diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/README.md @@ -0,0 +1,202 @@ +--- +base_model: haoranxu/ALMA-13B-Pretrain +library_name: peft +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.13.0 \ No newline at end of file diff --git a/adapter_config.json b/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..ac8133cf6eff68e5864539c232b1d5e9d7466ff4 --- /dev/null +++ b/adapter_config.json @@ -0,0 +1,34 @@ +{ + "alpha_pattern": {}, + "auto_mapping": null, + "base_model_name_or_path": "haoranxu/ALMA-13B-Pretrain", + "bias": "none", + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 32, + "lora_dropout": 0.05, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "r": 16, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "k_proj", + "v_proj", + "q_proj", + "down_proj", + "gate_proj", + "up_proj", + "o_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/adapter_model.safetensors b/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..042ceab728d0aedb65d1f2b0ca7254c4fe257945 --- /dev/null +++ b/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d62f281bbbf9a3da40c8d8ab42db79eef900191e555c2bd16e466b113e4f5 +size 125248624 diff --git a/checkpoint-265/README.md b/checkpoint-265/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-265/README.md @@ -0,0 +1,202 @@ +--- +base_model: haoranxu/ALMA-13B-Pretrain +library_name: peft +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.13.0 \ No newline at end of file diff --git a/checkpoint-265/adapter_config.json b/checkpoint-265/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f50fb3221ba0ee0f851ca02db3310afbe20240 --- /dev/null +++ b/checkpoint-265/adapter_config.json @@ -0,0 +1,34 @@ +{ + "alpha_pattern": {}, + "auto_mapping": null, + "base_model_name_or_path": "haoranxu/ALMA-13B-Pretrain", + "bias": "none", + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 32, + "lora_dropout": 0.05, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "r": 16, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "down_proj", + "q_proj", + "gate_proj", + "up_proj", + "v_proj", + "k_proj", + "o_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-265/adapter_model.safetensors b/checkpoint-265/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..042ceab728d0aedb65d1f2b0ca7254c4fe257945 --- /dev/null +++ b/checkpoint-265/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d62f281bbbf9a3da40c8d8ab42db79eef900191e555c2bd16e466b113e4f5 +size 125248624 diff --git a/checkpoint-265/adapter_model/README.md b/checkpoint-265/adapter_model/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2bf40f4ec8fe7bb4813b1d72636652ca158178f3 --- /dev/null +++ b/checkpoint-265/adapter_model/README.md @@ -0,0 +1,202 @@ +--- +base_model: haoranxu/ALMA-13B-Pretrain +library_name: peft +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.13.0 \ No newline at end of file diff --git a/checkpoint-265/adapter_model/adapter_config.json b/checkpoint-265/adapter_model/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..b3f50fb3221ba0ee0f851ca02db3310afbe20240 --- /dev/null +++ b/checkpoint-265/adapter_model/adapter_config.json @@ -0,0 +1,34 @@ +{ + "alpha_pattern": {}, + "auto_mapping": null, + "base_model_name_or_path": "haoranxu/ALMA-13B-Pretrain", + "bias": "none", + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 32, + "lora_dropout": 0.05, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "r": 16, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "down_proj", + "q_proj", + "gate_proj", + "up_proj", + "v_proj", + "k_proj", + "o_proj" + ], + "task_type": "CAUSAL_LM", + "use_dora": false, + "use_rslora": false +} \ No newline at end of file diff --git a/checkpoint-265/adapter_model/adapter_model.safetensors b/checkpoint-265/adapter_model/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..042ceab728d0aedb65d1f2b0ca7254c4fe257945 --- /dev/null +++ b/checkpoint-265/adapter_model/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d62f281bbbf9a3da40c8d8ab42db79eef900191e555c2bd16e466b113e4f5 +size 125248624 diff --git a/checkpoint-265/global_step265/mp_rank_00_model_states.pt b/checkpoint-265/global_step265/mp_rank_00_model_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..a600766cb9efbe32464ecb74f8691205952718e6 --- /dev/null +++ b/checkpoint-265/global_step265/mp_rank_00_model_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc510e2bc431d3d0fb92b43a14b1006189b262184c61946435708d003a0d295 +size 125607596 diff --git a/checkpoint-265/global_step265/zero_pp_rank_0_mp_rank_00_optim_states.pt b/checkpoint-265/global_step265/zero_pp_rank_0_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..ee4ccc800a2d80ee89a959ffbaee21ac6ee3c6d9 --- /dev/null +++ b/checkpoint-265/global_step265/zero_pp_rank_0_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996087b710099c5aa40e52d4f22c700e4eefc93e620cbfa5f63e7251054fb656 +size 187779656 diff --git a/checkpoint-265/global_step265/zero_pp_rank_1_mp_rank_00_optim_states.pt b/checkpoint-265/global_step265/zero_pp_rank_1_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..e6d60a9239f221f10ffd083fb9736593e74e6480 --- /dev/null +++ b/checkpoint-265/global_step265/zero_pp_rank_1_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd9a6122e90c0a1c7709e3f8a3d9f509a82010a6a70c35e842550feaef55015 +size 187779784 diff --git a/checkpoint-265/global_step265/zero_pp_rank_2_mp_rank_00_optim_states.pt b/checkpoint-265/global_step265/zero_pp_rank_2_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..c706262796294d6d36f6352ff1e2a9e578fdbecd --- /dev/null +++ b/checkpoint-265/global_step265/zero_pp_rank_2_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be1b3377d26e21952f52b9d3293bc6e079a2caf5820282aeefdcebfb161a0b7 +size 187779784 diff --git a/checkpoint-265/global_step265/zero_pp_rank_3_mp_rank_00_optim_states.pt b/checkpoint-265/global_step265/zero_pp_rank_3_mp_rank_00_optim_states.pt new file mode 100644 index 0000000000000000000000000000000000000000..290d4552451a46b815f9b785c22ee0a2d81ea75b --- /dev/null +++ b/checkpoint-265/global_step265/zero_pp_rank_3_mp_rank_00_optim_states.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7252eb693a8cf964901411e11830cf51b37b6e346de9a41aecff1e4bab1e226 +size 187779784 diff --git a/checkpoint-265/latest b/checkpoint-265/latest new file mode 100644 index 0000000000000000000000000000000000000000..3f794f1e52290371ce5311aa6d7a64c36ee3e2e9 --- /dev/null +++ b/checkpoint-265/latest @@ -0,0 +1 @@ +global_step265 \ No newline at end of file diff --git a/checkpoint-265/rng_state_0.pth b/checkpoint-265/rng_state_0.pth new file mode 100644 index 0000000000000000000000000000000000000000..c8b7311b333181ca49cab9e4ed194e25735560ff --- /dev/null +++ b/checkpoint-265/rng_state_0.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c97dbcc8b1e546ecbd6cc4475e342140f45273f63a6e6b7a9b9899007f7d7b +size 15024 diff --git a/checkpoint-265/rng_state_1.pth b/checkpoint-265/rng_state_1.pth new file mode 100644 index 0000000000000000000000000000000000000000..b3c22337256fd4ebcfd10858bcaec06af7d75c3e --- /dev/null +++ b/checkpoint-265/rng_state_1.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6dbb900c0caa9868fe5b9f051ee68407c2c8157f5dee9afba9943a9240b2b0 +size 15024 diff --git a/checkpoint-265/rng_state_2.pth b/checkpoint-265/rng_state_2.pth new file mode 100644 index 0000000000000000000000000000000000000000..bc7cd5fe887e161e28eb98a92b707812dc9a4f8a --- /dev/null +++ b/checkpoint-265/rng_state_2.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac6f586fe944dea47ae27fff96bf25c1eb3945d326095d357c37d5a418a3b03 +size 15024 diff --git a/checkpoint-265/rng_state_3.pth b/checkpoint-265/rng_state_3.pth new file mode 100644 index 0000000000000000000000000000000000000000..6e694cf73a870a2051c1c8492555d80350ee946d --- /dev/null +++ b/checkpoint-265/rng_state_3.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1458c66b34de61afc8e93b7aff7a454b6fb3ce691c5c3c24481c856869e6a15 +size 15024 diff --git a/checkpoint-265/scheduler.pt b/checkpoint-265/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..b34ff0bd9ae899be15247052ccbb692082fc51bb --- /dev/null +++ b/checkpoint-265/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de3f50a0b7dc39447652fcd8e433a9bba2f50a56400f455b547079caad433a8 +size 1064 diff --git a/checkpoint-265/special_tokens_map.json b/checkpoint-265/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..8bedc05a6476080d7f473a9da72394f2cee48340 --- /dev/null +++ b/checkpoint-265/special_tokens_map.json @@ -0,0 +1,30 @@ +{ + "bos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/checkpoint-265/tokenizer.json b/checkpoint-265/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..9d45deca9edc80300989ca717b2f5673b0e0976f --- /dev/null +++ b/checkpoint-265/tokenizer.json @@ -0,0 +1,277134 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 512, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": null, + "pre_tokenizer": { + "type": "Metaspace", + "replacement": "▁", + "prepend_scheme": "first", + "split": false + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "", + "type_id": 1 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", + "pattern": { + "String": "▁" + }, + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": true, + "ignore_merges": false, + "vocab": { + "": 0, + "": 1, + "": 2, + "<0x00>": 3, + "<0x01>": 4, + "<0x02>": 5, + "<0x03>": 6, + "<0x04>": 7, + "<0x05>": 8, + "<0x06>": 9, + "<0x07>": 10, + "<0x08>": 11, + "<0x09>": 12, + "<0x0A>": 13, + "<0x0B>": 14, + "<0x0C>": 15, + "<0x0D>": 16, + "<0x0E>": 17, + "<0x0F>": 18, + "<0x10>": 19, + "<0x11>": 20, + "<0x12>": 21, + "<0x13>": 22, + "<0x14>": 23, + "<0x15>": 24, + "<0x16>": 25, + "<0x17>": 26, + "<0x18>": 27, + "<0x19>": 28, + "<0x1A>": 29, + "<0x1B>": 30, + "<0x1C>": 31, + "<0x1D>": 32, + "<0x1E>": 33, + "<0x1F>": 34, + "<0x20>": 35, + "<0x21>": 36, + "<0x22>": 37, + "<0x23>": 38, + "<0x24>": 39, + "<0x25>": 40, + "<0x26>": 41, + "<0x27>": 42, + "<0x28>": 43, + "<0x29>": 44, + "<0x2A>": 45, + "<0x2B>": 46, + "<0x2C>": 47, + "<0x2D>": 48, + "<0x2E>": 49, + "<0x2F>": 50, + "<0x30>": 51, + "<0x31>": 52, + "<0x32>": 53, + "<0x33>": 54, + "<0x34>": 55, + "<0x35>": 56, + "<0x36>": 57, + "<0x37>": 58, + "<0x38>": 59, + "<0x39>": 60, + "<0x3A>": 61, + "<0x3B>": 62, + "<0x3C>": 63, + "<0x3D>": 64, + "<0x3E>": 65, + "<0x3F>": 66, + "<0x40>": 67, + "<0x41>": 68, + "<0x42>": 69, + "<0x43>": 70, + "<0x44>": 71, + "<0x45>": 72, + "<0x46>": 73, + "<0x47>": 74, + "<0x48>": 75, + "<0x49>": 76, + "<0x4A>": 77, + "<0x4B>": 78, + "<0x4C>": 79, + "<0x4D>": 80, + "<0x4E>": 81, + "<0x4F>": 82, + "<0x50>": 83, + "<0x51>": 84, + "<0x52>": 85, + "<0x53>": 86, + "<0x54>": 87, + "<0x55>": 88, + "<0x56>": 89, + "<0x57>": 90, + "<0x58>": 91, + "<0x59>": 92, + "<0x5A>": 93, + "<0x5B>": 94, + "<0x5C>": 95, + "<0x5D>": 96, + "<0x5E>": 97, + "<0x5F>": 98, + "<0x60>": 99, + "<0x61>": 100, + "<0x62>": 101, + "<0x63>": 102, + "<0x64>": 103, + "<0x65>": 104, + "<0x66>": 105, + "<0x67>": 106, + "<0x68>": 107, + "<0x69>": 108, + "<0x6A>": 109, + "<0x6B>": 110, + "<0x6C>": 111, + "<0x6D>": 112, + "<0x6E>": 113, + "<0x6F>": 114, + "<0x70>": 115, + "<0x71>": 116, + "<0x72>": 117, + "<0x73>": 118, + "<0x74>": 119, + "<0x75>": 120, + "<0x76>": 121, + "<0x77>": 122, + "<0x78>": 123, + "<0x79>": 124, + "<0x7A>": 125, + "<0x7B>": 126, + "<0x7C>": 127, + "<0x7D>": 128, + "<0x7E>": 129, + "<0x7F>": 130, + "<0x80>": 131, + "<0x81>": 132, + "<0x82>": 133, + "<0x83>": 134, + "<0x84>": 135, + "<0x85>": 136, + "<0x86>": 137, + "<0x87>": 138, + "<0x88>": 139, + "<0x89>": 140, + "<0x8A>": 141, + "<0x8B>": 142, + "<0x8C>": 143, + "<0x8D>": 144, + "<0x8E>": 145, + "<0x8F>": 146, + "<0x90>": 147, + "<0x91>": 148, + "<0x92>": 149, + "<0x93>": 150, + "<0x94>": 151, + "<0x95>": 152, + "<0x96>": 153, + "<0x97>": 154, + "<0x98>": 155, + "<0x99>": 156, + "<0x9A>": 157, + "<0x9B>": 158, + "<0x9C>": 159, + "<0x9D>": 160, + "<0x9E>": 161, + "<0x9F>": 162, + "<0xA0>": 163, + "<0xA1>": 164, + "<0xA2>": 165, + "<0xA3>": 166, + "<0xA4>": 167, + "<0xA5>": 168, + "<0xA6>": 169, + "<0xA7>": 170, + "<0xA8>": 171, + "<0xA9>": 172, + "<0xAA>": 173, + "<0xAB>": 174, + "<0xAC>": 175, + "<0xAD>": 176, + "<0xAE>": 177, + "<0xAF>": 178, + "<0xB0>": 179, + "<0xB1>": 180, + "<0xB2>": 181, + "<0xB3>": 182, + "<0xB4>": 183, + "<0xB5>": 184, + "<0xB6>": 185, + "<0xB7>": 186, + "<0xB8>": 187, + "<0xB9>": 188, + "<0xBA>": 189, + "<0xBB>": 190, + "<0xBC>": 191, + "<0xBD>": 192, + "<0xBE>": 193, + "<0xBF>": 194, + "<0xC0>": 195, + "<0xC1>": 196, + "<0xC2>": 197, + "<0xC3>": 198, + "<0xC4>": 199, + "<0xC5>": 200, + "<0xC6>": 201, + "<0xC7>": 202, + "<0xC8>": 203, + "<0xC9>": 204, + "<0xCA>": 205, + "<0xCB>": 206, + "<0xCC>": 207, + "<0xCD>": 208, + "<0xCE>": 209, + "<0xCF>": 210, + "<0xD0>": 211, + "<0xD1>": 212, + "<0xD2>": 213, + "<0xD3>": 214, + "<0xD4>": 215, + "<0xD5>": 216, + "<0xD6>": 217, + "<0xD7>": 218, + "<0xD8>": 219, + "<0xD9>": 220, + "<0xDA>": 221, + "<0xDB>": 222, + "<0xDC>": 223, + "<0xDD>": 224, + "<0xDE>": 225, + "<0xDF>": 226, + "<0xE0>": 227, + "<0xE1>": 228, + "<0xE2>": 229, + "<0xE3>": 230, + "<0xE4>": 231, + "<0xE5>": 232, + "<0xE6>": 233, + "<0xE7>": 234, + "<0xE8>": 235, + "<0xE9>": 236, + "<0xEA>": 237, + "<0xEB>": 238, + "<0xEC>": 239, + "<0xED>": 240, + "<0xEE>": 241, + "<0xEF>": 242, + "<0xF0>": 243, + "<0xF1>": 244, + "<0xF2>": 245, + "<0xF3>": 246, + "<0xF4>": 247, + "<0xF5>": 248, + "<0xF6>": 249, + "<0xF7>": 250, + "<0xF8>": 251, + "<0xF9>": 252, + "<0xFA>": 253, + "<0xFB>": 254, + "<0xFC>": 255, + "<0xFD>": 256, + "<0xFE>": 257, + "<0xFF>": 258, + "▁▁": 259, + "▁t": 260, + "er": 261, + "in": 262, + "▁a": 263, + "en": 264, + "on": 265, + "▁th": 266, + "es": 267, + "▁▁▁▁": 268, + "▁s": 269, + "▁d": 270, + "at": 271, + "or": 272, + "an": 273, + "▁c": 274, + "is": 275, + "re": 276, + "it": 277, + "▁the": 278, + "ar": 279, + "le": 280, + "▁w": 281, + "▁p": 282, + "ou": 283, + "al": 284, + "▁f": 285, + "▁m": 286, + "ed": 287, + "▁o": 288, + "▁b": 289, + "om": 290, + "ion": 291, + "ing": 292, + "ic": 293, + "as": 294, + "el": 295, + "ent": 296, + "▁in": 297, + "▁h": 298, + "nd": 299, + "et": 300, + "▁l": 301, + "▁n": 302, + "st": 303, + "▁to": 304, + "ch": 305, + "▁I": 306, + "ro": 307, + "▁▁▁▁▁▁▁▁": 308, + "il": 309, + "▁of": 310, + "de": 311, + "ct": 312, + "▁(": 313, + "am": 314, + "▁C": 315, + "▁de": 316, + "▁S": 317, + "▁u": 318, + "▁A": 319, + "▁\\": 320, + "▁e": 321, + "▁and": 322, + "▁T": 323, + "ol": 324, + "▁v": 325, + "im": 326, + "ot": 327, + "ad": 328, + "ut": 329, + "▁g": 330, + "em": 331, + "ur": 332, + "id": 333, + "▁*": 334, + "ig": 335, + "ra": 336, + "▁re": 337, + "▁is": 338, + "qu": 339, + "ow": 340, + "▁M": 341, + "est": 342, + "▁y": 343, + "se": 344, + "ve": 345, + "ce": 346, + "ie": 347, + "un": 348, + "▁P": 349, + "▁B": 350, + "ag": 351, + "ul": 352, + "▁=": 353, + "he": 354, + "end": 355, + "ode": 356, + "ter": 357, + "ment": 358, + "os": 359, + "▁D": 360, + "if": 361, + "ation": 362, + "▁for": 363, + "▁r": 364, + "▁L": 365, + "▁you": 366, + "▁be": 367, + "ly": 368, + "ver": 369, + "ab": 370, + "te": 371, + "▁it": 372, + "▁on": 373, + "ri": 374, + "us": 375, + "▁\"": 376, + "▁wh": 377, + "▁con": 378, + "▁H": 379, + "▁st": 380, + "ir": 381, + "▁E": 382, + "▁F": 383, + "ck": 384, + "▁an": 385, + "th": 386, + "eg": 387, + "ay": 388, + "ith": 389, + "▁R": 390, + "ist": 391, + "and": 392, + "▁that": 393, + "▁al": 394, + "▁$": 395, + "▁#": 396, + "od": 397, + "um": 398, + "▁W": 399, + "ht": 400, + "code": 401, + "▁G": 402, + "ate": 403, + "ess": 404, + "▁N": 405, + "ere": 406, + "pp": 407, + "▁as": 408, + "▁se": 409, + "▁pro": 410, + "▁with": 411, + "pe": 412, + "▁k": 413, + "ers": 414, + "pt": 415, + ");": 416, + "lo": 417, + "▁▁▁▁▁": 418, + "▁com": 419, + "ame": 420, + "▁`": 421, + "▁Com": 422, + "ia": 423, + "ant": 424, + "▁la": 425, + "▁{": 426, + "▁en": 427, + "ction": 428, + "▁ex": 429, + "ld": 430, + "ub": 431, + "▁j": 432, + "la": 433, + "ue": 434, + "▁J": 435, + "ich": 436, + "▁do": 437, + "▁O": 438, + "▁qu": 439, + "iv": 440, + "ort": 441, + "art": 442, + "▁un": 443, + "▁##": 444, + "▁this": 445, + "ke": 446, + "▁ha": 447, + "▁-": 448, + "out": 449, + "▁The": 450, + "▁not": 451, + "▁ne": 452, + "ill": 453, + "▁le": 454, + "ci": 455, + "rom": 456, + "ine": 457, + "//": 458, + "op": 459, + "egin": 460, + "▁Comment": 461, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 462, + "begin": 463, + "ст": 464, + "ass": 465, + "iz": 466, + ").": 467, + "og": 468, + "▁п": 469, + "▁or": 470, + "▁was": 471, + "▁at": 472, + "our": 473, + "▁i": 474, + "ain": 475, + "▁K": 476, + "на": 477, + "▁V": 478, + "ge": 479, + "▁su": 480, + "ap": 481, + "age": 482, + "ould": 483, + "ne": 484, + "av": 485, + "xt": 486, + "ore": 487, + "ile": 488, + "--": 489, + "▁в": 490, + "▁by": 491, + "li": 492, + "ath": 493, + "ра": 494, + "ber": 495, + "ach": 496, + "all": 497, + "▁Th": 498, + "ult": 499, + "▁}": 500, + "▁U": 501, + "▁us": 502, + "▁z": 503, + "ust": 504, + "▁have": 505, + "lic": 506, + "ни": 507, + "▁can": 508, + "tr": 509, + "com": 510, + "),": 511, + "▁In": 512, + "ind": 513, + "ell": 514, + "▁from": 515, + "ов": 516, + "to": 517, + "▁[": 518, + "able": 519, + "ost": 520, + "▁ch": 521, + "ect": 522, + "ight": 523, + "int": 524, + "▁'": 525, + "▁are": 526, + "▁im": 527, + "▁sh": 528, + "▁<": 529, + "▁An": 530, + "▁с": 531, + "ata": 532, + "ire": 533, + "▁tr": 534, + "con": 535, + "ord": 536, + "ity": 537, + "ard": 538, + "▁▁▁▁▁▁": 539, + "▁he": 540, + "▁but": 541, + "oc": 542, + "=\"": 543, + "▁pr": 544, + "ure": 545, + "per": 546, + "ack": 547, + "ork": 548, + "ong": 549, + "ans": 550, + "ко": 551, + "ple": 552, + "▁des": 553, + "ok": 554, + "orm": 555, + "wer": 556, + "ak": 557, + "pr": 558, + "ase": 559, + "▁el": 560, + "ph": 561, + "ac": 562, + "▁und": 563, + "▁ar": 564, + "▁if": 565, + "ud": 566, + "ps": 567, + "ite": 568, + "ble": 569, + "но": 570, + "fer": 571, + "pl": 572, + "ive": 573, + "ang": 574, + "ens": 575, + "ро": 576, + "▁so": 577, + "so": 578, + "ast": 579, + "()": 580, + "swer": 581, + "ru": 582, + "ies": 583, + "▁:": 584, + "au": 585, + "ov": 586, + "ре": 587, + "го": 588, + "▁der": 589, + "▁my": 590, + "▁we": 591, + "▁me": 592, + "nt": 593, + "▁ad": 594, + "urn": 595, + "▁your": 596, + "://": 597, + "are": 598, + "▁all": 599, + "ff": 600, + "io": 601, + "estion": 602, + "ime": 603, + "▁er": 604, + "lass": 605, + "▁и": 606, + "▁which": 607, + "ome": 608, + "ont": 609, + "▁par": 610, + "▁ma": 611, + "▁Y": 612, + "\",": 613, + "▁о": 614, + "ft": 615, + "ial": 616, + "cc": 617, + "ound": 618, + "▁li": 619, + "▁res": 620, + "eth": 621, + "ject": 622, + "▁app": 623, + "▁St": 624, + "ice": 625, + "▁am": 626, + "act": 627, + "▁del": 628, + "gr": 629, + "ated": 630, + "ier": 631, + "▁▁▁▁▁▁▁▁▁▁▁▁": 632, + "▁ab": 633, + "▁et": 634, + "ally": 635, + "..": 636, + "port": 637, + "ik": 638, + "▁per": 639, + "▁cont": 640, + "ри": 641, + "ка": 642, + "ser": 643, + "ли": 644, + "ll": 645, + "iew": 646, + "ign": 647, + "_{": 648, + "put": 649, + "one": 650, + "unction": 651, + "▁di": 652, + "ary": 653, + "ition": 654, + "ma": 655, + "ен": 656, + "get": 657, + "▁lo": 658, + "▁val": 659, + "▁Q": 660, + "ran": 661, + "▁д": 662, + "ence": 663, + "▁work": 664, + "▁на": 665, + "ip": 666, + "item": 667, + "ype": 668, + "▁&": 669, + "▁his": 670, + "▁use": 671, + "der": 672, + "▁Answer": 673, + "▁will": 674, + "ize": 675, + "та": 676, + "low": 677, + "▁Ch": 678, + "▁get": 679, + "ide": 680, + "ous": 681, + "ink": 682, + "ption": 683, + "ла": 684, + "turn": 685, + "ung": 686, + "ec": 687, + "ug": 688, + "form": 689, + "res": 690, + "htt": 691, + "oug": 692, + "ль": 693, + "▁no": 694, + "cl": 695, + "▁ro": 696, + "▁one": 697, + "tt": 698, + "cri": 699, + "du": 700, + "▁up": 701, + "то": 702, + "(\"": 703, + "▁ob": 704, + "we": 705, + "ory": 706, + "▁est": 707, + "ery": 708, + "iel": 709, + "str": 710, + "ob": 711, + "▁que": 712, + "ian": 713, + "▁out": 714, + "▁pl": 715, + "▁new": 716, + "ки": 717, + "▁+": 718, + "ry": 719, + "oth": 720, + "ther": 721, + "▁var": 722, + "▁would": 723, + "▁ser": 724, + "tern": 725, + "text": 726, + "▁there": 727, + "ish": 728, + "ror": 729, + "те": 730, + "▁set": 731, + "▁@": 732, + "▁по": 733, + "▁te": 734, + "ex": 735, + "▁return": 736, + "ail": 737, + "▁any": 738, + "▁It": 739, + "▁function": 740, + "{\\": 741, + "',": 742, + "és": 743, + "ale": 744, + "ан": 745, + "▁when": 746, + "ib": 747, + "▁go": 748, + "ance": 749, + "▁had": 750, + "▁Qu": 751, + "▁comp": 752, + "ле": 753, + "▁з": 754, + "math": 755, + "▁has": 756, + "▁м": 757, + "▁pre": 758, + "ener": 759, + "▁part": 760, + "elf": 761, + "▁die": 762, + "▁like": 763, + "ray": 764, + "irst": 765, + "▁dis": 766, + "▁man": 767, + "rit": 768, + "▁then": 769, + "▁class": 770, + "pro": 771, + "▁po": 772, + "▁using": 773, + "eb": 774, + "▁code": 775, + "own": 776, + "▁some": 777, + "ces": 778, + "▁$\\": 779, + "ер": 780, + "lect": 781, + "▁au": 782, + "isch": 783, + "▁col": 784, + "▁–": 785, + "up": 786, + "ons": 787, + "▁add": 788, + "ild": 789, + "iss": 790, + "val": 791, + "ount": 792, + "les": 793, + "vent": 794, + "▁▁▁▁▁▁▁▁▁▁▁▁▁": 795, + "▁Z": 796, + "In": 797, + "row": 798, + "ear": 799, + "ations": 800, + "ah": 801, + "que": 802, + "ublic": 803, + "ank": 804, + "▁sp": 805, + "▁Wh": 806, + "----": 807, + "sk": 808, + "ew": 809, + "ags": 810, + "ти": 811, + "ann": 812, + "▁—": 813, + "ert": 814, + "ace": 815, + "sch": 816, + "▁need": 817, + "▁à": 818, + "ien": 819, + "ough": 820, + "не": 821, + "▁def": 822, + "ij": 823, + "ern": 824, + "▁what": 825, + "▁Ar": 826, + "wo": 827, + "ml": 828, + "": 976, + "▁fil": 977, + "name": 978, + "inal": 979, + "▁il": 980, + "ample": 981, + "▁way": 982, + "ica": 983, + "во": 984, + "cess": 985, + "itt": 986, + "uch": 987, + "▁where": 988, + "ми": 989, + "org": 990, + "https": 991, + "▁vo": 992, + "ient": 993, + "ove": 994, + "▁value": 995, + "eng": 996, + "▁La": 997, + "^{": 998, + "ref": 999, + "ied": 1000, + "ER": 1001, + "▁stat": 1002, + "fig": 1003, + "me": 1004, + "▁von": 1005, + "▁inter": 1006, + "roid": 1007, + "ater": 1008, + "▁their": 1009, + "▁bet": 1010, + "▁ein": 1011, + "}\\": 1012, + "\">": 1013, + "▁sub": 1014, + "▁op": 1015, + "▁don": 1016, + "ty": 1017, + "▁try": 1018, + "▁Pro": 1019, + "▁tra": 1020, + "▁same": 1021, + "ep": 1022, + "▁two": 1023, + "▁name": 1024, + "old": 1025, + "let": 1026, + "▁sim": 1027, + "sp": 1028, + "▁av": 1029, + "bre": 1030, + "blem": 1031, + "ey": 1032, + "▁could": 1033, + "▁cor": 1034, + "▁acc": 1035, + "ays": 1036, + "cre": 1037, + "urr": 1038, + "si": 1039, + "▁const": 1040, + "ues": 1041, + "}$": 1042, + "View": 1043, + "▁act": 1044, + "▁bo": 1045, + "▁ко": 1046, + "▁som": 1047, + "▁about": 1048, + "land": 1049, + "mer": 1050, + "▁list": 1051, + "cal": 1052, + "▁import": 1053, + "col": 1054, + "▁na": 1055, + "na": 1056, + "::": 1057, + "▁who": 1058, + "▁error": 1059, + "▁X": 1060, + "ator": 1061, + "ext": 1062, + "▁been": 1063, + "ér": 1064, + "▁run": 1065, + "pos": 1066, + "▁cl": 1067, + "**": 1068, + "▁К": 1069, + "ular": 1070, + "ause": 1071, + "▁reg": 1072, + "▁know": 1073, + "▁see": 1074, + "▁him": 1075, + "ning": 1076, + "▁за": 1077, + "ates": 1078, + "fore": 1079, + "ions": 1080, + "▁hel": 1081, + "ute": 1082, + "▁rem": 1083, + "▁го": 1084, + "▁Mar": 1085, + "ру": 1086, + "vice": 1087, + "irect": 1088, + "ner": 1089, + "▁under": 1090, + "rib": 1091, + "hr": 1092, + "че": 1093, + "▁As": 1094, + "▁end": 1095, + "ember": 1096, + "▁а": 1097, + "▁att": 1098, + "ina": 1099, + "son": 1100, + "▁follow": 1101, + "▁Sch": 1102, + "pect": 1103, + "▁rel": 1104, + "▁So": 1105, + "▁look": 1106, + "abel": 1107, + "▁problem": 1108, + "▁van": 1109, + "strong": 1110, + "co": 1111, + "pon": 1112, + "ca": 1113, + "ada": 1114, + "\":": 1115, + "cond": 1116, + "amb": 1117, + "},": 1118, + "quest": 1119, + "▁aut": 1120, + "▁result": 1121, + "▁may": 1122, + "Re": 1123, + "http": 1124, + "):": 1125, + "▁And": 1126, + "red": 1127, + "▁How": 1128, + "po": 1129, + "ско": 1130, + "att": 1131, + "oup": 1132, + "ced": 1133, + "▁type": 1134, + "▁than": 1135, + "▁cons": 1136, + "uf": 1137, + "ци": 1138, + "▁question": 1139, + "raph": 1140, + "igh": 1141, + "▁М": 1142, + "▁htt": 1143, + "ins": 1144, + "den": 1145, + "▁da": 1146, + "▁ver": 1147, + "oh": 1148, + "▁=>": 1149, + "riv": 1150, + "ude": 1151, + "▁For": 1152, + "▁ra": 1153, + "frac": 1154, + "ма": 1155, + "▁after": 1156, + "}{": 1157, + "▁method": 1158, + "\")": 1159, + "amp": 1160, + "ash": 1161, + "▁rec": 1162, + "▁differ": 1163, + "ON": 1164, + "ax": 1165, + "ament": 1166, + "ource": 1167, + "Con": 1168, + "its": 1169, + "Name": 1170, + "man": 1171, + "▁bec": 1172, + "che": 1173, + "▁En": 1174, + "aj": 1175, + "▁gener": 1176, + "IN": 1177, + "▁id": 1178, + "ages": 1179, + "▁loc": 1180, + "fo": 1181, + "br": 1182, + "▁she": 1183, + "Pro": 1184, + "▁una": 1185, + "▁к": 1186, + "eta": 1187, + "log": 1188, + "olog": 1189, + "▁sur": 1190, + "arg": 1191, + "▁--": 1192, + "kt": 1193, + "(\\": 1194, + "min": 1195, + "▁line": 1196, + "▁vari": 1197, + "ся": 1198, + "ics": 1199, + "ня": 1200, + "very": 1201, + "add": 1202, + "▁object": 1203, + "Id": 1204, + "▁But": 1205, + "▁case": 1206, + "▁make": 1207, + "▁cal": 1208, + "▁pass": 1209, + "сь": 1210, + "ession": 1211, + "net": 1212, + ".\"": 1213, + "▁г": 1214, + "är": 1215, + "де": 1216, + "no": 1217, + "ating": 1218, + "ato": 1219, + "line": 1220, + "ви": 1221, + "▁Ex": 1222, + "▁ass": 1223, + "▁vers": 1224, + "ля": 1225, + "▁ed": 1226, + "umn": 1227, + "other": 1228, + "ста": 1229, + "ative": 1230, + "String": 1231, + "▁los": 1232, + "wn": 1233, + "▁answer": 1234, + "▁let": 1235, + "▁pe": 1236, + "ents": 1237, + "▁fe": 1238, + "ince": 1239, + "ni": 1240, + "ider": 1241, + "ows": 1242, + "▁test": 1243, + "▁here": 1244, + "roll": 1245, + "▁call": 1246, + "ruct": 1247, + "▁pol": 1248, + "ait": 1249, + "▁back": 1250, + "ho": 1251, + "Ex": 1252, + "ress": 1253, + "ST": 1254, + "ried": 1255, + "date": 1256, + "ет": 1257, + "▁did": 1258, + "ting": 1259, + "▁El": 1260, + "▁dem": 1261, + ")$": 1262, + "ова": 1263, + "urrent": 1264, + "lace": 1265, + "right": 1266, + "ren": 1267, + "по": 1268, + "▁each": 1269, + "cy": 1270, + "block": 1271, + "data": 1272, + "▁%": 1273, + "▁ac": 1274, + "▁==": 1275, + "ür": 1276, + "▁por": 1277, + "ask": 1278, + "arch": 1279, + "ames": 1280, + "▁Con": 1281, + "ча": 1282, + "▁off": 1283, + "▁find": 1284, + "cont": 1285, + "▁now": 1286, + "work": 1287, + "ational": 1288, + "dd": 1289, + "ción": 1290, + "▁А": 1291, + "ault": 1292, + "List": 1293, + "▁ext": 1294, + "urs": 1295, + "ake": 1296, + "ule": 1297, + "▁point": 1298, + "AT": 1299, + "aut": 1300, + "▁trans": 1301, + "▁co": 1302, + "▁read": 1303, + "▁used": 1304, + "ски": 1305, + "ari": 1306, + "LE": 1307, + "eter": 1308, + "oun": 1309, + "ever": 1310, + "self": 1311, + "ined": 1312, + "idth": 1313, + "ux": 1314, + "js": 1315, + "▁such": 1316, + "▁Is": 1317, + "ée": 1318, + "ful": 1319, + "▁dist": 1320, + "▁bu": 1321, + "itemize": 1322, + "Cont": 1323, + "je": 1324, + "си": 1325, + "▁prov": 1326, + "bb": 1327, + "ward": 1328, + "esent": 1329, + "erson": 1330, + "anks": 1331, + "wh": 1332, + "not": 1333, + "▁We": 1334, + "ka": 1335, + "rop": 1336, + "atur": 1337, + "als": 1338, + "▁bel": 1339, + "ör": 1340, + "fr": 1341, + "▁example": 1342, + "▁incl": 1343, + "amil": 1344, + "▁ра": 1345, + "▁“": 1346, + "▁string": 1347, + "▁think": 1348, + "Th": 1349, + "▁tem": 1350, + "ave": 1351, + "▁Fran": 1352, + "▁number": 1353, + "▁si": 1354, + "imes": 1355, + "tem": 1356, + "my": 1357, + "ler": 1358, + "load": 1359, + "==": 1360, + "▁hand": 1361, + "za": 1362, + "▁because": 1363, + "▁sch": 1364, + "vo": 1365, + "this": 1366, + "ID": 1367, + "ão": 1368, + "▁start": 1369, + "▁war": 1370, + "▁help": 1371, + "ts": 1372, + "▁char": 1373, + "▁ph": 1374, + "▁min": 1375, + "til": 1376, + "rite": 1377, + "--------": 1378, + "els": 1379, + "▁mit": 1380, + "edia": 1381, + "ку": 1382, + "▁Sh": 1383, + "any": 1384, + "];": 1385, + "▁Б": 1386, + "ique": 1387, + "da": 1388, + "ef": 1389, + "dex": 1390, + "▁produ": 1391, + "▁Н": 1392, + "gram": 1393, + "▁Or": 1394, + "▁gre": 1395, + "quote": 1396, + "leg": 1397, + "orn": 1398, + "▁ind": 1399, + "▁post": 1400, + "▁dep": 1401, + "],": 1402, + "vi": 1403, + "▁user": 1404, + "▁>": 1405, + "lick": 1406, + "▁very": 1407, + "ething": 1408, + "▁array": 1409, + "▁gu": 1410, + "▁dur": 1411, + "`.": 1412, + "ть": 1413, + "lication": 1414, + "сти": 1415, + "ek": 1416, + "ico": 1417, + "▁dat": 1418, + "ор": 1419, + "html": 1420, + "ione": 1421, + "▁different": 1422, + "▁check": 1423, + "▁fr": 1424, + "▁Er": 1425, + "▁text": 1426, + "ні": 1427, + "icht": 1428, + "stack": 1429, + "EN": 1430, + "rag": 1431, + "▁every": 1432, + "Ar": 1433, + "▁before": 1434, + "alse": 1435, + "▁fin": 1436, + "▁dé": 1437, + "▁these": 1438, + "▁det": 1439, + "Val": 1440, + "ception": 1441, + "▁android": 1442, + "blockquote": 1443, + "▁je": 1444, + "file": 1445, + "ats": 1446, + "▁до": 1447, + "essage": 1448, + "▁again": 1449, + "aw": 1450, + "Ch": 1451, + "ween": 1452, + "▁Д": 1453, + "for": 1454, + "cial": 1455, + "play": 1456, + "pre": 1457, + "ida": 1458, + "▁Par": 1459, + "ny": 1460, + "ract": 1461, + "▁supp": 1462, + "ased": 1463, + "lection": 1464, + "▁dans": 1465, + "air": 1466, + "rol": 1467, + "▁thr": 1468, + "Data": 1469, + "lich": 1470, + "▁про": 1471, + "▁long": 1472, + "▁second": 1473, + "ually": 1474, + "ines": 1475, + "▁found": 1476, + "ength": 1477, + "yp": 1478, + "ead": 1479, + "▁log": 1480, + "ui": 1481, + "new": 1482, + "▁Р": 1483, + "go": 1484, + "aus": 1485, + "ody": 1486, + "▁son": 1487, + "ме": 1488, + "ero": 1489, + "ved": 1490, + "sub": 1491, + "▁right": 1492, + "view": 1493, + "▁following": 1494, + "')": 1495, + "\");": 1496, + "▁said": 1497, + "же": 1498, + "чи": 1499, + "ту": 1500, + "ott": 1501, + "се": 1502, + "ars": 1503, + "$.": 1504, + "gg": 1505, + "▁br": 1506, + "ool": 1507, + "yle": 1508, + "use": 1509, + "▁show": 1510, + "lease": 1511, + "cia": 1512, + "▁direct": 1513, + "doc": 1514, + "ар": 1515, + "ms": 1516, + "▁giv": 1517, + "▁exp": 1518, + "ql": 1519, + "ду": 1520, + "ве": 1521, + "▁Be": 1522, + "Com": 1523, + "iter": 1524, + "RE": 1525, + "mp": 1526, + "men": 1527, + "▁Ro": 1528, + "MA": 1529, + "▁Col": 1530, + "ister": 1531, + "▁well": 1532, + "▁": 1599, + "ene": 1600, + "▁mon": 1601, + "▁dec": 1602, + "▁still": 1603, + "▁об": 1604, + "▁Tr": 1605, + "▁ф": 1606, + "ife": 1607, + "ism": 1608, + "by": 1609, + "raw": 1610, + "ior": 1611, + "▁med": 1612, + "orld": 1613, + "▁comple": 1614, + "ww": 1615, + "▁art": 1616, + "ron": 1617, + "▁Г": 1618, + "▁My": 1619, + "▁als": 1620, + "rect": 1621, + "▁auf": 1622, + "▁down": 1623, + "ather": 1624, + "Col": 1625, + "Text": 1626, + "back": 1627, + "$,": 1628, + "▁year": 1629, + "мо": 1630, + "pi": 1631, + "▁Gr": 1632, + "ream": 1633, + "▁rep": 1634, + "bf": 1635, + "www": 1636, + "▁wur": 1637, + "▁org": 1638, + "inter": 1639, + "▁Die": 1640, + "▁being": 1641, + "\".": 1642, + "label": 1643, + "▁cent": 1644, + "java": 1645, + "bar": 1646, + "ante": 1647, + "ana": 1648, + "__": 1649, + "▁solution": 1650, + "▁О": 1651, + "▁fl": 1652, + "▁create": 1653, + "ici": 1654, + "ste": 1655, + "ython": 1656, + "unt": 1657, + "ason": 1658, + "ference": 1659, + "SE": 1660, + "▁non": 1661, + "ane": 1662, + "▁ins": 1663, + "ader": 1664, + "_{\\": 1665, + "Res": 1666, + "▁main": 1667, + "пи": 1668, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 1669, + "▁There": 1670, + "▁pour": 1671, + "RO": 1672, + "`,": 1673, + "lish": 1674, + "bject": 1675, + "ccess": 1676, + "▁orig": 1677, + "▁▁▁": 1678, + "ischen": 1679, + "ower": 1680, + "▁het": 1681, + "uc": 1682, + "▁else": 1683, + "».": 1684, + "▁от": 1685, + "equ": 1686, + "sible": 1687, + "test": 1688, + "stand": 1689, + "én": 1690, + "ets": 1691, + "GE": 1692, + "ident": 1693, + "▁е": 1694, + "▁при": 1695, + ".,": 1696, + "▁das": 1697, + "ock": 1698, + ",\"": 1699, + "▁vol": 1700, + "▁fo": 1701, + "▁para": 1702, + "▁Т": 1703, + "▁Car": 1704, + "ral": 1705, + "▁Sp": 1706, + "var": 1707, + "▁play": 1708, + "ouse": 1709, + "▁та": 1710, + "ically": 1711, + "▁contain": 1712, + "ponse": 1713, + "▁String": 1714, + "án": 1715, + "▁both": 1716, + "ken": 1717, + "AR": 1718, + "ере": 1719, + "▁Il": 1720, + "▁iss": 1721, + "▁open": 1722, + "▁)": 1723, + "▁What": 1724, + "fe": 1725, + "rivate": 1726, + "reg": 1727, + "▁without": 1728, + "▁zu": 1729, + "vis": 1730, + "flow": 1731, + "▁http": 1732, + "abase": 1733, + "▁word": 1734, + "▁change": 1735, + "▁works": 1736, + "▁ge": 1737, + "▁!": 1738, + "▁een": 1739, + "itle": 1740, + "▁event": 1741, + "word": 1742, + "ando": 1743, + "SB": 1744, + "rem": 1745, + "▁field": 1746, + "ving": 1747, + "Ser": 1748, + "▁our": 1749, + "▁qui": 1750, + "▁oper": 1751, + "▁ist": 1752, + "def": 1753, + "▁made": 1754, + "ние": 1755, + "px": 1756, + "▁men": 1757, + "rm": 1758, + "ais": 1759, + "cent": 1760, + "list": 1761, + "To": 1762, + "▁To": 1763, + "ja": 1764, + "vert": 1765, + "▁mar": 1766, + "value": 1767, + "▁„": 1768, + "\";": 1769, + "▁aus": 1770, + "▁Br": 1771, + "ole": 1772, + "▁mult": 1773, + "ought": 1774, + "▁mat": 1775, + "▁view": 1776, + "fil": 1777, + "▁со": 1778, + "га": 1779, + "▁void": 1780, + "▁good": 1781, + "бо": 1782, + "CT": 1783, + "▁many": 1784, + "ben": 1785, + "▁во": 1786, + "▁ка": 1787, + "▁system": 1788, + "ino": 1789, + "▁another": 1790, + "▁rest": 1791, + "user": 1792, + "ility": 1793, + "ai": 1794, + "▁might": 1795, + "ustom": 1796, + "▁order": 1797, + "▁Ver": 1798, + "SS": 1799, + "})": 1800, + "▁eff": 1801, + "до": 1802, + "ett": 1803, + "▁sign": 1804, + "му": 1805, + "IT": 1806, + "string": 1807, + "elle": 1808, + "▁sing": 1809, + "cul": 1810, + "▁trying": 1811, + "▁beg": 1812, + "▁page": 1813, + "хо": 1814, + "▁Can": 1815, + "▁Ser": 1816, + "++": 1817, + "▁must": 1818, + "▁values": 1819, + "▁key": 1820, + "ible": 1821, + "].": 1822, + "ird": 1823, + "▁program": 1824, + "roller": 1825, + "▁conne": 1826, + "▁say": 1827, + "▁param": 1828, + "ache": 1829, + "velop": 1830, + "▁select": 1831, + "▁famil": 1832, + "▁last": 1833, + "▁Thanks": 1834, + "▁pop": 1835, + "}.": 1836, + "eq": 1837, + "▁doesn": 1838, + "['": 1839, + "▁term": 1840, + "▁ré": 1841, + "▁document": 1842, + "па": 1843, + "лу": 1844, + "ateg": 1845, + ".)": 1846, + "ling": 1847, + "ional": 1848, + "ables": 1849, + "▁tak": 1850, + "utton": 1851, + "▁arg": 1852, + "type": 1853, + "▁sure": 1854, + "▁real": 1855, + "▁web": 1856, + "▁current": 1857, + "▁Pl": 1858, + "cho": 1859, + "ments": 1860, + "▁Joh": 1861, + "ots": 1862, + "▁exist": 1863, + "ну": 1864, + "▁für": 1865, + "▁из": 1866, + "do": 1867, + "ного": 1868, + "▁las": 1869, + "▁null": 1870, + "▁inform": 1871, + "▁Л": 1872, + "▁version": 1873, + "▁chang": 1874, + "ager": 1875, + "▁Comm": 1876, + "лі": 1877, + "ush": 1878, + "▁Ge": 1879, + "▁high": 1880, + "▁input": 1881, + "ogle": 1882, + "ros": 1883, + "box": 1884, + "gen": 1885, + "▁ste": 1886, + "▁local": 1887, + "Im": 1888, + "▁process": 1889, + "ternal": 1890, + "ized": 1891, + "ги": 1892, + "ét": 1893, + "▁Ind": 1894, + "▁och": 1895, + "lt": 1896, + "▁column": 1897, + "▁tried": 1898, + "▁command": 1899, + "▁best": 1900, + "aster": 1901, + "за": 1902, + "▁prim": 1903, + "▁model": 1904, + "▁і": 1905, + "▁those": 1906, + "ities": 1907, + "ère": 1908, + "▁ре": 1909, + "је": 1910, + "ши": 1911, + "ques": 1912, + "▁Am": 1913, + "▁own": 1914, + "lin": 1915, + "зи": 1916, + "Value": 1917, + "thing": 1918, + "▁,": 1919, + "▁Te": 1920, + "▁stud": 1921, + "▁um": 1922, + "▁server": 1923, + "ille": 1924, + "▁put": 1925, + "ativ": 1926, + "gy": 1927, + "ови": 1928, + "raf": 1929, + "ово": 1930, + "▁wurde": 1931, + "▁When": 1932, + "▁div": 1933, + "ants": 1934, + "▁ter": 1935, + "▁partic": 1936, + "▁т": 1937, + "▁Do": 1938, + "▁No": 1939, + "sert": 1940, + "ido": 1941, + "mathcal": 1942, + "ade": 1943, + "▁II": 1944, + "lear": 1945, + "ograph": 1946, + "ense": 1947, + "▁row": 1948, + "num": 1949, + "▁possible": 1950, + "▁since": 1951, + "▁Bo": 1952, + "ctions": 1953, + "▁Im": 1954, + "OR": 1955, + "ці": 1956, + "▁ide": 1957, + "map": 1958, + "▁correct": 1959, + "ves": 1960, + "php": 1961, + "▁output": 1962, + "▁Ph": 1963, + "AL": 1964, + "ared": 1965, + "\\\\": 1966, + "▁image": 1967, + "esch": 1968, + "жи": 1969, + "▁conf": 1970, + "por": 1971, + "query": 1972, + "ures": 1973, + "ium": 1974, + "ends": 1975, + "▁Ab": 1976, + "SBN": 1977, + "ід": 1978, + "ether": 1979, + "ptions": 1980, + "itu": 1981, + "lib": 1982, + "ns": 1983, + "ki": 1984, + "▁working": 1985, + "▁como": 1986, + "▁Then": 1987, + "ML": 1988, + "key": 1989, + "class": 1990, + "ople": 1991, + "ittle": 1992, + "▁match": 1993, + "ways": 1994, + "mathbb": 1995, + "▁require": 1996, + "alt": 1997, + "▁vis": 1998, + "▁bl": 1999, + "▁called": 2000, + "Item": 2001, + "ura": 2002, + "vec": 2003, + "eme": 2004, + "▁della": 2005, + "embre": 2006, + "urg": 2007, + "Se": 2008, + "▁request": 2009, + "ische": 2010, + "▁port": 2011, + "▁instead": 2012, + "=\\": 2013, + "▁У": 2014, + "hor": 2015, + "ente": 2016, + "ume": 2017, + "erd": 2018, + "са": 2019, + "▁why": 2020, + "rist": 2021, + "▁person": 2022, + "▁...": 2023, + "▁private": 2024, + "▁tot": 2025, + "pha": 2026, + "ift": 2027, + "ita": 2028, + "loc": 2029, + "▁old": 2030, + "он": 2031, + "▁nel": 2032, + "']": 2033, + "ti": 2034, + "iet": 2035, + "cite": 2036, + "plement": 2037, + "▁above": 2038, + "ks": 2039, + "ready": 2040, + "▁come": 2041, + "section": 2042, + "▁Pol": 2043, + "▁writ": 2044, + "▁https": 2045, + "▁$$": 2046, + "▁»": 2047, + "▁build": 2048, + "ito": 2049, + "▁consider": 2050, + "aft": 2051, + "App": 2052, + ",\\": 2053, + "indows": 2054, + "comm": 2055, + "▁;": 2056, + "ground": 2057, + "▁place": 2058, + "By": 2059, + "▁project": 2060, + "Object": 2061, + "▁repr": 2062, + "ences": 2063, + "indow": 2064, + "zt": 2065, + "▁files": 2066, + "cz": 2067, + "ivity": 2068, + "▁init": 2069, + "▁prob": 2070, + "▁sk": 2071, + "orth": 2072, + "iment": 2073, + "ouble": 2074, + "atal": 2075, + "irc": 2076, + "▁è": 2077, + "▁bre": 2078, + "ista": 2079, + "input": 2080, + "▁И": 2081, + "ной": 2082, + "sum": 2083, + "path": 2084, + "▁cour": 2085, + "▁too": 2086, + "▁Ad": 2087, + "▁Gu": 2088, + "▁false": 2089, + "▁fun": 2090, + "▁ст": 2091, + "ood": 2092, + "ès": 2093, + "▁enc": 2094, + "bol": 2095, + "rl": 2096, + "arget": 2097, + "order": 2098, + "▁mean": 2099, + "пе": 2100, + "igen": 2101, + "▁пре": 2102, + "width": 2103, + ";\r": 2104, + "itor": 2105, + "▁state": 2106, + "▁great": 2107, + "enn": 2108, + "bin": 2109, + "Er": 2110, + "Mod": 2111, + "oz": 2112, + "▁won": 2113, + "▁fact": 2114, + "▁java": 2115, + "▁Univers": 2116, + "▁cap": 2117, + "istor": 2118, + "}(": 2119, + "ku": 2120, + "ither": 2121, + "ales": 2122, + "▁ou": 2123, + "ross": 2124, + "▁take": 2125, + "rix": 2126, + "lob": 2127, + "▁eine": 2128, + "ases": 2129, + "▁access": 2130, + "ité": 2131, + "istr": 2132, + "ization": 2133, + "▁appro": 2134, + "ball": 2135, + "▁mak": 2136, + "}^": 2137, + "▁Cons": 2138, + "press": 2139, + "serv": 2140, + "().": 2141, + "af": 2142, + "▁ref": 2143, + ")\\": 2144, + "▁contin": 2145, + "su": 2146, + "iver": 2147, + "▁cond": 2148, + "▁expect": 2149, + "▁charact": 2150, + "bert": 2151, + "elt": 2152, + "ters": 2153, + "script": 2154, + "▁Ed": 2155, + "apt": 2156, + "');": 2157, + "print": 2158, + "▁size": 2159, + "▁sich": 2160, + "face": 2161, + "enden": 2162, + "▁Amer": 2163, + "ified": 2164, + "ów": 2165, + "▁Su": 2166, + "tes": 2167, + "med": 2168, + "▁Reg": 2169, + "sole": 2170, + "▁includ": 2171, + "ini": 2172, + "inci": 2173, + "▁pla": 2174, + "▁left": 2175, + "df": 2176, + "Par": 2177, + "▁All": 2178, + "▁occ": 2179, + "▁At": 2180, + "▁cr": 2181, + "Qu": 2182, + "▁given": 2183, + "▁System": 2184, + "ican": 2185, + "▁final": 2186, + "itions": 2187, + "▁бы": 2188, + "▁perform": 2189, + "AN": 2190, + "▁Me": 2191, + "uro": 2192, + "▁That": 2193, + "гра": 2194, + "▁По": 2195, + "▁ви": 2196, + "ably": 2197, + "▁present": 2198, + "duct": 2199, + "ric": 2200, + "▁Eng": 2201, + "try": 2202, + "▁lar": 2203, + "bl": 2204, + "idd": 2205, + "▁är": 2206, + "ora": 2207, + "LL": 2208, + "oss": 2209, + "▁ISBN": 2210, + "▁three": 2211, + "jo": 2212, + "ní": 2213, + "rc": 2214, + "▁far": 2215, + "▁Not": 2216, + "▁little": 2217, + "dis": 2218, + "ati": 2219, + "function": 2220, + "▁able": 2221, + "less": 2222, + "со": 2223, + "▁path": 2224, + "▁pres": 2225, + "lose": 2226, + "PI": 2227, + "▁issue": 2228, + "ackage": 2229, + "time": 2230, + "ige": 2231, + "ams": 2232, + "▁Cl": 2233, + "ails": 2234, + "alk": 2235, + "ii": 2236, + "ше": 2237, + "pen": 2238, + "QL": 2239, + "▁eas": 2240, + "RL": 2241, + "cel": 2242, + "▁sl": 2243, + "▁ask": 2244, + "▁nom": 2245, + "▁top": 2246, + "ides": 2247, + "index": 2248, + "ém": 2249, + "▁happ": 2250, + "ox": 2251, + "cd": 2252, + "▁better": 2253, + "▁load": 2254, + "ados": 2255, + "zen": 2256, + "▁ce": 2257, + "▁fa": 2258, + "▁John": 2259, + "IMA": 2260, + "▁Bar": 2261, + "overflow": 2262, + "▁де": 2263, + "ness": 2264, + "cer": 2265, + "▁Here": 2266, + "ret": 2267, + "▁sz": 2268, + "ambda": 2269, + "opy": 2270, + "url": 2271, + "py": 2272, + "rt": 2273, + "▁understand": 2274, + "ał": 2275, + "her": 2276, + "##": 2277, + "▁child": 2278, + "▁exec": 2279, + "▁application": 2280, + "▁struct": 2281, + "▁я": 2282, + "File": 2283, + "▁cert": 2284, + "ison": 2285, + "▁variable": 2286, + "DE": 2287, + "rs": 2288, + "▁really": 2289, + "Port": 2290, + "ba": 2291, + "▁Ber": 2292, + "▁inte": 2293, + "▁static": 2294, + "▁config": 2295, + "▁She": 2296, + "estions": 2297, + "▁plus": 2298, + "▁hab": 2299, + "ope": 2300, + "▁mus": 2301, + "▁count": 2302, + "ME": 2303, + "▁support": 2304, + "▁people": 2305, + "▁beh": 2306, + "▁already": 2307, + "Tr": 2308, + "▁done": 2309, + "dem": 2310, + "size": 2311, + "alpha": 2312, + "▁disc": 2313, + "])": 2314, + "▁Man": 2315, + "▁mil": 2316, + "▁stand": 2317, + "▁group": 2318, + "▁small": 2319, + "▁mag": 2320, + "сть": 2321, + "▁default": 2322, + "▁single": 2323, + "link": 2324, + "clude": 2325, + "▁ear": 2326, + "ilar": 2327, + "****": 2328, + "▁fix": 2329, + "ley": 2330, + "▁pas": 2331, + "ний": 2332, + "ission": 2333, + "▁implement": 2334, + "itch": 2335, + "▁года": 2336, + "▁always": 2337, + "▁Jah": 2338, + "pring": 2339, + "ção": 2340, + "plate": 2341, + "▁descri": 2342, + "▁head": 2343, + "init": 2344, + "ograf": 2345, + "▁query": 2346, + "ived": 2347, + "▁ing": 2348, + "pty": 2349, + "ha": 2350, + "▁mov": 2351, + "▁э": 2352, + "ette": 2353, + "ily": 2354, + "▁got": 2355, + "iled": 2356, + "icro": 2357, + "▁wr": 2358, + "ря": 2359, + "▁never": 2360, + "ores": 2361, + "▁bas": 2362, + "ios": 2363, + "lack": 2364, + "aint": 2365, + "vious": 2366, + "▁give": 2367, + "idad": 2368, + "En": 2369, + "ный": 2370, + "table": 2371, + "▁На": 2372, + "▁pat": 2373, + "тор": 2374, + "angu": 2375, + "loy": 2376, + "▁seg": 2377, + "array": 2378, + "▁Fl": 2379, + "▁index": 2380, + "▁sw": 2381, + "IMAGE": 2382, + "▁km": 2383, + "би": 2384, + "Class": 2385, + "ena": 2386, + "мен": 2387, + "comp": 2388, + "atus": 2389, + "rap": 2390, + "▁List": 2391, + "Error": 2392, + "▁typ": 2393, + "▁ма": 2394, + "cs": 2395, + "':": 2396, + "ji": 2397, + "▁However": 2398, + "▁те": 2399, + "▁below": 2400, + "▁App": 2401, + "ще": 2402, + "}_": 2403, + "bum": 2404, + "vir": 2405, + "ées": 2406, + "▁record": 2407, + "tain": 2408, + "lem": 2409, + "ital": 2410, + "▁imp": 2411, + "ego": 2412, + "▁od": 2413, + "▁rece": 2414, + "mit": 2415, + "ffic": 2416, + "stackoverflow": 2417, + "ieve": 2418, + "▁З": 2419, + "▁nov": 2420, + "це": 2421, + "▁Intern": 2422, + "bu": 2423, + "▁sugg": 2424, + "▁loop": 2425, + "ride": 2426, + "▁$(": 2427, + "▁super": 2428, + "rid": 2429, + "ных": 2430, + "▁Per": 2431, + "▁dom": 2432, + "='": 2433, + "utsch": 2434, + "len": 2435, + "▁write": 2436, + "▁inv": 2437, + "outh": 2438, + "▁Her": 2439, + "▁years": 2440, + "▁original": 2441, + "ega": 2442, + "▁Ste": 2443, + "▁seems": 2444, + "ég": 2445, + "▁next": 2446, + "eder": 2447, + "▁Ne": 2448, + "avas": 2449, + "ification": 2450, + "Exception": 2451, + "▁Der": 2452, + "▁ve": 2453, + "atic": 2454, + "hat": 2455, + "brary": 2456, + "return": 2457, + "urch": 2458, + "ision": 2459, + "mi": 2460, + "oint": 2461, + "▁day": 2462, + "iction": 2463, + "ál": 2464, + "▁és": 2465, + "▁though": 2466, + "action": 2467, + "ít": 2468, + "ungen": 2469, + "ours": 2470, + "▁script": 2471, + "▁information": 2472, + "▁multi": 2473, + "▁\\\\": 2474, + "ster": 2475, + "ке": 2476, + "AC": 2477, + "cies": 2478, + "▁display": 2479, + "oman": 2480, + "Time": 2481, + "ius": 2482, + "));": 2483, + "tre": 2484, + "▁lim": 2485, + "ately": 2486, + "éd": 2487, + "iste": 2488, + "▁са": 2489, + "post": 2490, + "uel": 2491, + "img": 2492, + "▁ч": 2493, + "ска": 2494, + "eld": 2495, + "pper": 2496, + "ula": 2497, + "▁general": 2498, + "Al": 2499, + "Form": 2500, + "▁upon": 2501, + "zo": 2502, + "amente": 2503, + "▁prom": 2504, + "▁ü": 2505, + "lex": 2506, + "▁turn": 2507, + "▁ме": 2508, + "ention": 2509, + "лен": 2510, + "▁af": 2511, + "icle": 2512, + "ств": 2513, + "▁Fil": 2514, + "▁Ф": 2515, + "avascript": 2516, + "Man": 2517, + "ara": 2518, + "ware": 2519, + "align": 2520, + "angle": 2521, + "▁Sc": 2522, + "unic": 2523, + "▁fran": 2524, + "Un": 2525, + "zi": 2526, + "met": 2527, + "Add": 2528, + "▁pub": 2529, + "ков": 2530, + "▁gen": 2531, + "▁pod": 2532, + "▁sum": 2533, + "▁having": 2534, + "▁avec": 2535, + "sl": 2536, + "▁fig": 2537, + "▁Res": 2538, + "Date": 2539, + "ules": 2540, + "with": 2541, + "ский": 2542, + "gu": 2543, + "ET": 2544, + "▁bro": 2545, + "rie": 2546, + "aps": 2547, + "ending": 2548, + "mail": 2549, + "ook": 2550, + "▁success": 2551, + "berg": 2552, + "▁deb": 2553, + "elta": 2554, + "()`": 2555, + "ential": 2556, + "frame": 2557, + "Key": 2558, + "inn": 2559, + "▁simple": 2560, + "ival": 2561, + "▁care": 2562, + "▁Web": 2563, + "\").": 2564, + ">": 2900, + "ko": 2901, + "▁exper": 2902, + "▁separ": 2903, + "yl": 2904, + "ourn": 2905, + "▁dev": 2906, + "▁auch": 2907, + "▁block": 2908, + "book": 2909, + "▁map": 2910, + "illa": 2911, + "▁comput": 2912, + "▁space": 2913, + "result": 2914, + ")}": 2915, + "▁echo": 2916, + "config": 2917, + "hi": 2918, + "▁large": 2919, + "▁width": 2920, + "▁Go": 2921, + "mat": 2922, + "▁diff": 2923, + "▁kind": 2924, + "ances": 2925, + "ynam": 2926, + "▁color": 2927, + "Int": 2928, + "sol": 2929, + "▁pi": 2930, + "▁character": 2931, + "oment": 2932, + "▁response": 2933, + "igma": 2934, + "wards": 2935, + "arrow": 2936, + "су": 2937, + "ties": 2938, + "▁über": 2939, + "Image": 2940, + "yd": 2941, + "▁пере": 2942, + "▁node": 2943, + "▁item": 2944, + "achine": 2945, + "ima": 2946, + "▁va": 2947, + "▁approach": 2948, + "▁wer": 2949, + "▁че": 2950, + "On": 2951, + "ollow": 2952, + "она": 2953, + "cted": 2954, + "ured": 2955, + "Controller": 2956, + "lied": 2957, + "▁jo": 2958, + "▁dal": 2959, + "unk": 2960, + "▁î": 2961, + "start": 2962, + "ola": 2963, + "▁compon": 2964, + "IC": 2965, + "bit": 2966, + "▁base": 2967, + "пу": 2968, + "▁idea": 2969, + "▁dire": 2970, + "▁rad": 2971, + "group": 2972, + "▁With": 2973, + "server": 2974, + "side": 2975, + "sing": 2976, + "▁dies": 2977, + "▁near": 2978, + "▁voor": 2979, + "▁argument": 2980, + "▁},": 2981, + "▁land": 2982, + "▁names": 2983, + "▁option": 2984, + "ithub": 2985, + "pped": 2986, + "aug": 2987, + "▁links": 2988, + "▁full": 2989, + "▁situ": 2990, + "▁console": 2991, + "▁etc": 2992, + "aux": 2993, + "▁Cor": 2994, + "icrosoft": 2995, + "▁came": 2996, + "local": 2997, + "▁known": 2998, + "▁multiple": 2999, + "anguage": 3000, + "▁total": 3001, + "ology": 3002, + "ät": 3003, + "▁Х": 3004, + "▁fre": 3005, + "▁ten": 3006, + "ideo": 3007, + "▁bes": 3008, + "true": 3009, + "Query": 3010, + "omm": 3011, + "▁Art": 3012, + "▁keep": 3013, + "▁University": 3014, + "reate": 3015, + "pport": 3016, + "▁python": 3017, + "tra": 3018, + "ector": 3019, + "рі": 3020, + "oph": 3021, + "▁conc": 3022, + "▁four": 3023, + "viron": 3024, + "▁via": 3025, + "?\"": 3026, + "image": 3027, + "oll": 3028, + "ные": 3029, + "▁context": 3030, + "▁sem": 3031, + "._": 3032, + "▁eng": 3033, + "mar": 3034, + "AD": 3035, + "▁mor": 3036, + "▁Cal": 3037, + "▁cell": 3038, + "imal": 3039, + "ATE": 3040, + "▁inf": 3041, + "ön": 3042, + "uffer": 3043, + "sq": 3044, + "....": 3045, + "▁zur": 3046, + "With": 3047, + "ран": 3048, + "chn": 3049, + "▁door": 3050, + "content": 3051, + "▁miss": 3052, + "▁simp": 3053, + "ár": 3054, + "ira": 3055, + "▁hat": 3056, + "Test": 3057, + "▁certain": 3058, + "NS": 3059, + "▁cho": 3060, + "▁adv": 3061, + "where": 3062, + "▁looking": 3063, + "▁times": 3064, + "них": 3065, + "uto": 3066, + "▁É": 3067, + "can": 3068, + "host": 3069, + "▁(*": 3070, + "loat": 3071, + "▁nicht": 3072, + "Field": 3073, + "burg": 3074, + "const": 3075, + "ades": 3076, + "▁Mus": 3077, + "▁nothing": 3078, + "▁incre": 3079, + "▁Min": 3080, + "▁power": 3081, + "▁American": 3082, + "ln": 3083, + "valid": 3084, + "ungs": 3085, + "▁National": 3086, + "▁San": 3087, + "▁York": 3088, + "Request": 3089, + "char": 3090, + "▁Ze": 3091, + "button": 3092, + "▁alg": 3093, + "SON": 3094, + "▁ap": 3095, + "uff": 3096, + "ability": 3097, + "ем": 3098, + "▁anything": 3099, + "ela": 3100, + "())": 3101, + "ба": 3102, + "ampion": 3103, + "▁pot": 3104, + "▁fut": 3105, + "ailable": 3106, + "▁prop": 3107, + "\"]": 3108, + "▁less": 3109, + "lag": 3110, + "▁August": 3111, + "It": 3112, + "▁please": 3113, + "▁style": 3114, + "▁Also": 3115, + "bt": 3116, + "▁probably": 3117, + "▁One": 3118, + "▁poss": 3119, + "UI": 3120, + "uit": 3121, + "▁West": 3122, + "hn": 3123, + "+\\": 3124, + "Button": 3125, + "json": 3126, + "err": 3127, + "rame": 3128, + "dom": 3129, + "ilon": 3130, + "alf": 3131, + "▁client": 3132, + "▁continu": 3133, + "xml": 3134, + "pec": 3135, + "ador": 3136, + "ls": 3137, + "▁however": 3138, + "▁Any": 3139, + "änd": 3140, + "mathrm": 3141, + "▁url": 3142, + "▁book": 3143, + "▁gl": 3144, + "ives": 3145, + "gi": 3146, + "▁tro": 3147, + "▁US": 3148, + "point": 3149, + "open": 3150, + "▁cur": 3151, + "▁era": 3152, + "▁particular": 3153, + "▁HT": 3154, + "oot": 3155, + "ello": 3156, + "lobal": 3157, + "▁action": 3158, + "▁Int": 3159, + "▁include": 3160, + "▁elements": 3161, + "ная": 3162, + "ards": 3163, + "▁Bl": 3164, + "▁hum": 3165, + "from": 3166, + "change": 3167, + "▁functions": 3168, + "hen": 3169, + "Service": 3170, + "▁height": 3171, + "▁Land": 3172, + "ias": 3173, + "gs": 3174, + "ión": 3175, + "лов": 3176, + "node": 3177, + ".”": 3178, + "hand": 3179, + "▁бу": 3180, + "▁amb": 3181, + "▁Lu": 3182, + "▁throw": 3183, + "▁mot": 3184, + "▁Act": 3185, + "▁world": 3186, + "_\\": 3187, + "base": 3188, + "▁Co": 3189, + "▁arch": 3190, + "▁####": 3191, + "ged": 3192, + "pril": 3193, + "older": 3194, + "Model": 3195, + "▁several": 3196, + "lie": 3197, + "check": 3198, + "]{": 3199, + "cons": 3200, + "▁Tra": 3201, + "heck": 3202, + "▁least": 3203, + "down": 3204, + "ebru": 3205, + "Def": 3206, + "param": 3207, + "ischer": 3208, + "▁cas": 3209, + "CH": 3210, + "▁address": 3211, + "▁раз": 3212, + "ufen": 3213, + "urope": 3214, + "ей": 3215, + "▁bound": 3216, + "CO": 3217, + "▁Ang": 3218, + "▁Ma": 3219, + "Index": 3220, + "core": 3221, + "ouch": 3222, + "atabase": 3223, + "ribution": 3224, + "document": 3225, + "Le": 3226, + "}_{": 3227, + "vern": 3228, + "▁statement": 3229, + "▁Brit": 3230, + "ono": 3231, + "psilon": 3232, + "▁level": 3233, + "▁product": 3234, + "IS": 3235, + "▁course": 3236, + "▁Mr": 3237, + ">\r": 3238, + "▁background": 3239, + "▁ret": 3240, + "ering": 3241, + "most": 3242, + "сько": 3243, + "▁thread": 3244, + "itional": 3245, + "ites": 3246, + "Pl": 3247, + "▁dos": 3248, + "ga": 3249, + "day": 3250, + "▁Gener": 3251, + "▁tw": 3252, + "Ad": 3253, + "\"><": 3254, + "▁($": 3255, + "▁moment": 3256, + "title": 3257, + "create": 3258, + "version": 3259, + "Manager": 3260, + "▁fur": 3261, + "pping": 3262, + "ijn": 3263, + "ос": 3264, + "▁rather": 3265, + "ptember": 3266, + "OS": 3267, + "▁site": 3268, + "▁caus": 3269, + "ani": 3270, + "▁home": 3271, + "мі": 3272, + "▁short": 3273, + "pa": 3274, + "▁lead": 3275, + "ished": 3276, + "cing": 3277, + "ording": 3278, + "▁prote": 3279, + "сле": 3280, + "LECT": 3281, + "▁didn": 3282, + "position": 3283, + "\",\"": 3284, + "(),": 3285, + "trans": 3286, + "▁lot": 3287, + "▁од": 3288, + "AS": 3289, + "▁sat": 3290, + "▁points": 3291, + "github": 3292, + "style": 3293, + "▁году": 3294, + "▁Dis": 3295, + "ponent": 3296, + "omet": 3297, + "zer": 3298, + "ULL": 3299, + "▁pa": 3300, + "AP": 3301, + "aces": 3302, + "▁United": 3303, + "ama": 3304, + "ety": 3305, + "Color": 3306, + "▁enough": 3307, + "US": 3308, + "▁length": 3309, + "());": 3310, + "^{\\": 3311, + "fty": 3312, + "Box": 3313, + "apter": 3314, + "▁complet": 3315, + "ник": 3316, + "max": 3317, + "object": 3318, + "({": 3319, + "imgur": 3320, + "itive": 3321, + "unch": 3322, + "▁Sub": 3323, + "ende": 3324, + "гу": 3325, + "ategory": 3326, + "ты": 3327, + "iano": 3328, + "▁upd": 3329, + "▁Aust": 3330, + "}{\\": 3331, + "top": 3332, + "las": 3333, + "pis": 3334, + "iness": 3335, + "▁{\r": 3336, + "▁Е": 3337, + "Gr": 3338, + "▁AS": 3339, + "▁ве": 3340, + "thers": 3341, + "▁defined": 3342, + "azione": 3343, + "▁offic": 3344, + "▁autom": 3345, + "ün": 3346, + "▁brow": 3347, + "▁serv": 3348, + "▁remove": 3349, + "iro": 3350, + "▁Bibli": 3351, + "ED": 3352, + "▁whole": 3353, + "▁ш": 3354, + "▁Java": 3355, + "▁zum": 3356, + "ua": 3357, + "pm": 3358, + "dev": 3359, + "кра": 3360, + "olds": 3361, + "▁War": 3362, + "än": 3363, + "pass": 3364, + "uz": 3365, + "[\"": 3366, + "▁tri": 3367, + "ised": 3368, + "ха": 3369, + "▁memory": 3370, + "▁Port": 3371, + "oper": 3372, + "Up": 3373, + "▁Thank": 3374, + "▁Mich": 3375, + "ych": 3376, + "board": 3377, + "бу": 3378, + "Inst": 3379, + "▁begin": 3380, + "ination": 3381, + "▁Mod": 3382, + "_,": 3383, + "▁Den": 3384, + "option": 3385, + "▁construct": 3386, + "▁Just": 3387, + "Map": 3388, + "run": 3389, + "▁respect": 3390, + "ham": 3391, + "ман": 3392, + "imedia": 3393, + "▁apply": 3394, + "cription": 3395, + "main": 3396, + "▁Ка": 3397, + "oid": 3398, + "Code": 3399, + "};": 3400, + "Info": 3401, + "▁format": 3402, + "Log": 3403, + "▁су": 3404, + "▁lat": 3405, + "utor": 3406, + "▁reference": 3407, + "▁calcul": 3408, + "onn": 3409, + "Lo": 3410, + "infty": 3411, + "▁along": 3412, + "▁č": 3413, + "▁task": 3414, + "▁ev": 3415, + "theta": 3416, + "ras": 3417, + "jor": 3418, + "▁бо": 3419, + "▁princip": 3420, + "My": 3421, + "▁einer": 3422, + "▁Es": 3423, + "omb": 3424, + "quad": 3425, + "^{-": 3426, + "ump": 3427, + "▁till": 3428, + "ді": 3429, + "▁looks": 3430, + "▁ok": 3431, + "ца": 3432, + "nu": 3433, + "Fil": 3434, + "▁sont": 3435, + "▁Med": 3436, + "ague": 3437, + "▁cost": 3438, + "▁Sim": 3439, + "▁comment": 3440, + "▁(\\": 3441, + "egen": 3442, + "▁parameter": 3443, + "▁France": 3444, + "rep": 3445, + "▁TH": 3446, + "▁yet": 3447, + "▁away": 3448, + "▁circ": 3449, + "▁API": 3450, + "emp": 3451, + "ві": 3452, + "Layout": 3453, + "▁lines": 3454, + "▁Part": 3455, + "empt": 3456, + "▁Bi": 3457, + "▁mind": 3458, + "ky": 3459, + "ging": 3460, + "▁report": 3461, + "▁Add": 3462, + "род": 3463, + "▁range": 3464, + "cias": 3465, + "lip": 3466, + "▁Kar": 3467, + "▁Commons": 3468, + "gerufen": 3469, + "aff": 3470, + "sec": 3471, + "▁html": 3472, + "lig": 3473, + "▁window": 3474, + "inition": 3475, + "cis": 3476, + "▁ut": 3477, + "eln": 3478, + "▁aux": 3479, + "▁neg": 3480, + "Hand": 3481, + "▁);": 3482, + "▁anal": 3483, + "▁fri": 3484, + "▁си": 3485, + "etch": 3486, + "md": 3487, + "page": 3488, + "▁library": 3489, + "▁:=": 3490, + "ROM": 3491, + "You": 3492, + "space": 3493, + "▁durch": 3494, + "▁host": 3495, + "aven": 3496, + "▁File": 3497, + "alle": 3498, + "тив": 3499, + "▁pap": 3500, + "ство": 3501, + "mark": 3502, + "▁mais": 3503, + "erman": 3504, + "Size": 3505, + "ек": 3506, + "▁Ма": 3507, + "▁isn": 3508, + "▁copy": 3509, + "sten": 3510, + "river": 3511, + "▁went": 3512, + "▁javascript": 3513, + "▁sam": 3514, + "▁frame": 3515, + "▁vi": 3516, + "▁previous": 3517, + "rodu": 3518, + "▁methods": 3519, + "▁necess": 3520, + "NA": 3521, + "cket": 3522, + "▁opt": 3523, + "Loc": 3524, + "how": 3525, + "▁în": 3526, + "ship": 3527, + "▁itself": 3528, + "▁Please": 3529, + "iene": 3530, + "вер": 3531, + "▁<<": 3532, + "▁mill": 3533, + "▁trad": 3534, + "pace": 3535, + "▁Har": 3536, + "iten": 3537, + "wise": 3538, + "write": 3539, + "ции": 3540, + "ры": 3541, + "Line": 3542, + "olo": 3543, + "▁accept": 3544, + "height": 3545, + "▁elect": 3546, + "ella": 3547, + "▁på": 3548, + "Select": 3549, + "▁ли": 3550, + "▁\\<": 3551, + "((": 3552, + "▁ID": 3553, + "ops": 3554, + "ван": 3555, + "ió": 3556, + "TP": 3557, + "»,": 3558, + "nection": 3559, + "parent": 3560, + "▁Mag": 3561, + "Table": 3562, + "Over": 3563, + "▁network": 3564, + "спо": 3565, + "▁assign": 3566, + "igger": 3567, + "irm": 3568, + ")`": 3569, + "ottom": 3570, + "beta": 3571, + "▁dell": 3572, + "▁body": 3573, + "▁да": 3574, + "▁Your": 3575, + "▁fue": 3576, + "▁package": 3577, + "▁light": 3578, + "▁**": 3579, + "MP": 3580, + "▁cou": 3581, + "yes": 3582, + ":\\": 3583, + "▁Ч": 3584, + "▁mention": 3585, + "ensch": 3586, + "▁deg": 3587, + "▁convert": 3588, + "▁Dav": 3589, + "adt": 3590, + "Result": 3591, + "though": 3592, + "▁bus": 3593, + "xy": 3594, + "▁seen": 3595, + "All": 3596, + "public": 3597, + "ively": 3598, + "▁Rec": 3599, + "▁His": 3600, + "sim": 3601, + "▁för": 3602, + "▁histor": 3603, + "▁sett": 3604, + "rat": 3605, + "abled": 3606, + "▁»,": 3607, + "google": 3608, + "Web": 3609, + "él": 3610, + "▁title": 3611, + "▁Janu": 3612, + "ја": 3613, + "▁took": 3614, + "iden": 3615, + "sz": 3616, + "▁Get": 3617, + "▁objects": 3618, + "▁common": 3619, + "▁changes": 3620, + "▁Lond": 3621, + "▁extern": 3622, + "▁ju": 3623, + "Is": 3624, + "▁available": 3625, + "tri": 3626, + "▁más": 3627, + "osa": 3628, + "Be": 3629, + "▁Data": 3630, + "ural": 3631, + "▁hom": 3632, + "▁account": 3633, + "oo": 3634, + "▁perm": 3635, + "respond": 3636, + "yt": 3637, + "▁send": 3638, + "▁returns": 3639, + "ivid": 3640, + "▁expla": 3641, + "ín": 3642, + "▁nor": 3643, + "If": 3644, + "▁From": 3645, + "▁target": 3646, + "fect": 3647, + "ент": 3648, + "▁uit": 3649, + "▁Jo": 3650, + "▁variables": 3651, + "▁series": 3652, + "▁func": 3653, + "▁himself": 3654, + "▁ча": 3655, + "anti": 3656, + "▁ach": 3657, + "ialog": 3658, + "▁std": 3659, + "ae": 3660, + "▁foot": 3661, + "▁unter": 3662, + "gress": 3663, + "Not": 3664, + "rad": 3665, + "fér": 3666, + "▁util": 3667, + "orem": 3668, + "▁sou": 3669, + "opt": 3670, + "▁og": 3671, + "▁uma": 3672, + "itar": 3673, + "▁Ok": 3674, + "ück": 3675, + "sqrt": 3676, + "▁ant": 3677, + "▁werden": 3678, + "år": 3679, + "});": 3680, + "▁Paris": 3681, + "▁exception": 3682, + "▁determ": 3683, + "▁Vol": 3684, + "▁Sam": 3685, + "▁ess": 3686, + "lies": 3687, + "ioni": 3688, + "oding": 3689, + "idget": 3690, + "▁pri": 3691, + "▁whether": 3692, + "▁под": 3693, + "▁numbers": 3694, + "▁~": 3695, + "event": 3696, + "▁shows": 3697, + "atures": 3698, + "▁house": 3699, + "▁face": 3700, + "▁się": 3701, + "vironment": 3702, + "van": 3703, + "▁including": 3704, + "▁<-": 3705, + "times": 3706, + "now": 3707, + "▁pur": 3708, + "ifier": 3709, + "▁emp": 3710, + "▁cla": 3711, + "mon": 3712, + "▁Das": 3713, + "ady": 3714, + "▁від": 3715, + "▁ц": 3716, + "abor": 3717, + "OST": 3718, + "▁band": 3719, + "▁ú": 3720, + "▁exactly": 3721, + "iert": 3722, + "avig": 3723, + "▁redu": 3724, + "▁SE": 3725, + "lished": 3726, + "Bu": 3727, + "Message": 3728, + "cell": 3729, + "fully": 3730, + "▁sv": 3731, + "▁makes": 3732, + "pol": 3733, + "▁required": 3734, + "ferrer": 3735, + "▁pers": 3736, + "▁mi": 3737, + "FI": 3738, + "▁Paul": 3739, + "▁UI": 3740, + "▁Bel": 3741, + "inc": 3742, + "▁contains": 3743, + "Out": 3744, + "asure": 3745, + "pu": 3746, + "oto": 3747, + "▁game": 3748, + "zn": 3749, + "▁Why": 3750, + "orith": 3751, + "big": 3752, + "кий": 3753, + "sigma": 3754, + "▁quite": 3755, + "▁jed": 3756, + "rec": 3757, + "▁SQL": 3758, + "бе": 3759, + "▁Mart": 3760, + "ya": 3761, + "▁school": 3762, + "▁simply": 3763, + "▁vor": 3764, + "▁double": 3765, + "рав": 3766, + "▁Str": 3767, + "iem": 3768, + "▁album": 3769, + "▁resol": 3770, + "▁dei": 3771, + "▁Wik": 3772, + "▁aw": 3773, + "umb": 3774, + "ols": 3775, + "▁*/": 3776, + "▁ze": 3777, + "▁anim": 3778, + "/>": 3779, + "ris": 3780, + "resh": 3781, + "No": 3782, + "iques": 3783, + "current": 3784, + "▁period": 3785, + "▁April": 3786, + "▁store": 3787, + "','": 3788, + "▁Set": 3789, + "={": 3790, + "ached": 3791, + "▁Mal": 3792, + "▁Pal": 3793, + "antes": 3794, + "aterial": 3795, + "▁worked": 3796, + "leq": 3797, + "oreferrer": 3798, + "▁happen": 3799, + "▁box": 3800, + "ney": 3801, + "▁close": 3802, + "▁gran": 3803, + "▁lie": 3804, + "▁ir": 3805, + "▁expected": 3806, + "▁для": 3807, + "click": 3808, + "și": 3809, + "▁parte": 3810, + "ogn": 3811, + "▁Form": 3812, + "▁memb": 3813, + "▁plan": 3814, + "▁team": 3815, + "][": 3816, + "▁commun": 3817, + "orry": 3818, + "ency": 3819, + "gl": 3820, + "inary": 3821, + "cdot": 3822, + "^\\": 3823, + "▁First": 3824, + "ander": 3825, + "▁Dec": 3826, + "request": 3827, + "ства": 3828, + "▁structure": 3829, + "▁||": 3830, + "▁Comp": 3831, + "actory": 3832, + "▁Mil": 3833, + "▁Some": 3834, + "Stream": 3835, + "▁assum": 3836, + "uen": 3837, + "▁words": 3838, + "▁September": 3839, + "▁Ко": 3840, + "▁days": 3841, + "ories": 3842, + "став": 3843, + "sm": 3844, + "vin": 3845, + "partial": 3846, + "▁parent": 3847, + "oj": 3848, + "нии": 3849, + "!\"": 3850, + "ugin": 3851, + "▁Windows": 3852, + "Ed": 3853, + ":}": 3854, + "▁q": 3855, + "▁ben": 3856, + "iana": 3857, + "▁label": 3858, + "state": 3859, + "uted": 3860, + "▁()": 3861, + "▁сво": 3862, + "▁edit": 3863, + "uring": 3864, + "▁NS": 3865, + "▁Jahr": 3866, + "▁provide": 3867, + "He": 3868, + "▁Yes": 3869, + "anel": 3870, + "ename": 3871, + "▁Don": 3872, + "isk": 3873, + "gra": 3874, + "elij": 3875, + "▁root": 3876, + "*/": 3877, + "▁Fre": 3878, + "▁Mor": 3879, + "used": 3880, + "range": 3881, + "▁tamb": 3882, + "▁module": 3883, + "▁directory": 3884, + "ounds": 3885, + "Activity": 3886, + "▁mu": 3887, + "info": 3888, + "▁free": 3889, + "orge": 3890, + "tab": 3891, + ")=": 3892, + "lang": 3893, + "▁ос": 3894, + "▁FROM": 3895, + "▁enter": 3896, + "▁became": 3897, + "idae": 3898, + "хи": 3899, + "▁States": 3900, + "verse": 3901, + "▁expl": 3902, + "ynt": 3903, + "UN": 3904, + "ee": 3905, + "endent": 3906, + "▁making": 3907, + "▁\"$": 3908, + "uni": 3909, + "quence": 3910, + "▁lui": 3911, + "HT": 3912, + "▁uses": 3913, + "zie": 3914, + "nia": 3915, + "Content": 3916, + "▁Count": 3917, + "▁standard": 3918, + "ENT": 3919, + "▁кон": 3920, + "fort": 3921, + "adas": 3922, + "зу": 3923, + "System": 3924, + "▁Sw": 3925, + "▁ever": 3926, + "LO": 3927, + "▁correspond": 3928, + "▁Po": 3929, + "argin": 3930, + "кт": 3931, + "ій": 3932, + "▁remain": 3933, + "cio": 3934, + "▁actual": 3935, + "сту": 3936, + "▁sind": 3937, + "▁Pe": 3938, + "▁changed": 3939, + "▁Note": 3940, + "skie": 3941, + "▁family": 3942, + "ità": 3943, + "cos": 3944, + "txt": 3945, + "ker": 3946, + "ceed": 3947, + "▁arr": 3948, + "▁cam": 3949, + "izer": 3950, + "▁Dan": 3951, + "hel": 3952, + "icult": 3953, + "HP": 3954, + "iler": 3955, + "▁Sal": 3956, + "▁connection": 3957, + "usion": 3958, + "kn": 3959, + "RI": 3960, + "▁vom": 3961, + "Listener": 3962, + "▁ö": 3963, + "▁dim": 3964, + "▁press": 3965, + "▁esc": 3966, + "▁Try": 3967, + "atalog": 3968, + "▁thanks": 3969, + "DO": 3970, + "▁written": 3971, + "dir": 3972, + "rew": 3973, + "▁fire": 3974, + "▁Nach": 3975, + "▁á": 3976, + "enc": 3977, + "▁origin": 3978, + "▁November": 3979, + "▁};": 3980, + "Count": 3981, + "▁За": 3982, + "▁graph": 3983, + "▁mis": 3984, + "▁External": 3985, + "▁▁▁▁▁▁▁▁▁": 3986, + "▁options": 3987, + "▁URL": 3988, + "▁php": 3989, + "▁integr": 3990, + "Config": 3991, + "▁Text": 3992, + "inner": 3993, + "▁crit": 3994, + ",”": 3995, + "▁tog": 3996, + "$$": 3997, + "nof": 3998, + "▁ses": 3999, + "ühr": 4000, + "▁Since": 4001, + "Des": 4002, + "ube": 4003, + "▁section": 4004, + "▁gi": 4005, + "ford": 4006, + "▁Ass": 4007, + "ainer": 4008, + "ttp": 4009, + "▁behav": 4010, + "ports": 4011, + "draw": 4012, + "This": 4013, + "ranch": 4014, + "inding": 4015, + "▁estab": 4016, + "▁obtain": 4017, + "rich": 4018, + "licit": 4019, + "ев": 4020, + "▁qual": 4021, + "▁za": 4022, + "▁har": 4023, + "▁fac": 4024, + "aar": 4025, + "jet": 4026, + "icles": 4027, + "▁Aus": 4028, + "▁hor": 4029, + "▁remov": 4030, + "▁wie": 4031, + "Client": 4032, + "▁natur": 4033, + "hip": 4034, + "Sub": 4035, + "▁random": 4036, + "DF": 4037, + "▁area": 4038, + "tag": 4039, + "Pr": 4040, + "▁Ital": 4041, + "▁roku": 4042, + "nofollow": 4043, + "*}": 4044, + "▁others": 4045, + "▁limit": 4046, + "▁sil": 4047, + "▁sav": 4048, + "▁often": 4049, + "▁render": 4050, + "DB": 4051, + "▁Mc": 4052, + "▁zijn": 4053, + "жен": 4054, + "▁tag": 4055, + "ming": 4056, + "lichen": 4057, + "pack": 4058, + "▁Ag": 4059, + "▁sense": 4060, + "pg": 4061, + "Method": 4062, + "aged": 4063, + "ág": 4064, + "ła": 4065, + "▁interest": 4066, + "▁associ": 4067, + "volution": 4068, + "▁empty": 4069, + "iche": 4070, + "▁gro": 4071, + "▁types": 4072, + "▁Sie": 4073, + "Inter": 4074, + "▁noreferrer": 4075, + "▁gives": 4076, + "hal": 4077, + "▁save": 4078, + "▁font": 4079, + "ruction": 4080, + "Script": 4081, + "▁alla": 4082, + "▁says": 4083, + "▁fu": 4084, + "ape": 4085, + "▁language": 4086, + "iger": 4087, + "▁King": 4088, + "bor": 4089, + "uv": 4090, + "▁shall": 4091, + "▁Europe": 4092, + "▁einem": 4093, + "▁water": 4094, + "▁govern": 4095, + "anz": 4096, + "ators": 4097, + "▁month": 4098, + "ye": 4099, + "▁important": 4100, + "atz": 4101, + "first": 4102, + "▁Trans": 4103, + "▁Mad": 4104, + "▁bra": 4105, + "ika": 4106, + "▁Saint": 4107, + "oria": 4108, + "kre": 4109, + "ements": 4110, + "▁Ben": 4111, + "lav": 4112, + "▁admin": 4113, + "▁Hen": 4114, + "ril": 4115, + "▁Sm": 4116, + "cat": 4117, + "▁Refer": 4118, + "▁Ш": 4119, + "▁pract": 4120, + "▁Pat": 4121, + "▁Gre": 4122, + "▁young": 4123, + "▁Inter": 4124, + "oma": 4125, + "teger": 4126, + "ibility": 4127, + "▁parameters": 4128, + "▁everything": 4129, + "dat": 4130, + "urop": 4131, + "olean": 4132, + "▁returned": 4133, + "▁Class": 4134, + "acy": 4135, + "####": 4136, + "▁př": 4137, + "▁folder": 4138, + "▁kon": 4139, + "▁guess": 4140, + "gt": 4141, + "jen": 4142, + "annel": 4143, + "icon": 4144, + "▁comb": 4145, + "rict": 4146, + "▁hij": 4147, + "▁author": 4148, + "see": 4149, + "here": 4150, + "stra": 4151, + "▁entire": 4152, + "▁directly": 4153, + "raft": 4154, + "heet": 4155, + "ester": 4156, + "▁ми": 4157, + "▁mass": 4158, + "untu": 4159, + "▁users": 4160, + "chi": 4161, + "PE": 4162, + "▁component": 4163, + "Click": 4164, + "Att": 4165, + "▁sobre": 4166, + "ands": 4167, + "▁Hol": 4168, + "▁Sant": 4169, + "ori": 4170, + "▁sua": 4171, + "std": 4172, + "entic": 4173, + "CC": 4174, + "▁filter": 4175, + "SQL": 4176, + "▁God": 4177, + "At": 4178, + "▁му": 4179, + "▁performance": 4180, + "delta": 4181, + "ande": 4182, + "amer": 4183, + "ды": 4184, + "▁cult": 4185, + "▁Nor": 4186, + "but": 4187, + "▁lik": 4188, + "********": 4189, + "ствен": 4190, + "▁comme": 4191, + "▁dr": 4192, + "imer": 4193, + "ordin": 4194, + "▁condition": 4195, + "este": 4196, + "([": 4197, + "FF": 4198, + "ться": 4199, + "imo": 4200, + "rab": 4201, + "іль": 4202, + "▁half": 4203, + "each": 4204, + "Dis": 4205, + "▁rows": 4206, + "▁hon": 4207, + "▁together": 4208, + "▁și": 4209, + "medi": 4210, + "agn": 4211, + "alled": 4212, + "▁vill": 4213, + "ING": 4214, + "idden": 4215, + "▁draw": 4216, + "yntax": 4217, + "▁attempt": 4218, + "URL": 4219, + "pose": 4220, + "▁indic": 4221, + "ника": 4222, + "▁English": 4223, + "▁déc": 4224, + "▁needs": 4225, + "▁normal": 4226, + "urt": 4227, + "▁но": 4228, + "}}\\": 4229, + "last": 4230, + "▁Fin": 4231, + "▁Febru": 4232, + "ila": 4233, + "▁country": 4234, + "▁fields": 4235, + "▁max": 4236, + "lés": 4237, + "owie": 4238, + "▁deux": 4239, + "▁built": 4240, + "▁Main": 4241, + "▁camp": 4242, + "ivo": 4243, + "iva": 4244, + "icy": 4245, + "zione": 4246, + "Node": 4247, + "▁:)": 4248, + "▁among": 4249, + "▁Ob": 4250, + "▁cases": 4251, + "haps": 4252, + "sers": 4253, + "arter": 4254, + "ści": 4255, + "▁iter": 4256, + "▁named": 4257, + "exec": 4258, + "▁season": 4259, + "tot": 4260, + "=>": 4261, + "graph": 4262, + "▁nil": 4263, + "acional": 4264, + "▁NULL": 4265, + "▁special": 4266, + "сте": 4267, + "css": 4268, + "▁\\(": 4269, + "vs": 4270, + "ael": 4271, + "▁city": 4272, + "ova": 4273, + "▁article": 4274, + "▁South": 4275, + "Action": 4276, + "ça": 4277, + "spring": 4278, + "itude": 4279, + "▁complex": 4280, + "▁что": 4281, + "build": 4282, + "gamma": 4283, + "▁Ent": 4284, + "iers": 4285, + "'.": 4286, + "car": 4287, + "apache": 4288, + "ingen": 4289, + "Input": 4290, + ": ": 4291, + "▁dynam": 4292, + "alls": 4293, + "show": 4294, + "|\\": 4295, + "▁wird": 4296, + "Bar": 4297, + "alth": 4298, + "model": 4299, + "Trans": 4300, + "Row": 4301, + "abe": 4302, + "▁lib": 4303, + "null": 4304, + "ragment": 4305, + "▁State": 4306, + "▁law": 4307, + "Frame": 4308, + "▁Lo": 4309, + "geb": 4310, + "}$.": 4311, + "▁needed": 4312, + "▁contr": 4313, + "aries": 4314, + "▁screen": 4315, + "yr": 4316, + "mm": 4317, + "▁shown": 4318, + "▁bad": 4319, + "▁cast": 4320, + "▁Test": 4321, + "▁Auf": 4322, + "▁quant": 4323, + "iga": 4324, + "▁ren": 4325, + "▁Mac": 4326, + "▁transform": 4327, + "▁difference": 4328, + "▁tit": 4329, + "TE": 4330, + "▁step": 4331, + "▁capt": 4332, + "▁collection": 4333, + "ictionary": 4334, + "▁Tom": 4335, + "rier": 4336, + "▁move": 4337, + "cope": 4338, + "ords": 4339, + "▁further": 4340, + "▁columns": 4341, + "▁Lin": 4342, + "▁fixed": 4343, + "▁children": 4344, + "MS": 4345, + "mo": 4346, + "una": 4347, + "▁individ": 4348, + "tty": 4349, + "aste": 4350, + "src": 4351, + "match": 4352, + "wi": 4353, + "▁х": 4354, + "▁ди": 4355, + "▁ord": 4356, + "iving": 4357, + "▁Bro": 4358, + "▁almost": 4359, + "▁Pres": 4360, + "reci": 4361, + "aring": 4362, + "▁///": 4363, + "ется": 4364, + "▁sig": 4365, + "light": 4366, + "▁Red": 4367, + "▁suggest": 4368, + "olf": 4369, + "▁été": 4370, + "isation": 4371, + "зна": 4372, + "New": 4373, + "стан": 4374, + "LA": 4375, + "unicip": 4376, + "▁figure": 4377, + "mt": 4378, + "iale": 4379, + "▁catch": 4380, + "default": 4381, + "▁tele": 4382, + "▁matter": 4383, + "cast": 4384, + "▁Rich": 4385, + "▁handle": 4386, + "valu": 4387, + "$-": 4388, + "об": 4389, + "▁json": 4390, + "Create": 4391, + "▁exam": 4392, + "аль": 4393, + "ют": 4394, + "ored": 4395, + "idos": 4396, + "append": 4397, + "▁Array": 4398, + "кс": 4399, + "}[": 4400, + "rive": 4401, + "▁club": 4402, + "mann": 4403, + "▁este": 4404, + "esta": 4405, + "▁Gi": 4406, + "▁Jap": 4407, + "▁Name": 4408, + "Column": 4409, + "oups": 4410, + "ismo": 4411, + "▁City": 4412, + "▁classes": 4413, + "▁infl": 4414, + "hl": 4415, + "ром": 4416, + "▁adding": 4417, + "▁fail": 4418, + "xx": 4419, + "ões": 4420, + "Sc": 4421, + "util": 4422, + "▁location": 4423, + "lege": 4424, + "ago": 4425, + "▁properties": 4426, + "abil": 4427, + "vas": 4428, + "}$,": 4429, + "itted": 4430, + "ód": 4431, + "▁Dem": 4432, + "▁asked": 4433, + "▁tab": 4434, + "Source": 4435, + "▁errors": 4436, + "ographie": 4437, + "▁жи": 4438, + "▁mal": 4439, + "stract": 4440, + "▁dro": 4441, + "rak": 4442, + "▁note": 4443, + "▁setting": 4444, + "▁fem": 4445, + "▁saw": 4446, + "iar": 4447, + "HER": 4448, + "ес": 4449, + "▁pred": 4450, + "▁Out": 4451, + "▁items": 4452, + "лан": 4453, + "▁werd": 4454, + "ersion": 4455, + "lia": 4456, + "▁sin": 4457, + "ichte": 4458, + "▁feel": 4459, + "▁пра": 4460, + "▁oder": 4461, + "UE": 4462, + "ocument": 4463, + "▁mode": 4464, + "▁Na": 4465, + "ден": 4466, + "mes": 4467, + "framework": 4468, + "▁auto": 4469, + "ным": 4470, + "uby": 4471, + "▁template": 4472, + "▁mess": 4473, + "ieder": 4474, + "▁related": 4475, + "oken": 4476, + "▁follows": 4477, + "search": 4478, + "ami": 4479, + "▁wait": 4480, + "igr": 4481, + "▁low": 4482, + "ских": 4483, + "ская": 4484, + "▁Mark": 4485, + "▁ill": 4486, + "amento": 4487, + "\\<": 4488, + "▁df": 4489, + "osition": 4490, + "▁Ви": 4491, + "isf": 4492, + "▁Deutsch": 4493, + "ahl": 4494, + "war": 4495, + "itect": 4496, + "▁sal": 4497, + "elen": 4498, + "ById": 4499, + "▁gru": 4500, + "sv": 4501, + "▁passed": 4502, + "▁añ": 4503, + "Sch": 4504, + "▁solve": 4505, + "weise": 4506, + "atos": 4507, + "▁meg": 4508, + "▁member": 4509, + "ername": 4510, + "▁connect": 4511, + "ips": 4512, + "▁round": 4513, + "▁]": 4514, + "nes": 4515, + "▁dir": 4516, + "▁London": 4517, + "dy": 4518, + "FA": 4519, + "▁received": 4520, + "reet": 4521, + "▁Log": 4522, + "▁School": 4523, + "ango": 4524, + "▁These": 4525, + "▁Mont": 4526, + "▁ener": 4527, + "lad": 4528, + "▁define": 4529, + "sign": 4530, + "▁cle": 4531, + "figure": 4532, + "▁View": 4533, + "textbf": 4534, + "$\\": 4535, + "зы": 4536, + "number": 4537, + "▁din": 4538, + "eller": 4539, + "orithm": 4540, + "false": 4541, + "fol": 4542, + "fficient": 4543, + "▁HTML": 4544, + "liche": 4545, + "▁Mo": 4546, + "▁introdu": 4547, + "exp": 4548, + "▁strong": 4549, + "▁thus": 4550, + "/)": 4551, + "▁ele": 4552, + "▁так": 4553, + "▁па": 4554, + "▁dont": 4555, + "▁cause": 4556, + "Number": 4557, + "▁images": 4558, + "▁sample": 4559, + "▁sci": 4560, + "like": 4561, + "▁Lou": 4562, + "div": 4563, + "anc": 4564, + "▁front": 4565, + "nen": 4566, + "▁missing": 4567, + "aria": 4568, + "pres": 4569, + "▁пред": 4570, + "DI": 4571, + "filter": 4572, + "▁Mit": 4573, + "UR": 4574, + "▁opp": 4575, + "▁sql": 4576, + "▁року": 4577, + "eren": 4578, + "emat": 4579, + "ís": 4580, + "▁Jean": 4581, + "éc": 4582, + "▁ci": 4583, + "enne": 4584, + "atform": 4585, + "▁taken": 4586, + "▁Of": 4587, + "▁насе": 4588, + "▁err": 4589, + "OP": 4590, + "From": 4591, + "Default": 4592, + "▁General": 4593, + "wiki": 4594, + "▁grand": 4595, + "▁einen": 4596, + "Reg": 4597, + "Handler": 4598, + "conom": 4599, + "anger": 4600, + "▁был": 4601, + "▁Los": 4602, + "▁expression": 4603, + "ша": 4604, + "yal": 4605, + "▁$('": 4606, + "▁switch": 4607, + "▁vector": 4608, + "▁Thom": 4609, + "▁virt": 4610, + "leased": 4611, + "▁cover": 4612, + "▁resp": 4613, + "ako": 4614, + "rench": 4615, + "ota": 4616, + "Cell": 4617, + "anged": 4618, + "▁+=": 4619, + "lac": 4620, + "ska": 4621, + "next": 4622, + "▁International": 4623, + "▁Wil": 4624, + "▁ont": 4625, + "ibr": 4626, + "ustr": 4627, + "▁black": 4628, + "▁selected": 4629, + "cher": 4630, + "▁liter": 4631, + "root": 4632, + "лся": 4633, + "▁Life": 4634, + "▁insert": 4635, + "▁matrix": 4636, + "ises": 4637, + ")]": 4638, + "▁pel": 4639, + "Override": 4640, + "rypt": 4641, + "▁former": 4642, + "▁Film": 4643, + "▁North": 4644, + "client": 4645, + "▁night": 4646, + "ходи": 4647, + "▁Austral": 4648, + "▁Ret": 4649, + "rho": 4650, + "▁пер": 4651, + "ipedia": 4652, + "▁express": 4653, + "▁third": 4654, + "▁major": 4655, + "▁grad": 4656, + "owe": 4657, + "▁believe": 4658, + "ournal": 4659, + "▁status": 4660, + "unc": 4661, + "▁dou": 4662, + "▁JSON": 4663, + "uis": 4664, + "▁population": 4665, + "enz": 4666, + "▁William": 4667, + "sf": 4668, + "▁Object": 4669, + "▁cin": 4670, + "▁Di": 4671, + "curity": 4672, + "▁Open": 4673, + "▁ле": 4674, + "lar": 4675, + "adding": 4676, + "▁kom": 4677, + "}(\\": 4678, + "▁kil": 4679, + "umer": 4680, + "\"/>": 4681, + "▁feature": 4682, + "▁Are": 4683, + "cks": 4684, + "▁Internet": 4685, + "▁ih": 4686, + "▁started": 4687, + "▁early": 4688, + "▁began": 4689, + "TH": 4690, + "python": 4691, + "asp": 4692, + "▁Fr": 4693, + "▁clos": 4694, + "istic": 4695, + "▁music": 4696, + "▁dig": 4697, + "▁ital": 4698, + "▁David": 4699, + "▁website": 4700, + "▁controller": 4701, + "▁Mer": 4702, + "context": 4703, + "product": 4704, + "osp": 4705, + "▁▁▁▁▁▁▁": 4706, + "▁jun": 4707, + "rown": 4708, + "▁Az": 4709, + "\":\"": 4710, + "▁aan": 4711, + "▁Date": 4712, + "mult": 4713, + "▁browser": 4714, + "ред": 4715, + "which": 4716, + "RA": 4717, + "quare": 4718, + "▁Russ": 4719, + "▁soon": 4720, + "▁Pre": 4721, + "tau": 4722, + "▁week": 4723, + "▁ба": 4724, + "▁oct": 4725, + "▁town": 4726, + "roy": 4727, + "▁els": 4728, + "blic": 4729, + "undle": 4730, + "▁Histor": 4731, + "▁foi": 4732, + "▁models": 4733, + "зо": 4734, + "onym": 4735, + "Param": 4736, + "▁Met": 4737, + "gener": 4738, + "ją": 4739, + "▁espe": 4740, + "CE": 4741, + "▁device": 4742, + "ellow": 4743, + "▁debug": 4744, + "érie": 4745, + "using": 4746, + "анг": 4747, + "▁*)": 4748, + "udi": 4749, + "▁Miss": 4750, + "ком": 4751, + "posed": 4752, + "▁zwe": 4753, + "ін": 4754, + "▁Robert": 4755, + "▁Oct": 4756, + "lop": 4757, + "jar": 4758, + "▁aver": 4759, + "▁habit": 4760, + "▁::": 4761, + "äng": 4762, + "Start": 4763, + "▁pow": 4764, + "▁src": 4765, + "▁pattern": 4766, + "▁Э": 4767, + "▁bi": 4768, + "otes": 4769, + "▁__": 4770, + "▁sens": 4771, + "▁avoid": 4772, + "example": 4773, + "utt": 4774, + "Label": 4775, + "tex": 4776, + "boot": 4777, + "esto": 4778, + "▁March": 4779, + "▁easy": 4780, + "icture": 4781, + "Group": 4782, + "▁father": 4783, + "▁updated": 4784, + "▁Vo": 4785, + "▁III": 4786, + "omega": 4787, + "▁alle": 4788, + "Rec": 4789, + "yg": 4790, + "зе": 4791, + "▁Dim": 4792, + "nect": 4793, + "▁Tor": 4794, + "▁deutsch": 4795, + "▁white": 4796, + "▁national": 4797, + "ppe": 4798, + "▁air": 4799, + "▁password": 4800, + "det": 4801, + "▁big": 4802, + "▁Use": 4803, + "call": 4804, + "▁extra": 4805, + "We": 4806, + "ania": 4807, + "▁hold": 4808, + "Control": 4809, + "▁CO": 4810, + "▁мі": 4811, + "iti": 4812, + "▁Ke": 4813, + "enu": 4814, + "▁Park": 4815, + "том": 4816, + "▁auth": 4817, + "▁center": 4818, + "Ph": 4819, + "тов": 4820, + "iding": 4821, + "▁across": 4822, + "▁song": 4823, + "▁phys": 4824, + "▁numer": 4825, + "ща": 4826, + "▁Alex": 4827, + "▁problems": 4828, + "▁Error": 4829, + "format": 4830, + "▁Acc": 4831, + "▁six": 4832, + "▁db": 4833, + "▁Cast": 4834, + "oms": 4835, + "project": 4836, + "▁vert": 4837, + "cret": 4838, + "▁header": 4839, + "▁stream": 4840, + "ids": 4841, + "▁tor": 4842, + "▁sept": 4843, + "▁estim": 4844, + "▁decl": 4845, + "▁gave": 4846, + "▁player": 4847, + "ysis": 4848, + "▁дру": 4849, + "amm": 4850, + "що": 4851, + "▁(\"": 4852, + "▁ax": 4853, + "Property": 4854, + "usr": 4855, + "▁someone": 4856, + "▁impro": 4857, + "aden": 4858, + "rote": 4859, + "▁Ми": 4860, + "ih": 4861, + "++)": 4862, + "▁video": 4863, + "▁exists": 4864, + "кла": 4865, + "▁complete": 4866, + "▁session": 4867, + "▁constant": 4868, + "icos": 4869, + "▁pack": 4870, + "rome": 4871, + "egr": 4872, + "Application": 4873, + "▁yes": 4874, + "▁elle": 4875, + "▁email": 4876, + "orf": 4877, + "case": 4878, + "▁pointer": 4879, + "▁regard": 4880, + "sen": 4881, + "status": 4882, + "▁mes": 4883, + "▁delle": 4884, + "ington": 4885, + "▁Bas": 4886, + ")^": 4887, + "develop": 4888, + "▁force": 4889, + "▁characters": 4890, + "▁cross": 4891, + "▁death": 4892, + "▁takes": 4893, + "éri": 4894, + "igne": 4895, + "чен": 4896, + "UP": 4897, + ".:": 4898, + "Thread": 4899, + "ju": 4900, + "iny": 4901, + "▁details": 4902, + "▁xml": 4903, + "tait": 4904, + "output": 4905, + "message": 4906, + "''": 4907, + "▁British": 4908, + "ville": 4909, + "▁Div": 4910, + "▁User": 4911, + "cm": 4912, + "чно": 4913, + "column": 4914, + "eqref": 4915, + "ór": 4916, + "onom": 4917, + "▁Post": 4918, + "ellen": 4919, + "Ab": 4920, + "ulté": 4921, + "▁perfect": 4922, + "(){": 4923, + "vision": 4924, + "active": 4925, + "lier": 4926, + "rij": 4927, + "sd": 4928, + "▁kö": 4929, + "▁nie": 4930, + "▁relig": 4931, + "▁ot": 4932, + "▁machine": 4933, + "▁held": 4934, + ")$.": 4935, + "========": 4936, + "cker": 4937, + "вы": 4938, + "born": 4939, + "▁past": 4940, + "рия": 4941, + "▁Dr": 4942, + "▁regular": 4943, + "▁provided": 4944, + "TER": 4945, + "▁univers": 4946, + "▁gets": 4947, + "▁nu": 4948, + "▁/*": 4949, + "ober": 4950, + "fin": 4951, + "▁nella": 4952, + "▁become": 4953, + "▁``": 4954, + "▁history": 4955, + "▁Sol": 4956, + "▁Rad": 4957, + "▁terms": 4958, + "▁events": 4959, + "lymp": 4960, + ")))": 4961, + "рова": 4962, + "▁absol": 4963, + "▁soft": 4964, + "links": 4965, + "▁hope": 4966, + "▁subject": 4967, + "\"),": 4968, + "▁creating": 4969, + "▁}\r": 4970, + "▁Sk": 4971, + "▁flow": 4972, + "▁Ра": 4973, + "▁assert": 4974, + "zet": 4975, + "▁Frank": 4976, + "sa": 4977, + "▁distribution": 4978, + "cu": 4979, + "band": 4980, + "izz": 4981, + "▁job": 4982, + "iner": 4983, + "struct": 4984, + "ák": 4985, + "TO": 4986, + "auf": 4987, + "▁extends": 4988, + "▁Gra": 4989, + "display": 4990, + "▁signific": 4991, + "oney": 4992, + "source": 4993, + "microsoft": 4994, + "inder": 4995, + "▁quick": 4996, + "▁wonder": 4997, + "Instance": 4998, + "elles": 4999, + "ème": 5000, + "▁company": 5001, + "uß": 5002, + ".}": 5003, + "▁separate": 5004, + "UM": 5005, + "HERE": 5006, + "▁writing": 5007, + "itution": 5008, + "▁Gesch": 5009, + "мя": 5010, + "▁James": 5011, + "▁DE": 5012, + "▁Spe": 5013, + "process": 5014, + "Str": 5015, + "▁sym": 5016, + "▁ao": 5017, + "▁wy": 5018, + "▁anyone": 5019, + "▁Up": 5020, + "useum": 5021, + "aron": 5022, + "▁definition": 5023, + "▁`$": 5024, + "▁fav": 5025, + "ributes": 5026, + "▁Ré": 5027, + "ografia": 5028, + "element": 5029, + "cap": 5030, + "pat": 5031, + "▁Bra": 5032, + ")(": 5033, + "▁according": 5034, + "ге": 5035, + "▁pie": 5036, + "eli": 5037, + "}\"": 5038, + "▁activ": 5039, + "▁stop": 5040, + "patch": 5041, + "ті": 5042, + "▁Jose": 5043, + "End": 5044, + "▁prze": 5045, + "▁age": 5046, + "itory": 5047, + "▁PHP": 5048, + "agement": 5049, + "▁`.": 5050, + "▁pretty": 5051, + "▁recomm": 5052, + "▁sud": 5053, + "▁requ": 5054, + "▁обла": 5055, + "atives": 5056, + "▁High": 5057, + "áz": 5058, + "oul": 5059, + "rest": 5060, + "▁Ter": 5061, + "under": 5062, + "thern": 5063, + "center": 5064, + "▁ur": 5065, + "lat": 5066, + "▁interface": 5067, + "▁ин": 5068, + "▁whose": 5069, + "icas": 5070, + "amen": 5071, + "Filter": 5072, + "▁station": 5073, + "Page": 5074, + "▁arm": 5075, + "▁eyes": 5076, + "▁рай": 5077, + "▁seu": 5078, + "oli": 5079, + "win": 5080, + "lik": 5081, + "gex": 5082, + "chan": 5083, + "idence": 5084, + "args": 5085, + "aking": 5086, + "▁Google": 5087, + "▁Stud": 5088, + "▁ho": 5089, + "торы": 5090, + "Su": 5091, + "▁automat": 5092, + "ême": 5093, + "▁cy": 5094, + "lor": 5095, + "▁stack": 5096, + "▁SELECT": 5097, + "AF": 5098, + "▁>>": 5099, + "▁compet": 5100, + "▁pair": 5101, + "▁inglés": 5102, + "Response": 5103, + "▁Fig": 5104, + "grad": 5105, + "▁documentation": 5106, + "▁cant": 5107, + "▁appreci": 5108, + "ån": 5109, + "▁learn": 5110, + "▁indep": 5111, + "▁pal": 5112, + "package": 5113, + "ares": 5114, + "▁Berlin": 5115, + "бли": 5116, + "reich": 5117, + "ён": 5118, + "▁satisf": 5119, + "▁region": 5120, + "▁friend": 5121, + "▁George": 5122, + "▁Во": 5123, + "▁\"\"": 5124, + "▁desde": 5125, + "Factory": 5126, + "▁County": 5127, + "ouv": 5128, + "▁‘": 5129, + "▁installed": 5130, + "▁wanted": 5131, + "▁Python": 5132, + "▁interpre": 5133, + "▁included": 5134, + "▁((": 5135, + "▁altern": 5136, + "isto": 5137, + "gn": 5138, + "▁border": 5139, + "pdf": 5140, + "▁dup": 5141, + "▁download": 5142, + "just": 5143, + "▁members": 5144, + "child": 5145, + "▁pay": 5146, + "▁cer": 5147, + "▁looked": 5148, + "▁correctly": 5149, + "auth": 5150, + "▁стан": 5151, + "▁esp": 5152, + "▁desc": 5153, + "eben": 5154, + "▁questions": 5155, + "mal": 5156, + "▁abgerufen": 5157, + "▁Band": 5158, + "▁[]": 5159, + "Base": 5160, + "▁ris": 5161, + "▁fort": 5162, + "▁Id": 5163, + "▁various": 5164, + "▁League": 5165, + "▁Hand": 5166, + "▁Type": 5167, + "irl": 5168, + "▁Fe": 5169, + "ién": 5170, + "itter": 5171, + "▁fast": 5172, + "sta": 5173, + "▁except": 5174, + "icz": 5175, + "▁French": 5176, + "▁environment": 5177, + "▁conse": 5178, + "ур": 5179, + "ого": 5180, + "▁necessary": 5181, + "target": 5182, + "▁reading": 5183, + "home": 5184, + "zeich": 5185, + "▁equal": 5186, + "▁più": 5187, + "▁prem": 5188, + "▁difficult": 5189, + "▁unit": 5190, + "▁replace": 5191, + "▁heart": 5192, + "▁talk": 5193, + "AM": 5194, + "▁RE": 5195, + "▁Person": 5196, + "endency": 5197, + "▁imm": 5198, + "▁human": 5199, + "dn": 5200, + "▁Kir": 5201, + "▁Aut": 5202, + "known": 5203, + "▁frequ": 5204, + "system": 5205, + "лав": 5206, + "▁Sz": 5207, + "▁Gal": 5208, + "ное": 5209, + "selves": 5210, + "rightarrow": 5211, + "▁Са": 5212, + "=\"@": 5213, + "▁building": 5214, + "import": 5215, + "▁fam": 5216, + "▁delete": 5217, + "aire": 5218, + "mary": 5219, + "▁fund": 5220, + "▁particip": 5221, + "▁syn": 5222, + "sin": 5223, + "▁lower": 5224, + "▁zero": 5225, + "▁sec": 5226, + "▁fra": 5227, + "Point": 5228, + "▁failed": 5229, + "iento": 5230, + "cup": 5231, + "▁slow": 5232, + "▁nation": 5233, + "ähr": 5234, + "▁info": 5235, + "▁Public": 5236, + "▁decla": 5237, + "▁Та": 5238, + "▁sold": 5239, + "▁Rem": 5240, + "▁Phil": 5241, + "стра": 5242, + "▁mehr": 5243, + "▁Work": 5244, + "▁Nord": 5245, + "▁fait": 5246, + "▁gew": 5247, + "println": 5248, + "obile": 5249, + "▁Kon": 5250, + "▁assume": 5251, + "lands": 5252, + "▁amount": 5253, + "▁Press": 5254, + "ých": 5255, + "▁maxim": 5256, + "▁Champion": 5257, + "library": 5258, + "añ": 5259, + "▁Wal": 5260, + "Comm": 5261, + "]]": 5262, + "▁zw": 5263, + "▁social": 5264, + "LI": 5265, + "▁Unter": 5266, + "vor": 5267, + "Delta": 5268, + "email": 5269, + "raint": 5270, + "oni": 5271, + "▁alt": 5272, + "▁né": 5273, + "ция": 5274, + "ography": 5275, + "▁mentioned": 5276, + "▁<=": 5277, + "▁cette": 5278, + "▁currently": 5279, + "vare": 5280, + "izing": 5281, + "▁Def": 5282, + "icol": 5283, + "ünd": 5284, + "▁configuration": 5285, + "estig": 5286, + "III": 5287, + "lam": 5288, + "ière": 5289, + "▁Ear": 5290, + "▁tu": 5291, + "Ent": 5292, + "▁Using": 5293, + "▁ком": 5294, + "cie": 5295, + "▁proof": 5296, + "▁invol": 5297, + "▁History": 5298, + "><": 5299, + "▁AND": 5300, + "avy": 5301, + "▁relations": 5302, + "${": 5303, + "▁comes": 5304, + "▁direction": 5305, + "▁June": 5306, + "▁Way": 5307, + "Component": 5308, + "ech": 5309, + "▁Peter": 5310, + "sg": 5311, + "▁stra": 5312, + "uct": 5313, + "▁implementation": 5314, + "attle": 5315, + "▁cz": 5316, + "plot": 5317, + "▁played": 5318, + "\">(": 5961, + "▁ground": 5962, + "unn": 5963, + "rod": 5964, + "spe": 5965, + "ursor": 5966, + "▁leave": 5967, + "erk": 5968, + "▁tal": 5969, + "▁bottom": 5970, + "IO": 5971, + "▁popular": 5972, + "igo": 5973, + "▁Time": 5974, + "values": 5975, + "▁Loc": 5976, + "▁Club": 5977, + "▁anche": 5978, + "iał": 5979, + "ії": 5980, + "Omega": 5981, + "▁located": 5982, + "Url": 5983, + "▁Esp": 5984, + "лы": 5985, + "ць": 5986, + "ulate": 5987, + "▁join": 5988, + "aves": 5989, + "vet": 5990, + "lio": 5991, + "remove": 5992, + "▁token": 5993, + "▁optim": 5994, + "▁claim": 5995, + "ological": 5996, + "▁css": 5997, + "▁although": 5998, + "▁priv": 5999, + "▁Ba": 6000, + "ül": 6001, + "entication": 6002, + "▁ven": 6003, + "Server": 6004, + "▁Cong": 6005, + "NET": 6006, + "CON": 6007, + "dt": 6008, + "perties": 6009, + "▁epis": 6010, + "wikipedia": 6011, + "▁engine": 6012, + "▁fer": 6013, + "getElement": 6014, + "▁Cla": 6015, + "ří": 6016, + "▁rom": 6017, + "varepsilon": 6018, + "▁prime": 6019, + "istry": 6020, + "pected": 6021, + "orage": 6022, + "▁touch": 6023, + "▁['": 6024, + "▁dan": 6025, + "Em": 6026, + "aciones": 6027, + "Can": 6028, + "▁whom": 6029, + "▁behavior": 6030, + "▁strings": 6031, + "▁Europ": 6032, + "▁Rom": 6033, + "circ": 6034, + "▁pun": 6035, + "▁register": 6036, + "buntu": 6037, + "rain": 6038, + "Ob": 6039, + "TA": 6040, + "▁sometimes": 6041, + "▁ment": 6042, + "▁integer": 6043, + "▁Jac": 6044, + "legate": 6045, + "othing": 6046, + "▁sound": 6047, + "laces": 6048, + "▁Ба": 6049, + "rb": 6050, + "di": 6051, + "ления": 6052, + "▁themselves": 6053, + "▁Black": 6054, + "▁settings": 6055, + "▁norm": 6056, + "▁runs": 6057, + "▁NOT": 6058, + "KE": 6059, + "▁perhaps": 6060, + "▁Я": 6061, + "▁mol": 6062, + "▁ans": 6063, + "atre": 6064, + "▁Dies": 6065, + "Token": 6066, + "anie": 6067, + "▁allowed": 6068, + "Range": 6069, + "▁Gro": 6070, + "via": 6071, + "utorial": 6072, + "ensor": 6073, + "estival": 6074, + ");\r": 6075, + "краї": 6076, + "▁turned": 6077, + "scope": 6078, + "▁bien": 6079, + "=$": 6080, + "▁extension": 6081, + "atore": 6082, + "▁Ро": 6083, + "▁specify": 6084, + "edu": 6085, + "Datos": 6086, + "▁stored": 6087, + "▁parse": 6088, + "▁answers": 6089, + "ills": 6090, + "▁heard": 6091, + "lu": 6092, + "▁THE": 6093, + "▁gén": 6094, + "▁ful": 6095, + "ez": 6096, + "▁Prem": 6097, + "then": 6098, + "dp": 6099, + "ського": 6100, + "▁Si": 6101, + "ço": 6102, + "Edit": 6103, + "ків": 6104, + "▁Ли": 6105, + "▁Sing": 6106, + "▁categ": 6107, + "Equ": 6108, + "▁guer": 6109, + "Width": 6110, + "▁Christian": 6111, + "stat": 6112, + "Write": 6113, + "▁woman": 6114, + "wood": 6115, + "Vis": 6116, + "раз": 6117, + "▁$$\\": 6118, + "oder": 6119, + "▁bool": 6120, + "▁international": 6121, + "ность": 6122, + "▁Richard": 6123, + "▁addition": 6124, + "▁Music": 6125, + "▁aber": 6126, + "tó": 6127, + "▁hier": 6128, + "ugh": 6129, + "▁pob": 6130, + "▁tables": 6131, + "Do": 6132, + "▁higher": 6133, + "psi": 6134, + "rá": 6135, + "▁active": 6136, + "▁Table": 6137, + "ње": 6138, + "▁description": 6139, + "▁seemed": 6140, + "íst": 6141, + "▁myself": 6142, + "▁menu": 6143, + "del": 6144, + "▁ž": 6145, + "ele": 6146, + "Aut": 6147, + "▁гру": 6148, + "mut": 6149, + "oon": 6150, + "asc": 6151, + "bug": 6152, + "▁moved": 6153, + "CL": 6154, + "▁datas": 6155, + "SO": 6156, + "оло": 6157, + "▁Georg": 6158, + "▁reach": 6159, + ":\"": 6160, + "▁evalu": 6161, + "▁Hel": 6162, + "▁River": 6163, + "▁Ар": 6164, + "////": 6165, + "▁sets": 6166, + "▁Olymp": 6167, + "Adapter": 6168, + ".'": 6169, + "overn": 6170, + "▁Lord": 6171, + "!--": 6172, + "jpg": 6173, + "imento": 6174, + "▁Prof": 6175, + "▁achieve": 6176, + "}:": 6177, + "▁incor": 6178, + "▁onder": 6179, + "engl": 6180, + "ABLE": 6181, + "▁Mary": 6182, + "▁waren": 6183, + "lage": 6184, + "Dec": 6185, + "англ": 6186, + "encias": 6187, + "лей": 6188, + "▁Machine": 6189, + "▁Ан": 6190, + "uda": 6191, + "▁ś": 6192, + "▁XX": 6193, + "only": 6194, + "ление": 6195, + "▁también": 6196, + "nej": 6197, + "▁relative": 6198, + "▁hours": 6199, + "▁indeed": 6200, + "undo": 6201, + "ingu": 6202, + "area": 6203, + "▁Create": 6204, + "beit": 6205, + "▁removed": 6206, + "master": 6207, + "haus": 6208, + "▁Bern": 6209, + "▁speed": 6210, + "▁Bay": 6211, + "▁Att": 6212, + "▁None": 6213, + "application": 6214, + "üd": 6215, + "▁fit": 6216, + "▁Maria": 6217, + "▁nord": 6218, + "▁split": 6219, + "▁stru": 6220, + "▁official": 6221, + "▁execute": 6222, + "ouve": 6223, + "{{": 6224, + "▁Ap": 6225, + "▁ку": 6226, + "IL": 6227, + "▁^": 6228, + "dim": 6229, + "▁setup": 6230, + "ск": 6231, + "▁share": 6232, + "▁minutes": 6233, + "gle": 6234, + "oco": 6235, + "stell": 6236, + "▁Coun": 6237, + "▁temper": 6238, + "keit": 6239, + "ський": 6240, + "ao": 6241, + "▁Long": 6242, + "(&": 6243, + "кан": 6244, + "▁dens": 6245, + "But": 6246, + "XX": 6247, + "DATE": 6248, + "gan": 6249, + ".).": 6250, + "▁entry": 6251, + "install": 6252, + "▁зна": 6253, + "▁Som": 6254, + "Command": 6255, + "ßen": 6256, + "▁starting": 6257, + "▁sto": 6258, + "IG": 6259, + "▁minim": 6260, + "▁explicit": 6261, + "▁bytes": 6262, + "▁party": 6263, + "tober": 6264, + "▁Grand": 6265, + "▁Vor": 6266, + "▁leur": 6267, + "Document": 6268, + "erc": 6269, + "ensive": 6270, + "CP": 6271, + "env": 6272, + "▁arguments": 6273, + "▁Gran": 6274, + "arily": 6275, + "▁lin": 6276, + "tn": 6277, + "(-": 6278, + "geq": 6279, + "▁Famil": 6280, + "▁Бо": 6281, + "▁tour": 6282, + "▁nav": 6283, + "▁properly": 6284, + "▁Mrs": 6285, + "▁Mel": 6286, + "▁scale": 6287, + "astic": 6288, + "ds": 6289, + "▁Sir": 6290, + "▁Church": 6291, + "}^{\\": 6292, + "you": 6293, + "/.": 6294, + "So": 6295, + "▁brought": 6296, + "▁role": 6297, + "▁Sur": 6298, + "▁fond": 6299, + "▁ges": 6300, + "że": 6301, + "eten": 6302, + "▁était": 6303, + "SER": 6304, + "▁которы": 6305, + "▁equation": 6306, + "aspx": 6307, + "▁Afr": 6308, + "▁dit": 6309, + "empty": 6310, + "alement": 6311, + "wrap": 6312, + "▁Bet": 6313, + "▁collect": 6314, + "▁git": 6315, + "▁vie": 6316, + "▁..": 6317, + "рой": 6318, + "▁": 6580, + "▁Ва": 6581, + "nost": 6582, + "▁nem": 6583, + "▁pen": 6584, + "Open": 6585, + "▁church": 6586, + "кон": 6587, + "▁average": 6588, + "▁comments": 6589, + "▁corresponding": 6590, + "levant": 6591, + "▁bed": 6592, + "▁meaning": 6593, + "Version": 6594, + "Link": 6595, + "bel": 6596, + "▁extract": 6597, + "ść": 6598, + "▁IV": 6599, + "▁Ir": 6600, + "▁computer": 6601, + "▁affect": 6602, + "▁Ста": 6603, + "AX": 6604, + "sort": 6605, + "▁species": 6606, + "▁Oper": 6607, + "▁hash": 6608, + "ches": 6609, + "▁Einzeln": 6610, + "▁keys": 6611, + "▁marzo": 6612, + "▁interpret": 6613, + "hood": 6614, + "▁coordin": 6615, + "ös": 6616, + "rage": 6617, + "etz": 6618, + "iza": 6619, + "дер": 6620, + "üt": 6621, + "^*": 6622, + "▁modify": 6623, + "▁termin": 6624, + "▁cred": 6625, + "zon": 6626, + "ную": 6627, + "▁mie": 6628, + "▁''": 6629, + "▁Mos": 6630, + "▁connected": 6631, + "NO": 6632, + "▁compile": 6633, + "▁\"\\": 6634, + "▁cat": 6635, + "fiddle": 6636, + "uta": 6637, + "Access": 6638, + "▁Sto": 6639, + "▁Bur": 6640, + "▁north": 6641, + "Gamma": 6642, + "▁alloc": 6643, + "Init": 6644, + "▁Link": 6645, + "ialize": 6646, + "Impl": 6647, + "oupe": 6648, + "ropri": 6649, + "▁Gold": 6650, + "▁solo": 6651, + "▁Dist": 6652, + ",-": 6653, + "nav": 6654, + "▁alert": 6655, + "esis": 6656, + "▁Os": 6657, + "///": 6658, + "▁feb": 6659, + "▁-->": 6660, + "foot": 6661, + "▁Fried": 6662, + "▁Einzelnach": 6663, + "▁rev": 6664, + "zeit": 6665, + "▁Stat": 6666, + "▁Seg": 6667, + "▁blo": 6668, + "wick": 6669, + "EL": 6670, + "caption": 6671, + "header": 6672, + "▁president": 6673, + "▁multip": 6674, + "▁Einzelnachweise": 6675, + "▁seine": 6676, + "?”": 6677, + "Function": 6678, + "▁Stand": 6679, + "▁Function": 6680, + "▁?>": 6681, + "▁Bill": 6682, + "▁spect": 6683, + "▁redirect": 6684, + "rupt": 6685, + "▁walk": 6686, + "вши": 6687, + "springframework": 6688, + "place": 6689, + "ého": 6690, + "Entity": 6691, + "▁Service": 6692, + "inte": 6693, + "▁training": 6694, + "▁(`": 6695, + "фор": 6696, + "▁кра": 6697, + "aur": 6698, + "▁fetch": 6699, + "▁†": 6700, + "▁même": 6701, + "▁('": 6702, + "atively": 6703, + "▁execut": 6704, + "äch": 6705, + "▁Catalogue": 6706, + "based": 6707, + "Attribute": 6708, + "▁spring": 6709, + "phone": 6710, + "тра": 6711, + "▁пи": 6712, + "тера": 6713, + "▁`\\": 6714, + "▁Od": 6715, + "One": 6716, + "send": 6717, + "bon": 6718, + "▁°": 6719, + "MO": 6720, + "▁asking": 6721, + "▁où": 6722, + "▁ingår": 6723, + "▁testing": 6724, + "▁фа": 6725, + "▁Book": 6726, + "imm": 6727, + "▁progress": 6728, + "bro": 6729, + "First": 6730, + "▁phot": 6731, + "▁ON": 6732, + "Template": 6733, + "developer": 6734, + "annot": 6735, + "▁>=": 6736, + "mission": 6737, + "▁któ": 6738, + "pc": 6739, + "bach": 6740, + "zent": 6741, + "ued": 6742, + "▁ones": 6743, + "ји": 6744, + "▁rout": 6745, + "▁Ки": 6746, + "Post": 6747, + "ції": 6748, + "▁Vir": 6749, + "nek": 6750, + "aging": 6751, + "▁ок": 6752, + "izont": 6753, + "▁agosto": 6754, + "▁choose": 6755, + "▁\r": 6756, + "▁systems": 6757, + "loss": 6758, + "iente": 6759, + "▁Cre": 6760, + "▁contra": 6761, + "ums": 6762, + "▁beginning": 6763, + "emy": 6764, + "istics": 6765, + "▁served": 6766, + "Down": 6767, + "options": 6768, + "▁Govern": 6769, + "▁BY": 6770, + "▁jest": 6771, + "té": 6772, + "▁continue": 6773, + "pers": 6774, + "▁easier": 6775, + "▁cos": 6776, + "esso": 6777, + ">>": 6778, + "Net": 6779, + "▁Bor": 6780, + "▁Cr": 6781, + "▁transfer": 6782, + "▁CSS": 6783, + "▁finns": 6784, + "▁хо": 6785, + "username": 6786, + "▁constru": 6787, + "▁pain": 6788, + "▁Tem": 6789, + "▁specified": 6790, + "▁brit": 6791, + "ские": 6792, + "irk": 6793, + "rapper": 6794, + "▁counter": 6795, + "▁[\"": 6796, + "oded": 6797, + "дан": 6798, + "property": 6799, + "hard": 6800, + "istrict": 6801, + ")/": 6802, + "▁Pour": 6803, + "▁Where": 6804, + "▁===": 6805, + "▁sowie": 6806, + "▁Про": 6807, + "▁dess": 6808, + "▁tras": 6809, + "▁уча": 6810, + "▁Over": 6811, + "note": 6812, + "▁America": 6813, + "cp": 6814, + "▁grande": 6815, + "Me": 6816, + ")-": 6817, + "Mode": 6818, + "▁passing": 6819, + "▁giving": 6820, + "Cl": 6821, + "}/": 6822, + "Menu": 6823, + "!!": 6824, + "angular": 6825, + "▁launch": 6826, + "varphi": 6827, + "▁Johann": 6828, + "▁foreach": 6829, + "ró": 6830, + "sequ": 6831, + "ifi": 6832, + "Am": 6833, + "arp": 6834, + "▁buffer": 6835, + "▁ni": 6836, + "▁mix": 6837, + "▁Museum": 6838, + "▁meant": 6839, + "asi": 6840, + "▁kan": 6841, + "прав": 6842, + "Comp": 6843, + "istoire": 6844, + "iful": 6845, + "jer": 6846, + "issions": 6847, + "Resource": 6848, + "▁воз": 6849, + "▁ST": 6850, + "▁solutions": 6851, + "▁belong": 6852, + "▁Associ": 6853, + "cf": 6854, + "▁Mär": 6855, + "▁grid": 6856, + "Mult": 6857, + "▁requires": 6858, + "kk": 6859, + "▁teach": 6860, + "emeinde": 6861, + "▁square": 6862, + "▁коман": 6863, + "▁Event": 6864, + "▁rules": 6865, + "▁bur": 6866, + "▁eing": 6867, + "▁Mai": 6868, + "▁nam": 6869, + "▁slä": 6870, + "hör": 6871, + "▁tip": 6872, + "▁Literatur": 6873, + "▁scope": 6874, + "overline": 6875, + "▁exit": 6876, + ")?": 6877, + "bet": 6878, + "▁vict": 6879, + "Off": 6880, + "▁approxim": 6881, + "▁Geb": 6882, + "ktop": 6883, + "heit": 6884, + "▁Ю": 6885, + "template": 6886, + "рон": 6887, + "▁uno": 6888, + "Serv": 6889, + "▁framework": 6890, + "operator": 6891, + "▁generally": 6892, + "▁hundred": 6893, + "▁divers": 6894, + "ovi": 6895, + "▁rés": 6896, + "abs": 6897, + "▁gal": 6898, + "çais": 6899, + "▁feet": 6900, + "▁virtual": 6901, + "czy": 6902, + "ску": 6903, + "./": 6904, + "hu": 6905, + "ancy": 6906, + "▁recommend": 6907, + "▁під": 6908, + "▁money": 6909, + "▁versions": 6910, + "▁helps": 6911, + "▁Hor": 6912, + "Items": 6913, + "look": 6914, + "connect": 6915, + "anges": 6916, + "ViewController": 6917, + "elijk": 6918, + "▁occup": 6919, + "▁editor": 6920, + "auto": 6921, + "ög": 6922, + "▁seconds": 6923, + "▁obvious": 6924, + "vm": 6925, + "akes": 6926, + "▁gegen": 6927, + "▁til": 6928, + "jection": 6929, + "лення": 6930, + "▁operations": 6931, + "▁East": 6932, + "ogy": 6933, + "▁Polit": 6934, + "uten": 6935, + "▁Joseph": 6936, + "\"`": 6937, + "▁Company": 6938, + "▁callback": 6939, + "▁sen": 6940, + "cción": 6941, + "▁associated": 6942, + "▁containing": 6943, + "▁practice": 6944, + "elijke": 6945, + "oke": 6946, + "éra": 6947, + "uns": 6948, + "anta": 6949, + "vey": 6950, + "zu": 6951, + "▁Bes": 6952, + "▁Flor": 6953, + "mem": 6954, + "ycz": 6955, + "▁architect": 6956, + "▁anni": 6957, + "▁contact": 6958, + "YPE": 6959, + "▁Cas": 6960, + "▁полу": 6961, + "ovo": 6962, + "▁bring": 6963, + "▁concept": 6964, + "▁js": 6965, + "▁Referencias": 6966, + "emble": 6967, + "▁н": 6968, + "▁supported": 6969, + "Big": 6970, + "▁Hans": 6971, + "erv": 6972, + "▁Maj": 6973, + "▁arriv": 6974, + "▁Have": 6975, + "▁probability": 6976, + "▁Pop": 6977, + "▁Pass": 6978, + "token": 6979, + "Provider": 6980, + "▁Ra": 6981, + "Reader": 6982, + "ooth": 6983, + "lap": 6984, + "▁assist": 6985, + "adow": 6986, + "▁tests": 6987, + "сси": 6988, + "▁king": 6989, + "langle": 6990, + "▁Sum": 6991, + "OIN": 6992, + "▁security": 6993, + "nis": 6994, + "../": 6995, + "▁basic": 6996, + "unity": 6997, + "`:": 6998, + "▁кото": 6999, + "kow": 7000, + "▁Bibliothèque": 7001, + "asion": 7002, + "alo": 7003, + "ifest": 7004, + "▁novembre": 7005, + "▁peu": 7006, + "▁Ж": 7007, + "enschaft": 7008, + "clus": 7009, + "ју": 7010, + "Height": 7011, + "ún": 7012, + "▁tur": 7013, + "▁ideas": 7014, + "▁ces": 7015, + "frak": 7016, + "▁premier": 7017, + "itation": 7018, + "▁sé": 7019, + "HTML": 7020, + "▁Royal": 7021, + "ської": 7022, + "▁byte": 7023, + "PS": 7024, + "▁segu": 7025, + "inen": 7026, + "▁Great": 7027, + "▁Ку": 7028, + "▁external": 7029, + "Title": 7030, + "Top": 7031, + "Process": 7032, + "ität": 7033, + "▁`/": 7034, + "▁secret": 7035, + "pository": 7036, + "▁potential": 7037, + "▁Bud": 7038, + "names": 7039, + "asons": 7040, + "stackexchange": 7041, + "background": 7042, + "пер": 7043, + "сов": 7044, + "after": 7045, + "▁pero": 7046, + "▁software": 7047, + "▁sed": 7048, + "▁arrays": 7049, + "tmp": 7050, + "▁asp": 7051, + "scale": 7052, + "▁Lat": 7053, + "anal": 7054, + "▁gem": 7055, + "PU": 7056, + "▁Altri": 7057, + "That": 7058, + "▁Ни": 7059, + "ifact": 7060, + "Address": 7061, + "▁south": 7062, + "▁formula": 7063, + "▁Colleg": 7064, + "▁ін": 7065, + "ktion": 7066, + "▁sac": 7067, + "SH": 7068, + "ajo": 7069, + "etc": 7070, + "vc": 7071, + "`](": 7072, + "▁Dur": 7073, + "▁Ме": 7074, + "▁Smith": 7075, + "items": 7076, + "CK": 7077, + "elo": 7078, + "▁plugin": 7079, + "▁serie": 7080, + "ienne": 7081, + "▁или": 7082, + "Mar": 7083, + "▁Image": 7084, + "got": 7085, + "andas": 7086, + "▁matches": 7087, + "▁worth": 7088, + "▁Deb": 7089, + "▁cache": 7090, + "▁felt": 7091, + "ersch": 7092, + "izes": 7093, + "Oper": 7094, + "▁Jahre": 7095, + "▁commune": 7096, + "thread": 7097, + "▁ny": 7098, + "dec": 7099, + "ouw": 7100, + "▁surface": 7101, + "▁Por": 7102, + "▁Street": 7103, + "при": 7104, + "▁candid": 7105, + "▁Return": 7106, + "▁Kom": 7107, + "gru": 7108, + "▁ти": 7109, + "[\\": 7110, + "▁depends": 7111, + "▁influ": 7112, + "▁towards": 7113, + "ained": 7114, + "▁rank": 7115, + "▁Januar": 7116, + "▁components": 7117, + "gest": 7118, + "getElementById": 7119, + "▁checked": 7120, + "airs": 7121, + "join": 7122, + "▁dead": 7123, + "▁hit": 7124, + "ény": 7125, + "▁equivalent": 7126, + "▁Пре": 7127, + "▁appropri": 7128, + "Pass": 7129, + "▁primer": 7130, + "englisch": 7131, + "▁appar": 7132, + "▁During": 7133, + "▁knowledge": 7134, + "▁trigger": 7135, + "▁core": 7136, + "▁Ol": 7137, + "▁Produ": 7138, + "▁Fern": 7139, + "▁нача": 7140, + "Te": 7141, + "▁Mot": 7142, + "erve": 7143, + "тво": 7144, + "▁mid": 7145, + "▁finally": 7146, + "aires": 7147, + "▁especially": 7148, + "▁tut": 7149, + "▁receive": 7150, + "adre": 7151, + "▁neigh": 7152, + "ktet": 7153, + "ilde": 7154, + "▁radio": 7155, + "▁driver": 7156, + "лись": 7157, + "endencies": 7158, + "▁IE": 7159, + "▁saved": 7160, + "ffect": 7161, + "▁Wayback": 7162, + "iat": 7163, + "▁padding": 7164, + "window": 7165, + "тиче": 7166, + "▁mur": 7167, + "actor": 7168, + "▁Han": 7169, + "ональ": 7170, + "▁gar": 7171, + "▁familjen": 7172, + "ós": 7173, + "▁nationale": 7174, + "▁pré": 7175, + "ded": 7176, + "onal": 7177, + "▁President": 7178, + "▁\\,": 7179, + "▁placed": 7180, + "erni": 7181, + "▁signal": 7182, + "nab": 7183, + "hm": 7184, + "Mon": 7185, + "▁vs": 7186, + "SC": 7187, + "▁progetti": 7188, + "▁Ü": 7189, + "▁forms": 7190, + "▁messages": 7191, + "inf": 7192, + "users": 7193, + "GET": 7194, + "▁dels": 7195, + "Collection": 7196, + "▁Good": 7197, + "▁Maybe": 7198, + "▁compr": 7199, + "▁larger": 7200, + "gres": 7201, + "aper": 7202, + "▁При": 7203, + "undes": 7204, + "▁sea": 7205, + "▁Spring": 7206, + "ulo": 7207, + "▁mechan": 7208, + "▁sans": 7209, + "GB": 7210, + "Valid": 7211, + "▁communic": 7212, + "▁pra": 7213, + "vier": 7214, + "▁Се": 7215, + "▁ain": 7216, + "тура": 7217, + "kom": 7218, + "skiego": 7219, + "ково": 7220, + "adata": 7221, + "▁Ре": 7222, + "▁boolean": 7223, + "sets": 7224, + "▁effort": 7225, + ".[": 7226, + "▁został": 7227, + "PA": 7228, + "▁Vict": 7229, + "SD": 7230, + "ował": 7231, + "▁emb": 7232, + "▁prima": 7233, + "▁hour": 7234, + "subsection": 7235, + "▁Fort": 7236, + "mathfrak": 7237, + "igin": 7238, + "GL": 7239, + ")+": 7240, + "fi": 7241, + "▁anci": 7242, + "▁pan": 7243, + "\\)": 7244, + "▁lug": 7245, + "▁deploy": 7246, + "domain": 7247, + "▁slight": 7248, + "JSON": 7249, + "▁morning": 7250, + "▁hi": 7251, + "▁compare": 7252, + "ije": 7253, + "▁blue": 7254, + "▁Ac": 7255, + "▁middle": 7256, + "anden": 7257, + "▁shared": 7258, + "▁Camp": 7259, + "▁Á": 7260, + "ounded": 7261, + "uw": 7262, + "ierung": 7263, + "Stack": 7264, + "▁eines": 7265, + "▁Da": 7266, + "lij": 7267, + "enti": 7268, + "▁й": 7269, + "Util": 7270, + "▁experience": 7271, + "▁await": 7272, + "uls": 7273, + "▁requests": 7274, + "▁impos": 7275, + "▁constraint": 7276, + "Change": 7277, + "emph": 7278, + "бер": 7279, + "▁Another": 7280, + "Custom": 7281, + "▁significant": 7282, + "cr": 7283, + "▁million": 7284, + "reek": 7285, + "▁dalla": 7286, + "▁Germ": 7287, + "otal": 7288, + "ateur": 7289, + "btn": 7290, + "▁thinking": 7291, + "▁interval": 7292, + "onne": 7293, + "▁liv": 7294, + "():": 7295, + "▁Ве": 7296, + "oe": 7297, + "▁Ev": 7298, + "meta": 7299, + "▁broad": 7300, + "Rem": 7301, + "apply": 7302, + "▁couple": 7303, + "▁techni": 7304, + "idades": 7305, + "▁goal": 7306, + "▁CD": 7307, + "hab": 7308, + "▁explan": 7309, + "anner": 7310, + "▁Because": 7311, + "blog": 7312, + "includegraphics": 7313, + "▁voice": 7314, + "▁Map": 7315, + "vention": 7316, + "Session": 7317, + "▁Liens": 7318, + "▁sor": 7319, + "category": 7320, + "ashington": 7321, + "▁März": 7322, + "pop": 7323, + "illet": 7324, + "▁zwei": 7325, + "▁Lie": 7326, + "Null": 7327, + "address": 7328, + "▁factor": 7329, + "▁ligne": 7330, + "▁HTTP": 7331, + "▁suf": 7332, + "▁personal": 7333, + "cip": 7334, + "▁Dar": 7335, + "▁adm": 7336, + "кой": 7337, + "▁Ext": 7338, + "▁god": 7339, + "aa": 7340, + "Right": 7341, + "été": 7342, + "▁dynamic": 7343, + "▁maintain": 7344, + "tor": 7345, + "########": 7346, + "▁Fra": 7347, + "▁choice": 7348, + "▁сто": 7349, + "СР": 7350, + "▁Feder": 7351, + "ston": 7352, + "▁flag": 7353, + "kit": 7354, + "Module": 7355, + "▁спо": 7356, + "▁Stra": 7357, + "icks": 7358, + "▁haven": 7359, + "▁Mass": 7360, + "▁Emp": 7361, + "▁Pi": 7362, + "▁Pen": 7363, + "Rect": 7364, + "▁Kr": 7365, + "itat": 7366, + "eler": 7367, + "ября": 7368, + "itet": 7369, + "▁Start": 7370, + "▁produced": 7371, + "▁пол": 7372, + "(_": 7373, + "▁delet": 7374, + "▁hot": 7375, + "▁Geschichte": 7376, + "~~": 7377, + "▁months": 7378, + "▁tod": 7379, + "▁ни": 7380, + "ús": 7381, + "temp": 7382, + "▁Dez": 7383, + "ypes": 7384, + "▁cui": 7385, + "ommun": 7386, + "actions": 7387, + "▁eigen": 7388, + "▁immediately": 7389, + "PL": 7390, + "▁Го": 7391, + "▁Bal": 7392, + "ље": 7393, + "ului": 7394, + "▁online": 7395, + "▁años": 7396, + "▁namespace": 7397, + "▁mond": 7398, + "▁Base": 7399, + "▁Canada": 7400, + "etzt": 7401, + "}-": 7402, + "▁defin": 7403, + "▁doubt": 7404, + "▁investig": 7405, + "views": 7406, + "▁Line": 7407, + "▁stage": 7408, + "ettings": 7409, + "ubre": 7410, + "float": 7411, + "▁Play": 7412, + "▁Las": 7413, + "ptr": 7414, + "▁becomes": 7415, + "estamp": 7416, + "▁independent": 7417, + "▁analysis": 7418, + "▁Look": 7419, + "lain": 7420, + "▁рас": 7421, + "Reference": 7422, + "▁sorry": 7423, + "▁supposed": 7424, + "ût": 7425, + "▁degree": 7426, + "utz": 7427, + "MM": 7428, + "▁desired": 7429, + "ły": 7430, + "▁len": 7431, + "▁alone": 7432, + "signed": 7433, + "▁Sta": 7434, + "Person": 7435, + "▁applied": 7436, + "▁Back": 7437, + "▁mars": 7438, + "Part": 7439, + "▁Did": 7440, + "▁externes": 7441, + "▁np": 7442, + "ongo": 7443, + "▁esta": 7444, + "Block": 7445, + "▁pou": 7446, + "adores": 7447, + "▁Studio": 7448, + ".$": 7449, + "▁reached": 7450, + "bot": 7451, + "▁Juni": 7452, + "tons": 7453, + "itel": 7454, + "▁Gar": 7455, + "▁articles": 7456, + "▁District": 7457, + "▁trouble": 7458, + "lide": 7459, + "▁Found": 7460, + "ád": 7461, + "▁equip": 7462, + "▁internal": 7463, + "'],": 7464, + "▁async": 7465, + "UB": 7466, + "gel": 7467, + "▁ai": 7468, + "ensure": 7469, + "▁appeared": 7470, + "▁$_": 7471, + "▁maximum": 7472, + "▁Си": 7473, + "рь": 7474, + "▁announ": 7475, + "лась": 7476, + "▁cm": 7477, + "ган": 7478, + "aupt": 7479, + "▁latter": 7480, + "▁platform": 7481, + "▁dra": 7482, + "▁capital": 7483, + "▁solved": 7484, + "riz": 7485, + "edic": 7486, + "▁Mur": 7487, + "▁Top": 7488, + "тся": 7489, + "Panel": 7490, + "rule": 7491, + "etic": 7492, + "▁Ren": 7493, + "▁Wikimedia": 7494, + "▁TO": 7495, + "second": 7496, + "isl": 7497, + "▁hy": 7498, + "▁niet": 7499, + "▁loaded": 7500, + "dig": 7501, + "▁mayo": 7502, + "[:": 7503, + "Acc": 7504, + "▁bek": 7505, + "нию": 7506, + "login": 7507, + "tx": 7508, + "▁Fur": 7509, + "▁Santa": 7510, + "azz": 7511, + "▁conduct": 7512, + "▁India": 7513, + "Order": 7514, + "irth": 7515, + "tw": 7516, + "}+": 7517, + "▁wieder": 7518, + "▁Edu": 7519, + "AV": 7520, + "▁```": 7521, + "▁manually": 7522, + "▁Read": 7523, + "fortunately": 7524, + "▁Run": 7525, + "▁Award": 7526, + "▁Foot": 7527, + "*)": 7528, + "params": 7529, + "пі": 7530, + "▁native": 7531, + "rift": 7532, + "▁ä": 7533, + "ATH": 7534, + "▁yourself": 7535, + "▁prior": 7536, + "▁cit": 7537, + "äh": 7538, + "▁treat": 7539, + "▁meas": 7540, + "ributed": 7541, + "▁clar": 7542, + "card": 7543, + "ROR": 7544, + "illes": 7545, + "▁layer": 7546, + "auer": 7547, + "▁rat": 7548, + "bernate": 7549, + "▁stato": 7550, + "▁China": 7551, + "▁$('#": 7552, + "▁naar": 7553, + "zip": 7554, + "▁${\\": 7555, + "▁appreciated": 7556, + "▁име": 7557, + "ży": 7558, + "▁przez": 7559, + "▁Indian": 7560, + "▁Tod": 7561, + "▁Source": 7562, + "▁други": 7563, + "internal": 7564, + "ionale": 7565, + "Product": 7566, + "▁Men": 7567, + "▁upper": 7568, + "▁Every": 7569, + "},\\": 7570, + "▁printf": 7571, + "▁continued": 7572, + "▁nodes": 7573, + "лки": 7574, + "▁nice": 7575, + "modules": 7576, + "eign": 7577, + "▁Mex": 7578, + "▁According": 7579, + "▁undefined": 7580, + "▁binary": 7581, + "cut": 7582, + "Current": 7583, + "edy": 7584, + "}}{": 7585, + "bles": 7586, + "▁вой": 7587, + "scri": 7588, + "eqn": 7589, + "Changed": 7590, + "▁köz": 7591, + "▁remote": 7592, + "вля": 7593, + "▁quel": 7594, + "▁align": 7595, + "▁пар": 7596, + "SV": 7597, + "yer": 7598, + "▁Californ": 7599, + "▁places": 7600, + "▁primary": 7601, + "▁conv": 7602, + "▁Juli": 7603, + "▁visual": 7604, + "▁Select": 7605, + "atory": 7606, + "=(": 7607, + "iser": 7608, + "▁intent": 7609, + "sur": 7610, + "container": 7611, + "iced": 7612, + "▁board": 7613, + "astr": 7614, + "omial": 7615, + "вет": 7616, + "зва": 7617, + "▁cru": 7618, + "▁Oktober": 7619, + "save": 7620, + "▁greater": 7621, + "▁inn": 7622, + "▁picture": 7623, + "▁То": 7624, + "▁obtained": 7625, + "Wikimedia": 7626, + "úblic": 7627, + "▁lors": 7628, + "▁mont": 7629, + "obre": 7630, + "▁civil": 7631, + "▁construction": 7632, + "▁Welt": 7633, + "▁Under": 7634, + "undert": 7635, + "▁edge": 7636, + "▁Liste": 7637, + "csv": 7638, + "▁experiment": 7639, + "localhost": 7640, + "▁Edit": 7641, + "greg": 7642, + "ová": 7643, + "ља": 7644, + "msg": 7645, + "▁Green": 7646, + "Dialog": 7647, + "Ident": 7648, + "▁JS": 7649, + "^{(": 7650, + "▁släktet": 7651, + "____": 7652, + "Project": 7653, + "▁beskre": 7654, + "▁ber": 7655, + "▁wouldn": 7656, + "▁react": 7657, + "Hel": 7658, + "zw": 7659, + "▁Washington": 7660, + "orie": 7661, + "task": 7662, + "▁category": 7663, + "▁artist": 7664, + "anno": 7665, + "▁ook": 7666, + "ammen": 7667, + "▁Minister": 7668, + "▁declar": 7669, + "▁Key": 7670, + ",.": 7671, + "▁mach": 7672, + "▁ww": 7673, + "isen": 7674, + "Fran": 7675, + "▁Росси": 7676, + "бор": 7677, + "три": 7678, + "▁rock": 7679, + "quis": 7680, + "mos": 7681, + "пера": 7682, + "▁esterni": 7683, + "▁gold": 7684, + "Windows": 7685, + "%%": 7686, + "▁partial": 7687, + "▁weight": 7688, + "▁spr": 7689, + "}).": 7690, + "▁français": 7691, + "fun": 7692, + "▁thous": 7693, + "holder": 7694, + "▁gone": 7695, + "▁Č": 7696, + "▁rend": 7697, + "DA": 7698, + "▁answered": 7699, + "▁False": 7700, + "Buffer": 7701, + "▁daugh": 7702, + ".--": 7703, + "▁Show": 7704, + "▁rect": 7705, + "▁Kre": 7706, + "dr": 7707, + "osoph": 7708, + "▁yield": 7709, + "urity": 7710, + "toString": 7711, + "aval": 7712, + "Pol": 7713, + "▁lock": 7714, + "imation": 7715, + "antic": 7716, + "Local": 7717, + "▁beskrevs": 7718, + "ités": 7719, + "grid": 7720, + "ут": 7721, + "▁_{": 7722, + "сі": 7723, + "FILE": 7724, + "▁км": 7725, + "▁speak": 7726, + "summary": 7727, + "prop": 7728, + "javascript": 7729, + "zk": 7730, + "izontal": 7731, + "▁trois": 7732, + "▁Rod": 7733, + "prise": 7734, + "рово": 7735, + "▁odd": 7736, + "▁gest": 7737, + "▁produce": 7738, + "▁waar": 7739, + "▁Av": 7740, + "ribu": 7741, + "вання": 7742, + "▁finished": 7743, + "▁adapt": 7744, + "▁Sar": 7745, + "textit": 7746, + "▁Ce": 7747, + "▁Fa": 7748, + "osen": 7749, + "▁deriv": 7750, + "▁ship": 7751, + "▁opin": 7752, + "▁Even": 7753, + "gesch": 7754, + "▁suppose": 7755, + "▁Fer": 7756, + "ское": 7757, + "▁worden": 7758, + "sey": 7759, + "hline": 7760, + "▁Union": 7761, + "▁/**": 7762, + "▁vez": 7763, + "▁Collegamenti": 7764, + "▁Society": 7765, + "▁econom": 7766, + "ší": 7767, + "oi": 7768, + "▁orient": 7769, + "▁Teil": 7770, + "rent": 7771, + "лекс": 7772, + "▁solid": 7773, + "▁cart": 7774, + "****************": 7775, + "▁cab": 7776, + "▁Message": 7777, + "dots": 7778, + "▁ég": 7779, + "▁twe": 7780, + "aga": 7781, + "▁naz": 7782, + "▁Microsoft": 7783, + "▁underarter": 7784, + "ppen": 7785, + "▁recent": 7786, + "▁net": 7787, + "▁resources": 7788, + "Ste": 7789, + ".\\": 7790, + "▁SO": 7791, + "лом": 7792, + "▁cele": 7793, + "▁lic": 7794, + "▁benef": 7795, + "ldots": 7796, + "▁serial": 7797, + "Integer": 7798, + "cles": 7799, + "▁miles": 7800, + "▁Ale": 7801, + "▁entered": 7802, + "▁Two": 7803, + "wie": 7804, + "▁includes": 7805, + "▁Each": 7806, + "elling": 7807, + "quer": 7808, + "▁Dom": 7809, + "pf": 7810, + "WS": 7811, + "▁straight": 7812, + "▁Stan": 7813, + "▁nos": 7814, + "ícul": 7815, + "atro": 7816, + "▁Center": 7817, + "FT": 7818, + "▁Inga": 7819, + "ilo": 7820, + "▁www": 7821, + "jsfiddle": 7822, + "nic": 7823, + "▁European": 7824, + "▁commer": 7825, + "▁girl": 7826, + "total": 7827, + "▁Star": 7828, + "▁suggested": 7829, + "pal": 7830, + "▁zwischen": 7831, + "писа": 7832, + "IM": 7833, + "▁handler": 7834, + "▁Program": 7835, + "xsl": 7836, + "ály": 7837, + "BU": 7838, + ",--": 7839, + "▁vid": 7840, + "▁established": 7841, + "▁Spiel": 7842, + "ometry": 7843, + "unes": 7844, + "▁sit": 7845, + "▁inher": 7846, + "▁puis": 7847, + "▁être": 7848, + "▁Most": 7849, + "Header": 7850, + "insert": 7851, + "▁sist": 7852, + "▁favor": 7853, + "dest": 7854, + "▁entity": 7855, + "Cal": 7856, + "▁Therefore": 7857, + "DD": 7858, + ";;": 7859, + "▁Dezember": 7860, + "▁Rh": 7861, + "iments": 7862, + "▁returning": 7863, + "sto": 7864, + "▁Value": 7865, + "▁liber": 7866, + "▁Result": 7867, + "▁bind": 7868, + "voir": 7869, + "▁Tim": 7870, + "▁Movie": 7871, + "weg": 7872, + "ket": 7873, + "▁исто": 7874, + "▁friends": 7875, + "▁fn": 7876, + "▁él": 7877, + "▁&=": 7878, + "arden": 7879, + "fficial": 7880, + "▁community": 7881, + "▁api": 7882, + "Args": 7883, + "ieren": 7884, + "▁dann": 7885, + "omorph": 7886, + "adr": 7887, + "loop": 7888, + "uman": 7889, + "▁vous": 7890, + "bst": 7891, + "submit": 7892, + "\\|": 7893, + "тин": 7894, + "Container": 7895, + "asket": 7896, + "?)": 7897, + "Sec": 7898, + "▁drive": 7899, + "Ass": 7900, + "▁swe": 7901, + "▁amer": 7902, + "▁mine": 7903, + "▁Ham": 7904, + "▁avait": 7905, + "▁Hon": 7906, + "▁après": 7907, + "▁Mann": 7908, + "ська": 7909, + "▁increase": 7910, + "▁ty": 7911, + "sky": 7912, + "▁accur": 7913, + "article": 7914, + "weight": 7915, + "▁sex": 7916, + "▁listade": 7917, + "/**": 7918, + "▁está": 7919, + "}}$": 7920, + "argo": 7921, + "define": 7922, + "▁состав": 7923, + "session": 7924, + "ads": 7925, + "стви": 7926, + "▁Law": 7927, + "▁dialog": 7928, + "▁duplicate": 7929, + "▁ép": 7930, + "▁voc": 7931, + "fri": 7932, + "▁green": 7933, + "▁hidden": 7934, + "▁Island": 7935, + "▁diag": 7936, + "owej": 7937, + "mysql": 7938, + "teil": 7939, + "rä": 7940, + "ikan": 7941, + "▁José": 7942, + "aled": 7943, + "Runtime": 7944, + "▁train": 7945, + "▁Division": 7946, + "ниц": 7947, + "▁Span": 7948, + "нима": 7949, + ")=\\": 7950, + "тан": 7951, + "▁stay": 7952, + "▁foo": 7953, + "▁accom": 7954, + "▁hers": 7955, + "▁нау": 7956, + "▁Mün": 7957, + "ideos": 7958, + "static": 7959, + "▁ready": 7960, + "]`": 7961, + "▁visible": 7962, + "▁Hope": 7963, + "ulated": 7964, + "▁Cult": 7965, + "стро": 7966, + "Co": 7967, + "▁smaller": 7968, + "atura": 7969, + "▁perfectly": 7970, + "req": 7971, + "▁proposed": 7972, + "▁degli": 7973, + "Search": 7974, + "▁ich": 7975, + "Max": 7976, + "▁volume": 7977, + "execute": 7978, + "gre": 7979, + "▁sport": 7980, + "udad": 7981, + "PT": 7982, + "▁Records": 7983, + "▁cook": 7984, + "▁expand": 7985, + "бі": 7986, + "▁altri": 7987, + "ppet": 7988, + "arse": 7989, + "▁wet": 7990, + "▁Bob": 7991, + "▁FC": 7992, + "▁Association": 7993, + "uje": 7994, + "▁fel": 7995, + "▁слу": 7996, + "▁Big": 7997, + "/\\": 7998, + "Ge": 7999, + "while": 8000, + "{(": 8001, + "▁sufficient": 8002, + "Position": 8003, + "▁understanding": 8004, + "▁nue": 8005, + "▁raz": 8006, + "▁ye": 8007, + "hem": 8008, + "Num": 8009, + "▁Project": 8010, + "▁Its": 8011, + "▁hasta": 8012, + "enso": 8013, + "▁wire": 8014, + "Ret": 8015, + "uj": 8016, + "proof": 8017, + "▁relevant": 8018, + "▁partir": 8019, + "▁ago": 8020, + "ificate": 8021, + "▁domin": 8022, + "▁boy": 8023, + "▁plant": 8024, + "▁encoding": 8025, + "▁throws": 8026, + "▁Rock": 8027, + "zone": 8028, + "gang": 8029, + "widget": 8030, + "▁interesting": 8031, + "DER": 8032, + "▁demon": 8033, + "▁office": 8034, + "amt": 8035, + "äter": 8036, + "▁White": 8037, + "▁versch": 8038, + "▁dieser": 8039, + "▁Mount": 8040, + "▁students": 8041, + "▁Pub": 8042, + "▁Де": 8043, + "ija": 8044, + "▁Cy": 8045, + "▁California": 8046, + "▁abril": 8047, + "äll": 8048, + "▁чем": 8049, + "TV": 8050, + "▁més": 8051, + "▁declared": 8052, + "▁ю": 8053, + "ől": 8054, + "appa": 8055, + "▁Бе": 8056, + "echo": 8057, + "numer": 8058, + "▁posted": 8059, + "▁вер": 8060, + "▁године": 8061, + "▁weak": 8062, + "▁Republic": 8063, + "▁champion": 8064, + "ensuremath": 8065, + "your": 8066, + "▁Ober": 8067, + "▁Central": 8068, + "isa": 8069, + "анд": 8070, + "yy": 8071, + "▁fully": 8072, + "▁SD": 8073, + "▁Linux": 8074, + "▁Scott": 8075, + "partment": 8076, + "kon": 8077, + "▁contract": 8078, + "▁OF": 8079, + "▁ale": 8080, + "▁Ann": 8081, + "▁над": 8082, + "lah": 8083, + "▁Next": 8084, + "oren": 8085, + "▁disk": 8086, + "▁eg": 8087, + "atu": 8088, + "логи": 8089, + "▁games": 8090, + "Left": 8091, + "▁lu": 8092, + "▁finite": 8093, + "▁ки": 8094, + "▁crash": 8095, + "pher": 8096, + "exe": 8097, + "ATION": 8098, + "▁brother": 8099, + "Eng": 8100, + "tat": 8101, + "▁Integer": 8102, + "ному": 8103, + "▁colon": 8104, + "iqu": 8105, + ")).": 8106, + "ivi": 8107, + "▁Method": 8108, + "arten": 8109, + "Uni": 8110, + "vector": 8111, + "▁wood": 8112, + "рт": 8113, + "▁Ле": 8114, + "▁siècle": 8115, + "▁gent": 8116, + "}\r": 8117, + "▁contents": 8118, + "▁compan": 8119, + "Go": 8120, + "▁jou": 8121, + "uent": 8122, + "Async": 8123, + "printf": 8124, + "▁Model": 8125, + "▁kept": 8126, + "ASE": 8127, + "▁provides": 8128, + "▁Abgerufen": 8129, + "▁Gall": 8130, + "▁Alf": 8131, + "SA": 8132, + "▁Mem": 8133, + "▁kter": 8134, + "▁Bru": 8135, + "Android": 8136, + "(:": 8137, + "▁Украї": 8138, + "Ne": 8139, + "Min": 8140, + "atr": 8141, + "▁Hal": 8142, + "delete": 8143, + "odo": 8144, + "▁não": 8145, + "ène": 8146, + "▁calculate": 8147, + "Json": 8148, + "keys": 8149, + "ней": 8150, + "▁hence": 8151, + "▁ow": 8152, + "▁Lib": 8153, + "eno": 8154, + "▁Love": 8155, + "osi": 8156, + "wide": 8157, + "▁score": 8158, + "full": 8159, + "вод": 8160, + "▁determine": 8161, + "▁spaces": 8162, + "лова": 8163, + "▁peut": 8164, + "éral": 8165, + "ół": 8166, + "▁appoint": 8167, + "▁Tw": 8168, + "();": 8295, + "▁pure": 8296, + "▁embed": 8297, + "ação": 8298, + "controller": 8299, + "▁married": 8300, + "▁Fol": 8301, + "famil": 8302, + "▁prec": 8303, + "▁recurs": 8304, + "pad": 8305, + "istration": 8306, + "▁respectively": 8307, + "[$": 8308, + "autor": 8309, + "▁grav": 8310, + "iera": 8311, + "azioni": 8312, + "▁Bul": 8313, + "▁Australia": 8314, + "mond": 8315, + "▁Tro": 8316, + "▁Ele": 8317, + "packages": 8318, + "msdn": 8319, + "▁Als": 8320, + "▁przy": 8321, + "ART": 8322, + "▁charge": 8323, + "▁applications": 8324, + "Unit": 8325, + "aren": 8326, + "▁sudden": 8327, + "ometer": 8328, + "▁dot": 8329, + "acji": 8330, + "ктор": 8331, + "imin": 8332, + "ening": 8333, + "▁donde": 8334, + "▁Ho": 8335, + "tree": 8336, + "mb": 8337, + "▁drag": 8338, + "aje": 8339, + "▁invalid": 8340, + "▁finish": 8341, + "laim": 8342, + "▁feed": 8343, + "▁Nap": 8344, + "room": 8345, + "images": 8346, + "▁сай": 8347, + "▁succ": 8348, + "iffer": 8349, + "▁año": 8350, + "▁cual": 8351, + "мери": 8352, + "DR": 8353, + "▁Bilder": 8354, + "бра": 8355, + "rait": 8356, + "pan": 8357, + "ень": 8358, + "▁distinct": 8359, + "▁Kn": 8360, + "önig": 8361, + "anced": 8362, + "▁loading": 8363, + "▁Techn": 8364, + "▁Sel": 8365, + "mus": 8366, + "▁rail": 8367, + "▁student": 8368, + "▁notice": 8369, + "▁sla": 8370, + "▁Да": 8371, + "▁guard": 8372, + "▁Day": 8373, + "вали": 8374, + "Option": 8375, + "aison": 8376, + "ipp": 8377, + "▁Jun": 8378, + "▁fell": 8379, + "▁absolute": 8380, + "ове": 8381, + "debug": 8382, + "▁Sud": 8383, + "пы": 8384, + "ugins": 8385, + "▁views": 8386, + "lay": 8387, + "▁surr": 8388, + "▁stood": 8389, + "▁ві": 8390, + "selected": 8391, + "гі": 8392, + "▁attributes": 8393, + "final": 8394, + "enda": 8395, + "▁Bon": 8396, + "ners": 8397, + "▁Wer": 8398, + "bur": 8399, + "ittel": 8400, + "▁moving": 8401, + "▁Plan": 8402, + "isches": 8403, + "Java": 8404, + "▁basis": 8405, + "▁Bus": 8406, + "▁Au": 8407, + "▁Ill": 8408, + "▁время": 8409, + "▁цент": 8410, + "handle": 8411, + "ступ": 8412, + "▁Far": 8413, + "▁oraz": 8414, + "ocr": 8415, + "▁seit": 8416, + "onder": 8417, + "дом": 8418, + ":/": 8419, + "chor": 8420, + "▁Town": 8421, + "▁definit": 8422, + "react": 8423, + "▁piece": 8424, + "▁Karl": 8425, + "CI": 8426, + "▁Application": 8427, + "unter": 8428, + "▁formed": 8429, + "▁пу": 8430, + "Bo": 8431, + "▁Daniel": 8432, + "▁пла": 8433, + "Body": 8434, + "})$": 8435, + "▁были": 8436, + "▁earth": 8437, + "гла": 8438, + "There": 8439, + "▁стра": 8440, + "▁ville": 8441, + "▁centre": 8442, + ")\r": 8443, + "▁helpful": 8444, + "▁++": 8445, + "▁CG": 8446, + "izione": 8447, + "▁Game": 8448, + "▁Which": 8449, + "▁pip": 8450, + "▁Portug": 8451, + "DS": 8452, + "▁describe": 8453, + "▁checking": 8454, + "▁manager": 8455, + "BO": 8456, + "▁Bundes": 8457, + "buch": 8458, + "▁decided": 8459, + "▁Jahrhundert": 8460, + "▁fif": 8461, + "efficient": 8462, + "anci": 8463, + "braries": 8464, + "▁fails": 8465, + "▁kernel": 8466, + "▁Gl": 8467, + "▁Nacional": 8468, + "▁proceed": 8469, + "▁fuer": 8470, + "▁living": 8471, + "▁successfully": 8472, + "▁faster": 8473, + "▁contre": 8474, + "▁prison": 8475, + "ORT": 8476, + "help": 8477, + "▁autor": 8478, + "ław": 8479, + "ają": 8480, + "▁Arm": 8481, + "▁provin": 8482, + "▁naam": 8483, + "/#": 8484, + "sed": 8485, + "▁gesch": 8486, + "▁мар": 8487, + "esk": 8488, + "term": 8489, + "▁Tex": 8490, + "iring": 8491, + "▁tools": 8492, + "PDF": 8493, + "▁ult": 8494, + "issenschaft": 8495, + "▁couldn": 8496, + "ding": 8497, + "Dep": 8498, + "{-": 8499, + "▁predict": 8500, + "antage": 8501, + "▁Like": 8502, + "▁Би": 8503, + "tools": 8504, + "estra": 8505, + "▁ki": 8506, + "▁Jim": 8507, + "star": 8508, + "▁remark": 8509, + "óg": 8510, + "nabla": 8511, + "▁Although": 8512, + "mode": 8513, + "Host": 8514, + "▁strange": 8515, + "None": 8516, + "black": 8517, + "▁Festival": 8518, + "▁IS": 8519, + "anza": 8520, + "▁(-": 8521, + "icket": 8522, + "кола": 8523, + "▁Jes": 8524, + "▁flex": 8525, + "▁À": 8526, + "▁Network": 8527, + "▁EX": 8528, + "▁enero": 8529, + "!”": 8530, + "▁Ort": 8531, + "▁alors": 8532, + "▁Original": 8533, + "▁zo": 8534, + "ными": 8535, + "▁spl": 8536, + "Draw": 8537, + "yond": 8538, + "──": 8539, + "▁Ot": 8540, + "▁dram": 8541, + "▁division": 8542, + "▁efficient": 8543, + "▁Га": 8544, + "▁vier": 8545, + "nak": 8546, + "LS": 8547, + "▁spirit": 8548, + "zeichnet": 8549, + "▁dici": 8550, + "clear": 8551, + "copy": 8552, + "yar": 8553, + "▁році": 8554, + "usqu": 8555, + "▁nous": 8556, + "▁blev": 8557, + "жде": 8558, + "Arg": 8559, + "▁performed": 8560, + "▁Make": 8561, + "▁Carol": 8562, + "etto": 8563, + "▁Sand": 8564, + "▁Disc": 8565, + "Enc": 8566, + "rero": 8567, + "hash": 8568, + "▁focus": 8569, + "▁attention": 8570, + "▁agre": 8571, + "▁divis": 8572, + "▁было": 8573, + "▁ej": 8574, + "▁march": 8575, + "▁phase": 8576, + "ías": 8577, + "▁phil": 8578, + "▁Pap": 8579, + "▁river": 8580, + "▁caused": 8581, + "plugin": 8582, + "▁Team": 8583, + "uler": 8584, + "▁$(\"#": 8585, + "iej": 8586, + "ISBN": 8587, + "nam": 8588, + "▁fight": 8589, + "vid": 8590, + "▁Lud": 8591, + "Selected": 8592, + ":@\"": 8593, + "▁Pod": 8594, + "▁années": 8595, + "arios": 8596, + "▁deutscher": 8597, + "▁NA": 8598, + "▁ию": 8599, + "▁dictionary": 8600, + "▁Ла": 8601, + "▁Tri": 8602, + "èn": 8603, + "▁political": 8604, + "ridge": 8605, + "atten": 8606, + "▁circle": 8607, + "▁transport": 8608, + "emas": 8609, + "FC": 8610, + "▁replaced": 8611, + "▁Aud": 8612, + "iska": 8613, + "Configuration": 8614, + "▁soort": 8615, + "▁Не": 8616, + "▁sequ": 8617, + "PRO": 8618, + "▁bud": 8619, + "▁{{": 8620, + "ließ": 8621, + "▁Mas": 8622, + "ders": 8623, + "usammen": 8624, + "esa": 8625, + "▁Ly": 8626, + "вро": 8627, + "mac": 8628, + "▁испо": 8629, + "▁suc": 8630, + "uy": 8631, + "▁illustr": 8632, + "▁primera": 8633, + "ilation": 8634, + "▁storage": 8635, + "▁params": 8636, + "kaz": 8637, + "▁terminal": 8638, + "раль": 8639, + "▁holds": 8640, + "лось": 8641, + "▁nad": 8642, + "”.": 8643, + "▁octubre": 8644, + "bul": 8645, + "▁hus": 8646, + "ULT": 8647, + "▁également": 8648, + "▁Mill": 8649, + "ład": 8650, + "▁contiene": 8651, + "\"?": 8652, + "▁>>>": 8653, + "Que": 8654, + "  ": 8655, + "▁plain": 8656, + "ativa": 8657, + "ocker": 8658, + "Names": 8659, + "▁Jud": 8660, + "▁agree": 8661, + "▁Gemeinde": 8662, + "lare": 8663, + "каза": 8664, + "▁starts": 8665, + "▁price": 8666, + "Target": 8667, + "cus": 8668, + "▁Instead": 8669, + ".;": 8670, + "▁alternative": 8671, + "▁вла": 8672, + "IE": 8673, + "▁organiz": 8674, + "inu": 8675, + "▁completed": 8676, + "▁carry": 8677, + "atom": 8678, + "▁depending": 8679, + "▁Our": 8680, + "▁insp": 8681, + "▁&\\": 8682, + "aily": 8683, + "irection": 8684, + "фа": 8685, + "▁defe": 8686, + "TAC": 8687, + "▁designed": 8688, + "▁voir": 8689, + "break": 8690, + "▁partie": 8691, + "▁Jahren": 8692, + "▁studio": 8693, + "▁jour": 8694, + "▁Notes": 8695, + "fire": 8696, + "house": 8697, + "success": 8698, + "▁Juan": 8699, + "JS": 8700, + "▁Custom": 8701, + "▁besch": 8702, + "▁stated": 8703, + "bootstrap": 8704, + "ött": 8705, + "ozzá": 8706, + "▁CON": 8707, + "hav": 8708, + "▁sleep": 8709, + "eda": 8710, + "hot": 8711, + "ánd": 8712, + "▁Sy": 8713, + "▁temps": 8714, + "amar": 8715, + "▁scal": 8716, + "▁ast": 8717, + "▁opening": 8718, + "clipse": 8719, + "▁programming": 8720, + "▁letters": 8721, + "▁profile": 8722, + "nah": 8723, + "▁beyond": 8724, + "▁Further": 8725, + "faces": 8726, + "▁chart": 8727, + "зда": 8728, + "aign": 8729, + "ній": 8730, + "▁Rol": 8731, + "овано": 8732, + "terior": 8733, + "wed": 8734, + "▁herself": 8735, + "▁ng": 8736, + "anguages": 8737, + "}=\\": 8738, + "ynamic": 8739, + "▁jug": 8740, + "▁Example": 8741, + "▁(†": 8742, + "▁playing": 8743, + "▁usage": 8744, + "▁managed": 8745, + "▁Natur": 8746, + "тери": 8747, + "▁Et": 8748, + "eria": 8749, + "▁daughter": 8750, + "нием": 8751, + "Fragment": 8752, + "▁hol": 8753, + "Fl": 8754, + "ографи": 8755, + "▁ihn": 8756, + "üh": 8757, + "instance": 8758, + "▁comun": 8759, + "▁truth": 8760, + "▁само": 8761, + "▁implemented": 8762, + "▁anyway": 8763, + "▁Cro": 8764, + "фе": 8765, + "GC": 8766, + "ubuntu": 8767, + "types": 8768, + "ês": 8769, + ".~\\": 8770, + "fold": 8771, + "▁joined": 8772, + "??": 8773, + "▁mé": 8774, + "▁wild": 8775, + "клю": 8776, + "rowser": 8777, + "▁Home": 8778, + "skiej": 8779, + "▁JOIN": 8780, + "▁juin": 8781, + "hof": 8782, + "▁dataset": 8783, + "жду": 8784, + "'))": 8785, + "▁miejs": 8786, + "API": 8787, + "▁edited": 8788, + "ools": 8789, + "▁seeing": 8790, + "ijd": 8791, + "▁procedure": 8792, + "▁Bras": 8793, + "▁signed": 8794, + "▁externos": 8795, + "▁disapp": 8796, + "▁Direct": 8797, + "cyc": 8798, + "▁consult": 8799, + "örd": 8800, + "Widget": 8801, + "cious": 8802, + "sect": 8803, + "▁Ди": 8804, + "▁wind": 8805, + "▁Archivado": 8806, + "aml": 8807, + "сс": 8808, + "Wh": 8809, + "kbd": 8810, + "▁Army": 8811, + "▁suffer": 8812, + "artifact": 8813, + "▁resolve": 8814, + "▁Sport": 8815, + "▁це": 8816, + "idas": 8817, + "▁tax": 8818, + "idi": 8819, + "▁actions": 8820, + "пра": 8821, + "pués": 8822, + "▁naj": 8823, + "False": 8824, + "▁chance": 8825, + "▁тако": 8826, + "äd": 8827, + "▁dol": 8828, + "▁env": 8829, + "▁basically": 8830, + "▁Council": 8831, + "zte": 8832, + "▁displayed": 8833, + "nil": 8834, + "complete": 8835, + "▁Lem": 8836, + "iance": 8837, + "▁основ": 8838, + "▁depend": 8839, + "plom": 8840, + "ensus": 8841, + "uts": 8842, + "▁Hot": 8843, + "bitr": 8844, + "▁validation": 8845, + "abb": 8846, + "▁тре": 8847, + "km": 8848, + "zd": 8849, + "öff": 8850, + "WE": 8851, + "▁interested": 8852, + "▁{\"": 8853, + "aro": 8854, + "▁correl": 8855, + "▁dedic": 8856, + "▁lists": 8857, + "▁Bibliografia": 8858, + "▁earlier": 8859, + "program": 8860, + "▁première": 8861, + "front": 8862, + "Tab": 8863, + "ству": 8864, + "drop": 8865, + "▁fear": 8866, + "▁Enlaces": 8867, + "▁Capt": 8868, + "▁realiz": 8869, + "▁hal": 8870, + "▁instances": 8871, + "▁susp": 8872, + "illing": 8873, + "%;": 8874, + "{}": 8875, + "||": 8876, + "▁partition": 8877, + "▁Build": 8878, + "▁wo": 8879, + "▁Пер": 8880, + "▁director": 8881, + "▁Sin": 8882, + "тия": 8883, + "rsg": 8884, + "ouver": 8885, + "▁nearly": 8886, + "oda": 8887, + "ктив": 8888, + "▁sir": 8889, + "IME": 8890, + "▁janvier": 8891, + "▁Win": 8892, + "Build": 8893, + "ieurs": 8894, + "INE": 8895, + "double": 8896, + "Last": 8897, + "▁policy": 8898, + "store": 8899, + "▁observed": 8900, + "▁familie": 8901, + "nica": 8902, + "rey": 8903, + "зь": 8904, + "▁Year": 8905, + "▁developed": 8906, + "▁Institute": 8907, + "▁reply": 8908, + "Comple": 8909, + "ician": 8910, + "▁Guer": 8911, + "▁dall": 8912, + "▁desp": 8913, + "▁Football": 8914, + "Empty": 8915, + "cken": 8916, + "unda": 8917, + "▁Ur": 8918, + "▁ig": 8919, + "▁Atl": 8920, + "author": 8921, + "▁Bol": 8922, + "zig": 8923, + "nat": 8924, + "št": 8925, + "security": 8926, + "onic": 8927, + "▁pes": 8928, + "itan": 8929, + "▁Extern": 8930, + "jan": 8931, + "VAL": 8932, + "▁им": 8933, + "bold": 8934, + "▁ва": 8935, + "▁Мо": 8936, + "▁disput": 8937, + "▁trick": 8938, + "▁ped": 8939, + ")^{": 8940, + "into": 8941, + "Sim": 8942, + "▁parallel": 8943, + "fox": 8944, + "normal": 8945, + "inent": 8946, + "педи": 8947, + "hold": 8948, + "OK": 8949, + "▁chem": 8950, + "▁twice": 8951, + "▁username": 8952, + "ič": 8953, + "▁representation": 8954, + "▁journal": 8955, + "▁:-": 8956, + "▁batt": 8957, + "\\%": 8958, + "▁certainly": 8959, + "▁Exception": 8960, + "eps": 8961, + "shot": 8962, + "ategy": 8963, + "Show": 8964, + "▁Carl": 8965, + "rig": 8966, + "▁reported": 8967, + "bottom": 8968, + "TF": 8969, + "▁Francisco": 8970, + "nap": 8971, + "▁Championship": 8972, + "▁court": 8973, + "▁sources": 8974, + "iour": 8975, + "▁conserv": 8976, + "dict": 8977, + "▁Ру": 8978, + "IB": 8979, + "▁Ve": 8980, + "▁№": 8981, + "▁ER": 8982, + "\"));": 8983, + "▁Point": 8984, + "azine": 8985, + "▁internet": 8986, + "дна": 8987, + "▁carried": 8988, + "▁Field": 8989, + "axis": 8990, + "▁Sun": 8991, + "▁ave": 8992, + "пис": 8993, + "ян": 8994, + "asy": 8995, + "▁julio": 8996, + "▁depuis": 8997, + "▁suggestion": 8998, + "[[": 8999, + "▁Archive": 9000, + "ęp": 9001, + "▁Pra": 9002, + "reh": 9003, + "▁demonstr": 9004, + "фі": 9005, + "cmd": 9006, + "▁wasn": 9007, + "▁phone": 9008, + "upload": 9009, + "aya": 9010, + "тора": 9011, + "lines": 9012, + "▁indu": 9013, + "▁vot": 9014, + "▁espa": 9015, + "▁bin": 9016, + "▁после": 9017, + "plan": 9018, + "▁junio": 9019, + "orial": 9020, + "free": 9021, + "sterreich": 9022, + "▁ду": 9023, + "▁linked": 9024, + "▁enable": 9025, + "PC": 9026, + "▁density": 9027, + "▁Egy": 9028, + "yo": 9029, + "endre": 9030, + "▁съ": 9031, + "▁italiano": 9032, + "▁AR": 9033, + "▁Pers": 9034, + "férés": 9035, + "▁скла": 9036, + "Var": 9037, + "▁Once": 9038, + "Red": 9039, + "buffer": 9040, + "▁Enter": 9041, + "▁Š": 9042, + "imiento": 9043, + "Store": 9044, + "▁health": 9045, + "vat": 9046, + "IST": 9047, + "Oh": 9048, + "▁kw": 9049, + "▁riv": 9050, + "▁somewhere": 9051, + "ografie": 9052, + "private": 9053, + "кти": 9054, + "▁delay": 9055, + "▁Http": 9056, + "job": 9057, + "rael": 9058, + "empor": 9059, + "▁diciembre": 9060, + "ête": 9061, + "цу": 9062, + "▁commit": 9063, + "oso": 9064, + "Values": 9065, + "▁headers": 9066, + "transform": 9067, + "▁processing": 9068, + "rå": 9069, + "▁Ah": 9070, + "▁Node": 9071, + "------------": 9072, + "▁faire": 9073, + "▁hun": 9074, + "Player": 9075, + "▁review": 9076, + "гда": 9077, + "▁limited": 9078, + "▁Property": 9079, + "▁serve": 9080, + "riage": 9081, + "▁Master": 9082, + "▁kann": 9083, + "crete": 9084, + "phere": 9085, + "ёр": 9086, + "▁chief": 9087, + "▁scene": 9088, + "kin": 9089, + "▁uniform": 9090, + "▁febrero": 9091, + "\"}": 9092, + "illo": 9093, + "ITE": 9094, + "ouvel": 9095, + "usepackage": 9096, + "enth": 9097, + "▁quickly": 9098, + "Lambda": 9099, + "xes": 9100, + "▁cells": 9101, + "rog": 9102, + "amin": 9103, + "▁Мар": 9104, + "▁mayor": 9105, + "player": 9106, + "++;": 9107, + "▁Насе": 9108, + "▁safe": 9109, + "▁veloc": 9110, + "▁обра": 9111, + "Database": 9112, + "neh": 9113, + "Vert": 9114, + "▁fle": 9115, + "▁фор": 9116, + "▁foreign": 9117, + "Abstract": 9118, + "▁magn": 9119, + "▁modified": 9120, + "▁military": 9121, + "▁monde": 9122, + "▁Action": 9123, + "▁bank": 9124, + "Serial": 9125, + "▁continuous": 9126, + "▁gel": 9127, + "▁physical": 9128, + "▁introduced": 9129, + "uture": 9130, + "rick": 9131, + "▁presented": 9132, + "▁Prov": 9133, + "▁Both": 9134, + "Pos": 9135, + "super": 9136, + "&#": 9137, + "▁finding": 9138, + "nel": 9139, + "unde": 9140, + "▁från": 9141, + "skim": 9142, + "▁Hill": 9143, + "fn": 9144, + "▁Canad": 9145, + "▁intended": 9146, + "ozzáférés": 9147, + "▁juillet": 9148, + "▁Wars": 9149, + "▁successful": 9150, + "▁charg": 9151, + "iele": 9152, + "omething": 9153, + "oku": 9154, + "fetch": 9155, + "▁}}": 9156, + "bank": 9157, + "operatorname": 9158, + "▁Color": 9159, + "▁Card": 9160, + "tu": 9161, + "▁\",": 9162, + "wid": 9163, + "▁gep": 9164, + "XML": 9165, + "================": 9166, + "▁Virgin": 9167, + "ährend": 9168, + "licated": 9169, + "Dir": 9170, + "zero": 9171, + "▁Kal": 9172, + "▁Party": 9173, + "▁å": 9174, + "price": 9175, + "don": 9176, + "▁warning": 9177, + "▁Bad": 9178, + "▁Supp": 9179, + "▁Liga": 9180, + "▁Pierre": 9181, + "Record": 9182, + "ulator": 9183, + "▁Rome": 9184, + "▁theorem": 9185, + "▁entirely": 9186, + "ским": 9187, + "het": 9188, + "▁dopo": 9189, + "Next": 9190, + "mlung": 9191, + "wig": 9192, + "▁Ath": 9193, + "▁Sou": 9194, + "licher": 9195, + "▁sudo": 9196, + "ests": 9197, + "хів": 9198, + "▁septiembre": 9199, + "▁micro": 9200, + "▁trop": 9201, + "fit": 9202, + "Core": 9203, + "▁Radio": 9204, + "▁Organ": 9205, + "▁Power": 9206, + "CF": 9207, + "▁Last": 9208, + "▁oppos": 9209, + "▁offset": 9210, + "▁regia": 9211, + "▁minimum": 9212, + "▁helped": 9213, + "andon": 9214, + "ifying": 9215, + "ruit": 9216, + "enschapp": 9217, + "▁bere": 9218, + "VM": 9219, + "▁Awards": 9220, + "▁agr": 9221, + "ynomial": 9222, + "enced": 9223, + "▁devices": 9224, + "▁bot": 9225, + "▁firm": 9226, + "▁writer": 9227, + "▁ring": 9228, + ".-": 9229, + "istes": 9230, + "lä": 9231, + "▁mel": 9232, + "entation": 9233, + "▁Schw": 9234, + "▁nome": 9235, + "▁pobla": 9236, + "▁woj": 9237, + "▁ul": 9238, + "ento": 9239, + "ых": 9240, + "▁resist": 9241, + "▁remains": 9242, + "▁Ca": 9243, + "aña": 9244, + "▁Court": 9245, + "utable": 9246, + "entially": 9247, + "▁trat": 9248, + "▁Visual": 9249, + "▁restrict": 9250, + "▁previously": 9251, + "cation": 9252, + "▁осо": 9253, + "▁MySQL": 9254, + "för": 9255, + "cala": 9256, + "▁culture": 9257, + "live": 9258, + "▁accepted": 9259, + "Did": 9260, + "▁hous": 9261, + "▁selection": 9262, + "▁decre": 9263, + "margin": 9264, + "urb": 9265, + "▁Inc": 9266, + "▁Many": 9267, + "ibt": 9268, + "▁succeed": 9269, + "Binding": 9270, + "cí": 9271, + "▁Rog": 9272, + "▁shouldn": 9273, + "cloud": 9274, + "▁dz": 9275, + "вав": 9276, + "▁pix": 9277, + "small": 9278, + "▁projects": 9279, + "▁OK": 9280, + "▁latest": 9281, + "▁references": 9282, + "Program": 9283, + "▁erst": 9284, + "▁як": 9285, + "▁kam": 9286, + "▁Camb": 9287, + "ellt": 9288, + "öd": 9289, + "none": 9290, + "▁jusqu": 9291, + "king": 9292, + "▁Ped": 9293, + "assert": 9294, + "CS": 9295, + "rito": 9296, + "essa": 9297, + "лько": 9298, + "▁Von": 9299, + "▁Edward": 9300, + "▁impossible": 9301, + "np": 9302, + "words": 9303, + "ielt": 9304, + "▁Page": 9305, + "lers": 9306, + "▁pier": 9307, + "▁области": 9308, + "ittee": 9309, + "▁([": 9310, + "▁trust": 9311, + "NG": 9312, + "redu": 9313, + "<<": 9314, + "rial": 9315, + "▁products": 9316, + "▁Ern": 9317, + "rière": 9318, + "гов": 9319, + "▁Reich": 9320, + "▁Road": 9321, + "▁nested": 9322, + "Display": 9323, + "▁strength": 9324, + "ografía": 9325, + "▁announced": 9326, + "▁Science": 9327, + "▁райо": 9328, + "Parameter": 9329, + "▁Task": 9330, + "uments": 9331, + "▁adopt": 9332, + "▁Only": 9333, + "ють": 9334, + "▁cli": 9335, + "▁lem": 9336, + "stood": 9337, + "▁FI": 9338, + "ências": 9339, + "ponents": 9340, + "]$": 9341, + "comment": 9342, + "▁ya": 9343, + "should": 9344, + "ike": 9345, + "tim": 9346, + "ellig": 9347, + "▁sending": 9348, + "▁ajax": 9349, + "▁noviembre": 9350, + "umes": 9351, + "▁weiter": 9352, + "▁Dans": 9353, + "opp": 9354, + "▁septembre": 9355, + "otimes": 9356, + "ző": 9357, + "▁ep": 9358, + "vere": 9359, + "▁oh": 9360, + ":=": 9361, + "▁Song": 9362, + "”,": 9363, + "▁viv": 9364, + "▁queries": 9365, + "▁vá": 9366, + "▁décembre": 9367, + "▁unable": 9368, + "▁erh": 9369, + "▁`-": 9370, + "▁Lee": 9371, + "▁ersten": 9372, + "ôt": 9373, + "стве": 9374, + "TS": 9375, + "▁fragment": 9376, + "▁wide": 9377, + "▁suff": 9378, + "▁dut": 9379, + "▁Vere": 9380, + "іс": 9381, + "ading": 9382, + "iego": 9383, + "icago": 9384, + "▁Argent": 9385, + "orer": 9386, + "ennes": 9387, + "▁Leb": 9388, + "linux": 9389, + "acing": 9390, + "▁broken": 9391, + "tp": 9392, + "ío": 9393, + "abeth": 9394, + "istas": 9395, + "gew": 9396, + "ième": 9397, + "cas": 9398, + "▁preced": 9399, + "▁Dal": 9400, + "▁compared": 9401, + "equiv": 9402, + "illy": 9403, + "teen": 9404, + "▁Console": 9405, + "▁strict": 9406, + "itaire": 9407, + "▁ED": 9408, + "entials": 9409, + "▁perman": 9410, + "▁tous": 9411, + "▁geme": 9412, + "▁extrem": 9413, + "▁окру": 9414, + "kg": 9415, + "▁heavy": 9416, + "▁avril": 9417, + "▁anti": 9418, + "▁octobre": 9419, + "utf": 9420, + "helm": 9421, + "amples": 9422, + "▁(_": 9423, + "aken": 9424, + "▁dear": 9425, + "▁opinion": 9426, + "▁fish": 9427, + "▁Alexander": 9428, + "iw": 9429, + "им": 9430, + "cadem": 9431, + "▁reflect": 9432, + "▁др": 9433, + "▁trib": 9434, + "common": 9435, + "▁clearly": 9436, + "▁saf": 9437, + "=\"@+": 9438, + "▁Мос": 9439, + "сите": 9440, + "eqnarray": 9441, + "nung": 9442, + "▁relationship": 9443, + "▁Sem": 9444, + "▁killed": 9445, + "ted": 9446, + "uno": 9447, + "▁лі": 9448, + "▁wid": 9449, + "anning": 9450, + "▁panel": 9451, + "▁Leben": 9452, + "▁ruby": 9453, + "ansion": 9454, + "▁aren": 9455, + "tabular": 9456, + "alet": 9457, + "}$$": 9458, + "▁Lake": 9459, + "▁suite": 9460, + "▁minor": 9461, + "Hozzáférés": 9462, + "▁xmlns": 9463, + "DIR": 9464, + "driver": 9465, + "ints": 9466, + "▁vic": 9467, + "AND": 9468, + "prim": 9469, + "сылки": 9470, + "▁Ox": 9471, + "TC": 9472, + "rivial": 9473, + "atie": 9474, + "▁eight": 9475, + "▁conflic": 9476, + "angel": 9477, + "▁Begr": 9478, + "▁explicitly": 9479, + "ются": 9480, + "▁Dev": 9481, + "render": 9482, + "▁reprodu": 9483, + "▁cré": 9484, + "Gu": 9485, + "MB": 9486, + "▁kön": 9487, + "▁remained": 9488, + "▁kl": 9489, + "хов": 9490, + "▁byl": 9491, + "Phi": 9492, + "▁detail": 9493, + "jav": 9494, + "▁mouse": 9495, + "Bas": 9496, + "ię": 9497, + "asser": 9498, + "hs": 9499, + "▁shift": 9500, + "▁últ": 9501, + "rand": 9502, + "▁btn": 9503, + "raz": 9504, + "▁pul": 9505, + "▁statements": 9506, + "filename": 9507, + "▁prompt": 9508, + "élé": 9509, + "ikz": 9510, + "▁Sus": 9511, + "▁debut": 9512, + "Stat": 9513, + "forms": 9514, + "▁Hein": 9515, + "stadt": 9516, + "ennis": 9517, + "пол": 9518, + "arante": 9519, + "цій": 9520, + "▁queue": 9521, + "▁reci": 9522, + "▁sta": 9523, + "ynchron": 9524, + "centering": 9525, + "Some": 9526, + "Graph": 9527, + "▁tested": 9528, + "▁Kunst": 9529, + "ом": 9530, + "▁Nothing": 9531, + "ieu": 9532, + "“.": 9533, + "Bundle": 9534, + "▁oficial": 9535, + "allow": 9536, + "▁React": 9537, + "▁Library": 9538, + "blue": 9539, + "▁verw": 9540, + "▁pare": 9541, + "▁Friedrich": 9542, + "▁aware": 9543, + "Exp": 9544, + "▁effects": 9545, + "▁горо": 9546, + "lopedia": 9547, + "▁Ven": 9548, + "rale": 9549, + "▁Final": 9550, + "▁propos": 9551, + "lacement": 9552, + "kten": 9553, + "▁novel": 9554, + "orter": 9555, + "▁Germany": 9556, + "▁django": 9557, + "▁transition": 9558, + "▁happened": 9559, + "▁beautiful": 9560, + "▁neither": 9561, + "▁libraries": 9562, + "▁hide": 9563, + "alg": 9564, + "▁aspect": 9565, + "▁forget": 9566, + "cademy": 9567, + "onte": 9568, + "refix": 9569, + "▁cloud": 9570, + "ned": 9571, + "cdots": 9572, + "register": 9573, + "nym": 9574, + ".):": 9575, + "▁Jew": 9576, + "▁très": 9577, + "ниче": 9578, + "▁Dor": 9579, + "▁proc": 9580, + "▁gan": 9581, + "▁є": 9582, + "▁Sav": 9583, + "ví": 9584, + "Settings": 9585, + "▁Vari": 9586, + "▁cours": 9587, + "Ro": 9588, + "▁conj": 9589, + "▁reasons": 9590, + "▁reader": 9591, + "лександ": 9592, + "icate": 9593, + "}),": 9594, + "▁tasks": 9595, + "▁Ray": 9596, + "▁ric": 9597, + "Ke": 9598, + "onie": 9599, + "rf": 9600, + ")[": 9601, + "▁subsequ": 9602, + "▁Turn": 9603, + "▁VIAF": 9604, + "mathsf": 9605, + "HE": 9606, + "▁declare": 9607, + "▁protocol": 9608, + "▁PC": 9609, + "цион": 9610, + "ViewById": 9611, + "▁animation": 9612, + "▁confused": 9613, + "вич": 9614, + "▁enabled": 9615, + "owo": 9616, + "ást": 9617, + "öt": 9618, + "▁mand": 9619, + "▁Rail": 9620, + "fields": 9621, + "▁Kap": 9622, + "▁algebra": 9623, + "▁Су": 9624, + "férence": 9625, + "▁Current": 9626, + "сно": 9627, + "▁Lim": 9628, + "Params": 9629, + "▁Antonio": 9630, + "▁tv": 9631, + "late": 9632, + "ifer": 9633, + "Entry": 9634, + "▁Serv": 9635, + "▁musical": 9636, + "▁trace": 9637, + "▁scient": 9638, + "fic": 9639, + "▁forgot": 9640, + "video": 9641, + "▁older": 9642, + "Tree": 9643, + "▁uns": 9644, + "ники": 9645, + "▁Europa": 9646, + "▁Zwe": 9647, + "▁бе": 9648, + "▁vec": 9649, + "жу": 9650, + "▁▁▁▁▁▁▁▁▁▁▁": 9651, + "Match": 9652, + "span": 9653, + "▁blank": 9654, + "▁später": 9655, + "▁Ty": 9656, + "▁dict": 9657, + "ña": 9658, + "▁confirm": 9659, + "▁vý": 9660, + "зан": 9661, + "Rel": 9662, + "film": 9663, + "▁Rot": 9664, + "▁Hy": 9665, + "ках": 9666, + "▁demand": 9667, + "▁minist": 9668, + "▁Madrid": 9669, + "▁usual": 9670, + "spiel": 9671, + "eros": 9672, + "▁tutorial": 9673, + "▁Ссылки": 9674, + "sys": 9675, + "циаль": 9676, + "▁spread": 9677, + "▁convers": 9678, + "▁roll": 9679, + "artifactId": 9680, + "▁Number": 9681, + "▁symmet": 9682, + "▁Mult": 9683, + "expected": 9684, + "▁axis": 9685, + "▁matching": 9686, + "▁food": 9687, + "groupId": 9688, + "Mapp": 9689, + "▁свя": 9690, + "▁vend": 9691, + "Found": 9692, + "otto": 9693, + "Cat": 9694, + "crit": 9695, + "istent": 9696, + "▁drei": 9697, + "▁ended": 9698, + "▁Tele": 9699, + "component": 9700, + "▁involved": 9701, + "▁Estados": 9702, + "▁danger": 9703, + "▁chain": 9704, + "▁Prom": 9705, + "hom": 9706, + "▁polít": 9707, + "cop": 9708, + "▁nap": 9709, + "rif": 9710, + "plements": 9711, + "▁vent": 9712, + "anna": 9713, + "anted": 9714, + "dated": 9715, + "anth": 9716, + "▁threads": 9717, + "зова": 9718, + "▁станов": 9719, + "▁eerst": 9720, + "buf": 9721, + "heid": 9722, + "▁Ru": 9723, + "▁Prim": 9724, + "▁migr": 9725, + "▁Unidos": 9726, + "▁arbitr": 9727, + "▁roman": 9728, + "ountry": 9729, + "ultur": 9730, + "▁König": 9731, + "▁annot": 9732, + "aching": 9733, + "▁Haupt": 9734, + "umin": 9735, + "▁hem": 9736, + "ckets": 9737, + "bau": 9738, + "ection": 9739, + "eft": 9740, + "▁packages": 9741, + "▁Kur": 9742, + "thur": 9743, + "▁pays": 9744, + "liament": 9745, + "▁Бу": 9746, + "▁cada": 9747, + "points": 9748, + "ocket": 9749, + "▁verb": 9750, + "лее": 9751, + "▁submit": 9752, + "▁san": 9753, + "ruby": 9754, + "▁east": 9755, + "kov": 9756, + "▁Verlag": 9757, + "▁spot": 9758, + "ppo": 9759, + "Each": 9760, + "jekt": 9761, + "▁Biographie": 9762, + "▁news": 9763, + "▁país": 9764, + "ufact": 9765, + "▁dia": 9766, + "кова": 9767, + "▁accompl": 9768, + "▁Ét": 9769, + "ilities": 9770, + "▁ihm": 9771, + "invoke": 9772, + "▁append": 9773, + ".),": 9774, + "▁lab": 9775, + "anging": 9776, + "istan": 9777, + "resol": 9778, + "▁Section": 9779, + "Parent": 9780, + "moz": 9781, + "Mat": 9782, + "styles": 9783, + "unden": 9784, + "“,": 9785, + "irtschaft": 9786, + "ким": 9787, + "▁Finally": 9788, + "phen": 9789, + "▁Pac": 9790, + "▁ArrayList": 9791, + "▁recover": 9792, + "▁education": 9793, + "models": 9794, + "ped": 9795, + "▁happy": 9796, + "чу": 9797, + "▁guerra": 9798, + "media": 9799, + "OF": 9800, + "▁ensure": 9801, + "Mark": 9802, + "database": 9803, + "oggle": 9804, + "▁publish": 9805, + "OW": 9806, + "▁Bau": 9807, + "?.": 9808, + "▁части": 9809, + "▁repository": 9810, + "▁Matt": 9811, + "high": 9812, + "oven": 9813, + "▁ger": 9814, + "▁unknown": 9815, + "Amer": 9816, + "▁Brown": 9817, + "ALL": 9818, + "▁resulting": 9819, + "▁bor": 9820, + "▁poet": 9821, + "ними": 9822, + "Email": 9823, + "Font": 9824, + "▁hist": 9825, + "▁today": 9826, + "▁Berg": 9827, + "▁buttons": 9828, + "тал": 9829, + "▁sni": 9830, + "▁челов": 9831, + "Cre": 9832, + "▁union": 9833, + "▁zich": 9834, + "ishop": 9835, + "▁quando": 9836, + "Po": 9837, + "CTION": 9838, + "▁Cost": 9839, + "судар": 9840, + "erved": 9841, + "Note": 9842, + "Equal": 9843, + "лия": 9844, + "бур": 9845, + "▁abstract": 9846, + "stop": 9847, + "▁advice": 9848, + "▁icon": 9849, + "▁travel": 9850, + "BS": 9851, + "vens": 9852, + "▁batch": 9853, + "lique": 9854, + "sheet": 9855, + "▁ihre": 9856, + "emon": 9857, + "berto": 9858, + "▁assigned": 9859, + "ью": 9860, + "Phone": 9861, + "▁award": 9862, + "▁functionality": 9863, + "alla": 9864, + "▁Dam": 9865, + "▁ciudad": 9866, + "▁cluster": 9867, + "Description": 9868, + "▁sheet": 9869, + "▁Australian": 9870, + "▁».": 9871, + "▁\"<": 9872, + "▁wondering": 9873, + "aine": 9874, + "▁represented": 9875, + "kappa": 9876, + "nb": 9877, + "▁sy": 9878, + "▁Kö": 9879, + "=\"#": 9880, + "▁seven": 9881, + "Directory": 9882, + "▁sister": 9883, + "plates": 9884, + "▁luck": 9885, + "▁remaining": 9886, + "▁Vill": 9887, + "werk": 9888, + "anni": 9889, + "etti": 9890, + "func": 9891, + "▁ban": 9892, + "ims": 9893, + "miss": 9894, + "agraph": 9895, + "екси": 9896, + "▁Ref": 9897, + "nitt": 9898, + "▁Gab": 9899, + "▁andere": 9900, + "▁jedoch": 9901, + "results": 9902, + "!\\": 9903, + "▁listed": 9904, + "▁loro": 9905, + "▁knows": 9906, + "жно": 9907, + "Rad": 9908, + "▁socket": 9909, + "multi": 9910, + "▁рі": 9911, + "rails": 9912, + "▁tar": 9913, + "▁gentle": 9914, + "sett": 9915, + "services": 9916, + "bound": 9917, + "igkeit": 9918, + "aja": 9919, + "▁cmd": 9920, + "agger": 9921, + "▁ba": 9922, + "▁Belg": 9923, + "▁Kle": 9924, + "▁wordt": 9925, + "▁fost": 9926, + "▁dimension": 9927, + "Ang": 9928, + "uming": 9929, + "Obj": 9930, + "нен": 9931, + "▁Marie": 9932, + "exists": 9933, + "тро": 9934, + "▁боль": 9935, + "emente": 9936, + "▁Jon": 9937, + "SERT": 9938, + "▁highest": 9939, + "aki": 9940, + "▁tres": 9941, + "▁circum": 9942, + "▁Down": 9943, + "ommen": 9944, + "urer": 9945, + "▁causes": 9946, + "venue": 9947, + "issance": 9948, + "▁influence": 9949, + "▁fat": 9950, + "реди": 9951, + "}\\\\": 9952, + "▁entr": 9953, + "▁Sign": 9954, + "▁кла": 9955, + "▁binding": 9956, + "essen": 9957, + "▁Фран": 9958, + "▁Local": 9959, + "▁явля": 9960, + "appro": 9961, + "▁dependencies": 9962, + "▁talking": 9963, + "▁zurück": 9964, + "connection": 9965, + "Active": 9966, + "bbe": 9967, + "irls": 9968, + "▁Inf": 9969, + "wd": 9970, + "▁ис": 9971, + "road": 9972, + "▁conven": 9973, + "ět": 9974, + "вез": 9975, + "▁entries": 9976, + "esc": 9977, + "▁bits": 9978, + "asso": 9979, + "WR": 9980, + "ships": 9981, + "▁dés": 9982, + "esp": 9983, + "Make": 9984, + "▁familiar": 9985, + "Art": 9986, + "▁army": 9987, + "ctr": 9988, + "éric": 9989, + "queue": 9990, + "▁\\{": 9991, + "uela": 9992, + "amiento": 9993, + "ших": 9994, + "▁\"\"\"": 9995, + "contr": 9996, + "лле": 9997, + "FS": 9998, + "▁market": 9999, + "ång": 10000, + "citep": 10001, + "Ill": 10002, + "rank": 10003, + "▁sender": 10004, + "▁beim": 10005, + "рак": 10006, + "▁compat": 10007, + "▁occurs": 10008, + "▁diese": 10009, + "ститу": 10010, + "awa": 10011, + "▁iOS": 10012, + "▁Chinese": 10013, + "▁TR": 10014, + "▁Ken": 10015, + "▁Une": 10016, + "▁creates": 10017, + "▁showed": 10018, + "▁év": 10019, + "ologia": 10020, + "▁protest": 10021, + "▁Pf": 10022, + "▁squad": 10023, + "++,": 10024, + "áv": 10025, + "▁essere": 10026, + "зя": 10027, + "kol": 10028, + "▁slightly": 10029, + "addr": 10030, + "ân": 10031, + "▁reduce": 10032, + "▁\\(\\": 10033, + "▁Dep": 10034, + "▁generic": 10035, + "Loader": 10036, + "ți": 10037, + "▁пос": 10038, + "▁occasion": 10039, + "▁Lady": 10040, + "entity": 10041, + "▁avant": 10042, + "▁Pas": 10043, + "aggio": 10044, + "\\{": 10045, + "пад": 10046, + "atholic": 10047, + "Password": 10048, + "▁respond": 10049, + "▁Non": 10050, + "AG": 10051, + "neg": 10052, + "▁ус": 10053, + "blob": 10054, + "cke": 10055, + "▁Consider": 10056, + "▁Care": 10057, + "iki": 10058, + "▁Chicago": 10059, + "inden": 10060, + "▁Cop": 10061, + "]+": 10062, + "öm": 10063, + "évrier": 10064, + "кло": 10065, + "alen": 10066, + "▁maj": 10067, + "racy": 10068, + "orte": 10069, + "ients": 10070, + "ells": 10071, + "activity": 10072, + "▁runtime": 10073, + "NULL": 10074, + "▁possibly": 10075, + "▁stri": 10076, + "izi": 10077, + "▁mir": 10078, + "▁Version": 10079, + "prime": 10080, + "▁twenty": 10081, + "▁Mah": 10082, + "▁sounds": 10083, + "шен": 10084, + "clusion": 10085, + "acz": 10086, + "▁determined": 10087, + "▁Rep": 10088, + "▁Landes": 10089, + "▁wall": 10090, + "igi": 10091, + "▁reset": 10092, + "шо": 10093, + "yan": 10094, + "Met": 10095, + "ei": 10096, + "▁appearance": 10097, + "▁fois": 10098, + "▁nell": 10099, + "esi": 10100, + "ёт": 10101, + "loor": 10102, + "▁Ul": 10103, + "▁resolution": 10104, + "▁fot": 10105, + "▁throughout": 10106, + "▁ri": 10107, + "Level": 10108, + "pool": 10109, + "▁identity": 10110, + "▁janu": 10111, + "▁imper": 10112, + "▁över": 10113, + "}`": 10114, + "▁infer": 10115, + "▁dates": 10116, + "▁Standard": 10117, + "force": 10118, + "ockey": 10119, + "tera": 10120, + "▁distingu": 10121, + "▁presence": 10122, + "lica": 10123, + "▁leaving": 10124, + "itung": 10125, + "éb": 10126, + "▁establish": 10127, + "▁maar": 10128, + "adi": 10129, + "▁News": 10130, + "azon": 10131, + "folg": 10132, + "▁Hence": 10133, + "▁Ye": 10134, + "▁fab": 10135, + "▁führ": 10136, + "itmap": 10137, + "▁Vers": 10138, + "rov": 10139, + "Sign": 10140, + "device": 10141, + "Sigma": 10142, + "▁wetenschapp": 10143, + "▁Ps": 10144, + "PATH": 10145, + "▁torn": 10146, + "vest": 10147, + "стов": 10148, + "account": 10149, + "▁largest": 10150, + "▁percent": 10151, + "▁Women": 10152, + "▁img": 10153, + "tool": 10154, + "▁roce": 10155, + "▁ay": 10156, + "inet": 10157, + "▁août": 10158, + "▁polynomial": 10159, + "▁integral": 10160, + "▁areas": 10161, + "}'": 10162, + "▁hyp": 10163, + "loyee": 10164, + "таль": 10165, + "▁proxy": 10166, + "▁Wy": 10167, + "▁Мекси": 10168, + "▁escape": 10169, + "olar": 10170, + "▁mistake": 10171, + ")}{": 10172, + "▁Pot": 10173, + "▁processes": 10174, + "\">\r": 10175, + "halten": 10176, + "zza": 10177, + "amo": 10178, + "кре": 10179, + "▁Wood": 10180, + "ør": 10181, + "▁сер": 10182, + "ocia": 10183, + "two": 10184, + "profile": 10185, + "▁Ast": 10186, + "embro": 10187, + "▁arms": 10188, + "inas": 10189, + "innen": 10190, + "▁msg": 10191, + "INT": 10192, + "▁batter": 10193, + "ignment": 10194, + "▁vy": 10195, + "Hrsg": 10196, + "▁Grund": 10197, + "roc": 10198, + "seg": 10199, + "▁decor": 10200, + "▁eventually": 10201, + ">,": 10202, + "▁pag": 10203, + "anten": 10204, + "▁strugg": 10205, + "}^\\": 10206, + "daten": 10207, + "▁rela": 10208, + "пов": 10209, + "▁коро": 10210, + "▁Bos": 10211, + "▁labor": 10212, + "▁Secret": 10213, + "ugen": 10214, + "▁jap": 10215, + "▁husband": 10216, + "▁Album": 10217, + "▁etwa": 10218, + "▁произ": 10219, + "richt": 10220, + "rach": 10221, + "bat": 10222, + "▁prepar": 10223, + "▁Stock": 10224, + "▁lack": 10225, + "хід": 10226, + "▁hogy": 10227, + "▁Chrome": 10228, + "▁Admin": 10229, + "▁comparison": 10230, + "▁increasing": 10231, + "нг": 10232, + "imi": 10233, + "Db": 10234, + "▁gef": 10235, + "ucht": 10236, + "ése": 10237, + "gence": 10238, + "▁Core": 10239, + "▁incorrect": 10240, + "▁assuming": 10241, + "ourse": 10242, + "ieron": 10243, + "▁Theorem": 10244, + "▁casa": 10245, + "jes": 10246, + "▁дере": 10247, + "▁`\"": 10248, + "LD": 10249, + "äß": 10250, + "Deb": 10251, + "▁suiv": 10252, + "▁Bank": 10253, + "libs": 10254, + "▁Leon": 10255, + "▁quart": 10256, + "▁professional": 10257, + "▁tiene": 10258, + "▁accomp": 10259, + "стер": 10260, + "▁UK": 10261, + "NN": 10262, + "▁lí": 10263, + "ця": 10264, + "kel": 10265, + "▁•": 10266, + "▁dise": 10267, + "onto": 10268, + "▁má": 10269, + "ifs": 10270, + "bild": 10271, + "▁compute": 10272, + "▁éd": 10273, + "ję": 10274, + "▁Mé": 10275, + "▁languages": 10276, + "▁Times": 10277, + "cen": 10278, + "▁авто": 10279, + "ým": 10280, + "enez": 10281, + "▁upp": 10282, + "▁méd": 10283, + "▁cuando": 10284, + "од": 10285, + "Intent": 10286, + "eerd": 10287, + "▁Tal": 10288, + "offset": 10289, + "▁haben": 10290, + "reme": 10291, + "▁Stack": 10292, + "▁dri": 10293, + "▁seinem": 10294, + "▁février": 10295, + "▁combination": 10296, + "▁soll": 10297, + "▁movement": 10298, + "Spec": 10299, + "кры": 10300, + "retch": 10301, + "Offset": 10302, + "Root": 10303, + "Ар": 10304, + "wart": 10305, + "▁Follow": 10306, + "▁Social": 10307, + "ников": 10308, + "▁→": 10309, + "Don": 10310, + "▁harm": 10311, + "agr": 10312, + "nego": 10313, + "resource": 10314, + "▁Luc": 10315, + "▁seinen": 10316, + "▁Department": 10317, + "▁Update": 10318, + "▁Texas": 10319, + "▁reve": 10320, + "▁Pos": 10321, + "▁shot": 10322, + "othe": 10323, + "▁repeated": 10324, + "▁recently": 10325, + "ában": 10326, + "aks": 10327, + "пан": 10328, + "▁cha": 10329, + "ohl": 10330, + "▁tend": 10331, + "▁дво": 10332, + "chts": 10333, + "çaise": 10334, + "pling": 10335, + "album": 10336, + "ej": 10337, + "▁`[": 10338, + "maps": 10339, + "▁units": 10340, + "▁": 15110, + "▁pří": 15111, + "pandas": 15112, + "▁Plus": 15113, + "yll": 15114, + "▁terror": 15115, + "▁crim": 15116, + "▁zak": 15117, + "issue": 15118, + "panel": 15119, + "svg": 15120, + "▁reb": 15121, + "Customer": 15122, + "switch": 15123, + "обра": 15124, + "▁Championships": 15125, + "clo": 15126, + "atte": 15127, + "▁anymore": 15128, + "▁excellent": 15129, + "▁opportunity": 15130, + "▁Bahn": 15131, + "чин": 15132, + "eting": 15133, + "▁incident": 15134, + "tom": 15135, + "Pers": 15136, + "bben": 15137, + "ственной": 15138, + "их": 15139, + "router": 15140, + "▁newly": 15141, + "▁silence": 15142, + "▁GNU": 15143, + "▁Rails": 15144, + "▁Amb": 15145, + "▁Qual": 15146, + "▁Schaus": 15147, + "▁Sohn": 15148, + "▁ALL": 15149, + "▁royal": 15150, + "▁£": 15151, + "wię": 15152, + "▁entfer": 15153, + "▁Remove": 15154, + "▁hardly": 15155, + "Using": 15156, + "лог": 15157, + "▁Ich": 15158, + "▁derni": 15159, + "▁Connection": 15160, + "fish": 15161, + "▁Inform": 15162, + "▁Ener": 15163, + "roit": 15164, + "Bbb": 15165, + "ViewModel": 15166, + "Video": 15167, + "iley": 15168, + "▁много": 15169, + "▁Gem": 15170, + "▁compreh": 15171, + "enumerate": 15172, + "ulas": 15173, + "▁Bah": 15174, + "▁Yet": 15175, + "BR": 15176, + "хра": 15177, + "▁county": 15178, + "▁Hist": 15179, + "▁Гу": 15180, + "▁Ј": 15181, + "▁mari": 15182, + "▁Clar": 15183, + "Bitmap": 15184, + "▁Cz": 15185, + "▁mån": 15186, + "▁mere": 15187, + "▁musique": 15188, + "also": 15189, + "dates": 15190, + "▁DVD": 15191, + "▁gol": 15192, + "fony": 15193, + "▁Castle": 15194, + "▁фами": 15195, + "▁arrang": 15196, + "▁Business": 15197, + "▁Kaz": 15198, + "▁osc": 15199, + "▁secolo": 15200, + "▁affected": 15201, + "▁Health": 15202, + "reb": 15203, + "editor": 15204, + "▁owned": 15205, + "tl": 15206, + "▁ví": 15207, + "чних": 15208, + "кви": 15209, + "▁devient": 15210, + "Mutable": 15211, + "▁tegen": 15212, + "Register": 15213, + "єю": 15214, + "▁caracter": 15215, + "лли": 15216, + "▁nouvelle": 15217, + "oko": 15218, + "ichtet": 15219, + "▁evol": 15220, + "▁Hab": 15221, + "▁militar": 15222, + "▁puts": 15223, + "endif": 15224, + "▁Davis": 15225, + "▁Scotland": 15226, + "regular": 15227, + "▁Context": 15228, + "ispiel": 15229, + "▁Gallery": 15230, + "\",\r": 15231, + "▁arc": 15232, + "▁INFO": 15233, + "▁cod": 15234, + "дів": 15235, + "▁varchar": 15236, + "▁toujours": 15237, + "atial": 15238, + "▁hanno": 15239, + "▁профес": 15240, + "▁launched": 15241, + "▁населення": 15242, + "▁ton": 15243, + "aused": 15244, + "▁із": 15245, + "▁tö": 15246, + "▁Pur": 15247, + "▁olymp": 15248, + "ARN": 15249, + "óm": 15250, + "▁august": 15251, + "▁furn": 15252, + "▁Colomb": 15253, + "▁Staats": 15254, + "hora": 15255, + "▁мор": 15256, + "canvas": 15257, + "▁grave": 15258, + "▁composition": 15259, + "acja": 15260, + "▁которые": 15261, + "▁чо": 15262, + "General": 15263, + "ані": 15264, + "▁Johannes": 15265, + "кар": 15266, + "▁част": 15267, + "▁Васи": 15268, + "ssh": 15269, + "▁replacing": 15270, + "▁<>": 15271, + "ців": 15272, + "laus": 15273, + "eny": 15274, + "ähl": 15275, + "▁marg": 15276, + "cience": 15277, + "▁instruction": 15278, + "▁који": 15279, + "Editor": 15280, + "▁fundamental": 15281, + "mund": 15282, + "▁exceptions": 15283, + "▁plate": 15284, + "▁Lis": 15285, + "▁deren": 15286, + "prep": 15287, + "▁januari": 15288, + "Scope": 15289, + "ynast": 15290, + "rv": 15291, + "orsz": 15292, + "▁Tony": 15293, + "▁ді": 15294, + "▁одна": 15295, + "▁sab": 15296, + "oti": 15297, + "jel": 15298, + "▁generator": 15299, + "▁'.": 15300, + "▁sharp": 15301, + "▁только": 15302, + "▁accounts": 15303, + "▁že": 15304, + "▁foram": 15305, + "▁gouvern": 15306, + "TIME": 15307, + "▁Soviet": 15308, + "▁Gé": 15309, + "▁exped": 15310, + "▁ordinary": 15311, + "▁Conserv": 15312, + "▁compla": 15313, + "tei": 15314, + "▁captain": 15315, + "▁Samuel": 15316, + "▁Dark": 15317, + "▁він": 15318, + "▁delight": 15319, + "recht": 15320, + "dia": 15321, + "esses": 15322, + "ulp": 15323, + "шки": 15324, + "bez": 15325, + "▁detection": 15326, + "▁cookie": 15327, + "antry": 15328, + "Multi": 15329, + "oba": 15330, + "▁joy": 15331, + "▁safety": 15332, + "|^": 15333, + "pod": 15334, + "adém": 15335, + "▁Chron": 15336, + "▁Django": 15337, + "▁ehemal": 15338, + "kh": 15339, + "èle": 15340, + "▁poc": 15341, + "Bottom": 15342, + "launch": 15343, + "nem": 15344, + "▁GROUP": 15345, + "ního": 15346, + "▁Gib": 15347, + "sdk": 15348, + "BE": 15349, + "▁Gene": 15350, + "▁Staff": 15351, + "▁subsequent": 15352, + "icion": 15353, + "▁victory": 15354, + "▁canon": 15355, + "izar": 15356, + "izia": 15357, + "▁mate": 15358, + "▁layers": 15359, + "sudo": 15360, + "schule": 15361, + "periment": 15362, + "ület": 15363, + "ARCHAR": 15364, + "▁террито": 15365, + "▁measures": 15366, + "▁zou": 15367, + "opsis": 15368, + "нами": 15369, + "tbody": 15370, + "▁ese": 15371, + "sterdam": 15372, + "▁photo": 15373, + "ynchronous": 15374, + "setminus": 15375, + "▁loads": 15376, + "▁pleasure": 15377, + "▁meille": 15378, + "}\\,": 15379, + "qual": 15380, + "▁favour": 15381, + "▁rod": 15382, + "Der": 15383, + "рабо": 15384, + "▁pressed": 15385, + "rę": 15386, + "ieving": 15387, + "material": 15388, + "virt": 15389, + "▁capable": 15390, + "сло": 15391, + "ushed": 15392, + "▁побе": 15393, + "usetts": 15394, + "unsigned": 15395, + "ków": 15396, + "▁ov": 15397, + "egeben": 15398, + "▁applying": 15399, + "▁galax": 15400, + "▁Oracle": 15401, + "▁Stuttgart": 15402, + "Infl": 15403, + "achusetts": 15404, + "▁deel": 15405, + "lire": 15406, + "▁statunit": 15407, + "▁Politiker": 15408, + "▁beauty": 15409, + ")>": 15410, + "▁Columbia": 15411, + "▁zewnętrzne": 15412, + "▁програ": 15413, + "▁dx": 15414, + "cknow": 15415, + "▁dub": 15416, + "unächst": 15417, + "findViewById": 15418, + "▁Mand": 15419, + "áll": 15420, + "naire": 15421, + "▁destin": 15422, + "isting": 15423, + "aggi": 15424, + "chart": 15425, + "▁justice": 15426, + "Simple": 15427, + "▁unfortunately": 15428, + "ір": 15429, + "▁questa": 15430, + "▁Governor": 15431, + "яв": 15432, + "▁música": 15433, + "▁equipo": 15434, + "▁Dest": 15435, + "elect": 15436, + "StackTrace": 15437, + "зом": 15438, + "proc": 15439, + "entin": 15440, + "adora": 15441, + "▁Лю": 15442, + "▁registered": 15443, + "HL": 15444, + "facebook": 15445, + "▁storing": 15446, + "▁Currently": 15447, + "▁quadr": 15448, + "Standard": 15449, + "trim": 15450, + "ears": 15451, + "sender": 15452, + "▁Vas": 15453, + "▁edific": 15454, + "▁Bür": 15455, + "▁Country": 15456, + "tha": 15457, + ";\"": 15458, + "nor": 15459, + "▁Doctor": 15460, + "rument": 15461, + "Gen": 15462, + "▁Buen": 15463, + "rade": 15464, + "▁kun": 15465, + "navigation": 15466, + "Pay": 15467, + "▁captured": 15468, + "▁struck": 15469, + "venir": 15470, + "ément": 15471, + "▁Tree": 15472, + "▁xx": 15473, + "▁narr": 15474, + "льного": 15475, + "▁installing": 15476, + "▁association": 15477, + "▁inserted": 15478, + "erner": 15479, + "validate": 15480, + "▁lut": 15481, + "▁glo": 15482, + "▁technology": 15483, + "▁Place": 15484, + "$?": 15485, + "▁zv": 15486, + "слі": 15487, + "EP": 15488, + "▁atmos": 15489, + "ugo": 15490, + "ért": 15491, + "▁Werk": 15492, + "▁%}": 15493, + "tele": 15494, + "Span": 15495, + "▁Raj": 15496, + "▁Personen": 15497, + "▁Cant": 15498, + "▁combat": 15499, + "▁observation": 15500, + "parameter": 15501, + "▁agreed": 15502, + "pur": 15503, + "▁shadow": 15504, + "▁gł": 15505, + "Keys": 15506, + "Cred": 15507, + "ouri": 15508, + "▁pale": 15509, + "ické": 15510, + "▁Week": 15511, + "▁Prime": 15512, + ">.": 15513, + "Initial": 15514, + "▁один": 15515, + "▁'',": 15516, + "▁учи": 15517, + "▁Inv": 15518, + "cola": 15519, + "cible": 15520, + "▁Theatre": 15521, + "▁bem": 15522, + "▁satisfy": 15523, + "xl": 15524, + "▁разви": 15525, + "▁pixel": 15526, + "lán": 15527, + "▁twee": 15528, + "çon": 15529, + "нения": 15530, + "▁AT": 15531, + "ège": 15532, + "▁Mort": 15533, + "▁mysq": 15534, + "ften": 15535, + "▁пес": 15536, + "éma": 15537, + "▁Services": 15538, + "customer": 15539, + "▁AWS": 15540, + "ът": 15541, + "▁Ach": 15542, + "%.": 15543, + "▁clarify": 15544, + "▁университе": 15545, + "xture": 15546, + "umi": 15547, + "▁så": 15548, + "▁Pel": 15549, + "serial": 15550, + "URI": 15551, + "▁rg": 15552, + "▁соста": 15553, + "chestra": 15554, + "].[": 15555, + "wen": 15556, + "▁Londres": 15557, + "▁anys": 15558, + "DataSource": 15559, + "▁районе": 15560, + "▁rein": 15561, + "▁metadata": 15562, + "umble": 15563, + "arbeit": 15564, + "hner": 15565, + "cient": 15566, + "▁norte": 15567, + "▁она": 15568, + "▁scored": 15569, + "▁ray": 15570, + "▁февра": 15571, + "▁protagon": 15572, + "▁Sac": 15573, + "▁commonly": 15574, + "LinearLayout": 15575, + "▁applic": 15576, + "▁мая": 15577, + "За": 15578, + "▁accessible": 15579, + "iewer": 15580, + "flag": 15581, + "▁Rück": 15582, + "äu": 15583, + "▁erano": 15584, + "▁authentic": 15585, + "▁Ry": 15586, + "▁неско": 15587, + "▁embargo": 15588, + "▁dry": 15589, + "▁reasonable": 15590, + "▁Module": 15591, + "▁acceler": 15592, + "▁interview": 15593, + "▁Creek": 15594, + "▁alpha": 15595, + "serie": 15596, + "They": 15597, + "ючи": 15598, + "▁Hof": 15599, + "▁CR": 15600, + "modal": 15601, + "▁sequences": 15602, + "closed": 15603, + ")}$": 15604, + "▁Чер": 15605, + "▁ORDER": 15606, + "Rightarrow": 15607, + "hausen": 15608, + "}}_": 15609, + "▁també": 15610, + "▁magnetic": 15611, + "▁McC": 15612, + "▁winning": 15613, + "underline": 15614, + "▁Billboard": 15615, + "naio": 15616, + "▁liqu": 15617, + "displaystyle": 15618, + "timeout": 15619, + "▁considerable": 15620, + "▁eben": 15621, + "ifferent": 15622, + "anu": 15623, + "▁Сов": 15624, + "[(": 15625, + "▁:-)": 15626, + "leitung": 15627, + "formed": 15628, + "▁Manager": 15629, + "▁onclick": 15630, + "TY": 15631, + "тах": 15632, + "CV": 15633, + "runtime": 15634, + "poque": 15635, + "▁Ло": 15636, + "Temp": 15637, + "loaded": 15638, + "▁!==": 15639, + "▁singer": 15640, + "far": 15641, + "▁Comple": 15642, + "▁Österreich": 15643, + "Policy": 15644, + "▁worker": 15645, + "Wrapper": 15646, + "obi": 15647, + "▁discussed": 15648, + "▁buy": 15649, + "▁января": 15650, + "▁Din": 15651, + "▁ged": 15652, + "ској": 15653, + "Europe": 15654, + "▁tall": 15655, + "hos": 15656, + "лаго": 15657, + "▁Block": 15658, + "▁identified": 15659, + "ListView": 15660, + "▁attempting": 15661, + "▁typical": 15662, + "psum": 15663, + "oster": 15664, + "▁журна": 15665, + "Pe": 15666, + "merce": 15667, + "▁unexpected": 15668, + "hui": 15669, + "letter": 15670, + "▁nuevo": 15671, + "▁або": 15672, + "▁VALUES": 15673, + "▁Iz": 15674, + "Flags": 15675, + "▁TRUE": 15676, + "ización": 15677, + "▁growing": 15678, + "estre": 15679, + "▁poly": 15680, + "▁Stone": 15681, + "▁VIII": 15682, + "▁localhost": 15683, + "ählt": 15684, + "▁embedded": 15685, + "jdbc": 15686, + "▁convention": 15687, + "▁scala": 15688, + "сок": 15689, + "▁analog": 15690, + "▁\"+": 15691, + "цю": 15692, + "occ": 15693, + "▁litt": 15694, + "PN": 15695, + "▁актив": 15696, + "attributes": 15697, + "▁Ferd": 15698, + "▁azure": 15699, + "ști": 15700, + "ños": 15701, + "ping": 15702, + "▁teacher": 15703, + "}&": 15704, + "ipe": 15705, + "▁Nob": 15706, + "▁има": 15707, + "Bind": 15708, + "▁magic": 15709, + "▁Transport": 15710, + "ixel": 15711, + "▁computed": 15712, + "agna": 15713, + "erst": 15714, + "HA": 15715, + "Wait": 15716, + "▁authors": 15717, + "▁;)": 15718, + "clam": 15719, + "▁Pennsylvan": 15720, + "▁drug": 15721, + "▁vain": 15722, + "▁employed": 15723, + "▁individuals": 15724, + "▁ange": 15725, + "utat": 15726, + "▁$-": 15727, + "correct": 15728, + "▁experiments": 15729, + "Argument": 15730, + "▁IB": 15731, + "▁père": 15732, + "▁Brian": 15733, + "berger": 15734, + "Mac": 15735, + "iast": 15736, + "Perm": 15737, + "Cast": 15738, + "▁{};": 15739, + "▁Student": 15740, + "▁statt": 15741, + "algebra": 15742, + "▁equals": 15743, + "▁projet": 15744, + "▁président": 15745, + "ActivityThread": 15746, + "▁einz": 15747, + "enia": 15748, + "rez": 15749, + "essional": 15750, + "▁августа": 15751, + "override": 15752, + "news": 15753, + "▁planet": 15754, + "nn": 15755, + "▁Wis": 15756, + "твер": 15757, + "▁Valid": 15758, + "▁Gef": 15759, + "град": 15760, + "▁eig": 15761, + "antom": 15762, + "▁Meister": 15763, + "flags": 15764, + "fficiale": 15765, + "шая": 15766, + "-,": 15767, + "ationen": 15768, + "mouse": 15769, + "standard": 15770, + "Single": 15771, + "▁bol": 15772, + "isis": 15773, + "▁fruit": 15774, + "course": 15775, + "itants": 15776, + "▁étaient": 15777, + "TextField": 15778, + "▁фон": 15779, + "▁aircraft": 15780, + "▁ISSN": 15781, + "▁western": 15782, + "▁representing": 15783, + "Esp": 15784, + "▁Else": 15785, + "▁sizes": 15786, + "▁satisfied": 15787, + "otos": 15788, + "UD": 15789, + "Final": 15790, + "ój": 15791, + "ève": 15792, + "▁Roy": 15793, + "ffen": 15794, + "▁salt": 15795, + "▁Label": 15796, + "Sk": 15797, + "▁кре": 15798, + "▁Литература": 15799, + "▁см": 15800, + "Attributes": 15801, + "aye": 15802, + "ськ": 15803, + "▁высо": 15804, + "-)": 15805, + "oses": 15806, + "calcul": 15807, + "▁Cannot": 15808, + "Generic": 15809, + "emo": 15810, + "▁Autor": 15811, + "лён": 15812, + "лага": 15813, + "vote": 15814, + "licates": 15815, + "rus": 15816, + "éli": 15817, + "opf": 15818, + "atique": 15819, + "scala": 15820, + "▁Ohio": 15821, + "▁Britann": 15822, + "▁bef": 15823, + "▁Евро": 15824, + "▁Career": 15825, + "isée": 15826, + "ót": 15827, + "bose": 15828, + "▁Бер": 15829, + "▁Controller": 15830, + "pole": 15831, + "▁allen": 15832, + "▁hack": 15833, + "▁extent": 15834, + "▁calci": 15835, + "Mer": 15836, + "▁summary": 15837, + "Mart": 15838, + "▁historical": 15839, + "imat": 15840, + "bud": 15841, + "▁FOR": 15842, + "export": 15843, + "edi": 15844, + "Mapping": 15845, + "▁Ay": 15846, + "▁Ruby": 15847, + "▁definitions": 15848, + "▁{$": 15849, + "▁yours": 15850, + "rias": 15851, + "Touch": 15852, + "▁Gaz": 15853, + "▁Autom": 15854, + "▁истори": 15855, + "▁delen": 15856, + "▁Kinder": 15857, + "}}%": 15858, + "▁performing": 15859, + "FR": 15860, + "▁Sig": 15861, + "▁Brad": 15862, + "bras": 15863, + "▁Jar": 15864, + "pkg": 15865, + "wr": 15866, + "▁Pays": 15867, + "NC": 15868, + "▁opposed": 15869, + "Try": 15870, + "▁везе": 15871, + "▁Bog": 15872, + "▁writes": 15873, + "▁stories": 15874, + "▁mater": 15875, + "▁stagione": 15876, + "▁sty": 15877, + "▁compatible": 15878, + "heast": 15879, + "▁Guy": 15880, + "egründ": 15881, + "▁identifier": 15882, + "▁heads": 15883, + "пози": 15884, + "▁stup": 15885, + "▁tf": 15886, + "▁још": 15887, + "▁Hugh": 15888, + "▁cards": 15889, + "ovy": 15890, + "▁Toast": 15891, + "allas": 15892, + "▁públic": 15893, + "▁assumes": 15894, + "▁чемпиона": 15895, + "ycler": 15896, + "▁Junior": 15897, + "▁Fich": 15898, + "▁estimated": 15899, + "zerw": 15900, + "dialog": 15901, + "шин": 15902, + "shell": 15903, + "▁них": 15904, + "▁pitch": 15905, + "дол": 15906, + "outube": 15907, + "▁Santi": 15908, + "OnClickListener": 15909, + "▁Magyar": 15910, + "▁vue": 15911, + "ião": 15912, + "▁`#": 15913, + "collect": 15914, + "▁Rou": 15915, + "analysis": 15916, + "istrzost": 15917, + "▁Digital": 15918, + "▁crist": 15919, + "riere": 15920, + "▁campo": 15921, + "Us": 15922, + "▁circa": 15923, + "▁Component": 15924, + "▁NSString": 15925, + "pd": 15926, + "▁prince": 15927, + "▁invoke": 15928, + "▁Marine": 15929, + "Allow": 15930, + "estic": 15931, + "ристи": 15932, + "bone": 15933, + "туры": 15934, + "▁passion": 15935, + "áció": 15936, + "▁orn": 15937, + "вед": 15938, + "▁invari": 15939, + "▁ні": 15940, + "Remove": 15941, + "encies": 15942, + "ilib": 15943, + "▁Director": 15944, + "\"\"": 15945, + "▁Conse": 15946, + "googleapis": 15947, + "ók": 15948, + "▁Укра": 15949, + "▁Having": 15950, + "Domain": 15951, + "ierz": 15952, + "нологи": 15953, + "Cho": 15954, + "undefined": 15955, + "alloc": 15956, + "▁pied": 15957, + "▁fraction": 15958, + "bia": 15959, + "▁поло": 15960, + "ugno": 15961, + "minister": 15962, + "▁principale": 15963, + "▁refused": 15964, + "browser": 15965, + "*,": 15966, + "▁Hospital": 15967, + "▁universal": 15968, + "▁Ernst": 15969, + "who": 15970, + "▁Gard": 15971, + "'_": 15972, + "conde": 15973, + "▁[{": 15974, + "sob": 15975, + "▁Crit": 15976, + "▁декабря": 15977, + "▁punto": 15978, + "▁eingesetzt": 15979, + "▁tör": 15980, + "▁Ni": 15981, + "▁worry": 15982, + "▁legend": 15983, + "▁були": 15984, + "▁komm": 15985, + "rijk": 15986, + "effect": 15987, + "Ori": 15988, + "RES": 15989, + "▁Peters": 15990, + "▁Baron": 15991, + "▁Got": 15992, + "▁honest": 15993, + "äre": 15994, + "ász": 15995, + "▁noble": 15996, + "▁conclusion": 15997, + "▁formatting": 15998, + "▁otto": 15999, + "▁deleg": 16000, + "мб": 16001, + "ptop": 16002, + "▁sends": 16003, + "urname": 16004, + "▁festival": 16005, + ",‎": 16006, + "рус": 16007, + "▁doch": 16008, + "subject": 16009, + "▁careful": 16010, + "quent": 16011, + "▁Load": 16012, + "temperaturen": 16013, + "▁rue": 16014, + "Memory": 16015, + "ța": 16016, + "iona": 16017, + "▁dentro": 16018, + "▁begann": 16019, + "▁Aqu": 16020, + "▁scientific": 16021, + "kań": 16022, + "лок": 16023, + "elde": 16024, + "▁Those": 16025, + "quier": 16026, + "actér": 16027, + "▁Auflage": 16028, + ")'": 16029, + "▁gradient": 16030, + "integer": 16031, + "▁Import": 16032, + "SK": 16033, + "▁Status": 16034, + "▁explo": 16035, + "AE": 16036, + "Shell": 16037, + "▁Paulo": 16038, + ".»": 16039, + "}'": 16299, + "havior": 16300, + "lei": 16301, + "ulf": 16302, + "▁geometry": 16303, + "prev": 16304, + "empl": 16305, + "▁Lé": 16306, + "anson": 16307, + "▁Alice": 16308, + "prototype": 16309, + "READ": 16310, + "icular": 16311, + "▁бі": 16312, + "▁deutsche": 16313, + "▁Represent": 16314, + "sites": 16315, + "▁Mean": 16316, + "▁diss": 16317, + "▁Zur": 16318, + "▁през": 16319, + "PAR": 16320, + "▁'#": 16321, + "▁Dra": 16322, + "сон": 16323, + "▁steht": 16324, + "markt": 16325, + "▁ease": 16326, + "Drawing": 16327, + "=%": 16328, + "Stop": 16329, + "▁serving": 16330, + "▁także": 16331, + "▁DNS": 16332, + "▁literal": 16333, + "Die": 16334, + "▁вос": 16335, + "▁senior": 16336, + "acion": 16337, + "▁ubuntu": 16338, + "▁Frankfurt": 16339, + "▁Sunday": 16340, + "áb": 16341, + "▁journey": 16342, + "issa": 16343, + "berry": 16344, + "▁sep": 16345, + "▁ion": 16346, + "wert": 16347, + "ország": 16348, + "serve": 16349, + "▁Milano": 16350, + "▁века": 16351, + "рах": 16352, + "▁июля": 16353, + "▁manera": 16354, + "▁stations": 16355, + "▁adopted": 16356, + "▁anybody": 16357, + "VERSION": 16358, + "FE": 16359, + "dorf": 16360, + "...,": 16361, + "▁образова": 16362, + "Logger": 16363, + "фициаль": 16364, + "WRITE": 16365, + "▁ham": 16366, + "▁Future": 16367, + "oten": 16368, + "▁AG": 16369, + "▁trained": 16370, + "▁Nich": 16371, + "▁university": 16372, + "▁Olympics": 16373, + "▁doit": 16374, + "▁cultural": 16375, + "Conf": 16376, + "▁Conference": 16377, + "orno": 16378, + "▁MP": 16379, + "▁bou": 16380, + "cin": 16381, + "High": 16382, + "annte": 16383, + "▁displaying": 16384, + "▁chapter": 16385, + "▁Frauen": 16386, + "▁realized": 16387, + "▁attempted": 16388, + "▁preferred": 16389, + "Dat": 16390, + "▁trouve": 16391, + "▁intention": 16392, + "▁Notice": 16393, + "timestamp": 16394, + "*(": 16395, + "▁Ша": 16396, + "anas": 16397, + "cla": 16398, + "isz": 16399, + "tbl": 16400, + "Arr": 16401, + "▁inverse": 16402, + "▁terrible": 16403, + "▁occupied": 16404, + "JAX": 16405, + "<-": 16406, + "▁Philosoph": 16407, + "▁Corps": 16408, + "builder": 16409, + "▁begins": 16410, + "▁census": 16411, + ".’": 16412, + "▁proven": 16413, + "metric": 16414, + "▁increases": 16415, + "wich": 16416, + "▁ABC": 16417, + "projects": 16418, + "▁Thor": 16419, + "▁confidence": 16420, + "▁ufficiale": 16421, + "elm": 16422, + "▁garden": 16423, + "▁robust": 16424, + "▁così": 16425, + "iedz": 16426, + "▁Islam": 16427, + "▁Address": 16428, + "▁divide": 16429, + "▁Eu": 16430, + "catal": 16431, + "detail": 16432, + "ependant": 16433, + "fg": 16434, + "▁bew": 16435, + "▁fis": 16436, + "▁BO": 16437, + "▁wsp": 16438, + "▁pipeline": 16439, + "hd": 16440, + "▁Session": 16441, + "länd": 16442, + "iveau": 16443, + "estr": 16444, + "▁particle": 16445, + "▁laravel": 16446, + "pic": 16447, + "▁nau": 16448, + "▁fins": 16449, + "▁Vil": 16450, + "▁fus": 16451, + "▁quasi": 16452, + "operation": 16453, + "▁aller": 16454, + "▁analy": 16455, + "▁Он": 16456, + "▁Mes": 16457, + "▁опера": 16458, + "▁handled": 16459, + "▁deprec": 16460, + "tto": 16461, + "▁Ek": 16462, + "▁stran": 16463, + "▁anglais": 16464, + "jure": 16465, + "▁Silver": 16466, + "▁closely": 16467, + "enkins": 16468, + "anos": 16469, + "sted": 16470, + "▁сентября": 16471, + "brand": 16472, + "ньо": 16473, + "▁présent": 16474, + "rok": 16475, + "mount": 16476, + "▁Anthony": 16477, + "▁Furthermore": 16478, + "inha": 16479, + "▁архи": 16480, + "▁разли": 16481, + "▁октября": 16482, + "▁pint": 16483, + "ný": 16484, + "pts": 16485, + "▁italien": 16486, + "▁реги": 16487, + "лез": 16488, + "дина": 16489, + "atherine": 16490, + "Internal": 16491, + "Question": 16492, + "▁settlement": 16493, + "▁Все": 16494, + "▁folders": 16495, + "дри": 16496, + "▁valor": 16497, + "▁Miller": 16498, + "▁Assert": 16499, + "▁patient": 16500, + "▁Nieder": 16501, + "▁EP": 16502, + "▁Agr": 16503, + "▁onde": 16504, + "▁scop": 16505, + "sequence": 16506, + "▁PL": 16507, + "▁seek": 16508, + "javase": 16509, + "▁Vector": 16510, + "▁ná": 16511, + "▁categoría": 16512, + "clone": 16513, + "NR": 16514, + "available": 16515, + "▁Besch": 16516, + "▁eclipse": 16517, + "wicklung": 16518, + "deploy": 16519, + "enie": 16520, + "▁\")": 16521, + "äst": 16522, + "▁sync": 16523, + "CODE": 16524, + "▁Че": 16525, + "▁floating": 16526, + "/`": 16527, + "▁retired": 16528, + "deb": 16529, + "▁particul": 16530, + "▁collected": 16531, + "▁downloaded": 16532, + "nice": 16533, + "▁Buffer": 16534, + "▁Account": 16535, + "▁maggio": 16536, + "▁реда": 16537, + "▁sales": 16538, + "▁statunitense": 16539, + "▁Ki": 16540, + "▁Ferr": 16541, + "Lock": 16542, + "▁Isabel": 16543, + "clar": 16544, + "▁pov": 16545, + "atra": 16546, + "▁Frau": 16547, + "▁sorting": 16548, + "▁phrase": 16549, + "▁апреля": 16550, + "▁деятель": 16551, + "▁André": 16552, + "definition": 16553, + "writing": 16554, + "éré": 16555, + "щу": 16556, + "▁Ord": 16557, + "▁rum": 16558, + "▁Turk": 16559, + "▁Ivan": 16560, + "theless": 16561, + "▁ги": 16562, + "▁sake": 16563, + "▁Based": 16564, + "deck": 16565, + "orus": 16566, + "▁tutti": 16567, + "▁blan": 16568, + "▁Пу": 16569, + "Detail": 16570, + "▁Но": 16571, + "▁Sky": 16572, + "▁près": 16573, + "мой": 16574, + "coln": 16575, + "ческой": 16576, + "eti": 16577, + "▁arrow": 16578, + "▁Cha": 16579, + "chmark": 16580, + "œur": 16581, + "fab": 16582, + "куль": 16583, + "GridView": 16584, + "▁Background": 16585, + "sn": 16586, + "▁seguito": 16587, + "▁nic": 16588, + "cou": 16589, + "тів": 16590, + "▁bzw": 16591, + "addEventListener": 16592, + "sync": 16593, + "azzo": 16594, + "abstract": 16595, + "assets": 16596, + "▁Dru": 16597, + "зд": 16598, + "ordnet": 16599, + "▁bigger": 16600, + "▁initialized": 16601, + "каз": 16602, + "ogene": 16603, + "viously": 16604, + "▁guid": 16605, + "scheidung": 16606, + "▁Zent": 16607, + "▁frames": 16608, + "rieben": 16609, + "▁issued": 16610, + "▁dow": 16611, + "▁describes": 16612, + "ilst": 16613, + "▁criteria": 16614, + "▁gentleman": 16615, + "Basic": 16616, + "nez": 16617, + "Dev": 16618, + "Move": 16619, + "▁estaba": 16620, + "▁settembre": 16621, + "circle": 16622, + "▁fais": 16623, + "▁myst": 16624, + "▁archiv": 16625, + "dynamic": 16626, + "jà": 16627, + "itas": 16628, + "▁який": 16629, + "▁dor": 16630, + "▁Amazon": 16631, + "▁neces": 16632, + "▁Marcel": 16633, + "▁ella": 16634, + "рок": 16635, + "▁Pennsylvania": 16636, + "cular": 16637, + "Pack": 16638, + "itage": 16639, + "▁Burn": 16640, + "▁RO": 16641, + "▁они": 16642, + "~$": 16643, + "TeX": 16644, + "assign": 16645, + "▁beat": 16646, + "idense": 16647, + "acent": 16648, + "Alert": 16649, + "▁strateg": 16650, + "▁månaden": 16651, + "LOC": 16652, + "▁catalog": 16653, + "printStackTrace": 16654, + "()).": 16655, + "usted": 16656, + "▁Framework": 16657, + "ECK": 16658, + "▁até": 16659, + "Framework": 16660, + "▁attacks": 16661, + "▁Bert": 16662, + "▁тран": 16663, + ":%": 16664, + "arsi": 16665, + "notation": 16666, + "▁logical": 16667, + "weet": 16668, + "▁visited": 16669, + "bru": 16670, + "▁surprise": 16671, + "^^": 16672, + "inale": 16673, + "remote": 16674, + "'},": 16675, + "Syntax": 16676, + "iane": 16677, + "onnen": 16678, + "▁breaking": 16679, + "parser": 16680, + "apk": 16681, + "▁Miguel": 16682, + "▁§": 16683, + "▁acting": 16684, + "▁gebru": 16685, + "AtIndex": 16686, + "ються": 16687, + "▁offers": 16688, + "▁prac": 16689, + "▁grant": 16690, + "ternoon": 16691, + "▁acquired": 16692, + "▁Ny": 16693, + "▁comma": 16694, + "ník": 16695, + "▁Step": 16696, + "inners": 16697, + "▁SA": 16698, + "▁wat": 16699, + "days": 16700, + "▁rectangle": 16701, + "dar": 16702, + "▁trac": 16703, + "▁Indones": 16704, + "▁feedback": 16705, + "▁breaks": 16706, + "partition": 16707, + "icans": 16708, + "▁Notices": 16709, + "▁improved": 16710, + "phan": 16711, + "▁differential": 16712, + "scripts": 16713, + "▁XIII": 16714, + "▁Labor": 16715, + "▁precision": 16716, + "▁seed": 16717, + "bundle": 16718, + "idents": 16719, + "hre": 16720, + "▁Douglas": 16721, + "uld": 16722, + "▁secondary": 16723, + "▁brig": 16724, + "▁confirmed": 16725, + "▁claims": 16726, + "Role": 16727, + "▁Jewish": 16728, + "▁před": 16729, + "▁hotel": 16730, + "▁compte": 16731, + "▁recursive": 16732, + "](#)": 16733, + "▁rotate": 16734, + "▁chrome": 16735, + "inea": 16736, + "%;\r": 16737, + "▁Environment": 16738, + "platz": 16739, + "▁Single": 16740, + "▁sevent": 16741, + "▁posting": 16742, + "▁dealing": 16743, + "parameters": 16744, + "граф": 16745, + "Authentication": 16746, + "touch": 16747, + "Az": 16748, + "▁gray": 16749, + "encing": 16750, + "boldmath": 16751, + "▁сайте": 16752, + "▁Za": 16753, + "anje": 16754, + "▁polar": 16755, + "▁ули": 16756, + "kil": 16757, + "▁hover": 16758, + "▁REST": 16759, + "▁Come": 16760, + "jb": 16761, + "▁Georgia": 16762, + "▁Estado": 16763, + "OutputStream": 16764, + "ћи": 16765, + "▁dump": 16766, + "▁Age": 16767, + "▁swo": 16768, + "mobile": 16769, + "occup": 16770, + "шего": 16771, + "▁constitution": 16772, + "good": 16773, + "aku": 16774, + "▁анг": 16775, + "ieck": 16776, + "▁Psych": 16777, + "▁roots": 16778, + "▁vest": 16779, + "▁годах": 16780, + "▁República": 16781, + "▁pian": 16782, + "igration": 16783, + "▁préc": 16784, + "▁generates": 16785, + "LY": 16786, + "(`": 16787, + "▁=~": 16788, + "шения": 16789, + "▁Rah": 16790, + "▁connecting": 16791, + "ží": 16792, + "▁fő": 16793, + "▁appel": 16794, + "▁Railway": 16795, + "гли": 16796, + "▁développ": 16797, + "▁apo": 16798, + "fran": 16799, + "▁immediate": 16800, + "вого": 16801, + "Runner": 16802, + "äg": 16803, + "Something": 16804, + "▁généra": 16805, + "EventArgs": 16806, + "inction": 16807, + "gly": 16808, + "▁Due": 16809, + "▁prost": 16810, + "▁referring": 16811, + "▁jog": 16812, + "▁executable": 16813, + "▁Dream": 16814, + "acs": 16815, + "▁Cole": 16816, + "ampf": 16817, + "▁Bis": 16818, + "▁июня": 16819, + "lieder": 16820, + "тек": 16821, + "▁vb": 16822, + "▁mom": 16823, + "▁:(": 16824, + "▁dernier": 16825, + "'=>": 16826, + "▁этого": 16827, + "▁neue": 16828, + "▁Ча": 16829, + "▁weitere": 16830, + "▁alleg": 16831, + "▁reality": 16832, + "▁judge": 16833, + "▁Balt": 16834, + "▁thin": 16835, + "▁Ged": 16836, + "ieval": 16837, + "mx": 16838, + "ціональ": 16839, + "▁выпу": 16840, + "▁IX": 16841, + "▁blind": 16842, + "▁Motor": 16843, + "▁ша": 16844, + "▁approximation": 16845, + "dam": 16846, + "▁fog": 16847, + "кор": 16848, + "▁Writ": 16849, + "▁ling": 16850, + "▁писа": 16851, + "▁Mars": 16852, + "otti": 16853, + "Enum": 16854, + "▁Trib": 16855, + "▁merc": 16856, + "zung": 16857, + "vanced": 16858, + "cfg": 16859, + "нах": 16860, + "schen": 16861, + "\"].": 16862, + "bek": 16863, + "▁ster": 16864, + "jp": 16865, + "▁Rap": 16866, + "▁recording": 16867, + "▁peint": 16868, + "▁lets": 16869, + "änge": 16870, + ">\";": 16871, + "▁місце": 16872, + "▁caval": 16873, + "▁CSV": 16874, + "▁entstand": 16875, + "▁helper": 16876, + "endet": 16877, + "▁Gram": 16878, + "▁Diego": 16879, + "▁Bishop": 16880, + "TAG": 16881, + "▁ecc": 16882, + "▁Een": 16883, + "▁AV": 16884, + "City": 16885, + "▁Guide": 16886, + "hind": 16887, + "rical": 16888, + "▁Основ": 16889, + "Bus": 16890, + "▁zunächst": 16891, + "▁tick": 16892, + "▁Colonel": 16893, + "Thanks": 16894, + "▁ferm": 16895, + "▁granted": 16896, + "▁threshold": 16897, + "omorphic": 16898, + "▁Hun": 16899, + "enis": 16900, + "▁прав": 16901, + "▁які": 16902, + "PG": 16903, + "▁ws": 16904, + "▁technical": 16905, + "estro": 16906, + "klär": 16907, + "vars": 16908, + "ocrat": 16909, + "▁општи": 16910, + "onso": 16911, + "iba": 16912, + "▁Save": 16913, + "▁programa": 16914, + "▁въ": 16915, + "▁invån": 16916, + ">()": 16917, + "▁mejor": 16918, + "▁слова": 16919, + "▁replacement": 16920, + "▁impr": 16921, + "▁Francesco": 16922, + "▁Hotel": 16923, + "▁UPDATE": 16924, + "▁музы": 16925, + "ugs": 16926, + "vard": 16927, + "▁faz": 16928, + "inton": 16929, + "▁arts": 16930, + "▁Ky": 16931, + "▁Ils": 16932, + "▁sera": 16933, + "▁Volume": 16934, + "▁giugno": 16935, + "▁asym": 16936, + "▁Pir": 16937, + "▁NAS": 16938, + "▁Tam": 16939, + "ěl": 16940, + "Sequ": 16941, + "kmal": 16942, + "▁Eins": 16943, + "▁компа": 16944, + "obe": 16945, + "oor": 16946, + "▁heap": 16947, + "ctl": 16948, + "▁separately": 16949, + "reader": 16950, + "▁significantly": 16951, + "▁Lag": 16952, + "notes": 16953, + "▁sele": 16954, + "▁dedicated": 16955, + "▁Host": 16956, + "choice": 16957, + "wing": 16958, + "▁Titel": 16959, + "▁befindet": 16960, + "large": 16961, + "▁conten": 16962, + "JavaScript": 16963, + "▁deser": 16964, + "▁Gordon": 16965, + "спе": 16966, + "▁patri": 16967, + "▁Random": 16968, + "▁Returns": 16969, + "ым": 16970, + "рома": 16971, + "▁Studies": 16972, + "Sl": 16973, + "▁frü": 16974, + "TEXT": 16975, + "inate": 16976, + "▁Tol": 16977, + "▁everywhere": 16978, + "arta": 16979, + "▁orbit": 16980, + "▁Aires": 16981, + "▁Iss": 16982, + "▁też": 16983, + "▁diverse": 16984, + "▁numeric": 16985, + "maz": 16986, + "▁mise": 16987, + "▁battery": 16988, + "▁Akadem": 16989, + "нение": 16990, + "▁simultane": 16991, + "▁Dead": 16992, + "▁clust": 16993, + "▁otro": 16994, + "▁cerca": 16995, + "()`,": 16996, + "roz": 16997, + "ăt": 16998, + "▁MO": 16999, + "riften": 17000, + "important": 17001, + "▁jeho": 17002, + "▁findViewById": 17003, + "▁consequence": 17004, + "▁measured": 17005, + "ishes": 17006, + "▁sze": 17007, + "iendo": 17008, + "▁Wahl": 17009, + "strip": 17010, + "ARD": 17011, + "▁opacity": 17012, + "WORD": 17013, + "▁Ві": 17014, + "▁Location": 17015, + "rai": 17016, + "пен": 17017, + "▁rif": 17018, + "aussian": 17019, + "FileName": 17020, + "▁disco": 17021, + "ilen": 17022, + "▁vagy": 17023, + "licity": 17024, + "Border": 17025, + "▁Track": 17026, + "бом": 17027, + "fact": 17028, + "oka": 17029, + "▁gior": 17030, + "▁XVII": 17031, + "▁där": 17032, + "Site": 17033, + "ało": 17034, + "ská": 17035, + "▁pixels": 17036, + "vity": 17037, + "jQuery": 17038, + "▁sculpt": 17039, + "▁cargo": 17040, + "▁directive": 17041, + "▁wal": 17042, + "▁conna": 17043, + "▁Through": 17044, + "▁этом": 17045, + "Static": 17046, + "omsnitt": 17047, + "▁rund": 17048, + "▁claimed": 17049, + "зня": 17050, + "sha": 17051, + "▁rag": 17052, + "crement": 17053, + "▁fünf": 17054, + "▁rival": 17055, + "rin": 17056, + "slash": 17057, + "▁thirty": 17058, + "sleep": 17059, + "ологи": 17060, + "SM": 17061, + "gate": 17062, + "izations": 17063, + "vik": 17064, + "▁bless": 17065, + "▁Illinois": 17066, + "▁TE": 17067, + "uting": 17068, + "▁solving": 17069, + "GER": 17070, + "▁XIV": 17071, + "▁Indians": 17072, + "express": 17073, + "▁Heil": 17074, + "▁mujer": 17075, + "▁invånare": 17076, + "']);": 17077, + "▁aur": 17078, + "boost": 17079, + "GO": 17080, + "▁nin": 17081, + "tok": 17082, + "god": 17083, + "oter": 17084, + ")$$": 17085, + "▁descend": 17086, + "рю": 17087, + "▁Language": 17088, + "▁diver": 17089, + "▁Assuming": 17090, + "▁frequent": 17091, + "чні": 17092, + "▁Biography": 17093, + ",[": 17094, + "urm": 17095, + "▁walked": 17096, + "▁federal": 17097, + "▁Michigan": 17098, + "▁facts": 17099, + "▁Integr": 17100, + "LES": 17101, + "▁Alan": 17102, + "▁coup": 17103, + "Ber": 17104, + "▁particles": 17105, + "ће": 17106, + "Inflater": 17107, + "+(": 17108, + "Bound": 17109, + "▁Sü": 17110, + "Audio": 17111, + "citet": 17112, + "yect": 17113, + "▁nr": 17114, + "xe": 17115, + "▁Brun": 17116, + "▁_,": 17117, + "avor": 17118, + "▁discipl": 17119, + "alm": 17120, + "▁ноября": 17121, + "▁SSL": 17122, + "▁Kaiser": 17123, + "▁recher": 17124, + "ygon": 17125, + "▁regardless": 17126, + "▁configur": 17127, + "▁unnecess": 17128, + "▁Clark": 17129, + "PHP": 17130, + "▁FALSE": 17131, + "▁pad": 17132, + "$}": 17133, + "▁valu": 17134, + "▁disease": 17135, + "▁maior": 17136, + "▁hommes": 17137, + "▁Edition": 17138, + "slant": 17139, + "▁ending": 17140, + "▁settled": 17141, + "urus": 17142, + "hed": 17143, + "Pattern": 17144, + "▁година": 17145, + "▁Philadel": 17146, + "tikzpicture": 17147, + "▁coal": 17148, + "▁sede": 17149, + "▁satisfies": 17150, + "▁trim": 17151, + "▁bat": 17152, + "▁américain": 17153, + "▁luglio": 17154, + "▁поча": 17155, + "ffff": 17156, + "▁Target": 17157, + "generate": 17158, + "▁Zie": 17159, + "ția": 17160, + "▁gard": 17161, + "▁workers": 17162, + "▁Job": 17163, + "▁urban": 17164, + "ahlen": 17165, + "▁Building": 17166, + "▁neu": 17167, + "▁chron": 17168, + "▁Earl": 17169, + "gro": 17170, + "USE": 17171, + "▁XII": 17172, + "▁wealth": 17173, + "inae": 17174, + "▁Бра": 17175, + "▁libert": 17176, + "iros": 17177, + ":$": 17178, + "lee": 17179, + "ieves": 17180, + "▁Justice": 17181, + "▁oil": 17182, + "▁Athlet": 17183, + "▁clo": 17184, + "Scale": 17185, + "▁lips": 17186, + "▁april": 17187, + "▁impression": 17188, + "▁perce": 17189, + "▁участи": 17190, + "vil": 17191, + "éch": 17192, + "▁equality": 17193, + "▁мет": 17194, + "▁annotation": 17195, + "ernal": 17196, + "▁Mach": 17197, + "▁intitul": 17198, + "problem": 17199, + "ющих": 17200, + "oplus": 17201, + "▁thousands": 17202, + "▁calculations": 17203, + "umps": 17204, + "▁triangle": 17205, + "phal": 17206, + "▁Dorf": 17207, + "▁dollars": 17208, + "▁denen": 17209, + "lès": 17210, + "olid": 17211, + "▁Results": 17212, + "▁Stadium": 17213, + "▁Desp": 17214, + "▁Eisen": 17215, + "imir": 17216, + "▁sotto": 17217, + "▁či": 17218, + "atable": 17219, + "orum": 17220, + "▁convergence": 17221, + "▁jeune": 17222, + "oking": 17223, + "▁живо": 17224, + "aining": 17225, + "pointer": 17226, + "culo": 17227, + "▁jsou": 17228, + "▁grab": 17229, + "akte": 17230, + "▁hoping": 17231, + "▁Mak": 17232, + "▁sag": 17233, + "origine": 17234, + "▁послед": 17235, + "▁Veg": 17236, + "▁theoret": 17237, + "▁Tru": 17238, + "nement": 17239, + "▁faces": 17240, + "Hor": 17241, + "Join": 17242, + "arel": 17243, + "▁около": 17244, + "However": 17245, + "▁catal": 17246, + "bourg": 17247, + "▁mysqli": 17248, + "acions": 17249, + "▁Initial": 17250, + "▁rain": 17251, + "iture": 17252, + "▁Sciences": 17253, + "▁Kreis": 17254, + ".__": 17255, + "▁cinq": 17256, + "▁Auß": 17257, + "ithmet": 17258, + "itors": 17259, + "amazon": 17260, + "▁gap": 17261, + "▁ignored": 17262, + "adv": 17263, + "кої": 17264, + "▁часть": 17265, + "▁corpor": 17266, + "цер": 17267, + "▁crime": 17268, + "uous": 17269, + "▁налази": 17270, + "DataFrame": 17271, + "води": 17272, + "Ign": 17273, + "▁Lincoln": 17274, + "▁menos": 17275, + "▁Luft": 17276, + "▁Lind": 17277, + "▁Cook": 17278, + "▁materials": 17279, + "apped": 17280, + "ignore": 17281, + "▁откры": 17282, + "fried": 17283, + "▁gouvernement": 17284, + "▁fired": 17285, + "▁screenshot": 17286, + "сен": 17287, + "▁[(": 17288, + "▁организа": 17289, + "Graphics": 17290, + "▁проти": 17291, + "▁phen": 17292, + "craft": 17293, + "▁brain": 17294, + "▁Como": 17295, + "▁Everything": 17296, + "anes": 17297, + "IGN": 17298, + "▁nederbörd": 17299, + "▁Forest": 17300, + "zahl": 17301, + "▁Among": 17302, + "Qt": 17303, + "▁togg": 17304, + "▁variant": 17305, + "▁hill": 17306, + "писи": 17307, + "colon": 17308, + "▁dicembre": 17309, + "гор": 17310, + "▁Wind": 17311, + "ünstler": 17312, + "▁=\\": 17313, + "saved": 17314, + "▁nej": 17315, + "unte": 17316, + "utto": 17317, + "▁recens": 17318, + "▁sick": 17319, + "▁desen": 17320, + "UST": 17321, + "▁worst": 17322, + "▁Angel": 17323, + "odox": 17324, + "▁Province": 17325, + "▁Maz": 17326, + "▁agreement": 17327, + "▁Bass": 17328, + "▁segunda": 17329, + "onces": 17330, + "▁Linki": 17331, + "▁CL": 17332, + "▁já": 17333, + "itement": 17334, + "▁área": 17335, + "▁scalar": 17336, + "▁Рес": 17337, + "awt": 17338, + "sieme": 17339, + "▁juni": 17340, + "▁худож": 17341, + "ikus": 17342, + "▁lid": 17343, + "ppel": 17344, + "avi": 17345, + "▁balance": 17346, + "ipping": 17347, + "cussion": 17348, + "ческих": 17349, + "(\".": 17350, + "Also": 17351, + "▁whis": 17352, + "HOME": 17353, + "▁brown": 17354, + "▁día": 17355, + "▁può": 17356, + "plotlib": 17357, + "▁Jahrhunderts": 17358, + "DK": 17359, + "▁anchor": 17360, + "...]": 17361, + "▁Austria": 17362, + "▁marca": 17363, + "▁gez": 17364, + "iously": 17365, + "▁lazy": 17366, + "xa": 17367, + "▁Channel": 17368, + "▁neuen": 17369, + "das": 17370, + "▁searched": 17371, + "▁staat": 17372, + "▁Так": 17373, + "▁Josef": 17374, + "▁Sher": 17375, + "pois": 17376, + "▁enem": 17377, + "▁accessing": 17378, + "▁неко": 17379, + "▁furono": 17380, + "▁pseudo": 17381, + "?>": 17382, + "▁estadoun": 17383, + "▁Види": 17384, + "▁motiv": 17385, + "▁recall": 17386, + "isson": 17387, + "ób": 17388, + ")--": 17389, + "▁Erz": 17390, + "▁савез": 17391, + "Direct": 17392, + "соб": 17393, + "▁sho": 17394, + "völker": 17395, + "Ap": 17396, + "gens": 17397, + "ништво": 17398, + "▁Amsterdam": 17399, + "usk": 17400, + "пло": 17401, + "▁simulation": 17402, + "▁BC": 17403, + "▁Woj": 17404, + "autom": 17405, + "Alex": 17406, + "▁economic": 17407, + "гом": 17408, + "ikai": 17409, + "▁altre": 17410, + "▁'-": 17411, + "▁Weg": 17412, + "NotFound": 17413, + "йской": 17414, + "▁converting": 17415, + "phabet": 17416, + "atrice": 17417, + "bourne": 17418, + "alom": 17419, + "▁comparing": 17420, + "▁Zo": 17421, + "▁fla": 17422, + "вая": 17423, + "▁entra": 17424, + "▁charset": 17425, + "developers": 17426, + "ística": 17427, + "}>": 17428, + "▁Jazz": 17429, + "▁Howard": 17430, + "шта": 17431, + "▁clone": 17432, + "door": 17433, + "▁Pin": 17434, + "***": 17435, + "▁silent": 17436, + "ecycle": 17437, + "isce": 17438, + "▁mud": 17439, + "▁Display": 17440, + "▁lip": 17441, + "▁использова": 17442, + "▁characteristic": 17443, + "▁sb": 17444, + "firebase": 17445, + "▁Bew": 17446, + "Calendar": 17447, + "▁uso": 17448, + "èse": 17449, + "▁Rat": 17450, + "▁esper": 17451, + "▁throwing": 17452, + "▁rodz": 17453, + "▁yards": 17454, + "▁grass": 17455, + "▁marker": 17456, + "▁Kos": 17457, + "Theta": 17458, + "▁organis": 17459, + "kernel": 17460, + "▁personas": 17461, + "keep": 17462, + "▁exclaimed": 17463, + "oslav": 17464, + "▁Entertain": 17465, + "нер": 17466, + "▁inwon": 17467, + "▁Rand": 17468, + "reduce": 17469, + "fac": 17470, + "expression": 17471, + "yj": 17472, + "▁differenti": 17473, + "aglia": 17474, + "▁templates": 17475, + "▁mű": 17476, + "▁prv": 17477, + "▁mois": 17478, + "▁gewann": 17479, + "▁була": 17480, + "bibli": 17481, + "demo": 17482, + "▁Anderson": 17483, + "▁ред": 17484, + "▁porque": 17485, + "▁Pologne": 17486, + "▁trip": 17487, + "▁exemple": 17488, + "▁Internacional": 17489, + "▁као": 17490, + "Insert": 17491, + "general": 17492, + "SESSION": 17493, + "berga": 17494, + "hält": 17495, + "unas": 17496, + "мира": 17497, + "▁yields": 17498, + "mapsto": 17499, + "spot": 17500, + "▁+\\": 17501, + "лла": 17502, + "▁precisely": 17503, + "▁член": 17504, + "shadow": 17505, + "Are": 17506, + "unal": 17507, + "▁dispar": 17508, + "▁título": 17509, + "nest": 17510, + "▁Low": 17511, + "▁prot": 17512, + "▁Costa": 17513, + "named": 17514, + "▁gained": 17515, + "lesia": 17516, + "▁administration": 17517, + "Import": 17518, + "branch": 17519, + "▁sympath": 17520, + "voj": 17521, + "▁EC": 17522, + "▁municipio": 17523, + "▁animated": 17524, + "▁directories": 17525, + "▁roof": 17526, + "ząd": 17527, + "imet": 17528, + "proto": 17529, + "bla": 17530, + ":]": 17531, + "have": 17532, + "atem": 17533, + "▁ns": 17534, + "▁sector": 17535, + "three": 17536, + "owane": 17537, + "wers": 17538, + "ових": 17539, + "rence": 17540, + "▁extr": 17541, + "igten": 17542, + "▁occident": 17543, + "ță": 17544, + "▁eat": 17545, + "▁hydro": 17546, + "ubernetes": 17547, + "[@": 17548, + "▁Moon": 17549, + "▁Sho": 17550, + "▁elsewhere": 17551, + "üller": 17552, + "Upload": 17553, + "ланд": 17554, + "▁För": 17555, + "wissenschaft": 17556, + "KS": 17557, + "▁physics": 17558, + "tz": 17559, + "▁серед": 17560, + "▁Arbeit": 17561, + "▁мест": 17562, + "▁Gebiet": 17563, + "▁insect": 17564, + "Ah": 17565, + "izado": 17566, + "▁temple": 17567, + "▁annual": 17568, + "stad": 17569, + "▁habitat": 17570, + "▁AB": 17571, + "wort": 17572, + "▁repos": 17573, + "▁Neu": 17574, + "▁$(\".": 17575, + "Vorlage": 17576, + "▁reprezent": 17577, + "estanden": 17578, + "Intern": 17579, + ".`": 17580, + "▁failing": 17581, + "▁Material": 17582, + "▁effectively": 17583, + "телем": 17584, + "▁гла": 17585, + "▁nahm": 17586, + "▁differently": 17587, + "extension": 17588, + "▁Verm": 17589, + "enabled": 17590, + "configure": 17591, + "nio": 17592, + "ciones": 17593, + "▁Beach": 17594, + "сона": 17595, + "▁copying": 17596, + "▁україн": 17597, + "▁призна": 17598, + "zh": 17599, + "Desktop": 17600, + "▁sost": 17601, + "▁subsequently": 17602, + "▁Lehr": 17603, + "▁ó": 17604, + "lär": 17605, + "odor": 17606, + "phon": 17607, + "nc": 17608, + "iterator": 17609, + "▁эти": 17610, + "▁europé": 17611, + "▁Toronto": 17612, + "ódigo": 17613, + "▁posto": 17614, + "ffe": 17615, + "▁crew": 17616, + "▁Schwar": 17617, + "Sa": 17618, + "square": 17619, + "▁beside": 17620, + "▁Мі": 17621, + "▁ath": 17622, + "▁advent": 17623, + "cji": 17624, + "written": 17625, + "▁russ": 17626, + "rost": 17627, + "HI": 17628, + "▁dice": 17629, + "cca": 17630, + "▁dép": 17631, + "ply": 17632, + "bigg": 17633, + "ział": 17634, + "ütt": 17635, + "▁одно": 17636, + "JECT": 17637, + "ському": 17638, + "nos": 17639, + "mock": 17640, + "Launch": 17641, + "same": 17642, + "▁jobs": 17643, + "▁widely": 17644, + "▁defines": 17645, + "▁Pse": 17646, + "▁neighbour": 17647, + "ющие": 17648, + "▁closer": 17649, + "▁располо": 17650, + "▁clubs": 17651, + "fly": 17652, + "шим": 17653, + "▁suffered": 17654, + "▁nar": 17655, + "▁lavor": 17656, + "Extension": 17657, + "itionally": 17658, + "▁grace": 17659, + "▁Campeonato": 17660, + "▁Christmas": 17661, + "middle": 17662, + "othek": 17663, + "elements": 17664, + "▁sondern": 17665, + "▁tarde": 17666, + "▁permanent": 17667, + "▁conclude": 17668, + "Seg": 17669, + "▁акаде": 17670, + "}\",": 17671, + "▁февраля": 17672, + "řed": 17673, + "▁IL": 17674, + "jud": 17675, + "▁USS": 17676, + "▁Nature": 17677, + "ifference": 17678, + "Serializer": 17679, + "▁twelve": 17680, + "tid": 17681, + "мия": 17682, + "ческого": 17683, + "▁calendar": 17684, + "concat": 17685, + "▁intersection": 17686, + "▁PA": 17687, + "azure": 17688, + "▁située": 17689, + "▁kinds": 17690, + "▁ausge": 17691, + "▁rural": 17692, + "Theme": 17693, + "▁tale": 17694, + "noindent": 17695, + "going": 17696, + "rx": 17697, + "agi": 17698, + "wrapper": 17699, + "▁Coast": 17700, + "mbH": 17701, + "▁перед": 17702, + "spre": 17703, + "▁}\\": 17704, + "▁LI": 17705, + "znam": 17706, + "itled": 17707, + "Sample": 17708, + "uliar": 17709, + "*\\": 17710, + "▁resistance": 17711, + "stock": 17712, + "ked": 17713, + "▁HE": 17714, + "▁possession": 17715, + "▁Ring": 17716, + "▁magyar": 17717, + "outs": 17718, + "▁Secretary": 17719, + "nde": 17720, + "▁Wald": 17721, + "-(": 17722, + "▁ISO": 17723, + "▁afternoon": 17724, + "ionen": 17725, + "▁stops": 17726, + "▁constants": 17727, + "guard": 17728, + "bow": 17729, + "▁ers": 17730, + "▁Firebase": 17731, + "▁Clear": 17732, + "▁Holy": 17733, + "Win": 17734, + "▁titles": 17735, + "▁трав": 17736, + "▁contrib": 17737, + "häng": 17738, + "▁photograph": 17739, + "▁Distribution": 17740, + "ifts": 17741, + "▁aunque": 17742, + "comb": 17743, + "ADD": 17744, + "▁publication": 17745, + "▁служ": 17746, + "▁кня": 17747, + "▁ayant": 17748, + "▁restore": 17749, + "▁belief": 17750, + "▁vég": 17751, + "▁extensions": 17752, + "▁decom": 17753, + "вший": 17754, + "WT": 17755, + "▁parti": 17756, + "▁gioc": 17757, + "▁мира": 17758, + "▁issu": 17759, + "pipe": 17760, + "▁props": 17761, + "▁willing": 17762, + "▁nest": 17763, + "aso": 17764, + "pot": 17765, + "▁handles": 17766, + "▁фо": 17767, + "▁moder": 17768, + "▁ebenfalls": 17769, + "▁fighting": 17770, + "umbn": 17771, + "▁transparent": 17772, + "▁Krist": 17773, + "▁homes": 17774, + "▁voyage": 17775, + "Failed": 17776, + "▁Bird": 17777, + "▁Heart": 17778, + "Counter": 17779, + "▁Scottish": 17780, + "ática": 17781, + "▁arbeit": 17782, + "^{-\\": 17783, + "▁Sor": 17784, + "▁engaged": 17785, + "▁aside": 17786, + "▁Fou": 17787, + "▁wiel": 17788, + "▁reconst": 17789, + "ousin": 17790, + "▁hosted": 17791, + "▁classe": 17792, + "▁contest": 17793, + "...\"": 17794, + "мом": 17795, + "▁bean": 17796, + "gem": 17797, + "▁consultato": 17798, + "▁bio": 17799, + "▁subjects": 17800, + "boBox": 17801, + "▁Schrift": 17802, + "▁dinner": 17803, + "ăr": 17804, + "▁równ": 17805, + "▁%%": 17806, + "bage": 17807, + "▁veröff": 17808, + "▁detected": 17809, + "ienn": 17810, + "rose": 17811, + "▁Ton": 17812, + "Complete": 17813, + "▁proto": 17814, + "ichts": 17815, + "STAT": 17816, + "Checked": 17817, + "▁inten": 17818, + "▁smile": 17819, + "▁strip": 17820, + "neut": 17821, + "');\r": 17822, + "four": 17823, + "▁todas": 17824, + "Controls": 17825, + "▁thorough": 17826, + "rup": 17827, + "▁држави": 17828, + "ită": 17829, + "Protocol": 17830, + "Ка": 17831, + "▁expanded": 17832, + "extra": 17833, + "oport": 17834, + "▁Станов": 17835, + "leases": 17836, + "▁notion": 17837, + "▁guest": 17838, + "▁Islands": 17839, + "icked": 17840, + "▁Dave": 17841, + "▁reflection": 17842, + "liv": 17843, + "ální": 17844, + "▁revealed": 17845, + "▁sog": 17846, + "▁Tax": 17847, + "▁periodo": 17848, + "▁Weltkrie": 17849, + "catalina": 17850, + "qué": 17851, + "▁Father": 17852, + "▁Bir": 17853, + "expect": 17854, + "▁regression": 17855, + "iné": 17856, + "▁dabei": 17857, + "perm": 17858, + "мене": 17859, + "▁Abd": 17860, + "▁CF": 17861, + "arks": 17862, + "resolve": 17863, + "wedge": 17864, + "▁initialization": 17865, + "▁Véase": 17866, + "▁приня": 17867, + "stmt": 17868, + "▁income": 17869, + "MY": 17870, + "▁odkazy": 17871, + "▁Siehe": 17872, + "▁bodies": 17873, + "▁soc": 17874, + "Random": 17875, + "▁senza": 17876, + "ablo": 17877, + "▁regarded": 17878, + "onCreate": 17879, + "▁Magazine": 17880, + "▁Raf": 17881, + "▁Buenos": 17882, + "ил": 17883, + ")));": 17884, + "capt": 17885, + "redirect": 17886, + "▁petit": 17887, + "▁farm": 17888, + "▁rôle": 17889, + "▁статьи": 17890, + "    ": 17891, + "subfigure": 17892, + "èces": 17893, + "ziel": 17894, + "▁окон": 17895, + "EE": 17896, + "mee": 17897, + "▁perten": 17898, + "▁représent": 17899, + "▁LA": 17900, + "?'": 17901, + "▁тру": 17902, + "▁rational": 17903, + "osof": 17904, + "▁kne": 17905, + "▁artists": 17906, + "Flow": 17907, + "▁Аль": 17908, + "izard": 17909, + "▁numero": 17910, + "actic": 17911, + "▁destruct": 17912, + "▁Пра": 17913, + "onsieur": 17914, + "qt": 17915, + "abestanden": 17916, + "ność": 17917, + "Connect": 17918, + "▁oracle": 17919, + "▁Stockholm": 17920, + "sizeof": 17921, + "▁gemäß": 17922, + "ACT": 17923, + "▁expert": 17924, + "utions": 17925, + "▁hacia": 17926, + "▁logger": 17927, + "▁fool": 17928, + "rypto": 17929, + "ær": 17930, + "▁cidade": 17931, + "▁составе": 17932, + "oker": 17933, + "▁Transfer": 17934, + "▁denied": 17935, + "Track": 17936, + "▁radi": 17937, + "zec": 17938, + "▁Historic": 17939, + "▁Einwohner": 17940, + "кою": 17941, + "▁хра": 17942, + "▁Category": 17943, + "▁Disney": 17944, + "▁swap": 17945, + "Begin": 17946, + "▁mientras": 17947, + "▁dance": 17948, + "▁tête": 17949, + "▁droit": 17950, + "erta": 17951, + "▁birds": 17952, + "▁convin": 17953, + "parator": 17954, + "дра": 17955, + "▁ES": 17956, + "▁Ressources": 17957, + "EGIN": 17958, + "ücke": 17959, + "▁Cruz": 17960, + "abling": 17961, + "▁\"@": 17962, + "▁metres": 17963, + "▁Beg": 17964, + "▁Gründ": 17965, + "▁Boh": 17966, + "▁mile": 17967, + "▁Technology": 17968, + "\"+": 17969, + "acco": 17970, + "▁ss": 17971, + "▁Fed": 17972, + "▁Hend": 17973, + "usch": 17974, + "itä": 17975, + "folk": 17976, + "▁absor": 17977, + "antal": 17978, + "odge": 17979, + "▁WHEN": 17980, + "▁Externí": 17981, + "▁Regiment": 17982, + "▁evaluation": 17983, + "▁Tai": 17984, + "▁vocals": 17985, + "▁experimental": 17986, + "embed": 17987, + "▁Minn": 17988, + "▁вме": 17989, + "prec": 17990, + "every": 17991, + "▁hoof": 17992, + "▁Fernando": 17993, + "▁Bibliographie": 17994, + "▁nag": 17995, + "amerikanischer": 17996, + "▁marks": 17997, + "▁UTC": 17998, + "▁uncertain": 17999, + "дия": 18000, + "olia": 18001, + "▁cup": 18002, + "▁fille": 18003, + "▁dok": 18004, + "useppe": 18005, + "esterd": 18006, + "▁Brand": 18007, + "▁Third": 18008, + "PP": 18009, + "nodes": 18010, + "▁Pad": 18011, + "▁loved": 18012, + "swing": 18013, + "▁surprised": 18014, + "ardi": 18015, + "▁GR": 18016, + "]\"": 18017, + "▁equally": 18018, + "ihe": 18019, + "care": 18020, + "писок": 18021, + "lijk": 18022, + "rinn": 18023, + "▁\\[\\": 18024, + "▁sons": 18025, + "▁tät": 18026, + "icamente": 18027, + "▁listing": 18028, + "iellement": 18029, + "▁nyelven": 18030, + "▁ds": 18031, + "▁agricult": 18032, + "▁Hermann": 18033, + "▁besides": 18034, + "progress": 18035, + "▁peculiar": 18036, + "focus": 18037, + "cn": 18038, + "-$": 18039, + "ственный": 18040, + "ourg": 18041, + "▁wyn": 18042, + "▁conducted": 18043, + "▁Становништво": 18044, + "connected": 18045, + "▁bott": 18046, + "▁смер": 18047, + "▁Poz": 18048, + "unct": 18049, + "conda": 18050, + "▁савезној": 18051, + "▁havet": 18052, + "ligt": 18053, + "orted": 18054, + "▁entering": 18055, + "multip": 18056, + "▁Temple": 18057, + "▁Plant": 18058, + "typeof": 18059, + "▁Vlad": 18060, + "▁qued": 18061, + "▁reste": 18062, + "▁май": 18063, + "▁Very": 18064, + "ambiguation": 18065, + "▁challeng": 18066, + "▁respective": 18067, + "▁тор": 18068, + "Ctrl": 18069, + "▁absence": 18070, + "aru": 18071, + "вое": 18072, + "▁först": 18073, + "▁sq": 18074, + "▁Emperor": 18075, + "▁Ign": 18076, + "▁това": 18077, + ":`": 18078, + "adoop": 18079, + "▁Madame": 18080, + "▁gruppo": 18081, + "stud": 18082, + "▁externas": 18083, + "▁Александр": 18084, + "▁dign": 18085, + "▁живе": 18086, + "Amount": 18087, + "▁correlate": 18088, + "▁Fant": 18089, + "▁rails": 18090, + "fp": 18091, + "министратив": 18092, + "▁bought": 18093, + "▁filters": 18094, + "▁ancora": 18095, + "▁partner": 18096, + "▁quand": 18097, + "symbol": 18098, + "ulating": 18099, + "▁zd": 18100, + "awn": 18101, + "▁Grant": 18102, + "because": 18103, + "rable": 18104, + "\\}": 18105, + "ísticas": 18106, + "▁уче": 18107, + "▁période": 18108, + "▁ske": 18109, + "▁Anyway": 18110, + "▁indexes": 18111, + "▁directions": 18112, + "▁RAM": 18113, + "chrome": 18114, + "▁apost": 18115, + "▁warnings": 18116, + "▁Airport": 18117, + "VI": 18118, + "abile": 18119, + "▁lord": 18120, + "provider": 18121, + "▁Ji": 18122, + "ostream": 18123, + "▁gemeente": 18124, + "tableView": 18125, + "Extra": 18126, + "cursor": 18127, + "eground": 18128, + "▁Moz": 18129, + "▁rib": 18130, + "▁morph": 18131, + "loads": 18132, + "elsk": 18133, + "▁MAX": 18134, + "▁Santiago": 18135, + "▁Him": 18136, + "codes": 18137, + "▁lanz": 18138, + "▁counts": 18139, + "rinningsområ": 18140, + "щё": 18141, + "▁spé": 18142, + "▁pierws": 18143, + "▁Sver": 18144, + "▁acknow": 18145, + "Boolean": 18146, + "▁фамили": 18147, + "▁Senate": 18148, + "шов": 18149, + "agers": 18150, + "▁Nueva": 18151, + "bil": 18152, + "kiem": 18153, + "▁Mey": 18154, + "wij": 18155, + "▁GmbH": 18156, + "validation": 18157, + "▁ensuite": 18158, + "inking": 18159, + "▁campion": 18160, + "▁financial": 18161, + "izon": 18162, + "Headers": 18163, + "▁deprecated": 18164, + "▁fonction": 18165, + "REG": 18166, + "▁volumes": 18167, + "▁Chi": 18168, + "▁encountered": 18169, + "lak": 18170, + "рая": 18171, + "▁continues": 18172, + "▁~[": 18173, + "uerte": 18174, + "▁\\;": 18175, + "▁Dok": 18176, + "▁weights": 18177, + "▁rh": 18178, + "▁Napole": 18179, + "▁naturally": 18180, + "sku": 18181, + "pas": 18182, + "▁gegründ": 18183, + "etr": 18184, + "▁Ku": 18185, + "icted": 18186, + "▁fabric": 18187, + "▁ASC": 18188, + "▁Entertainment": 18189, + "▁energ": 18190, + "клад": 18191, + "omon": 18192, + "theme": 18193, + "▁харак": 18194, + "▁draft": 18195, + "▁channels": 18196, + "▁desert": 18197, + "▁través": 18198, + "▁Lock": 18199, + "▁siendo": 18200, + "фек": 18201, + "même": 18202, + "▁packet": 18203, + "▁Mountain": 18204, + "▁Fahr": 18205, + "braio": 18206, + "пере": 18207, + "▁genannt": 18208, + "▁deployment": 18209, + "Pal": 18210, + "ног": 18211, + "стру": 18212, + "Prim": 18213, + "für": 18214, + "▁dangerous": 18215, + "▁szám": 18216, + "reck": 18217, + "▁popup": 18218, + "icky": 18219, + "inar": 18220, + "cowo": 18221, + "нцикло": 18222, + "ítás": 18223, + "▁plugins": 18224, + "▁driven": 18225, + "лев": 18226, + "▁\"(": 18227, + "tta": 18228, + "▁Ú": 18229, + "▁eb": 18230, + "▁'';": 18231, + "▁knock": 18232, + "▁основа": 18233, + "▁maison": 18234, + "гля": 18235, + "▁Honor": 18236, + "tail": 18237, + "ritz": 18238, + "▁guys": 18239, + "▁combinations": 18240, + "ondere": 18241, + "▁Ald": 18242, + "▁fiddle": 18243, + "дав": 18244, + "urd": 18245, + "▁projection": 18246, + "▁También": 18247, + "verb": 18248, + "▁terre": 18249, + "rugu": 18250, + "▁september": 18251, + "▁=": 18572, + "▁Beat": 18573, + "▁Sax": 18574, + "vertical": 18575, + "кто": 18576, + "▁plants": 18577, + "▁Références": 18578, + "▁ogni": 18579, + "▁curs": 18580, + "▁SK": 18581, + "они": 18582, + "▁destac": 18583, + "\");\r": 18584, + "▁Sure": 18585, + "▁partido": 18586, + "▁Folge": 18587, + "▁Moore": 18588, + "▁wz": 18589, + "скус": 18590, + "ltre": 18591, + "ondo": 18592, + "▁pose": 18593, + "imos": 18594, + "бой": 18595, + "ципа": 18596, + "jus": 18597, + ".....": 18598, + "▁época": 18599, + "▁quanto": 18600, + "▁Support": 18601, + "geschichte": 18602, + "SERVER": 18603, + "▁Georges": 18604, + "enum": 18605, + "▁herm": 18606, + "▁nebo": 18607, + "▁Chr": 18608, + "character": 18609, + "▁***": 18610, + "▁Forsch": 18611, + "iami": 18612, + "▁¿": 18613, + "cych": 18614, + "▁fifth": 18615, + "sent": 18616, + "▁anderem": 18617, + "▁proportion": 18618, + "▁prest": 18619, + "▁Girl": 18620, + "▁drama": 18621, + "wand": 18622, + "▁Mail": 18623, + "▁Lux": 18624, + "▁který": 18625, + "▁Gesellschaft": 18626, + "▁Hinweis": 18627, + "nisse": 18628, + "▁mondo": 18629, + "Eq": 18630, + "▁perí": 18631, + "▁eastern": 18632, + "▁UEFA": 18633, + "uale": 18634, + "▁convex": 18635, + "▁поль": 18636, + "▁Hey": 18637, + "zenie": 18638, + "initely": 18639, + "▁Zusammen": 18640, + "SSL": 18641, + "ocal": 18642, + "▁canal": 18643, + "voy": 18644, + "▁Кри": 18645, + "▁között": 18646, + "▁cars": 18647, + "▁versión": 18648, + "Environment": 18649, + "Her": 18650, + "▁señ": 18651, + "▁spatial": 18652, + "ymi": 18653, + "Fire": 18654, + "▁veget": 18655, + "▁Wie": 18656, + "▁znaj": 18657, + "▁damage": 18658, + "▁endl": 18659, + "gif": 18660, + "▁quali": 18661, + "▁которых": 18662, + "ellan": 18663, + "▁mens": 18664, + "▁plug": 18665, + "▁abund": 18666, + "FIG": 18667, + "▁sf": 18668, + "▁confl": 18669, + "▁населения": 18670, + "▁principles": 18671, + "▁Gabriel": 18672, + "ibe": 18673, + "▁{%": 18674, + "▁població": 18675, + "ніципа": 18676, + "▁extreme": 18677, + "▁asse": 18678, + "▁vu": 18679, + "Mock": 18680, + "▁spielte": 18681, + "▁Aer": 18682, + "▁datos": 18683, + "endes": 18684, + "▁Gel": 18685, + "▁Gor": 18686, + "Christ": 18687, + "chos": 18688, + "Processor": 18689, + "▁instruct": 18690, + "▁picked": 18691, + "nahme": 18692, + "fahr": 18693, + "▁indicated": 18694, + "▁%.": 18695, + "▁ts": 18696, + "▁notable": 18697, + "▁qualified": 18698, + "▁Ал": 18699, + "Black": 18700, + "▁council": 18701, + "▁overhead": 18702, + "aci": 18703, + "année": 18704, + "▁initWith": 18705, + "bió": 18706, + "▁introduction": 18707, + "▁companion": 18708, + "▁expon": 18709, + "▁kör": 18710, + "oby": 18711, + "burn": 18712, + "gnu": 18713, + "virtual": 18714, + "▁intellect": 18715, + "▁держа": 18716, + "'+": 18717, + "бле": 18718, + "▁strictly": 18719, + "▁recognize": 18720, + "hour": 18721, + "▁Wrest": 18722, + "ennen": 18723, + "$).": 18724, + "fff": 18725, + "▁Centro": 18726, + "▁Pitt": 18727, + "▁dział": 18728, + "▁cela": 18729, + "▁francese": 18730, + "рами": 18731, + "special": 18732, + "▁Dup": 18733, + "toire": 18734, + "каль": 18735, + "COUNT": 18736, + "▁Brook": 18737, + "▁руково": 18738, + "publique": 18739, + "▁seconda": 18740, + "▁compt": 18741, + "▁bland": 18742, + "Before": 18743, + "▁Pack": 18744, + "alty": 18745, + "öder": 18746, + "▁intervals": 18747, + "▁Datenbank": 18748, + "Movie": 18749, + "▁transm": 18750, + "▁tap": 18751, + "▁поч": 18752, + "fon": 18753, + "iai": 18754, + "▁fib": 18755, + "▁wyd": 18756, + "▁hung": 18757, + "▁alive": 18758, + "Clear": 18759, + "▁pushed": 18760, + "▁tuple": 18761, + "achen": 18762, + "гово": 18763, + "▁revers": 18764, + "▁augment": 18765, + "▁challenge": 18766, + "lost": 18767, + "▁deuxième": 18768, + "structor": 18769, + "▁mehrerer": 18770, + "atural": 18771, + "Split": 18772, + "стем": 18773, + "шла": 18774, + ")\\\\": 18775, + "▁Dog": 18776, + "▁developers": 18777, + "▁nod": 18778, + "▁сторо": 18779, + "▁NaN": 18780, + "▁priest": 18781, + "▁exha": 18782, + "UND": 18783, + "pair": 18784, + "alone": 18785, + "▁moon": 18786, + "▁#!/": 18787, + "▁guns": 18788, + "rola": 18789, + "чита": 18790, + "▁Encyclopedia": 18791, + "atis": 18792, + "▁'\"": 18793, + "zych": 18794, + "▁superfic": 18795, + "▁эк": 18796, + "едера": 18797, + "feed": 18798, + "LAY": 18799, + "Fi": 18800, + "unks": 18801, + "isecond": 18802, + "▁'@": 18803, + "▁Adding": 18804, + "рое": 18805, + "▁tang": 18806, + "цо": 18807, + "hung": 18808, + "bis": 18809, + "ského": 18810, + "▁advert": 18811, + "▁занима": 18812, + "uzz": 18813, + "ágina": 18814, + "▁Tel": 18815, + "sig": 18816, + "▁Ez": 18817, + "▁guarantee": 18818, + "▁teaching": 18819, + "oty": 18820, + "termin": 18821, + "▁distributions": 18822, + "FLA": 18823, + "▁Giuseppe": 18824, + "querySelector": 18825, + "▁/\\": 18826, + "▁Squad": 18827, + "gz": 18828, + "delay": 18829, + "▁surrounding": 18830, + "▁manus": 18831, + "▁Hou": 18832, + "²,": 18833, + "▁cultiv": 18834, + "▁troubles": 18835, + "▁raison": 18836, + "expand": 18837, + "▁cov": 18838, + "nungen": 18839, + ")){": 18840, + "▁geen": 18841, + "▁außer": 18842, + "▁Лі": 18843, + "ři": 18844, + "▁situations": 18845, + "▁telep": 18846, + "▁Jed": 18847, + "▁travail": 18848, + "lias": 18849, + "bullet": 18850, + "▁selecting": 18851, + "avier": 18852, + "▁essential": 18853, + "(/": 18854, + "yyyy": 18855, + "ště": 18856, + "ulty": 18857, + "▁kra": 18858, + "▁tabs": 18859, + "▁experienced": 18860, + "azi": 18861, + "▁Directory": 18862, + "▁cron": 18863, + "▁spend": 18864, + "▁RA": 18865, + "▁selenium": 18866, + "▁Thé": 18867, + "Elements": 18868, + "cii": 18869, + "▁plat": 18870, + "▁archive": 18871, + "▁assistance": 18872, + "▁neck": 18873, + "▁Avenue": 18874, + "▁wheel": 18875, + "▁hade": 18876, + "Common": 18877, + "▁Dialog": 18878, + "▁forg": 18879, + "▁surely": 18880, + "▁hockey": 18881, + "któ": 18882, + "▁tk": 18883, + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 18884, + "▁Bruce": 18885, + "▁enorm": 18886, + ",’": 18887, + "▁Christopher": 18888, + "jev": 18889, + "▁quad": 18890, + "▁AJAX": 18891, + "▁relief": 18892, + "▁modes": 18893, + "sklär": 18894, + "▁Vid": 18895, + "▁Serial": 18896, + "▁tokens": 18897, + "▁Poland": 18898, + "\\]": 18899, + "▁vide": 18900, + "rooms": 18901, + "omas": 18902, + "▁Bureau": 18903, + "cx": 18904, + "ностью": 18905, + "▁signs": 18906, + "шение": 18907, + "lossen": 18908, + "▁Queens": 18909, + "▁membre": 18910, + "▁mez": 18911, + "▁Bool": 18912, + "▁Naj": 18913, + "▁Memory": 18914, + "▁Khan": 18915, + "▁là": 18916, + "▁Hud": 18917, + "▁dismiss": 18918, + "ighth": 18919, + "▁fs": 18920, + "prevent": 18921, + "▁меда": 18922, + "▁Police": 18923, + "▁ско": 18924, + "finite": 18925, + "▁ami": 18926, + "▁Much": 18927, + "owania": 18928, + "ORY": 18929, + "iors": 18930, + "▁Premio": 18931, + "▁textbox": 18932, + "dm": 18933, + "▁afin": 18934, + "▁Donald": 18935, + "▁Priv": 18936, + "▁decid": 18937, + "▁Maurice": 18938, + "agan": 18939, + "▁Britannica": 18940, + "▁oft": 18941, + "▁consecutive": 18942, + "\"?>": 18943, + "овий": 18944, + "student": 18945, + "▁peque": 18946, + "▁dieses": 18947, + "▁retour": 18948, + "étr": 18949, + "▁сез": 18950, + "▁kre": 18951, + "▁votes": 18952, + "ruption": 18953, + "izada": 18954, + "▁Wiel": 18955, + "▁Gray": 18956, + "▁Leop": 18957, + "teilung": 18958, + "(['": 18959, + "▁whites": 18960, + "frica": 18961, + "animation": 18962, + "curl": 18963, + "lings": 18964, + "=\"$": 18965, + "loyd": 18966, + "textsc": 18967, + "ору": 18968, + "▁села": 18969, + "esian": 18970, + "▁Mission": 18971, + "▁неза": 18972, + "▁ultimately": 18973, + "бов": 18974, + "olen": 18975, + "скому": 18976, + "nete": 18977, + "▁Dit": 18978, + "▁costru": 18979, + "dependent": 18980, + "▁Resource": 18981, + "▁hosts": 18982, + "▁rear": 18983, + "Duration": 18984, + "ників": 18985, + "Ма": 18986, + "▁planning": 18987, + "▁prediction": 18988, + "▁Lyn": 18989, + "▁kir": 18990, + "▁Legisl": 18991, + "мат": 18992, + "▁Soccer": 18993, + "▁survey": 18994, + "▁estadounidense": 18995, + "orgen": 18996, + "jourd": 18997, + "▁aprile": 18998, + "▁ids": 18999, + "ське": 19000, + "▁employee": 19001, + "▁Schauspieler": 19002, + "ръ": 19003, + "▁multimedia": 19004, + "▁свою": 19005, + "▁wine": 19006, + "▁EU": 19007, + "ică": 19008, + "▁Rhein": 19009, + "▁Palmar": 19010, + "oteca": 19011, + "▁prepare": 19012, + "▁Tot": 19013, + "▁Null": 19014, + "▁kin": 19015, + "inals": 19016, + "▁Newton": 19017, + "▁tbl": 19018, + "▁Sold": 19019, + "▁verf": 19020, + "aturing": 19021, + "▁laptop": 19022, + "▁Совет": 19023, + "secret": 19024, + "▁Olympic": 19025, + "▁footballer": 19026, + "▁Rudolf": 19027, + "▁conhe": 19028, + "zysk": 19029, + "▁evaluated": 19030, + "»)": 19031, + "shop": 19032, + "repository": 19033, + "▁zach": 19034, + "▁losing": 19035, + "etter": 19036, + "▁Wirtschaft": 19037, + "так": 19038, + "▁unnecessary": 19039, + "▁Phot": 19040, + "anska": 19041, + "▁Native": 19042, + "CCE": 19043, + "▁fifty": 19044, + "▁erw": 19045, + "rh": 19046, + "issent": 19047, + "}{(": 19048, + "▁lanç": 19049, + "▁Xcode": 19050, + "город": 19051, + "cir": 19052, + "▁película": 19053, + "▁Oscar": 19054, + "▁shore": 19055, + "▁supplied": 19056, + "examples": 19057, + "Mess": 19058, + "VICE": 19059, + "▁exclude": 19060, + "▁hen": 19061, + "▁губер": 19062, + "▁Fragment": 19063, + "▁Bitte": 19064, + "▁Besides": 19065, + "▁hes": 19066, + "▁ihrem": 19067, + "▁Serge": 19068, + "▁artific": 19069, + "=\"${": 19070, + "лово": 19071, + "uteur": 19072, + "taire": 19073, + "пас": 19074, + "▁easiest": 19075, + "▁famiglia": 19076, + "Normal": 19077, + "▁dalle": 19078, + "▁nations": 19079, + "rp": 19080, + "thead": 19081, + "▁області": 19082, + "▁Democratic": 19083, + "▁челове": 19084, + "мож": 19085, + "▁гер": 19086, + "▁smallest": 19087, + "▁Publishing": 19088, + "▁Ts": 19089, + "▁laughed": 19090, + "lle": 19091, + "▁Amt": 19092, + "▁IIS": 19093, + "FORM": 19094, + "Mag": 19095, + "дон": 19096, + "▁storia": 19097, + "▁organized": 19098, + "ční": 19099, + "▁ox": 19100, + "lingen": 19101, + "▁luego": 19102, + "cció": 19103, + "▁rely": 19104, + "▁tussen": 19105, + "erten": 19106, + "▁honour": 19107, + "▁Claude": 19108, + "▁Korea": 19109, + "▁Metropol": 19110, + "Super": 19111, + "rien": 19112, + "érature": 19113, + "attro": 19114, + "▁біль": 19115, + "▁Herbert": 19116, + "▁auteurs": 19117, + "▁darauf": 19118, + "▁mental": 19119, + "▁rang": 19120, + "▁són": 19121, + "▁Soph": 19122, + ")\",": 19123, + "Descriptor": 19124, + "prepare": 19125, + "▁Landkreis": 19126, + "HC": 19127, + "cross": 19128, + "лиза": 19129, + "▁Login": 19130, + "onen": 19131, + "Feature": 19132, + "▁museum": 19133, + "vek": 19134, + "▁Nelson": 19135, + "▁rejo": 19136, + "▁команди": 19137, + "▁summar": 19138, + "▁следу": 19139, + "ämp": 19140, + "▁Gas": 19141, + "вом": 19142, + "VALUE": 19143, + "inge": 19144, + "period": 19145, + "lassen": 19146, + "ával": 19147, + "▁altogether": 19148, + "umph": 19149, + "istro": 19150, + "ąż": 19151, + "▁Keep": 19152, + "▁Marco": 19153, + "▁étant": 19154, + "▁Dre": 19155, + "geometry": 19156, + "▁Kas": 19157, + "messages": 19158, + "Cook": 19159, + "▁Side": 19160, + "▁коми": 19161, + "стри": 19162, + "▁excess": 19163, + "▁Biografia": 19164, + "XXXX": 19165, + "▁Nie": 19166, + "vendor": 19167, + "xsd": 19168, + "Mill": 19169, + "processing": 19170, + "▁Missouri": 19171, + "▁permett": 19172, + "▁apar": 19173, + "▁crowd": 19174, + "fert": 19175, + "▁Dou": 19176, + "rí": 19177, + "▁CC": 19178, + "▁payment": 19179, + "▁Hollywood": 19180, + "▁Virtual": 19181, + "▁spoken": 19182, + "▁tram": 19183, + "▁Community": 19184, + "▁administrative": 19185, + "▁воло": 19186, + "gior": 19187, + "visor": 19188, + "▁Украи": 19189, + "stage": 19190, + "▁Format": 19191, + "▁convenient": 19192, + "На": 19193, + "▁median": 19194, + "▁вра": 19195, + "▁Према": 19196, + "enig": 19197, + "▁Opera": 19198, + "rés": 19199, + "▁fmt": 19200, + "▁efficiency": 19201, + "male": 19202, + "Master": 19203, + "Series": 19204, + "▁syd": 19205, + "generic": 19206, + "interval": 19207, + "▁efect": 19208, + "▁inwoners": 19209, + "лимпи": 19210, + "irement": 19211, + "Err": 19212, + "öh": 19213, + "▁lying": 19214, + "▁Settings": 19215, + "!=": 19216, + "ematic": 19217, + "argv": 19218, + "▁Basic": 19219, + "▁consideration": 19220, + "▁habe": 19221, + "-%": 19222, + "▁mountains": 19223, + "▁peak": 19224, + "▁fallen": 19225, + "eded": 19226, + "logic": 19227, + "▁matched": 19228, + "▁typing": 19229, + ")},": 19230, + "▁fancy": 19231, + "▁elegant": 19232, + "ال": 19233, + "▁участ": 19234, + "▁Sarah": 19235, + "▁Verd": 19236, + "▁tego": 19237, + "rules": 19238, + "▁mounted": 19239, + "▁ім": 19240, + "еру": 19241, + "stoff": 19242, + "fahren": 19243, + "distance": 19244, + "▁License": 19245, + "▁LEFT": 19246, + "▁wp": 19247, + "/{": 19248, + "▁amazon": 19249, + ">&": 19250, + "▁első": 19251, + "quarters": 19252, + "▁shock": 19253, + "nick": 19254, + "▁Archite": 19255, + "▁Square": 19256, + "▁rates": 19257, + "iore": 19258, + "▁Nat": 19259, + "▁Charlot": 19260, + "reichen": 19261, + "▁variation": 19262, + "osis": 19263, + "life": 19264, + "slide": 19265, + "abi": 19266, + "uki": 19267, + "mysq": 19268, + "▁primitive": 19269, + "▁universitaire": 19270, + "LENG": 19271, + "ależ": 19272, + "ebook": 19273, + "syn": 19274, + "▁Gegen": 19275, + "▁Kü": 19276, + "▁але": 19277, + "▁Lub": 19278, + "concurrent": 19279, + "izzato": 19280, + "▁stub": 19281, + "▁ie": 19282, + "▁'./": 19283, + "cod": 19284, + "▁internacional": 19285, + "▁Glas": 19286, + "▁mare": 19287, + "▁Neb": 19288, + "▁GB": 19289, + "kwargs": 19290, + "▁aument": 19291, + "WID": 19292, + "▁род": 19293, + "punkt": 19294, + "▁Grad": 19295, + "SN": 19296, + "AMP": 19297, + "▁Born": 19298, + "▁Guerre": 19299, + "готов": 19300, + "▁medio": 19301, + "Med": 19302, + "supp": 19303, + "actual": 19304, + "dropdown": 19305, + "▁oktober": 19306, + "▁ř": 19307, + "▁circular": 19308, + "▁skin": 19309, + "▁emphas": 19310, + "▁голов": 19311, + "▁pue": 19312, + "▁informations": 19313, + "▁Wolfgang": 19314, + "▁useless": 19315, + "ит": 19316, + "▁Joan": 19317, + "▁бор": 19318, + "▁Glad": 19319, + "▁Know": 19320, + "ként": 19321, + "speed": 19322, + "▁Kevin": 19323, + "unft": 19324, + "▁arqu": 19325, + "▁Casa": 19326, + "(...": 19327, + "▁rapidly": 19328, + "▁proble": 19329, + "▁Википеди": 19330, + "žen": 19331, + "▁Neben": 19332, + "▁Meter": 19333, + "Children": 19334, + "cem": 19335, + "igos": 19336, + "aju": 19337, + "▁Retrie": 19338, + "▁Hell": 19339, + "▁gig": 19340, + "▁controvers": 19341, + "▁zoom": 19342, + "▁cens": 19343, + "▁alcuni": 19344, + "▁Header": 19345, + "Meta": 19346, + "Required": 19347, + "▁институ": 19348, + "▁skup": 19349, + "▁ingles": 19350, + "égl": 19351, + "bij": 19352, + "▁tér": 19353, + "▁compag": 19354, + "▁committed": 19355, + "▁processed": 19356, + "Lower": 19357, + "▁Foreign": 19358, + "▁seq": 19359, + "sheets": 19360, + "▁Fem": 19361, + "hoz": 19362, + "inks": 19363, + "▁kall": 19364, + "variant": 19365, + "▁libro": 19366, + "▁clicks": 19367, + "▁gobierno": 19368, + "iegel": 19369, + "мого": 19370, + "geme": 19371, + "▁tower": 19372, + "▁parish": 19373, + "▁TCP": 19374, + "▁ls": 19375, + "▁nginx": 19376, + "NaN": 19377, + "▁Dir": 19378, + "▁Begriffe": 19379, + "arie": 19380, + "ímp": 19381, + "icios": 19382, + "▁sharing": 19383, + "▁cinéma": 19384, + "bec": 19385, + "RED": 19386, + "▁Kra": 19387, + "abol": 19388, + "▁flux": 19389, + "▁expensive": 19390, + "▁суще": 19391, + "▁`_": 19392, + "ocz": 19393, + "лист": 19394, + "▁acquaint": 19395, + "▁wise": 19396, + "▁pouvoir": 19397, + "▁devant": 19398, + "▁momentum": 19399, + "immer": 19400, + "▁Coupe": 19401, + "indexOf": 19402, + "▁doesnt": 19403, + "▁зав": 19404, + "▁license": 19405, + "▁â": 19406, + "CSS": 19407, + "▁rice": 19408, + "Team": 19409, + "▁ano": 19410, + "lit": 19411, + "▁merged": 19412, + "▁Cell": 19413, + "лл": 19414, + "boy": 19415, + "asts": 19416, + "▁sell": 19417, + "▁große": 19418, + "▁virtuel": 19419, + "Cancel": 19420, + "▁sj": 19421, + "gment": 19422, + ".<": 19423, + "чай": 19424, + "ië": 19425, + "akh": 19426, + "izers": 19427, + "prit": 19428, + "▁Tib": 19429, + "▁elaborate": 19430, + "▁fé": 19431, + "▁меди": 19432, + "LENGTH": 19433, + "▁primarily": 19434, + "▁scores": 19435, + "▁carrying": 19436, + "▁lake": 19437, + "compose": 19438, + "▁Township": 19439, + "unge": 19440, + "▁alberga": 19441, + "anych": 19442, + "quelle": 19443, + "▁Ark": 19444, + "▁pris": 19445, + "▁voll": 19446, + "шли": 19447, + "Validation": 19448, + "▁ceux": 19449, + "▁populate": 19450, + "\"\r": 19451, + "▁femmes": 19452, + "ANG": 19453, + "▁Despite": 19454, + "вые": 19455, + "iske": 19456, + "zug": 19457, + "нача": 19458, + "▁hatten": 19459, + "INSERT": 19460, + "Employee": 19461, + "▁moments": 19462, + "▁última": 19463, + "▁holder": 19464, + "blank": 19465, + "Collections": 19466, + "athers": 19467, + "▁grade": 19468, + "▁affairs": 19469, + ".$$": 19470, + "▁delta": 19471, + "▁Jugend": 19472, + "▁español": 19473, + "▁OUT": 19474, + "▁mathematical": 19475, + "▁mongo": 19476, + "▁Фе": 19477, + "uling": 19478, + "▁revolution": 19479, + "▁coin": 19480, + "▁subclass": 19481, + "\"=>": 19482, + "äche": 19483, + "▁pyg": 19484, + "щая": 19485, + "illery": 19486, + "▁comenz": 19487, + "depth": 19488, + "▁cél": 19489, + "▁resize": 19490, + "▁Same": 19491, + "▁strik": 19492, + "▁tir": 19493, + "▁scarc": 19494, + "▁Member": 19495, + "subscribe": 19496, + "óż": 19497, + "útbol": 19498, + "except": 19499, + "▁driving": 19500, + "kie": 19501, + "zony": 19502, + "èmes": 19503, + "David": 19504, + "issant": 19505, + "▁ты": 19506, + "▁élect": 19507, + "▁rename": 19508, + "▁Running": 19509, + "▁interfaces": 19510, + "////////////////": 19511, + "▁Walker": 19512, + "▁société": 19513, + "▁asks": 19514, + "brid": 19515, + "▁jewe": 19516, + "▁seines": 19517, + "▁agents": 19518, + "▁MY": 19519, + "▁Lawrence": 19520, + "dess": 19521, + "iesen": 19522, + "▁людях": 19523, + "прави": 19524, + "▁ancest": 19525, + "▁welche": 19526, + "raum": 19527, + "▁orb": 19528, + "scal": 19529, + "▁Lear": 19530, + "▁wear": 19531, + "▁slave": 19532, + "▁renamed": 19533, + "čen": 19534, + "maste": 19535, + "angles": 19536, + "▁América": 19537, + "▁ti": 19538, + "▁demsel": 19539, + "▁beneath": 19540, + "binary": 19541, + "▁edición": 19542, + "▁kilomet": 19543, + "uits": 19544, + "▁cuatro": 19545, + "▁entrance": 19546, + "ondissement": 19547, + "▁bag": 19548, + "▁Armen": 19549, + "ijo": 19550, + "▁Lors": 19551, + "▁demselben": 19552, + "êm": 19553, + "▁discrete": 19554, + "▁prominent": 19555, + "▁Jay": 19556, + "decor": 19557, + "DL": 19558, + "▁dí": 19559, + "Struct": 19560, + "▁Production": 19561, + "they": 19562, + "arius": 19563, + "schnitt": 19564, + "▁Cou": 19565, + "▁lex": 19566, + "youtube": 19567, + "▁работа": 19568, + "station": 19569, + "sep": 19570, + "▁mirror": 19571, + "▁hits": 19572, + "▁Beck": 19573, + "atically": 19574, + "▁Laz": 19575, + "▁winner": 19576, + "DEX": 19577, + "▁INT": 19578, + "}^{-": 19579, + "▁wegen": 19580, + "mad": 19581, + "Angle": 19582, + "zing": 19583, + "▁Bayern": 19584, + "sal": 19585, + "äger": 19586, + "▁busy": 19587, + "▁stör": 19588, + "▁folk": 19589, + "▁prix": 19590, + "▁allocated": 19591, + "▁pt": 19592, + "affen": 19593, + "cluster": 19594, + "▁complement": 19595, + "árs": 19596, + "▁Amerika": 19597, + "рій": 19598, + "▁valley": 19599, + "▁rooms": 19600, + "▁moi": 19601, + ".\",": 19602, + ";;;;": 19603, + "▁lowest": 19604, + "nog": 19605, + "▁landet": 19606, + "▁programme": 19607, + "chio": 19608, + "▁Während": 19609, + "ández": 19610, + "▁долж": 19611, + "▁ouv": 19612, + "omány": 19613, + "▁Википедии": 19614, + "▁só": 19615, + "▁elektr": 19616, + "Desc": 19617, + "▁Beaut": 19618, + "нар": 19619, + "▁може": 19620, + "Pierre": 19621, + "esota": 19622, + "▁operated": 19623, + "▁forte": 19624, + "рис": 19625, + "▁opposition": 19626, + "alia": 19627, + "▁Syl": 19628, + "getName": 19629, + "вели": 19630, + "fik": 19631, + "▁comprom": 19632, + "▁TextView": 19633, + "Spring": 19634, + "metadata": 19635, + "engu": 19636, + "/,": 19637, + "▁carri": 19638, + "istol": 19639, + "▁diagonal": 19640, + "lista": 19641, + "izen": 19642, + "▁rende": 19643, + "gcc": 19644, + "beck": 19645, + "lius": 19646, + "iral": 19647, + "Resolver": 19648, + "▁percentage": 19649, + "▁attra": 19650, + "strings": 19651, + "wiąz": 19652, + "ods": 19653, + "волю": 19654, + "ęż": 19655, + "▁newspaper": 19656, + "imiter": 19657, + "ABC": 19658, + "▁Manchester": 19659, + "[{": 19660, + "Agent": 19661, + "▁Wor": 19662, + "▁Kath": 19663, + "▁пові": 19664, + "▁entonces": 19665, + "▁niveau": 19666, + "atted": 19667, + "learn": 19668, + "atiques": 19669, + "▁уби": 19670, + "▁quindi": 19671, + "binding": 19672, + "▁imported": 19673, + "▁Horn": 19674, + "emberg": 19675, + "complex": 19676, + "▁neural": 19677, + "information": 19678, + "▁recognition": 19679, + "ingt": 19680, + "▁inhabitants": 19681, + "vue": 19682, + "▁Bevölker": 19683, + "▁curves": 19684, + "▁leb": 19685, + "дій": 19686, + "▁sow": 19687, + "▁sentiment": 19688, + "PH": 19689, + "rache": 19690, + "▁-(": 19691, + "▁estable": 19692, + "▁Ferdinand": 19693, + "▁écrit": 19694, + "▁primeiro": 19695, + "▁tex": 19696, + "▁intermediate": 19697, + "verage": 19698, + "ibus": 19699, + "▁serves": 19700, + "ivas": 19701, + "▁bru": 19702, + "▁lum": 19703, + "attice": 19704, + "чный": 19705, + "▁Dres": 19706, + "▁videos": 19707, + "duration": 19708, + "▁abit": 19709, + "▁egg": 19710, + "ographical": 19711, + "alph": 19712, + "STATE": 19713, + "▁пара": 19714, + "reading": 19715, + "▁vehicle": 19716, + "▁fortune": 19717, + "ultats": 19718, + "▁Storia": 19719, + "midt": 19720, + "łącz": 19721, + "▁Memorial": 19722, + "▁vas": 19723, + "▁зан": 19724, + "▁utility": 19725, + "▁obsc": 19726, + "▁relacion": 19727, + "▁runat": 19728, + "Release": 19729, + "take": 19730, + "▁Oliver": 19731, + "▁Sid": 19732, + "ulos": 19733, + "▁Garc": 19734, + "▁розта": 19735, + "▁Sak": 19736, + "Py": 19737, + "führt": 19738, + "▁trabal": 19739, + "*{": 19740, + "▁zes": 19741, + "▁szere": 19742, + "▁varios": 19743, + "▁otra": 19744, + "▁eval": 19745, + "▁situé": 19746, + "▁wounded": 19747, + "▁Vincent": 19748, + "▁викори": 19749, + "▁encode": 19750, + "Modal": 19751, + "▁forb": 19752, + "▁dynamics": 19753, + "▁depos": 19754, + "arde": 19755, + "▁streets": 19756, + "▁Komm": 19757, + "=$(": 19758, + "▁повер": 19759, + "▁dois": 19760, + "▁vitt": 19761, + "▁automatisch": 19762, + "▁reload": 19763, + "▁Verwalt": 19764, + "bero": 19765, + "▁hub": 19766, + "▁mos": 19767, + "▁tutto": 19768, + "▁Frederick": 19769, + "łow": 19770, + "antages": 19771, + "aque": 19772, + "paper": 19773, + "▁einige": 19774, + "`),": 19775, + "dj": 19776, + "▁Ple": 19777, + "▁%,": 19778, + "▁Bitmap": 19779, + "▁friendly": 19780, + "▁truly": 19781, + "▁stroke": 19782, + "roph": 19783, + "▁engl": 19784, + "▁coff": 19785, + "▁dust": 19786, + "▁Jahres": 19787, + "ppi": 19788, + "▁wys": 19789, + "factor": 19790, + "schluss": 19791, + "▁деревня": 19792, + "▁Past": 19793, + "▁дома": 19794, + "COM": 19795, + "▁pueden": 19796, + "▁gift": 19797, + "▁Gla": 19798, + "▁triggered": 19799, + "ély": 19800, + "ülés": 19801, + "▁Oliv": 19802, + "▁verso": 19803, + "▁lle": 19804, + "▁Gli": 19805, + "▁Ltd": 19806, + "oa": 19807, + "▁territorio": 19808, + "ordre": 19809, + "▁deck": 19810, + "dra": 19811, + "aszt": 19812, + "▁concerning": 19813, + "▁Additionally": 19814, + "▁které": 19815, + "▁grund": 19816, + "▁Gest": 19817, + "▁misunder": 19818, + "pret": 19819, + "────": 19820, + "▁reputation": 19821, + "zia": 19822, + "▁успе": 19823, + "▁escaped": 19824, + "▁Prag": 19825, + "perform": 19826, + "▁austral": 19827, + "▁Vater": 19828, + "час": 19829, + "▁races": 19830, + "▁Byte": 19831, + "Mask": 19832, + "▁Territ": 19833, + "стю": 19834, + "▁Voci": 19835, + "▁Fichier": 19836, + "▁Населення": 19837, + "▁Unterscheidung": 19838, + "teenth": 19839, + "▁pilot": 19840, + "▁ji": 19841, + "▁двух": 19842, + "▁orientation": 19843, + "indre": 19844, + "▁Dort": 19845, + "ças": 19846, + "пли": 19847, + "▁reaction": 19848, + "▁consisting": 19849, + "▁ferro": 19850, + "тисти": 19851, + "yard": 19852, + "▁сві": 19853, + "▁interpretation": 19854, + "ią": 19855, + "rah": 19856, + "▁fand": 19857, + "Public": 19858, + "▁universe": 19859, + "▁retir": 19860, + "▁conscious": 19861, + "arqu": 19862, + "▁waste": 19863, + "▁Bib": 19864, + "yclerView": 19865, + "▁listening": 19866, + "gleich": 19867, + "niejs": 19868, + "▁correlation": 19869, + "▁receiver": 19870, + "▁уда": 19871, + "▁courage": 19872, + "uchs": 19873, + "fass": 19874, + "▁chunk": 19875, + "▁Anfang": 19876, + "▁großen": 19877, + "continue": 19878, + "▁Warszawa": 19879, + "hé": 19880, + "iy": 19881, + "ivement": 19882, + "▁α": 19883, + "▁exposed": 19884, + "▁zahl": 19885, + "▁sacr": 19886, + "▁Looks": 19887, + "▁eager": 19888, + "enten": 19889, + "Cursor": 19890, + "/_": 19891, + "ixa": 19892, + "рела": 19893, + "знача": 19894, + "▁фамилией": 19895, + "▁argent": 19896, + "▁Anders": 19897, + "œuvre": 19898, + "▁Isa": 19899, + "мента": 19900, + "▁advers": 19901, + "riction": 19902, + "GP": 19903, + "▁після": 19904, + "▁preserve": 19905, + "▁Garden": 19906, + "Rate": 19907, + "après": 19908, + "▁readable": 19909, + "indu": 19910, + "▁skill": 19911, + "▁helping": 19912, + "ographique": 19913, + "cling": 19914, + "ologist": 19915, + "▁Filter": 19916, + "▁finger": 19917, + "▁Vall": 19918, + "▁Polish": 19919, + "lg": 19920, + "▁Familien": 19921, + "▁waters": 19922, + "▁pseud": 19923, + "aza": 19924, + "_)": 19925, + "ARY": 19926, + "▁среди": 19927, + "▁Must": 19928, + "▁Bod": 19929, + "anon": 19930, + "▁lado": 19931, + "▁tight": 19932, + "imen": 19933, + "appen": 19934, + "frames": 19935, + "ingers": 19936, + "▁COVID": 19937, + "▁зі": 19938, + "▁све": 19939, + "▁ць": 19940, + "▁Left": 19941, + "]];": 19942, + "чь": 19943, + "фика": 19944, + "▁сло": 19945, + "▁пі": 19946, + "▁existe": 19947, + "▁Atlantic": 19948, + "▁maintained": 19949, + "▁irre": 19950, + "▁année": 19951, + "▁commented": 19952, + "веро": 19953, + "berta": 19954, + "▁Lad": 19955, + "▁Upon": 19956, + "▁pause": 19957, + "mill": 19958, + "opter": 19959, + "UK": 19960, + "рес": 19961, + "нциклопеди": 19962, + "▁alongside": 19963, + "▁robot": 19964, + "▁fert": 19965, + "▁moy": 19966, + "▁ade": 19967, + "Mapper": 19968, + ")->": 19969, + "igua": 19970, + "étique": 19971, + "тка": 19972, + "alias": 19973, + "▁ори": 19974, + "▁Magn": 19975, + "▁gehörte": 19976, + "imb": 19977, + ")}{\\": 19978, + "▁Wikipédia": 19979, + "▁urs": 19980, + "▁ende": 19981, + "leb": 19982, + "▁GC": 19983, + "Hol": 19984, + "ancing": 19985, + "Union": 19986, + "▁tenía": 19987, + "TT": 19988, + "▁estate": 19989, + "há": 19990, + "▁полі": 19991, + "ultan": 19992, + "▁Hockey": 19993, + "ulse": 19994, + "▁choices": 19995, + "scher": 19996, + "▁[],": 19997, + "▁potentially": 19998, + "▁Übers": 19999, + "▁admit": 20000, + "Comment": 20001, + "стя": 20002, + "▁Vien": 20003, + "▁ці": 20004, + "▁permut": 20005, + "cgi": 20006, + "▁crít": 20007, + "Console": 20008, + "ctic": 20009, + "▁okres": 20010, + "awk": 20011, + "football": 20012, + "ouest": 20013, + "CTYPE": 20014, + "ologique": 20015, + "▁constit": 20016, + "▁interests": 20017, + "▁Progress": 20018, + "▁Menu": 20019, + "▁také": 20020, + "▁Asian": 20021, + "▁защи": 20022, + "▁younger": 20023, + "▁wished": 20024, + "▁Sort": 20025, + "▁audience": 20026, + "amba": 20027, + "▁gehört": 20028, + "▁Kansas": 20029, + "yaume": 20030, + "▁Professional": 20031, + "âce": 20032, + "▁fatto": 20033, + "tod": 20034, + "▁datasets": 20035, + "▁fare": 20036, + "▁waves": 20037, + "~/": 20038, + "▁measurement": 20039, + "▁wol": 20040, + "indust": 20041, + "▁struggling": 20042, + "▁pulled": 20043, + "▁caratter": 20044, + "▁Externe": 20045, + "▁действи": 20046, + "cnt": 20047, + "liches": 20048, + "▁Possible": 20049, + "▁faced": 20050, + "▁hypothesis": 20051, + "▁kilom": 20052, + "▁när": 20053, + "boolean": 20054, + "PY": 20055, + "ampa": 20056, + "▁kiss": 20057, + "▁astero": 20058, + "▁negli": 20059, + "aments": 20060, + "▁Stu": 20061, + "ató": 20062, + "▁Constitution": 20063, + "▁interpol": 20064, + "▁Unable": 20065, + "▁pis": 20066, + "▁parc": 20067, + "\"])": 20068, + "pler": 20069, + "▁autory": 20070, + "▁algunos": 20071, + "ywna": 20072, + "}))": 20073, + "▁falls": 20074, + "▁équip": 20075, + "▁emit": 20076, + "▁profil": 20077, + "gets": 20078, + "фо": 20079, + "▁Military": 20080, + "▁nombreux": 20081, + "oct": 20082, + "Replace": 20083, + "▁seasons": 20084, + "▁château": 20085, + "▁typeof": 20086, + "polit": 20087, + "▁rand": 20088, + "▁quar": 20089, + "▁erstmals": 20090, + "сини": 20091, + "▁payload": 20092, + "По": 20093, + "кін": 20094, + "repo": 20095, + "▁Pav": 20096, + "Score": 20097, + "erves": 20098, + "▁sollte": 20099, + "▁між": 20100, + "ébec": 20101, + "▁clip": 20102, + "▁Nice": 20103, + "▁neben": 20104, + "▁assass": 20105, + "itories": 20106, + "▁unity": 20107, + "▁ен": 20108, + "▁Institut": 20109, + "▁internationale": 20110, + "▁наук": 20111, + "▁comand": 20112, + "▁kleine": 20113, + "▁adjacent": 20114, + "▁delivered": 20115, + "▁ше": 20116, + "зем": 20117, + "▁cot": 20118, + "visual": 20119, + "вает": 20120, + "▁Census": 20121, + "\\_": 20122, + "▁territory": 20123, + "чил": 20124, + "чные": 20125, + "flutter": 20126, + "DidLoad": 20127, + "Documents": 20128, + "▁dob": 20129, + "Bre": 20130, + "animate": 20131, + "▁biz": 20132, + "▁bata": 20133, + "▁SU": 20134, + "eso": 20135, + "▁priority": 20136, + "ván": 20137, + "iras": 20138, + "▁charged": 20139, + "▁Micro": 20140, + "atoire": 20141, + "чер": 20142, + "abad": 20143, + "uru": 20144, + "▁vš": 20145, + "dire": 20146, + "▁Twitter": 20147, + "▁мето": 20148, + ")..": 20149, + "▁Цент": 20150, + "▁entwick": 20151, + "▁Mind": 20152, + "▁функ": 20153, + "Future": 20154, + "lst": 20155, + "łoż": 20156, + "fli": 20157, + "tensor": 20158, + "▁topology": 20159, + "▁arte": 20160, + "ERT": 20161, + "▁variance": 20162, + "Images": 20163, + "▁(@": 20164, + "ArrayList": 20165, + "OC": 20166, + "▁Демо": 20167, + "aucoup": 20168, + "▁denotes": 20169, + "imon": 20170, + "њи": 20171, + "▁Przyp": 20172, + "▁Zag": 20173, + "▁дире": 20174, + "▁Similarly": 20175, + "бро": 20176, + "▁militaire": 20177, + "▁тому": 20178, + "▁Johnny": 20179, + "▁Мексику": 20180, + "ћа": 20181, + "Supp": 20182, + "▁junior": 20183, + "oltre": 20184, + "▁Моск": 20185, + "▁admitted": 20186, + "▁religios": 20187, + "зяй": 20188, + "его": 20189, + "▁tears": 20190, + "ingo": 20191, + "odu": 20192, + "iveness": 20193, + "▁logo": 20194, + "▁último": 20195, + "▁aliment": 20196, + "▁UITableView": 20197, + ")!": 20198, + "▁nj": 20199, + "lette": 20200, + "▁resident": 20201, + "▁termine": 20202, + "▁уже": 20203, + "▁Сте": 20204, + "office": 20205, + "▁carte": 20206, + "▁livre": 20207, + "▁Москов": 20208, + "▁elections": 20209, + "зиден": 20210, + "Trigger": 20211, + "▁Benjamin": 20212, + "addClass": 20213, + "ског": 20214, + "▁Observable": 20215, + "Cla": 20216, + "gemein": 20217, + "▁consent": 20218, + "ври": 20219, + "▁unfold": 20220, + "▁governor": 20221, + "нал": 20222, + "▁toda": 20223, + "Remote": 20224, + "arias": 20225, + "▁instal": 20226, + "fixed": 20227, + "▁decay": 20228, + "▁дерев": 20229, + "xyz": 20230, + "▁DATE": 20231, + "imar": 20232, + "ntil": 20233, + "▁startup": 20234, + "alion": 20235, + "▁kolej": 20236, + "cios": 20237, + "▁ranges": 20238, + "▁stupid": 20239, + "▁implementations": 20240, + "▁rm": 20241, + "ének": 20242, + "▁gcc": 20243, + "▁scène": 20244, + "Navigation": 20245, + "▁ ": 20246, + "▁кан": 20247, + "▁towns": 20248, + "Username": 20249, + "▁фе": 20250, + "▁leaders": 20251, + "oit": 20252, + "wär": 20253, + "▁dummy": 20254, + "▁assistant": 20255, + "{$\\": 20256, + "бір": 20257, + "▁roy": 20258, + "▁Layout": 20259, + "▁Jung": 20260, + "Lines": 20261, + "▁Holland": 20262, + "пор": 20263, + "▁Гри": 20264, + "▁Bened": 20265, + "▁Под": 20266, + "xls": 20267, + "▁Gol": 20268, + "▁Aleks": 20269, + "▁ejemplo": 20270, + "▁sezon": 20271, + "arding": 20272, + "footnote": 20273, + "▁Congrès": 20274, + "refer": 20275, + "ската": 20276, + "Iterator": 20277, + "▁ourselves": 20278, + "▁Mic": 20279, + "▁código": 20280, + "▁площа": 20281, + "▁\\$": 20282, + "▁Charlie": 20283, + "Nodes": 20284, + "▁puzz": 20285, + "▁Identifier": 20286, + "▁flutter": 20287, + "▁prü": 20288, + "▁ort": 20289, + "▁Cort": 20290, + "asticsearch": 20291, + "▁Свя": 20292, + "▁Bull": 20293, + "udem": 20294, + "▁apparent": 20295, + ":--": 20296, + "▁Хар": 20297, + "▁Lap": 20298, + "▁comport": 20299, + "matically": 20300, + "▁curios": 20301, + "▁может": 20302, + "▁Bh": 20303, + "apping": 20304, + "▁basketball": 20305, + "zetek": 20306, + "▁runt": 20307, + "▁Milan": 20308, + "fection": 20309, + "ría": 20310, + "▁Kin": 20311, + "▁slower": 20312, + "both": 20313, + "▁Instituto": 20314, + "▁Historical": 20315, + "▁również": 20316, + "matches": 20317, + "yci": 20318, + "▁espèce": 20319, + "▁Schweizer": 20320, + "NT": 20321, + "SF": 20322, + "acia": 20323, + "forge": 20324, + "Points": 20325, + "numbers": 20326, + "▁falling": 20327, + "▁inheritance": 20328, + "▁Erst": 20329, + "▁customers": 20330, + "▁actu": 20331, + "▁migration": 20332, + "\\'": 20333, + "Plan": 20334, + "Mr": 20335, + "othy": 20336, + "▁upgrad": 20337, + "бира": 20338, + "▁Offic": 20339, + "▁Wait": 20340, + "▁toler": 20341, + "ardon": 20342, + "▁slide": 20343, + ")_": 20344, + "▁став": 20345, + "▁nuclear": 20346, + "▁Bil": 20347, + "owner": 20348, + "▁Harris": 20349, + "Information": 20350, + "▁pó": 20351, + "▁включа": 20352, + "▁nuovo": 20353, + "▁Cav": 20354, + "▁Descri": 20355, + "▁ак": 20356, + "ództ": 20357, + "▁reactjs": 20358, + "▁Adams": 20359, + "▁Alternatively": 20360, + "струк": 20361, + ")`,": 20362, + "substring": 20363, + "▁massive": 20364, + "▁heavily": 20365, + "▁сезо": 20366, + "▁Ana": 20367, + "▁vale": 20368, + "Pad": 20369, + "▁Either": 20370, + "▁rs": 20371, + "anche": 20372, + "▁uploaded": 20373, + "▁(/": 20374, + "▁спор": 20375, + "▁reduction": 20376, + "▁Tokyo": 20377, + "gren": 20378, + "▁migli": 20379, + "▁iterator": 20380, + "stav": 20381, + "▁supporting": 20382, + "▁österreich": 20383, + "▁NSLog": 20384, + "istiques": 20385, + "rimin": 20386, + "MODE": 20387, + "}}}\\": 20388, + "▁explos": 20389, + "оте": 20390, + "▁(„": 20391, + "Sal": 20392, + "▁simplest": 20393, + "▁già": 20394, + "▁тан": 20395, + "▁cyl": 20396, + "bir": 20397, + "▁measurements": 20398, + "Created": 20399, + "erek": 20400, + "lookup": 20401, + "wirtschaft": 20402, + "▁Воло": 20403, + "timer": 20404, + "derr": 20405, + "▁стала": 20406, + "▁scenes": 20407, + "▁persu": 20408, + "liest": 20409, + "▁schedule": 20410, + "tal": 20411, + "лено": 20412, + "▁painting": 20413, + "▁improvement": 20414, + "software": 20415, + "▁governo": 20416, + "▁Hir": 20417, + "Execution": 20418, + "▁Okay": 20419, + "Prop": 20420, + "loster": 20421, + "ніципалі": 20422, + "▁peuvent": 20423, + "olu": 20424, + "▁Фа": 20425, + "rollo": 20426, + "▁коло": 20427, + "▁carrière": 20428, + "▁toggle": 20429, + "▁($\\": 20430, + "▁aggregate": 20431, + "▁Бі": 20432, + "textarea": 20433, + "Ok": 20434, + "itto": 20435, + "▁stim": 20436, + "▁recursion": 20437, + "▁Federation": 20438, + ")_{": 20439, + "ategor": 20440, + "▁distribu": 20441, + "Cloud": 20442, + "▁madre": 20443, + "▁iv": 20444, + "▁Lieutenant": 20445, + "▁substant": 20446, + "▁leaf": 20447, + "▁Kontrola": 20448, + "VA": 20449, + "▁tomb": 20450, + "эн": 20451, + "atoes": 20452, + "▁godine": 20453, + "▁#>": 20454, + "Cert": 20455, + "▁empresa": 20456, + "Props": 20457, + "▁planned": 20458, + "▁randomly": 20459, + "jähr": 20460, + "elem": 20461, + "▁Operation": 20462, + "*`": 20463, + "protocol": 20464, + "()));": 20465, + "wel": 20466, + "▁praw": 20467, + "▁сим": 20468, + "▁wob": 20469, + "▁hace": 20470, + "▁nearest": 20471, + "disable": 20472, + "▁Commun": 20473, + "▁revel": 20474, + "Free": 20475, + "▁brackets": 20476, + "IOException": 20477, + "▁alto": 20478, + "▁marry": 20479, + "▁auc": 20480, + "),\\": 20481, + "▁typo": 20482, + "edad": 20483, + "ará": 20484, + "icator": 20485, + "tatywna": 20486, + "▁buff": 20487, + "orders": 20488, + "▁asynchronous": 20489, + "▁econ": 20490, + "▁feu": 20491, + "▁Iron": 20492, + "▁rising": 20493, + "Radius": 20494, + "clk": 20495, + "▁zweiten": 20496, + "`'": 20497, + "▁uniqu": 20498, + "▁FM": 20499, + "▁Bran": 20500, + "▁flu": 20501, + "▁sensitive": 20502, + "urre": 20503, + "▁Iter": 20504, + "▁Sein": 20505, + "▁diferentes": 20506, + "▁него": 20507, + "chia": 20508, + "▁Anleitung": 20509, + "aturday": 20510, + "▁shorter": 20511, + "▁translated": 20512, + "▁Rés": 20513, + "▁rode": 20514, + "drag": 20515, + "▁lange": 20516, + "Bi": 20517, + "üb": 20518, + "leur": 20519, + "▁ordering": 20520, + "alous": 20521, + "▁Кор": 20522, + "archar": 20523, + "destroy": 20524, + "ervation": 20525, + "]],": 20526, + "AccessorImpl": 20527, + "▁autorytatywna": 20528, + "Sequence": 20529, + "▁proyect": 20530, + "▁bran": 20531, + "▁(+": 20532, + "▁Kab": 20533, + "▁zem": 20534, + "▁Calcul": 20535, + "▁seul": 20536, + "▁Niger": 20537, + "▁chiam": 20538, + "throw": 20539, + "▁Planet": 20540, + "bildung": 20541, + "▁zones": 20542, + "transition": 20543, + "лений": 20544, + "▁mapped": 20545, + "onaut": 20546, + "Pair": 20547, + "ilian": 20548, + "▁Morgan": 20549, + "▁unto": 20550, + "jou": 20551, + "▁hid": 20552, + "▁Meta": 20553, + "▁elles": 20554, + "Lou": 20555, + "rama": 20556, + "geordnet": 20557, + "▁scarcely": 20558, + "▁mint": 20559, + "Focus": 20560, + "▁Alter": 20561, + "▁dio": 20562, + "▁ampl": 20563, + "ièrement": 20564, + "▁исследова": 20565, + "LED": 20566, + "algorithm": 20567, + "▁сайті": 20568, + "▁\"\")": 20569, + "History": 20570, + "pk": 20571, + "▁Whit": 20572, + "▁систем": 20573, + "▁Kirchen": 20574, + "rà": 20575, + "APP": 20576, + "▁<%": 20577, + "antine": 20578, + "▁Disk": 20579, + "conv": 20580, + "welt": 20581, + "▁Fut": 20582, + "▁Nom": 20583, + "ordo": 20584, + "ellij": 20585, + "▁receives": 20586, + "cow": 20587, + "ytu": 20588, + "▁obras": 20589, + "▁purchase": 20590, + "▁earned": 20591, + "▁accessed": 20592, + "axi": 20593, + "▁Mans": 20594, + "ivan": 20595, + "▁tuvo": 20596, + "▁Trace": 20597, + "rimonio": 20598, + "▁desenvol": 20599, + "érique": 20600, + "▁resulted": 20601, + "▁computing": 20602, + "▁inspired": 20603, + "▁Prize": 20604, + "*\"": 20605, + "Comput": 20606, + "▁extensive": 20607, + "èg": 20608, + "▁Portály": 20609, + "▁castle": 20610, + "▁*.": 20611, + "▁photos": 20612, + "▁voet": 20613, + "ONG": 20614, + "▁Alle": 20615, + "▁threaten": 20616, + "stüt": 20617, + "▁albums": 20618, + "▁dense": 20619, + "flat": 20620, + "continu": 20621, + "Subject": 20622, + "▁readonly": 20623, + "Opt": 20624, + "писко": 20625, + "▁Aber": 20626, + "▁Position": 20627, + "▁Today": 20628, + "▁mini": 20629, + "▁Bef": 20630, + "listen": 20631, + "ственного": 20632, + "SUB": 20633, + "ossa": 20634, + "▁Pope": 20635, + "▁Jimmy": 20636, + "▁Дру": 20637, + "ungsseite": 20638, + "▁tren": 20639, + "optim": 20640, + "itsch": 20641, + "▁samt": 20642, + "▁испол": 20643, + "&=": 20644, + "▁Przypisy": 20645, + "▁продол": 20646, + "Cr": 20647, + "ermann": 20648, + "▁матери": 20649, + "▁Hugo": 20650, + "▁Deze": 20651, + "TRUE": 20652, + "▁defeat": 20653, + "▁watched": 20654, + "▁Gent": 20655, + "AUT": 20656, + "orous": 20657, + "▁опреде": 20658, + "orientation": 20659, + "▁distinguished": 20660, + "▁mesmo": 20661, + "▁sli": 20662, + "мена": 20663, + "mittel": 20664, + "gericht": 20665, + "eton": 20666, + "->{": 20667, + "▁wont": 20668, + "▁weg": 20669, + "▁classific": 20670, + "ilus": 20671, + "▁MD": 20672, + "tasks": 20673, + "▁chim": 20674, + "await": 20675, + "▁gang": 20676, + "▁wię": 20677, + "through": 20678, + "▁Russell": 20679, + "▁guessing": 20680, + "▁акт": 20681, + "блі": 20682, + "categories": 20683, + "сут": 20684, + "▁Fen": 20685, + "▁муж": 20686, + "▁newer": 20687, + "▁Async": 20688, + "▁terme": 20689, + ">/": 20690, + "пара": 20691, + "▁Trust": 20692, + "▁Opt": 20693, + "▁dah": 20694, + "▁wonderful": 20695, + "adratkil": 20696, + "▁Гра": 20697, + "mapping": 20698, + "▁discovery": 20699, + "▁BE": 20700, + "Enable": 20701, + "▁Friend": 20702, + "сня": 20703, + "▁controlled": 20704, + "чної": 20705, + "▁contributions": 20706, + "jší": 20707, + "▁Lev": 20708, + "▁francés": 20709, + "▁mic": 20710, + "zik": 20711, + "▁alem": 20712, + "cancel": 20713, + "!'": 20714, + "▁grat": 20715, + "▁Begriffsklär": 20716, + "Camera": 20717, + "ificación": 20718, + "ród": 20719, + "▁Arnold": 20720, + "▁bezeichneter": 20721, + "▁fought": 20722, + "▁deput": 20723, + "▁Drop": 20724, + "tax": 20725, + "dg": 20726, + "▁Hop": 20727, + "GN": 20728, + "▁Kirch": 20729, + "▁Бар": 20730, + "Invoke": 20731, + "▁erhalten": 20732, + "▁veel": 20733, + "▁wordpress": 20734, + "▁INNER": 20735, + "transaction": 20736, + "▁déjà": 20737, + "Fact": 20738, + "▁надмор": 20739, + "▁angularjs": 20740, + "▁át": 20741, + "▁alap": 20742, + "▁Price": 20743, + "▁effet": 20744, + "▁sphere": 20745, + "ClassLoader": 20746, + "▁rugby": 20747, + "▁kingdom": 20748, + "▁Mut": 20749, + "▁кино": 20750, + "▁reward": 20751, + "cit": 20752, + "▁presente": 20753, + "Sto": 20754, + "Character": 20755, + "logs": 20756, + "▁centrale": 20757, + "▁mouv": 20758, + "▁okay": 20759, + "▁aplic": 20760, + "More": 20761, + "ények": 20762, + "▁Köln": 20763, + "nett": 20764, + "▁истории": 20765, + "▁describing": 20766, + "▁soldier": 20767, + "▁Need": 20768, + "Light": 20769, + "▁\"\\<": 20770, + "▁hav": 20771, + "ermo": 20772, + "▁inferior": 20773, + "lea": 20774, + "▁gg": 20775, + "▁конце": 20776, + "fragment": 20777, + "sb": 20778, + "Country": 20779, + "▁vě": 20780, + "▁Beng": 20781, + "▁Это": 20782, + "▁водо": 20783, + "мар": 20784, + "STRING": 20785, + "▁új": 20786, + "multiple": 20787, + "statement": 20788, + "▁involves": 20789, + "▁tecn": 20790, + "Student": 20791, + "gré": 20792, + "▁lean": 20793, + "▁bringing": 20794, + "▁Medical": 20795, + "▁програм": 20796, + "▁Vog": 20797, + "▁жов": 20798, + "▁Spirit": 20799, + "nth": 20800, + "▁standards": 20801, + "▁Profile": 20802, + "▁ez": 20803, + "▁территории": 20804, + "▁stem": 20805, + "uil": 20806, + "▁Og": 20807, + "Btn": 20808, + "nal": 20809, + "▁nearby": 20810, + "▁producing": 20811, + "criv": 20812, + "▁assumptions": 20813, + "▁Spark": 20814, + "▁Lot": 20815, + "itudes": 20816, + "afka": 20817, + "five": 20818, + "atio": 20819, + "▁distinguish": 20820, + "rock": 20821, + "église": 20822, + "▁rappres": 20823, + ">\\<": 20824, + "лій": 20825, + "▁мини": 20826, + "▁intitulé": 20827, + "}}(\\": 20828, + "▁Rout": 20829, + "▁Border": 20830, + "▁overrid": 20831, + "HOST": 20832, + "ritten": 20833, + "say": 20834, + "▁Чи": 20835, + "ichtung": 20836, + "▁straightforward": 20837, + "obb": 20838, + "▁Terra": 20839, + "▁[:": 20840, + "Ben": 20841, + "▁composite": 20842, + ")+\\": 20843, + "▁crown": 20844, + "direction": 20845, + "▁несколько": 20846, + "▁avail": 20847, + "▁purchased": 20848, + "hook": 20849, + "eties": 20850, + "▁fase": 20851, + "▁Rum": 20852, + "▁genom": 20853, + "▁dét": 20854, + "ową": 20855, + "mpeg": 20856, + "▁Ін": 20857, + "desktop": 20858, + "▁injection": 20859, + "agle": 20860, + "▁Edd": 20861, + "_{(": 20862, + "▁Hem": 20863, + "utos": 20864, + "proj": 20865, + "▁superficie": 20866, + "Plot": 20867, + "▁Docker": 20868, + "ätz": 20869, + "kreich": 20870, + "▁unclear": 20871, + "▁Unity": 20872, + "▁streams": 20873, + "вид": 20874, + "▁simplified": 20875, + "Fill": 20876, + "▁sant": 20877, + "▁Kommun": 20878, + "▁duc": 20879, + "▁две": 20880, + "▁obs": 20881, + "žit": 20882, + "▁Janeiro": 20883, + "бя": 20884, + "▁presso": 20885, + "▁Ministry": 20886, + "▁burst": 20887, + "▁reaching": 20888, + "liter": 20889, + "▁responses": 20890, + "▁Eug": 20891, + "▁sod": 20892, + "▁Cord": 20893, + "▁Perm": 20894, + "parts": 20895, + "цима": 20896, + "variables": 20897, + "▁forgotten": 20898, + "Fern": 20899, + "ostęp": 20900, + "vl": 20901, + "▁См": 20902, + "kim": 20903, + "ając": 20904, + "наль": 20905, + "гле": 20906, + "helper": 20907, + "dup": 20908, + "euw": 20909, + "fra": 20910, + "ellite": 20911, + "anya": 20912, + "▁reign": 20913, + "gesamt": 20914, + "седа": 20915, + "▁Ryan": 20916, + "▁formatted": 20917, + "▁Borg": 20918, + "walk": 20919, + "▁ал": 20920, + "agnostics": 20921, + "▁Cape": 20922, + "▁Franco": 20923, + "▁fug": 20924, + ":)": 20925, + "юз": 20926, + "Fetch": 20927, + "▁roughly": 20928, + "▁Mis": 20929, + "uetooth": 20930, + "▁Venezuela": 20931, + "▁astronom": 20932, + "\")`": 20933, + "ombres": 20934, + "▁которой": 20935, + "óp": 20936, + "owed": 20937, + "HR": 20938, + "▁Camer": 20939, + "кие": 20940, + "parison": 20941, + "▁Bij": 20942, + "templates": 20943, + "environment": 20944, + "ização": 20945, + "▁ér": 20946, + "▁plenty": 20947, + "▁TypeError": 20948, + "▁forty": 20949, + "коном": 20950, + "▁Sed": 20951, + "▁thats": 20952, + "▁gravity": 20953, + "▁spiritual": 20954, + "▁duplicates": 20955, + "▁encryption": 20956, + "▁reven": 20957, + "getInstance": 20958, + "ällor": 20959, + "disk": 20960, + "▁thro": 20961, + "▁Nak": 20962, + "▁poł": 20963, + "▁heraus": 20964, + "invalid": 20965, + "sBy": 20966, + "Boot": 20967, + "▁bucket": 20968, + "▁Parse": 20969, + "hex": 20970, + "Conne": 20971, + "▁Computer": 20972, + "zyk": 20973, + "▁induced": 20974, + "▁Bruno": 20975, + "▁addressed": 20976, + "mania": 20977, + "▁inclus": 20978, + "ounced": 20979, + "scriptsize": 20980, + "▁Epis": 20981, + "▁vocal": 20982, + "▁Jonathan": 20983, + "ум": 20984, + "staden": 20985, + "▁Children": 20986, + "пей": 20987, + "Italia": 20988, + "reibung": 20989, + "▁nost": 20990, + "▁ещё": 20991, + "▁Werke": 20992, + "▁actress": 20993, + "▁Minnesota": 20994, + "rike": 20995, + "▁tek": 20996, + "▁primeira": 20997, + "▁frat": 20998, + "▁Configuration": 20999, + "▁bid": 21000, + "trigger": 21001, + "Contents": 21002, + "▁constantly": 21003, + "!!!": 21004, + "▁dread": 21005, + "▁hundreds": 21006, + "istische": 21007, + "▁cardinal": 21008, + "TABLE": 21009, + "▁estos": 21010, + "assoc": 21011, + "gray": 21012, + "▁Schloss": 21013, + "▁sche": 21014, + "cong": 21015, + "▁koji": 21016, + "ètes": 21017, + "▁Era": 21018, + "omi": 21019, + "▁SR": 21020, + "▁wrapped": 21021, + "▁trunc": 21022, + "▁ah": 21023, + "egos": 21024, + "oki": 21025, + "mouth": 21026, + "logging": 21027, + "▁fasc": 21028, + "▁Sample": 21029, + "▁conte": 21030, + "▁villa": 21031, + "comments": 21032, + "▁batal": 21033, + "▁García": 21034, + "▁Norte": 21035, + "▁wechsel": 21036, + "▁Museo": 21037, + "▁enfants": 21038, + "▁whisper": 21039, + "nake": 21040, + "▁jednak": 21041, + "lês": 21042, + "enders": 21043, + "▁äl": 21044, + "▁VB": 21045, + "▁cookies": 21046, + "zeti": 21047, + "atum": 21048, + "▁dedu": 21049, + "▁arranged": 21050, + "laz": 21051, + "▁cuenta": 21052, + "yml": 21053, + "▁flav": 21054, + "MR": 21055, + "emet": 21056, + "біль": 21057, + "cmp": 21058, + "ituto": 21059, + "zett": 21060, + "▁envi": 21061, + "▁kot": 21062, + "$:": 21063, + "upper": 21064, + "▁Alberto": 21065, + "kb": 21066, + "Anal": 21067, + "ört": 21068, + "▁[-": 21069, + "▁führte": 21070, + "iah": 21071, + "▁Tun": 21072, + "▁искус": 21073, + "uwe": 21074, + "ispecies": 21075, + "Pub": 21076, + "Sync": 21077, + "▁Colombia": 21078, + "akers": 21079, + "▁Imperial": 21080, + "oving": 21081, + "▁intelligence": 21082, + "▁equipment": 21083, + "ein": 21084, + "dagger": 21085, + "▁Edge": 21086, + "▁Республи": 21087, + "adratkilometer": 21088, + "▁Anto": 21089, + "▁charges": 21090, + "▁Ocean": 21091, + "▁simplify": 21092, + "▁miesz": 21093, + "running": 21094, + "▁Lac": 21095, + "genommen": 21096, + "▁representative": 21097, + "=.": 21098, + "▁Pred": 21099, + "▁spite": 21100, + "ciale": 21101, + "▁nave": 21102, + "▁extens": 21103, + "▁neutral": 21104, + "▁которая": 21105, + ".::": 21347, + "шёл": 21348, + "▁principales": 21349, + "▁цар": 21350, + "▁tied": 21351, + "▁alta": 21352, + "▁Cit": 21353, + "lined": 21354, + "major": 21355, + "▁punk": 21356, + "▁cinco": 21357, + "ický": 21358, + "▁raggi": 21359, + "typen": 21360, + "тельство": 21361, + "▁conference": 21362, + "▁сіль": 21363, + "▁heut": 21364, + "iš": 21365, + "ета": 21366, + "velope": 21367, + "hbox": 21368, + "nown": 21369, + "▁zar": 21370, + "ktiv": 21371, + "ieß": 21372, + "▁стре": 21373, + "▁EventArgs": 21374, + "▁Ira": 21375, + "▁VBA": 21376, + "▁Santo": 21377, + "▁Fach": 21378, + "▁FF": 21379, + "▁Raymond": 21380, + "мец": 21381, + "implementation": 21382, + "▁brothers": 21383, + "▁côté": 21384, + "▁controllers": 21385, + "▁Cle": 21386, + "▁cable": 21387, + "▁confer": 21388, + "▁{-": 21389, + "▁czł": 21390, + "▁Filip": 21391, + "atorio": 21392, + "▁wicht": 21393, + "▁beaucoup": 21394, + "▁Lit": 21395, + "▁sessions": 21396, + "▁Success": 21397, + "▁routing": 21398, + "niu": 21399, + "▁Vice": 21400, + "▁krit": 21401, + "updated": 21402, + "▁Invalid": 21403, + "▁Mannschaft": 21404, + "▁aos": 21405, + "▁tudi": 21406, + "▁després": 21407, + "qua": 21408, + "Contains": 21409, + "Company": 21410, + "▁persona": 21411, + "adapter": 21412, + "сни": 21413, + "▁voj": 21414, + "▁escri": 21415, + "agt": 21416, + "▁ство": 21417, + "▁distrito": 21418, + "apan": 21419, + "▁aspects": 21420, + "▁zal": 21421, + ")^{\\": 21422, + "▁système": 21423, + "▁ана": 21424, + "iums": 21425, + "▁premiers": 21426, + "▁поэ": 21427, + "▁mère": 21428, + "▁Gun": 21429, + "aping": 21430, + "▁Rain": 21431, + "▁igual": 21432, + "▁processor": 21433, + "')`": 21434, + "bling": 21435, + "▁mism": 21436, + "bráz": 21437, + "▁closest": 21438, + "▁Reading": 21439, + "▁попу": 21440, + "cono": 21441, + "▁kult": 21442, + "▁!!": 21443, + "▁Expression": 21444, + "▁induction": 21445, + "ahren": 21446, + "▁cp": 21447, + "▁violence": 21448, + "ientí": 21449, + "cente": 21450, + "▁Dob": 21451, + "jack": 21452, + "song": 21453, + "bucket": 21454, + "▁deport": 21455, + "кими": 21456, + "lm": 21457, + "▁innoc": 21458, + "Changes": 21459, + "▁prohib": 21460, + "angol": 21461, + "iseconds": 21462, + "▁пор": 21463, + "▁hip": 21464, + "▁pů": 21465, + "endorf": 21466, + "▁scheduled": 21467, + "▁Flug": 21468, + "acyj": 21469, + "▁Films": 21470, + "athedral": 21471, + "Power": 21472, + "ardin": 21473, + "kap": 21474, + "icken": 21475, + "resize": 21476, + "eus": 21477, + "rr": 21478, + "лян": 21479, + "▁Hav": 21480, + "▁ora": 21481, + "FROM": 21482, + "лося": 21483, + "▁terug": 21484, + "▁Width": 21485, + "▁accepts": 21486, + "бен": 21487, + "▁mich": 21488, + "▁Czech": 21489, + "▁Bedeut": 21490, + "▁вид": 21491, + "ôme": 21492, + "▁Loop": 21493, + "spect": 21494, + "ük": 21495, + "eston": 21496, + "▁slot": 21497, + "▁została": 21498, + "▁Charlotte": 21499, + "▁составляет": 21500, + "▁Promise": 21501, + "▁epo": 21502, + "▁diction": 21503, + "▁Franklin": 21504, + "▁Riv": 21505, + "руг": 21506, + "cida": 21507, + "▁Explorer": 21508, + "cookie": 21509, + "▁formerly": 21510, + "▁municipality": 21511, + "▁Stefan": 21512, + "lists": 21513, + "COMP": 21514, + "Len": 21515, + "▁Staat": 21516, + "▁NBA": 21517, + "dens": 21518, + "▁oscill": 21519, + "!.": 21520, + "▁PO": 21521, + "ône": 21522, + "eses": 21523, + "▁националь": 21524, + "voor": 21525, + "▁копи": 21526, + "▁пози": 21527, + "ulu": 21528, + "Constraint": 21529, + "▁своей": 21530, + "▁algebraic": 21531, + "чня": 21532, + "Dict": 21533, + "▁appearing": 21534, + "▁prav": 21535, + "▁Universal": 21536, + "Browser": 21537, + "▁Singap": 21538, + "ennessee": 21539, + "]_": 21540, + "▁Sof": 21541, + "▁Cad": 21542, + "ounce": 21543, + "▁costs": 21544, + "]{\\": 21545, + "../../": 21546, + "ській": 21547, + "ühl": 21548, + "iety": 21549, + "пр": 21550, + "▁interpreted": 21551, + "ajn": 21552, + "colog": 21553, + "YS": 21554, + "mans": 21555, + "▁metrics": 21556, + "▁registr": 21557, + "istance": 21558, + "▁Поль": 21559, + "▁anonymous": 21560, + "▁institutions": 21561, + "▁zdob": 21562, + "prüng": 21563, + "▁арти": 21564, + "▁estat": 21565, + "acci": 21566, + "▁academic": 21567, + "▁chiesa": 21568, + "▁Gian": 21569, + "contrib": 21570, + "umed": 21571, + "▁Gir": 21572, + "▁baseball": 21573, + "numeric": 21574, + "Generator": 21575, + "GM": 21576, + "▁tiny": 21577, + "▁distinction": 21578, + "гер": 21579, + "▁rust": 21580, + "▁FIFA": 21581, + "▁Properties": 21582, + "^-": 21583, + "▁экс": 21584, + "▁Stanis": 21585, + "▁Ajax": 21586, + "escape": 21587, + "▁consp": 21588, + "▁Chen": 21589, + "▁Naval": 21590, + "Bit": 21591, + "▁bât": 21592, + "скими": 21593, + "drive": 21594, + "▁Round": 21595, + "photo": 21596, + "▁Level": 21597, + "▁geg": 21598, + "Tom": 21599, + "▁Mobile": 21600, + "▁Trop": 21601, + "Direction": 21602, + "isan": 21603, + ")^{-": 21604, + "▁Setting": 21605, + "▁Probably": 21606, + "лья": 21607, + "▁assets": 21608, + "▁atte": 21609, + "▁bulk": 21610, + "ést": 21611, + "▁wing": 21612, + "nius": 21613, + "▁wins": 21614, + "▁lud": 21615, + "ushing": 21616, + "▁deven": 21617, + "ограф": 21618, + "burger": 21619, + "▁embar": 21620, + "FilterChain": 21621, + "▁tum": 21622, + "▁öss": 21623, + "▁nommé": 21624, + "▁pir": 21625, + "▁luc": 21626, + "dbo": 21627, + "agues": 21628, + "▁alcan": 21629, + "ouwen": 21630, + "▁Stanley": 21631, + "циали": 21632, + "▁grown": 21633, + "▁preserved": 21634, + "▁solar": 21635, + "▁Население": 21636, + "▁performances": 21637, + "▁Cow": 21638, + "▁engineering": 21639, + "▁scaling": 21640, + "atomic": 21641, + "endance": 21642, + "▁ace": 21643, + "ängen": 21644, + "Anim": 21645, + "phase": 21646, + "zburg": 21647, + "Old": 21648, + "▁servant": 21649, + "▁gemeins": 21650, + "▁Observ": 21651, + "translate": 21652, + "▁covering": 21653, + "▁están": 21654, + "▁problema": 21655, + "▁установ": 21656, + "▁llev": 21657, + "▁czerw": 21658, + "éal": 21659, + "mez": 21660, + "REE": 21661, + "ERR": 21662, + "тури": 21663, + "segu": 21664, + "▁profit": 21665, + "▁multiplication": 21666, + "kommen": 21667, + "▁faut": 21668, + "▁candidates": 21669, + "▁Uri": 21670, + "▁Laura": 21671, + "▁sap": 21672, + "▁висини": 21673, + "▁Between": 21674, + "fade": 21675, + "▁reserved": 21676, + "▁involving": 21677, + "▁Mare": 21678, + "▁Container": 21679, + "▁назна": 21680, + "▁DEBUG": 21681, + "▁hurt": 21682, + "▁Polski": 21683, + "▁lux": 21684, + "CB": 21685, + "wach": 21686, + "▁период": 21687, + "▁Catherine": 21688, + "▁ganz": 21689, + "uchte": 21690, + "▁consumer": 21691, + "▁crossed": 21692, + "ordered": 21693, + "away": 21694, + "techn": 21695, + "▁subscri": 21696, + "▁shortcut": 21697, + "▁производ": 21698, + "▁simultaneously": 21699, + "▁rating": 21700, + "▁Kings": 21701, + "▁relationships": 21702, + "▁Sex": 21703, + "▁Tool": 21704, + "agh": 21705, + "acters": 21706, + "logger": 21707, + "homme": 21708, + "engers": 21709, + "▁Ri": 21710, + "earance": 21711, + "▁appearances": 21712, + "Real": 21713, + "▁passe": 21714, + "iclopedia": 21715, + "чко": 21716, + "terre": 21717, + "▁Ontario": 21718, + "▁переда": 21719, + "footer": 21720, + "archivi": 21721, + "ifiz": 21722, + "▁Protest": 21723, + "▁LIN": 21724, + "unnable": 21725, + "▁centuries": 21726, + "▁Bayer": 21727, + "цію": 21728, + "овин": 21729, + "▁Andrea": 21730, + "selection": 21731, + "▁calm": 21732, + "▁modification": 21733, + "▁shortly": 21734, + "inaire": 21735, + "▁fusion": 21736, + "▁feelings": 21737, + "PK": 21738, + "▁Roberto": 21739, + "гне": 21740, + "Shared": 21741, + "▁mehrere": 21742, + "▁Niem": 21743, + "omp": 21744, + "Env": 21745, + "▁Article": 21746, + "▁Pok": 21747, + "▁VARCHAR": 21748, + "▁dil": 21749, + "▁afford": 21750, + "▁confront": 21751, + "owanie": 21752, + "▁ministre": 21753, + "adesh": 21754, + "▁Poly": 21755, + "▁Распо": 21756, + "▁Gruppe": 21757, + "▁Helen": 21758, + "▁cc": 21759, + "▁portrait": 21760, + "bew": 21761, + "▁beta": 21762, + "▁Wir": 21763, + "▁Audio": 21764, + "▁(\\<": 21765, + "riority": 21766, + "▁nit": 21767, + "▁представи": 21768, + "▁Vie": 21769, + "▁wür": 21770, + "▁Hold": 21771, + "▁Sad": 21772, + "▁Tochter": 21773, + "▁oltre": 21774, + "▁Activ": 21775, + "▁Jason": 21776, + "▁wieku": 21777, + "▁regards": 21778, + "▁taste": 21779, + "agnostic": 21780, + "лася": 21781, + "▁Self": 21782, + "▁apr": 21783, + "▁Deep": 21784, + "scop": 21785, + "Activ": 21786, + "▁typedef": 21787, + "ContentView": 21788, + "compiler": 21789, + "▁Roth": 21790, + "xc": 21791, + "зик": 21792, + "▁largo": 21793, + "▁Rena": 21794, + "heiten": 21795, + "▁platforms": 21796, + "ulla": 21797, + "▁glance": 21798, + "▁mascul": 21799, + "▁mex": 21800, + "▁Jorge": 21801, + "▁funcion": 21802, + "choose": 21803, + "▁reviews": 21804, + "▁Alban": 21805, + "▁Glo": 21806, + "▁Species": 21807, + "▁Fame": 21808, + "▁Roll": 21809, + "▁Puerto": 21810, + "▁\\)": 21811, + "ymnas": 21812, + "environ": 21813, + "▁iphone": 21814, + "▁Wrestling": 21815, + "ały": 21816, + "▁Indiana": 21817, + "Radio": 21818, + "VS": 21819, + "▁independence": 21820, + "тай": 21821, + "▁decode": 21822, + "White": 21823, + "▁journ": 21824, + "ículo": 21825, + "▁Barb": 21826, + "▁Evangel": 21827, + "▁Andy": 21828, + "▁Welcome": 21829, + "▁Device": 21830, + "gef": 21831, + "▁remembered": 21832, + "▁variations": 21833, + "▁Adolf": 21834, + "itaine": 21835, + "▁надморској": 21836, + "▁steam": 21837, + "▁concerns": 21838, + "▁`|": 21839, + "▁био": 21840, + "тельства": 21841, + "▁quattro": 21842, + "extend": 21843, + "▁trabajo": 21844, + "enberg": 21845, + "▁scenarios": 21846, + "ânt": 21847, + "▁kommt": 21848, + "▁domestic": 21849, + "▁Basketball": 21850, + "▁Cooper": 21851, + "sock": 21852, + "держа": 21853, + "={\\": 21854, + "▁inici": 21855, + "▁Phill": 21856, + "▁генерал": 21857, + "archiviato": 21858, + "ън": 21859, + "Rob": 21860, + "▁tong": 21861, + "▁characteristics": 21862, + "▁amaz": 21863, + "▁Mode": 21864, + "▁inaugur": 21865, + "wehr": 21866, + "rant": 21867, + "ionali": 21868, + "▁Mother": 21869, + "Ma": 21870, + "équ": 21871, + "▁Kelly": 21872, + "cile": 21873, + "▁besteht": 21874, + "▁estimates": 21875, + "ruguay": 21876, + "▁Ans": 21877, + "Mad": 21878, + "▁нав": 21879, + "▁données": 21880, + "▁tropical": 21881, + "▁Several": 21882, + "elter": 21883, + "▁Pho": 21884, + "kem": 21885, + "▁Customer": 21886, + "▁складі": 21887, + "▁courses": 21888, + "Platform": 21889, + "navbar": 21890, + "learning": 21891, + "▁Swedish": 21892, + "▁zast": 21893, + "▁Lig": 21894, + "management": 21895, + "▁lod": 21896, + "uffle": 21897, + "Texture": 21898, + "arga": 21899, + "átum": 21900, + "▁DDR": 21901, + "нії": 21902, + "▁Société": 21903, + "▁domains": 21904, + "▁permitted": 21905, + "▁externe": 21906, + "▁quelque": 21907, + "vt": 21908, + "yman": 21909, + "▁Ward": 21910, + "▁agli": 21911, + "▁andra": 21912, + "Snapshot": 21913, + "▁må": 21914, + "▁yeah": 21915, + "дена": 21916, + "ępu": 21917, + "askell": 21918, + "▁République": 21919, + "inject": 21920, + "▁';": 21921, + "änn": 21922, + "▁zelf": 21923, + "▁Entwicklung": 21924, + "ária": 21925, + "onomy": 21926, + "▁svil": 21927, + "iese": 21928, + "▁conser": 21929, + "▁nim": 21930, + "▁rész": 21931, + "▁Итали": 21932, + "▁partici": 21933, + "▁Lion": 21934, + "sr": 21935, + "always": 21936, + "▁Владимир": 21937, + "ческие": 21938, + "[,": 21939, + "▁Definition": 21940, + "nant": 21941, + "oem": 21942, + "Ids": 21943, + "▁вне": 21944, + "▁[...]": 21945, + "▁направ": 21946, + "▁GO": 21947, + "▁års": 21948, + "▁után": 21949, + "▁outros": 21950, + "▁región": 21951, + "▁Mong": 21952, + "▁filme": 21953, + "▁triple": 21954, + "▁spons": 21955, + "Develop": 21956, + "▁outcome": 21957, + "▁Bible": 21958, + "▁имени": 21959, + "Canvas": 21960, + "пута": 21961, + "curr": 21962, + "ások": 21963, + "){\\": 21964, + "ningar": 21965, + "`;": 21966, + "▁Flash": 21967, + ":#": 21968, + "must": 21969, + "cpu": 21970, + "▁formats": 21971, + "Har": 21972, + "▁episodio": 21973, + "▁Rosa": 21974, + "▁dès": 21975, + "emit": 21976, + "riteria": 21977, + "Annotation": 21978, + "Flag": 21979, + "gmail": 21980, + "▁Normal": 21981, + "ollary": 21982, + "▁foss": 21983, + "▁concurrent": 21984, + "▁crashes": 21985, + "▁виде": 21986, + "▁Minor": 21987, + "▁Sit": 21988, + "▁SN": 21989, + "▁scar": 21990, + "▁femin": 21991, + "▁specification": 21992, + "soap": 21993, + "▁operate": 21994, + "▁principalmente": 21995, + "▁aust": 21996, + "ibile": 21997, + "itime": 21998, + "лежа": 21999, + "iframe": 22000, + "▁concepts": 22001, + "▁tack": 22002, + "▁viss": 22003, + "▁carbon": 22004, + "tery": 22005, + "▁naming": 22006, + "▁Orts": 22007, + "idente": 22008, + "▁Capit": 22009, + "▁expr": 22010, + "▁насељу": 22011, + "▁Selected": 22012, + "▁hinter": 22013, + "▁iframe": 22014, + "▁zb": 22015, + "indexPath": 22016, + "coll": 22017, + "▁wrześ": 22018, + "▁acht": 22019, + "▁gradually": 22020, + "▁чу": 22021, + "зей": 22022, + "haft": 22023, + "▁tran": 22024, + "▁laquelle": 22025, + "ytics": 22026, + "IDE": 22027, + "▁pygame": 22028, + "▁Package": 22029, + "▁className": 22030, + "Bal": 22031, + "perl": 22032, + "тина": 22033, + "Occ": 22034, + "▁infrastr": 22035, + "▁Champions": 22036, + "▁classic": 22037, + "▁Raw": 22038, + "▁partially": 22039, + "▁Ted": 22040, + "▁stolet": 22041, + "rained": 22042, + "WHERE": 22043, + "▁vall": 22044, + "▁Julia": 22045, + "zat": 22046, + "▁surrounded": 22047, + "SEE": 22048, + "▁walking": 22049, + "Bad": 22050, + "FOR": 22051, + "contre": 22052, + "▁Palest": 22053, + "ático": 22054, + "▁engineer": 22055, + "▁partners": 22056, + "▁Jews": 22057, + "ilers": 22058, + "▁cerem": 22059, + "▁interactions": 22060, + "acu": 22061, + "sty": 22062, + "▁Princess": 22063, + "sharp": 22064, + "▁Singles": 22065, + "▁їх": 22066, + "chez": 22067, + "Receiver": 22068, + "▁patients": 22069, + "stringify": 22070, + "▁competed": 22071, + "bey": 22072, + "$;": 22073, + "▁Bd": 22074, + "hadoop": 22075, + "▁División": 22076, + "öld": 22077, + "▁restricted": 22078, + "▁commander": 22079, + "▁Highway": 22080, + "▁Česk": 22081, + "▁myth": 22082, + "чан": 22083, + "raham": 22084, + "▁enqu": 22085, + "▁pog": 22086, + "▁comuna": 22087, + "▁println": 22088, + "▁круп": 22089, + "▁depois": 22090, + "▁seats": 22091, + "▁neighb": 22092, + "циона": 22093, + "agine": 22094, + "▁clothes": 22095, + "▁Prior": 22096, + "Brain": 22097, + "FFFF": 22098, + "':'": 22099, + "features": 22100, + "▁filesystem": 22101, + "▁singles": 22102, + "▁Melbourne": 22103, + "▁destruction": 22104, + "▁Lyon": 22105, + "▁Insel": 22106, + "Nav": 22107, + "▁Replace": 22108, + "▁lé": 22109, + "Who": 22110, + "▁Estad": 22111, + "▁dimensional": 22112, + "▁öff": 22113, + "▁grands": 22114, + "джа": 22115, + "plane": 22116, + "ності": 22117, + "▁Origin": 22118, + "WI": 22119, + "änner": 22120, + "▁Cry": 22121, + "ITION": 22122, + "▁född": 22123, + "▁cultura": 22124, + "▁Rank": 22125, + "▁vuel": 22126, + "▁zag": 22127, + "▁Maxim": 22128, + "ону": 22129, + "()))": 22130, + "Raw": 22131, + "kirche": 22132, + "▁además": 22133, + "▁tie": 22134, + "▁Style": 22135, + "сков": 22136, + "istant": 22137, + "olph": 22138, + "▁Zür": 22139, + "▁Info": 22140, + "DOM": 22141, + "usc": 22142, + "nahm": 22143, + "▁Федера": 22144, + "▁Fot": 22145, + "▁specifying": 22146, + "▁titolo": 22147, + "▁Boys": 22148, + "iech": 22149, + "Place": 22150, + "▁Hoff": 22151, + "▁cached": 22152, + "валь": 22153, + "isher": 22154, + "rolling": 22155, + "opens": 22156, + "▁hr": 22157, + "------": 22158, + "▁maggior": 22159, + "▁transactions": 22160, + "▁criminal": 22161, + "▁retre": 22162, + "▁Campbell": 22163, + ")):": 22164, + "▁ned": 22165, + "Pager": 22166, + "▁Hero": 22167, + "(__": 22168, + "▁uncle": 22169, + "▁reaches": 22170, + "arto": 22171, + "▁hello": 22172, + "Preferences": 22173, + "▁затем": 22174, + "Named": 22175, + "▁readers": 22176, + "хі": 22177, + "kern": 22178, + "▁упо": 22179, + "кин": 22180, + "▁lav": 22181, + "▁nob": 22182, + "▁secre": 22183, + "▁ListView": 22184, + "вания": 22185, + "▁Mayor": 22186, + "borough": 22187, + "▁filosof": 22188, + "нення": 22189, + "фри": 22190, + "▁patr": 22191, + "FM": 22192, + "▁acid": 22193, + "▁Salvador": 22194, + "▁abb": 22195, + "▁Graham": 22196, + "policy": 22197, + "negative": 22198, + "ńskiego": 22199, + "▁Heimat": 22200, + "▁dazu": 22201, + "▁mely": 22202, + "▁ride": 22203, + "▁duties": 22204, + "overy": 22205, + "▁Proposition": 22206, + "▁Paolo": 22207, + "/'": 22208, + "▁Mau": 22209, + "imenti": 22210, + "Saint": 22211, + "father": 22212, + "▁equilib": 22213, + "phony": 22214, + "▁clas": 22215, + "▁отли": 22216, + "▁Buffered": 22217, + "rek": 22218, + "▁mitt": 22219, + "▁Hur": 22220, + "▁Harvard": 22221, + "▁demonstrate": 22222, + "uario": 22223, + "▁dolor": 22224, + "▁rejected": 22225, + "▁Müller": 22226, + "▁nac": 22227, + "▁Belle": 22228, + "▁gathered": 22229, + "nr": 22230, + "frika": 22231, + "öll": 22232, + "▁chemical": 22233, + "nig": 22234, + "▁calc": 22235, + "▁DEFAULT": 22236, + "▁philosophy": 22237, + "▁Laravel": 22238, + "▁alignment": 22239, + "EV": 22240, + "eor": 22241, + "▁dzie": 22242, + "▁mest": 22243, + "▁Io": 22244, + "CRE": 22245, + "зви": 22246, + "▁Medic": 22247, + "▁nä": 22248, + "▁zab": 22249, + "▁Slov": 22250, + "utlich": 22251, + "▁amplit": 22252, + "▁Frankreich": 22253, + "▁кіль": 22254, + "IND": 22255, + "execution": 22256, + "▁Karriere": 22257, + "dostęp": 22258, + "▁réal": 22259, + "engo": 22260, + "▁severe": 22261, + "зма": 22262, + "▁турни": 22263, + "▁Carter": 22264, + "▁Robinson": 22265, + "getElementsBy": 22266, + "▁prototype": 22267, + "▁japon": 22268, + "führung": 22269, + "▁consegu": 22270, + "▁studi": 22271, + "▁lire": 22272, + "▁schließ": 22273, + "▁Buff": 22274, + "▁redund": 22275, + "▁ern": 22276, + "▁myster": 22277, + "▁proprio": 22278, + "ateful": 22279, + "▁Parent": 22280, + "▁ladies": 22281, + "rack": 22282, + "тика": 22283, + "enburg": 22284, + "▁качестве": 22285, + "▁EF": 22286, + "▁stam": 22287, + "▁nueva": 22288, + "▁filtered": 22289, + "reten": 22290, + "▁Ian": 22291, + "▁Matthew": 22292, + "kih": 22293, + "▁ő": 22294, + "▁компози": 22295, + "▁forever": 22296, + "oires": 22297, + ":\\\\": 22298, + "▁études": 22299, + "▁soup": 22300, + "▁pleased": 22301, + ")}(": 22302, + "▁Stop": 22303, + "Setter": 22304, + "▁Help": 22305, + "▁bars": 22306, + "▁ERR": 22307, + "▁(?": 22308, + "▁poetry": 22309, + "▁Util": 22310, + "AK": 22311, + "▁fick": 22312, + "▁IM": 22313, + "▁proud": 22314, + "носи": 22315, + "▁muerte": 22316, + "▁Palmarès": 22317, + "▁Nas": 22318, + "щих": 22319, + "▁quer": 22320, + "▁apenas": 22321, + "]['": 22322, + "▁Konst": 22323, + "пон": 22324, + "▁Schiff": 22325, + "▁mp": 22326, + "▁благо": 22327, + "fram": 22328, + "▁household": 22329, + "▁tract": 22330, + "encoding": 22331, + "▁undert": 22332, + "▁Aug": 22333, + "ован": 22334, + "▁Arten": 22335, + "▁invoked": 22336, + "▁dynast": 22337, + "▁fleet": 22338, + "чество": 22339, + "▁Murray": 22340, + "▁gut": 22341, + "elihood": 22342, + "▁SSH": 22343, + "ответ": 22344, + "▁personally": 22345, + "прия": 22346, + "▁financi": 22347, + "▁Thompson": 22348, + "alu": 22349, + "identity": 22350, + "▁Grab": 22351, + "addle": 22352, + "Ét": 22353, + "▁Tob": 22354, + "▁verlor": 22355, + "▁Sainte": 22356, + "▁dop": 22357, + "▁вере": 22358, + "___": 22359, + "▁promotion": 22360, + "▁-=": 22361, + "▁отде": 22362, + "▁ambigu": 22363, + "ORDER": 22364, + "▁Communic": 22365, + "▁imply": 22366, + "oned": 22367, + "cluding": 22368, + "▁collision": 22369, + "▁fragments": 22370, + "scription": 22371, + "▁'{": 22372, + "лях": 22373, + "▁hans": 22374, + "ус": 22375, + "wire": 22376, + "namespace": 22377, + "▁sword": 22378, + "refresh": 22379, + "▁kwam": 22380, + "zs": 22381, + "commons": 22382, + "▁cosa": 22383, + "▁regime": 22384, + "grep": 22385, + "▁dioc": 22386, + "▁Contact": 22387, + "▁estas": 22388, + "▁Stewart": 22389, + "▁viele": 22390, + "това": 22391, + "▁Ran": 22392, + "annes": 22393, + "iday": 22394, + "▁snapshot": 22395, + "orrow": 22396, + "▁zač": 22397, + "▁участие": 22398, + "▁promised": 22399, + "Assembly": 22400, + "▁championship": 22401, + "▁Define": 22402, + "▁eren": 22403, + "▁ново": 22404, + "▁thinks": 22405, + "Age": 22406, + "▁gev": 22407, + "varchar": 22408, + "ività": 22409, + "compos": 22410, + "▁Mutter": 22411, + "CONT": 22412, + "armée": 22413, + "agnet": 22414, + "▁Brow": 22415, + ".—": 22416, + "▁Television": 22417, + "▁Для": 22418, + "▁vm": 22419, + "▁ordin": 22420, + "▁Михай": 22421, + "▁aproxim": 22422, + "')->": 22423, + "▁zoo": 22424, + "ippi": 22425, + "▁sino": 22426, + "▁Québec": 22427, + "rages": 22428, + "äck": 22429, + "eing": 22430, + "arlo": 22431, + "pios": 22432, + "▁Chan": 22433, + "▁elli": 22434, + "▁incons": 22435, + "gestellt": 22436, + "ppers": 22437, + "Jean": 22438, + "anstalt": 22439, + "▁Dance": 22440, + "▁toen": 22441, + "▁decis": 22442, + "▁Резу": 22443, + "▁officially": 22444, + "ätze": 22445, + "▁доро": 22446, + "▁enumer": 22447, + "▁troisième": 22448, + "typ": 22449, + "offs": 22450, + "боль": 22451, + "odn": 22452, + "▁Zar": 22453, + "▁друго": 22454, + "quia": 22455, + "▁Nicolas": 22456, + "пису": 22457, + "▁mob": 22458, + "paces": 22459, + "нього": 22460, + "Alg": 22461, + "éroï": 22462, + "Errors": 22463, + "▁гре": 22464, + "▁женщи": 22465, + "inch": 22466, + "▁Korean": 22467, + "▁Apost": 22468, + "▁Liver": 22469, + "▁elementary": 22470, + "▁DI": 22471, + "виси": 22472, + "▁soil": 22473, + "▁DLL": 22474, + "▁risp": 22475, + "▁Shakespe": 22476, + "▁Gaussian": 22477, + "▁Kurt": 22478, + "Vertex": 22479, + "ebol": 22480, + "organisation": 22481, + "ären": 22482, + "▁YES": 22483, + "CUR": 22484, + "▁началь": 22485, + "▁постро": 22486, + "▁Luigi": 22487, + "▁caching": 22488, + "preventDefault": 22489, + "amd": 22490, + "▁Vit": 22491, + "subst": 22492, + "▁строи": 22493, + "▁Campion": 22494, + "chr": 22495, + "фере": 22496, + "▁Список": 22497, + "NF": 22498, + "▁cím": 22499, + "▁hé": 22500, + "rebbe": 22501, + "ocy": 22502, + "below": 22503, + "▁bylo": 22504, + "▁Уи": 22505, + "▁\\({\\": 22506, + "▁`:": 22507, + "giore": 22508, + "San": 22509, + "▁Gate": 22510, + "▁вс": 22511, + "▁olimp": 22512, + "▁Matrix": 22513, + "▁hearing": 22514, + "rii": 22515, + "tfrac": 22516, + "▁allemand": 22517, + "▁Vue": 22518, + "лн": 22519, + "▁compiling": 22520, + "▁Ens": 22521, + "▁investigation": 22522, + "▁Ax": 22523, + "▁chars": 22524, + "▁targets": 22525, + "▁loud": 22526, + "usement": 22527, + "▁Nether": 22528, + "commerce": 22529, + "IGHT": 22530, + "ocoa": 22531, + "ifecycle": 22532, + "▁Leo": 22533, + "priv": 22534, + "▁goods": 22535, + "adamente": 22536, + "Austral": 22537, + "▁reboot": 22538, + "Gest": 22539, + "▁representations": 22540, + "ceu": 22541, + "▁doctrine": 22542, + "cers": 22543, + "▁Krak": 22544, + "▁advoc": 22545, + "▁squadra": 22546, + "▁arbeitete": 22547, + "üst": 22548, + "▁pill": 22549, + "Answer": 22550, + "▁квіт": 22551, + "▁Wa": 22552, + "umann": 22553, + "▁Dynam": 22554, + "Famil": 22555, + "▁tennis": 22556, + "▁Engineering": 22557, + "▁circles": 22558, + "▁Maryland": 22559, + "▁besta": 22560, + "▁bases": 22561, + "▁znajdu": 22562, + "ктора": 22563, + "▁arrest": 22564, + "лер": 22565, + "▁Gia": 22566, + "▁remarkable": 22567, + "▁могу": 22568, + "▁Supreme": 22569, + "▁`%": 22570, + "dor": 22571, + "▁aujourd": 22572, + "▁wis": 22573, + "WIDTH": 22574, + "▁misma": 22575, + "▁fluid": 22576, + "▁petite": 22577, + "▁Tow": 22578, + "Registry": 22579, + "emed": 22580, + "▁Wisconsin": 22581, + "▁Racing": 22582, + "▁registration": 22583, + "/%": 22584, + "third": 22585, + "▁monuments": 22586, + "чей": 22587, + "▁jet": 22588, + "▁Urban": 22589, + "álva": 22590, + "▁milieu": 22591, + "▁possess": 22592, + "▁germ": 22593, + "dependencies": 22594, + "▁enemies": 22595, + "▁samen": 22596, + "▁Werner": 22597, + "▁hizo": 22598, + "▁td": 22599, + "▁yesterday": 22600, + "▁Ад": 22601, + "▁hasn": 22602, + "cellation": 22603, + "ování": 22604, + "lika": 22605, + "Week": 22606, + "▁Ing": 22607, + "▁Email": 22608, + "▁mètres": 22609, + "▁OCLC": 22610, + "▁amongst": 22611, + "▁splend": 22612, + "fur": 22613, + "antics": 22614, + "▁XXX": 22615, + "▁группы": 22616, + "lach": 22617, + "▁cousin": 22618, + "▁invariant": 22619, + "ђу": 22620, + "▁Beispiel": 22621, + "▁harder": 22622, + "▁bell": 22623, + "▁orch": 22624, + "tb": 22625, + "Footnote": 22626, + "regon": 22627, + "Martin": 22628, + "▁incon": 22629, + "▁attacked": 22630, + "_{-": 22631, + "▁Tras": 22632, + "party": 22633, + "iteit": 22634, + "▁saint": 22635, + "rások": 22636, + "▁containers": 22637, + "Mo": 22638, + "▁Sn": 22639, + "quantity": 22640, + "▁ras": 22641, + "▁Canal": 22642, + "ccion": 22643, + "uvo": 22644, + "▁idx": 22645, + "typename": 22646, + "▁Rugby": 22647, + "▁Seems": 22648, + "▁transmit": 22649, + "▁Präsident": 22650, + "зне": 22651, + "▁Baker": 22652, + "inth": 22653, + "▁több": 22654, + "verein": 22655, + "▁especie": 22656, + ",(": 22657, + "▁téc": 22658, + "▁WITH": 22659, + "▁unos": 22660, + "▁politics": 22661, + "createElement": 22662, + "▁stats": 22663, + "▁Tennessee": 22664, + "▁Bedeutung": 22665, + "▁Screen": 22666, + "▁Straße": 22667, + "anze": 22668, + "▁partly": 22669, + "manuel": 22670, + "olation": 22671, + "horizontal": 22672, + "érieure": 22673, + "ampio": 22674, + "▁струк": 22675, + "Weight": 22676, + "Land": 22677, + "poly": 22678, + "▁Dak": 22679, + "▁Assume": 22680, + "\".$": 22681, + "▁casi": 22682, + "▁gross": 22683, + "▁entertain": 22684, + "▁década": 22685, + "'.$": 22686, + "encer": 22687, + "▁guaranteed": 22688, + "]$.": 22689, + "лися": 22690, + "▁acceptable": 22691, + "raise": 22692, + "irus": 22693, + "weit": 22694, + "▁Ана": 22695, + "▁hills": 22696, + "ipage": 22697, + "BIT": 22698, + "▁nucle": 22699, + "▁utilis": 22700, + "CAA": 22701, + "ènes": 22702, + "▁Schweiz": 22703, + "▁AA": 22704, + "ninger": 22705, + "▁bands": 22706, + "▁tender": 22707, + "som": 22708, + "Warning": 22709, + "▁Bischof": 22710, + "▁Arc": 22711, + "▁Woman": 22712, + "▁transmission": 22713, + "чни": 22714, + "istre": 22715, + "BY": 22716, + "▁SI": 22717, + "▁Пар": 22718, + "▁}).": 22719, + "▁presenta": 22720, + "▁René": 22721, + "▁happiness": 22722, + "▁Punk": 22723, + "cols": 22724, + "▁Desde": 22725, + "рёх": 22726, + "▁мона": 22727, + "▁scratch": 22728, + "▁tcp": 22729, + "êtes": 22730, + "itated": 22731, + "▁diferen": 22732, + "geh": 22733, + "nahmen": 22734, + "Пе": 22735, + "cki": 22736, + "▁Teatro": 22737, + "▁Remember": 22738, + "▁fright": 22739, + "▁Yam": 22740, + "western": 22741, + "leted": 22742, + "▁встре": 22743, + "▁település": 22744, + "зин": 22745, + "▁Quant": 22746, + "▁supre": 22747, + "ája": 22748, + "дія": 22749, + "▁carrera": 22750, + "kret": 22751, + "para": 22752, + "▁SUM": 22753, + "▁pit": 22754, + "źdz": 22755, + "éo": 22756, + "рення": 22757, + "▁Chor": 22758, + "▁voix": 22759, + "▁executive": 22760, + "▁allerdings": 22761, + "Maybe": 22762, + "▁день": 22763, + "▁flying": 22764, + "▁parliament": 22765, + "ждан": 22766, + "▁fram": 22767, + "▁жовт": 22768, + "▁ugly": 22769, + "▁буду": 22770, + "igny": 22771, + "\\|_{": 22772, + "▁bitter": 22773, + "sce": 22774, + "▁pole": 22775, + "Verlag": 22776, + "▁totalité": 22777, + "▁foundation": 22778, + "jt": 22779, + "▁slice": 22780, + "ifique": 22781, + "▁integrate": 22782, + "strij": 22783, + "▁asympt": 22784, + "▁ему": 22785, + "▁perturb": 22786, + "▁Flow": 22787, + "jboss": 22788, + "RIG": 22789, + "▁Aless": 22790, + "XXX": 22791, + "▁summ": 22792, + "sqlite": 22793, + "▁cheer": 22794, + "prob": 22795, + "▁GPU": 22796, + "ził": 22797, + "(*)": 22798, + "▁induct": 22799, + "RAY": 22800, + "blatt": 22801, + "questa": 22802, + "oru": 22803, + "▁Inside": 22804, + "▁McG": 22805, + "▁Nep": 22806, + "мп": 22807, + "▁inve": 22808, + "▁Animal": 22809, + "▁sob": 22810, + "ított": 22811, + "loyment": 22812, + "▁bund": 22813, + "Station": 22814, + "▁BEGIN": 22815, + "▁partiellement": 22816, + "igg": 22817, + "estore": 22818, + "▁coinc": 22819, + "▁Sommer": 22820, + "▁md": 22821, + "▁locked": 22822, + "mathchar": 22823, + "arma": 22824, + "pent": 22825, + "arium": 22826, + "▁ears": 22827, + "▁Songs": 22828, + "▁similarly": 22829, + "▁literally": 22830, + "▁inches": 22831, + "▁affection": 22832, + "lp": 22833, + "▁concluded": 22834, + "▁муніципалі": 22835, + "▁памя": 22836, + "estaur": 22837, + "▁Josh": 22838, + "▁Fritz": 22839, + "DBC": 22840, + "дён": 22841, + "posa": 22842, + "▁golden": 22843, + "▁pc": 22844, + "▁comte": 22845, + "▁Ziel": 22846, + "▁présente": 22847, + "marks": 22848, + "igneur": 22849, + "▁Drive": 22850, + "▁neglect": 22851, + "▁rozp": 22852, + "▁Five": 22853, + "spaces": 22854, + "▁Medi": 22855, + "▁existed": 22856, + "▁była": 22857, + "джи": 22858, + "▁frente": 22859, + "тник": 22860, + "odd": 22861, + "▁answering": 22862, + "bian": 22863, + "▁Eugen": 22864, + "▁Publications": 22865, + "▁Dia": 22866, + "lá": 22867, + "▁'_": 22868, + "▁recuper": 22869, + "ому": 22870, + "▁Append": 22871, + "obar": 22872, + "▁employees": 22873, + "▁compens": 22874, + "emetery": 22875, + "▁элект": 22876, + "MON": 22877, + "olin": 22878, + "▁historic": 22879, + "his": 22880, + "ąd": 22881, + "nm": 22882, + "▁Goth": 22883, + "▁stress": 22884, + "▁partecip": 22885, + "▁Aw": 22886, + "▁sar": 22887, + "▁hu": 22888, + "▁matplotlib": 22889, + "▁Myst": 22890, + "();`": 22891, + "schein": 22892, + "Longrightarrow": 22893, + "▁ря": 22894, + "▁Isra": 22895, + "[^": 22896, + "nou": 22897, + "▁synd": 22898, + "working": 22899, + "▁Nation": 22900, + "▁Pent": 22901, + "▁klass": 22902, + "▁applicable": 22903, + "▁Diam": 22904, + "▁brasile": 22905, + "▁pac": 22906, + "▁Height": 22907, + "Put": 22908, + "▁intro": 22909, + "▁unusual": 22910, + "nas": 22911, + "▁Gebäude": 22912, + "▁beam": 22913, + "▁Rect": 22914, + "▁Primera": 22915, + "▁haut": 22916, + "▁trait": 22917, + "prüft": 22918, + "inación": 22919, + "▁configurations": 22920, + "▁gilt": 22921, + "▁territoire": 22922, + "hez": 22923, + "▁alte": 22924, + "relative": 22925, + "Excel": 22926, + "▁Wright": 22927, + "GV": 22928, + "поли": 22929, + "Quant": 22930, + "▁gauge": 22931, + "▁multiply": 22932, + "ASS": 22933, + "ственно": 22934, + "ану": 22935, + "▁jeden": 22936, + "▁literary": 22937, + "▁Dro": 22938, + "▁advise": 22939, + "itzen": 22940, + "▁disag": 22941, + "website": 22942, + "▁дія": 22943, + "▁observer": 22944, + "▁január": 22945, + "vě": 22946, + "kup": 22947, + "▁Ses": 22948, + "▁wojew": 22949, + "▁stages": 22950, + "▁времени": 22951, + "łuż": 22952, + "нос": 22953, + "Download": 22954, + "ipo": 22955, + "▁graf": 22956, + "▁робо": 22957, + "▁Nikol": 22958, + "▁fic": 22959, + "▁joining": 22960, + "▁diversos": 22961, + "▁LIKE": 22962, + "▁Fitz": 22963, + "▁dimin": 22964, + "▁distrib": 22965, + "Sam": 22966, + "koz": 22967, + "▁alphabet": 22968, + "oser": 22969, + "OUR": 22970, + "uka": 22971, + "кая": 22972, + "▁steel": 22973, + "▁`--": 22974, + "▁tener": 22975, + "marker": 22976, + "▁Heaven": 22977, + "newcommand": 22978, + "▁prisoners": 22979, + "▁Knight": 22980, + "▁presents": 22981, + "▁questi": 22982, + "▁trains": 22983, + "opera": 22984, + "▁Linear": 22985, + "▁ME": 22986, + "▁Buc": 22987, + "Leg": 22988, + "▁agua": 22989, + "▁Griff": 22990, + "olg": 22991, + "dst": 22992, + ".\r": 22993, + "▁persones": 22994, + "Mal": 22995, + "бере": 22996, + "folge": 22997, + "▁acab": 22998, + "ctu": 22999, + "ptic": 23000, + "▁Navigation": 23001, + "Russ": 23002, + "галь": 23003, + "▁Ful": 23004, + "▁має": 23005, + "чная": 23006, + "wner": 23007, + "contra": 23008, + "▁joueur": 23009, + "▁Jess": 23010, + "▁renew": 23011, + "▁lap": 23012, + "▁casting": 23013, + "gal": 23014, + "▁tématu": 23015, + "▁называ": 23016, + "зах": 23017, + "чне": 23018, + ")-\\": 23019, + "▁часто": 23020, + "}$-": 23021, + "▁licz": 23022, + "▁emot": 23023, + "harm": 23024, + "▁occasionally": 23025, + "▁horror": 23026, + "east": 23027, + "▁printer": 23028, + "aran": 23029, + "▁Mississ": 23030, + "follow": 23031, + "▁Barry": 23032, + "▁investigate": 23033, + "gow": 23034, + "▁Americans": 23035, + "Since": 23036, + "▁відо": 23037, + "▁reun": 23038, + "osci": 23039, + "▁Chapter": 23040, + "▁bay": 23041, + "роме": 23042, + "ethe": 23043, + "édie": 23044, + "comot": 23045, + "▁miejscowo": 23046, + "▁studierte": 23047, + "ouvert": 23048, + "▁кур": 23049, + "▁DESC": 23050, + "▁touched": 23051, + "▁Jerry": 23052, + "uese": 23053, + "лище": 23054, + "authentication": 23055, + "▁colle": 23056, + "heart": 23057, + "▁regiment": 23058, + "cribed": 23059, + "▁Боль": 23060, + "▁проис": 23061, + "ceae": 23062, + "▁masses": 23063, + "▁scrolling": 23064, + "usto": 23065, + "SW": 23066, + "ovat": 23067, + "▁grâce": 23068, + "▁Архив": 23069, + "▁Север": 23070, + "avait": 23071, + "▁Marshall": 23072, + "▁HashMap": 23073, + "acon": 23074, + "ücken": 23075, + "[])": 23076, + "▁evangel": 23077, + "etzung": 23078, + "ttemberg": 23079, + "sters": 23080, + "TM": 23081, + "▁литера": 23082, + "quot": 23083, + "Pred": 23084, + "▁werk": 23085, + "▁haber": 23086, + "lava": 23087, + "vous": 23088, + "▁Late": 23089, + "cycle": 23090, + "тирова": 23091, + "▁проду": 23092, + "▁populations": 23093, + "▁Yan": 23094, + "Prefix": 23095, + "actéristiques": 23096, + "+'": 23097, + "()`](": 23098, + "▁Ль": 23099, + "филь": 23100, + "▁жизни": 23101, + "ftp": 23102, + "▁всех": 23103, + "▁gdzie": 23104, + "▁videa": 23105, + "oauth": 23106, + "▁pid": 23107, + "ům": 23108, + "▁pesso": 23109, + "▁tracking": 23110, + "izin": 23111, + "▁Morris": 23112, + "щий": 23113, + "▁Provinz": 23114, + "▁Mitte": 23115, + "▁artificial": 23116, + "brázky": 23117, + "▁дости": 23118, + "▁restored": 23119, + "▁communicate": 23120, + "agit": 23121, + "Recogn": 23122, + "▁lon": 23123, + "▁заня": 23124, + "▁Argument": 23125, + "flush": 23126, + "мана": 23127, + "seconds": 23128, + "UC": 23129, + "▁Ruth": 23130, + "▁tub": 23131, + "▁Bret": 23132, + "▁Pere": 23133, + "▁responsibility": 23134, + "ńczy": 23135, + "▁environments": 23136, + "kee": 23137, + "▁groot": 23138, + "▁painted": 23139, + "▁Éditions": 23140, + "cpy": 23141, + "árt": 23142, + "lichkeit": 23143, + "arda": 23144, + "Batch": 23145, + "▁Leopold": 23146, + "reason": 23147, + "noreferrer": 23148, + "sens": 23149, + "▁rocks": 23150, + "▁Hitler": 23151, + "лат": 23152, + "▁quoted": 23153, + "▁колле": 23154, + "▁уров": 23155, + "bag": 23156, + ".\")": 23157, + "▁ML": 23158, + "▁komt": 23159, + "▁[_": 23160, + "▁spectral": 23161, + "edo": 23162, + "▁insieme": 23163, + "▁suffering": 23164, + "slider": 23165, + "▁Kennedy": 23166, + "olate": 23167, + "▁Patri": 23168, + "зии": 23169, + "OH": 23170, + "▁теа": 23171, + "▁права": 23172, + "мах": 23173, + "rewrite": 23174, + "▁Einsatz": 23175, + "external": 23176, + "holds": 23177, + "▁Places": 23178, + "atype": 23179, + "▁vulner": 23180, + "▁abandoned": 23181, + "Origin": 23182, + "▁maximal": 23183, + "AAAA": 23184, + "▁Baseball": 23185, + "▁Close": 23186, + "▁painter": 23187, + "▁assigning": 23188, + "NB": 23189, + "blast": 23190, + "▁Künstler": 23191, + ")](": 23192, + "fach": 23193, + "▁Constantin": 23194, + "okes": 23195, + "▁nobody": 23196, + "▁subtract": 23197, + "▁fosse": 23198, + "▁certific": 23199, + "▁muse": 23200, + "/),": 23201, + "▁Profil": 23202, + "▁proxim": 23203, + "▁Jerusalem": 23204, + "▁simplicity": 23205, + "▁wsz": 23206, + "NUMBER": 23207, + "uttavia": 23208, + "UITableView": 23209, + "ichter": 23210, + "жан": 23211, + "▁Lav": 23212, + "itchen": 23213, + "▁Чем": 23214, + "Tu": 23215, + "▁geom": 23216, + "▁zvuky": 23217, + "▁Survey": 23218, + "ANCE": 23219, + "▁encrypted": 23220, + "prof": 23221, + "▁dare": 23222, + "▁Loren": 23223, + "тв": 23224, + "▁Алек": 23225, + "▁computers": 23226, + "▁expectation": 23227, + "▁substantial": 23228, + "▁Дми": 23229, + "▁`{": 23230, + "▁дра": 23231, + "ubble": 23232, + "▁performs": 23233, + "▁Krieg": 23234, + "▁incoming": 23235, + "▁Classification": 23236, + "WebView": 23237, + "▁episodes": 23238, + "apper": 23239, + "äufig": 23240, + "▁giov": 23241, + "▁Depart": 23242, + "бора": 23243, + "edly": 23244, + "ospod": 23245, + "▁ptr": 23246, + "▁dátum": 23247, + "▁estimation": 23248, + "icole": 23249, + "▁----": 23250, + "▁princes": 23251, + "HEAD": 23252, + "▁diffusion": 23253, + "▁drie": 23254, + "▁Ada": 23255, + "нице": 23256, + "nginx": 23257, + "shal": 23258, + "▁februari": 23259, + "▁Tat": 23260, + "looking": 23261, + "kund": 23262, + "▁Dean": 23263, + "mongodb": 23264, + "вших": 23265, + "▁Aur": 23266, + "▁Flora": 23267, + "▁Studios": 23268, + "ције": 23269, + "eil": 23270, + "Install": 23271, + "▁franch": 23272, + "▁HMS": 23273, + "▁practices": 23274, + "lej": 23275, + "dale": 23276, + "▁poste": 23277, + "▁Hels": 23278, + "▁reliable": 23279, + "ździer": 23280, + "▁verse": 23281, + "ermeister": 23282, + "▁quit": 23283, + "ético": 23284, + "ilis": 23285, + "edor": 23286, + "▁Cultural": 23287, + "дже": 23288, + "▁liked": 23289, + "▁mongodb": 23290, + "▁Broadway": 23291, + "▁IR": 23292, + "eszt": 23293, + "hov": 23294, + "▁míst": 23295, + "reiche": 23296, + "▁kB": 23297, + "стом": 23298, + "▁SQLite": 23299, + "▁torneo": 23300, + "\\.": 23301, + "Ord": 23302, + "▁Administration": 23303, + "▁зда": 23304, + "▁Hinter": 23305, + "▁Via": 23306, + "Decimal": 23307, + "orious": 23308, + "▁nécessaire": 23309, + "wx": 23310, + "▁tej": 23311, + "▁tema": 23312, + "Obrázky": 23313, + "рите": 23314, + "▁builds": 23315, + "▁laten": 23316, + "▁гг": 23317, + "Visibility": 23318, + "läu": 23319, + "▁sechs": 23320, + "▁луч": 23321, + "cera": 23322, + "Could": 23323, + "▁traject": 23324, + "}}^{": 23325, + "▁Japon": 23326, + "another": 23327, + "IK": 23328, + "▁belonging": 23329, + "▁facilities": 23330, + "▁Daily": 23331, + "▁dece": 23332, + "intro": 23333, + "▁случа": 23334, + "Namespace": 23335, + "▁Bak": 23336, + "locale": 23337, + "UG": 23338, + "=${": 23339, + "▁compañ": 23340, + "jąc": 23341, + "▁arithmetic": 23342, + "forum": 23343, + "▁porta": 23344, + "onk": 23345, + "▁gender": 23346, + "▁expects": 23347, + "бка": 23348, + "▁nak": 23349, + "▁Grace": 23350, + "▁stro": 23351, + "ividual": 23352, + "▁COM": 23353, + "▁Farm": 23354, + "▁canton": 23355, + "тому": 23356, + "javax": 23357, + "сей": 23358, + "▁briefly": 23359, + "Face": 23360, + "rotate": 23361, + "constant": 23362, + "▁gallery": 23363, + "astro": 23364, + "allery": 23365, + "▁DJ": 23366, + "charge": 23367, + "ходить": 23368, + "Cent": 23369, + "\\\",": 23370, + "▁donna": 23371, + "arca": 23372, + "lade": 23373, + "zin": 23374, + "▁Ned": 23375, + "▁hosting": 23376, + "idor": 23377, + "itative": 23378, + "igs": 23379, + "▁пря": 23380, + "▁ticket": 23381, + "▁studying": 23382, + "▁designer": 23383, + "lapsed": 23384, + "▁laat": 23385, + "▁dix": 23386, + "▁integrated": 23387, + "▁informed": 23388, + "▁behave": 23389, + "▁labour": 23390, + "estellt": 23391, + "calendar": 23392, + "▁killing": 23393, + "▁twitter": 23394, + "iae": 23395, + "▁historique": 23396, + "DEFAULT": 23397, + "iała": 23398, + "▁theoretical": 23399, + "▁unders": 23400, + "ляет": 23401, + "atan": 23402, + "▁surname": 23403, + "▁intercept": 23404, + "гласно": 23405, + "▁општини": 23406, + "▁tired": 23407, + "▁Beth": 23408, + "▁административ": 23409, + "Li": 23410, + "▁Тур": 23411, + "▁Scanner": 23412, + "▁Stern": 23413, + "▁вместе": 23414, + "▁reporting": 23415, + "▁sull": 23416, + "цией": 23417, + "berts": 23418, + "ogonal": 23419, + "ők": 23420, + "▁ipsum": 23421, + "▁seulement": 23422, + "▁Seiten": 23423, + "wordpress": 23424, + "▁featuring": 23425, + "istischen": 23426, + "jub": 23427, + "▁étr": 23428, + "▁tea": 23429, + "▁adapted": 23430, + "▁scales": 23431, + "▁nan": 23432, + "getValue": 23433, + "▁Blues": 23434, + "acles": 23435, + "▁stati": 23436, + "▁entitled": 23437, + "▁Ralph": 23438, + "gravity": 23439, + "▁entrepr": 23440, + "któber": 23441, + "limat": 23442, + "lis": 23443, + "Demo": 23444, + "relation": 23445, + "▁nep": 23446, + "prowad": 23447, + "itis": 23448, + "▁pup": 23449, + "nehmer": 23450, + "▁disappoint": 23451, + "▁etwas": 23452, + "annon": 23453, + "▁approved": 23454, + "▁clever": 23455, + "Loading": 23456, + "▁verz": 23457, + "resse": 23458, + "▁inspir": 23459, + "▁sampling": 23460, + "▁Bek": 23461, + "})$.": 23462, + "▁грома": 23463, + "▁specie": 23464, + "▁repub": 23465, + "▁loader": 23466, + "▁erf": 23467, + "▁shoulder": 23468, + "rais": 23469, + "▁мате": 23470, + "▁Month": 23471, + "Scene": 23472, + "▁blocking": 23473, + "▁ocean": 23474, + "geben": 23475, + "▁Kilometer": 23476, + "▁bedeut": 23477, + "▁Mix": 23478, + "fmt": 23479, + "▁Norweg": 23480, + "▁IDs": 23481, + "parallel": 23482, + "▁anticip": 23483, + "▁revis": 23484, + "хан": 23485, + "▁свет": 23486, + "CASE": 23487, + "▁führt": 23488, + "▁atomic": 23489, + "▁darkness": 23490, + "▁Fußballspieler": 23491, + "▁Жи": 23492, + "quisition": 23493, + "▁Sieg": 23494, + "Circ": 23495, + "▁cientí": 23496, + "nelle": 23497, + "SHA": 23498, + "▁urb": 23499, + "▁ksi": 23500, + "leqslant": 23501, + "▁фрон": 23502, + "▁defect": 23503, + "▁rá": 23504, + "▁stronger": 23505, + "▁pł": 23506, + "▁communities": 23507, + "нина": 23508, + "enas": 23509, + "iennent": 23510, + "▁safely": 23511, + "▁тя": 23512, + "▁benchmark": 23513, + "▁Braun": 23514, + "methods": 23515, + "argument": 23516, + "vos": 23517, + "obox": 23518, + "рови": 23519, + "▁recherche": 23520, + "mn": 23521, + "▁brings": 23522, + "machine": 23523, + "CESS": 23524, + "hosts": 23525, + "▁NY": 23526, + "Autow": 23527, + "▁современ": 23528, + "▁Gary": 23529, + "▁sensor": 23530, + "▁documented": 23531, + "▁prendre": 23532, + "▁peer": 23533, + "enix": 23534, + "hai": 23535, + "arbe": 23536, + "цент": 23537, + "_(": 23538, + "▁URI": 23539, + "ева": 23540, + "▁Regie": 23541, + "▁Monument": 23542, + "▁onderwerp": 23543, + "Bag": 23544, + "tit": 23545, + "▁stir": 23546, + "▁nerv": 23547, + "сторія": 23548, + "▁sov": 23549, + "▁writers": 23550, + "▁sorts": 23551, + "absolute": 23552, + "▁difficulties": 23553, + "▁parlament": 23554, + "▁IEnumerable": 23555, + "▁dissol": 23556, + "▁CHECK": 23557, + "arina": 23558, + "inburgh": 23559, + "DM": 23560, + "▁eind": 23561, + "▁budget": 23562, + "▁certains": 23563, + "▁första": 23564, + "anja": 23565, + "▁годов": 23566, + "▁тек": 23567, + "▁Duch": 23568, + "gui": 23569, + "▁Teams": 23570, + "▁многи": 23571, + "Marie": 23572, + "Integr": 23573, + "ThreadPool": 23574, + "rust": 23575, + "ík": 23576, + "%\"": 23577, + "enf": 23578, + "spl": 23579, + "▁begun": 23580, + "lou": 23581, + "▁RewriteRule": 23582, + "tuple": 23583, + "aneous": 23584, + "▁marine": 23585, + "attan": 23586, + "ikal": 23587, + "▁graduated": 23588, + "illé": 23589, + "▁прове": 23590, + "▁Роз": 23591, + "',\r": 23592, + "▁Pfarr": 23593, + "▁nivel": 23594, + "▁працю": 23595, + "music": 23596, + "▁setTimeout": 23597, + "ERS": 23598, + "▁Erik": 23599, + "pit": 23600, + "▁Хро": 23601, + "▁pił": 23602, + "▁peri": 23603, + "док": 23604, + "uszt": 23605, + "▁Bear": 23606, + "ClassName": 23607, + "▁Parlament": 23608, + "▁aix": 23609, + "▁invited": 23610, + "▁PATH": 23611, + "xter": 23612, + "▁Race": 23613, + "▁hecho": 23614, + "▁Tower": 23615, + "▁utf": 23616, + "actly": 23617, + "▁буде": 23618, + "▁angles": 23619, + "няя": 23620, + "ouvelles": 23621, + "▁climate": 23622, + "▁singing": 23623, + "▁navigate": 23624, + ">';": 23625, + "adows": 23626, + "▁leta": 23627, + "▁Sitz": 23628, + "▁partitions": 23629, + "▁dock": 23630, + "▁ży": 23631, + "▁allocate": 23632, + "▁benefits": 23633, + "▁nieder": 23634, + "xpath": 23635, + "meck": 23636, + "älle": 23637, + "▁coupling": 23638, + "жил": 23639, + "ForKey": 23640, + "argent": 23641, + "clou": 23642, + "▁instruments": 23643, + "▁enthus": 23644, + "▁még": 23645, + "▁Пав": 23646, + "▁Rach": 23647, + "-----": 23648, + "▁APIs": 23649, + "▁Vier": 23650, + "Cmd": 23651, + "itore": 23652, + "▁Cuba": 23653, + "▁dátummal": 23654, + "▁embedding": 23655, + "stdio": 23656, + "▁Gilbert": 23657, + "▁geprüft": 23658, + "▁stating": 23659, + "▁triggers": 23660, + "+=": 23661, + "▁spécial": 23662, + "▁deliber": 23663, + "мин": 23664, + "Produ": 23665, + "▁Stati": 23666, + "▁zus": 23667, + "ktionen": 23668, + "Dispatcher": 23669, + "idal": 23670, + "▁LP": 23671, + "optera": 23672, + "▁estar": 23673, + "▁значи": 23674, + "смо": 23675, + "ouses": 23676, + "engono": 23677, + "▁WPF": 23678, + "publish": 23679, + "▁teor": 23680, + "elif": 23681, + "▁erg": 23682, + "▁separation": 23683, + "Pan": 23684, + "▁Orchestra": 23685, + "Peter": 23686, + "bounds": 23687, + "▁Shakespeare": 23688, + "▁cantante": 23689, + "▁demi": 23690, + "▁Popular": 23691, + "фр": 23692, + "arring": 23693, + "цин": 23694, + "▁Ис": 23695, + "von": 23696, + "▁substitution": 23697, + "▁línea": 23698, + "\\}$.": 23699, + "como": 23700, + "▁важ": 23701, + "wagen": 23702, + "▁rarely": 23703, + "▁periods": 23704, + "glob": 23705, + "▁Frid": 23706, + "▁Terr": 23707, + "▁Release": 23708, + "Brainz": 23709, + "▁граф": 23710, + "DIS": 23711, + "compatible": 23712, + "▁poč": 23713, + "LIN": 23714, + "▁Källor": 23715, + "▁Arizona": 23716, + "ppy": 23717, + "Seq": 23718, + "▁Ain": 23719, + "▁Tourn": 23720, + "brow": 23721, + "▁Kör": 23722, + "▁ash": 23723, + "ogeneous": 23724, + "▁dialect": 23725, + "▁насеља": 23726, + "mysqli": 23727, + "цов": 23728, + "▁flor": 23729, + "▁фло": 23730, + "IAB": 23731, + "▁Within": 23732, + "^(": 23733, + "▁bois": 23734, + "▁tank": 23735, + "▁affili": 23736, + "▁hijo": 23737, + "▁Kate": 23738, + "▁Verl": 23739, + "▁Miami": 23740, + "▁typescript": 23741, + "њу": 23742, + "▁Vern": 23743, + "▁висо": 23744, + "iemann": 23745, + "▁coverage": 23746, + "brie": 23747, + "▁Starting": 23748, + "numpy": 23749, + "▁Jenkins": 23750, + "▁két": 23751, + "▁grup": 23752, + "▁Scient": 23753, + "▁interrupt": 23754, + "▁blob": 23755, + "ugel": 23756, + "▁Orth": 23757, + "abama": 23758, + "▁Bapt": 23759, + "ownik": 23760, + "▁быть": 23761, + "▁Julius": 23762, + "▁През": 23763, + "▁substitute": 23764, + "supported": 23765, + "chy": 23766, + "egyzetek": 23767, + "▁Performance": 23768, + "lessly": 23769, + "Constructor": 23770, + "▁extending": 23771, + "▁Muslim": 23772, + "Overflow": 23773, + "▁Jenn": 23774, + "▁produz": 23775, + "мії": 23776, + "▁países": 23777, + "▁eux": 23778, + "▁fate": 23779, + "ologe": 23780, + "ук": 23781, + "▁wobei": 23782, + "▁Sachsen": 23783, + "▁сайт": 23784, + "Models": 23785, + "▁Fast": 23786, + "besondere": 23787, + "▁FR": 23788, + "▁acon": 23789, + "▁Denkmal": 23790, + "▁anch": 23791, + "▁público": 23792, + "▁Tas": 23793, + "▁cand": 23794, + "▁paździer": 23795, + "▁Мон": 23796, + "▁versus": 23797, + "rut": 23798, + "GT": 23799, + "▁inserting": 23800, + "▁canad": 23801, + "єм": 23802, + "▁Metro": 23803, + "▁Herzog": 23804, + "Ignore": 23805, + "▁decrease": 23806, + "▁пун": 23807, + "▁Fischer": 23808, + "▁Mall": 23809, + "▁nörd": 23810, + "iostream": 23811, + "▁Luxemb": 23812, + "payload": 23813, + "▁Zeitung": 23814, + "▁modifying": 23815, + "▁Cher": 23816, + "▁Luci": 23817, + "nx": 23818, + "▁loose": 23819, + "▁topics": 23820, + "▁varied": 23821, + "▁pg": 23822, + "ajes": 23823, + "umm": 23824, + "Views": 23825, + "▁Beau": 23826, + "MAP": 23827, + "ipeline": 23828, + "▁Interest": 23829, + "arith": 23830, + "▁según": 23831, + "▁Gemeins": 23832, + "▁Attribute": 23833, + "community": 23834, + "▁центр": 23835, + "▁kilometer": 23836, + "▁économ": 23837, + "laration": 23838, + "▁къ": 23839, + "▁carriage": 23840, + "▁Lane": 23841, + "▁необ": 23842, + "kur": 23843, + "▁AF": 23844, + "INTER": 23845, + "))$": 23846, + "▁beide": 23847, + "destination": 23848, + "▁fonts": 23849, + "appendChild": 23850, + "▁MAR": 23851, + "▁gay": 23852, + "mil": 23853, + "lesh": 23854, + "èt": 23855, + "▁Wang": 23856, + "▁Years": 23857, + "▁Symbol": 23858, + "Live": 23859, + "quency": 23860, + "▁Users": 23861, + "▁Unicode": 23862, + "▁Sau": 23863, + "▁tons": 23864, + "▁Ні": 23865, + "▁краї": 23866, + "AXI": 23867, + "▁Pick": 23868, + "AI": 23869, + "▁hath": 23870, + "▁ainda": 23871, + "▁papa": 23872, + "▁Censo": 23873, + "▁Bald": 23874, + "▁Насеље": 23875, + "▁simulations": 23876, + "▁jaren": 23877, + "▁inherited": 23878, + "▁той": 23879, + "▁feels": 23880, + "ression": 23881, + "▁október": 23882, + "bid": 23883, + "ási": 23884, + "▁muss": 23885, + "ventory": 23886, + "▁meist": 23887, + "▁bore": 23888, + "▁slider": 23889, + "дели": 23890, + "\\;": 23891, + "▁extracted": 23892, + "кур": 23893, + "Edge": 23894, + "▁perf": 23895, + "▁Brigade": 23896, + "▁град": 23897, + "ienie": 23898, + "▁Norden": 23899, + "▁cancer": 23900, + "\"/": 23901, + "Cur": 23902, + "▁Сере": 23903, + "▁liquid": 23904, + "structure": 23905, + "▁choosing": 23906, + "▁Perl": 23907, + "Side": 23908, + "üs": 23909, + "ритор": 23910, + "▁kost": 23911, + "▁packets": 23912, + "▁которого": 23913, + "▁Comun": 23914, + "▁fingers": 23915, + "ográfica": 23916, + ">:": 23917, + "▁championnat": 23918, + "▁blieb": 23919, + "▁Situ": 23920, + "▁suic": 23921, + "andis": 23922, + "Fre": 23923, + "▁Conc": 23924, + "▁republic": 23925, + "▁armed": 23926, + "▁hell": 23927, + "▁hög": 23928, + "ragma": 23929, + "▁ense": 23930, + "▁acres": 23931, + "▁Від": 23932, + "▁Reform": 23933, + "MainActivity": 23934, + "keeper": 23935, + "erb": 23936, + "▁monaster": 23937, + "subsubsection": 23938, + "▁Див": 23939, + "▁creature": 23940, + "▁indicating": 23941, + "▁urls": 23942, + "▁kein": 23943, + "образ": 23944, + "pick": 23945, + "▁Admir": 23946, + "▁oldest": 23947, + "▁muz": 23948, + "▁contradiction": 23949, + "▁probabil": 23950, + "illiant": 23951, + "▁pav": 23952, + "▁papel": 23953, + "ubs": 23954, + "▁жена": 23955, + "AML": 23956, + "▁recip": 23957, + "▁COL": 23958, + "added": 23959, + "▁clue": 23960, + "▁Ukraine": 23961, + "▁jelent": 23962, + "чень": 23963, + "▁mathematics": 23964, + "Accept": 23965, + "▁сот": 23966, + "▁север": 23967, + "▁isolated": 23968, + "▁поя": 23969, + "wür": 23970, + "Router": 23971, + "CAT": 23972, + "rgb": 23973, + "▁Lov": 23974, + "mutable": 23975, + "▁Wes": 23976, + "▁Italien": 23977, + "Drag": 23978, + "enium": 23979, + "atting": 23980, + "tcp": 23981, + "▁erfolgte": 23982, + "▁Beit": 23983, + "гато": 23984, + "▁Systems": 23985, + "▁reserve": 23986, + "eree": 23987, + "▁Пари": 23988, + "▁зали": 23989, + "▁rent": 23990, + "▁sunt": 23991, + "▁Girls": 23992, + "▁Ernest": 23993, + "▁fits": 23994, + "▁oppon": 23995, + "▁живело": 23996, + "▁avaient": 23997, + "▁Florence": 23998, + "▁числе": 23999, + "▁engines": 24000, + "Dynamic": 24001, + "▁stycznia": 24002, + "▁bias": 24003, + "▁Exchange": 24004, + "дий": 24005, + "▁historiques": 24006, + "▁Hä": 24007, + "hod": 24008, + "▁wł": 24009, + "schap": 24010, + "▁lac": 24011, + "▁Foi": 24012, + "▁dwell": 24013, + "▁Unternehmen": 24014, + "URN": 24015, + "▁kilometres": 24016, + "▁Однако": 24017, + "кли": 24018, + "▁Sri": 24019, + "Groups": 24020, + "mind": 24021, + "oslov": 24022, + "fern": 24023, + "egu": 24024, + "abeled": 24025, + "Fiddle": 24026, + "▁Century": 24027, + "/-": 24028, + "▁Jegyzetek": 24029, + "Hen": 24030, + "ensemble": 24031, + "▁Gut": 24032, + "_{{\\": 24033, + "▁ranking": 24034, + "+$": 24035, + "ала": 24036, + "▁#{": 24037, + "imientos": 24038, + "achim": 24039, + "rides": 24040, + "▁Klaus": 24041, + "▁intend": 24042, + "▁Kentucky": 24043, + "cipe": 24044, + "▁Dienst": 24045, + "▁situated": 24046, + "▁póź": 24047, + "▁scrit": 24048, + "clip": 24049, + "нет": 24050, + "tables": 24051, + "▁Nied": 24052, + "▁McK": 24053, + "▁powst": 24054, + "▁kunnen": 24055, + "▁Evans": 24056, + "жды": 24057, + "вать": 24058, + "uchar": 24059, + "▁residents": 24060, + "iak": 24061, + "▁Resol": 24062, + "▁veces": 24063, + "▁satisfying": 24064, + "INF": 24065, + "▁син": 24066, + "▁crossing": 24067, + "iben": 24068, + "▁широ": 24069, + "pto": 24070, + "ILL": 24071, + "▁роль": 24072, + "▁aktiv": 24073, + "▁обращения": 24074, + "Wikispecies": 24075, + "▁Höhe": 24076, + "cro": 24077, + "════": 24078, + "altra": 24079, + "▁FILE": 24080, + "▁ups": 24081, + "▁allocation": 24082, + "Michael": 24083, + "▁acknowled": 24084, + "Linux": 24085, + "▁metros": 24086, + "tte": 24087, + "afen": 24088, + "▁xcode": 24089, + "▁тради": 24090, + "species": 24091, + "▁injury": 24092, + "▁самы": 24093, + "▁lattice": 24094, + "Material": 24095, + "andenburg": 24096, + "▁huvudstaden": 24097, + "story": 24098, + "▁varying": 24099, + "▁követ": 24100, + "▁Российской": 24101, + "irse": 24102, + "▁drum": 24103, + "Pressed": 24104, + "Lar": 24105, + "▁Agu": 24106, + "▁weil": 24107, + "▁commence": 24108, + "▁Según": 24109, + "Gesture": 24110, + "Shape": 24111, + "▁Vors": 24112, + "▁succès": 24113, + "▁corrected": 24114, + "Kar": 24115, + "▁cruel": 24116, + "▁politico": 24117, + "▁Schriftsteller": 24118, + "▁risult": 24119, + "etu": 24120, + "archiv": 24121, + "▁género": 24122, + "▁Lü": 24123, + "▁triumph": 24124, + "ORS": 24125, + "Lu": 24126, + "▁personnel": 24127, + "▁Hills": 24128, + "asset": 24129, + "domin": 24130, + "Receive": 24131, + "▁Oak": 24132, + "▁Kno": 24133, + "▁Theory": 24134, + "irie": 24135, + "owan": 24136, + "▁estava": 24137, + "▁executes": 24138, + "йт": 24139, + "ópez": 24140, + "поло": 24141, + "ética": 24142, + "▁название": 24143, + "▁converges": 24144, + "▁notre": 24145, + "▁populated": 24146, + "▁movements": 24147, + "▁statistical": 24148, + "▁Zweiten": 24149, + "quin": 24150, + "▁importantes": 24151, + "▁klein": 24152, + "▁Segunda": 24153, + "schließend": 24154, + "Failure": 24155, + "nar": 24156, + "dag": 24157, + "▁ruolo": 24158, + "▁fiction": 24159, + "▁использу": 24160, + "▁crisis": 24161, + "▁Getting": 24162, + ",%": 24163, + "▁армии": 24164, + "▁campus": 24165, + "▁footer": 24166, + "▁días": 24167, + "бан": 24168, + "▁liberty": 24169, + "▁gh": 24170, + "▁chamber": 24171, + "▁districts": 24172, + "▁excited": 24173, + "▁canción": 24174, + "tero": 24175, + "▁Working": 24176, + "▁części": 24177, + "льный": 24178, + "▁forum": 24179, + "▁Ehe": 24180, + "▁ката": 24181, + "itations": 24182, + "Tools": 24183, + "achiv": 24184, + "▁cres": 24185, + "asto": 24186, + "▁rever": 24187, + "▁nazionale": 24188, + "▁doors": 24189, + "▁Nancy": 24190, + "▁islands": 24191, + "Imp": 24192, + "▁Chair": 24193, + "▁vorm": 24194, + "sein": 24195, + "▁доку": 24196, + "erset": 24197, + "▁tätig": 24198, + "▁Krit": 24199, + "▁пя": 24200, + "▁conservation": 24201, + "▁Partido": 24202, + "minipage": 24203, + "Validator": 24204, + "▁recovery": 24205, + "▁NASA": 24206, + "▁breast": 24207, + "ilty": 24208, + "analy": 24209, + "elines": 24210, + "▁Saturday": 24211, + "emark": 24212, + "cej": 24213, + "Zero": 24214, + "▁Turner": 24215, + "secure": 24216, + "Exists": 24217, + "▁Rick": 24218, + "evalu": 24219, + "ctrl": 24220, + "▁compression": 24221, + "▁CURL": 24222, + "textcolor": 24223, + ")\\,": 24224, + "longrightarrow": 24225, + "▁Fernseh": 24226, + "icha": 24227, + "▁loi": 24228, + "▁Оте": 24229, + "▁cave": 24230, + "▁dozen": 24231, + "▁explaining": 24232, + "▁innov": 24233, + "▁Nicholas": 24234, + "▁diameter": 24235, + "▁Marian": 24236, + "▁fires": 24237, + "▁artifact": 24238, + "▁Parker": 24239, + "▁Bund": 24240, + "▁verte": 24241, + "▁talent": 24242, + "▁Lucas": 24243, + "reverse": 24244, + "▁folgenden": 24245, + "▁Sah": 24246, + "jections": 24247, + "▁invece": 24248, + "▁costitu": 24249, + "▁ssl": 24250, + "}}^": 24251, + "▁violent": 24252, + "▁spos": 24253, + "Rout": 24254, + "jdk": 24255, + "▁заме": 24256, + "▁furent": 24257, + "andal": 24258, + "Hom": 24259, + "▁Senior": 24260, + "▁pounds": 24261, + "▁Discogs": 24262, + "▁зе": 24263, + "'}[": 24264, + "▁Napoleon": 24265, + "ordinates": 24266, + "àn": 24267, + "▁kurz": 24268, + "▁vere": 24269, + "▁reuse": 24270, + "▁Ген": 24271, + "▁Syst": 24272, + "▁disappeared": 24273, + "▁Watch": 24274, + "bibliothek": 24275, + "▁корпу": 24276, + "▁Cs": 24277, + "▁}`": 24278, + "▁rör": 24279, + "▁дела": 24280, + "VB": 24281, + "▁calculus": 24282, + "рода": 24283, + "▁judgment": 24284, + "atile": 24285, + "▁longue": 24286, + "▁Hus": 24287, + "Jac": 24288, + "}})": 24289, + "RIPT": 24290, + "IABot": 24291, + "▁após": 24292, + "▁aston": 24293, + "Webachiv": 24294, + "▁URLs": 24295, + "▁coat": 24296, + "▁эконо": 24297, + "▁lear": 24298, + "extensions": 24299, + "▁Classic": 24300, + "TI": 24301, + "▁Tage": 24302, + "▁lá": 24303, + "▁semb": 24304, + "▁développement": 24305, + "ISTS": 24306, + "▁solves": 24307, + ",\\,": 24308, + "▁чемпі": 24309, + "ordinary": 24310, + "▁Bav": 24311, + "▁muchos": 24312, + "Self": 24313, + "▁Май": 24314, + "▁Diet": 24315, + "▁necessity": 24316, + "від": 24317, + "▁mano": 24318, + "▁Ср": 24319, + "▁carre": 24320, + "▁Camera": 24321, + "▁Narod": 24322, + "▁Phone": 24323, + "▁polym": 24324, + "imore": 24325, + "isEmpty": 24326, + "▁Houston": 24327, + "▁Rece": 24328, + "▁presentation": 24329, + "ниципа": 24330, + "▁Db": 24331, + "▁confident": 24332, + "▁}{": 24333, + "▁bullet": 24334, + "▁{},": 24335, + "ANGE": 24336, + "▁Notre": 24337, + "chin": 24338, + "▁Dragon": 24339, + "erca": 24340, + "iali": 24341, + "▁asset": 24342, + "▁muito": 24343, + "▁deeply": 24344, + "▁restriction": 24345, + "▁commerce": 24346, + "▁Bomb": 24347, + "caught": 24348, + "qq": 24349, + "▁Arag": 24350, + "▁немец": 24351, + "▁Analysis": 24352, + "▁článku": 24353, + "▁baby": 24354, + "▁echter": 24355, + "▁одного": 24356, + "жена": 24357, + "▁whitespace": 24358, + "çu": 24359, + "LIST": 24360, + "frique": 24361, + "▁varias": 24362, + "▁Wit": 24363, + "▁Licencia": 24364, + "Exit": 24365, + "▁sierp": 24366, + "▁assemb": 24367, + "▁splitting": 24368, + "▁palace": 24369, + "▁blocked": 24370, + "▁boundaries": 24371, + "▁iterations": 24372, + "▁Rotten": 24373, + "▁Verkehr": 24374, + "▁weer": 24375, + "Tests": 24376, + "ifting": 24377, + "▁regul": 24378, + "▁persist": 24379, + "▁Solution": 24380, + "pb": 24381, + "▁collapse": 24382, + "▁arrested": 24383, + "▁predicate": 24384, + "▁Zone": 24385, + "▁ingen": 24386, + "zález": 24387, + "▁banks": 24388, + "plant": 24389, + "▁Nella": 24390, + "▁бан": 24391, + "▁Snow": 24392, + "▁Kreuz": 24393, + "ício": 24394, + "▁enters": 24395, + "▁expose": 24396, + "či": 24397, + "шие": 24398, + "Qual": 24399, + "▁landscape": 24400, + "▁подацима": 24401, + "mai": 24402, + "stag": 24403, + "ований": 24404, + "DEF": 24405, + "[]{": 24406, + "▁dernière": 24407, + "icut": 24408, + "▁Xml": 24409, + "▁subgroup": 24410, + "▁Polsce": 24411, + "▁Warning": 24412, + "▁vehicles": 24413, + "iot": 24414, + "▁dll": 24415, + "ront": 24416, + "▁Louise": 24417, + "▁ara": 24418, + "▁Scala": 24419, + "▁canonical": 24420, + "▁placing": 24421, + "ERY": 24422, + "▁Jag": 24423, + "▁virus": 24424, + "emu": 24425, + "▁});\r": 24426, + "▁мм": 24427, + "▁Trying": 24428, + "▁Lexikon": 24429, + "abord": 24430, + "▁expedition": 24431, + "▁demanded": 24432, + "Zyg": 24433, + "lein": 24434, + "▁verwendet": 24435, + "рина": 24436, + "wol": 24437, + "▁pivot": 24438, + "▁однако": 24439, + "▁propriet": 24440, + "▁awards": 24441, + "tout": 24442, + "▁assim": 24443, + "▁Storm": 24444, + "Limit": 24445, + "elin": 24446, + "wealth": 24447, + "uez": 24448, + "▁rappresent": 24449, + "▁resta": 24450, + "▁gegründet": 24451, + "▁journalist": 24452, + "isie": 24453, + "▁facility": 24454, + "illed": 24455, + "ulk": 24456, + "▁PK": 24457, + "Anchor": 24458, + "▁_)": 24459, + "VF": 24460, + "LAB": 24461, + "▁nå": 24462, + "odos": 24463, + "▁billion": 24464, + "virti": 24465, + "▁Jeux": 24466, + "юза": 24467, + "tomcat": 24468, + "▁charts": 24469, + "▁Bundle": 24470, + "▁lst": 24471, + "▁exer": 24472, + "▁females": 24473, + "▁obliged": 24474, + "▁aby": 24475, + "rolled": 24476, + "dri": 24477, + "▁Sche": 24478, + "▁vessels": 24479, + "IMARY": 24480, + "▁reasoning": 24481, + "▁проте": 24482, + "FILES": 24483, + "verk": 24484, + "osos": 24485, + "▁комму": 24486, + "дії": 24487, + "▁dd": 24488, + "▁соответ": 24489, + "▁IOException": 24490, + "ských": 24491, + "▁CLI": 24492, + "▁ње": 24493, + "CM": 24494, + "TD": 24495, + "▁possibilities": 24496, + "▁Compos": 24497, + "half": 24498, + "▁webpage": 24499, + "▁swing": 24500, + "▁zas": 24501, + "▁cycl": 24502, + "leid": 24503, + "istica": 24504, + "▁Insert": 24505, + "▁Sweden": 24506, + "▁wanting": 24507, + "▁ال": 24508, + "▁eeuw": 24509, + "▁Administr": 24510, + "▁Warren": 24511, + "▁bs": 24512, + "▁pam": 24513, + "anus": 24514, + "Dra": 24515, + "expl": 24516, + "▁Kant": 24517, + "▁Austin": 24518, + "▁csak": 24519, + "▁theatre": 24520, + "▁compatibility": 24521, + "матиче": 24522, + "setState": 24523, + "бю": 24524, + "}{|": 24525, + "▁Dy": 24526, + "▁Zwischen": 24527, + "Alt": 24528, + "CLARE": 24529, + "steps": 24530, + "▁Lage": 24531, + "▁Mitt": 24532, + "▁Dublin": 24533, + "▁работы": 24534, + "deep": 24535, + "▁flows": 24536, + "▁Palace": 24537, + "unix": 24538, + "refs": 24539, + "umar": 24540, + "aset": 24541, + "cov": 24542, + "▁ping": 24543, + "▁Safari": 24544, + "flug": 24545, + "creens": 24546, + "{#": 24547, + "▁реа": 24548, + "adors": 24549, + "▁amor": 24550, + "uce": 24551, + "demic": 24552, + "▁Netherlands": 24553, + "▁clusters": 24554, + "▁enfor": 24555, + "marine": 24556, + "▁bugs": 24557, + "izzata": 24558, + "▁scra": 24559, + "Les": 24560, + "quick": 24561, + "▁turno": 24562, + "_*": 24563, + "ера": 24564, + "Generated": 24565, + ">[": 24566, + "▁estre": 24567, + "orde": 24568, + "▁verg": 24569, + "роз": 24570, + "▁pau": 24571, + "includes": 24572, + "assa": 24573, + "aders": 24574, + "▁Герма": 24575, + "▁estaven": 24576, + "▁earliest": 24577, + "▁resultado": 24578, + "mun": 24579, + "▁plots": 24580, + "din": 24581, + "sorted": 24582, + "▁preference": 24583, + "rió": 24584, + "туре": 24585, + "▁Ligue": 24586, + "▁завер": 24587, + "phr": 24588, + "▁pocket": 24589, + "▁parl": 24590, + "▁lak": 24591, + "▁powie": 24592, + "▁altres": 24593, + "$};": 24594, + "plain": 24595, + "▁Cred": 24596, + "itza": 24597, + "perp": 24598, + "Green": 24599, + "▁devoted": 24600, + "production": 24601, + "worker": 24602, + "elsen": 24603, + "▁vern": 24604, + "▁március": 24605, + "▁Confeder": 24606, + "▁Liverpool": 24607, + "▁музи": 24608, + "▁emails": 24609, + "▁distances": 24610, + "▁segments": 24611, + "▁anth": 24612, + "▁wrest": 24613, + "▁hoog": 24614, + "▁cinema": 24615, + "rror": 24616, + "▁geboren": 24617, + "▁éc": 24618, + "Marker": 24619, + "▁Compet": 24620, + "▁листо": 24621, + "allowed": 24622, + "volume": 24623, + "Espagne": 24624, + "Ze": 24625, + "▁fixes": 24626, + "▁rond": 24627, + "▁arrangement": 24628, + "/~": 24629, + ".](": 24630, + "▁Források": 24631, + "▁weiteren": 24632, + "excel": 24633, + "▁змі": 24634, + "▁moderne": 24635, + "English": 24636, + "▁Transfermarkt": 24637, + "▁bearing": 24638, + "▁cleared": 24639, + "▁сам": 24640, + "▁divs": 24641, + "ći": 24642, + "▁этой": 24643, + "▁Геор": 24644, + "scene": 24645, + "▁ages": 24646, + "GEN": 24647, + "rän": 24648, + "▁Toul": 24649, + "▁Abs": 24650, + "ját": 24651, + "▁mediante": 24652, + "▁empres": 24653, + "▁Employee": 24654, + "▁polynomials": 24655, + "▁optimize": 24656, + "▁выступа": 24657, + "fare": 24658, + "вей": 24659, + "xf": 24660, + "quez": 24661, + "▁botan": 24662, + "▁defend": 24663, + "▁Quart": 24664, + "Mont": 24665, + "vb": 24666, + "tick": 24667, + "WD": 24668, + "mine": 24669, + "▁modific": 24670, + "notification": 24671, + "▁denn": 24672, + "▁algo": 24673, + "▁Spo": 24674, + "▁mistrzost": 24675, + "/:": 24676, + "▁apresent": 24677, + "▁прод": 24678, + "Volume": 24679, + "ską": 24680, + "protected": 24681, + "▁Turkish": 24682, + "azy": 24683, + "▁pouv": 24684, + "▁período": 24685, + "skog": 24686, + "▁entropy": 24687, + "zed": 24688, + "тори": 24689, + "▁lij": 24690, + "boards": 24691, + "▁стату": 24692, + "Bool": 24693, + "▁polity": 24694, + "@\",": 24695, + "▁рік": 24696, + "née": 24697, + "▁Zug": 24698, + "▁Uniti": 24699, + "émet": 24700, + "atience": 24701, + "dimen": 24702, + "▁Steven": 24703, + "Ha": 24704, + "ACTION": 24705, + "▁wand": 24706, + "▁Navar": 24707, + "▁січня": 24708, + "Watch": 24709, + "▁Stuart": 24710, + "▁zde": 24711, + "▁контро": 24712, + "dataset": 24713, + "yó": 24714, + "▁Bush": 24715, + "▁себя": 24716, + "▁worthy": 24717, + "▁Ble": 24718, + "▁propor": 24719, + "▁Village": 24720, + "▁ry": 24721, + "▁voit": 24722, + "▁копия": 24723, + "▁zp": 24724, + "▁cura": 24725, + "▁Html": 24726, + "▁Dieser": 24727, + "▁Days": 24728, + "onnes": 24729, + "▁antigu": 24730, + "▁Staaten": 24731, + "▁faint": 24732, + "ongs": 24733, + "▁öst": 24734, + "Redirect": 24735, + "ель": 24736, + "atorial": 24737, + "▁bother": 24738, + "EditText": 24739, + "▁Giul": 24740, + "▁заво": 24741, + "▁pueblo": 24742, + "▁Mississippi": 24743, + "jak": 24744, + "▁wings": 24745, + "onc": 24746, + "ível": 24747, + "iencia": 24748, + "entlicht": 24749, + "▁BTW": 24750, + "ornal": 24751, + "▁Коро": 24752, + "▁одним": 24753, + "▁salv": 24754, + "▁finden": 24755, + "geo": 24756, + "▁авиа": 24757, + "attung": 24758, + "viv": 24759, + "▁Luther": 24760, + "▁общи": 24761, + "▁Rolle": 24762, + "▁Abraham": 24763, + "▁centered": 24764, + "▁slash": 24765, + "isat": 24766, + "emann": 24767, + "Os": 24768, + "парта": 24769, + "▁Pablo": 24770, + "▁collaboration": 24771, + "paths": 24772, + "édition": 24773, + "▁viewed": 24774, + "▁consisted": 24775, + "▁recovered": 24776, + "▁Mexican": 24777, + "▁Fix": 24778, + "▁spell": 24779, + "Special": 24780, + "▁Ст": 24781, + "esseur": 24782, + "▁Украины": 24783, + "former": 24784, + "▁św": 24785, + "▁zeros": 24786, + "▁Straßen": 24787, + "▁organisation": 24788, + "üssen": 24789, + "▁Sierra": 24790, + "▁Season": 24791, + "▁volont": 24792, + "BeanFactory": 24793, + "▁помощ": 24794, + "▁pressing": 24795, + "▁equivalence": 24796, + "▁catt": 24797, + "icity": 24798, + "▁accomplished": 24799, + "▁yo": 24800, + "▁sic": 24801, + "▁imports": 24802, + "▁accommod": 24803, + "▁Porto": 24804, + "▁яка": 24805, + "▁loan": 24806, + "тики": 24807, + "▁checkout": 24808, + "▁assess": 24809, + "▁Population": 24810, + "urent": 24811, + "clojure": 24812, + "▁Santos": 24813, + "▁információ": 24814, + "POS": 24815, + "▁gare": 24816, + "▁kick": 24817, + "▁radical": 24818, + "▁Peace": 24819, + "▁streaming": 24820, + "camp": 24821, + "ząt": 24822, + "говор": 24823, + "▁Regierung": 24824, + "▁proceeded": 24825, + "fm": 24826, + "лены": 24827, + "▁earnest": 24828, + "▁Parad": 24829, + "requests": 24830, + "▁Raum": 24831, + "šč": 24832, + "▁policies": 24833, + "▁Tig": 24834, + "▁sitt": 24835, + "▁Energy": 24836, + "▁purely": 24837, + "▁Haut": 24838, + "▁Speed": 24839, + "bio": 24840, + "▁orange": 24841, + "▁biggest": 24842, + "▁britannique": 24843, + "▁Notable": 24844, + "vu": 24845, + "лении": 24846, + "бин": 24847, + "▁Nash": 24848, + "щение": 24849, + "▁ciel": 24850, + "adémie": 24851, + "▁грудня": 24852, + "▁joue": 24853, + "▁voted": 24854, + "rico": 24855, + "▁гор": 24856, + "▁команду": 24857, + "itivity": 24858, + "▁ще": 24859, + "▁definite": 24860, + "uropa": 24861, + "!\");": 24862, + "Defaults": 24863, + "▁некоторы": 24864, + "édération": 24865, + "▁silly": 24866, + "▁talked": 24867, + "reu": 24868, + "▁Lomb": 24869, + "▁statue": 24870, + "кта": 24871, + "юр": 24872, + "umably": 24873, + "▁городе": 24874, + "▁Runtime": 24875, + "▁diagn": 24876, + "▁retro": 24877, + "▁Sverige": 24878, + "▁inicial": 24879, + "ienza": 24880, + "▁figlio": 24881, + "▁zog": 24882, + "▁rey": 24883, + "▁Rund": 24884, + "тный": 24885, + "▁ceased": 24886, + "erno": 24887, + "▁esa": 24888, + "▁trouv": 24889, + "▁Gemeinden": 24890, + "▁comercial": 24891, + "skap": 24892, + "enario": 24893, + "▁juris": 24894, + "TB": 24895, + "нала": 24896, + "▁vij": 24897, + "VO": 24898, + "▁clin": 24899, + "jör": 24900, + "сан": 24901, + "owała": 24902, + "ribución": 24903, + "▁ursprüng": 24904, + "▁condem": 24905, + "▁Stage": 24906, + "▁mixing": 24907, + "▁різ": 24908, + "▁fans": 24909, + "ház": 24910, + "social": 24911, + "zan": 24912, + "▁свой": 24913, + "Cookie": 24914, + "▁Roland": 24915, + "azionale": 24916, + "▁Sloven": 24917, + "▁Fiche": 24918, + "▁Sé": 24919, + "hä": 24920, + "▁officials": 24921, + "▁înt": 24922, + "Interceptor": 24923, + "Tables": 24924, + "▁davon": 24925, + "initialize": 24926, + "]=\"": 24927, + "▁Body": 24928, + "▁Upper": 24929, + "▁Collect": 24930, + "▁Zürich": 24931, + "Horizontal": 24932, + "Typ": 24933, + "▁político": 24934, + "▁RewriteCond": 24935, + "▁hoped": 24936, + "▁anxious": 24937, + "Liter": 24938, + "jahr": 24939, + "▁assemble": 24940, + "▁crypt": 24941, + "lahoma": 24942, + "ASH": 24943, + "▁Бри": 24944, + "▁Cic": 24945, + "twitter": 24946, + "hyper": 24947, + "▁Tell": 24948, + "ільки": 24949, + "вобо": 24950, + "▁bazie": 24951, + "▁contemporary": 24952, + "▁Parameter": 24953, + "stwa": 24954, + "▁bekend": 24955, + "cock": 24956, + "previous": 24957, + "enska": 24958, + "▁caller": 24959, + "]])": 24960, + "▁Raz": 24961, + "▁Selon": 24962, + "▁proposal": 24963, + "▁bý": 24964, + "▁Sied": 24965, + "▁Arbeits": 24966, + "▁pride": 24967, + "▁slope": 24968, + "idé": 24969, + "gradient": 24970, + "▁Джерела": 24971, + "▁SH": 24972, + "▁разрабо": 24973, + "iversity": 24974, + "сподар": 24975, + "\\{\\": 24976, + "▁стали": 24977, + "▁Einzel": 24978, + "▁rgba": 24979, + "▁Anim": 24980, + "▁alles": 24981, + "бар": 24982, + "erte": 24983, + "▁réalisé": 24984, + "Institut": 24985, + "▁markup": 24986, + "▁vars": 24987, + "▁gam": 24988, + "▁Василь": 24989, + "izza": 24990, + "▁Cob": 24991, + "▁Metal": 24992, + "▁leak": 24993, + "▁Lanc": 24994, + "Switch": 24995, + "Delay": 24996, + "atuur": 24997, + "▁четы": 24998, + "▁англий": 24999, + "▁legacy": 25000, + "▁desarroll": 25001, + "▁topological": 25002, + "▁jeweils": 25003, + "▁Nederlandse": 25004, + "▁atmosphere": 25005, + "urban": 25006, + "▁slov": 25007, + "▁lawyer": 25008, + "pecially": 25009, + "▁alternate": 25010, + "▁paramet": 25011, + "▁establishment": 25012, + "▁woods": 25013, + "PD": 25014, + "▁наи": 25015, + "▁mang": 25016, + "▁wechselte": 25017, + "ську": 25018, + ".=": 25019, + "▁fifteen": 25020, + "SUM": 25021, + "▁Fro": 25022, + "▁LED": 25023, + "owano": 25024, + "ствие": 25025, + "▁Données": 25026, + "tol": 25027, + "żyn": 25028, + "cref": 25029, + "ствии": 25030, + "horn": 25031, + "▁сооб": 25032, + "▁оборо": 25033, + "▁Complete": 25034, + "“)": 25035, + "▁kindly": 25036, + "▁Chamber": 25037, + "ség": 25038, + "WH": 25039, + "▁ambient": 25040, + "кро": 25041, + "▁cheval": 25042, + "▁написа": 25043, + "flu": 25044, + "▁Offiz": 25045, + "mate": 25046, + "natural": 25047, + "separ": 25048, + "empre": 25049, + "ViewHolder": 25050, + "fw": 25051, + "▁letech": 25052, + "▁trailing": 25053, + "atri": 25054, + "▁Gó": 25055, + "▁Bonn": 25056, + "▁unlikely": 25057, + "RAM": 25058, + "enst": 25059, + "Stats": 25060, + "▁политиче": 25061, + ")--(": 25062, + "▁trom": 25063, + "!...": 25064, + "▁Meanwhile": 25065, + "стана": 25066, + "▁Reino": 25067, + "▁Arist": 25068, + "$}}%": 25069, + "▁solem": 25070, + "closure": 25071, + "ignation": 25072, + "łod": 25073, + "▁divor": 25074, + "▁международ": 25075, + "=\"": 25230, + "Orientation": 25231, + "cid": 25232, + "Cart": 25233, + "▁murm": 25234, + "▁assez": 25235, + "▁linking": 25236, + "building": 25237, + "▁reconna": 25238, + "▁shook": 25239, + "managed": 25240, + "landa": 25241, + "▁León": 25242, + "▁création": 25243, + "дой": 25244, + "ocity": 25245, + "▁wij": 25246, + "▁wieś": 25247, + "xtart": 25248, + "▁Move": 25249, + "lungen": 25250, + "ствует": 25251, + "orney": 25252, + "optional": 25253, + "macro": 25254, + "Condition": 25255, + "▁squares": 25256, + "▁mistaken": 25257, + "ánt": 25258, + "▁Ris": 25259, + "▁sentences": 25260, + "erea": 25261, + "▁mij": 25262, + "Und": 25263, + "▁nombr": 25264, + "zA": 25265, + "▁Independent": 25266, + "▁preview": 25267, + "imas": 25268, + "▁males": 25269, + "inental": 25270, + "Thank": 25271, + "▁popol": 25272, + "▁pover": 25273, + "▁grasp": 25274, + "▁imped": 25275, + "▁campionato": 25276, + "▁Wei": 25277, + "▁titled": 25278, + "▁Además": 25279, + "▁Password": 25280, + "▁Pam": 25281, + "UILD": 25282, + "▁липня": 25283, + "werb": 25284, + "................": 25285, + "▁Río": 25286, + "▁teeth": 25287, + "bp": 25288, + "▁SW": 25289, + "ulaire": 25290, + "▁seized": 25291, + "▁Stef": 25292, + "úl": 25293, + "▁viz": 25294, + "iony": 25295, + "▁junt": 25296, + "▁která": 25297, + "▁września": 25298, + "<>": 25299, + "▁surg": 25300, + "▁tutte": 25301, + "▁Hob": 25302, + "повід": 25303, + "▁wohl": 25304, + "▁trag": 25305, + "▁Crown": 25306, + "▁trova": 25307, + "стову": 25308, + "▁Vienna": 25309, + "esehen": 25310, + "▁metropol": 25311, + "▁reflected": 25312, + "тета": 25313, + "▁traduc": 25314, + "▁Bast": 25315, + "▁erschien": 25316, + "woord": 25317, + "()\"": 25318, + "talet": 25319, + "▁roads": 25320, + "ведения": 25321, + "ührung": 25322, + "▁cogn": 25323, + "▁Valle": 25324, + "▁landing": 25325, + "▁Regex": 25326, + "▁Iowa": 25327, + "dział": 25328, + "▁erreichte": 25329, + "aum": 25330, + "▁founder": 25331, + "apolis": 25332, + "Compiler": 25333, + "▁kop": 25334, + "▁marc": 25335, + "▁територ": 25336, + "))`": 25337, + "▁lei": 25338, + "geon": 25339, + "▁weapons": 25340, + "▁horn": 25341, + "▁elif": 25342, + "▁Capital": 25343, + "će": 25344, + "▁forall": 25345, + "▁эта": 25346, + "preview": 25347, + "▁DNA": 25348, + "▁sid": 25349, + "orch": 25350, + "▁Ras": 25351, + "▁arab": 25352, + "Best": 25353, + "▁счита": 25354, + "▁López": 25355, + "ança": 25356, + "▁funkc": 25357, + "▁tienen": 25358, + ";&": 25359, + "museum": 25360, + "▁Err": 25361, + "▁resort": 25362, + "Nov": 25363, + "▁kal": 25364, + "MW": 25365, + "шь": 25366, + "anchor": 25367, + "▁роман": 25368, + "leading": 25369, + "▁manten": 25370, + "▁Silva": 25371, + "dade": 25372, + "▁designated": 25373, + "▁revista": 25374, + "Oct": 25375, + "percent": 25376, + "▁уні": 25377, + "identifier": 25378, + "mass": 25379, + "@@": 25380, + "ulsion": 25381, + "germeister": 25382, + "▁predicted": 25383, + "▁сви": 25384, + "жной": 25385, + "▁Ergeb": 25386, + "▁cust": 25387, + "▁removes": 25388, + "charg": 25389, + "пример": 25390, + "▁forming": 25391, + "asma": 25392, + "stdout": 25393, + "Fun": 25394, + "yme": 25395, + "tered": 25396, + "ursive": 25397, + "ighed": 25398, + "▁след": 25399, + "verband": 25400, + "▁LOG": 25401, + "rams": 25402, + "éon": 25403, + "endra": 25404, + "▁Bereich": 25405, + "▁temporal": 25406, + "▁langue": 25407, + "▁Inn": 25408, + "▁moreover": 25409, + "▁tutorials": 25410, + "Middle": 25411, + "▁советский": 25412, + "▁maintenance": 25413, + "asures": 25414, + "▁válto": 25415, + "BASE": 25416, + "▁disappear": 25417, + "ския": 25418, + "▁conocido": 25419, + "▁Нау": 25420, + "▁Libert": 25421, + "▁Harold": 25422, + "▁lifetime": 25423, + "▁Tür": 25424, + "▁zawod": 25425, + "omic": 25426, + "▁Retrieved": 25427, + "architecture": 25428, + "čka": 25429, + "iformes": 25430, + "development": 25431, + "ordnung": 25432, + "Inf": 25433, + "leben": 25434, + "▁Stars": 25435, + "signal": 25436, + "▁grammar": 25437, + "▁corso": 25438, + "▁Wagner": 25439, + "▁geht": 25440, + "▁royale": 25441, + "warn": 25442, + "umbled": 25443, + "▁instit": 25444, + "▁Ши": 25445, + "hh": 25446, + "▁refuge": 25447, + "▁favorite": 25448, + "ierto": 25449, + "▁condado": 25450, + "▁Ther": 25451, + "▁человека": 25452, + "▁Food": 25453, + "▁seizo": 25454, + "▁Initialize": 25455, + "▁connu": 25456, + "▁overlap": 25457, + "▁Emil": 25458, + "▁Martí": 25459, + "▁жовтня": 25460, + "erva": 25461, + "▁boats": 25462, + "ações": 25463, + "▁derrot": 25464, + "▁malloc": 25465, + "▁conject": 25466, + "jk": 25467, + "▁sare": 25468, + "лемен": 25469, + "▁sums": 25470, + "Authorization": 25471, + "▁Kun": 25472, + "]$,": 25473, + "gemeinde": 25474, + "odot": 25475, + "defin": 25476, + "▁emission": 25477, + "▁Крас": 25478, + "▁appart": 25479, + "▁stopping": 25480, + "▁Сред": 25481, + "▁conjug": 25482, + "▁insight": 25483, + "▁Broadcast": 25484, + "▁PMID": 25485, + "▁advantages": 25486, + "enes": 25487, + "▁residence": 25488, + "ljen": 25489, + "isseur": 25490, + "▁pubblicato": 25491, + "▁GitHub": 25492, + "▁Peru": 25493, + "▁galaxies": 25494, + "▁annotations": 25495, + "gas": 25496, + "▁répond": 25497, + "Js": 25498, + "▁independently": 25499, + "NP": 25500, + "▁inqu": 25501, + "▁grounds": 25502, + "Components": 25503, + "▁anten": 25504, + "▁вз": 25505, + "▁hos": 25506, + "▁sint": 25507, + "▁hiding": 25508, + "▁województ": 25509, + "Messages": 25510, + "▁показа": 25511, + "===": 25512, + "▁Abstract": 25513, + "▁läng": 25514, + "▁Formula": 25515, + "dawn": 25516, + "▁designs": 25517, + "Img": 25518, + "▁Portuguese": 25519, + "▁incluy": 25520, + "avigator": 25521, + "▁Brothers": 25522, + "▁continent": 25523, + "▁evidently": 25524, + "race": 25525, + "цького": 25526, + "▁reck": 25527, + "▁серпня": 25528, + "▁Grey": 25529, + "▁appeal": 25530, + "▁unlike": 25531, + "▁powershell": 25532, + "▁racc": 25533, + "fers": 25534, + "▁burning": 25535, + "fasst": 25536, + "installed": 25537, + "▁Give": 25538, + "▁colonial": 25539, + "▁€": 25540, + "▁Rö": 25541, + "▁christ": 25542, + "nehm": 25543, + "там": 25544, + "▁corpo": 25545, + "▁convirti": 25546, + "yter": 25547, + "Sym": 25548, + "▁Greece": 25549, + "▁moth": 25550, + "▁Johan": 25551, + "▁monarch": 25552, + "▁Download": 25553, + "▁craft": 25554, + "už": 25555, + "▁Luke": 25556, + "▁suffix": 25557, + "\\/": 25558, + "Have": 25559, + "▁карь": 25560, + "▁comfortable": 25561, + "▁tips": 25562, + "▁Після": 25563, + "▁броја": 25564, + "▁информа": 25565, + "MQ": 25566, + "бран": 25567, + "▁tx": 25568, + "▁slaves": 25569, + "▁firewall": 25570, + "▁Forces": 25571, + "atif": 25572, + "▁Quellen": 25573, + "▁théâtre": 25574, + "льных": 25575, + "▁расположен": 25576, + "▁Details": 25577, + "ką": 25578, + "▁longitud": 25579, + "INST": 25580, + "▁naval": 25581, + "Fernseh": 25582, + "essel": 25583, + "Grad": 25584, + "▁belang": 25585, + "▁aggi": 25586, + "ZygoteInit": 25587, + "łów": 25588, + "▁Sug": 25589, + "sil": 25590, + "▁exterior": 25591, + "щі": 25592, + "ORD": 25593, + "enser": 25594, + "▁rapide": 25595, + "▁темпера": 25596, + "incie": 25597, + "Si": 25598, + "avam": 25599, + "arded": 25600, + "▁Added": 25601, + "Endpoint": 25602, + "hardt": 25603, + "стран": 25604, + "▁estilo": 25605, + "▁Haz": 25606, + "▁musste": 25607, + "uo": 25608, + "iii": 25609, + "▁ří": 25610, + "anzen": 25611, + "жений": 25612, + "aha": 25613, + "ARNING": 25614, + "▁renov": 25615, + "▁divine": 25616, + "▁convinced": 25617, + "▁humans": 25618, + "▁departure": 25619, + "▁Mediter": 25620, + "qa": 25621, + "▁possessed": 25622, + "▁церкви": 25623, + "giv": 25624, + "▁свої": 25625, + "▁Ortste": 25626, + "Rich": 25627, + "puis": 25628, + "increment": 25629, + "▁Hannover": 25630, + "▁ucz": 25631, + "Done": 25632, + "▁alguns": 25633, + "FIX": 25634, + "▁Heritage": 25635, + "removeClass": 25636, + "фер": 25637, + "▁abc": 25638, + "Dr": 25639, + "▁семей": 25640, + "{:": 25641, + "▁seule": 25642, + "zeichnungen": 25643, + "addy": 25644, + "▁París": 25645, + "üsseld": 25646, + "▁reception": 25647, + "folio": 25648, + "tiny": 25649, + "▁recensement": 25650, + "▁Nur": 25651, + "▁kier": 25652, + "▁gmina": 25653, + "staat": 25654, + "ándose": 25655, + "ческая": 25656, + "▁speaker": 25657, + "▁exponential": 25658, + "▁Dieu": 25659, + "▁приз": 25660, + "▁Rafael": 25661, + "▁ggplot": 25662, + "▁Template": 25663, + "oure": 25664, + "▁Inner": 25665, + "ogne": 25666, + "igare": 25667, + "▁Arte": 25668, + "▁Cov": 25669, + "▁aufgrund": 25670, + "▁Бы": 25671, + "▁ceremony": 25672, + "▁Spart": 25673, + "jective": 25674, + "yi": 25675, + "▁inizi": 25676, + "▁latin": 25677, + "▁Nevertheless": 25678, + "▁Done": 25679, + "тря": 25680, + "▁Arr": 25681, + "season": 25682, + "▁складу": 25683, + "▁podczas": 25684, + "▁Beautiful": 25685, + "▁Weltkrieg": 25686, + "▁зо": 25687, + "▁overcome": 25688, + "▁Praha": 25689, + "▁району": 25690, + "▁subscription": 25691, + "igent": 25692, + "▁пока": 25693, + "latex": 25694, + "▁beach": 25695, + "▁роках": 25696, + "geg": 25697, + "▁probl": 25698, + "arguments": 25699, + "▁organizations": 25700, + "▁Nan": 25701, + "▁stones": 25702, + "▁Hunter": 25703, + "▁regularly": 25704, + "шого": 25705, + "▁flexible": 25706, + "opts": 25707, + "ář": 25708, + "witz": 25709, + "▁')": 25710, + "PASS": 25711, + "▁kraj": 25712, + "▁fake": 25713, + "heits": 25714, + "osph": 25715, + "parseInt": 25716, + "FALSE": 25717, + "▁profess": 25718, + "people": 25719, + "▁precip": 25720, + "dirname": 25721, + "▁perpet": 25722, + "▁Updated": 25723, + "rayed": 25724, + "▁provoc": 25725, + "▁травня": 25726, + "▁categorie": 25727, + "▁тео": 25728, + "сну": 25729, + "otr": 25730, + "▁Верхов": 25731, + "▁compét": 25732, + "Cost": 25733, + "▁wider": 25734, + "▁Obviously": 25735, + "писан": 25736, + "▁настоя": 25737, + "▁seeking": 25738, + "()),": 25739, + "▁équipe": 25740, + "▁commits": 25741, + "▁Svens": 25742, + "ябре": 25743, + "atern": 25744, + "▁heter": 25745, + "▁Bootstrap": 25746, + "éné": 25747, + "▁derivatives": 25748, + "▁Detroit": 25749, + "▁provincial": 25750, + "onomie": 25751, + "EB": 25752, + "▁cuer": 25753, + "▁относи": 25754, + "▁ней": 25755, + ")».": 25756, + "▁Ciudad": 25757, + "IAL": 25758, + "zyst": 25759, + ")\")": 25760, + "▁Alc": 25761, + "blogs": 25762, + "▁parmi": 25763, + "▁Albums": 25764, + "▁Boliv": 25765, + "▁clés": 25766, + "Products": 25767, + "uerdo": 25768, + "▁gelang": 25769, + "znik": 25770, + "hagen": 25771, + "anonymous": 25772, + "▁svg": 25773, + "▁Conseil": 25774, + "▁Ari": 25775, + "coli": 25776, + "▁czy": 25777, + "▁CV": 25778, + "▁ford": 25779, + "▁Außer": 25780, + "▁CI": 25781, + "▁tempt": 25782, + "▁Organisation": 25783, + "áš": 25784, + "▁cycles": 25785, + "▁geslacht": 25786, + "▁людей": 25787, + "ými": 25788, + "▁Spieler": 25789, + "efe": 25790, + "▁Marvel": 25791, + "▁portal": 25792, + "▁Серг": 25793, + "▁grado": 25794, + "▁handlers": 25795, + "▁Interface": 25796, + "AME": 25797, + "▁seriously": 25798, + "▁Binding": 25799, + "▁Rang": 25800, + "▁nada": 25801, + "oce": 25802, + "▁integra": 25803, + "ocracy": 25804, + "▁альбо": 25805, + "▁stability": 25806, + "Uns": 25807, + "▁veter": 25808, + "------+": 25809, + "▁serait": 25810, + "▁omitted": 25811, + "▁uncertainty": 25812, + "onian": 25813, + "▁resto": 25814, + "▁желез": 25815, + "▁одной": 25816, + "▁Bevölkerung": 25817, + "▁Kraft": 25818, + "стр": 25819, + "▁Moscow": 25820, + "lane": 25821, + "arab": 25822, + "▁spole": 25823, + "▁своего": 25824, + "?:": 25825, + "START": 25826, + "▁интер": 25827, + "▁sympt": 25828, + "▁Lorenzo": 25829, + "▁ejec": 25830, + "▁prosper": 25831, + "DAT": 25832, + "лимпий": 25833, + "▁shapes": 25834, + "valueOf": 25835, + "▁associate": 25836, + "▁Medien": 25837, + "ENV": 25838, + "▁сре": 25839, + "▁државе": 25840, + "▁theories": 25841, + "heb": 25842, + "▁Wayne": 25843, + "▁StringBuilder": 25844, + "iwers": 25845, + "▁Maps": 25846, + "Phys": 25847, + "\\}\\": 25848, + "▁Parte": 25849, + "▁Hudson": 25850, + "лон": 25851, + "Lng": 25852, + "▁ры": 25853, + "стей": 25854, + "lau": 25855, + "ancer": 25856, + "▁Coppa": 25857, + "▁війсь": 25858, + "▁ucc": 25859, + "▁Pattern": 25860, + "▁garbage": 25861, + "▁González": 25862, + "▁Encyclop": 25863, + "etten": 25864, + "External": 25865, + "REF": 25866, + ">;": 25867, + "lijke": 25868, + "▁intersect": 25869, + "▁Unless": 25870, + "▁deeper": 25871, + "▁жі": 25872, + "dent": 25873, + "lef": 25874, + "▁chanson": 25875, + "▁diffus": 25876, + "▁primi": 25877, + "▁Wieder": 25878, + "▁aws": 25879, + "owana": 25880, + "▁sociale": 25881, + "ikk": 25882, + "льной": 25883, + "▁divisions": 25884, + "лосо": 25885, + "▁Claud": 25886, + "▁Ya": 25887, + "▁voce": 25888, + "▁Branch": 25889, + "▁fitted": 25890, + "orr": 25891, + "ôtel": 25892, + "stroke": 25893, + "listener": 25894, + "iman": 25895, + "восто": 25896, + "▁Shah": 25897, + "Introduction": 25898, + "▁newline": 25899, + "▁tile": 25900, + "']))": 25901, + "▁travaux": 25902, + "CONFIG": 25903, + "▁quadratic": 25904, + "onneur": 25905, + "▁Giorg": 25906, + "▁identific": 25907, + "éricaine": 25908, + "▁UIView": 25909, + "▁Liberal": 25910, + "▁Koch": 25911, + "▁Berliner": 25912, + "▁notifications": 25913, + "▁Susan": 25914, + "▁cadre": 25915, + "▁Kloster": 25916, + "▁examine": 25917, + "▁един": 25918, + "▁UNION": 25919, + "▁alten": 25920, + "▁finit": 25921, + "▁pedig": 25922, + "cyk": 25923, + "▁mouvement": 25924, + "IOS": 25925, + "▁британ": 25926, + "▁bout": 25927, + "▁автор": 25928, + "ництво": 25929, + "ето": 25930, + "lera": 25931, + "cls": 25932, + "▁Ley": 25933, + "amy": 25934, + "agens": 25935, + "ashed": 25936, + "▁okrę": 25937, + "гро": 25938, + "ellett": 25939, + "▁Fellow": 25940, + "▁manifold": 25941, + "$),": 25942, + "lder": 25943, + "▁voz": 25944, + "▁begg": 25945, + "▁baron": 25946, + "▁fid": 25947, + "▁firing": 25948, + "ilda": 25949, + "dek": 25950, + "AU": 25951, + "itare": 25952, + "▁Ara": 25953, + "▁Exit": 25954, + "▁cinemat": 25955, + "▁intros": 25956, + "▁contacts": 25957, + "пени": 25958, + "▁möglich": 25959, + "▁Singapore": 25960, + "ström": 25961, + "▁Hern": 25962, + "▁sixth": 25963, + "▁publications": 25964, + "vie": 25965, + "▁Hat": 25966, + "▁accepting": 25967, + "ác": 25968, + "stwo": 25969, + "▁quietly": 25970, + "Photo": 25971, + "▁basket": 25972, + "▁eigenvalues": 25973, + "▁médec": 25974, + "▁Olimp": 25975, + "▁церков": 25976, + "alin": 25977, + "consum": 25978, + "▁lassen": 25979, + "▁анти": 25980, + "▁Seq": 25981, + "\";\r": 25982, + "rare": 25983, + "▁$|\\": 25984, + "▁nick": 25985, + "dflare": 25986, + "Vec": 25987, + "bindung": 25988, + "▁bg": 25989, + "changes": 25990, + "Days": 25991, + "▁Mouse": 25992, + "▁waited": 25993, + "▁Tomatoes": 25994, + "▁fas": 25995, + "verte": 25996, + "▁succession": 25997, + "сор": 25998, + "▁sols": 25999, + "▁Render": 26000, + "▁leadership": 26001, + "▁significance": 26002, + "▁gauche": 26003, + "cano": 26004, + "▁Pie": 26005, + "ensoort": 26006, + "▁cambio": 26007, + "▁уз": 26008, + "▁endeav": 26009, + "Completed": 26010, + "▁Архивная": 26011, + "jd": 26012, + "órico": 26013, + "▁churches": 26014, + "▁animate": 26015, + "SG": 26016, + "compute": 26017, + "▁uniformly": 26018, + "INIT": 26019, + "lles": 26020, + "HttpRequest": 26021, + "Ко": 26022, + "Diff": 26023, + "▁sah": 26024, + "airo": 26025, + "maybe": 26026, + "UTE": 26027, + "▁Dow": 26028, + "human": 26029, + "▁aurait": 26030, + "dark": 26031, + "▁repair": 26032, + "▁ner": 26033, + "▁Dabei": 26034, + "▁Botan": 26035, + "Original": 26036, + "ază": 26037, + "▁NAT": 26038, + "imper": 26039, + "▁Youth": 26040, + "thes": 26041, + "▁округа": 26042, + "▁Flo": 26043, + "▁breakfast": 26044, + "urls": 26045, + "▁übernahm": 26046, + "ários": 26047, + "▁Orange": 26048, + "▁Affairs": 26049, + "ske": 26050, + "▁notify": 26051, + "imoine": 26052, + "▁Arena": 26053, + "▁liberal": 26054, + "▁obec": 26055, + "ifa": 26056, + "guez": 26057, + "iono": 26058, + "ператор": 26059, + "▁retained": 26060, + "failed": 26061, + "bine": 26062, + "тных": 26063, + "▁CGRect": 26064, + "camera": 26065, + "idenote": 26066, + "KB": 26067, + "▁lights": 26068, + "▁Pictures": 26069, + "▁Squadron": 26070, + "▁Volk": 26071, + "▁burg": 26072, + ",]": 26073, + "Gi": 26074, + "êque": 26075, + "makeText": 26076, + "▁everybody": 26077, + "▁Hyper": 26078, + "▁Deux": 26079, + "▁glory": 26080, + "presentation": 26081, + "onica": 26082, + "▁frère": 26083, + "aget": 26084, + "▁hints": 26085, + "▁tunnel": 26086, + "▁Ej": 26087, + "ális": 26088, + "▁Viv": 26089, + "ственных": 26090, + "▁caps": 26091, + "PART": 26092, + "oci": 26093, + "▁prices": 26094, + "currency": 26095, + "▁achter": 26096, + "romagnet": 26097, + "gender": 26098, + "▁suis": 26099, + "versions": 26100, + "▁Training": 26101, + "inside": 26102, + "ege": 26103, + "▁totale": 26104, + "▁Daar": 26105, + "▁grudnia": 26106, + "▁Ier": 26107, + "▁occasions": 26108, + "▁kde": 26109, + "▁tensorflow": 26110, + "▁ór": 26111, + "Methods": 26112, + "▁looping": 26113, + "▁directeur": 26114, + "kę": 26115, + "▁isomorphism": 26116, + "▁João": 26117, + "▁aligned": 26118, + "онов": 26119, + "urger": 26120, + "▁nova": 26121, + "morrow": 26122, + "altern": 26123, + "HD": 26124, + "▁marqu": 26125, + "ativas": 26126, + "ggreg": 26127, + "▁ancien": 26128, + "nit": 26129, + "▁secured": 26130, + "mier": 26131, + "▁Ole": 26132, + "▁инте": 26133, + "▁minus": 26134, + "▁clearer": 26135, + "▁nello": 26136, + "▁információk": 26137, + "▁propre": 26138, + "{.": 26139, + "ilog": 26140, + "▁Quick": 26141, + "▁accus": 26142, + "employee": 26143, + "▁зу": 26144, + "цький": 26145, + "фіцій": 26146, + "▁публи": 26147, + "▁bent": 26148, + "▁позво": 26149, + "▁Пор": 26150, + "ází": 26151, + "ánico": 26152, + "emptyset": 26153, + "▁surtout": 26154, + "reno": 26155, + "unya": 26156, + "▁уез": 26157, + "▁Millionen": 26158, + "▁listopada": 26159, + "▁Maine": 26160, + "▁grupos": 26161, + "▁Storage": 26162, + "▁apple": 26163, + "▁Lö": 26164, + "oused": 26165, + "дро": 26166, + "sci": 26167, + "▁hibernate": 26168, + "dog": 26169, + "▁восто": 26170, + "▁intensity": 26171, + "legend": 26172, + "▁Wille": 26173, + "▁szerint": 26174, + "gesellschaft": 26175, + "▁Living": 26176, + "allo": 26177, + "▁Split": 26178, + "dru": 26179, + "need": 26180, + "▁Джон": 26181, + "▁Swiss": 26182, + "▁spraw": 26183, + "▁beho": 26184, + "▁fotograf": 26185, + "▁rencontre": 26186, + "▁kis": 26187, + "▁signing": 26188, + "akult": 26189, + "▁indexing": 26190, + "apor": 26191, + "▁conception": 26192, + "aggreg": 26193, + "▁Савез": 26194, + "▁affair": 26195, + "ění": 26196, + "August": 26197, + "▁секре": 26198, + "▁mieszkań": 26199, + "UIImage": 26200, + "▁bishop": 26201, + "▁servants": 26202, + "▁trail": 26203, + "digit": 26204, + "▁joins": 26205, + "▁Near": 26206, + "öffentlich": 26207, + ">{": 26208, + "▁skład": 26209, + "geführt": 26210, + "▁Holz": 26211, + "▁Militär": 26212, + "achi": 26213, + "Upper": 26214, + "pine": 26215, + "utzt": 26216, + "▁nuova": 26217, + "ibration": 26218, + "▁Bien": 26219, + "▁первый": 26220, + "▁Creating": 26221, + "Once": 26222, + "▁einmal": 26223, + "▁geometric": 26224, + "stvo": 26225, + "▁kW": 26226, + "▁decomposition": 26227, + "▁comedy": 26228, + "▁activation": 26229, + "▁angry": 26230, + "illeurs": 26231, + "▁instantly": 26232, + "▁suggesting": 26233, + "▁Clay": 26234, + "cot": 26235, + "▁Gén": 26236, + "($(": 26237, + "unwrap": 26238, + "▁lifted": 26239, + "▁Kit": 26240, + "▁linea": 26241, + "ок": 26242, + "hart": 26243, + "->_": 26244, + "▁nuit": 26245, + "▁Issue": 26246, + "лии": 26247, + "▁röm": 26248, + "Tasks": 26249, + "▁Sr": 26250, + "▁seis": 26251, + "asia": 26252, + "}}$.": 26253, + ":{": 26254, + "controls": 26255, + "▁Stim": 26256, + "▁Recht": 26257, + "ociación": 26258, + "▁Natal": 26259, + "▁Philippines": 26260, + "ulen": 26261, + "Fixed": 26262, + "▁switched": 26263, + "Zip": 26264, + "ospel": 26265, + "▁начале": 26266, + "▁Blan": 26267, + "urst": 26268, + "▁autour": 26269, + "Ca": 26270, + "▁latitude": 26271, + "▁Frei": 26272, + "▁Musée": 26273, + "▁Kurz": 26274, + "▁região": 26275, + "swap": 26276, + "▁hate": 26277, + "▁modifications": 26278, + "▁Ком": 26279, + "▁Antoine": 26280, + "uga": 26281, + "RECT": 26282, + "éter": 26283, + "GROUP": 26284, + "▁sacrific": 26285, + "▁Whe": 26286, + "▁Stevens": 26287, + "ologische": 26288, + "Summary": 26289, + "obs": 26290, + "hnen": 26291, + "<%=": 26292, + "dienst": 26293, + "remark": 26294, + "▁veröffentlicht": 26295, + "ел": 26296, + "▁Mock": 26297, + "▁Льв": 26298, + "▁três": 26299, + "gb": 26300, + "▁celebrated": 26301, + "▁Eb": 26302, + "▁costa": 26303, + "▁Geographic": 26304, + "▁attachment": 26305, + "mannschaft": 26306, + "▁dependence": 26307, + "��": 26308, + "▁attitude": 26309, + "etal": 26310, + "vic": 26311, + "baut": 26312, + "▁дов": 26313, + "▁interven": 26314, + "▁Gü": 26315, + "ónica": 26316, + "▁Pon": 26317, + "▁disponible": 26318, + "▁Feb": 26319, + "▁worship": 26320, + "▁Specifically": 26321, + "Hy": 26322, + "iju": 26323, + "▁cb": 26324, + "▁spac": 26325, + "leveland": 26326, + "▁localidad": 26327, + "▁preceding": 26328, + "▁Hessen": 26329, + "xp": 26330, + "▁Wein": 26331, + "▁Româ": 26332, + "▁giorno": 26333, + "▁квітня": 26334, + "llaços": 26335, + "▁Academia": 26336, + "▁kül": 26337, + "▁Års": 26338, + "▁нај": 26339, + "uclide": 26340, + "Internet": 26341, + "orton": 26342, + "▁corn": 26343, + "ями": 26344, + "▁\"*": 26345, + "▁Felix": 26346, + "apat": 26347, + "▁свои": 26348, + "MIT": 26349, + "made": 26350, + "▁locomot": 26351, + "хода": 26352, + "FP": 26353, + "▁pm": 26354, + ".*;": 26355, + "▁Hamm": 26356, + "`}": 26357, + "LayoutInflater": 26358, + "==\"": 26359, + "▁Eur": 26360, + "▁dogs": 26361, + "жении": 26362, + "▁azon": 26363, + "▁emulator": 26364, + "▁ricon": 26365, + "beeld": 26366, + "▁ну": 26367, + "▁approximate": 26368, + "LM": 26369, + "▁Bond": 26370, + "▁enh": 26371, + "ędz": 26372, + "▁solit": 26373, + "RelativeLayout": 26374, + "eteor": 26375, + "amentos": 26376, + "▁indirect": 26377, + "iből": 26378, + "▁gros": 26379, + "▁Originals": 26380, + "commands": 26381, + "Export": 26382, + "▁Avec": 26383, + "▁solemn": 26384, + "▁correction": 26385, + "▁проводи": 26386, + "▁Mosk": 26387, + "▁подо": 26388, + "▁gebied": 26389, + "▁następ": 26390, + "▁Driver": 26391, + "▁Ook": 26392, + "▁Vec": 26393, + "▁lungo": 26394, + "ficos": 26395, + "▁svol": 26396, + "▁kid": 26397, + "nja": 26398, + "▁Hr": 26399, + "▁поддер": 26400, + "▁visibility": 26401, + "▁Méd": 26402, + "▁cpu": 26403, + "discussion": 26404, + "Asset": 26405, + "▁defense": 26406, + "▁Anyone": 26407, + "▁Justin": 26408, + "iszt": 26409, + "▁Collins": 26410, + "▁Valent": 26411, + "▁Pale": 26412, + "▁fuel": 26413, + "▁nose": 26414, + "ríguez": 26415, + "▁Schles": 26416, + "▁Malays": 26417, + "▁commut": 26418, + "dro": 26419, + "uing": 26420, + "▁Rico": 26421, + "▁Emma": 26422, + "orp": 26423, + "▁Kirk": 26424, + "▁Quando": 26425, + "▁Neue": 26426, + "▁demande": 26427, + "▁Cover": 26428, + "▁rescue": 26429, + "▁gewählt": 26430, + "▁Calendar": 26431, + "▁Madonna": 26432, + "WP": 26433, + "oshi": 26434, + "▁Maven": 26435, + "▁belle": 26436, + "▁wx": 26437, + "▁sugar": 26438, + "▁Betrieb": 26439, + "▁equilibrium": 26440, + "EAR": 26441, + "▁texts": 26442, + "слов": 26443, + "▁czerwca": 26444, + "▁Düsseld": 26445, + "▁ELSE": 26446, + "▁amery": 26447, + "▁ani": 26448, + "▁obey": 26449, + "▁Nell": 26450, + "▁inne": 26451, + "▁тро": 26452, + "FD": 26453, + "cco": 26454, + "▁Zob": 26455, + "alette": 26456, + "▁május": 26457, + "ected": 26458, + "▁Turkey": 26459, + "▁Whether": 26460, + "qi": 26461, + "▁што": 26462, + "▁headquarters": 26463, + "endi": 26464, + "arus": 26465, + "opus": 26466, + "▁золо": 26467, + "▁destru": 26468, + "▁Lok": 26469, + "▁satisfaction": 26470, + "()\r": 26471, + "▁Тер": 26472, + "Jose": 26473, + "▁conquer": 26474, + "▁Effect": 26475, + "LayoutParams": 26476, + "iez": 26477, + "▁externs": 26478, + "▁gegenüber": 26479, + "▁ESP": 26480, + "olta": 26481, + "processor": 26482, + "▁Kult": 26483, + "▁Atlanta": 26484, + "▁tier": 26485, + "Operator": 26486, + "▁диа": 26487, + "▁пись": 26488, + "▁groß": 26489, + "▁hearts": 26490, + "▁millimeter": 26491, + "although": 26492, + "alles": 26493, + "▁Magic": 26494, + "training": 26495, + "oline": 26496, + "▁органі": 26497, + ">\\<^": 26498, + "ціаль": 26499, + "exports": 26500, + "Workbook": 26501, + "▁вересня": 26502, + "▁teles": 26503, + "▁economy": 26504, + "▁trap": 26505, + "▁refuse": 26506, + "▁stranger": 26507, + "▁instinct": 26508, + "пода": 26509, + "olan": 26510, + "▁ning": 26511, + "inflate": 26512, + "itatea": 26513, + "acks": 26514, + "▁Joy": 26515, + "FLAG": 26516, + "ailand": 26517, + "▁sorti": 26518, + "▁впер": 26519, + "▁pén": 26520, + "Nothing": 26521, + "▁száz": 26522, + "▁Áng": 26523, + "▁AUT": 26524, + "Actions": 26525, + "Every": 26526, + "▁червня": 26527, + "▁автомо": 26528, + "▁routine": 26529, + "▁estruct": 26530, + "▁Gang": 26531, + "▁holes": 26532, + "thesis": 26533, + "▁concl": 26534, + "▁pé": 26535, + "riers": 26536, + "ровой": 26537, + "adic": 26538, + "Speed": 26539, + "▁commanded": 26540, + "▁Nazionale": 26541, + "Managed": 26542, + "▁DECLARE": 26543, + "▁sedan": 26544, + "Strings": 26545, + "▁sacred": 26546, + "tersuch": 26547, + "▁abitanti": 26548, + "brit": 26549, + "▁NCAA": 26550, + "▁СП": 26551, + "▁aged": 26552, + "▁Chiesa": 26553, + "▁revision": 26554, + "opro": 26555, + "▁overwrite": 26556, + "embros": 26557, + "▁sortie": 26558, + "▁otten": 26559, + "xiv": 26560, + "▁deli": 26561, + "▁Asp": 26562, + "▁balls": 26563, + "kaf": 26564, + "▁brave": 26565, + "▁всего": 26566, + "egn": 26567, + "jpeg": 26568, + "▁Osten": 26569, + "Constants": 26570, + "▁Infantry": 26571, + "▁Nev": 26572, + "▁яких": 26573, + "▁муниципа": 26574, + "cija": 26575, + "▁poem": 26576, + "▁negro": 26577, + "хар": 26578, + "▁Ask": 26579, + "▁avo": 26580, + "▁Meyer": 26581, + "▁Westen": 26582, + "▁oko": 26583, + "agin": 26584, + "▁Süden": 26585, + "entries": 26586, + "▁Republik": 26587, + "CollectionView": 26588, + "-------": 26589, + "▁firefox": 26590, + "▁alcune": 26591, + "▁фото": 26592, + "▁отрима": 26593, + "~~~~~~~~": 26594, + "▁Раз": 26595, + "▁Complex": 26596, + "▁pia": 26597, + "▁publicada": 26598, + "wei": 26599, + "cedure": 26600, + "occupation": 26601, + "▁medicine": 26602, + "▁drove": 26603, + "Problem": 26604, + "▁beginner": 26605, + "▁thoroughly": 26606, + "uria": 26607, + "avant": 26608, + "ucha": 26609, + "▁lever": 26610, + "▁teatro": 26611, + "AVA": 26612, + "squ": 26613, + "trat": 26614, + "ivatal": 26615, + "▁dirty": 26616, + "▁seconde": 26617, + "▁gravit": 26618, + "▁proposition": 26619, + "hbar": 26620, + "omini": 26621, + "▁”": 26622, + "▁Camil": 26623, + "▁queen": 26624, + "modifier": 26625, + "Jan": 26626, + "▁lyr": 26627, + "ComboBox": 26628, + "ionic": 26629, + "▁holy": 26630, + "▁Sebastian": 26631, + "|_{": 26632, + "▁{@": 26633, + "▁можно": 26634, + "▁Creative": 26635, + "▁interess": 26636, + "▁CT": 26637, + "ições": 26638, + "▁chant": 26639, + "▁współ": 26640, + "▁Мексика": 26641, + "▁ranked": 26642, + "▁października": 26643, + "▁brut": 26644, + "▁farther": 26645, + "▁Verb": 26646, + "▁Seven": 26647, + "lbl": 26648, + "▁mentions": 26649, + "▁Fight": 26650, + "ifen": 26651, + "▁bog": 26652, + "▁regres": 26653, + "▁scoring": 26654, + "icane": 26655, + "▁Elli": 26656, + "▁pierw": 26657, + "measure": 26658, + "ńskiej": 26659, + "#{": 26660, + "▁деся": 26661, + "▁varmaste": 26662, + "▁Unix": 26663, + "IZ": 26664, + "itié": 26665, + "Primary": 26666, + "▁Springer": 26667, + "üng": 26668, + "▁anv": 26669, + "▁versione": 26670, + "▁shoulders": 26671, + "▁брига": 26672, + "▁jav": 26673, + "ltal": 26674, + "▁kallaste": 26675, + "▁Mitchell": 26676, + "▁wireless": 26677, + "▁Ál": 26678, + "respons": 26679, + "could": 26680, + "▁relax": 26681, + "Lond": 26682, + "ńcz": 26683, + "ствовал": 26684, + "▁polski": 26685, + "enç": 26686, + "zar": 26687, + "▁dtype": 26688, + "owned": 26689, + "unknown": 26690, + "▁mutable": 26691, + "▁siempre": 26692, + "▁Montreal": 26693, + "▁locate": 26694, + "▁traces": 26695, + "▁insgesamt": 26696, + "▁Nil": 26697, + "▁прода": 26698, + "▁Warner": 26699, + "▁Nau": 26700, + "triangle": 26701, + "▁concentration": 26702, + "▁gentlemen": 26703, + "ächt": 26704, + "filters": 26705, + "incipal": 26706, + "VALID": 26707, + "▁депута": 26708, + "adó": 26709, + "▁konst": 26710, + "gså": 26711, + "agas": 26712, + "▁meilleur": 26713, + "▁данным": 26714, + "єдна": 26715, + "encoded": 26716, + "<'": 26717, + "▁sheets": 26718, + "cuador": 26719, + "▁використову": 26720, + "▁Deput": 26721, + "▁manière": 26722, + "ąg": 26723, + "csol": 26724, + ")$-": 26725, + "UIView": 26726, + "▁millones": 26727, + "▁Ehren": 26728, + "Sil": 26729, + "▁atac": 26730, + "▁Cold": 26731, + "\"\\": 26732, + "▁approached": 26733, + "▁Årsmed": 26734, + "WM": 26735, + "▁Deport": 26736, + "mis": 26737, + "andbox": 26738, + "observ": 26739, + "setting": 26740, + "ható": 26741, + "▁strat": 26742, + "▁spre": 26743, + "▁personne": 26744, + "▁dirige": 26745, + "pull": 26746, + "dating": 26747, + "▁Fact": 26748, + "▁manipulate": 26749, + "▁MAC": 26750, + "▁dej": 26751, + "ultimo": 26752, + "FX": 26753, + "Life": 26754, + "▁crack": 26755, + "▁mí": 26756, + "▁пове": 26757, + "▁wore": 26758, + "université": 26759, + "▁formulas": 26760, + "▁Elisabeth": 26761, + "plots": 26762, + "mile": 26763, + "▁menor": 26764, + "тил": 26765, + "keyword": 26766, + "▁Baltimore": 26767, + "hrer": 26768, + "▁Clement": 26769, + "vim": 26770, + "rass": 26771, + "Take": 26772, + "▁című": 26773, + "▁Convention": 26774, + "atge": 26775, + "seed": 26776, + "▁Dí": 26777, + "▁Spider": 26778, + "ahoo": 26779, + "▁имеет": 26780, + "ührt": 26781, + "▁пописа": 26782, + "▁Cot": 26783, + "▁nobles": 26784, + "RESS": 26785, + "▁chemin": 26786, + "▁główn": 26787, + "GG": 26788, + "▁Germania": 26789, + "▁Alexandre": 26790, + "hens": 26791, + "swift": 26792, + "oop": 26793, + "Subview": 26794, + "▁requiring": 26795, + "ędzy": 26796, + "▁fict": 26797, + "▁Констан": 26798, + "▁déput": 26799, + "▁surprising": 26800, + "▁deix": 26801, + "▁unterschied": 26802, + "inson": 26803, + "▁Character": 26804, + "▁gestion": 26805, + "chus": 26806, + "comes": 26807, + "▁neur": 26808, + "▁yeux": 26809, + "ollar": 26810, + "▁parad": 26811, + "▁maggiore": 26812, + "TRAN": 26813, + "▁votre": 26814, + "▁descent": 26815, + "▁Icon": 26816, + "▁Judge": 26817, + "▁occupation": 26818, + "eping": 26819, + "▁tongue": 26820, + "▁Enllaços": 26821, + "ruf": 26822, + "▁protein": 26823, + "▁visitors": 26824, + "axy": 26825, + "esten": 26826, + "blica": 26827, + "hw": 26828, + "▁spirits": 26829, + "▁reduces": 26830, + "▁мен": 26831, + "▁Lamb": 26832, + "▁Mine": 26833, + "▁verified": 26834, + "▁Baby": 26835, + "▁prize": 26836, + "вър": 26837, + "▁ratings": 26838, + "▁fore": 26839, + "asha": 26840, + "urrence": 26841, + "▁intér": 26842, + "▁Olímp": 26843, + "cra": 26844, + "▁computational": 26845, + "irche": 26846, + ".: ": 26847, + "▁illustrated": 26848, + "▁Share": 26849, + "▁households": 26850, + "▁convolution": 26851, + "oemd": 26852, + "▁zdoby": 26853, + "ccc": 26854, + "▁quantities": 26855, + "Che": 26856, + "Should": 26857, + "▁genius": 26858, + "adj": 26859, + "хва": 26860, + "Петер": 26861, + "EMA": 26862, + "▁Rights": 26863, + "▁Eli": 26864, + "VAR": 26865, + "шло": 26866, + "▁збір": 26867, + "iftung": 26868, + "▁contributed": 26869, + "zef": 26870, + "▁CHAR": 26871, + "▁Sib": 26872, + "▁Mant": 26873, + "▁связи": 26874, + "▁javafx": 26875, + "▁cependant": 26876, + "▁intu": 26877, + "▁твор": 26878, + "▁Ó": 26879, + "guer": 26880, + "rado": 26881, + "▁Revol": 26882, + "▁fémin": 26883, + "▁Orleans": 26884, + "▁poj": 26885, + "▁prez": 26886, + "Tex": 26887, + "ouwd": 26888, + "?(": 26889, + "▁LIM": 26890, + "istique": 26891, + "esar": 26892, + "▁heures": 26893, + "icki": 26894, + "▁dbo": 26895, + "skih": 26896, + "confirm": 26897, + "▁világ": 26898, + "▁ciutat": 26899, + "▁DR": 26900, + "▁Hawai": 26901, + "ched": 26902, + "▁spher": 26903, + "▁Artikel": 26904, + "▁Multiple": 26905, + "ciu": 26906, + "▁мы": 26907, + "▁lipca": 26908, + "](/": 26909, + "Strategy": 26910, + "▁Alabama": 26911, + "SDK": 26912, + "UTC": 26913, + "__.": 26914, + "Arguments": 26915, + "▁setContentView": 26916, + "île": 26917, + "ByVal": 26918, + "▁JVM": 26919, + "ющего": 26920, + "▁Leonard": 26921, + "▁justify": 26922, + "цем": 26923, + "▁nab": 26924, + "CCESS": 26925, + "▁hopes": 26926, + ")&": 26927, + "sero": 26928, + "▁зай": 26929, + "слід": 26930, + "▁Rég": 26931, + "▁Sang": 26932, + "▁fung": 26933, + "baar": 26934, + "▁coffee": 26935, + "assembly": 26936, + "▁Він": 26937, + "эй": 26938, + "▁comprend": 26939, + "filled": 26940, + "рд": 26941, + "odia": 26942, + "▁gens": 26943, + "fluss": 26944, + "Drawable": 26945, + "▁surve": 26946, + "Setup": 26947, + "▁należ": 26948, + "▁conjunto": 26949, + "▁Его": 26950, + "▁oldal": 26951, + "▁verbose": 26952, + "▁Electric": 26953, + "▁Harrison": 26954, + "engen": 26955, + "paragraph": 26956, + "▁nouvelles": 26957, + "▁време": 26958, + "▁memor": 26959, + "▁mayoría": 26960, + "сад": 26961, + "▁bataille": 26962, + "▁thermal": 26963, + "▁Хронологи": 26964, + "▁Better": 26965, + "bye": 26966, + "▁театра": 26967, + "roe": 26968, + "▁segle": 26969, + "rott": 26970, + "▁opinions": 26971, + ")})": 26972, + "ühle": 26973, + "▁Gün": 26974, + "▁Щ": 26975, + "ból": 26976, + "▁Larry": 26977, + "▁solic": 26978, + "▁zwar": 26979, + "▁Caroline": 26980, + "▁Reichs": 26981, + "Extensions": 26982, + "migr": 26983, + ":@": 26984, + "▁enumerate": 26985, + "▁eigenen": 26986, + "▁explore": 26987, + "ému": 26988, + "▁gat": 26989, + "▁imperial": 26990, + "▁Usually": 26991, + "▁tud": 26992, + "▁укра": 26993, + "him": 26994, + "▁corners": 26995, + "▁SER": 26996, + "▁interpreter": 26997, + "▁Ice": 26998, + "▁amounts": 26999, + "▁Pala": 27000, + "▁tinha": 27001, + "vole": 27002, + "▁gle": 27003, + "ucci": 27004, + "▁siehe": 27005, + "Jack": 27006, + "▁woll": 27007, + "▁elder": 27008, + "▁кораб": 27009, + "▁engag": 27010, + "▁Laurent": 27011, + "▁achiev": 27012, + "istik": 27013, + "arct": 27014, + "тного": 27015, + "▁gir": 27016, + "▁Singh": 27017, + "mathop": 27018, + "USA": 27019, + "▁Projekt": 27020, + "▁debe": 27021, + "richtung": 27022, + "▁Tsch": 27023, + "uminate": 27024, + "▁szó": 27025, + "lyph": 27026, + "зидент": 27027, + "▁limitations": 27028, + "ющей": 27029, + "▁bila": 27030, + "Push": 27031, + "▁offering": 27032, + "iennes": 27033, + "Fri": 27034, + "▁postgresql": 27035, + "▁Tommy": 27036, + "▁particolare": 27037, + "▁století": 27038, + "▁arrib": 27039, + "▁Eva": 27040, + "school": 27041, + "▁vendor": 27042, + "▁Dallas": 27043, + "▁prolong": 27044, + "CREATE": 27045, + "▁suivante": 27046, + "STATUS": 27047, + "là": 27048, + "kv": 27049, + "▁häufig": 27050, + "▁Agricult": 27051, + "▁huit": 27052, + "▁inoltre": 27053, + "▁Lloyd": 27054, + "▁француз": 27055, + "▁выпол": 27056, + "▁faithful": 27057, + "▁Вар": 27058, + "▁verl": 27059, + "▁juego": 27060, + "▁Резултати": 27061, + ",...,": 27062, + "▁implicitly": 27063, + "irks": 27064, + "Calcul": 27065, + "▁meses": 27066, + "omed": 27067, + "▁pak": 27068, + "herit": 27069, + "▁optical": 27070, + "▁Історія": 27071, + "veis": 27072, + "▁capitale": 27073, + "placeholder": 27074, + "intrag": 27075, + "▁Atlas": 27076, + ")];": 27077, + "icons": 27078, + "▁Bent": 27079, + "▁Widget": 27080, + "▁volunt": 27081, + "avo": 27082, + "égr": 27083, + "lige": 27084, + "▁NAME": 27085, + "▁abstra": 27086, + "▁fís": 27087, + "▁Browser": 27088, + "▁bush": 27089, + "hall": 27090, + "▁clouds": 27091, + "▁SUB": 27092, + "▁tandis": 27093, + "▁Commonwealth": 27094, + "тая": 27095, + "▁exhaust": 27096, + "________________": 27097, + "▁Statistics": 27098, + "▁Religion": 27099, + "▁Muham": 27100, + "uals": 27101, + "goto": 27102, + "Digital": 27103, + "Family": 27104, + "▁Bun": 27105, + "letin": 27106, + "Management": 27107, + "▁capabilities": 27108, + "annten": 27109, + "▁себе": 27110, + "▁stays": 27111, + "kter": 27112, + "▁dost": 27113, + "▁Тре": 27114, + "лович": 27115, + "▁dying": 27116, + "sections": 27117, + "ános": 27118, + "▁apparten": 27119, + "▁zoals": 27120, + "▁dressed": 27121, + "▁compress": 27122, + "ńska": 27123, + "▁sierpnia": 27124, + "▁титу": 27125, + "dictionary": 27126, + "▁rabb": 27127, + "▁vérit": 27128, + "Во": 27129, + "▁singleton": 27130, + "▁vital": 27131, + "Refresh": 27132, + "мель": 27133, + "▁Zh": 27134, + "▁Afghan": 27135, + "inkel": 27136, + "aaaa": 27137, + "▁participants": 27138, + "arin": 27139, + "▁Mold": 27140, + "▁primeros": 27141, + "▁ран": 27142, + "▁Амери": 27143, + "▁restaurant": 27144, + "ével": 27145, + "▁SL": 27146, + "▁Rey": 27147, + "chas": 27148, + "▁electrons": 27149, + "▁Pitts": 27150, + "▁Jules": 27151, + "май": 27152, + "enant": 27153, + "-}": 27154, + "лад": 27155, + "▁Москва": 27156, + "gom": 27157, + "▁Fernández": 27158, + "fund": 27159, + "interno": 27160, + "▁Mari": 27161, + "▁rius": 27162, + "▁Prozent": 27163, + "стрі": 27164, + "▁внут": 27165, + "anterie": 27166, + "▁прис": 27167, + "▁обы": 27168, + "▁Marina": 27169, + "▁occurrence": 27170, + "rikt": 27171, + "▁физи": 27172, + "▁schwer": 27173, + "▁Гре": 27174, + "Reset": 27175, + "▁mucho": 27176, + "andr": 27177, + "▁Wies": 27178, + "▁Keith": 27179, + "▁Julian": 27180, + "▁cole": 27181, + "ciendo": 27182, + "▁Contempor": 27183, + "etry": 27184, + "elian": 27185, + "гии": 27186, + "▁голо": 27187, + "▁dél": 27188, + "▁decent": 27189, + "РСР": 27190, + "▁szeptember": 27191, + "мест": 27192, + "castle": 27193, + "▁держав": 27194, + "}\")": 27195, + "▁ASCII": 27196, + "▁Glen": 27197, + "itzerland": 27198, + "Toggle": 27199, + "▁tradicional": 27200, + "▁Plat": 27201, + "vee": 27202, + "abgerufen": 27203, + "(|": 27204, + "CLI": 27205, + "}}$,": 27206, + "▁Bowl": 27207, + "▁Male": 27208, + "▁Bres": 27209, + "▁пси": 27210, + "▁Challenge": 27211, + "zó": 27212, + "▁projekt": 27213, + "▁negoti": 27214, + "above": 27215, + "▁перио": 27216, + "▁longest": 27217, + "authentic": 27218, + "▁tradu": 27219, + "▁mujeres": 27220, + "▁Andre": 27221, + "▁hadn": 27222, + "▁Schule": 27223, + "odel": 27224, + "bled": 27225, + "▁Trade": 27226, + "▁mobil": 27227, + "▁algunas": 27228, + "▁Lak": 27229, + "▁Connecticut": 27230, + "▁alco": 27231, + "▁Selbst": 27232, + "ił": 27233, + "▁alb": 27234, + "ouverneur": 27235, + "▁sr": 27236, + "▁vba": 27237, + "loped": 27238, + "▁Partei": 27239, + "uate": 27240, + "▁Authentication": 27241, + "bei": 27242, + "}}.": 27243, + "▁konnten": 27244, + "▁допо": 27245, + "▁hyd": 27246, + "Office": 27247, + "données": 27248, + "▁Cleveland": 27249, + "rita": 27250, + "íos": 27251, + "▁выше": 27252, + "▁Roberts": 27253, + "▁élections": 27254, + "▁'')": 27255, + "▁publishing": 27256, + "▁bapt": 27257, + "<>();": 27258, + "missing": 27259, + "ровано": 27260, + "▁housing": 27261, + "▁inference": 27262, + "▁Renaissance": 27263, + "▁règ": 27264, + "▁Steph": 27265, + "CES": 27266, + "ERE": 27267, + "кет": 27268, + "OU": 27269, + "▁grouping": 27270, + "verkehr": 27271, + "jih": 27272, + "agli": 27273, + "▁milk": 27274, + "lait": 27275, + "Stage": 27276, + "▁byly": 27277, + "▁wooden": 27278, + "keley": 27279, + "etra": 27280, + "▁Peg": 27281, + "▁donné": 27282, + "adal": 27283, + "sequently": 27284, + "▁insbesondere": 27285, + "ELD": 27286, + "▁Mam": 27287, + "▁volte": 27288, + "▁prospect": 27289, + "нове": 27290, + "▁denoted": 27291, + "▁overlay": 27292, + "Permission": 27293, + "een": 27294, + "▁EM": 27295, + "▁uz": 27296, + "Mc": 27297, + "olit": 27298, + "▁servi": 27299, + "▁Heidel": 27300, + "▁Wiener": 27301, + "▁illegal": 27302, + "▁predictions": 27303, + "▁goog": 27304, + "hon": 27305, + "▁Cinema": 27306, + "▁револю": 27307, + "▁Rule": 27308, + "wod": 27309, + "▁radiation": 27310, + "oł": 27311, + "ової": 27312, + "▁Perform": 27313, + "▁prisoner": 27314, + "▁amet": 27315, + "▁figura": 27316, + "▁Commander": 27317, + "▁официаль": 27318, + "▁trov": 27319, + "▁acted": 27320, + "▁workflow": 27321, + "▁Республики": 27322, + "▁guidance": 27323, + "▁мене": 27324, + "National": 27325, + "▁Kel": 27326, + "webpack": 27327, + "простра": 27328, + "▁llamado": 27329, + "alog": 27330, + "terra": 27331, + "ixen": 27332, + "legraph": 27333, + "äischen": 27334, + "▁teachers": 27335, + "uden": 27336, + "▁også": 27337, + "possible": 27338, + "▁Soul": 27339, + "▁Geography": 27340, + "▁зада": 27341, + "hit": 27342, + "▁anger": 27343, + "▁remporte": 27344, + "Pod": 27345, + "чке": 27346, + "▁aria": 27347, + "▁Astronom": 27348, + "chapter": 27349, + "▁fork": 27350, + "▁Cuando": 27351, + "mense": 27352, + "▁Christians": 27353, + "gc": 27354, + "▁#(": 27355, + "Organ": 27356, + "▁steady": 27357, + "pse": 27358, + "жить": 27359, + "ignes": 27360, + "aterra": 27361, + "movie": 27362, + "posta": 27363, + "raste": 27364, + "▁Ressource": 27365, + "▁País": 27366, + "▁();": 27367, + "▁penalty": 27368, + "тт": 27369, + "▁trasfer": 27370, + "century": 27371, + "▁cleaner": 27372, + "selenium": 27373, + "ortheast": 27374, + "xic": 27375, + "лії": 27376, + "▁inglese": 27377, + "▁Tang": 27378, + "▁gods": 27379, + "frent": 27380, + "ciente": 27381, + "starts": 27382, + "▁musica": 27383, + "ymnasium": 27384, + "----+": 27385, + "▁terrest": 27386, + "▁retrieved": 27387, + "iare": 27388, + "unning": 27389, + "▁Marcus": 27390, + "▁promote": 27391, + "warning": 27392, + "тый": 27393, + "})$,": 27394, + "Transport": 27395, + "▁reson": 27396, + "▁Clo": 27397, + "▁erm": 27398, + "▁eliminate": 27399, + "heimer": 27400, + "▁saves": 27401, + "▁prayer": 27402, + "Classes": 27403, + "Express": 27404, + "▁Akademie": 27405, + "Else": 27406, + "Turn": 27407, + "▁ikke": 27408, + "▁rei": 27409, + "▁dirett": 27410, + "▁Rost": 27411, + "▁Papa": 27412, + "▁jsf": 27413, + "лением": 27414, + "▁Tul": 27415, + "▁Zak": 27416, + "▁niemieck": 27417, + "Tw": 27418, + "amour": 27419, + "nested": 27420, + "ppets": 27421, + "шп": 27422, + "dit": 27423, + "зен": 27424, + "zyma": 27425, + "hrte": 27426, + "Constraints": 27427, + "▁ownership": 27428, + "Arm": 27429, + "▁consumption": 27430, + "▁fet": 27431, + "ivari": 27432, + "chrom": 27433, + "setAttribute": 27434, + "▁compose": 27435, + "▁backing": 27436, + "▁Paz": 27437, + "▁scri": 27438, + "▁Mechan": 27439, + "▁Norway": 27440, + "▁Jup": 27441, + "▁mér": 27442, + "▁administrator": 27443, + "▁cabe": 27444, + "ivalent": 27445, + "▁throne": 27446, + "▁dues": 27447, + "▁humor": 27448, + "▁Adri": 27449, + "▁abort": 27450, + "ñas": 27451, + "▁Київ": 27452, + "jící": 27453, + "▁zweite": 27454, + "▁doub": 27455, + "ershell": 27456, + "шой": 27457, + "▁Fam": 27458, + "åk": 27459, + "▁tweede": 27460, + "▁Rib": 27461, + "▁før": 27462, + "pción": 27463, + "inned": 27464, + "rvm": 27465, + "▁Appar": 27466, + "▁Dj": 27467, + "▁Shang": 27468, + "Distance": 27469, + "▁dawn": 27470, + "▁Matth": 27471, + "▁errichtet": 27472, + "phantom": 27473, + "▁releases": 27474, + "Recognizer": 27475, + "▁Kop": 27476, + "▁Pul": 27477, + "ué": 27478, + "nats": 27479, + "relax": 27480, + "▁fled": 27481, + "▁experiences": 27482, + "щее": 27483, + "меня": 27484, + "▁персона": 27485, + "▁Identity": 27486, + "rets": 27487, + "kunft": 27488, + "larg": 27489, + "ListItem": 27490, + "vd": 27491, + "runner": 27492, + "lant": 27493, + "ipart": 27494, + "bay": 27495, + "iei": 27496, + "▁lengths": 27497, + "▁cattle": 27498, + "jets": 27499, + "▁sehen": 27500, + "Jul": 27501, + "fatt": 27502, + "▁surrender": 27503, + "▁Trump": 27504, + "дного": 27505, + "▁Fourier": 27506, + "ieben": 27507, + "_\"": 27508, + "▁früher": 27509, + "▁garant": 27510, + "uclidean": 27511, + "ägt": 27512, + "▁півден": 27513, + "Pages": 27514, + "▁rivers": 27515, + "▁donner": 27516, + "svn": 27517, + "▁ł": 27518, + "ově": 27519, + "▁Leist": 27520, + "arial": 27521, + "ových": 27522, + "▁filling": 27523, + "▁musicale": 27524, + "maxim": 27525, + "▁dashed": 27526, + "▁Нов": 27527, + "Drawer": 27528, + "▁Medicine": 27529, + "▁dokument": 27530, + "owel": 27531, + "vić": 27532, + "hely": 27533, + "▁elet": 27534, + "Seconds": 27535, + "▁Gonz": 27536, + "rou": 27537, + "▁finales": 27538, + "rn": 27539, + "fø": 27540, + "▁indexed": 27541, + "className": 27542, + "▁ober": 27543, + "▁duas": 27544, + "▁optimized": 27545, + "▁kdy": 27546, + "versary": 27547, + "energy": 27548, + "▁центра": 27549, + "▁currency": 27550, + "zyż": 27551, + "Like": 27552, + "▁Ги": 27553, + "sono": 27554, + "▁palab": 27555, + "▁pushing": 27556, + "ublik": 27557, + "▁Hass": 27558, + "}\\,\\": 27559, + "unker": 27560, + "▁Factory": 27561, + "▁Resources": 27562, + "datei": 27563, + "▁Tools": 27564, + "▁stehen": 27565, + "sime": 27566, + "▁Ху": 27567, + "▁hoch": 27568, + "▁Rodríguez": 27569, + "zeitig": 27570, + "▁Terry": 27571, + "▁обу": 27572, + "Usage": 27573, + "urchase": 27574, + "lö": 27575, + "▁Introduction": 27576, + "▁participation": 27577, + "ος": 27578, + "ogli": 27579, + "apy": 27580, + "▁hopefully": 27581, + "ponder": 27582, + "▁Yang": 27583, + "▁promises": 27584, + "▁верну": 27585, + "▁остров": 27586, + "^{+": 27587, + "▁mostra": 27588, + "▁CURLOPT": 27589, + "HH": 27590, + "▁stdout": 27591, + "▁brilliant": 27592, + "▁manuscript": 27593, + "▁decir": 27594, + "▁Bolog": 27595, + "▁места": 27596, + "▁invisible": 27597, + "▁Chal": 27598, + "▁analyze": 27599, + "prilis": 27600, + "attend": 27601, + "Mvc": 27602, + "than": 27603, + "cko": 27604, + "▁Quebec": 27605, + "▁planta": 27606, + "▁télévis": 27607, + "▁uninstall": 27608, + "ències": 27609, + "▁gminie": 27610, + "▁Pref": 27611, + "▁lequel": 27612, + "Invocation": 27613, + "▁Í": 27614, + "▁transformed": 27615, + "MAN": 27616, + "gebaut": 27617, + "▁сохра": 27618, + "▁второй": 27619, + "▁Lith": 27620, + "wendung": 27621, + "▁Politik": 27622, + "▁Senator": 27623, + "▁LL": 27624, + "ждение": 27625, + "ште": 27626, + "▁Cés": 27627, + "▁bande": 27628, + "▁historian": 27629, + "▁passwords": 27630, + "malloc": 27631, + "▁semif": 27632, + "▁rå": 27633, + "unicí": 27634, + "Available": 27635, + "Optional": 27636, + "▁Twe": 27637, + "▁kró": 27638, + "▁subsets": 27639, + "▁DAT": 27640, + "▁doubles": 27641, + "никами": 27642, + "▁зв": 27643, + "gegeben": 27644, + "▁Попис": 27645, + "▁július": 27646, + "▁meteor": 27647, + "Mount": 27648, + "ivent": 27649, + "▁Nathan": 27650, + "▁Schutz": 27651, + "egov": 27652, + "▁död": 27653, + "▁meat": 27654, + "▁пункт": 27655, + "▁minds": 27656, + "elivery": 27657, + "▁TLS": 27658, + "рем": 27659, + "ckså": 27660, + "▁stayed": 27661, + "▁Bin": 27662, + "▁Pia": 27663, + "▁имен": 27664, + "▁Bobby": 27665, + "▁produit": 27666, + "empio": 27667, + "▁reducing": 27668, + "▁Yu": 27669, + "▁Geschäft": 27670, + "▁perché": 27671, + "▁cors": 27672, + "▁icons": 27673, + "AppData": 27674, + "▁Hog": 27675, + "▁рів": 27676, + "▁Sans": 27677, + "▁siège": 27678, + "stellen": 27679, + "Brush": 27680, + "OFF": 27681, + "▁visitor": 27682, + "▁bath": 27683, + "▁fee": 27684, + "atisf": 27685, + "▁curv": 27686, + "▁folgender": 27687, + "▁conscience": 27688, + "▁Seattle": 27689, + "▁medieval": 27690, + "distribution": 27691, + "▁DM": 27692, + "▁мя": 27693, + "▁RUN": 27694, + "akov": 27695, + "ceil": 27696, + "▁letting": 27697, + "▁dov": 27698, + "▁оби": 27699, + "kiej": 27700, + "▁direkt": 27701, + "▁tm": 27702, + "colors": 27703, + "▁altro": 27704, + "▁tijdens": 27705, + "]{'": 27706, + "▁Bom": 27707, + "▁kunst": 27708, + "▁shelter": 27709, + "▁rav": 27710, + "predict": 27711, + "▁comenzó": 27712, + "▁świat": 27713, + "▁Durant": 27714, + "▁schemes": 27715, + "▁mesh": 27716, + "▁indicator": 27717, + "▁Emer": 27718, + "▁guilty": 27719, + "нец": 27720, + "▁consequences": 27721, + "cludes": 27722, + "▁Lower": 27723, + "▁поме": 27724, + "▁pace": 27725, + "даго": 27726, + "▁ambos": 27727, + "lb": 27728, + "▁educated": 27729, + "urale": 27730, + "anh": 27731, + "esség": 27732, + "▁associations": 27733, + "town": 27734, + "▁trif": 27735, + "samples": 27736, + "bos": 27737, + "▁Spect": 27738, + "▁Це": 27739, + "altung": 27740, + "▁Lob": 27741, + "▁curiosity": 27742, + "▁Weiter": 27743, + "estone": 27744, + "▁demol": 27745, + "▁apolog": 27746, + "▁Dynamic": 27747, + "Inner": 27748, + "esper": 27749, + "ecz": 27750, + "uellement": 27751, + "▁Hamiltonian": 27752, + "Atlas": 27753, + "▁argue": 27754, + "Foreign": 27755, + "collapse": 27756, + "▁términ": 27757, + "▁electronic": 27758, + "▁NR": 27759, + "▁corr": 27760, + "temps": 27761, + "IndexPath": 27762, + "яз": 27763, + "▁talál": 27764, + "today": 27765, + "wave": 27766, + "▁sib": 27767, + "▁спи": 27768, + "▁convey": 27769, + "▁Géographie": 27770, + "▁Нью": 27771, + "▁Hibernate": 27772, + "▁tin": 27773, + "dic": 27774, + "ppings": 27775, + "sweise": 27776, + "▁rolling": 27777, + "▁selects": 27778, + ")\\)": 27779, + "▁poeta": 27780, + "▁степени": 27781, + "▁Abr": 27782, + "▁höch": 27783, + "▁stern": 27784, + "▁fjär": 27785, + "▁installer": 27786, + "decl": 27787, + "▁miser": 27788, + "groupby": 27789, + "substr": 27790, + "▁phenomen": 27791, + "▁Wing": 27792, + "▁fills": 27793, + "▁único": 27794, + "Running": 27795, + "Come": 27796, + "irable": 27797, + "simeq": 27798, + "▁remp": 27799, + "kele": 27800, + "liers": 27801, + "▁kwietnia": 27802, + "▁interrupted": 27803, + "▁Jet": 27804, + "=\\{": 27805, + "ído": 27806, + "▁Taiwan": 27807, + "▁возра": 27808, + "▁alternatives": 27809, + "▁Tir": 27810, + "▁Reserve": 27811, + "▁Кур": 27812, + "▁Nobel": 27813, + "▁работал": 27814, + "▁axes": 27815, + "▁Cependant": 27816, + "ká": 27817, + "▁erneut": 27818, + "▁Demo": 27819, + "communic": 27820, + "constructor": 27821, + "▁Monday": 27822, + "Nil": 27823, + "HashMap": 27824, + "payment": 27825, + "▁fixing": 27826, + "▁ADD": 27827, + "review": 27828, + "▁possibil": 27829, + "▁grote": 27830, + "▁grouped": 27831, + "▁Lima": 27832, + "▁Augen": 27833, + "▁också": 27834, + "onas": 27835, + "▁debate": 27836, + "▁Ingl": 27837, + "Da": 27838, + "SOUR": 27839, + "ettbe": 27840, + "▁Battalion": 27841, + "▁Float": 27842, + "▁cone": 27843, + "readsheet": 27844, + "court": 27845, + "ligen": 27846, + "▁Beginn": 27847, + "▁LIMIT": 27848, + "▁enjoyed": 27849, + "▁Jakob": 27850, + "▁telt": 27851, + "backend": 27852, + "▁Gemeinsame": 27853, + "lint": 27854, + "alling": 27855, + "▁bör": 27856, + "grand": 27857, + "▁diverses": 27858, + "▁związ": 27859, + "▁Kompon": 27860, + "▁innerhalb": 27861, + "▁desarrollo": 27862, + "▁Masters": 27863, + "ioso": 27864, + "]`.": 27865, + "▁francesa": 27866, + "Aff": 27867, + "inek": 27868, + "▁dessin": 27869, + "`.`": 27870, + "▁ranks": 27871, + "берг": 27872, + "▁skal": 27873, + "▁Sultan": 27874, + "АН": 27875, + "▁способ": 27876, + "▁contradict": 27877, + "▁recom": 27878, + "▁Oklahoma": 27879, + "▁Vladimir": 27880, + "▁meters": 27881, + "transport": 27882, + "▁consulté": 27883, + "▁ATP": 27884, + "ebb": 27885, + "▁volunte": 27886, + "▁outline": 27887, + "LIC": 27888, + "▁euro": 27889, + "CharField": 27890, + "medium": 27891, + "▁Belgique": 27892, + "Proc": 27893, + "routes": 27894, + "▁contribu": 27895, + "!}": 27896, + "ším": 27897, + "▁Less": 27898, + "▁Kost": 27899, + "▁eredetiből": 27900, + "reven": 27901, + "verify": 27902, + "▁Salt": 27903, + "▁shooting": 27904, + "▁dispose": 27905, + "ují": 27906, + "▁tierra": 27907, + "▁poison": 27908, + "sak": 27909, + "perimental": 27910, + "▁Né": 27911, + "▁Kid": 27912, + "agyar": 27913, + "▁archiválva": 27914, + "bereich": 27915, + "íz": 27916, + "▁Ritter": 27917, + "▁Хронологија": 27918, + "zeum": 27919, + "дах": 27920, + "▁gründ": 27921, + "▁programmer": 27922, + "▁conseil": 27923, + "▁encrypt": 27924, + "integration": 27925, + "Culture": 27926, + "▁Circle": 27927, + "Observable": 27928, + "▁genomsnitt": 27929, + "▁Selection": 27930, + "▁irregular": 27931, + "Autres": 27932, + "Percent": 27933, + "fault": 27934, + "▁virtue": 27935, + "ąpi": 27936, + "▁sess": 27937, + "▁Также": 27938, + "Timestamp": 27939, + "▁littérature": 27940, + "▁moż": 27941, + "▁borrow": 27942, + "▁conced": 27943, + "чник": 27944, + "▁Lund": 27945, + "IONS": 27946, + "ynie": 27947, + "▁Shin": 27948, + "▁osob": 27949, + "bě": 27950, + "▁intuit": 27951, + "▁нап": 27952, + "▁proph": 27953, + "▁pitt": 27954, + "▁IBM": 27955, + "▁Till": 27956, + "▁hina": 27957, + "ittest": 27958, + "generator": 27959, + "▁Nin": 27960, + "▁Kot": 27961, + "▁passer": 27962, + "▁disposition": 27963, + "uning": 27964, + "▁fame": 27965, + "▁tenia": 27966, + "ancement": 27967, + "▁Suisse": 27968, + "`-": 27969, + "▁hombres": 27970, + "▁infinity": 27971, + "▁оконча": 27972, + "▁cosm": 27973, + "▁Dennis": 27974, + "baz": 27975, + "haupt": 27976, + "▁mighty": 27977, + "▁prede": 27978, + "usable": 27979, + "▁wszyst": 27980, + "▁lb": 27981, + "ABASE": 27982, + "jna": 27983, + "нев": 27984, + "▁ases": 27985, + "▁finalmente": 27986, + "йм": 27987, + "pection": 27988, + "▁Studien": 27989, + "▁Norwegian": 27990, + "cego": 27991, + "INDEX": 27992, + "orten": 27993, + "▁friendship": 27994, + "metro": 27995, + "thick": 27996, + "▁Zel": 27997, + "LOW": 27998, + "▁thereby": 27999, + "unted": 28000, + "▁surfaces": 28001, + "ющим": 28002, + "%).": 28003, + "▁Wonder": 28004, + "▁redundant": 28005, + "▁Gros": 28006, + "▁websites": 28007, + "▁vio": 28008, + "▁ocas": 28009, + "vés": 28010, + "▁Gam": 28011, + "dw": 28012, + "Indicator": 28013, + "▁Kob": 28014, + "▁jack": 28015, + "Hint": 28016, + "▁Apol": 28017, + "▁другие": 28018, + "▁NUM": 28019, + "▁ofic": 28020, + "ystycz": 28021, + "▁wereld": 28022, + "мости": 28023, + "LEFT": 28024, + "▁Types": 28025, + "seen": 28026, + "uncia": 28027, + "▁narod": 28028, + "▁этот": 28029, + "Sidenote": 28030, + "ueil": 28031, + "▁отме": 28032, + "▁courts": 28033, + "fir": 28034, + "urz": 28035, + "ченко": 28036, + "Credentials": 28037, + "▁imagination": 28038, + "itats": 28039, + "buff": 28040, + "flash": 28041, + "▁badly": 28042, + "▁worn": 28043, + "▁округу": 28044, + "catalog": 28045, + "lime": 28046, + "▁Gill": 28047, + "▁Sent": 28048, + "iella": 28049, + "▁Craig": 28050, + "▁Sele": 28051, + "▁Independ": 28052, + "▁provincie": 28053, + "ossen": 28054, + "▁запад": 28055, + "▁infant": 28056, + "▁prevents": 28057, + "▁provinces": 28058, + "afé": 28059, + "beg": 28060, + "▁colours": 28061, + "BF": 28062, + "ën": 28063, + "▁Между": 28064, + "în": 28065, + "Observer": 28066, + "forsch": 28067, + "ígen": 28068, + "umption": 28069, + "▁Illustr": 28070, + "рист": 28071, + "▁полови": 28072, + "▁`&": 28073, + "▁ore": 28074, + "▁supplies": 28075, + "▁parenthes": 28076, + "Foundation": 28077, + "▁vou": 28078, + "▁Tout": 28079, + "Donald": 28080, + "▁RET": 28081, + "weig": 28082, + "▁producción": 28083, + "mix": 28084, + "▁utwor": 28085, + "▁föl": 28086, + "▁então": 28087, + "▁Sister": 28088, + "Tags": 28089, + "▁Савезне": 28090, + "▁privileges": 28091, + "▁nazw": 28092, + "▁Rav": 28093, + "▁repro": 28094, + "▁Mason": 28095, + "▁Platform": 28096, + "▁пробле": 28097, + "▁Pérez": 28098, + "▁blanc": 28099, + "Behavior": 28100, + "фици": 28101, + "eken": 28102, + "▁meets": 28103, + "(.*": 28104, + "▁få": 28105, + "epen": 28106, + "maker": 28107, + "▁loyal": 28108, + "members": 28109, + "meisterschaft": 28110, + "goal": 28111, + "шлен": 28112, + "▁северо": 28113, + "iende": 28114, + "дні": 28115, + "Proof": 28116, + "▁explic": 28117, + "▁electro": 28118, + "iels": 28119, + "reload": 28120, + "▁eleven": 28121, + "▁partidos": 28122, + "îne": 28123, + "▁Regin": 28124, + "▁éx": 28125, + "▁Bulg": 28126, + "▁networking": 28127, + "▁separator": 28128, + "UserName": 28129, + "▁edificio": 28130, + "▁Mie": 28131, + "▁idle": 28132, + "yed": 28133, + "▁passengers": 28134, + "+)": 28135, + "meno": 28136, + "eggi": 28137, + "▁nicely": 28138, + "endencia": 28139, + "чий": 28140, + "étés": 28141, + "ightarrow": 28142, + "▁orthogonal": 28143, + "▁Half": 28144, + "▁fewer": 28145, + "▁propi": 28146, + "▁primit": 28147, + "icale": 28148, + "▁flower": 28149, + "merk": 28150, + "▁Отече": 28151, + "▁persistent": 28152, + "▁Ville": 28153, + "Men": 28154, + "gaben": 28155, + "▁Isaac": 28156, + "ativity": 28157, + "▁północ": 28158, + "▁rok": 28159, + "cards": 28160, + "дения": 28161, + "▁юго": 28162, + "▁extraordinary": 28163, + "▁kyr": 28164, + "(\",": 28165, + "))]": 28166, + "▁unix": 28167, + "кол": 28168, + "▁sink": 28169, + "apsed": 28170, + "▁kommen": 28171, + "▁forcing": 28172, + "About": 28173, + "▁Halle": 28174, + "▁Majesty": 28175, + "▁Switch": 28176, + "▁abroad": 28177, + "▁acceleration": 28178, + "urbed": 28179, + "▁остан": 28180, + "Ready": 28181, + "▁півні": 28182, + "Bra": 28183, + "▁цього": 28184, + "▁plut": 28185, + "▁Train": 28186, + "▁április": 28187, + "▁puesto": 28188, + "▁toss": 28189, + "▁irrelevant": 28190, + "▁dip": 28191, + "segment": 28192, + "opacity": 28193, + "▁lorsque": 28194, + "▁verschill": 28195, + "ена": 28196, + "▁Doc": 28197, + "%%%%%%%%": 28198, + "▁borders": 28199, + "gebras": 28200, + "▁ries": 28201, + "▁Olympedia": 28202, + "▁Generation": 28203, + "metros": 28204, + "▁horizon": 28205, + "▁adaptation": 28206, + "▁Zahl": 28207, + "▁nahe": 28208, + "▁Bug": 28209, + "Picture": 28210, + "љи": 28211, + "RGB": 28212, + "Owner": 28213, + "adin": 28214, + "▁Catalunya": 28215, + "ných": 28216, + "▁cualquier": 28217, + "▁Institution": 28218, + "insen": 28219, + "▁Brasile": 28220, + "▁fitting": 28221, + "Deleg": 28222, + "ictwo": 28223, + "▁Exper": 28224, + "ochastic": 28225, + "▁dus": 28226, + "▁пора": 28227, + "▁substring": 28228, + "ссии": 28229, + "oin": 28230, + "▁школа": 28231, + "▁cx": 28232, + "▁%)": 28233, + "▁Buddh": 28234, + "▁pending": 28235, + "▁Entry": 28236, + "▁Berl": 28237, + "▁cler": 28238, + "▁Soc": 28239, + "▁rounded": 28240, + "▁mv": 28241, + "ített": 28242, + "▁Diplom": 28243, + "▁französischen": 28244, + "▁Gan": 28245, + "▁Investig": 28246, + "▁indexPath": 28247, + "▁molti": 28248, + "persistence": 28249, + "▁XIXe": 28250, + "▁Electron": 28251, + "bü": 28252, + "gele": 28253, + "▁Maler": 28254, + "▁proyecto": 28255, + "▁Bath": 28256, + "ellers": 28257, + "▁GP": 28258, + "oning": 28259, + "cloudflare": 28260, + "▁při": 28261, + "▁ded": 28262, + "▁Odkazy": 28263, + "▁Msg": 28264, + "▁Being": 28265, + "▁Depuis": 28266, + "▁Primary": 28267, + "▁Appro": 28268, + "▁formally": 28269, + "ступил": 28270, + "▁fuera": 28271, + "▁Root": 28272, + "▁autonom": 28273, + "▁secretary": 28274, + "▁osób": 28275, + "▁cuales": 28276, + "▁Depending": 28277, + "▁asi": 28278, + "vera": 28279, + "▁russe": 28280, + "▁proves": 28281, + "▁presiden": 28282, + "RU": 28283, + "▁Watson": 28284, + "▁webpack": 28285, + "elligence": 28286, + "кам": 28287, + "▁Officer": 28288, + "▁delivery": 28289, + "ждён": 28290, + "▁импе": 28291, + "▁wil": 28292, + "▁vesc": 28293, + "usztus": 28294, + "▁Geoff": 28295, + "()}": 28296, + "▁Fore": 28297, + "▁wenig": 28298, + "▁Airl": 28299, + "▁Efter": 28300, + "▁Break": 28301, + "▁Städ": 28302, + "ismiss": 28303, + "íp": 28304, + "▁avoided": 28305, + "▁assertion": 28306, + "DN": 28307, + "▁teat": 28308, + "ína": 28309, + "▁mechanical": 28310, + "isu": 28311, + "@{": 28312, + "▁nou": 28313, + "Italie": 28314, + "sourceforge": 28315, + "▁svo": 28316, + "▁király": 28317, + "▁References": 28318, + "six": 28319, + "▁Archives": 28320, + "▁finishing": 28321, + "acje": 28322, + "état": 28323, + "iffs": 28324, + "▁stead": 28325, + "▁feas": 28326, + "aware": 28327, + "lande": 28328, + "Inject": 28329, + "▁Agent": 28330, + "▁Normdatei": 28331, + "▁amen": 28332, + "▁Architecture": 28333, + "aze": 28334, + "ște": 28335, + "▁usar": 28336, + "▁cores": 28337, + "лін": 28338, + "▁Castro": 28339, + "▁væ": 28340, + ">\",": 28341, + "omena": 28342, + "▁gesam": 28343, + "▁Martín": 28344, + "egung": 28345, + "▁společ": 28346, + "▁amplitude": 28347, + "▁importing": 28348, + "▁listview": 28349, + "THE": 28350, + "ziale": 28351, + "cedes": 28352, + "▁particulier": 28353, + "▁Расподела": 28354, + "▁край": 28355, + "▁divent": 28356, + "▁ké": 28357, + "quit": 28358, + "тором": 28359, + "CheckBox": 28360, + "▁Zobacz": 28361, + "phe": 28362, + "pta": 28363, + "▁sjö": 28364, + "▁розташ": 28365, + "▁tedesco": 28366, + "▁stal": 28367, + "▁Beruf": 28368, + "овая": 28369, + "▁svě": 28370, + "▁flush": 28371, + "▁відбу": 28372, + "▁radial": 28373, + "▁différentes": 28374, + "анта": 28375, + "▁Perry": 28376, + "Coll": 28377, + "liqu": 28378, + "▁Optional": 28379, + "▁Санкт": 28380, + "▁LINQ": 28381, + "▁Franc": 28382, + "cije": 28383, + "▁Guillaume": 28384, + "know": 28385, + "▁Units": 28386, + "olk": 28387, + "▁Système": 28388, + "▁Sales": 28389, + "▁ehemaligen": 28390, + "мирова": 28391, + "xhtml": 28392, + "setopt": 28393, + "▁mellan": 28394, + "▁zie": 28395, + "▁giant": 28396, + "Board": 28397, + "▁Caval": 28398, + "▁defence": 28399, + "----------": 28400, + "pshire": 28401, + "mart": 28402, + "▁Dioc": 28403, + "iskt": 28404, + "▁inse": 28405, + "▁épisode": 28406, + "чик": 28407, + "bars": 28408, + "Sito": 28409, + "▁integrity": 28410, + "auff": 28411, + "▁vär": 28412, + "Azure": 28413, + "▁starb": 28414, + "▁контра": 28415, + "▁Мексичка": 28416, + "▁запа": 28417, + "▁Mountains": 28418, + "}}=": 28419, + "▁pulling": 28420, + "▁satellite": 28421, + "▁atoms": 28422, + "▁profesor": 28423, + "▁repeatedly": 28424, + "▁invasion": 28425, + "programming": 28426, + "├──": 28427, + "▁Lip": 28428, + "вшие": 28429, + "▁keen": 28430, + "▁critics": 28431, + "▁Nicola": 28432, + "▁Cand": 28433, + "▁distint": 28434, + "▁heading": 28435, + "pragma": 28436, + "{|": 28437, + "ymen": 28438, + "▁terrain": 28439, + "iedenis": 28440, + "▁besonders": 28441, + "▁nominated": 28442, + "BOOL": 28443, + "▁Kay": 28444, + "cian": 28445, + "stelle": 28446, + "▁dispute": 28447, + "▁щ": 28448, + "DataSet": 28449, + "nothing": 28450, + "Autom": 28451, + "hören": 28452, + "▁shed": 28453, + "▁paused": 28454, + "san": 28455, + "▁nunca": 28456, + "!(\"": 28457, + "▁położ": 28458, + "Secret": 28459, + "▁Domain": 28460, + "▁возмож": 28461, + "XV": 28462, + "lv": 28463, + "ikh": 28464, + "▁Sony": 28465, + "mq": 28466, + "otrop": 28467, + "▁Logger": 28468, + "▁threat": 28469, + "asted": 28470, + "зько": 28471, + "▁freely": 28472, + "▁improvements": 28473, + "istema": 28474, + "▁illustrate": 28475, + "▁tact": 28476, + "▁figur": 28477, + "ués": 28478, + "riminal": 28479, + "odon": 28480, + "intendo": 28481, + "▁influenced": 28482, + "FFER": 28483, + "▁Ghost": 28484, + "▁совер": 28485, + "nad": 28486, + "ioned": 28487, + "▁Events": 28488, + "▁wrapping": 28489, + "---------+": 28490, + "fif": 28491, + "▁(**": 28492, + "={{": 28493, + "маль": 28494, + "▁losses": 28495, + "▁Galerie": 28496, + "tel": 28497, + "▁лютого": 28498, + "▁Kru": 28499, + "▁Polen": 28500, + "нім": 28501, + "near": 28502, + "▁shame": 28503, + "▁moyenne": 28504, + "▁CP": 28505, + "preis": 28506, + "▁passenger": 28507, + "lek": 28508, + "ionales": 28509, + "kafka": 28510, + "▁participe": 28511, + "▁membership": 28512, + "[_": 28513, + "lando": 28514, + "stelling": 28515, + "Sem": 28516, + "gon": 28517, + "▁Correct": 28518, + "▁valle": 28519, + "▁readily": 28520, + "▁Dokument": 28521, + "honneur": 28522, + "▁testim": 28523, + "ulative": 28524, + "doFilter": 28525, + "▁dominant": 28526, + "ammer": 28527, + "▁која": 28528, + "▁Monsieur": 28529, + "zeg": 28530, + "▁війни": 28531, + "▁Fo": 28532, + "▁Amy": 28533, + "▁¡": 28534, + "▁február": 28535, + "▁downloading": 28536, + "▁leng": 28537, + "\\}$,": 28538, + "▁neat": 28539, + "▁Cache": 28540, + "ICATION": 28541, + "▁deve": 28542, + "▁sorrow": 28543, + "slow": 28544, + "▁hinaus": 28545, + "▁reconoc": 28546, + "▁Linked": 28547, + "▁Shaw": 28548, + "market": 28549, + "▁Dic": 28550, + "▁Ski": 28551, + "▁delimiter": 28552, + "▁MainActivity": 28553, + "▁Musical": 28554, + "▁Reyn": 28555, + "ScrollView": 28556, + "▁conventional": 28557, + "ença": 28558, + "▁refactor": 28559, + "'-": 28560, + "▁Hed": 28561, + "sprech": 28562, + "▁athlet": 28563, + "▁especies": 28564, + "▁Schön": 28565, + "▁kleinen": 28566, + "шко": 28567, + "▁Йо": 28568, + "▁Happy": 28569, + "multirow": 28570, + "▁augusti": 28571, + "▁Gand": 28572, + "▁appointment": 28573, + "▁Mediabestanden": 28574, + "Three": 28575, + "▁Kenneth": 28576, + "NEW": 28577, + "▁Notification": 28578, + "▁Marx": 28579, + "▁insc": 28580, + "Mor": 28581, + "вый": 28582, + "väst": 28583, + "vidia": 28584, + "▁demonstrated": 28585, + "fonts": 28586, + "▁kamen": 28587, + "▁Ster": 28588, + "▁mieszkańców": 28589, + "▁Koh": 28590, + "~$\\": 28591, + "»).": 28592, + "rene": 28593, + "insic": 28594, + "ická": 28595, + "xygen": 28596, + "▁mn": 28597, + "▁sched": 28598, + "ASC": 28599, + "Ig": 28600, + "▁Constant": 28601, + "▁opportun": 28602, + "▁MyClass": 28603, + "sef": 28604, + "oped": 28605, + "▁injured": 28606, + "VIS": 28607, + "▁Pero": 28608, + "▁Until": 28609, + "▁flesh": 28610, + "orphism": 28611, + "▁Portal": 28612, + "▁gminy": 28613, + "▁власти": 28614, + "▁Nä": 28615, + "ктиче": 28616, + "▁hrab": 28617, + "▁Cub": 28618, + "avoir": 28619, + "▁Lars": 28620, + "▁Бело": 28621, + "▁seizoen": 28622, + "▁Genomsnitt": 28623, + "▁Lil": 28624, + "▁Pool": 28625, + "▁Dios": 28626, + "TX": 28627, + "aes": 28628, + "autore": 28629, + "Alpha": 28630, + "states": 28631, + "Lab": 28632, + "nederbörd": 28633, + "erton": 28634, + "▁brid": 28635, + "▁richt": 28636, + "▁Ela": 28637, + "▁сла": 28638, + "▁weapon": 28639, + "▁combatt": 28640, + "agar": 28641, + "▁regnig": 28642, + "▁utilisé": 28643, + "▁servir": 28644, + "▁brick": 28645, + "▁gateway": 28646, + "▁torraste": 28647, + "▁procedures": 28648, + "▁årsnederbörd": 28649, + "▁Genomsnittlig": 28650, + "чёт": 28651, + "▁områ": 28652, + "▁regnigaste": 28653, + "▁честь": 28654, + "▁amid": 28655, + "▁grateful": 28656, + "▁DIS": 28657, + "DAY": 28658, + "▁ору": 28659, + "▁rivière": 28660, + "heure": 28661, + "▁Richmond": 28662, + "▁Compar": 28663, + "▁Нор": 28664, + "DOC": 28665, + "esia": 28666, + "calc": 28667, + "▁IU": 28668, + "▁vorg": 28669, + "▁habían": 28670, + "çoit": 28671, + "▁arist": 28672, + "▁кли": 28673, + "▁Sue": 28674, + "▁Touch": 28675, + "▁Writing": 28676, + "ifiable": 28677, + "▁wc": 28678, + "▁withdraw": 28679, + "зар": 28680, + "▁presently": 28681, + "▁FK": 28682, + "▁prakt": 28683, + "▁colored": 28684, + "usb": 28685, + "▁Perú": 28686, + "▁plata": 28687, + "▁wishes": 28688, + "▁кам": 28689, + "azar": 28690, + "ável": 28691, + "▁lamp": 28692, + "bishop": 28693, + "▁inclusion": 28694, + "jq": 28695, + "arth": 28696, + "▁Flag": 28697, + "▁нор": 28698, + "ædia": 28699, + "UNCTION": 28700, + "▁Bahnhof": 28701, + "▁approaching": 28702, + "▁Gött": 28703, + "▁cube": 28704, + "▁argued": 28705, + "▁Things": 28706, + "Gui": 28707, + "дови": 28708, + "▁recre": 28709, + "▁réseau": 28710, + "▁significa": 28711, + "Git": 28712, + "gebracht": 28713, + "▁liga": 28714, + "▁assured": 28715, + "alus": 28716, + "рит": 28717, + "▁энциклопеди": 28718, + "▁%).": 28719, + "▁Première": 28720, + "▁declarations": 28721, + "▁tricky": 28722, + "▁profiles": 28723, + "▁Fon": 28724, + "▁Jas": 28725, + "âr": 28726, + "babel": 28727, + "▁Friday": 28728, + "▁június": 28729, + "▁cols": 28730, + "▁EXISTS": 28731, + "▁Italiana": 28732, + "▁authorization": 28733, + "▁sulle": 28734, + "▁Emb": 28735, + "▁Variable": 28736, + "trees": 28737, + "▁Fly": 28738, + "riors": 28739, + "▁damals": 28740, + "▁findet": 28741, + "▁Sept": 28742, + "▁mundial": 28743, + "▁removal": 28744, + "▁longitude": 28745, + "clic": 28746, + "▁fade": 28747, + "▁gradle": 28748, + "▁zák": 28749, + "▁timing": 28750, + "trightarrow": 28751, + "atia": 28752, + "-.": 28753, + "uche": 28754, + "▁serialize": 28755, + "▁Hmm": 28756, + "▁Representatives": 28757, + "bah": 28758, + "rend": 28759, + "assador": 28760, + "▁shield": 28761, + "ucion": 28762, + "▁américaine": 28763, + "zę": 28764, + "villa": 28765, + "▁hombre": 28766, + "áss": 28767, + "▁SF": 28768, + "▁repeating": 28769, + "▁criter": 28770, + "▁Struct": 28771, + "???": 28772, + "▁cheap": 28773, + "▁rings": 28774, + "abhäng": 28775, + "▁corte": 28776, + "▁administ": 28777, + "ixon": 28778, + "gypt": 28779, + "▁puntos": 28780, + "▁mezi": 28781, + "▁pochod": 28782, + "isko": 28783, + "nię": 28784, + "▁осу": 28785, + "▁ár": 28786, + "тельной": 28787, + "▁Metropolitan": 28788, + "jin": 28789, + "zess": 28790, + "▁віці": 28791, + "▁conflicts": 28792, + "ijst": 28793, + "▁Market": 28794, + "стров": 28795, + "▁\",\"": 28796, + "▁Scroll": 28797, + "gun": 28798, + "тара": 28799, + "▁amateur": 28800, + "▁róż": 28801, + "poss": 28802, + "▁generalized": 28803, + "▁Harm": 28804, + "cita": 28805, + "▁Switzerland": 28806, + "icola": 28807, + "▁muit": 28808, + "located": 28809, + "▁có": 28810, + "▁arose": 28811, + "▁communauté": 28812, + "})^": 28813, + "visibility": 28814, + "ída": 28815, + "▁FB": 28816, + "▁Freund": 28817, + "gat": 28818, + "\":{\"": 28819, + "intellij": 28820, + "ifie": 28821, + "hmen": 28822, + "▁édition": 28823, + "▁које": 28824, + "▁інших": 28825, + "oming": 28826, + "▁arquitect": 28827, + "▁Presidente": 28828, + "▁Під": 28829, + "▁cabin": 28830, + "Theorem": 28831, + "▁Gay": 28832, + "ifice": 28833, + "▁hect": 28834, + "lą": 28835, + "irmingham": 28836, + "▁semantic": 28837, + "▁Louisiana": 28838, + "▁sacrifice": 28839, + "▁Christoph": 28840, + "▁Executive": 28841, + "_+": 28842, + "ják": 28843, + "▁seria": 28844, + "▁Overflow": 28845, + "▁Lucy": 28846, + "▁melhor": 28847, + "▁voices": 28848, + "cza": 28849, + "▁капи": 28850, + "▁университета": 28851, + "INCT": 28852, + "▁coloc": 28853, + "▁prue": 28854, + "▁geomet": 28855, + "▁diretto": 28856, + "reso": 28857, + "▁Akt": 28858, + "▁unh": 28859, + "▁сери": 28860, + "▁Alert": 28861, + "Wel": 28862, + "audi": 28863, + "äler": 28864, + "▁guests": 28865, + "▁иде": 28866, + "Studio": 28867, + "▁кате": 28868, + "▁exponent": 28869, + "rze": 28870, + "pmod": 28871, + "rolle": 28872, + "▁Limited": 28873, + "Allemagne": 28874, + "▁pity": 28875, + "▁lä": 28876, + "▁runner": 28877, + "kende": 28878, + "EQ": 28879, + "▁MM": 28880, + "szág": 28881, + "поді": 28882, + "▁regret": 28883, + "▁publié": 28884, + "▁departamento": 28885, + "▁accused": 28886, + "hp": 28887, + "▁Pfl": 28888, + "▁Sint": 28889, + "▁ekonom": 28890, + "ractor": 28891, + "▁Пів": 28892, + "▁awful": 28893, + "ować": 28894, + "]->": 28895, + "▁Fine": 28896, + "Са": 28897, + "tis": 28898, + "éta": 28899, + "▁Роди": 28900, + "▁Düsseldorf": 28901, + "LOB": 28902, + "osas": 28903, + "werke": 28904, + "▁lance": 28905, + "▁листопада": 28906, + "▁incomplete": 28907, + "▁Picture": 28908, + "('\\": 28909, + "esters": 28910, + "▁belonged": 28911, + "▁Sank": 28912, + "ammed": 28913, + "▁repositories": 28914, + "▁addr": 28915, + "Collect": 28916, + "Hot": 28917, + "▁tyl": 28918, + "▁instanceof": 28919, + "▁bonus": 28920, + "ový": 28921, + "▁моря": 28922, + "▁interactive": 28923, + "▁Mys": 28924, + "▁Edmund": 28925, + "fileName": 28926, + "emor": 28927, + "▁Три": 28928, + "▁Rosen": 28929, + "▁Prima": 28930, + "▁voting": 28931, + "▁XP": 28932, + "▁Zero": 28933, + "▁Led": 28934, + "amsung": 28935, + "▁enables": 28936, + "▁redirects": 28937, + "AST": 28938, + "Paint": 28939, + "acker": 28940, + "lecht": 28941, + "▁chairman": 28942, + "▁Aven": 28943, + "▁Sach": 28944, + "(\"<": 28945, + "кер": 28946, + "▁mistakes": 28947, + "▁Weit": 28948, + "▁prowad": 28949, + "▁didnt": 28950, + "énario": 28951, + "unless": 28952, + "▁backwards": 28953, + "boa": 28954, + "duino": 28955, + "```": 28956, + "stor": 28957, + "Completion": 28958, + "puesta": 28959, + "▁dinast": 28960, + "últ": 28961, + "▁SY": 28962, + "ifolia": 28963, + "œuvres": 28964, + "▁racing": 28965, + "▁cabinet": 28966, + "▁cutting": 28967, + "▁thumb": 28968, + "▁Кара": 28969, + "highlight": 28970, + "куп": 28971, + "▁sd": 28972, + "▁національ": 28973, + "▁campagne": 28974, + "▁registers": 28975, + "▁educational": 28976, + "▁pesar": 28977, + "üge": 28978, + "▁oro": 28979, + "burgo": 28980, + "▁Athletics": 28981, + "▁MTV": 28982, + "getMessage": 28983, + "▁Hyp": 28984, + "▁victim": 28985, + "))\\": 28986, + "▁drums": 28987, + "hostname": 28988, + "tał": 28989, + "making": 28990, + "▁powiat": 28991, + "őd": 28992, + "threads": 28993, + "▁absolv": 28994, + "▁люди": 28995, + "▁stepped": 28996, + "exist": 28997, + "▁NK": 28998, + "▁ves": 28999, + "istiche": 29000, + "%'": 29001, + "ativos": 29002, + "▁такой": 29003, + "▁MongoDB": 29004, + "▁Ung": 29005, + "▁Рус": 29006, + "▁elim": 29007, + "▁Fif": 29008, + "icación": 29009, + "▁Tennis": 29010, + "▁Jefferson": 29011, + "ján": 29012, + "fog": 29013, + "anha": 29014, + "zor": 29015, + "▁університе": 29016, + "ahu": 29017, + "iada": 29018, + "Sdk": 29019, + "Setting": 29020, + "▁Kill": 29021, + "▁Wend": 29022, + "▁bald": 29023, + "▁Kub": 29024, + "▁visto": 29025, + "▁jeunes": 29026, + "collections": 29027, + "ací": 29028, + "вропей": 29029, + "▁arise": 29030, + "оні": 29031, + "MAIN": 29032, + "доступ": 29033, + "▁berg": 29034, + "▁criticism": 29035, + "▁Torre": 29036, + "▁descript": 29037, + "ières": 29038, + "▁estudio": 29039, + "▁ili": 29040, + "▁militare": 29041, + "▁Clara": 29042, + "▁Ellen": 29043, + "limited": 29044, + "лм": 29045, + "▁Españ": 29046, + "▁infinitely": 29047, + "America": 29048, + "ouc": 29049, + "glass": 29050, + "▁rud": 29051, + "▁zat": 29052, + "▁rin": 29053, + "▁Bibliografía": 29054, + "▁merchant": 29055, + "tensorflow": 29056, + "▁dér": 29057, + "▁ActiveRecord": 29058, + "IES": 29059, + "▁linker": 29060, + "▁estudios": 29061, + "cdnjs": 29062, + "▁Государ": 29063, + "ánchez": 29064, + "appe": 29065, + "club": 29066, + "▁další": 29067, + "▁Algorithm": 29068, + "dfs": 29069, + "▁Bac": 29070, + "▁кафе": 29071, + "▁&=\\": 29072, + "▁ат": 29073, + "▁Глав": 29074, + "▁Mou": 29075, + "Machine": 29076, + "(...)": 29077, + "▁compart": 29078, + "▁augusztus": 29079, + "avan": 29080, + "▁rolled": 29081, + "▁еди": 29082, + "Scan": 29083, + "▁регі": 29084, + "▁świata": 29085, + "▁mines": 29086, + "},{": 29087, + "▁Tier": 29088, + "Cannot": 29089, + "мін": 29090, + "▁NEW": 29091, + "▁Вол": 29092, + "▁Manh": 29093, + "▁Gregory": 29094, + "▁principe": 29095, + "ISO": 29096, + "prog": 29097, + "▁Fail": 29098, + "▁aa": 29099, + "▁fecha": 29100, + "▁WCF": 29101, + "▁magistr": 29102, + "▁Zach": 29103, + "▁unicode": 29104, + "▁converter": 29105, + "▁dispers": 29106, + "ksam": 29107, + "▁Uncle": 29108, + "PropertyChanged": 29109, + "▁lider": 29110, + "▁opts": 29111, + "▁там": 29112, + "locked": 29113, + "zak": 29114, + "▁counted": 29115, + "▁persone": 29116, + "▁hurried": 29117, + "ätter": 29118, + "▁outras": 29119, + "▁genu": 29120, + "BD": 29121, + "veg": 29122, + "due": 29123, + "▁Pract": 29124, + "▁posible": 29125, + "▁contribute": 29126, + "UMN": 29127, + "▁Bürger": 29128, + "▁wars": 29129, + "▁exhibition": 29130, + "hill": 29131, + "▁astr": 29132, + "▁музе": 29133, + "▁CASE": 29134, + "manifest": 29135, + "yellow": 29136, + "Fn": 29137, + "▁RC": 29138, + "▁sott": 29139, + "▁sujet": 29140, + "▁Socket": 29141, + "▁Chine": 29142, + "▁frameworks": 29143, + "Hold": 29144, + "êts": 29145, + "▁філь": 29146, + "Loaded": 29147, + "ophe": 29148, + "texte": 29149, + "▁expres": 29150, + "▁consume": 29151, + "▁Richtung": 29152, + "ografi": 29153, + "▁magnific": 29154, + "àt": 29155, + "▁indul": 29156, + "ryty": 29157, + "▁offici": 29158, + "▁assault": 29159, + "rund": 29160, + "▁variants": 29161, + "▁сельсов": 29162, + "▁excitement": 29163, + "Times": 29164, + "kotlin": 29165, + "▁gering": 29166, + "▁Engel": 29167, + "▁Timer": 29168, + "²).": 29169, + "▁Ng": 29170, + "ässt": 29171, + "schau": 29172, + "SError": 29173, + "▁Edwards": 29174, + "▁Terminal": 29175, + "lict": 29176, + "Under": 29177, + "▁spawn": 29178, + "ürgen": 29179, + "▁Außerdem": 29180, + "▁kitchen": 29181, + "fahrt": 29182, + "▁Colors": 29183, + "▁система": 29184, + "▁terminated": 29185, + "▁LaTeX": 29186, + "igkeiten": 29187, + "▁mesure": 29188, + "▁Amts": 29189, + "▁empir": 29190, + "▁striking": 29191, + "▁exclusive": 29192, + "тех": 29193, + "▁rez": 29194, + "▁quan": 29195, + "▁Glasgow": 29196, + "▁lecture": 29197, + "▁Testament": 29198, + "▁funds": 29199, + "▁stessa": 29200, + "▁tribes": 29201, + "▁parfois": 29202, + "▁treball": 29203, + "nitz": 29204, + "bove": 29205, + "▁заслу": 29206, + "▁absent": 29207, + "▁Lauf": 29208, + "Smith": 29209, + "▁Николай": 29210, + "▁européenne": 29211, + "lr": 29212, + "▁programma": 29213, + "▁midst": 29214, + "▁daughters": 29215, + "Syn": 29216, + "oben": 29217, + "ână": 29218, + "idan": 29219, + "▁ther": 29220, + "odore": 29221, + "sdl": 29222, + "▁Quint": 29223, + "▁casos": 29224, + "▁Zam": 29225, + "▁страны": 29226, + "▁sprite": 29227, + "кал": 29228, + "▁nasc": 29229, + "▁сотруд": 29230, + "▁trava": 29231, + "▁хозяй": 29232, + "▁Uruguay": 29233, + "▁sparse": 29234, + "▁поле": 29235, + "▁mystery": 29236, + "▁Mang": 29237, + "registr": 29238, + "▁CGFloat": 29239, + "▁submission": 29240, + "вана": 29241, + "▁\":": 29242, + "▁Traceback": 29243, + "▁Pit": 29244, + "▁Ehr": 29245, + "▁сра": 29246, + "▁Graphics": 29247, + "Updated": 29248, + "▁svensk": 29249, + "▁spacing": 29250, + "tritt": 29251, + "▁Guinea": 29252, + "▁França": 29253, + "Associ": 29254, + "▁Tová": 29255, + "stab": 29256, + "▁Learning": 29257, + "▁Bright": 29258, + "śc": 29259, + "▁idő": 29260, + "}}_{\\": 29261, + "▁droite": 29262, + "▁raising": 29263, + "getting": 29264, + "ythm": 29265, + "onyme": 29266, + "żs": 29267, + "▁blah": 29268, + "TagName": 29269, + "Vertical": 29270, + "▁aper": 29271, + "postgresql": 29272, + "▁Handle": 29273, + "zew": 29274, + "▁skulle": 29275, + "▁opere": 29276, + "layers": 29277, + "▁possono": 29278, + "▁relate": 29279, + "ąc": 29280, + "▁Mih": 29281, + "âge": 29282, + "▁Świ": 29283, + "isses": 29284, + "▁servlet": 29285, + "Los": 29286, + "▁Advanced": 29287, + "atica": 29288, + "▁ced": 29289, + "▁elementos": 29290, + "рона": 29291, + "iks": 29292, + "arf": 29293, + "ariat": 29294, + "Mobile": 29295, + "agua": 29296, + "▁timp": 29297, + "▁Comité": 29298, + "▁combining": 29299, + "wohl": 29300, + "▁Study": 29301, + "coordinate": 29302, + "▁recommendation": 29303, + "▁transformations": 29304, + "until": 29305, + "bounded": 29306, + "▁изу": 29307, + "hanced": 29308, + "▁вопро": 29309, + "▁Prés": 29310, + "▁coord": 29311, + "xty": 29312, + "▁$,": 29313, + "▁champions": 29314, + "Den": 29315, + "Mil": 29316, + "(',": 29317, + "▁Preis": 29318, + "▁eigh": 29319, + "▁markers": 29320, + "▁gewesen": 29321, + "ätten": 29322, + "▁pione": 29323, + "mv": 29324, + "▁ју": 29325, + "zeichnis": 29326, + "hoff": 29327, + "News": 29328, + "▁Stanisław": 29329, + "▁Brandenburg": 29330, + "▁Feuer": 29331, + "=&": 29332, + "жет": 29333, + "▁Neil": 29334, + "▁wirk": 29335, + "▁società": 29336, + "▁spare": 29337, + "▁civile": 29338, + "sprach": 29339, + "▁disse": 29340, + "▁gates": 29341, + "▁anom": 29342, + "▁Федерации": 29343, + "▁tib": 29344, + "▁fútbol": 29345, + "▁Wikiped": 29346, + "iate": 29347, + "Front": 29348, + "▁craw": 29349, + "▁Rak": 29350, + "▁зву": 29351, + "street": 29352, + "▁Agency": 29353, + "вало": 29354, + "▁Рас": 29355, + "▁mkdir": 29356, + "ację": 29357, + "▁shares": 29358, + "Story": 29359, + "▁remarks": 29360, + "▁keywords": 29361, + "Bob": 29362, + "▁toe": 29363, + "▁Vitt": 29364, + "▁rhs": 29365, + "ROP": 29366, + "oris": 29367, + "/@": 29368, + "сии": 29369, + "▁traverse": 29370, + "▁referencing": 29371, + "präsident": 29372, + "rong": 29373, + "'):": 29374, + "aties": 29375, + "AW": 29376, + "Outlet": 29377, + "▁évol": 29378, + "ikes": 29379, + "▁environmental": 29380, + "icum": 29381, + "▁Lied": 29382, + "▁warn": 29383, + "▁Butler": 29384, + "▁%),": 29385, + "▁Zeitschrift": 29386, + "▁Montr": 29387, + "важа": 29388, + "▁Mercur": 29389, + "jekte": 29390, + "meter": 29391, + "ducation": 29392, + "▁attributed": 29393, + "*$": 29394, + "▁unf": 29395, + "▁Vertrag": 29396, + "zien": 29397, + "▁Роб": 29398, + "lices": 29399, + "pply": 29400, + "ansen": 29401, + "▁zeit": 29402, + "▁immense": 29403, + "▁lutego": 29404, + "▁Bulgar": 29405, + "▁miembros": 29406, + "▁Националь": 29407, + "▁Allow": 29408, + "▁anglès": 29409, + "дви": 29410, + "▁Toy": 29411, + "туа": 29412, + "▁yard": 29413, + "(%": 29414, + "isser": 29415, + "▁golf": 29416, + "▁Ukrain": 29417, + "▁hosp": 29418, + "Include": 29419, + "▁Lisa": 29420, + "▁csal": 29421, + "▁Mira": 29422, + "recogn": 29423, + "▁Ке": 29424, + "▁hitting": 29425, + "кономі": 29426, + "▁Tournament": 29427, + "LOAD": 29428, + "▁Guardian": 29429, + "▁daher": 29430, + "▁timezone": 29431, + "▁tomcat": 29432, + "▁successor": 29433, + "▁Void": 29434, + "▁começ": 29435, + "▁converts": 29436, + "ächs": 29437, + "osex": 29438, + "xelles": 29439, + "aser": 29440, + "▁És": 29441, + "▁mou": 29442, + "▁ung": 29443, + "▁origen": 29444, + "▁Crow": 29445, + "▁Erd": 29446, + "▁sieben": 29447, + "lua": 29448, + "▁BB": 29449, + "RENT": 29450, + "▁piłkar": 29451, + "▁marque": 29452, + "▁Labour": 29453, + "viders": 29454, + "▁exempl": 29455, + "Sound": 29456, + "▁Wass": 29457, + "arrison": 29458, + "▁течение": 29459, + "▁Oficina": 29460, + "▁Daw": 29461, + "▁Kauf": 29462, + "ént": 29463, + "éső": 29464, + "▁=\"": 29465, + "▁kat": 29466, + "diction": 29467, + "▁Voll": 29468, + "▁highway": 29469, + "James": 29470, + "zeuge": 29471, + "▁modelo": 29472, + "Throw": 29473, + "▁Forum": 29474, + "(\"@": 29475, + "▁enfer": 29476, + "▁специаль": 29477, + "Numbers": 29478, + "▁Binary": 29479, + "▁Martínez": 29480, + "▁Stato": 29481, + "▁festiv": 29482, + "▁katol": 29483, + "▁Аб": 29484, + "▁limitation": 29485, + "▁STR": 29486, + "▁Официаль": 29487, + "ipes": 29488, + "▁Isn": 29489, + "▁ruled": 29490, + "▁cí": 29491, + "geber": 29492, + "▁lavoro": 29493, + "▁parentheses": 29494, + "оз": 29495, + "▁équipes": 29496, + "▁efficiently": 29497, + "▁Period": 29498, + "▁Regarding": 29499, + "leaf": 29500, + "▁similarity": 29501, + "▁gesture": 29502, + "datab": 29503, + "▁terminate": 29504, + "▁semantics": 29505, + "▁Alo": 29506, + "▁cig": 29507, + "▁OpenGL": 29508, + "▁heutigen": 29509, + "xaml": 29510, + "▁frequencies": 29511, + ")}.": 29512, + "▁threatened": 29513, + "тик": 29514, + "▁calcio": 29515, + "▁Riemann": 29516, + "slug": 29517, + "▁Finale": 29518, + "LR": 29519, + "▁Derby": 29520, + "▁още": 29521, + "▁deviation": 29522, + "ächen": 29523, + "▁Cris": 29524, + "ново": 29525, + "▁столі": 29526, + "▁relev": 29527, + "▁splendid": 29528, + "▁учё": 29529, + "erving": 29530, + "gable": 29531, + "▁générale": 29532, + "pom": 29533, + "▁Cheers": 29534, + "▁imprison": 29535, + "▁indent": 29536, + "▁analyz": 29537, + "▁revert": 29538, + "érer": 29539, + "▁phases": 29540, + "FirstName": 29541, + "▁mig": 29542, + "▁disturb": 29543, + "▁mixture": 29544, + "▁){": 29545, + "inture": 29546, + "▁Tried": 29547, + "▁sooner": 29548, + "▁pels": 29549, + "▁établ": 29550, + "etro": 29551, + "itie": 29552, + "▁quartier": 29553, + "▁гово": 29554, + "▁város": 29555, + "ufe": 29556, + "heten": 29557, + "хом": 29558, + "▁soap": 29559, + "utors": 29560, + "▁duch": 29561, + "syntax": 29562, + "▁tribe": 29563, + "▁chante": 29564, + "Tri": 29565, + "▁Mate": 29566, + "quality": 29567, + "uola": 29568, + "=\".": 29569, + "chk": 29570, + "▁всі": 29571, + "▁przeci": 29572, + "▁Meteor": 29573, + "▁scattered": 29574, + "Plus": 29575, + "trad": 29576, + "▁stackoverflow": 29577, + "▁retra": 29578, + "▁éditions": 29579, + "▁sain": 29580, + "cribe": 29581, + "ignon": 29582, + "ucker": 29583, + "▁мало": 29584, + "▁tenir": 29585, + "▁exports": 29586, + "▁auxili": 29587, + "▁]]": 29588, + "▁CBS": 29589, + "uniform": 29590, + "▁periodic": 29591, + "agrant": 29592, + "▁emple": 29593, + "Wil": 29594, + "▁fres": 29595, + "▁strutt": 29596, + "▁світ": 29597, + "▁betre": 29598, + "▁объек": 29599, + "тися": 29600, + "▁bisher": 29601, + "baum": 29602, + "ishi": 29603, + "▁Gazette": 29604, + "backgroundColor": 29605, + "jl": 29606, + "▁fiel": 29607, + "▁према": 29608, + "▁protagonista": 29609, + "▁Muhammad": 29610, + "▁simulate": 29611, + "▁Hook": 29612, + "fest": 29613, + "▁своих": 29614, + "Sender": 29615, + "▁listened": 29616, + "жі": 29617, + "jest": 29618, + "kord": 29619, + "Choice": 29620, + "▁hoofd": 29621, + "reducible": 29622, + "hpp": 29623, + "▁Wu": 29624, + "ši": 29625, + "▁Marse": 29626, + "▁soir": 29627, + "westen": 29628, + "emos": 29629, + "▁Duc": 29630, + "▁amerik": 29631, + "|}{": 29632, + "▁Gul": 29633, + "▁Sprache": 29634, + "▁mismatch": 29635, + "Scal": 29636, + "Pixel": 29637, + "EF": 29638, + "▁Sep": 29639, + "▁powiecie": 29640, + "urk": 29641, + "▁Napoli": 29642, + "▁neighbourhood": 29643, + "стоян": 29644, + "▁searches": 29645, + "yrus": 29646, + "пет": 29647, + "Help": 29648, + "pont": 29649, + "▁Orient": 29650, + "▁Alfonso": 29651, + "▁monitoring": 29652, + "iao": 29653, + "édé": 29654, + "▁César": 29655, + "шее": 29656, + "Shift": 29657, + "suit": 29658, + "coded": 29659, + "ното": 29660, + "▁Parti": 29661, + "▁lasci": 29662, + "▁awesome": 29663, + "usta": 29664, + "▁Сове": 29665, + "▁Fland": 29666, + "oom": 29667, + "▁devi": 29668, + "engelsk": 29669, + "endum": 29670, + "▁Pascal": 29671, + "▁Bind": 29672, + "▁siguientes": 29673, + "JB": 29674, + "▁Petersburg": 29675, + "▁incorrectly": 29676, + "▁Bash": 29677, + "▁pelos": 29678, + "▁zespo": 29679, + "NSURL": 29680, + "▁přek": 29681, + "▁Crime": 29682, + "nach": 29683, + "▁thrust": 29684, + "▁Cultura": 29685, + "WF": 29686, + "▁Solo": 29687, + "▁invas": 29688, + "▁individually": 29689, + "ibm": 29690, + "▁etapa": 29691, + "▁handed": 29692, + "▁wherever": 29693, + "▁interpolation": 29694, + "▁musée": 29695, + "▁CNN": 29696, + "idia": 29697, + "ństw": 29698, + "▁przew": 29699, + "ughing": 29700, + "▁actors": 29701, + "▁Oriental": 29702, + "▁convenience": 29703, + "▁miasta": 29704, + "brains": 29705, + "▁меся": 29706, + "▁infatti": 29707, + "▁AllMovie": 29708, + "▁critique": 29709, + "▁successo": 29710, + "ancouver": 29711, + "▁fá": 29712, + "ългар": 29713, + "▁wisdom": 29714, + "▁Phoenix": 29715, + "hole": 29716, + "▁información": 29717, + "▁Airlines": 29718, + ".«": 29719, + "mort": 29720, + "userId": 29721, + "▁*/\r": 29722, + "▁Congo": 29723, + "▁\"`": 29724, + "corr": 29725, + "▁problemas": 29726, + "▁bib": 29727, + "▁później": 29728, + "▁fileName": 29729, + "zott": 29730, + "macht": 29731, + "▁Ulrich": 29732, + "Cy": 29733, + "endpoint": 29734, + "▁sheep": 29735, + "▁ibn": 29736, + "Feed": 29737, + "▁sympathy": 29738, + "▁Ib": 29739, + "▁territorial": 29740, + "rating": 29741, + "дами": 29742, + "▁dst": 29743, + "ую": 29744, + "aho": 29745, + "▁sug": 29746, + "emia": 29747, + "▁ted": 29748, + "▁Api": 29749, + "▁Rica": 29750, + "▁MR": 29751, + "ńskim": 29752, + "▁Voor": 29753, + "▁devil": 29754, + "▁Фо": 29755, + "▁När": 29756, + "▁...)": 29757, + "▁vois": 29758, + "▁abbre": 29759, + "▁Männer": 29760, + "ximo": 29761, + "▁intellectual": 29762, + "▁tales": 29763, + "similar": 29764, + "neum": 29765, + "▁Orig": 29766, + "▁postal": 29767, + "▁hvor": 29768, + "▁identification": 29769, + "▁Од": 29770, + "uesto": 29771, + "▁../": 29772, + "▁bir": 29773, + "▁Лон": 29774, + "▁esempio": 29775, + "▁Eing": 29776, + "Expand": 29777, + "▁PRIMARY": 29778, + "▁Jin": 29779, + "▁však": 29780, + "ourses": 29781, + "▁Betty": 29782, + "▁WM": 29783, + "▁flask": 29784, + "hlen": 29785, + "▁Adel": 29786, + "laravel": 29787, + "▁дет": 29788, + "ською": 29789, + "▁Mundo": 29790, + "iczn": 29791, + "ifié": 29792, + "▁Мор": 29793, + "▁древ": 29794, + "DateFormat": 29795, + "ським": 29796, + "▁dated": 29797, + "коли": 29798, + "▁результате": 29799, + "\\).": 29800, + "▁delayed": 29801, + "sound": 29802, + "▁Мак": 29803, + "▁\"...": 29804, + "▁binnen": 29805, + "▁факуль": 29806, + "▁polygon": 29807, + "▁eggs": 29808, + "AtIndexPath": 29809, + "менталь": 29810, + "▁incred": 29811, + "chunk": 29812, + "webdriver": 29813, + "▁свобо": 29814, + "▁między": 29815, + "Received": 29816, + "▁Monde": 29817, + "▁JQuery": 29818, + "Butt": 29819, + "▁PDO": 29820, + "▁forec": 29821, + "▁discipline": 29822, + "chev": 29823, + "нат": 29824, + "▁redis": 29825, + "▁hunting": 29826, + "▁alk": 29827, + "▁proofs": 29828, + "PRI": 29829, + "▁chip": 29830, + "ésie": 29831, + "▁HO": 29832, + "▁rug": 29833, + "zos": 29834, + "▁sorte": 29835, + "▁zeigt": 29836, + "▁Physics": 29837, + "legte": 29838, + "▁proportional": 29839, + "▁toolbar": 29840, + "vement": 29841, + "notin": 29842, + "▁první": 29843, + "blah": 29844, + "▁présence": 29845, + "▁lloc": 29846, + "▁líder": 29847, + "▁Accept": 29848, + "▁Always": 29849, + "▁\"{": 29850, + "▁diversi": 29851, + "ikor": 29852, + "Period": 29853, + "жён": 29854, + "▁Alliance": 29855, + "▁relay": 29856, + "Bro": 29857, + "jön": 29858, + "▁Baud": 29859, + "▁Bian": 29860, + "')[": 29861, + "чив": 29862, + "▁Poss": 29863, + "▁Mitglieder": 29864, + "▁nev": 29865, + "Daniel": 29866, + "▁tends": 29867, + "▁compagnie": 29868, + "▁livres": 29869, + "lub": 29870, + "▁": 29871, + "e": 29872, + "t": 29873, + "a": 29874, + "i": 29875, + "n": 29876, + "o": 29877, + "r": 29878, + "s": 29879, + "l": 29880, + "d": 29881, + "h": 29882, + "c": 29883, + "u": 29884, + "m": 29885, + "p": 29886, + "g": 29887, + "f": 29888, + ".": 29889, + "b": 29890, + "y": 29891, + ",": 29892, + "w": 29893, + "v": 29894, + "k": 29895, + "1": 29896, + ")": 29897, + "(": 29898, + "-": 29899, + "0": 29900, + ":": 29901, + "I": 29902, + "S": 29903, + "о": 29904, + "\\": 29905, + "2": 29906, + "C": 29907, + "\"": 29908, + "A": 29909, + "а": 29910, + "T": 29911, + "{": 29912, + "}": 29913, + "/": 29914, + "'": 29915, + "x": 29916, + "и": 29917, + "_": 29918, + "е": 29919, + "z": 29920, + "н": 29921, + "=": 29922, + "E": 29923, + "M": 29924, + "P": 29925, + "j": 29926, + "р": 29927, + "D": 29928, + "9": 29929, + "*": 29930, + "L": 29931, + "т": 29932, + "B": 29933, + "R": 29934, + "с": 29935, + ";": 29936, + "#": 29937, + "$": 29938, + "q": 29939, + "N": 29940, + "3": 29941, + "в": 29942, + "F": 29943, + "л": 29944, + "5": 29945, + "4": 29946, + "8": 29947, + "é": 29948, + "O": 29949, + "H": 29950, + "к": 29951, + "`": 29952, + "6": 29953, + "G": 29954, + "7": 29955, + "W": 29956, + "д": 29957, + ">": 29958, + "м": 29959, + "у": 29960, + "[": 29961, + "]": 29962, + "V": 29963, + "п": 29964, + "U": 29965, + "<": 29966, + "J": 29967, + "K": 29968, + "г": 29969, + "я": 29970, + "і": 29971, + "з": 29972, + "?": 29973, + "+": 29974, + "б": 29975, + "á": 29976, + "й": 29977, + "ь": 29978, + "Y": 29979, + "ó": 29980, + "ч": 29981, + "ы": 29982, + "í": 29983, + "Q": 29984, + "^": 29985, + "ä": 29986, + "&": 29987, + "х": 29988, + "|": 29989, + "X": 29990, + "!": 29991, + "@": 29992, + "ü": 29993, + "–": 29994, + "%": 29995, + "ц": 29996, + "ö": 29997, + "ж": 29998, + "Z": 29999, + "è": 30000, + "à": 30001, + "ш": 30002, + "—": 30003, + "\r": 30004, + "ю": 30005, + "ł": 30006, + "»": 30007, + "С": 30008, + "«": 30009, + "’": 30010, + "ф": 30011, + "В": 30012, + "П": 30013, + "К": 30014, + "“": 30015, + "ј": 30016, + "М": 30017, + "А": 30018, + "ç": 30019, + "å": 30020, + "щ": 30021, + "~": 30022, + "ę": 30023, + "”": 30024, + "ą": 30025, + "č": 30026, + "Р": 30027, + "ї": 30028, + "Н": 30029, + "ú": 30030, + "Б": 30031, + "Д": 30032, + "ã": 30033, + "ß": 30034, + "ă": 30035, + "ě": 30036, + "ê": 30037, + "О": 30038, + "š": 30039, + "Г": 30040, + "Т": 30041, + "ż": 30042, + "ё": 30043, + "ž": 30044, + "ś": 30045, + "ñ": 30046, + "ř": 30047, + "ő": 30048, + "„": 30049, + "Л": 30050, + "э": 30051, + "ý": 30052, + "У": 30053, + "И": 30054, + "ъ": 30055, + "є": 30056, + "â": 30057, + "î": 30058, + "ò": 30059, + "З": 30060, + "Ф": 30061, + "É": 30062, + "ć": 30063, + "·": 30064, + "ș": 30065, + "ń": 30066, + "ț": 30067, + "Х": 30068, + "ô": 30069, + "Е": 30070, + "ù": 30071, + "ů": 30072, + "°": 30073, + "Ш": 30074, + "љ": 30075, + "Ч": 30076, + "ø": 30077, + "æ": 30078, + "њ": 30079, + " ": 30080, + " ": 30081, + "Э": 30082, + "ë": 30083, + "õ": 30084, + "ï": 30085, + "‘": 30086, + "†": 30087, + "²": 30088, + "ű": 30089, + "І": 30090, + "─": 30091, + "Ц": 30092, + "ћ": 30093, + "Ö": 30094, + "û": 30095, + "Я": 30096, + "ì": 30097, + "…": 30098, + "ō": 30099, + "Ж": 30100, + "Ю": 30101, + "Á": 30102, + "́": 30103, + "Ü": 30104, + "º": 30105, + "œ": 30106, + "ā": 30107, + "Č": 30108, + "ź": 30109, + "α": 30110, + "│": 30111, + "ا": 30112, + "À": 30113, + "═": 30114, + "Š": 30115, + "ђ": 30116, + "№": 30117, + " ": 30118, + "•": 30119, + "−": 30120, + "→": 30121, + "×": 30122, + "ο": 30123, + "₂": 30124, + "Ä": 30125, + "Î": 30126, + "Ś": 30127, + "đ": 30128, + "Å": 30129, + "ı": 30130, + "‎": 30131, + "ū": 30132, + "ν": 30133, + "Й": 30134, + "ª": 30135, + "ι": 30136, + "τ": 30137, + "ل": 30138, + "′": 30139, + "�": 30140, + "È": 30141, + "λ": 30142, + "": 30143, + "Ž": 30144, + "ς": 30145, + "ň": 30146, + "ρ": 30147, + "₁": 30148, + "Є": 30149, + "ī": 30150, + "ε": 30151, + "§": 30152, + "Ł": 30153, + "Ј": 30154, + "£": 30155, + "ر": 30156, + "Ż": 30157, + "¿": 30158, + "م": 30159, + "″": 30160, + "Ú": 30161, + "ن": 30162, + "ي": 30163, + "σ": 30164, + "´": 30165, + "​": 30166, + "μ": 30167, + "³": 30168, + "ş": 30169, + "π": 30170, + "و": 30171, + "د": 30172, + "κ": 30173, + "₃": 30174, + "Í": 30175, + "ˈ": 30176, + "ب": 30177, + "Ó": 30178, + "Ã": 30179, + "¡": 30180, + "€": 30181, + "ť": 30182, + "η": 30183, + "ə": 30184, + "ー": 30185, + "Щ": 30186, + "β": 30187, + "├": 30188, + "ð": 30189, + "ґ": 30190, + "­": 30191, + "υ": 30192, + "¹": 30193, + "₄": 30194, + "ت": 30195, + "י": 30196, + "γ": 30197, + "س": 30198, + "の": 30199, + "ğ": 30200, + "δ": 30201, + "ی": 30202, + "ン": 30203, + "ه": 30204, + "ו": 30205, + "ω": 30206, + "ί": 30207, + "█": 30208, + "θ": 30209, + "的": 30210, + "©": 30211, + "Â": 30212, + "↑": 30213, + ",": 30214, + "ː": 30215, + "ά": 30216, + "―": 30217, + "ع": 30218, + "Ç": 30219, + "₀": 30220, + "±": 30221, + "Ø": 30222, + "ď": 30223, + "Ř": 30224, + "Œ": 30225, + "½": 30226, + "└": 30227, + "ό": 30228, + "‚": 30229, + "ē": 30230, + "₅": 30231, + "Æ": 30232, + "Ș": 30233, + "ɛ": 30234, + "ה": 30235, + "ר": 30236, + "φ": 30237, + "₆": 30238, + "ė": 30239, + "ح": 30240, + "ف": 30241, + "ة": 30242, + "İ": 30243, + " ": 30244, + "←": 30245, + "║": 30246, + "ɔ": 30247, + "≤": 30248, + "ל": 30249, + "Đ": 30250, + "ա": 30251, + "Ō": 30252, + "א": 30253, + "്": 30254, + "ス": 30255, + "ش": 30256, + "大": 30257, + "ル": 30258, + "џ": 30259, + "イ": 30260, + "⟩": 30261, + " ": 30262, + "µ": 30263, + "∈": 30264, + "ق": 30265, + "⟨": 30266, + "。": 30267, + "Ґ": 30268, + "ा": 30269, + "ج": 30270, + "ʿ": 30271, + "ა": 30272, + "έ": 30273, + "χ": 30274, + "中": 30275, + "ב": 30276, + "ი": 30277, + "₈": 30278, + "ト": 30279, + "ή": 30280, + "ラ": 30281, + "Џ": 30282, + "ك": 30283, + "₇": 30284, + "מ": 30285, + "ת": 30286, + "一": 30287, + "Π": 30288, + "า": 30289, + "・": 30290, + "Σ": 30291, + "Α": 30292, + "Δ": 30293, + "ש": 30294, + "ز": 30295, + "्": 30296, + "ร": 30297, + "い": 30298, + "ʻ": 30299, + "Њ": 30300, + "₉": 30301, + "ʼ": 30302, + "リ": 30303, + "‐": 30304, + "ク": 30305, + "∞": 30306, + "⁄": 30307, + "ύ": 30308, + "Ş": 30309, + "ア": 30310, + "Ε": 30311, + "ɪ": 30312, + "人": 30313, + "Κ": 30314, + "∀": 30315, + "र": 30316, + "ッ": 30317, + "►": 30318, + "子": 30319, + "¬": 30320, + "خ": 30321, + "◄": 30322, + "َ": 30323, + "ע": 30324, + "日": 30325, + "し": 30326, + "ḥ": 30327, + "נ": 30328, + "山": 30329, + "、": 30330, + "Ї": 30331, + "る": 30332, + "文": 30333, + "Ñ": 30334, + "ド": 30335, + "ד": 30336, + "ն": 30337, + "Ђ": 30338, + "Γ": 30339, + "þ": 30340, + "’": 30341, + "®": 30342, + "ک": 30343, + "“": 30344, + "⚭": 30345, + "本": 30346, + "ℕ": 30347, + "น": 30348, + "ѝ": 30349, + "̶": 30350, + "อ": 30351, + "ў": 30352, + "に": 30353, + "数": 30354, + "ე": 30355, + "国": 30356, + "Ω": 30357, + " ": 30358, + "ǎ": 30359, + "ص": 30360, + "”": 30361, + "Μ": 30362, + " ": 30363, + "と": 30364, + "⁠": 30365, + "た": 30366, + "ط": 30367, + "ր": 30368, + "タ": 30369, + "ÿ": 30370, + "な": 30371, + "أ": 30372, + "シ": 30373, + "新": 30374, + "﹕": 30375, + "ʃ": 30376, + "ľ": 30377, + "ロ": 30378, + "⁴": 30379, + "்": 30380, + "⇒": 30381, + "ţ": 30382, + ":": 30383, + "Ț": 30384, + "ക": 30385, + "≥": 30386, + "ി": 30387, + "マ": 30388, + "ん": 30389, + "ṣ": 30390, + "ジ": 30391, + "是": 30392, + "이": 30393, + "⋅": 30394, + "田": 30395, + "を": 30396, + "道": 30397, + "ง": 30398, + "¨": 30399, + "ـ": 30400, + "เ": 30401, + "村": 30402, + "Ê": 30403, + "ם": 30404, + "›": 30405, + "用": 30406, + "ώ": 30407, + "天": 30408, + ")": 30409, + "་": 30410, + "镇": 30411, + "か": 30412, + "不": 30413, + "Τ": 30414, + "学": 30415, + "ư": 30416, + "有": 30417, + "ո": 30418, + "(": 30419, + "レ": 30420, + "گ": 30421, + "‏": 30422, + "フ": 30423, + "न": 30424, + "ก": 30425, + "ɑ": 30426, + "す": 30427, + "ח": 30428, + "上": 30429, + "‌": 30430, + "∧": 30431, + "ṭ": 30432, + "ק": 30433, + "ξ": 30434, + "¤": 30435, + "ि": 30436, + "会": 30437, + "ന": 30438, + "カ": 30439, + "ų": 30440, + "ま": 30441, + "ു": 30442, + "͡": 30443, + "क": 30444, + "া": 30445, + "小": 30446, + "ן": 30447, + "行": 30448, + "は": 30449, + "ʁ": 30450, + "Ő": 30451, + "Þ": 30452, + "り": 30453, + "キ": 30454, + "Λ": 30455, + "რ": 30456, + "三": 30457, + "が": 30458, + "コ": 30459, + "ζ": 30460, + "市": 30461, + "王": 30462, + "ℝ": 30463, + "Ź": 30464, + "う": 30465, + "て": 30466, + "区": 30467, + "ാ": 30468, + "‚": 30469, + "年": 30470, + "פ": 30471, + "ի": 30472, + "ſ": 30473, + "‹": 30474, + "त": 30475, + "ŏ": 30476, + "‑": 30477, + "̃": 30478, + "Ć": 30479, + "ى": 30480, + "「": 30481, + "」": 30482, + "ს": 30483, + "Ā": 30484, + "म": 30485, + "生": 30486, + "≠": 30487, + "Љ": 30488, + "स": 30489, + "↔": 30490, + "Ο": 30491, + "ว": 30492, + "ლ": 30493, + "成": 30494, + "定": 30495, + "ล": 30496, + "¶": 30497, + "כ": 30498, + "で": 30499, + "ּ": 30500, + "ม": 30501, + "个": 30502, + "和": 30503, + "ס": 30504, + "在": 30505, + "Β": 30506, + "ิ": 30507, + "Ι": 30508, + "⁵": 30509, + "ั": 30510, + "ɡ": 30511, + "━": 30512, + "ら": 30513, + "オ": 30514, + "¼": 30515, + "ե": 30516, + "バ": 30517, + "ָ": 30518, + "ŋ": 30519, + "ŭ": 30520, + "グ": 30521, + "⁶": 30522, + "Ь": 30523, + "⁰": 30524, + "方": 30525, + "บ": 30526, + "—": 30527, + "高": 30528, + "ệ": 30529, + "Ν": 30530, + "ѣ": 30531, + "ィ": 30532, + "地": 30533, + "月": 30534, + "Ô": 30535, + "™": 30536, + "ウ": 30537, + "き": 30538, + "公": 30539, + "ạ": 30540, + "ო": 30541, + "ɾ": 30542, + "่": 30543, + "出": 30544, + "法": 30545, + "Θ": 30546, + "ส": 30547, + "名": 30548, + "ย": 30549, + "ത": 30550, + "Φ": 30551, + "↓": 30552, + "れ": 30553, + "ג": 30554, + "Ё": 30555, + "ơ": 30556, + "下": 30557, + "ә": 30558, + "ψ": 30559, + "┼": 30560, + "ャ": 30561, + "√": 30562, + "¥": 30563, + "社": 30564, + "ṇ": 30565, + "さ": 30566, + "ِ": 30567, + "く": 30568, + "े": 30569, + "Ы": 30570, + "ἐ": 30571, + "テ": 30572, + "为": 30573, + "乡": 30574, + "川": 30575, + "ナ": 30576, + "之": 30577, + "字": 30578, + "ム": 30579, + "ी": 30580, + "海": 30581, + "ブ": 30582, + "≈": 30583, + "!": 30584, + "پ": 30585, + "¯": 30586, + "ἀ": 30587, + "ƒ": 30588, + "こ": 30589, + "ְ": 30590, + "東": 30591, + "明": 30592, + "ὶ": 30593, + "时": 30594, + "ท": 30595, + "ɨ": 30596, + "デ": 30597, + "️": 30598, + "ʊ": 30599, + "エ": 30600, + "南": 30601, + "西": 30602, + "ल": 30603, + "メ": 30604, + "プ": 30605, + "平": 30606, + "式": 30607, + "ῖ": 30608, + "қ": 30609, + "व": 30610, + "غ": 30611, + "Ò": 30612, + "家": 30613, + "ʒ": 30614, + "サ": 30615, + "≡": 30616, + "ダ": 30617, + "ต": 30618, + "∃": 30619, + "₹": 30620, + "प": 30621, + "第": 30622, + "ര": 30623, + "ض": 30624, + "▄": 30625, + "城": 30626, + "ミ": 30627, + "ɐ": 30628, + "¦": 30629, + "美": 30630, + "件": 30631, + "ნ": 30632, + "Ð": 30633, + "ַ": 30634, + "ニ": 30635, + "部": 30636, + "ņ": 30637, + "ǐ": 30638, + "ט": 30639, + "य": 30640, + "あ": 30641, + "¾": 30642, + "ả": 30643, + "ち": 30644, + "ュ": 30645, + "÷": 30646, + "女": 30647, + "神": 30648, + "♦": 30649, + "¢": 30650, + "以": 30651, + "้": 30652, + "র": 30653, + "太": 30654, + "্": 30655, + "チ": 30656, + "յ": 30657, + "前": 30658, + "金": 30659, + "ւ": 30660, + "野": 30661, + "北": 30662, + "ห": 30663, + "‰": 30664, + "っ": 30665, + "加": 30666, + "原": 30667, + "ʲ": 30668, + "置": 30669, + "安": 30670, + "ガ": 30671, + "我": 30672, + "Ḥ": 30673, + "യ": 30674, + "京": 30675, + "▀": 30676, + "მ": 30677, + "ვ": 30678, + "ʾ": 30679, + "∨": 30680, + "ִ": 30681, + "可": 30682, + "取": 30683, + "县": 30684, + "二": 30685, + "▒": 30686, + "理": 30687, + "自": 30688, + "信": 30689, + "代": 30690, + "ี": 30691, + "צ": 30692, + "်": 30693, + "द": 30694, + "⁸": 30695, + "̯": 30696, + "お": 30697, + "要": 30698, + "ῦ": 30699, + "க": 30700, + "ễ": 30701, + "ु": 30702, + "ƒ": 30703, + "ʰ": 30704, + "化": 30705, + "✓": 30706, + "പ": 30707, + "의": 30708, + "다": 30709, + "木": 30710, + "ُ": 30711, + "̀": 30712, + "ˌ": 30713, + "ह": 30714, + "パ": 30715, + "水": 30716, + "ế": 30717, + "ด": 30718, + "ズ": 30719, + "⁹": 30720, + "島": 30721, + "‍": 30722, + "も": 30723, + "正": 30724, + "■": 30725, + "آ": 30726, + "พ": 30727, + "内": 30728, + "Ì": 30729, + "ǔ": 30730, + "┬": 30731, + "作": 30732, + "合": 30733, + "ὸ": 30734, + "み": 30735, + "▼": 30736, + "ῶ": 30737, + "⊙": 30738, + "~": 30739, + "ị": 30740, + "ْ": 30741, + "回": 30742, + "了": 30743, + "所": 30744, + "事": 30745, + "表": 30746, + "ำ": 30747, + "分": 30748, + "⁷": 30749, + "ү": 30750, + "€": 30751, + "入": 30752, + "全": 30753, + "إ": 30754, + "里": 30755, + "Χ": 30756, + "ं": 30757, + "ハ": 30758, + "ค": 30759, + "⁻": 30760, + "モ": 30761, + "郎": 30762, + "据": 30763, + "●": 30764, + "州": 30765, + "∩": 30766, + "者": 30767, + "通": 30768, + "都": 30769, + "ℤ": 30770, + "♭": 30771, + "╌": 30772, + "つ": 30773, + "ḍ": 30774, + "江": 30775, + "ז": 30776, + "Ý": 30777, + "ө": 30778, + "์": 30779, + "到": 30780, + "ி": 30781, + "ʂ": 30782, + "对": 30783, + "스": 30784, + "使": 30785, + "ি": 30786, + "よ": 30787, + "Ἀ": 30788, + "Ï": 30789, + "∘": 30790, + "사": 30791, + "ন": 30792, + "世": 30793, + "ɕ": 30794, + "կ": 30795, + "უ": 30796, + "ട": 30797, + "ბ": 30798, + "ो": 30799, + "വ": 30800, + "果": 30801, + "十": 30802, + "ุ": 30803, + "藤": 30804, + "来": 30805, + "面": 30806, + "け": 30807, + "ĕ": 30808, + "ビ": 30809, + "这": 30810, + "지": 30811, + "ം": 30812, + "街": 30813, + "石": 30814, + "能": 30815, + "空": 30816, + "տ": 30817, + "ئ": 30818, + "武": 30819, + "ʹ": 30820, + "ϕ": 30821, + "后": 30822, + "ะ": 30823, + "元": 30824, + "ʔ": 30825, + "리": 30826, + "기": 30827, + "河": 30828, + "町": 30829, + "花": 30830, + "ὐ": 30831, + "类": 30832, + "░": 30833, + "物": 30834, + "Η": 30835, + "¸": 30836, + "ு": 30837, + "თ": 30838, + "ث": 30839, + "െ": 30840, + "╠": 30841, + "⊆": 30842, + "》": 30843, + "ツ": 30844, + "版": 30845, + "动": 30846, + "如": 30847, + "真": 30848, + "ɲ": 30849, + "号": 30850, + "ذ": 30851, + "정": 30852, + "林": 30853, + "書": 30854, + "民": 30855, + "口": 30856, + "ّ": 30857, + "示": 30858, + "മ": 30859, + "아": 30860, + "图": 30861, + "∪": 30862, + "戦": 30863, + "李": 30864, + "ല": 30865, + "《": 30866, + "光": 30867, + "白": 30868, + "心": 30869, + "த": 30870, + "ज": 30871, + "设": 30872, + "ί": 30873, + "路": 30874, + "ग": 30875, + "∥": 30876, + "한": 30877, + "最": 30878, + "Ћ": 30879, + "手": 30880, + "ս": 30881, + "?": 30882, + "型": 30883, + "ầ": 30884, + "セ": 30885, + "建": 30886, + "ェ": 30887, + "主": 30888, + "시": 30889, + "대": 30890, + "ῆ": 30891, + "‡": 30892, + "集": 30893, + "დ": 30894, + "目": 30895, + "Ρ": 30896, + "ァ": 30897, + "度": 30898, + "長": 30899, + "星": 30900, + "ノ": 30901, + "ộ": 30902, + "가": 30903, + "五": 30904, + "چ": 30905, + "로": 30906, + "ョ": 30907, + "重": 30908, + "于": 30909, + "发": 30910, + "史": 30911, + "ظ": 30912, + "ช": 30913, + "え": 30914, + "國": 30915, + "ĭ": 30916, + "ப": 30917, + "인": 30918, + "你": 30919, + "駅": 30920, + "‒": 30921, + "♥": 30922, + "多": 30923, + "ħ": 30924, + "Қ": 30925, + "ồ": 30926, + "士": 30927, + "四": 30928, + "┴": 30929, + "ம": 30930, + "司": 30931, + "ে": 30932, + "ὰ": 30933, + "∂": 30934, + "╬": 30935, + "次": 30936, + "Ľ": 30937, + "⟶": 30938, + "立": 30939, + "点": 30940, + "音": 30941, + "⠀": 30942, + "器": 30943, + "하": 30944, + "井": 30945, + "存": 30946, + "ֹ": 30947, + "当": 30948, + "Ë": 30949, + "★": 30950, + "寺": 30951, + "性": 30952, + "也": 30953, + "め": 30954, + "だ": 30955, + "位": 30956, + "ങ": 30957, + "ہ": 30958, + "值": 30959, + "古": 30960, + "გ": 30961, + "ব": 30962, + "院": 30963, + "േ": 30964, + "▶": 30965, + "ர": 30966, + "界": 30967, + "語": 30968, + "സ": 30969, + "수": 30970, + "ǒ": 30971, + "愛": 30972, + "✔": 30973, + "時": 30974, + "ọ": 30975, + "റ": 30976, + "մ": 30977, + "ケ": 30978, + "东": 30979, + "同": 30980, + "주": 30981, + "保": 30982, + "Õ": 30983, + "ố": 30984, + "ἰ": 30985, + "青": 30986, + "ゴ": 30987, + "体": 30988, + "清": 30989, + "相": 30990, + "จ": 30991, + "ء": 30992, + "情": 30993, + "𝕜": 30994, + "ক": 30995, + "ḫ": 30996, + "ờ": 30997, + "将": 30998, + "族": 30999, + "동": 31000, + "Υ": 31001, + "┌": 31002, + "ボ": 31003, + "宮": 31004, + "』": 31005, + "ম": 31006, + "『": 31007, + "ļ": 31008, + "श": 31009, + "ป": 31010, + "Ա": 31011, + "ब": 31012, + "자": 31013, + "政": 31014, + "ா": 31015, + "间": 31016, + "fi": 31017, + "松": 31018, + "ṃ": 31019, + "始": 31020, + "息": 31021, + "少": 31022, + "教": 31023, + "获": 31024, + "列": 31025, + "开": 31026, + "ტ": 31027, + "ワ": 31028, + "კ": 31029, + "科": 31030, + "春": 31031, + "治": 31032, + "吉": 31033, + "ས": 31034, + "ศ": 31035, + "ɒ": 31036, + "台": 31037, + "ネ": 31038, + "း": 31039, + "ĩ": 31040, + "工": 31041, + "ά": 31042, + "知": 31043, + "八": 31044, + "場": 31045, + "画": 31046, + "百": 31047, + "☆": 31048, + "記": 31049, + "得": 31050, + "ソ": 31051, + "氏": 31052, + "ာ": 31053, + "에": 31054, + "ল": 31055, + "ṛ": 31056, + "关": 31057, + "ġ": 31058, + "έ": 31059, + "∑": 31060, + "ベ": 31061, + "标": 31062, + "니": 31063, + "ὴ": 31064, + "ֵ": 31065, + "外": 31066, + "♠": 31067, + "わ": 31068, + "間": 31069, + "ภ": 31070, + "校": 31071, + "制": 31072, + "แ": 31073, + "力": 31074, + "門": 31075, + "好": 31076, + "ғ": 31077, + "Ù": 31078, + "ℓ": 31079, + "ֶ": 31080, + "는": 31081, + "┐": 31082, + "∗": 31083, + "指": 31084, + "色": 31085, + "返": 31086, + "馬": 31087, + "请": 31088, + "≫": 31089, + "風": 31090, + "ό": 31091, + "接": 31092, + "서": 31093, + "↳": 31094, + "せ": 31095, + "志": 31096, + "̲": 31097, + "魔": 31098, + "ң": 31099, + "更": 31100, + "程": 31101, + "김": 31102, + "郡": 31103, + "ོ": 31104, + "ũ": 31105, + "ച": 31106, + "利": 31107, + "県": 31108, + "周": 31109, + "そ": 31110, + "や": 31111, + "谷": 31112, + "香": 31113, + "♯": 31114, + "じ": 31115, + "،": 31116, + "期": 31117, + "∅": 31118, + "┘": 31119, + "初": 31120, + "福": 31121, + "片": 31122, + "ザ": 31123, + "動": 31124, + "参": 31125, + "성": 31126, + "Ə": 31127, + "╦": 31128, + "어": 31129, + "ხ": 31130, + "義": 31131, + "च": 31132, + "象": 31133, + "功": 31134, + "♂": 31135, + "도": 31136, + "고": 31137, + "过": 31138, + "վ": 31139, + "皇": 31140, + "特": 31141, + "ậ": 31142, + "长": 31143, + "英": 31144, + "ấ": 31145, + "ണ": 31146, + "Ъ": 31147, + "স": 31148, + "其": 31149, + "ত": 31150, + "流": 31151, + "除": 31152, + "일": 31153, + "ু": 31154, + "្": 31155, + "永": 31156, + "直": 31157, + "상": 31158, + "千": 31159, + "ắ": 31160, + "館": 31161, + "Ť": 31162, + "朝": 31163, + "ட": 31164, + "ɣ": 31165, + "单": 31166, + "ʀ": 31167, + "格": 31168, + "德": 31169, + "전": 31170, + "☺": 31171, + "ピ": 31172, + "歌": 31173, + "进": 31174, + "限": 31175, + "夫": 31176, + "트": 31177, + "⊢": 31178, + "園": 31179, + "量": 31180, + "土": 31181, + "放": 31182, + "码": 31183, + "等": 31184, + "系": 31185, + "∼": 31186, + "華": 31187, + "↵": 31188, + "소": 31189, + "常": 31190, + "否": 31191, + "見": 31192, + "源": 31193, + "ׁ": 31194, + "实": 31195, + "博": 31196, + "라": 31197, + "원": 31198, + "보": 31199, + "⊕": 31200, + "解": 31201, + "〜": 31202, + "男": 31203, + "দ": 31204, + "ポ": 31205, + "ろ": 31206, + "나": 31207, + "ག": 31208, + "無": 31209, + "Û": 31210, + "̥": 31211, + "ұ": 31212, + "查": 31213, + "̣": 31214, + "╗": 31215, + "╩": 31216, + "条": 31217, + "য": 31218, + "ὁ": 31219, + "後": 31220, + "他": 31221, + "网": 31222, + "ல": 31223, + "≃": 31224, + "화": 31225, + "ە": 31226, + "阿": 31227, + "ေ": 31228, + "户": 31229, + "∫": 31230, + "구": 31231, + "ར": 31232, + "မ": 31233, + "▸": 31234, + "լ": 31235, + "○": 31236, + "命": 31237, + "就": 31238, + "龍": 31239, + "君": 31240, + "夏": 31241, + "": 31242, + "言": 31243, + "先": 31244, + "➜": 31245, + "შ": 31246, + "ძ": 31247, + "ਾ": 31248, + "வ": 31249, + "ど": 31250, + "ヒ": 31251, + "ไ": 31252, + "ன": 31253, + "ば": 31254, + "ギ": 31255, + "գ": 31256, + "ἄ": 31257, + "ヤ": 31258, + "典": 31259, + "府": 31260, + "̄": 31261, + "신": 31262, + "组": 31263, + "改": 31264, + "ὲ": 31265, + "华": 31266, + "与": 31267, + "调": 31268, + "╝": 31269, + "ヴ": 31270, + "ქ": 31271, + "由": 31272, + "修": 31273, + "學": 31274, + "♣": 31275, + "消": 31276, + "符": 31277, + "ʌ": 31278, + "부": 31279, + "ớ": 31280, + "‾": 31281, + "▲": 31282, + "录": 31283, + "ള": 31284, + "연": 31285, + "을": 31286, + "ひ": 31287, + "영": 31288, + "┤": 31289, + "已": 31290, + "陽": 31291, + "င": 31292, + "국": 31293, + "容": 31294, + "未": 31295, + "宗": 31296, + "ᴇ": 31297, + "び": 31298, + "장": 31299, + "龙": 31300, + "්": 31301, + "提": 31302, + "ĝ": 31303, + "六": 31304, + "形": 31305, + "제": 31306, + "Հ": 31307, + "伊": 31308, + "ϵ": 31309, + "ข": 31310, + "Ű": 31311, + "ゃ": 31312, + "火": 31313, + "Ṣ": 31314, + "佐": 31315, + "⊥": 31316, + "̪": 31317, + "ứ": 31318, + "□": 31319, + "结": 31320, + "九": 31321, + "雄": 31322, + "թ": 31323, + "ា": 31324, + "而": 31325, + "བ": 31326, + "우": 31327, + "张": 31328, + "ट": 31329, + "ष": 31330, + "向": 31331, + "ῥ": 31332, + "选": 31333, + "공": 31334, + "ゲ": 31335, + "ʐ": 31336, + "仁": 31337, + "堂": 31338, + "ך": 31339, + "ု": 31340, + "ἔ": 31341, + "അ": 31342, + "ề": 31343, + "ད": 31344, + "선": 31345, + "오": 31346, + "久": 31347, + "œ": 31348, + "义": 31349, + "अ": 31350, + "╔": 31351, + "无": 31352, + "
": 31353, + "은": 31354, + "ʷ": 31355, + "那": 31356, + "線": 31357, + "务": 31358, + "基": 31359, + "属": 31360, + "配": 31361, + "미": 31362, + "軍": 31363, + "โ": 31364, + "津": 31365, + "完": 31366, + "研": 31367, + "注": 31368, + "失": 31369, + "应": 31370, + "က": 31371, + "╚": 31372, + "友": 31373, + "章": 31374, + "Ψ": 31375, + "求": 31376, + "ण": 31377, + "경": 31378, + "‬": 31379, + "भ": 31380, + "们": 31381, + "模": 31382, + "需": 31383, + "ச": 31384, + "電": 31385, + "প": 31386, + "դ": 31387, + "へ": 31388, + "此": 31389, + "夜": 31390, + "或": 31391, + "橋": 31392, + "根": 31393, + "Ī": 31394, + "玉": 31395, + "ู": 31396, + "ṅ": 31397, + "交": 31398, + "品": 31399, + "良": 31400, + "ང": 31401, + "ォ": 31402, + "则": 31403, + "開": 31404, + "Ζ": 31405, + "문": 31406, + "被": 31407, + "조": 31408, + "株": 31409, + "记": 31410, + "會": 31411, + "经": 31412, + "ू": 31413, + "ょ": 31414, + "转": 31415, + "崎": 31416, + "마": 31417, + "⌘": 31418, + "比": 31419, + "造": 31420, + "ܐ": 31421, + "ื": 31422, + "没": 31423, + "现": 31424, + "七": 31425, + "Ά": 31426, + "商": 31427, + "ை": 31428, + "机": 31429, + "阳": 31430, + "ĉ": 31431, + "角": 31432, + "站": 31433, + "բ": 31434, + "해": 31435, + "及": 31436, + "ध": 31437, + "術": 31438, + "认": 31439, + "‘": 31440, + "创": 31441, + "編": 31442, + "ղ": 31443, + "ḩ": 31444, + "伝": 31445, + "岡": 31446, + "ड": 31447, + "ホ": 31448, + "港": 31449, + "任": 31450, + "登": 31451, + "ི": 31452, + "็": 31453, + "布": 31454, + "究": 31455, + "帝": 31456, + "여": 31457, + "산": 31458, + "န": 31459, + "◦": 31460, + "密": 31461, + "变": 31462, + "序": 31463, + "♀": 31464, + "∣": 31465, + "计": 31466, + "曲": 31467, + "Ă": 31468, + "ύ": 31469, + "ʋ": 31470, + "传": 31471, + "】": 31472, + "包": 31473, + "意": 31474, + "去": 31475, + "沙": 31476, + "⸮": 31477, + "【": 31478, + "写": 31479, + "超": 31480, + "ய": 31481, + "今": 31482, + "┈": 31483, + "森": 31484, + "ි": 31485, + "⊗": 31486, + "비": 31487, + "հ": 31488, + "Ḩ": 31489, + "ǫ": 31490, + "黄": 31491, + "∙": 31492, + "드": 31493, + "🌍": 31494, + "景": 31495, + "湖": 31496, + "ք": 31497, + "ိ": 31498, + "ⁿ": 31499, + "̂": 31500, + "ペ": 31501, + "何": 31502, + "宇": 31503, + "張": 31504, + "语": 31505, + "老": 31506, + "例": 31507, + "Ṭ": 31508, + "鉄": 31509, + "克": 31510, + "☉": 31511, + "™": 31512, + "ɹ": 31513, + "ἱ": 31514, + "ⴰ": 31515, + "然": 31516, + "를": 31517, + "ǧ": 31518, + "報": 31519, + "服": 31520, + "Ď": 31521, + "想": 31522, + "‖": 31523, + "ユ": 31524, + "実": 31525, + "载": 31526, + "요": 31527, + "ℚ": 31528, + "波": 31529, + "马": 31530, + "状": 31531, + "线": 31532, + "유": 31533, + "洋": 31534, + "万": 31535, + "진": 31536, + "জ": 31537, + "添": 31538, + "球": 31539, + "機": 31540, + "支": 31541, + "显": 31542, + "拉": 31543, + "ὑ": 31544, + "送": 31545, + "隊": 31546, + "ธ": 31547, + "处": 31548, + "師": 31549, + "⊂": 31550, + "像": 31551, + "়": 31552, + "黒": 31553, + "ց": 31554, + "": 31555, + "ủ": 31556, + "只": 31557, + "起": 31558, + "段": 31559, + "တ": 31560, + "區": 31561, + "選": 31562, + "천": 31563, + "業": 31564, + "算": 31565, + "广": 31566, + "រ": 31567, + "视": 31568, + "秋": 31569, + "因": 31570, + "년": 31571, + "ے": 31572, + "输": 31573, + "̱": 31574, + "Մ": 31575, + "∆": 31576, + "康": 31577, + "세": 31578, + "思": 31579, + "死": 31580, + "聖": 31581, + "민": 31582, + "-": 31583, + "头": 31584, + "ർ": 31585, + "∉": 31586, + "車": 31587, + "┃": 31588, + "▇": 31589, + "按": 31590, + "⍵": 31591, + "夢": 31592, + "汉": 31593, + "从": 31594, + "ী": 31595, + "题": 31596, + "ˆ": 31597, + "ἡ": 31598, + "展": 31599, + "省": 31600, + "ུ": 31601, + "葉": 31602, + "호": 31603, + "ਰ": 31604, + "素": 31605, + "関": 31606, + "그": 31607, + ";": 31608, + "න": 31609, + "页": 31610, + "共": 31611, + "宿": 31612, + "态": 31613, + "ན": 31614, + "技": 31615, + "乐": 31616, + "控": 31617, + "移": 31618, + "影": 31619, + "ụ": 31620, + "ゆ": 31621, + "ご": 31622, + "್": 31623, + "管": 31624, + "ൾ": 31625, + "╣": 31626, + "戸": 31627, + "⇔": 31628, + "函": 31629, + "ẓ": 31630, + "尾": 31631, + "场": 31632, + "介": 31633, + "": 31634, + "育": 31635, + "ර": 31636, + "泉": 31637, + "ൽ": 31638, + "说": 31639, + "换": 31640, + "必": 31641, + "紀": 31642, + "མ": 31643, + "ེ": 31644, + "ợ": 31645, + "ൻ": 31646, + "宝": 31647, + "気": 31648, + "门": 31649, + "令": 31650, + "左": 31651, + "漢": 31652, + "若": 31653, + "屋": 31654, + "局": 31655, + "打": 31656, + "発": 31657, + "问": 31658, + "恋": 31659, + "兵": 31660, + "別": 31661, + "ા": 31662, + "Ս": 31663, + "߬": 31664, + "গ": 31665, + "并": 31666, + "ख": 31667, + "ή": 31668, + "节": 31669, + "ʑ": 31670, + "ץ": 31671, + "Ḫ": 31672, + "ℂ": 31673, + "引": 31674, + "统": 31675, + "智": 31676, + "̩": 31677, + "ै": 31678, + "电": 31679, + "현": 31680, + "✅": 31681, + "赤": 31682, + "断": 31683, + "ね": 31684, + "称": 31685, + "শ": 31686, + "身": 31687, + "首": 31688, + "付": 31689, + "⅓": 31690, + "ਸ": 31691, + "連": 31692, + "ზ": 31693, + "官": 31694, + "持": 31695, + "奈": 31696, + "御": 31697, + "親": 31698, + "군": 31699, + "库": 31700, + "秀": 31701, + "址": 31702, + "守": 31703, + "活": 31704, + "ལ": 31705, + "ふ": 31706, + "藏": 31707, + "ស": 31708, + "竹": 31709, + "草": 31710, + "結": 31711, + "ා": 31712, + "昌": 31713, + "樹": 31714, + "ள": 31715, + "무": 31716, + "হ": 31717, + "ゼ": 31718, + "̈": 31719, + "շ": 31720, + "勝": 31721, + "足": 31722, + "ရ": 31723, + "위": 31724, + "į": 31725, + "Ἰ": 31726, + "航": 31727, + "陳": 31728, + "业": 31729, + "富": 31730, + "雪": 31731, + "आ": 31732, + "再": 31733, + "안": 31734, + "默": 31735, + "박": 31736, + "용": 31737, + "✿": 31738, + "楽": 31739, + "沢": 31740, + "羅": 31741, + "Ė": 31742, + "ʎ": 31743, + "忠": 31744, + "错": 31745, + "단": 31746, + "면": 31747, + "ķ": 31748, + "桥": 31749, + "雲": 31750, + "该": 31751, + "ṯ": 31752, + "岩": 31753, + "남": 31754, + "ỹ": 31755, + "专": 31756, + "切": 31757, + "店": 31758, + "朱": 31759, + "ף": 31760, + "ず": 31761, + "幸": 31762, + "母": 31763, + "ɫ": 31764, + "々": 31765, + "∷": 31766, + "串": 31767, + "击": 31768, + "Ἐ": 31769, + "設": 31770, + "⊤": 31771, + "ₗ": 31772, + "經": 31773, + "강": 31774, + "ပ": 31775, + "।": 31776, + "ѐ": 31777, + "ᾶ": 31778, + "➖": 31779, + "座": 31780, + "씨": 31781, + "ぶ": 31782, + "Ţ": 31783, + "云": 31784, + "告": 31785, + "変": 31786, + "试": 31787, + "隆": 31788, + "개": 31789, + "պ": 31790, + "判": 31791, + "劉": 31792, + "˜": 31793, + "ˠ": 31794, + "编": 31795, + "ณ": 31796, + "ữ": 31797, + "达": 31798, + "Ě": 31799, + "ܝ": 31800, + "ြ": 31801, + "ḷ": 31802, + "右": 31803, + "들": 31804, + "ŝ": 31805, + "ӏ": 31806, + "్": 31807, + "എ": 31808, + "ற": 31809, + "复": 31810, + "看": 31811, + "話": 31812, + "坂": 31813, + "尔": 31814, + "衛": 31815, + "զ": 31816, + "차": 31817, + "丸": 31818, + "样": 31819, + "鬼": 31820, + "़": 31821, + "학": 31822, + "喜": 31823, + "斯": 31824, + "銀": 31825, + "만": 31826, + "Ξ": 31827, + "ც": 31828, + "群": 31829, + "近": 31830, + "塔": 31831, + "ϊ": 31832, + "ந": 31833, + "む": 31834, + "确": 31835, + "索": 31836, + "∇": 31837, + "非": 31838, + "望": 31839, + "❯": 31840, + "希": 31841, + "ỳ": 31842, + "甲": 31843, + "越": 31844, + "鳥": 31845, + "麻": 31846, + "雅": 31847, + "拳": 31848, + "ក": 31849, + "溪": 31850, + "测": 31851, + "话": 31852, + "池": 31853, + "菜": 31854, + "食": 31855, + "터": 31856, + "ਿ": 31857, + "渡": 31858, + "速": 31859, + "ھ": 31860, + "ರ": 31861, + "陈": 31862, + "健": 31863, + "ো": 31864, + "ක": 31865, + "ὺ": 31866, + "军": 31867, + "庄": 31868, + "红": 31869, + "Ħ": 31870, + "論": 31871, + "Ÿ": 31872, + "Έ": 31873, + "ự": 31874, + "孝": 31875, + "頭": 31876, + "飛": 31877, + "˚": 31878, + "▓": 31879, + "ً": 31880, + "‭": 31881, + "么": 31882, + "達": 31883, + "ѫ": 31884, + "巴": 31885, + "洞": 31886, + "貴": 31887, + "项": 31888, + "ദ": 31889, + "ɵ": 31890, + "̍": 31891, + "ҡ": 31892, + "种": 31893, + "运": 31894, + "식": 31895, + "ྱ": 31896, + "ḳ": 31897, + "彦": 31898, + "⥤": 31899, + "书": 31900, + "构": 31901, + "米": 31902, + "连": 31903, + "操": 31904, + "装": 31905, + "과": 31906, + "ぐ": 31907, + "反": 31908, + "̌": 31909, + "仮": 31910, + "员": 31911, + "昭": 31912, + "ശ": 31913, + "兴": 31914, + "客": 31915, + "删": 31916, + "ම": 31917, + "ව": 31918, + "პ": 31919, + "ċ": 31920, + "ഷ": 31921, + "သ": 31922, + "ᵉ": 31923, + "居": 31924, + "타": 31925, + "𝓝": 31926, + "थ": 31927, + "現": 31928, + "ˇ": 31929, + "종": 31930, + "助": 31931, + "唐": 31932, + "瀬": 31933, + "ន": 31934, + "微": 31935, + "1": 31936, + "Ġ": 31937, + "ほ": 31938, + "舞": 31939, + "내": 31940, + "중": 31941, + "Ē": 31942, + "导": 31943, + "效": 31944, + "방": 31945, + "ḏ": 31946, + "深": 31947, + "梅": 31948, + "料": 31949, + "월": 31950, + "每": 31951, + "洲": 31952, + "회": 31953, + "茶": 31954, + "败": 31955, + "ഞ": 31956, + "ể": 31957, + "ヨ": 31958, + "些": 31959, + "双": 31960, + "嘉": 31961, + "모": 31962, + "바": 31963, + "ษ": 31964, + "進": 31965, + "음": 31966, + "ญ": 31967, + "丁": 31968, + "故": 31969, + "計": 31970, + "遠": 31971, + "교": 31972, + "재": 31973, + "候": 31974, + "房": 31975, + "명": 31976, + "两": 31977, + "ფ": 31978, + "才": 31979, + "합": 31980, + "止": 31981, + "番": 31982, + "ɯ": 31983, + "奇": 31984, + "怪": 31985, + "联": 31986, + "역": 31987, + "泰": 31988, + "백": 31989, + "ὀ": 31990, + "げ": 31991, + "べ": 31992, + "边": 31993, + "还": 31994, + "黃": 31995, + "왕": 31996, + "收": 31997, + "弘": 31998, + "给": 31999 + }, + "merges": [ + [ + "▁", + "t" + ], + [ + "e", + "r" + ], + [ + "i", + "n" + ], + [ + "▁", + "a" + ], + [ + "e", + "n" + ], + [ + "o", + "n" + ], + [ + "▁t", + "h" + ], + [ + "▁", + "th" + ], + [ + "e", + "s" + ], + [ + "▁", + "s" + ], + [ + "▁", + "d" + ], + [ + "a", + "t" + ], + [ + "o", + "r" + ], + [ + "a", + "n" + ], + [ + "▁", + "c" + ], + [ + "i", + "s" + ], + [ + "r", + "e" + ], + [ + "i", + "t" + ], + [ + "▁th", + "e" + ], + [ + "▁t", + "he" + ], + [ + "▁", + "the" + ], + [ + "a", + "r" + ], + [ + "l", + "e" + ], + [ + "▁", + "w" + ], + [ + "▁", + "p" + ], + [ + "o", + "u" + ], + [ + "a", + "l" + ], + [ + "▁", + "f" + ], + [ + "▁", + "m" + ], + [ + "e", + "d" + ], + [ + "▁", + "o" + ], + [ + "▁", + "b" + ], + [ + "o", + "m" + ], + [ + "io", + "n" + ], + [ + "i", + "on" + ], + [ + "in", + "g" + ], + [ + "i", + "ng" + ], + [ + "i", + "c" + ], + [ + "a", + "s" + ], + [ + "e", + "l" + ], + [ + "en", + "t" + ], + [ + "e", + "nt" + ], + [ + "▁i", + "n" + ], + [ + "▁", + "in" + ], + [ + "▁", + "h" + ], + [ + "n", + "d" + ], + [ + "e", + "t" + ], + [ + "▁", + "l" + ], + [ + "▁", + "n" + ], + [ + "s", + "t" + ], + [ + "▁t", + "o" + ], + [ + "▁", + "to" + ], + [ + "c", + "h" + ], + [ + "▁", + "I" + ], + [ + "r", + "o" + ], + [ + "i", + "l" + ], + [ + "▁o", + "f" + ], + [ + "▁", + "of" + ], + [ + "d", + "e" + ], + [ + "c", + "t" + ], + [ + "▁", + "(" + ], + [ + "a", + "m" + ], + [ + "▁", + "C" + ], + [ + "▁d", + "e" + ], + [ + "▁", + "de" + ], + [ + "▁", + "S" + ], + [ + "▁", + "u" + ], + [ + "▁", + "A" + ], + [ + "▁", + "\\" + ], + [ + "▁", + "e" + ], + [ + "▁an", + "d" + ], + [ + "▁a", + "nd" + ], + [ + "▁", + "and" + ], + [ + "▁", + "T" + ], + [ + "o", + "l" + ], + [ + "▁", + "v" + ], + [ + "i", + "m" + ], + [ + "o", + "t" + ], + [ + "a", + "d" + ], + [ + "u", + "t" + ], + [ + "▁", + "g" + ], + [ + "e", + "m" + ], + [ + "u", + "r" + ], + [ + "i", + "d" + ], + [ + "▁", + "*" + ], + [ + "i", + "g" + ], + [ + "r", + "a" + ], + [ + "▁r", + "e" + ], + [ + "▁", + "re" + ], + [ + "▁i", + "s" + ], + [ + "▁", + "is" + ], + [ + "q", + "u" + ], + [ + "o", + "w" + ], + [ + "▁", + "M" + ], + [ + "es", + "t" + ], + [ + "e", + "st" + ], + [ + "▁", + "y" + ], + [ + "s", + "e" + ], + [ + "v", + "e" + ], + [ + "c", + "e" + ], + [ + "i", + "e" + ], + [ + "u", + "n" + ], + [ + "▁", + "P" + ], + [ + "▁", + "B" + ], + [ + "a", + "g" + ], + [ + "u", + "l" + ], + [ + "▁", + "=" + ], + [ + "h", + "e" + ], + [ + "en", + "d" + ], + [ + "e", + "nd" + ], + [ + "od", + "e" + ], + [ + "o", + "de" + ], + [ + "te", + "r" + ], + [ + "t", + "er" + ], + [ + "men", + "t" + ], + [ + "me", + "nt" + ], + [ + "m", + "ent" + ], + [ + "o", + "s" + ], + [ + "▁", + "D" + ], + [ + "i", + "f" + ], + [ + "atio", + "n" + ], + [ + "ati", + "on" + ], + [ + "at", + "ion" + ], + [ + "a", + "tion" + ], + [ + "▁fo", + "r" + ], + [ + "▁f", + "or" + ], + [ + "▁", + "for" + ], + [ + "▁", + "r" + ], + [ + "▁", + "L" + ], + [ + "▁yo", + "u" + ], + [ + "▁y", + "ou" + ], + [ + "▁", + "you" + ], + [ + "▁b", + "e" + ], + [ + "▁", + "be" + ], + [ + "l", + "y" + ], + [ + "ve", + "r" + ], + [ + "v", + "er" + ], + [ + "a", + "b" + ], + [ + "t", + "e" + ], + [ + "▁i", + "t" + ], + [ + "▁", + "it" + ], + [ + "▁o", + "n" + ], + [ + "▁", + "on" + ], + [ + "r", + "i" + ], + [ + "u", + "s" + ], + [ + "▁", + "\"" + ], + [ + "▁w", + "h" + ], + [ + "▁", + "wh" + ], + [ + "▁co", + "n" + ], + [ + "▁c", + "on" + ], + [ + "▁", + "con" + ], + [ + "▁", + "H" + ], + [ + "▁s", + "t" + ], + [ + "▁", + "st" + ], + [ + "i", + "r" + ], + [ + "▁", + "E" + ], + [ + "▁", + "F" + ], + [ + "c", + "k" + ], + [ + "▁a", + "n" + ], + [ + "▁", + "an" + ], + [ + "t", + "h" + ], + [ + "e", + "g" + ], + [ + "a", + "y" + ], + [ + "it", + "h" + ], + [ + "i", + "th" + ], + [ + "▁", + "R" + ], + [ + "is", + "t" + ], + [ + "i", + "st" + ], + [ + "an", + "d" + ], + [ + "a", + "nd" + ], + [ + "▁th", + "at" + ], + [ + "▁t", + "hat" + ], + [ + "▁", + "that" + ], + [ + "▁a", + "l" + ], + [ + "▁", + "al" + ], + [ + "▁", + "$" + ], + [ + "▁", + "#" + ], + [ + "o", + "d" + ], + [ + "u", + "m" + ], + [ + "▁", + "W" + ], + [ + "h", + "t" + ], + [ + "cod", + "e" + ], + [ + "co", + "de" + ], + [ + "c", + "ode" + ], + [ + "▁", + "G" + ], + [ + "at", + "e" + ], + [ + "a", + "te" + ], + [ + "es", + "s" + ], + [ + "e", + "ss" + ], + [ + "▁", + "N" + ], + [ + "er", + "e" + ], + [ + "e", + "re" + ], + [ + "p", + "p" + ], + [ + "▁a", + "s" + ], + [ + "▁", + "as" + ], + [ + "▁s", + "e" + ], + [ + "▁", + "se" + ], + [ + "▁pr", + "o" + ], + [ + "▁p", + "ro" + ], + [ + "▁", + "pro" + ], + [ + "▁wit", + "h" + ], + [ + "▁w", + "ith" + ], + [ + "▁", + "with" + ], + [ + "p", + "e" + ], + [ + "▁", + "k" + ], + [ + "er", + "s" + ], + [ + "e", + "rs" + ], + [ + "p", + "t" + ], + [ + ")", + ";" + ], + [ + "l", + "o" + ], + [ + "▁co", + "m" + ], + [ + "▁c", + "om" + ], + [ + "▁", + "com" + ], + [ + "am", + "e" + ], + [ + "a", + "me" + ], + [ + "▁", + "`" + ], + [ + "▁Co", + "m" + ], + [ + "▁C", + "om" + ], + [ + "▁", + "Com" + ], + [ + "i", + "a" + ], + [ + "an", + "t" + ], + [ + "a", + "nt" + ], + [ + "▁l", + "a" + ], + [ + "▁", + "la" + ], + [ + "▁", + "{" + ], + [ + "▁e", + "n" + ], + [ + "▁", + "en" + ], + [ + "ct", + "ion" + ], + [ + "c", + "tion" + ], + [ + "▁e", + "x" + ], + [ + "▁", + "ex" + ], + [ + "l", + "d" + ], + [ + "u", + "b" + ], + [ + "▁", + "j" + ], + [ + "l", + "a" + ], + [ + "u", + "e" + ], + [ + "▁", + "J" + ], + [ + "ic", + "h" + ], + [ + "i", + "ch" + ], + [ + "▁d", + "o" + ], + [ + "▁", + "do" + ], + [ + "▁", + "O" + ], + [ + "▁q", + "u" + ], + [ + "▁", + "qu" + ], + [ + "i", + "v" + ], + [ + "or", + "t" + ], + [ + "o", + "rt" + ], + [ + "ar", + "t" + ], + [ + "a", + "rt" + ], + [ + "▁u", + "n" + ], + [ + "▁", + "un" + ], + [ + "▁#", + "#" + ], + [ + "▁", + "##" + ], + [ + "▁th", + "is" + ], + [ + "▁t", + "his" + ], + [ + "▁", + "this" + ], + [ + "k", + "e" + ], + [ + "▁h", + "a" + ], + [ + "▁", + "ha" + ], + [ + "▁", + "-" + ], + [ + "ou", + "t" + ], + [ + "o", + "ut" + ], + [ + "▁Th", + "e" + ], + [ + "▁T", + "he" + ], + [ + "▁", + "The" + ], + [ + "▁no", + "t" + ], + [ + "▁n", + "ot" + ], + [ + "▁", + "not" + ], + [ + "▁n", + "e" + ], + [ + "▁", + "ne" + ], + [ + "il", + "l" + ], + [ + "i", + "ll" + ], + [ + "▁l", + "e" + ], + [ + "▁", + "le" + ], + [ + "c", + "i" + ], + [ + "ro", + "m" + ], + [ + "r", + "om" + ], + [ + "in", + "e" + ], + [ + "i", + "ne" + ], + [ + "/", + "/" + ], + [ + "o", + "p" + ], + [ + "eg", + "in" + ], + [ + "e", + "gin" + ], + [ + "▁Comm", + "ent" + ], + [ + "▁Com", + "ment" + ], + [ + "▁", + "Comment" + ], + [ + "beg", + "in" + ], + [ + "be", + "gin" + ], + [ + "b", + "egin" + ], + [ + "с", + "т" + ], + [ + "as", + "s" + ], + [ + "a", + "ss" + ], + [ + "i", + "z" + ], + [ + ")", + "." + ], + [ + "o", + "g" + ], + [ + "▁", + "п" + ], + [ + "▁o", + "r" + ], + [ + "▁", + "or" + ], + [ + "▁wa", + "s" + ], + [ + "▁w", + "as" + ], + [ + "▁", + "was" + ], + [ + "▁a", + "t" + ], + [ + "▁", + "at" + ], + [ + "ou", + "r" + ], + [ + "o", + "ur" + ], + [ + "▁", + "i" + ], + [ + "ai", + "n" + ], + [ + "a", + "in" + ], + [ + "▁", + "K" + ], + [ + "н", + "а" + ], + [ + "▁", + "V" + ], + [ + "g", + "e" + ], + [ + "▁s", + "u" + ], + [ + "▁", + "su" + ], + [ + "a", + "p" + ], + [ + "ag", + "e" + ], + [ + "a", + "ge" + ], + [ + "oul", + "d" + ], + [ + "ou", + "ld" + ], + [ + "o", + "uld" + ], + [ + "n", + "e" + ], + [ + "a", + "v" + ], + [ + "x", + "t" + ], + [ + "or", + "e" + ], + [ + "o", + "re" + ], + [ + "il", + "e" + ], + [ + "i", + "le" + ], + [ + "-", + "-" + ], + [ + "▁", + "в" + ], + [ + "▁b", + "y" + ], + [ + "▁", + "by" + ], + [ + "l", + "i" + ], + [ + "at", + "h" + ], + [ + "a", + "th" + ], + [ + "р", + "а" + ], + [ + "be", + "r" + ], + [ + "b", + "er" + ], + [ + "ac", + "h" + ], + [ + "a", + "ch" + ], + [ + "al", + "l" + ], + [ + "a", + "ll" + ], + [ + "▁T", + "h" + ], + [ + "▁", + "Th" + ], + [ + "ul", + "t" + ], + [ + "u", + "lt" + ], + [ + "▁", + "}" + ], + [ + "▁", + "U" + ], + [ + "▁u", + "s" + ], + [ + "▁", + "us" + ], + [ + "▁", + "z" + ], + [ + "us", + "t" + ], + [ + "u", + "st" + ], + [ + "▁hav", + "e" + ], + [ + "▁ha", + "ve" + ], + [ + "▁h", + "ave" + ], + [ + "▁", + "have" + ], + [ + "li", + "c" + ], + [ + "l", + "ic" + ], + [ + "н", + "и" + ], + [ + "▁ca", + "n" + ], + [ + "▁c", + "an" + ], + [ + "▁", + "can" + ], + [ + "t", + "r" + ], + [ + "co", + "m" + ], + [ + "c", + "om" + ], + [ + ")", + "," + ], + [ + "▁I", + "n" + ], + [ + "▁", + "In" + ], + [ + "in", + "d" + ], + [ + "i", + "nd" + ], + [ + "el", + "l" + ], + [ + "e", + "ll" + ], + [ + "▁fro", + "m" + ], + [ + "▁fr", + "om" + ], + [ + "▁f", + "rom" + ], + [ + "▁", + "from" + ], + [ + "о", + "в" + ], + [ + "t", + "o" + ], + [ + "▁", + "[" + ], + [ + "abl", + "e" + ], + [ + "ab", + "le" + ], + [ + "a", + "ble" + ], + [ + "os", + "t" + ], + [ + "o", + "st" + ], + [ + "▁c", + "h" + ], + [ + "▁", + "ch" + ], + [ + "ec", + "t" + ], + [ + "e", + "ct" + ], + [ + "igh", + "t" + ], + [ + "ig", + "ht" + ], + [ + "in", + "t" + ], + [ + "i", + "nt" + ], + [ + "▁", + "'" + ], + [ + "▁ar", + "e" + ], + [ + "▁a", + "re" + ], + [ + "▁", + "are" + ], + [ + "▁i", + "m" + ], + [ + "▁", + "im" + ], + [ + "▁s", + "h" + ], + [ + "▁", + "sh" + ], + [ + "▁", + "<" + ], + [ + "▁A", + "n" + ], + [ + "▁", + "An" + ], + [ + "▁", + "с" + ], + [ + "at", + "a" + ], + [ + "a", + "ta" + ], + [ + "ir", + "e" + ], + [ + "i", + "re" + ], + [ + "▁t", + "r" + ], + [ + "▁", + "tr" + ], + [ + "co", + "n" + ], + [ + "c", + "on" + ], + [ + "or", + "d" + ], + [ + "o", + "rd" + ], + [ + "it", + "y" + ], + [ + "i", + "ty" + ], + [ + "ar", + "d" + ], + [ + "a", + "rd" + ], + [ + "▁h", + "e" + ], + [ + "▁", + "he" + ], + [ + "▁bu", + "t" + ], + [ + "▁b", + "ut" + ], + [ + "▁", + "but" + ], + [ + "o", + "c" + ], + [ + "=", + "\"" + ], + [ + "▁p", + "r" + ], + [ + "▁", + "pr" + ], + [ + "ur", + "e" + ], + [ + "u", + "re" + ], + [ + "pe", + "r" + ], + [ + "p", + "er" + ], + [ + "ac", + "k" + ], + [ + "a", + "ck" + ], + [ + "or", + "k" + ], + [ + "on", + "g" + ], + [ + "o", + "ng" + ], + [ + "an", + "s" + ], + [ + "a", + "ns" + ], + [ + "к", + "о" + ], + [ + "pl", + "e" + ], + [ + "p", + "le" + ], + [ + "▁de", + "s" + ], + [ + "▁d", + "es" + ], + [ + "▁", + "des" + ], + [ + "o", + "k" + ], + [ + "or", + "m" + ], + [ + "o", + "rm" + ], + [ + "we", + "r" + ], + [ + "w", + "er" + ], + [ + "a", + "k" + ], + [ + "p", + "r" + ], + [ + "as", + "e" + ], + [ + "a", + "se" + ], + [ + "▁e", + "l" + ], + [ + "▁", + "el" + ], + [ + "p", + "h" + ], + [ + "a", + "c" + ], + [ + "▁un", + "d" + ], + [ + "▁u", + "nd" + ], + [ + "▁", + "und" + ], + [ + "▁a", + "r" + ], + [ + "▁", + "ar" + ], + [ + "▁i", + "f" + ], + [ + "▁", + "if" + ], + [ + "u", + "d" + ], + [ + "p", + "s" + ], + [ + "it", + "e" + ], + [ + "i", + "te" + ], + [ + "bl", + "e" + ], + [ + "b", + "le" + ], + [ + "н", + "о" + ], + [ + "fe", + "r" + ], + [ + "f", + "er" + ], + [ + "p", + "l" + ], + [ + "iv", + "e" + ], + [ + "i", + "ve" + ], + [ + "an", + "g" + ], + [ + "a", + "ng" + ], + [ + "en", + "s" + ], + [ + "e", + "ns" + ], + [ + "р", + "о" + ], + [ + "▁s", + "o" + ], + [ + "▁", + "so" + ], + [ + "s", + "o" + ], + [ + "as", + "t" + ], + [ + "a", + "st" + ], + [ + "(", + ")" + ], + [ + "sw", + "er" + ], + [ + "s", + "wer" + ], + [ + "r", + "u" + ], + [ + "ie", + "s" + ], + [ + "i", + "es" + ], + [ + "▁", + ":" + ], + [ + "a", + "u" + ], + [ + "o", + "v" + ], + [ + "р", + "е" + ], + [ + "г", + "о" + ], + [ + "▁de", + "r" + ], + [ + "▁d", + "er" + ], + [ + "▁", + "der" + ], + [ + "▁m", + "y" + ], + [ + "▁", + "my" + ], + [ + "▁w", + "e" + ], + [ + "▁", + "we" + ], + [ + "▁m", + "e" + ], + [ + "▁", + "me" + ], + [ + "n", + "t" + ], + [ + "▁a", + "d" + ], + [ + "▁", + "ad" + ], + [ + "ur", + "n" + ], + [ + "u", + "rn" + ], + [ + "▁you", + "r" + ], + [ + "▁yo", + "ur" + ], + [ + "▁y", + "our" + ], + [ + "▁", + "your" + ], + [ + ":/", + "/" + ], + [ + ":", + "//" + ], + [ + "ar", + "e" + ], + [ + "a", + "re" + ], + [ + "▁al", + "l" + ], + [ + "▁a", + "ll" + ], + [ + "▁", + "all" + ], + [ + "f", + "f" + ], + [ + "i", + "o" + ], + [ + "esti", + "on" + ], + [ + "est", + "ion" + ], + [ + "es", + "tion" + ], + [ + "im", + "e" + ], + [ + "i", + "me" + ], + [ + "▁e", + "r" + ], + [ + "▁", + "er" + ], + [ + "las", + "s" + ], + [ + "la", + "ss" + ], + [ + "l", + "ass" + ], + [ + "▁", + "и" + ], + [ + "▁wh", + "ich" + ], + [ + "▁", + "which" + ], + [ + "om", + "e" + ], + [ + "o", + "me" + ], + [ + "on", + "t" + ], + [ + "o", + "nt" + ], + [ + "▁pa", + "r" + ], + [ + "▁p", + "ar" + ], + [ + "▁", + "par" + ], + [ + "▁m", + "a" + ], + [ + "▁", + "ma" + ], + [ + "▁", + "Y" + ], + [ + "\"", + "," + ], + [ + "▁", + "о" + ], + [ + "f", + "t" + ], + [ + "ia", + "l" + ], + [ + "i", + "al" + ], + [ + "c", + "c" + ], + [ + "oun", + "d" + ], + [ + "ou", + "nd" + ], + [ + "o", + "und" + ], + [ + "▁l", + "i" + ], + [ + "▁", + "li" + ], + [ + "▁re", + "s" + ], + [ + "▁r", + "es" + ], + [ + "▁", + "res" + ], + [ + "et", + "h" + ], + [ + "e", + "th" + ], + [ + "je", + "ct" + ], + [ + "j", + "ect" + ], + [ + "▁ap", + "p" + ], + [ + "▁a", + "pp" + ], + [ + "▁", + "app" + ], + [ + "▁S", + "t" + ], + [ + "▁", + "St" + ], + [ + "ic", + "e" + ], + [ + "i", + "ce" + ], + [ + "▁a", + "m" + ], + [ + "▁", + "am" + ], + [ + "ac", + "t" + ], + [ + "a", + "ct" + ], + [ + "▁de", + "l" + ], + [ + "▁d", + "el" + ], + [ + "▁", + "del" + ], + [ + "g", + "r" + ], + [ + "ate", + "d" + ], + [ + "at", + "ed" + ], + [ + "a", + "ted" + ], + [ + "ie", + "r" + ], + [ + "i", + "er" + ], + [ + "▁a", + "b" + ], + [ + "▁", + "ab" + ], + [ + "▁e", + "t" + ], + [ + "▁", + "et" + ], + [ + "all", + "y" + ], + [ + "al", + "ly" + ], + [ + ".", + "." + ], + [ + "por", + "t" + ], + [ + "po", + "rt" + ], + [ + "p", + "ort" + ], + [ + "i", + "k" + ], + [ + "▁pe", + "r" + ], + [ + "▁p", + "er" + ], + [ + "▁", + "per" + ], + [ + "▁con", + "t" + ], + [ + "▁co", + "nt" + ], + [ + "▁c", + "ont" + ], + [ + "▁", + "cont" + ], + [ + "р", + "и" + ], + [ + "к", + "а" + ], + [ + "se", + "r" + ], + [ + "s", + "er" + ], + [ + "л", + "и" + ], + [ + "l", + "l" + ], + [ + "ie", + "w" + ], + [ + "i", + "ew" + ], + [ + "ig", + "n" + ], + [ + "i", + "gn" + ], + [ + "_", + "{" + ], + [ + "pu", + "t" + ], + [ + "p", + "ut" + ], + [ + "on", + "e" + ], + [ + "o", + "ne" + ], + [ + "unct", + "ion" + ], + [ + "unc", + "tion" + ], + [ + "un", + "ction" + ], + [ + "▁d", + "i" + ], + [ + "▁", + "di" + ], + [ + "ar", + "y" + ], + [ + "a", + "ry" + ], + [ + "iti", + "on" + ], + [ + "it", + "ion" + ], + [ + "i", + "tion" + ], + [ + "m", + "a" + ], + [ + "е", + "н" + ], + [ + "ge", + "t" + ], + [ + "g", + "et" + ], + [ + "▁l", + "o" + ], + [ + "▁", + "lo" + ], + [ + "▁va", + "l" + ], + [ + "▁v", + "al" + ], + [ + "▁", + "val" + ], + [ + "▁", + "Q" + ], + [ + "ra", + "n" + ], + [ + "r", + "an" + ], + [ + "▁", + "д" + ], + [ + "enc", + "e" + ], + [ + "en", + "ce" + ], + [ + "▁wor", + "k" + ], + [ + "▁w", + "ork" + ], + [ + "▁", + "work" + ], + [ + "▁н", + "а" + ], + [ + "▁", + "на" + ], + [ + "i", + "p" + ], + [ + "ite", + "m" + ], + [ + "it", + "em" + ], + [ + "i", + "tem" + ], + [ + "yp", + "e" + ], + [ + "y", + "pe" + ], + [ + "▁", + "&" + ], + [ + "▁hi", + "s" + ], + [ + "▁h", + "is" + ], + [ + "▁", + "his" + ], + [ + "▁us", + "e" + ], + [ + "▁u", + "se" + ], + [ + "▁", + "use" + ], + [ + "de", + "r" + ], + [ + "d", + "er" + ], + [ + "▁Ans", + "wer" + ], + [ + "▁An", + "swer" + ], + [ + "▁", + "Answer" + ], + [ + "▁wil", + "l" + ], + [ + "▁w", + "ill" + ], + [ + "▁", + "will" + ], + [ + "iz", + "e" + ], + [ + "i", + "ze" + ], + [ + "т", + "а" + ], + [ + "lo", + "w" + ], + [ + "l", + "ow" + ], + [ + "▁C", + "h" + ], + [ + "▁", + "Ch" + ], + [ + "▁ge", + "t" + ], + [ + "▁g", + "et" + ], + [ + "▁", + "get" + ], + [ + "id", + "e" + ], + [ + "i", + "de" + ], + [ + "ou", + "s" + ], + [ + "o", + "us" + ], + [ + "in", + "k" + ], + [ + "pt", + "ion" + ], + [ + "p", + "tion" + ], + [ + "л", + "а" + ], + [ + "tu", + "rn" + ], + [ + "t", + "urn" + ], + [ + "un", + "g" + ], + [ + "u", + "ng" + ], + [ + "e", + "c" + ], + [ + "u", + "g" + ], + [ + "for", + "m" + ], + [ + "fo", + "rm" + ], + [ + "f", + "orm" + ], + [ + "re", + "s" + ], + [ + "r", + "es" + ], + [ + "ht", + "t" + ], + [ + "h", + "tt" + ], + [ + "ou", + "g" + ], + [ + "o", + "ug" + ], + [ + "л", + "ь" + ], + [ + "▁n", + "o" + ], + [ + "▁", + "no" + ], + [ + "c", + "l" + ], + [ + "▁r", + "o" + ], + [ + "▁", + "ro" + ], + [ + "▁on", + "e" + ], + [ + "▁o", + "ne" + ], + [ + "▁", + "one" + ], + [ + "t", + "t" + ], + [ + "cr", + "i" + ], + [ + "c", + "ri" + ], + [ + "d", + "u" + ], + [ + "▁u", + "p" + ], + [ + "▁", + "up" + ], + [ + "т", + "о" + ], + [ + "(", + "\"" + ], + [ + "▁o", + "b" + ], + [ + "▁", + "ob" + ], + [ + "w", + "e" + ], + [ + "or", + "y" + ], + [ + "o", + "ry" + ], + [ + "▁es", + "t" + ], + [ + "▁e", + "st" + ], + [ + "▁", + "est" + ], + [ + "er", + "y" + ], + [ + "e", + "ry" + ], + [ + "ie", + "l" + ], + [ + "i", + "el" + ], + [ + "st", + "r" + ], + [ + "s", + "tr" + ], + [ + "o", + "b" + ], + [ + "▁qu", + "e" + ], + [ + "▁q", + "ue" + ], + [ + "▁", + "que" + ], + [ + "ia", + "n" + ], + [ + "i", + "an" + ], + [ + "▁ou", + "t" + ], + [ + "▁o", + "ut" + ], + [ + "▁", + "out" + ], + [ + "▁p", + "l" + ], + [ + "▁", + "pl" + ], + [ + "▁ne", + "w" + ], + [ + "▁n", + "ew" + ], + [ + "▁", + "new" + ], + [ + "к", + "и" + ], + [ + "▁", + "+" + ], + [ + "r", + "y" + ], + [ + "ot", + "h" + ], + [ + "o", + "th" + ], + [ + "the", + "r" + ], + [ + "th", + "er" + ], + [ + "t", + "her" + ], + [ + "▁va", + "r" + ], + [ + "▁v", + "ar" + ], + [ + "▁", + "var" + ], + [ + "▁wo", + "uld" + ], + [ + "▁w", + "ould" + ], + [ + "▁se", + "r" + ], + [ + "▁s", + "er" + ], + [ + "▁", + "ser" + ], + [ + "ter", + "n" + ], + [ + "te", + "rn" + ], + [ + "t", + "ern" + ], + [ + "tex", + "t" + ], + [ + "te", + "xt" + ], + [ + "t", + "ext" + ], + [ + "▁ther", + "e" + ], + [ + "▁the", + "re" + ], + [ + "▁th", + "ere" + ], + [ + "▁t", + "here" + ], + [ + "▁", + "there" + ], + [ + "is", + "h" + ], + [ + "i", + "sh" + ], + [ + "ro", + "r" + ], + [ + "r", + "or" + ], + [ + "т", + "е" + ], + [ + "▁se", + "t" + ], + [ + "▁s", + "et" + ], + [ + "▁", + "set" + ], + [ + "▁", + "@" + ], + [ + "▁п", + "о" + ], + [ + "▁", + "по" + ], + [ + "▁t", + "e" + ], + [ + "▁", + "te" + ], + [ + "e", + "x" + ], + [ + "▁ret", + "urn" + ], + [ + "▁re", + "turn" + ], + [ + "▁", + "return" + ], + [ + "ai", + "l" + ], + [ + "a", + "il" + ], + [ + "▁an", + "y" + ], + [ + "▁a", + "ny" + ], + [ + "▁", + "any" + ], + [ + "▁I", + "t" + ], + [ + "▁", + "It" + ], + [ + "▁func", + "tion" + ], + [ + "▁fun", + "ction" + ], + [ + "▁f", + "unction" + ], + [ + "▁", + "function" + ], + [ + "{", + "\\" + ], + [ + "'", + "," + ], + [ + "é", + "s" + ], + [ + "al", + "e" + ], + [ + "a", + "le" + ], + [ + "а", + "н" + ], + [ + "▁whe", + "n" + ], + [ + "▁wh", + "en" + ], + [ + "▁w", + "hen" + ], + [ + "▁", + "when" + ], + [ + "i", + "b" + ], + [ + "▁g", + "o" + ], + [ + "▁", + "go" + ], + [ + "anc", + "e" + ], + [ + "an", + "ce" + ], + [ + "▁ha", + "d" + ], + [ + "▁h", + "ad" + ], + [ + "▁", + "had" + ], + [ + "▁Q", + "u" + ], + [ + "▁", + "Qu" + ], + [ + "▁com", + "p" + ], + [ + "▁co", + "mp" + ], + [ + "▁c", + "omp" + ], + [ + "▁", + "comp" + ], + [ + "л", + "е" + ], + [ + "▁", + "з" + ], + [ + "mat", + "h" + ], + [ + "ma", + "th" + ], + [ + "m", + "ath" + ], + [ + "▁ha", + "s" + ], + [ + "▁h", + "as" + ], + [ + "▁", + "has" + ], + [ + "▁", + "м" + ], + [ + "▁pr", + "e" + ], + [ + "▁p", + "re" + ], + [ + "▁", + "pre" + ], + [ + "ene", + "r" + ], + [ + "en", + "er" + ], + [ + "e", + "ner" + ], + [ + "▁par", + "t" + ], + [ + "▁pa", + "rt" + ], + [ + "▁p", + "art" + ], + [ + "▁", + "part" + ], + [ + "el", + "f" + ], + [ + "▁di", + "e" + ], + [ + "▁d", + "ie" + ], + [ + "▁", + "die" + ], + [ + "▁lik", + "e" + ], + [ + "▁li", + "ke" + ], + [ + "▁l", + "ike" + ], + [ + "▁", + "like" + ], + [ + "ra", + "y" + ], + [ + "r", + "ay" + ], + [ + "irs", + "t" + ], + [ + "ir", + "st" + ], + [ + "▁di", + "s" + ], + [ + "▁d", + "is" + ], + [ + "▁", + "dis" + ], + [ + "▁ma", + "n" + ], + [ + "▁m", + "an" + ], + [ + "▁", + "man" + ], + [ + "ri", + "t" + ], + [ + "r", + "it" + ], + [ + "▁the", + "n" + ], + [ + "▁th", + "en" + ], + [ + "▁t", + "hen" + ], + [ + "▁", + "then" + ], + [ + "▁clas", + "s" + ], + [ + "▁cla", + "ss" + ], + [ + "▁cl", + "ass" + ], + [ + "▁c", + "lass" + ], + [ + "▁", + "class" + ], + [ + "pr", + "o" + ], + [ + "p", + "ro" + ], + [ + "▁p", + "o" + ], + [ + "▁", + "po" + ], + [ + "▁us", + "ing" + ], + [ + "▁u", + "sing" + ], + [ + "▁", + "using" + ], + [ + "e", + "b" + ], + [ + "▁cod", + "e" + ], + [ + "▁co", + "de" + ], + [ + "▁c", + "ode" + ], + [ + "▁", + "code" + ], + [ + "ow", + "n" + ], + [ + "o", + "wn" + ], + [ + "▁som", + "e" + ], + [ + "▁so", + "me" + ], + [ + "▁s", + "ome" + ], + [ + "▁", + "some" + ], + [ + "ce", + "s" + ], + [ + "c", + "es" + ], + [ + "▁$", + "\\" + ], + [ + "▁", + "$\\" + ], + [ + "е", + "р" + ], + [ + "le", + "ct" + ], + [ + "l", + "ect" + ], + [ + "▁a", + "u" + ], + [ + "▁", + "au" + ], + [ + "isc", + "h" + ], + [ + "is", + "ch" + ], + [ + "i", + "sch" + ], + [ + "▁co", + "l" + ], + [ + "▁c", + "ol" + ], + [ + "▁", + "col" + ], + [ + "▁", + "–" + ], + [ + "u", + "p" + ], + [ + "on", + "s" + ], + [ + "o", + "ns" + ], + [ + "▁ad", + "d" + ], + [ + "▁a", + "dd" + ], + [ + "▁", + "add" + ], + [ + "il", + "d" + ], + [ + "i", + "ld" + ], + [ + "is", + "s" + ], + [ + "i", + "ss" + ], + [ + "va", + "l" + ], + [ + "v", + "al" + ], + [ + "oun", + "t" + ], + [ + "ou", + "nt" + ], + [ + "o", + "unt" + ], + [ + "le", + "s" + ], + [ + "l", + "es" + ], + [ + "ven", + "t" + ], + [ + "ve", + "nt" + ], + [ + "v", + "ent" + ], + [ + "▁", + "Z" + ], + [ + "I", + "n" + ], + [ + "ro", + "w" + ], + [ + "r", + "ow" + ], + [ + "ea", + "r" + ], + [ + "e", + "ar" + ], + [ + "ation", + "s" + ], + [ + "atio", + "ns" + ], + [ + "ati", + "ons" + ], + [ + "at", + "ions" + ], + [ + "a", + "h" + ], + [ + "qu", + "e" + ], + [ + "q", + "ue" + ], + [ + "ub", + "lic" + ], + [ + "u", + "blic" + ], + [ + "an", + "k" + ], + [ + "▁s", + "p" + ], + [ + "▁", + "sp" + ], + [ + "▁W", + "h" + ], + [ + "▁", + "Wh" + ], + [ + "---", + "-" + ], + [ + "--", + "--" + ], + [ + "-", + "---" + ], + [ + "s", + "k" + ], + [ + "e", + "w" + ], + [ + "ag", + "s" + ], + [ + "a", + "gs" + ], + [ + "т", + "и" + ], + [ + "an", + "n" + ], + [ + "a", + "nn" + ], + [ + "▁", + "—" + ], + [ + "er", + "t" + ], + [ + "e", + "rt" + ], + [ + "ac", + "e" + ], + [ + "a", + "ce" + ], + [ + "sc", + "h" + ], + [ + "s", + "ch" + ], + [ + "▁ne", + "ed" + ], + [ + "▁n", + "eed" + ], + [ + "▁", + "need" + ], + [ + "▁", + "à" + ], + [ + "ie", + "n" + ], + [ + "i", + "en" + ], + [ + "oug", + "h" + ], + [ + "ou", + "gh" + ], + [ + "o", + "ugh" + ], + [ + "н", + "е" + ], + [ + "▁de", + "f" + ], + [ + "▁d", + "ef" + ], + [ + "▁", + "def" + ], + [ + "i", + "j" + ], + [ + "er", + "n" + ], + [ + "e", + "rn" + ], + [ + "▁wh", + "at" + ], + [ + "▁w", + "hat" + ], + [ + "▁", + "what" + ], + [ + "▁A", + "r" + ], + [ + "▁", + "Ar" + ], + [ + "w", + "o" + ], + [ + "m", + "l" + ], + [ + "<", + "/" + ], + [ + "▁R", + "e" + ], + [ + "▁", + "Re" + ], + [ + "▁e", + "s" + ], + [ + "▁", + "es" + ], + [ + "▁ins", + "t" + ], + [ + "▁in", + "st" + ], + [ + "▁", + "inst" + ], + [ + "b", + "o" + ], + [ + "a", + "z" + ], + [ + "▁##", + "#" + ], + [ + "▁#", + "##" + ], + [ + "▁", + "б" + ], + [ + "er", + "m" + ], + [ + "e", + "rm" + ], + [ + "▁A", + "l" + ], + [ + "▁", + "Al" + ], + [ + "le", + "d" + ], + [ + "l", + "ed" + ], + [ + "д", + "а" + ], + [ + "te", + "n" + ], + [ + "t", + "en" + ], + [ + "se", + "t" + ], + [ + "s", + "et" + ], + [ + "л", + "о" + ], + [ + "▁com", + "m" + ], + [ + "▁co", + "mm" + ], + [ + "▁c", + "omm" + ], + [ + "▁", + "comm" + ], + [ + "s", + "h" + ], + [ + "в", + "а" + ], + [ + "▁", + "/" + ], + [ + "▁dat", + "a" + ], + [ + "▁da", + "ta" + ], + [ + "▁d", + "ata" + ], + [ + "▁", + "data" + ], + [ + "▁/", + "/" + ], + [ + "▁", + "//" + ], + [ + "]", + "(" + ], + [ + "▁st", + "r" + ], + [ + "▁s", + "tr" + ], + [ + "▁", + "str" + ], + [ + "os", + "e" + ], + [ + "o", + "se" + ], + [ + "▁U", + "n" + ], + [ + "▁", + "Un" + ], + [ + "ve", + "n" + ], + [ + "v", + "en" + ], + [ + "S", + "t" + ], + [ + "..", + "." + ], + [ + ".", + ".." + ], + [ + "▁", + "С" + ], + [ + "ys", + "t" + ], + [ + "y", + "st" + ], + [ + "▁", + "«" + ], + [ + "ic", + "k" + ], + [ + "i", + "ck" + ], + [ + "i", + "x" + ], + [ + "pa", + "r" + ], + [ + "p", + "ar" + ], + [ + "▁", + "у" + ], + [ + "▁wa", + "nt" + ], + [ + "▁w", + "ant" + ], + [ + "n", + "g" + ], + [ + "ot", + "e" + ], + [ + "o", + "te" + ], + [ + "▁g", + "r" + ], + [ + "▁", + "gr" + ], + [ + "▁d", + "u" + ], + [ + "▁", + "du" + ], + [ + "▁", + "." + ], + [ + "un", + "d" + ], + [ + "u", + "nd" + ], + [ + "▁on", + "ly" + ], + [ + "▁", + "only" + ], + [ + "▁s", + "a" + ], + [ + "▁", + "sa" + ], + [ + "el", + "y" + ], + [ + "e", + "ly" + ], + [ + "ver", + "s" + ], + [ + "ve", + "rs" + ], + [ + "v", + "ers" + ], + [ + "▁en", + "t" + ], + [ + "▁e", + "nt" + ], + [ + "▁", + "ent" + ], + [ + ")", + ")" + ], + [ + "(", + "'" + ], + [ + "▁mo", + "d" + ], + [ + "▁m", + "od" + ], + [ + "▁", + "mod" + ], + [ + "av", + "a" + ], + [ + "a", + "va" + ], + [ + "to", + "n" + ], + [ + "t", + "on" + ], + [ + "▁sho", + "uld" + ], + [ + "▁sh", + "ould" + ], + [ + "▁", + "should" + ], + [ + "emen", + "t" + ], + [ + "eme", + "nt" + ], + [ + "em", + "ent" + ], + [ + "e", + "ment" + ], + [ + "▁for", + "m" + ], + [ + "▁fo", + "rm" + ], + [ + "▁f", + "orm" + ], + [ + "▁", + "form" + ], + [ + "▁als", + "o" + ], + [ + "▁al", + "so" + ], + [ + "▁", + "also" + ], + [ + "▁s", + "c" + ], + [ + "▁", + "sc" + ], + [ + "ing", + "s" + ], + [ + "in", + "gs" + ], + [ + "▁Y", + "ou" + ], + [ + "▁", + "You" + ], + [ + "ó", + "n" + ], + [ + "▁k", + "n" + ], + [ + "▁", + "kn" + ], + [ + "()", + ";" + ], + [ + "(", + ");" + ], + [ + "▁", + "|" + ], + [ + "▁wer", + "e" + ], + [ + "▁we", + "re" + ], + [ + "▁w", + "ere" + ], + [ + "s", + "s" + ], + [ + "▁Qu", + "estion" + ], + [ + "▁", + "Question" + ], + [ + "is", + "e" + ], + [ + "i", + "se" + ], + [ + "▁the", + "y" + ], + [ + "▁th", + "ey" + ], + [ + "▁", + "they" + ], + [ + "▁D", + "e" + ], + [ + "▁", + "De" + ], + [ + "on", + "d" + ], + [ + "o", + "nd" + ], + [ + "▁so", + "l" + ], + [ + "▁s", + "ol" + ], + [ + "▁", + "sol" + ], + [ + "▁fo", + "l" + ], + [ + "▁f", + "ol" + ], + [ + "▁", + "fol" + ], + [ + "▁mor", + "e" + ], + [ + "▁mo", + "re" + ], + [ + "▁m", + "ore" + ], + [ + "▁", + "more" + ], + [ + "▁he", + "r" + ], + [ + "▁h", + "er" + ], + [ + "▁", + "her" + ], + [ + "▁", + "_" + ], + [ + "▁", + "é" + ], + [ + "at", + "ch" + ], + [ + "fte", + "r" + ], + [ + "ft", + "er" + ], + [ + "f", + "ter" + ], + [ + "▁cr", + "e" + ], + [ + "▁c", + "re" + ], + [ + "▁", + "cre" + ], + [ + "loc", + "k" + ], + [ + "lo", + "ck" + ], + [ + "l", + "ock" + ], + [ + "tri", + "ng" + ], + [ + "tr", + "ing" + ], + [ + "t", + "ring" + ], + [ + "▁Th", + "is" + ], + [ + "▁T", + "his" + ], + [ + "▁", + "This" + ], + [ + "z", + "e" + ], + [ + "ad", + "o" + ], + [ + "a", + "do" + ], + [ + "ul", + "l" + ], + [ + "u", + "ll" + ], + [ + "ge", + "r" + ], + [ + "g", + "er" + ], + [ + "b", + "e" + ], + [ + "▁ot", + "her" + ], + [ + "▁o", + "ther" + ], + [ + "▁", + "other" + ], + [ + "▁Tag", + "s" + ], + [ + "▁Ta", + "gs" + ], + [ + "▁T", + "ags" + ], + [ + "▁", + "Tags" + ], + [ + "uti", + "on" + ], + [ + "ut", + "ion" + ], + [ + "u", + "tion" + ], + [ + "ic", + "t" + ], + [ + "i", + "ct" + ], + [ + "▁ho", + "w" + ], + [ + "▁h", + "ow" + ], + [ + "▁", + "how" + ], + [ + "▁", + "x" + ], + [ + "▁S", + "e" + ], + [ + "▁", + "Se" + ], + [ + "▁ch", + "e" + ], + [ + "▁c", + "he" + ], + [ + "▁", + "che" + ], + [ + "cri", + "pt" + ], + [ + "cr", + "ipt" + ], + [ + "▁ju", + "st" + ], + [ + "▁j", + "ust" + ], + [ + "▁", + "just" + ], + [ + "▁po", + "s" + ], + [ + "▁p", + "os" + ], + [ + "▁", + "pos" + ], + [ + "ang", + "e" + ], + [ + "an", + "ge" + ], + [ + "ifi", + "c" + ], + [ + "if", + "ic" + ], + [ + "i", + "fic" + ], + [ + "re", + "e" + ], + [ + "r", + "ee" + ], + [ + "}", + "}" + ], + [ + "▁tim", + "e" + ], + [ + "▁ti", + "me" + ], + [ + "▁t", + "ime" + ], + [ + "▁", + "time" + ], + [ + "ap", + "p" + ], + [ + "a", + "pp" + ], + [ + "н", + "ы" + ], + [ + "▁fil", + "e" + ], + [ + "▁fi", + "le" + ], + [ + "▁f", + "ile" + ], + [ + "▁", + "file" + ], + [ + "ar", + "k" + ], + [ + "ica", + "l" + ], + [ + "ic", + "al" + ], + [ + "i", + "cal" + ], + [ + "▁fir", + "st" + ], + [ + "▁f", + "irst" + ], + [ + "▁", + "first" + ], + [ + "▁in", + "t" + ], + [ + "▁i", + "nt" + ], + [ + "▁", + "int" + ], + [ + "▁", + "В" + ], + [ + "▁H", + "e" + ], + [ + "▁", + "He" + ], + [ + "t", + "a" + ], + [ + "umen", + "t" + ], + [ + "ume", + "nt" + ], + [ + "um", + "ent" + ], + [ + "u", + "ment" + ], + [ + "or", + "s" + ], + [ + "o", + "rs" + ], + [ + "lem", + "ent" + ], + [ + "le", + "ment" + ], + [ + "l", + "ement" + ], + [ + "ra", + "c" + ], + [ + "r", + "ac" + ], + [ + "▁a", + "g" + ], + [ + "▁", + "ag" + ], + [ + "▁do", + "es" + ], + [ + "▁", + "does" + ], + [ + "y", + "n" + ], + [ + "rea", + "d" + ], + [ + "re", + "ad" + ], + [ + "r", + "ead" + ], + [ + "ua", + "l" + ], + [ + "u", + "al" + ], + [ + "▁L", + "e" + ], + [ + "▁", + "Le" + ], + [ + "y", + "s" + ], + [ + "▁e", + "m" + ], + [ + "▁", + "em" + ], + [ + "▁nu", + "m" + ], + [ + "▁n", + "um" + ], + [ + "▁", + "num" + ], + [ + "ve", + "l" + ], + [ + "v", + "el" + ], + [ + "д", + "и" + ], + [ + "ove", + "r" + ], + [ + "ov", + "er" + ], + [ + "o", + "ver" + ], + [ + "▁di", + "f" + ], + [ + "▁d", + "if" + ], + [ + "eth", + "od" + ], + [ + "et", + "hod" + ], + [ + "▁I", + "f" + ], + [ + "▁", + "If" + ], + [ + "▁sp", + "e" + ], + [ + "▁s", + "pe" + ], + [ + "▁", + "spe" + ], + [ + "y", + "m" + ], + [ + "▁the", + "m" + ], + [ + "▁th", + "em" + ], + [ + "▁t", + "hem" + ], + [ + "▁int", + "o" + ], + [ + "▁in", + "to" + ], + [ + "▁", + "into" + ], + [ + "▁le", + "s" + ], + [ + "▁l", + "es" + ], + [ + "▁", + "les" + ], + [ + "▁it", + "s" + ], + [ + "▁i", + "ts" + ], + [ + "▁", + "its" + ], + [ + "es", + "e" + ], + [ + "e", + "se" + ], + [ + "iel", + "d" + ], + [ + "ie", + "ld" + ], + [ + "i", + "eld" + ], + [ + "▁publi", + "c" + ], + [ + "▁pub", + "lic" + ], + [ + "▁pu", + "blic" + ], + [ + "▁p", + "ublic" + ], + [ + "▁", + "public" + ], + [ + "▁", + "П" + ], + [ + "▁de", + "n" + ], + [ + "▁d", + "en" + ], + [ + "▁", + "den" + ], + [ + "yst", + "em" + ], + [ + "ys", + "tem" + ], + [ + "o", + "f" + ], + [ + "▁ov", + "er" + ], + [ + "▁o", + "ver" + ], + [ + "▁", + "over" + ], + [ + "-", + ">" + ], + [ + "▁fi", + "l" + ], + [ + "▁f", + "il" + ], + [ + "▁", + "fil" + ], + [ + "nam", + "e" + ], + [ + "na", + "me" + ], + [ + "n", + "ame" + ], + [ + "ina", + "l" + ], + [ + "in", + "al" + ], + [ + "i", + "nal" + ], + [ + "▁i", + "l" + ], + [ + "▁", + "il" + ], + [ + "amp", + "le" + ], + [ + "am", + "ple" + ], + [ + "▁wa", + "y" + ], + [ + "▁w", + "ay" + ], + [ + "▁", + "way" + ], + [ + "ic", + "a" + ], + [ + "i", + "ca" + ], + [ + "в", + "о" + ], + [ + "ces", + "s" + ], + [ + "ce", + "ss" + ], + [ + "c", + "ess" + ], + [ + "it", + "t" + ], + [ + "i", + "tt" + ], + [ + "uc", + "h" + ], + [ + "u", + "ch" + ], + [ + "▁whe", + "re" + ], + [ + "▁wh", + "ere" + ], + [ + "▁w", + "here" + ], + [ + "▁", + "where" + ], + [ + "м", + "и" + ], + [ + "or", + "g" + ], + [ + "o", + "rg" + ], + [ + "http", + "s" + ], + [ + "htt", + "ps" + ], + [ + "▁v", + "o" + ], + [ + "▁", + "vo" + ], + [ + "ien", + "t" + ], + [ + "ie", + "nt" + ], + [ + "i", + "ent" + ], + [ + "ov", + "e" + ], + [ + "o", + "ve" + ], + [ + "▁valu", + "e" + ], + [ + "▁val", + "ue" + ], + [ + "▁", + "value" + ], + [ + "en", + "g" + ], + [ + "e", + "ng" + ], + [ + "▁L", + "a" + ], + [ + "▁", + "La" + ], + [ + "^", + "{" + ], + [ + "re", + "f" + ], + [ + "r", + "ef" + ], + [ + "ie", + "d" + ], + [ + "i", + "ed" + ], + [ + "E", + "R" + ], + [ + "▁sta", + "t" + ], + [ + "▁st", + "at" + ], + [ + "▁s", + "tat" + ], + [ + "▁", + "stat" + ], + [ + "fi", + "g" + ], + [ + "f", + "ig" + ], + [ + "m", + "e" + ], + [ + "▁vo", + "n" + ], + [ + "▁v", + "on" + ], + [ + "▁", + "von" + ], + [ + "▁inte", + "r" + ], + [ + "▁int", + "er" + ], + [ + "▁in", + "ter" + ], + [ + "▁", + "inter" + ], + [ + "ro", + "id" + ], + [ + "r", + "oid" + ], + [ + "ate", + "r" + ], + [ + "at", + "er" + ], + [ + "a", + "ter" + ], + [ + "▁the", + "ir" + ], + [ + "▁be", + "t" + ], + [ + "▁b", + "et" + ], + [ + "▁", + "bet" + ], + [ + "▁e", + "in" + ], + [ + "▁", + "ein" + ], + [ + "}", + "\\" + ], + [ + "\"", + ">" + ], + [ + "▁su", + "b" + ], + [ + "▁s", + "ub" + ], + [ + "▁", + "sub" + ], + [ + "▁o", + "p" + ], + [ + "▁", + "op" + ], + [ + "▁do", + "n" + ], + [ + "▁d", + "on" + ], + [ + "▁", + "don" + ], + [ + "t", + "y" + ], + [ + "▁tr", + "y" + ], + [ + "▁t", + "ry" + ], + [ + "▁", + "try" + ], + [ + "▁Pr", + "o" + ], + [ + "▁P", + "ro" + ], + [ + "▁", + "Pro" + ], + [ + "▁tr", + "a" + ], + [ + "▁t", + "ra" + ], + [ + "▁", + "tra" + ], + [ + "▁sam", + "e" + ], + [ + "▁sa", + "me" + ], + [ + "▁s", + "ame" + ], + [ + "▁", + "same" + ], + [ + "e", + "p" + ], + [ + "▁tw", + "o" + ], + [ + "▁t", + "wo" + ], + [ + "▁", + "two" + ], + [ + "▁nam", + "e" + ], + [ + "▁na", + "me" + ], + [ + "▁n", + "ame" + ], + [ + "▁", + "name" + ], + [ + "ol", + "d" + ], + [ + "o", + "ld" + ], + [ + "le", + "t" + ], + [ + "l", + "et" + ], + [ + "▁si", + "m" + ], + [ + "▁s", + "im" + ], + [ + "▁", + "sim" + ], + [ + "s", + "p" + ], + [ + "▁a", + "v" + ], + [ + "▁", + "av" + ], + [ + "br", + "e" + ], + [ + "b", + "re" + ], + [ + "ble", + "m" + ], + [ + "bl", + "em" + ], + [ + "b", + "lem" + ], + [ + "e", + "y" + ], + [ + "▁cou", + "ld" + ], + [ + "▁co", + "uld" + ], + [ + "▁c", + "ould" + ], + [ + "▁", + "could" + ], + [ + "▁co", + "r" + ], + [ + "▁c", + "or" + ], + [ + "▁", + "cor" + ], + [ + "▁ac", + "c" + ], + [ + "▁a", + "cc" + ], + [ + "▁", + "acc" + ], + [ + "ay", + "s" + ], + [ + "a", + "ys" + ], + [ + "cr", + "e" + ], + [ + "c", + "re" + ], + [ + "ur", + "r" + ], + [ + "u", + "rr" + ], + [ + "s", + "i" + ], + [ + "▁cons", + "t" + ], + [ + "▁con", + "st" + ], + [ + "▁", + "const" + ], + [ + "ue", + "s" + ], + [ + "u", + "es" + ], + [ + "}", + "$" + ], + [ + "V", + "iew" + ], + [ + "▁ac", + "t" + ], + [ + "▁a", + "ct" + ], + [ + "▁", + "act" + ], + [ + "▁b", + "o" + ], + [ + "▁", + "bo" + ], + [ + "▁к", + "о" + ], + [ + "▁", + "ко" + ], + [ + "▁so", + "m" + ], + [ + "▁s", + "om" + ], + [ + "▁", + "som" + ], + [ + "▁ab", + "out" + ], + [ + "▁", + "about" + ], + [ + "lan", + "d" + ], + [ + "la", + "nd" + ], + [ + "l", + "and" + ], + [ + "me", + "r" + ], + [ + "m", + "er" + ], + [ + "▁li", + "st" + ], + [ + "▁l", + "ist" + ], + [ + "▁", + "list" + ], + [ + "ca", + "l" + ], + [ + "c", + "al" + ], + [ + "▁imp", + "ort" + ], + [ + "▁im", + "port" + ], + [ + "▁", + "import" + ], + [ + "co", + "l" + ], + [ + "c", + "ol" + ], + [ + "▁n", + "a" + ], + [ + "▁", + "na" + ], + [ + "n", + "a" + ], + [ + ":", + ":" + ], + [ + "▁wh", + "o" + ], + [ + "▁w", + "ho" + ], + [ + "▁", + "who" + ], + [ + "▁err", + "or" + ], + [ + "▁er", + "ror" + ], + [ + "▁e", + "rror" + ], + [ + "▁", + "error" + ], + [ + "▁", + "X" + ], + [ + "ato", + "r" + ], + [ + "at", + "or" + ], + [ + "a", + "tor" + ], + [ + "ex", + "t" + ], + [ + "e", + "xt" + ], + [ + "▁be", + "en" + ], + [ + "▁b", + "een" + ], + [ + "é", + "r" + ], + [ + "▁ru", + "n" + ], + [ + "▁r", + "un" + ], + [ + "▁", + "run" + ], + [ + "po", + "s" + ], + [ + "p", + "os" + ], + [ + "▁c", + "l" + ], + [ + "▁", + "cl" + ], + [ + "*", + "*" + ], + [ + "▁", + "К" + ], + [ + "ula", + "r" + ], + [ + "ul", + "ar" + ], + [ + "u", + "lar" + ], + [ + "aus", + "e" + ], + [ + "au", + "se" + ], + [ + "a", + "use" + ], + [ + "▁re", + "g" + ], + [ + "▁r", + "eg" + ], + [ + "▁", + "reg" + ], + [ + "▁kn", + "ow" + ], + [ + "▁k", + "now" + ], + [ + "▁", + "know" + ], + [ + "▁se", + "e" + ], + [ + "▁s", + "ee" + ], + [ + "▁", + "see" + ], + [ + "▁hi", + "m" + ], + [ + "▁h", + "im" + ], + [ + "▁", + "him" + ], + [ + "ni", + "ng" + ], + [ + "n", + "ing" + ], + [ + "▁з", + "а" + ], + [ + "▁", + "за" + ], + [ + "ate", + "s" + ], + [ + "at", + "es" + ], + [ + "a", + "tes" + ], + [ + "for", + "e" + ], + [ + "fo", + "re" + ], + [ + "f", + "ore" + ], + [ + "ion", + "s" + ], + [ + "io", + "ns" + ], + [ + "i", + "ons" + ], + [ + "▁he", + "l" + ], + [ + "▁h", + "el" + ], + [ + "▁", + "hel" + ], + [ + "ut", + "e" + ], + [ + "u", + "te" + ], + [ + "▁re", + "m" + ], + [ + "▁r", + "em" + ], + [ + "▁", + "rem" + ], + [ + "▁г", + "о" + ], + [ + "▁", + "го" + ], + [ + "▁Ma", + "r" + ], + [ + "▁M", + "ar" + ], + [ + "▁", + "Mar" + ], + [ + "р", + "у" + ], + [ + "vic", + "e" + ], + [ + "vi", + "ce" + ], + [ + "v", + "ice" + ], + [ + "ire", + "ct" + ], + [ + "ir", + "ect" + ], + [ + "i", + "rect" + ], + [ + "ne", + "r" + ], + [ + "n", + "er" + ], + [ + "▁und", + "er" + ], + [ + "▁un", + "der" + ], + [ + "▁u", + "nder" + ], + [ + "▁", + "under" + ], + [ + "ri", + "b" + ], + [ + "r", + "ib" + ], + [ + "h", + "r" + ], + [ + "ч", + "е" + ], + [ + "▁A", + "s" + ], + [ + "▁", + "As" + ], + [ + "▁en", + "d" + ], + [ + "▁e", + "nd" + ], + [ + "▁", + "end" + ], + [ + "emb", + "er" + ], + [ + "em", + "ber" + ], + [ + "▁", + "а" + ], + [ + "▁at", + "t" + ], + [ + "▁a", + "tt" + ], + [ + "▁", + "att" + ], + [ + "in", + "a" + ], + [ + "i", + "na" + ], + [ + "so", + "n" + ], + [ + "s", + "on" + ], + [ + "▁fol", + "low" + ], + [ + "▁f", + "ollow" + ], + [ + "▁", + "follow" + ], + [ + "▁Sc", + "h" + ], + [ + "▁S", + "ch" + ], + [ + "▁", + "Sch" + ], + [ + "pec", + "t" + ], + [ + "pe", + "ct" + ], + [ + "p", + "ect" + ], + [ + "▁re", + "l" + ], + [ + "▁r", + "el" + ], + [ + "▁", + "rel" + ], + [ + "▁S", + "o" + ], + [ + "▁", + "So" + ], + [ + "▁lo", + "ok" + ], + [ + "▁l", + "ook" + ], + [ + "▁", + "look" + ], + [ + "abe", + "l" + ], + [ + "ab", + "el" + ], + [ + "a", + "bel" + ], + [ + "▁proble", + "m" + ], + [ + "▁probl", + "em" + ], + [ + "▁prob", + "lem" + ], + [ + "▁pro", + "blem" + ], + [ + "▁", + "problem" + ], + [ + "▁va", + "n" + ], + [ + "▁v", + "an" + ], + [ + "▁", + "van" + ], + [ + "str", + "ong" + ], + [ + "st", + "rong" + ], + [ + "c", + "o" + ], + [ + "po", + "n" + ], + [ + "p", + "on" + ], + [ + "c", + "a" + ], + [ + "ad", + "a" + ], + [ + "a", + "da" + ], + [ + "\"", + ":" + ], + [ + "con", + "d" + ], + [ + "co", + "nd" + ], + [ + "c", + "ond" + ], + [ + "am", + "b" + ], + [ + "a", + "mb" + ], + [ + "}", + "," + ], + [ + "ques", + "t" + ], + [ + "que", + "st" + ], + [ + "qu", + "est" + ], + [ + "q", + "uest" + ], + [ + "▁au", + "t" + ], + [ + "▁a", + "ut" + ], + [ + "▁", + "aut" + ], + [ + "▁res", + "ult" + ], + [ + "▁", + "result" + ], + [ + "▁ma", + "y" + ], + [ + "▁m", + "ay" + ], + [ + "▁", + "may" + ], + [ + "R", + "e" + ], + [ + "htt", + "p" + ], + [ + "ht", + "tp" + ], + [ + "h", + "ttp" + ], + [ + ")", + ":" + ], + [ + "▁An", + "d" + ], + [ + "▁A", + "nd" + ], + [ + "▁", + "And" + ], + [ + "re", + "d" + ], + [ + "r", + "ed" + ], + [ + "▁Ho", + "w" + ], + [ + "▁H", + "ow" + ], + [ + "▁", + "How" + ], + [ + "p", + "o" + ], + [ + "ск", + "о" + ], + [ + "с", + "ко" + ], + [ + "at", + "t" + ], + [ + "a", + "tt" + ], + [ + "ou", + "p" + ], + [ + "o", + "up" + ], + [ + "ce", + "d" + ], + [ + "c", + "ed" + ], + [ + "▁typ", + "e" + ], + [ + "▁ty", + "pe" + ], + [ + "▁t", + "ype" + ], + [ + "▁", + "type" + ], + [ + "▁th", + "an" + ], + [ + "▁t", + "han" + ], + [ + "▁", + "than" + ], + [ + "▁con", + "s" + ], + [ + "▁co", + "ns" + ], + [ + "▁c", + "ons" + ], + [ + "▁", + "cons" + ], + [ + "u", + "f" + ], + [ + "ц", + "и" + ], + [ + "▁questi", + "on" + ], + [ + "▁quest", + "ion" + ], + [ + "▁qu", + "estion" + ], + [ + "▁", + "question" + ], + [ + "rap", + "h" + ], + [ + "ra", + "ph" + ], + [ + "r", + "aph" + ], + [ + "ig", + "h" + ], + [ + "i", + "gh" + ], + [ + "▁", + "М" + ], + [ + "▁h", + "tt" + ], + [ + "▁", + "htt" + ], + [ + "in", + "s" + ], + [ + "i", + "ns" + ], + [ + "de", + "n" + ], + [ + "d", + "en" + ], + [ + "▁d", + "a" + ], + [ + "▁", + "da" + ], + [ + "▁ve", + "r" + ], + [ + "▁v", + "er" + ], + [ + "▁", + "ver" + ], + [ + "o", + "h" + ], + [ + "▁=", + ">" + ], + [ + "▁", + "=>" + ], + [ + "ri", + "v" + ], + [ + "r", + "iv" + ], + [ + "ud", + "e" + ], + [ + "u", + "de" + ], + [ + "▁Fo", + "r" + ], + [ + "▁F", + "or" + ], + [ + "▁", + "For" + ], + [ + "▁r", + "a" + ], + [ + "▁", + "ra" + ], + [ + "fra", + "c" + ], + [ + "fr", + "ac" + ], + [ + "f", + "rac" + ], + [ + "м", + "а" + ], + [ + "▁af", + "ter" + ], + [ + "▁a", + "fter" + ], + [ + "▁", + "after" + ], + [ + "}", + "{" + ], + [ + "▁met", + "hod" + ], + [ + "▁m", + "ethod" + ], + [ + "▁", + "method" + ], + [ + "\"", + ")" + ], + [ + "am", + "p" + ], + [ + "a", + "mp" + ], + [ + "as", + "h" + ], + [ + "a", + "sh" + ], + [ + "▁re", + "c" + ], + [ + "▁r", + "ec" + ], + [ + "▁", + "rec" + ], + [ + "▁diff", + "er" + ], + [ + "▁dif", + "fer" + ], + [ + "▁d", + "iffer" + ], + [ + "O", + "N" + ], + [ + "a", + "x" + ], + [ + "amen", + "t" + ], + [ + "ame", + "nt" + ], + [ + "am", + "ent" + ], + [ + "a", + "ment" + ], + [ + "our", + "ce" + ], + [ + "Co", + "n" + ], + [ + "C", + "on" + ], + [ + "it", + "s" + ], + [ + "i", + "ts" + ], + [ + "Na", + "me" + ], + [ + "N", + "ame" + ], + [ + "ma", + "n" + ], + [ + "m", + "an" + ], + [ + "▁be", + "c" + ], + [ + "▁b", + "ec" + ], + [ + "▁", + "bec" + ], + [ + "ch", + "e" + ], + [ + "c", + "he" + ], + [ + "▁E", + "n" + ], + [ + "▁", + "En" + ], + [ + "a", + "j" + ], + [ + "▁gene", + "r" + ], + [ + "▁gen", + "er" + ], + [ + "▁ge", + "ner" + ], + [ + "▁g", + "ener" + ], + [ + "▁", + "gener" + ], + [ + "I", + "N" + ], + [ + "▁i", + "d" + ], + [ + "▁", + "id" + ], + [ + "age", + "s" + ], + [ + "ag", + "es" + ], + [ + "a", + "ges" + ], + [ + "▁lo", + "c" + ], + [ + "▁l", + "oc" + ], + [ + "▁", + "loc" + ], + [ + "f", + "o" + ], + [ + "b", + "r" + ], + [ + "▁sh", + "e" + ], + [ + "▁s", + "he" + ], + [ + "▁", + "she" + ], + [ + "Pr", + "o" + ], + [ + "P", + "ro" + ], + [ + "▁un", + "a" + ], + [ + "▁u", + "na" + ], + [ + "▁", + "una" + ], + [ + "▁", + "к" + ], + [ + "et", + "a" + ], + [ + "e", + "ta" + ], + [ + "lo", + "g" + ], + [ + "l", + "og" + ], + [ + "olo", + "g" + ], + [ + "ol", + "og" + ], + [ + "o", + "log" + ], + [ + "▁su", + "r" + ], + [ + "▁s", + "ur" + ], + [ + "▁", + "sur" + ], + [ + "ar", + "g" + ], + [ + "a", + "rg" + ], + [ + "▁-", + "-" + ], + [ + "▁", + "--" + ], + [ + "k", + "t" + ], + [ + "(", + "\\" + ], + [ + "mi", + "n" + ], + [ + "m", + "in" + ], + [ + "▁lin", + "e" + ], + [ + "▁li", + "ne" + ], + [ + "▁l", + "ine" + ], + [ + "▁", + "line" + ], + [ + "▁var", + "i" + ], + [ + "▁va", + "ri" + ], + [ + "▁v", + "ari" + ], + [ + "▁", + "vari" + ], + [ + "с", + "я" + ], + [ + "ic", + "s" + ], + [ + "i", + "cs" + ], + [ + "н", + "я" + ], + [ + "ver", + "y" + ], + [ + "ve", + "ry" + ], + [ + "v", + "ery" + ], + [ + "ad", + "d" + ], + [ + "a", + "dd" + ], + [ + "▁obj", + "ect" + ], + [ + "▁ob", + "ject" + ], + [ + "▁o", + "bject" + ], + [ + "▁", + "object" + ], + [ + "I", + "d" + ], + [ + "▁Bu", + "t" + ], + [ + "▁B", + "ut" + ], + [ + "▁", + "But" + ], + [ + "▁cas", + "e" + ], + [ + "▁ca", + "se" + ], + [ + "▁c", + "ase" + ], + [ + "▁", + "case" + ], + [ + "▁mak", + "e" + ], + [ + "▁ma", + "ke" + ], + [ + "▁m", + "ake" + ], + [ + "▁", + "make" + ], + [ + "▁ca", + "l" + ], + [ + "▁c", + "al" + ], + [ + "▁", + "cal" + ], + [ + "▁pas", + "s" + ], + [ + "▁pa", + "ss" + ], + [ + "▁p", + "ass" + ], + [ + "▁", + "pass" + ], + [ + "с", + "ь" + ], + [ + "ess", + "ion" + ], + [ + "ne", + "t" + ], + [ + "n", + "et" + ], + [ + ".", + "\"" + ], + [ + "▁", + "г" + ], + [ + "ä", + "r" + ], + [ + "д", + "е" + ], + [ + "n", + "o" + ], + [ + "atin", + "g" + ], + [ + "ati", + "ng" + ], + [ + "at", + "ing" + ], + [ + "a", + "ting" + ], + [ + "at", + "o" + ], + [ + "a", + "to" + ], + [ + "lin", + "e" + ], + [ + "li", + "ne" + ], + [ + "l", + "ine" + ], + [ + "в", + "и" + ], + [ + "▁E", + "x" + ], + [ + "▁", + "Ex" + ], + [ + "▁as", + "s" + ], + [ + "▁a", + "ss" + ], + [ + "▁", + "ass" + ], + [ + "▁ver", + "s" + ], + [ + "▁ve", + "rs" + ], + [ + "▁v", + "ers" + ], + [ + "▁", + "vers" + ], + [ + "л", + "я" + ], + [ + "▁e", + "d" + ], + [ + "▁", + "ed" + ], + [ + "um", + "n" + ], + [ + "u", + "mn" + ], + [ + "othe", + "r" + ], + [ + "oth", + "er" + ], + [ + "ot", + "her" + ], + [ + "o", + "ther" + ], + [ + "ст", + "а" + ], + [ + "с", + "та" + ], + [ + "ativ", + "e" + ], + [ + "ati", + "ve" + ], + [ + "at", + "ive" + ], + [ + "Str", + "ing" + ], + [ + "St", + "ring" + ], + [ + "S", + "tring" + ], + [ + "▁lo", + "s" + ], + [ + "▁l", + "os" + ], + [ + "▁", + "los" + ], + [ + "w", + "n" + ], + [ + "▁ans", + "wer" + ], + [ + "▁an", + "swer" + ], + [ + "▁", + "answer" + ], + [ + "▁le", + "t" + ], + [ + "▁l", + "et" + ], + [ + "▁", + "let" + ], + [ + "▁p", + "e" + ], + [ + "▁", + "pe" + ], + [ + "ent", + "s" + ], + [ + "en", + "ts" + ], + [ + "▁f", + "e" + ], + [ + "▁", + "fe" + ], + [ + "inc", + "e" + ], + [ + "in", + "ce" + ], + [ + "n", + "i" + ], + [ + "ide", + "r" + ], + [ + "id", + "er" + ], + [ + "i", + "der" + ], + [ + "ow", + "s" + ], + [ + "o", + "ws" + ], + [ + "▁te", + "st" + ], + [ + "▁t", + "est" + ], + [ + "▁", + "test" + ], + [ + "▁her", + "e" + ], + [ + "▁he", + "re" + ], + [ + "▁h", + "ere" + ], + [ + "▁", + "here" + ], + [ + "rol", + "l" + ], + [ + "ro", + "ll" + ], + [ + "r", + "oll" + ], + [ + "▁cal", + "l" + ], + [ + "▁ca", + "ll" + ], + [ + "▁c", + "all" + ], + [ + "▁", + "call" + ], + [ + "ru", + "ct" + ], + [ + "r", + "uct" + ], + [ + "▁po", + "l" + ], + [ + "▁p", + "ol" + ], + [ + "▁", + "pol" + ], + [ + "ai", + "t" + ], + [ + "a", + "it" + ], + [ + "▁ba", + "ck" + ], + [ + "▁b", + "ack" + ], + [ + "▁", + "back" + ], + [ + "h", + "o" + ], + [ + "E", + "x" + ], + [ + "res", + "s" + ], + [ + "re", + "ss" + ], + [ + "r", + "ess" + ], + [ + "S", + "T" + ], + [ + "rie", + "d" + ], + [ + "ri", + "ed" + ], + [ + "r", + "ied" + ], + [ + "dat", + "e" + ], + [ + "da", + "te" + ], + [ + "d", + "ate" + ], + [ + "е", + "т" + ], + [ + "▁di", + "d" + ], + [ + "▁d", + "id" + ], + [ + "▁", + "did" + ], + [ + "ti", + "ng" + ], + [ + "t", + "ing" + ], + [ + "▁E", + "l" + ], + [ + "▁", + "El" + ], + [ + "▁de", + "m" + ], + [ + "▁d", + "em" + ], + [ + "▁", + "dem" + ], + [ + ")", + "$" + ], + [ + "ов", + "а" + ], + [ + "о", + "ва" + ], + [ + "urre", + "nt" + ], + [ + "urr", + "ent" + ], + [ + "ur", + "rent" + ], + [ + "lac", + "e" + ], + [ + "la", + "ce" + ], + [ + "l", + "ace" + ], + [ + "rig", + "ht" + ], + [ + "r", + "ight" + ], + [ + "re", + "n" + ], + [ + "r", + "en" + ], + [ + "п", + "о" + ], + [ + "▁e", + "ach" + ], + [ + "▁", + "each" + ], + [ + "c", + "y" + ], + [ + "blo", + "ck" + ], + [ + "bl", + "ock" + ], + [ + "b", + "lock" + ], + [ + "dat", + "a" + ], + [ + "da", + "ta" + ], + [ + "d", + "ata" + ], + [ + "▁", + "%" + ], + [ + "▁a", + "c" + ], + [ + "▁", + "ac" + ], + [ + "▁=", + "=" + ], + [ + "▁", + "==" + ], + [ + "ü", + "r" + ], + [ + "▁po", + "r" + ], + [ + "▁p", + "or" + ], + [ + "▁", + "por" + ], + [ + "as", + "k" + ], + [ + "a", + "sk" + ], + [ + "arc", + "h" + ], + [ + "ar", + "ch" + ], + [ + "ame", + "s" + ], + [ + "am", + "es" + ], + [ + "a", + "mes" + ], + [ + "▁Co", + "n" + ], + [ + "▁C", + "on" + ], + [ + "▁", + "Con" + ], + [ + "ч", + "а" + ], + [ + "▁of", + "f" + ], + [ + "▁o", + "ff" + ], + [ + "▁", + "off" + ], + [ + "▁fin", + "d" + ], + [ + "▁fi", + "nd" + ], + [ + "▁f", + "ind" + ], + [ + "▁", + "find" + ], + [ + "con", + "t" + ], + [ + "co", + "nt" + ], + [ + "c", + "ont" + ], + [ + "▁no", + "w" + ], + [ + "▁n", + "ow" + ], + [ + "▁", + "now" + ], + [ + "wor", + "k" + ], + [ + "w", + "ork" + ], + [ + "ation", + "al" + ], + [ + "atio", + "nal" + ], + [ + "ati", + "onal" + ], + [ + "at", + "ional" + ], + [ + "d", + "d" + ], + [ + "ció", + "n" + ], + [ + "ci", + "ón" + ], + [ + "c", + "ión" + ], + [ + "▁", + "А" + ], + [ + "au", + "lt" + ], + [ + "a", + "ult" + ], + [ + "Li", + "st" + ], + [ + "L", + "ist" + ], + [ + "▁ex", + "t" + ], + [ + "▁e", + "xt" + ], + [ + "▁", + "ext" + ], + [ + "ur", + "s" + ], + [ + "u", + "rs" + ], + [ + "ak", + "e" + ], + [ + "a", + "ke" + ], + [ + "ul", + "e" + ], + [ + "u", + "le" + ], + [ + "▁poi", + "nt" + ], + [ + "▁po", + "int" + ], + [ + "▁p", + "oint" + ], + [ + "▁", + "point" + ], + [ + "A", + "T" + ], + [ + "au", + "t" + ], + [ + "a", + "ut" + ], + [ + "▁tran", + "s" + ], + [ + "▁tra", + "ns" + ], + [ + "▁tr", + "ans" + ], + [ + "▁", + "trans" + ], + [ + "▁c", + "o" + ], + [ + "▁", + "co" + ], + [ + "▁re", + "ad" + ], + [ + "▁r", + "ead" + ], + [ + "▁", + "read" + ], + [ + "▁use", + "d" + ], + [ + "▁us", + "ed" + ], + [ + "▁u", + "sed" + ], + [ + "▁", + "used" + ], + [ + "ск", + "и" + ], + [ + "с", + "ки" + ], + [ + "ar", + "i" + ], + [ + "a", + "ri" + ], + [ + "L", + "E" + ], + [ + "ete", + "r" + ], + [ + "et", + "er" + ], + [ + "e", + "ter" + ], + [ + "ou", + "n" + ], + [ + "o", + "un" + ], + [ + "ev", + "er" + ], + [ + "e", + "ver" + ], + [ + "sel", + "f" + ], + [ + "s", + "elf" + ], + [ + "ine", + "d" + ], + [ + "in", + "ed" + ], + [ + "i", + "ned" + ], + [ + "id", + "th" + ], + [ + "u", + "x" + ], + [ + "j", + "s" + ], + [ + "▁suc", + "h" + ], + [ + "▁su", + "ch" + ], + [ + "▁s", + "uch" + ], + [ + "▁", + "such" + ], + [ + "▁I", + "s" + ], + [ + "▁", + "Is" + ], + [ + "é", + "e" + ], + [ + "fu", + "l" + ], + [ + "f", + "ul" + ], + [ + "▁dis", + "t" + ], + [ + "▁di", + "st" + ], + [ + "▁d", + "ist" + ], + [ + "▁", + "dist" + ], + [ + "▁b", + "u" + ], + [ + "▁", + "bu" + ], + [ + "item", + "ize" + ], + [ + "Con", + "t" + ], + [ + "Co", + "nt" + ], + [ + "C", + "ont" + ], + [ + "j", + "e" + ], + [ + "с", + "и" + ], + [ + "▁pro", + "v" + ], + [ + "▁pr", + "ov" + ], + [ + "▁p", + "rov" + ], + [ + "▁", + "prov" + ], + [ + "b", + "b" + ], + [ + "war", + "d" + ], + [ + "wa", + "rd" + ], + [ + "w", + "ard" + ], + [ + "esen", + "t" + ], + [ + "ese", + "nt" + ], + [ + "es", + "ent" + ], + [ + "e", + "sent" + ], + [ + "ers", + "on" + ], + [ + "er", + "son" + ], + [ + "ank", + "s" + ], + [ + "an", + "ks" + ], + [ + "w", + "h" + ], + [ + "no", + "t" + ], + [ + "n", + "ot" + ], + [ + "▁W", + "e" + ], + [ + "▁", + "We" + ], + [ + "k", + "a" + ], + [ + "ro", + "p" + ], + [ + "r", + "op" + ], + [ + "atu", + "r" + ], + [ + "at", + "ur" + ], + [ + "al", + "s" + ], + [ + "a", + "ls" + ], + [ + "▁be", + "l" + ], + [ + "▁b", + "el" + ], + [ + "▁", + "bel" + ], + [ + "ö", + "r" + ], + [ + "f", + "r" + ], + [ + "▁exam", + "ple" + ], + [ + "▁ex", + "ample" + ], + [ + "▁", + "example" + ], + [ + "▁inc", + "l" + ], + [ + "▁in", + "cl" + ], + [ + "ami", + "l" + ], + [ + "am", + "il" + ], + [ + "a", + "mil" + ], + [ + "▁р", + "а" + ], + [ + "▁", + "ра" + ], + [ + "▁", + "“" + ], + [ + "▁stri", + "ng" + ], + [ + "▁str", + "ing" + ], + [ + "▁st", + "ring" + ], + [ + "▁s", + "tring" + ], + [ + "▁", + "string" + ], + [ + "▁thin", + "k" + ], + [ + "▁th", + "ink" + ], + [ + "T", + "h" + ], + [ + "▁te", + "m" + ], + [ + "▁t", + "em" + ], + [ + "▁", + "tem" + ], + [ + "av", + "e" + ], + [ + "a", + "ve" + ], + [ + "▁Fra", + "n" + ], + [ + "▁Fr", + "an" + ], + [ + "▁F", + "ran" + ], + [ + "▁", + "Fran" + ], + [ + "▁num", + "ber" + ], + [ + "▁n", + "umber" + ], + [ + "▁", + "number" + ], + [ + "▁s", + "i" + ], + [ + "▁", + "si" + ], + [ + "ime", + "s" + ], + [ + "im", + "es" + ], + [ + "i", + "mes" + ], + [ + "te", + "m" + ], + [ + "t", + "em" + ], + [ + "m", + "y" + ], + [ + "le", + "r" + ], + [ + "l", + "er" + ], + [ + "lo", + "ad" + ], + [ + "=", + "=" + ], + [ + "▁han", + "d" + ], + [ + "▁ha", + "nd" + ], + [ + "▁h", + "and" + ], + [ + "▁", + "hand" + ], + [ + "z", + "a" + ], + [ + "▁bec", + "ause" + ], + [ + "▁b", + "ecause" + ], + [ + "▁", + "because" + ], + [ + "▁sc", + "h" + ], + [ + "▁s", + "ch" + ], + [ + "▁", + "sch" + ], + [ + "v", + "o" + ], + [ + "th", + "is" + ], + [ + "t", + "his" + ], + [ + "I", + "D" + ], + [ + "ã", + "o" + ], + [ + "▁star", + "t" + ], + [ + "▁sta", + "rt" + ], + [ + "▁st", + "art" + ], + [ + "▁", + "start" + ], + [ + "▁wa", + "r" + ], + [ + "▁w", + "ar" + ], + [ + "▁", + "war" + ], + [ + "▁hel", + "p" + ], + [ + "▁he", + "lp" + ], + [ + "▁", + "help" + ], + [ + "t", + "s" + ], + [ + "▁cha", + "r" + ], + [ + "▁ch", + "ar" + ], + [ + "▁c", + "har" + ], + [ + "▁", + "char" + ], + [ + "▁p", + "h" + ], + [ + "▁", + "ph" + ], + [ + "▁mi", + "n" + ], + [ + "▁m", + "in" + ], + [ + "▁", + "min" + ], + [ + "ti", + "l" + ], + [ + "t", + "il" + ], + [ + "rit", + "e" + ], + [ + "ri", + "te" + ], + [ + "r", + "ite" + ], + [ + "-------", + "-" + ], + [ + "------", + "--" + ], + [ + "-----", + "---" + ], + [ + "----", + "----" + ], + [ + "---", + "-----" + ], + [ + "--", + "------" + ], + [ + "-", + "-------" + ], + [ + "el", + "s" + ], + [ + "e", + "ls" + ], + [ + "▁mi", + "t" + ], + [ + "▁m", + "it" + ], + [ + "▁", + "mit" + ], + [ + "edi", + "a" + ], + [ + "ed", + "ia" + ], + [ + "e", + "dia" + ], + [ + "к", + "у" + ], + [ + "▁S", + "h" + ], + [ + "▁", + "Sh" + ], + [ + "an", + "y" + ], + [ + "a", + "ny" + ], + [ + "]", + ";" + ], + [ + "▁", + "Б" + ], + [ + "iqu", + "e" + ], + [ + "i", + "que" + ], + [ + "d", + "a" + ], + [ + "e", + "f" + ], + [ + "de", + "x" + ], + [ + "d", + "ex" + ], + [ + "▁prod", + "u" + ], + [ + "▁pro", + "du" + ], + [ + "▁pr", + "odu" + ], + [ + "▁p", + "rodu" + ], + [ + "▁", + "produ" + ], + [ + "▁", + "Н" + ], + [ + "gra", + "m" + ], + [ + "gr", + "am" + ], + [ + "g", + "ram" + ], + [ + "▁O", + "r" + ], + [ + "▁", + "Or" + ], + [ + "▁gr", + "e" + ], + [ + "▁g", + "re" + ], + [ + "▁", + "gre" + ], + [ + "quot", + "e" + ], + [ + "qu", + "ote" + ], + [ + "le", + "g" + ], + [ + "l", + "eg" + ], + [ + "or", + "n" + ], + [ + "o", + "rn" + ], + [ + "▁in", + "d" + ], + [ + "▁i", + "nd" + ], + [ + "▁", + "ind" + ], + [ + "▁pos", + "t" + ], + [ + "▁po", + "st" + ], + [ + "▁p", + "ost" + ], + [ + "▁", + "post" + ], + [ + "▁de", + "p" + ], + [ + "▁d", + "ep" + ], + [ + "▁", + "dep" + ], + [ + "]", + "," + ], + [ + "v", + "i" + ], + [ + "▁use", + "r" + ], + [ + "▁us", + "er" + ], + [ + "▁u", + "ser" + ], + [ + "▁", + "user" + ], + [ + "▁", + ">" + ], + [ + "lic", + "k" + ], + [ + "li", + "ck" + ], + [ + "l", + "ick" + ], + [ + "▁ver", + "y" + ], + [ + "▁ve", + "ry" + ], + [ + "▁v", + "ery" + ], + [ + "▁", + "very" + ], + [ + "eth", + "ing" + ], + [ + "et", + "hing" + ], + [ + "e", + "thing" + ], + [ + "▁arr", + "ay" + ], + [ + "▁ar", + "ray" + ], + [ + "▁", + "array" + ], + [ + "▁g", + "u" + ], + [ + "▁", + "gu" + ], + [ + "▁du", + "r" + ], + [ + "▁d", + "ur" + ], + [ + "`", + "." + ], + [ + "т", + "ь" + ], + [ + "lica", + "tion" + ], + [ + "lic", + "ation" + ], + [ + "li", + "cation" + ], + [ + "ст", + "и" + ], + [ + "с", + "ти" + ], + [ + "e", + "k" + ], + [ + "ic", + "o" + ], + [ + "i", + "co" + ], + [ + "▁da", + "t" + ], + [ + "▁d", + "at" + ], + [ + "▁", + "dat" + ], + [ + "о", + "р" + ], + [ + "htm", + "l" + ], + [ + "ht", + "ml" + ], + [ + "h", + "tml" + ], + [ + "ion", + "e" + ], + [ + "io", + "ne" + ], + [ + "i", + "one" + ], + [ + "▁differ", + "ent" + ], + [ + "▁d", + "ifferent" + ], + [ + "▁che", + "ck" + ], + [ + "▁c", + "heck" + ], + [ + "▁", + "check" + ], + [ + "▁f", + "r" + ], + [ + "▁", + "fr" + ], + [ + "▁E", + "r" + ], + [ + "▁", + "Er" + ], + [ + "▁tex", + "t" + ], + [ + "▁te", + "xt" + ], + [ + "▁t", + "ext" + ], + [ + "▁", + "text" + ], + [ + "н", + "і" + ], + [ + "ich", + "t" + ], + [ + "ic", + "ht" + ], + [ + "i", + "cht" + ], + [ + "sta", + "ck" + ], + [ + "st", + "ack" + ], + [ + "E", + "N" + ], + [ + "ra", + "g" + ], + [ + "r", + "ag" + ], + [ + "▁ever", + "y" + ], + [ + "▁ev", + "ery" + ], + [ + "▁e", + "very" + ], + [ + "▁", + "every" + ], + [ + "A", + "r" + ], + [ + "▁bef", + "ore" + ], + [ + "▁be", + "fore" + ], + [ + "▁", + "before" + ], + [ + "als", + "e" + ], + [ + "al", + "se" + ], + [ + "▁fi", + "n" + ], + [ + "▁f", + "in" + ], + [ + "▁", + "fin" + ], + [ + "▁d", + "é" + ], + [ + "▁the", + "se" + ], + [ + "▁th", + "ese" + ], + [ + "▁de", + "t" + ], + [ + "▁d", + "et" + ], + [ + "▁", + "det" + ], + [ + "V", + "al" + ], + [ + "cept", + "ion" + ], + [ + "cep", + "tion" + ], + [ + "ce", + "ption" + ], + [ + "▁and", + "roid" + ], + [ + "▁", + "android" + ], + [ + "block", + "quote" + ], + [ + "▁j", + "e" + ], + [ + "▁", + "je" + ], + [ + "fil", + "e" + ], + [ + "fi", + "le" + ], + [ + "f", + "ile" + ], + [ + "at", + "s" + ], + [ + "a", + "ts" + ], + [ + "▁д", + "о" + ], + [ + "▁", + "до" + ], + [ + "essa", + "ge" + ], + [ + "ess", + "age" + ], + [ + "▁ag", + "ain" + ], + [ + "a", + "w" + ], + [ + "C", + "h" + ], + [ + "we", + "en" + ], + [ + "w", + "een" + ], + [ + "▁", + "Д" + ], + [ + "fo", + "r" + ], + [ + "f", + "or" + ], + [ + "cia", + "l" + ], + [ + "ci", + "al" + ], + [ + "c", + "ial" + ], + [ + "pla", + "y" + ], + [ + "pl", + "ay" + ], + [ + "p", + "lay" + ], + [ + "pr", + "e" + ], + [ + "p", + "re" + ], + [ + "id", + "a" + ], + [ + "i", + "da" + ], + [ + "▁Pa", + "r" + ], + [ + "▁P", + "ar" + ], + [ + "▁", + "Par" + ], + [ + "n", + "y" + ], + [ + "rac", + "t" + ], + [ + "ra", + "ct" + ], + [ + "r", + "act" + ], + [ + "▁sup", + "p" + ], + [ + "▁su", + "pp" + ], + [ + "▁s", + "upp" + ], + [ + "▁", + "supp" + ], + [ + "ase", + "d" + ], + [ + "as", + "ed" + ], + [ + "a", + "sed" + ], + [ + "lect", + "ion" + ], + [ + "le", + "ction" + ], + [ + "l", + "ection" + ], + [ + "▁dan", + "s" + ], + [ + "▁da", + "ns" + ], + [ + "▁d", + "ans" + ], + [ + "ai", + "r" + ], + [ + "a", + "ir" + ], + [ + "ro", + "l" + ], + [ + "r", + "ol" + ], + [ + "▁th", + "r" + ], + [ + "▁t", + "hr" + ], + [ + "Dat", + "a" + ], + [ + "Da", + "ta" + ], + [ + "D", + "ata" + ], + [ + "lic", + "h" + ], + [ + "li", + "ch" + ], + [ + "l", + "ich" + ], + [ + "▁пр", + "о" + ], + [ + "▁п", + "ро" + ], + [ + "▁", + "про" + ], + [ + "▁lon", + "g" + ], + [ + "▁lo", + "ng" + ], + [ + "▁l", + "ong" + ], + [ + "▁", + "long" + ], + [ + "▁sec", + "ond" + ], + [ + "▁se", + "cond" + ], + [ + "▁", + "second" + ], + [ + "ual", + "ly" + ], + [ + "u", + "ally" + ], + [ + "ine", + "s" + ], + [ + "in", + "es" + ], + [ + "i", + "nes" + ], + [ + "▁fou", + "nd" + ], + [ + "▁fo", + "und" + ], + [ + "▁f", + "ound" + ], + [ + "▁", + "found" + ], + [ + "eng", + "th" + ], + [ + "y", + "p" + ], + [ + "ea", + "d" + ], + [ + "e", + "ad" + ], + [ + "▁lo", + "g" + ], + [ + "▁l", + "og" + ], + [ + "▁", + "log" + ], + [ + "u", + "i" + ], + [ + "ne", + "w" + ], + [ + "n", + "ew" + ], + [ + "▁", + "Р" + ], + [ + "g", + "o" + ], + [ + "au", + "s" + ], + [ + "a", + "us" + ], + [ + "od", + "y" + ], + [ + "o", + "dy" + ], + [ + "▁so", + "n" + ], + [ + "▁s", + "on" + ], + [ + "▁", + "son" + ], + [ + "м", + "е" + ], + [ + "er", + "o" + ], + [ + "e", + "ro" + ], + [ + "ve", + "d" + ], + [ + "v", + "ed" + ], + [ + "su", + "b" + ], + [ + "s", + "ub" + ], + [ + "▁rig", + "ht" + ], + [ + "▁r", + "ight" + ], + [ + "▁", + "right" + ], + [ + "vie", + "w" + ], + [ + "vi", + "ew" + ], + [ + "v", + "iew" + ], + [ + "▁follow", + "ing" + ], + [ + "'", + ")" + ], + [ + "\")", + ";" + ], + [ + "\"", + ");" + ], + [ + "▁sa", + "id" + ], + [ + "ж", + "е" + ], + [ + "ч", + "и" + ], + [ + "т", + "у" + ], + [ + "ot", + "t" + ], + [ + "o", + "tt" + ], + [ + "с", + "е" + ], + [ + "ar", + "s" + ], + [ + "a", + "rs" + ], + [ + "$", + "." + ], + [ + "g", + "g" + ], + [ + "▁b", + "r" + ], + [ + "▁", + "br" + ], + [ + "oo", + "l" + ], + [ + "o", + "ol" + ], + [ + "yl", + "e" + ], + [ + "y", + "le" + ], + [ + "us", + "e" + ], + [ + "u", + "se" + ], + [ + "▁sho", + "w" + ], + [ + "▁sh", + "ow" + ], + [ + "▁s", + "how" + ], + [ + "▁", + "show" + ], + [ + "lea", + "se" + ], + [ + "le", + "ase" + ], + [ + "ci", + "a" + ], + [ + "c", + "ia" + ], + [ + "▁dire", + "ct" + ], + [ + "▁dir", + "ect" + ], + [ + "▁di", + "rect" + ], + [ + "▁d", + "irect" + ], + [ + "▁", + "direct" + ], + [ + "do", + "c" + ], + [ + "d", + "oc" + ], + [ + "а", + "р" + ], + [ + "m", + "s" + ], + [ + "▁gi", + "v" + ], + [ + "▁g", + "iv" + ], + [ + "▁", + "giv" + ], + [ + "▁ex", + "p" + ], + [ + "▁e", + "xp" + ], + [ + "▁", + "exp" + ], + [ + "q", + "l" + ], + [ + "д", + "у" + ], + [ + "в", + "е" + ], + [ + "▁B", + "e" + ], + [ + "▁", + "Be" + ], + [ + "Co", + "m" + ], + [ + "C", + "om" + ], + [ + "ite", + "r" + ], + [ + "it", + "er" + ], + [ + "i", + "ter" + ], + [ + "R", + "E" + ], + [ + "m", + "p" + ], + [ + "me", + "n" + ], + [ + "m", + "en" + ], + [ + "▁R", + "o" + ], + [ + "▁", + "Ro" + ], + [ + "M", + "A" + ], + [ + "▁Co", + "l" + ], + [ + "▁C", + "ol" + ], + [ + "▁", + "Col" + ], + [ + "iste", + "r" + ], + [ + "ist", + "er" + ], + [ + "is", + "ter" + ], + [ + "i", + "ster" + ], + [ + "▁wel", + "l" + ], + [ + "▁we", + "ll" + ], + [ + "▁w", + "ell" + ], + [ + "▁", + "well" + ], + [ + "▁<", + "/" + ], + [ + "▁", + "" + ], + [ + "▁", + "->" + ], + [ + "en", + "e" + ], + [ + "e", + "ne" + ], + [ + "▁mo", + "n" + ], + [ + "▁m", + "on" + ], + [ + "▁", + "mon" + ], + [ + "▁de", + "c" + ], + [ + "▁d", + "ec" + ], + [ + "▁", + "dec" + ], + [ + "▁st", + "ill" + ], + [ + "▁о", + "б" + ], + [ + "▁", + "об" + ], + [ + "▁T", + "r" + ], + [ + "▁", + "Tr" + ], + [ + "▁", + "ф" + ], + [ + "if", + "e" + ], + [ + "i", + "fe" + ], + [ + "is", + "m" + ], + [ + "i", + "sm" + ], + [ + "b", + "y" + ], + [ + "ra", + "w" + ], + [ + "r", + "aw" + ], + [ + "io", + "r" + ], + [ + "i", + "or" + ], + [ + "▁me", + "d" + ], + [ + "▁m", + "ed" + ], + [ + "▁", + "med" + ], + [ + "or", + "ld" + ], + [ + "▁compl", + "e" + ], + [ + "▁comp", + "le" + ], + [ + "▁com", + "ple" + ], + [ + "▁", + "comple" + ], + [ + "w", + "w" + ], + [ + "▁ar", + "t" + ], + [ + "▁a", + "rt" + ], + [ + "▁", + "art" + ], + [ + "ro", + "n" + ], + [ + "r", + "on" + ], + [ + "▁", + "Г" + ], + [ + "▁M", + "y" + ], + [ + "▁", + "My" + ], + [ + "▁al", + "s" + ], + [ + "▁a", + "ls" + ], + [ + "▁", + "als" + ], + [ + "rec", + "t" + ], + [ + "re", + "ct" + ], + [ + "r", + "ect" + ], + [ + "▁au", + "f" + ], + [ + "▁a", + "uf" + ], + [ + "▁", + "auf" + ], + [ + "▁dow", + "n" + ], + [ + "▁do", + "wn" + ], + [ + "▁d", + "own" + ], + [ + "▁", + "down" + ], + [ + "ath", + "er" + ], + [ + "at", + "her" + ], + [ + "a", + "ther" + ], + [ + "Co", + "l" + ], + [ + "C", + "ol" + ], + [ + "Tex", + "t" + ], + [ + "Te", + "xt" + ], + [ + "T", + "ext" + ], + [ + "ba", + "ck" + ], + [ + "b", + "ack" + ], + [ + "$", + "," + ], + [ + "▁ye", + "ar" + ], + [ + "▁y", + "ear" + ], + [ + "▁", + "year" + ], + [ + "м", + "о" + ], + [ + "p", + "i" + ], + [ + "▁G", + "r" + ], + [ + "▁", + "Gr" + ], + [ + "rea", + "m" + ], + [ + "re", + "am" + ], + [ + "▁re", + "p" + ], + [ + "▁r", + "ep" + ], + [ + "▁", + "rep" + ], + [ + "b", + "f" + ], + [ + "ww", + "w" + ], + [ + "w", + "ww" + ], + [ + "▁w", + "ur" + ], + [ + "▁or", + "g" + ], + [ + "▁o", + "rg" + ], + [ + "▁", + "org" + ], + [ + "inte", + "r" + ], + [ + "int", + "er" + ], + [ + "in", + "ter" + ], + [ + "▁Di", + "e" + ], + [ + "▁D", + "ie" + ], + [ + "▁", + "Die" + ], + [ + "▁bei", + "ng" + ], + [ + "▁be", + "ing" + ], + [ + "▁b", + "eing" + ], + [ + "\"", + "." + ], + [ + "lab", + "el" + ], + [ + "la", + "bel" + ], + [ + "l", + "abel" + ], + [ + "▁ce", + "nt" + ], + [ + "▁c", + "ent" + ], + [ + "▁", + "cent" + ], + [ + "jav", + "a" + ], + [ + "ja", + "va" + ], + [ + "j", + "ava" + ], + [ + "ba", + "r" + ], + [ + "b", + "ar" + ], + [ + "ant", + "e" + ], + [ + "an", + "te" + ], + [ + "an", + "a" + ], + [ + "a", + "na" + ], + [ + "_", + "_" + ], + [ + "▁sol", + "ution" + ], + [ + "▁", + "О" + ], + [ + "▁f", + "l" + ], + [ + "▁", + "fl" + ], + [ + "▁cre", + "ate" + ], + [ + "▁c", + "reate" + ], + [ + "▁", + "create" + ], + [ + "ic", + "i" + ], + [ + "i", + "ci" + ], + [ + "st", + "e" + ], + [ + "s", + "te" + ], + [ + "yth", + "on" + ], + [ + "yt", + "hon" + ], + [ + "un", + "t" + ], + [ + "u", + "nt" + ], + [ + "aso", + "n" + ], + [ + "as", + "on" + ], + [ + "a", + "son" + ], + [ + "fer", + "ence" + ], + [ + "fe", + "rence" + ], + [ + "S", + "E" + ], + [ + "▁no", + "n" + ], + [ + "▁n", + "on" + ], + [ + "▁", + "non" + ], + [ + "an", + "e" + ], + [ + "a", + "ne" + ], + [ + "▁in", + "s" + ], + [ + "▁i", + "ns" + ], + [ + "▁", + "ins" + ], + [ + "ade", + "r" + ], + [ + "ad", + "er" + ], + [ + "a", + "der" + ], + [ + "_{", + "\\" + ], + [ + "_", + "{\\" + ], + [ + "Re", + "s" + ], + [ + "R", + "es" + ], + [ + "▁mai", + "n" + ], + [ + "▁ma", + "in" + ], + [ + "▁m", + "ain" + ], + [ + "▁", + "main" + ], + [ + "п", + "и" + ], + [ + "▁Ther", + "e" + ], + [ + "▁The", + "re" + ], + [ + "▁Th", + "ere" + ], + [ + "▁T", + "here" + ], + [ + "▁", + "There" + ], + [ + "▁pou", + "r" + ], + [ + "▁po", + "ur" + ], + [ + "▁p", + "our" + ], + [ + "R", + "O" + ], + [ + "`", + "," + ], + [ + "lis", + "h" + ], + [ + "li", + "sh" + ], + [ + "l", + "ish" + ], + [ + "b", + "ject" + ], + [ + "cc", + "ess" + ], + [ + "c", + "cess" + ], + [ + "▁or", + "ig" + ], + [ + "▁o", + "rig" + ], + [ + "▁", + "orig" + ], + [ + "ische", + "n" + ], + [ + "isch", + "en" + ], + [ + "isc", + "hen" + ], + [ + "is", + "chen" + ], + [ + "i", + "schen" + ], + [ + "owe", + "r" + ], + [ + "ow", + "er" + ], + [ + "o", + "wer" + ], + [ + "▁he", + "t" + ], + [ + "▁h", + "et" + ], + [ + "▁", + "het" + ], + [ + "u", + "c" + ], + [ + "▁els", + "e" + ], + [ + "▁el", + "se" + ], + [ + "▁", + "else" + ], + [ + "»", + "." + ], + [ + "▁о", + "т" + ], + [ + "▁", + "от" + ], + [ + "eq", + "u" + ], + [ + "e", + "qu" + ], + [ + "si", + "ble" + ], + [ + "s", + "ible" + ], + [ + "tes", + "t" + ], + [ + "te", + "st" + ], + [ + "t", + "est" + ], + [ + "stan", + "d" + ], + [ + "sta", + "nd" + ], + [ + "st", + "and" + ], + [ + "é", + "n" + ], + [ + "et", + "s" + ], + [ + "e", + "ts" + ], + [ + "G", + "E" + ], + [ + "iden", + "t" + ], + [ + "ide", + "nt" + ], + [ + "id", + "ent" + ], + [ + "i", + "dent" + ], + [ + "▁", + "е" + ], + [ + "▁пр", + "и" + ], + [ + "▁п", + "ри" + ], + [ + "▁", + "при" + ], + [ + ".", + "," + ], + [ + "▁da", + "s" + ], + [ + "▁d", + "as" + ], + [ + "▁", + "das" + ], + [ + "oc", + "k" + ], + [ + "o", + "ck" + ], + [ + ",", + "\"" + ], + [ + "▁vo", + "l" + ], + [ + "▁v", + "ol" + ], + [ + "▁", + "vol" + ], + [ + "▁f", + "o" + ], + [ + "▁", + "fo" + ], + [ + "▁par", + "a" + ], + [ + "▁pa", + "ra" + ], + [ + "▁p", + "ara" + ], + [ + "▁", + "para" + ], + [ + "▁", + "Т" + ], + [ + "▁Ca", + "r" + ], + [ + "▁C", + "ar" + ], + [ + "▁", + "Car" + ], + [ + "ra", + "l" + ], + [ + "r", + "al" + ], + [ + "▁S", + "p" + ], + [ + "▁", + "Sp" + ], + [ + "va", + "r" + ], + [ + "v", + "ar" + ], + [ + "▁pla", + "y" + ], + [ + "▁pl", + "ay" + ], + [ + "▁p", + "lay" + ], + [ + "▁", + "play" + ], + [ + "ous", + "e" + ], + [ + "ou", + "se" + ], + [ + "o", + "use" + ], + [ + "▁т", + "а" + ], + [ + "▁", + "та" + ], + [ + "ical", + "ly" + ], + [ + "ic", + "ally" + ], + [ + "▁cont", + "ain" + ], + [ + "▁con", + "tain" + ], + [ + "pon", + "se" + ], + [ + "▁Str", + "ing" + ], + [ + "▁St", + "ring" + ], + [ + "▁S", + "tring" + ], + [ + "▁", + "String" + ], + [ + "á", + "n" + ], + [ + "▁bot", + "h" + ], + [ + "▁bo", + "th" + ], + [ + "▁b", + "oth" + ], + [ + "▁", + "both" + ], + [ + "ke", + "n" + ], + [ + "k", + "en" + ], + [ + "A", + "R" + ], + [ + "ер", + "е" + ], + [ + "е", + "ре" + ], + [ + "▁I", + "l" + ], + [ + "▁", + "Il" + ], + [ + "▁is", + "s" + ], + [ + "▁i", + "ss" + ], + [ + "▁", + "iss" + ], + [ + "▁op", + "en" + ], + [ + "▁o", + "pen" + ], + [ + "▁", + "open" + ], + [ + "▁", + ")" + ], + [ + "▁Wh", + "at" + ], + [ + "▁W", + "hat" + ], + [ + "▁", + "What" + ], + [ + "f", + "e" + ], + [ + "riv", + "ate" + ], + [ + "re", + "g" + ], + [ + "r", + "eg" + ], + [ + "▁with", + "out" + ], + [ + "▁", + "without" + ], + [ + "▁z", + "u" + ], + [ + "▁", + "zu" + ], + [ + "vi", + "s" + ], + [ + "v", + "is" + ], + [ + "fl", + "ow" + ], + [ + "f", + "low" + ], + [ + "▁htt", + "p" + ], + [ + "▁h", + "ttp" + ], + [ + "▁", + "http" + ], + [ + "aba", + "se" + ], + [ + "ab", + "ase" + ], + [ + "a", + "base" + ], + [ + "▁wor", + "d" + ], + [ + "▁wo", + "rd" + ], + [ + "▁w", + "ord" + ], + [ + "▁", + "word" + ], + [ + "▁chang", + "e" + ], + [ + "▁ch", + "ange" + ], + [ + "▁", + "change" + ], + [ + "▁work", + "s" + ], + [ + "▁wor", + "ks" + ], + [ + "▁", + "works" + ], + [ + "▁g", + "e" + ], + [ + "▁", + "ge" + ], + [ + "▁", + "!" + ], + [ + "▁e", + "en" + ], + [ + "▁", + "een" + ], + [ + "it", + "le" + ], + [ + "▁even", + "t" + ], + [ + "▁ev", + "ent" + ], + [ + "▁e", + "vent" + ], + [ + "▁", + "event" + ], + [ + "wor", + "d" + ], + [ + "wo", + "rd" + ], + [ + "w", + "ord" + ], + [ + "and", + "o" + ], + [ + "an", + "do" + ], + [ + "S", + "B" + ], + [ + "re", + "m" + ], + [ + "r", + "em" + ], + [ + "▁fiel", + "d" + ], + [ + "▁fi", + "eld" + ], + [ + "▁f", + "ield" + ], + [ + "▁", + "field" + ], + [ + "vin", + "g" + ], + [ + "vi", + "ng" + ], + [ + "v", + "ing" + ], + [ + "Se", + "r" + ], + [ + "S", + "er" + ], + [ + "▁ou", + "r" + ], + [ + "▁o", + "ur" + ], + [ + "▁", + "our" + ], + [ + "▁qu", + "i" + ], + [ + "▁q", + "ui" + ], + [ + "▁", + "qui" + ], + [ + "▁op", + "er" + ], + [ + "▁o", + "per" + ], + [ + "▁", + "oper" + ], + [ + "▁is", + "t" + ], + [ + "▁i", + "st" + ], + [ + "▁", + "ist" + ], + [ + "de", + "f" + ], + [ + "d", + "ef" + ], + [ + "▁mad", + "e" + ], + [ + "▁ma", + "de" + ], + [ + "▁m", + "ade" + ], + [ + "▁", + "made" + ], + [ + "ни", + "е" + ], + [ + "p", + "x" + ], + [ + "▁me", + "n" + ], + [ + "▁m", + "en" + ], + [ + "▁", + "men" + ], + [ + "r", + "m" + ], + [ + "ai", + "s" + ], + [ + "a", + "is" + ], + [ + "cen", + "t" + ], + [ + "ce", + "nt" + ], + [ + "c", + "ent" + ], + [ + "lis", + "t" + ], + [ + "li", + "st" + ], + [ + "l", + "ist" + ], + [ + "T", + "o" + ], + [ + "▁T", + "o" + ], + [ + "▁", + "To" + ], + [ + "j", + "a" + ], + [ + "ver", + "t" + ], + [ + "ve", + "rt" + ], + [ + "v", + "ert" + ], + [ + "▁ma", + "r" + ], + [ + "▁m", + "ar" + ], + [ + "▁", + "mar" + ], + [ + "valu", + "e" + ], + [ + "val", + "ue" + ], + [ + "▁", + "„" + ], + [ + "\"", + ";" + ], + [ + "▁au", + "s" + ], + [ + "▁a", + "us" + ], + [ + "▁", + "aus" + ], + [ + "▁B", + "r" + ], + [ + "▁", + "Br" + ], + [ + "ol", + "e" + ], + [ + "o", + "le" + ], + [ + "▁mul", + "t" + ], + [ + "▁mu", + "lt" + ], + [ + "▁m", + "ult" + ], + [ + "▁", + "mult" + ], + [ + "ough", + "t" + ], + [ + "oug", + "ht" + ], + [ + "▁ma", + "t" + ], + [ + "▁m", + "at" + ], + [ + "▁", + "mat" + ], + [ + "▁vie", + "w" + ], + [ + "▁vi", + "ew" + ], + [ + "▁v", + "iew" + ], + [ + "▁", + "view" + ], + [ + "fi", + "l" + ], + [ + "f", + "il" + ], + [ + "▁с", + "о" + ], + [ + "▁", + "со" + ], + [ + "г", + "а" + ], + [ + "▁vo", + "id" + ], + [ + "▁v", + "oid" + ], + [ + "▁", + "void" + ], + [ + "▁go", + "od" + ], + [ + "▁g", + "ood" + ], + [ + "▁", + "good" + ], + [ + "б", + "о" + ], + [ + "C", + "T" + ], + [ + "▁man", + "y" + ], + [ + "▁ma", + "ny" + ], + [ + "▁m", + "any" + ], + [ + "▁", + "many" + ], + [ + "be", + "n" + ], + [ + "b", + "en" + ], + [ + "▁в", + "о" + ], + [ + "▁", + "во" + ], + [ + "▁к", + "а" + ], + [ + "▁", + "ка" + ], + [ + "▁syst", + "em" + ], + [ + "▁sys", + "tem" + ], + [ + "▁s", + "ystem" + ], + [ + "▁", + "system" + ], + [ + "in", + "o" + ], + [ + "i", + "no" + ], + [ + "▁ano", + "ther" + ], + [ + "▁an", + "other" + ], + [ + "▁", + "another" + ], + [ + "▁res", + "t" + ], + [ + "▁re", + "st" + ], + [ + "▁r", + "est" + ], + [ + "▁", + "rest" + ], + [ + "use", + "r" + ], + [ + "us", + "er" + ], + [ + "u", + "ser" + ], + [ + "ili", + "ty" + ], + [ + "il", + "ity" + ], + [ + "a", + "i" + ], + [ + "▁mig", + "ht" + ], + [ + "▁m", + "ight" + ], + [ + "usto", + "m" + ], + [ + "ust", + "om" + ], + [ + "us", + "tom" + ], + [ + "▁ord", + "er" + ], + [ + "▁or", + "der" + ], + [ + "▁", + "order" + ], + [ + "▁Ve", + "r" + ], + [ + "▁V", + "er" + ], + [ + "▁", + "Ver" + ], + [ + "S", + "S" + ], + [ + "}", + ")" + ], + [ + "▁e", + "ff" + ], + [ + "▁", + "eff" + ], + [ + "д", + "о" + ], + [ + "et", + "t" + ], + [ + "e", + "tt" + ], + [ + "▁sig", + "n" + ], + [ + "▁si", + "gn" + ], + [ + "▁s", + "ign" + ], + [ + "▁", + "sign" + ], + [ + "м", + "у" + ], + [ + "I", + "T" + ], + [ + "str", + "ing" + ], + [ + "st", + "ring" + ], + [ + "s", + "tring" + ], + [ + "ell", + "e" + ], + [ + "el", + "le" + ], + [ + "e", + "lle" + ], + [ + "▁sin", + "g" + ], + [ + "▁si", + "ng" + ], + [ + "▁s", + "ing" + ], + [ + "▁", + "sing" + ], + [ + "cu", + "l" + ], + [ + "c", + "ul" + ], + [ + "▁try", + "ing" + ], + [ + "▁tr", + "ying" + ], + [ + "▁be", + "g" + ], + [ + "▁b", + "eg" + ], + [ + "▁", + "beg" + ], + [ + "▁pag", + "e" + ], + [ + "▁pa", + "ge" + ], + [ + "▁p", + "age" + ], + [ + "▁", + "page" + ], + [ + "х", + "о" + ], + [ + "▁Ca", + "n" + ], + [ + "▁C", + "an" + ], + [ + "▁", + "Can" + ], + [ + "▁Se", + "r" + ], + [ + "▁S", + "er" + ], + [ + "▁", + "Ser" + ], + [ + "+", + "+" + ], + [ + "▁mus", + "t" + ], + [ + "▁mu", + "st" + ], + [ + "▁m", + "ust" + ], + [ + "▁", + "must" + ], + [ + "▁value", + "s" + ], + [ + "▁valu", + "es" + ], + [ + "▁val", + "ues" + ], + [ + "▁", + "values" + ], + [ + "▁ke", + "y" + ], + [ + "▁k", + "ey" + ], + [ + "▁", + "key" + ], + [ + "ib", + "le" + ], + [ + "i", + "ble" + ], + [ + "]", + "." + ], + [ + "ir", + "d" + ], + [ + "i", + "rd" + ], + [ + "▁pro", + "gram" + ], + [ + "▁pr", + "ogram" + ], + [ + "▁", + "program" + ], + [ + "rolle", + "r" + ], + [ + "roll", + "er" + ], + [ + "rol", + "ler" + ], + [ + "▁conn", + "e" + ], + [ + "▁con", + "ne" + ], + [ + "▁c", + "onne" + ], + [ + "▁", + "conne" + ], + [ + "▁sa", + "y" + ], + [ + "▁s", + "ay" + ], + [ + "▁", + "say" + ], + [ + "▁para", + "m" + ], + [ + "▁par", + "am" + ], + [ + "▁pa", + "ram" + ], + [ + "▁p", + "aram" + ], + [ + "▁", + "param" + ], + [ + "ach", + "e" + ], + [ + "ac", + "he" + ], + [ + "a", + "che" + ], + [ + "vel", + "op" + ], + [ + "ve", + "lop" + ], + [ + "▁sele", + "ct" + ], + [ + "▁sel", + "ect" + ], + [ + "▁se", + "lect" + ], + [ + "▁s", + "elect" + ], + [ + "▁", + "select" + ], + [ + "▁fam", + "il" + ], + [ + "▁fa", + "mil" + ], + [ + "▁f", + "amil" + ], + [ + "▁", + "famil" + ], + [ + "▁las", + "t" + ], + [ + "▁la", + "st" + ], + [ + "▁l", + "ast" + ], + [ + "▁", + "last" + ], + [ + "▁Thank", + "s" + ], + [ + "▁Th", + "anks" + ], + [ + "▁", + "Thanks" + ], + [ + "▁po", + "p" + ], + [ + "▁p", + "op" + ], + [ + "▁", + "pop" + ], + [ + "}", + "." + ], + [ + "e", + "q" + ], + [ + "▁does", + "n" + ], + [ + "[", + "'" + ], + [ + "▁ter", + "m" + ], + [ + "▁te", + "rm" + ], + [ + "▁t", + "erm" + ], + [ + "▁", + "term" + ], + [ + "▁r", + "é" + ], + [ + "▁", + "ré" + ], + [ + "▁doc", + "ument" + ], + [ + "▁d", + "ocument" + ], + [ + "▁", + "document" + ], + [ + "п", + "а" + ], + [ + "л", + "у" + ], + [ + "ate", + "g" + ], + [ + "at", + "eg" + ], + [ + ".", + ")" + ], + [ + "lin", + "g" + ], + [ + "li", + "ng" + ], + [ + "l", + "ing" + ], + [ + "iona", + "l" + ], + [ + "ion", + "al" + ], + [ + "io", + "nal" + ], + [ + "i", + "onal" + ], + [ + "able", + "s" + ], + [ + "abl", + "es" + ], + [ + "ab", + "les" + ], + [ + "a", + "bles" + ], + [ + "▁ta", + "k" + ], + [ + "▁t", + "ak" + ], + [ + "utto", + "n" + ], + [ + "utt", + "on" + ], + [ + "ut", + "ton" + ], + [ + "▁ar", + "g" + ], + [ + "▁a", + "rg" + ], + [ + "▁", + "arg" + ], + [ + "typ", + "e" + ], + [ + "ty", + "pe" + ], + [ + "t", + "ype" + ], + [ + "▁sur", + "e" + ], + [ + "▁su", + "re" + ], + [ + "▁s", + "ure" + ], + [ + "▁re", + "al" + ], + [ + "▁", + "real" + ], + [ + "▁we", + "b" + ], + [ + "▁w", + "eb" + ], + [ + "▁", + "web" + ], + [ + "▁curr", + "ent" + ], + [ + "▁cur", + "rent" + ], + [ + "▁c", + "urrent" + ], + [ + "▁", + "current" + ], + [ + "▁P", + "l" + ], + [ + "▁", + "Pl" + ], + [ + "ch", + "o" + ], + [ + "c", + "ho" + ], + [ + "ment", + "s" + ], + [ + "men", + "ts" + ], + [ + "m", + "ents" + ], + [ + "▁Jo", + "h" + ], + [ + "▁J", + "oh" + ], + [ + "ot", + "s" + ], + [ + "o", + "ts" + ], + [ + "▁ex", + "ist" + ], + [ + "▁", + "exist" + ], + [ + "н", + "у" + ], + [ + "▁f", + "ür" + ], + [ + "▁", + "für" + ], + [ + "▁и", + "з" + ], + [ + "▁", + "из" + ], + [ + "d", + "o" + ], + [ + "ног", + "о" + ], + [ + "но", + "го" + ], + [ + "н", + "ого" + ], + [ + "▁la", + "s" + ], + [ + "▁l", + "as" + ], + [ + "▁", + "las" + ], + [ + "▁nu", + "ll" + ], + [ + "▁n", + "ull" + ], + [ + "▁", + "null" + ], + [ + "▁info", + "rm" + ], + [ + "▁inf", + "orm" + ], + [ + "▁in", + "form" + ], + [ + "▁", + "Л" + ], + [ + "▁vers", + "ion" + ], + [ + "▁v", + "ersion" + ], + [ + "▁", + "version" + ], + [ + "▁cha", + "ng" + ], + [ + "▁ch", + "ang" + ], + [ + "▁c", + "hang" + ], + [ + "age", + "r" + ], + [ + "ag", + "er" + ], + [ + "a", + "ger" + ], + [ + "▁Com", + "m" + ], + [ + "▁Co", + "mm" + ], + [ + "▁C", + "omm" + ], + [ + "▁", + "Comm" + ], + [ + "л", + "і" + ], + [ + "us", + "h" + ], + [ + "u", + "sh" + ], + [ + "▁G", + "e" + ], + [ + "▁", + "Ge" + ], + [ + "▁hi", + "gh" + ], + [ + "▁h", + "igh" + ], + [ + "▁", + "high" + ], + [ + "▁in", + "put" + ], + [ + "▁", + "input" + ], + [ + "og", + "le" + ], + [ + "o", + "gle" + ], + [ + "ro", + "s" + ], + [ + "r", + "os" + ], + [ + "bo", + "x" + ], + [ + "b", + "ox" + ], + [ + "ge", + "n" + ], + [ + "g", + "en" + ], + [ + "▁st", + "e" + ], + [ + "▁s", + "te" + ], + [ + "▁", + "ste" + ], + [ + "▁loc", + "al" + ], + [ + "▁lo", + "cal" + ], + [ + "▁l", + "ocal" + ], + [ + "▁", + "local" + ], + [ + "I", + "m" + ], + [ + "▁proces", + "s" + ], + [ + "▁proc", + "ess" + ], + [ + "▁pro", + "cess" + ], + [ + "▁", + "process" + ], + [ + "tern", + "al" + ], + [ + "ter", + "nal" + ], + [ + "t", + "ernal" + ], + [ + "ize", + "d" + ], + [ + "iz", + "ed" + ], + [ + "i", + "zed" + ], + [ + "г", + "и" + ], + [ + "é", + "t" + ], + [ + "▁In", + "d" + ], + [ + "▁I", + "nd" + ], + [ + "▁", + "Ind" + ], + [ + "▁oc", + "h" + ], + [ + "▁o", + "ch" + ], + [ + "▁", + "och" + ], + [ + "l", + "t" + ], + [ + "▁col", + "umn" + ], + [ + "▁", + "column" + ], + [ + "▁tri", + "ed" + ], + [ + "▁tr", + "ied" + ], + [ + "▁t", + "ried" + ], + [ + "▁comma", + "nd" + ], + [ + "▁comm", + "and" + ], + [ + "▁", + "command" + ], + [ + "▁bes", + "t" + ], + [ + "▁be", + "st" + ], + [ + "▁b", + "est" + ], + [ + "▁", + "best" + ], + [ + "aste", + "r" + ], + [ + "ast", + "er" + ], + [ + "as", + "ter" + ], + [ + "a", + "ster" + ], + [ + "з", + "а" + ], + [ + "▁pri", + "m" + ], + [ + "▁pr", + "im" + ], + [ + "▁p", + "rim" + ], + [ + "▁", + "prim" + ], + [ + "▁mode", + "l" + ], + [ + "▁mod", + "el" + ], + [ + "▁mo", + "del" + ], + [ + "▁m", + "odel" + ], + [ + "▁", + "model" + ], + [ + "▁", + "і" + ], + [ + "▁th", + "ose" + ], + [ + "itie", + "s" + ], + [ + "iti", + "es" + ], + [ + "it", + "ies" + ], + [ + "i", + "ties" + ], + [ + "è", + "re" + ], + [ + "▁р", + "е" + ], + [ + "▁", + "ре" + ], + [ + "ј", + "е" + ], + [ + "ш", + "и" + ], + [ + "que", + "s" + ], + [ + "qu", + "es" + ], + [ + "q", + "ues" + ], + [ + "▁A", + "m" + ], + [ + "▁", + "Am" + ], + [ + "▁ow", + "n" + ], + [ + "▁o", + "wn" + ], + [ + "▁", + "own" + ], + [ + "li", + "n" + ], + [ + "l", + "in" + ], + [ + "з", + "и" + ], + [ + "Val", + "ue" + ], + [ + "th", + "ing" + ], + [ + "t", + "hing" + ], + [ + "▁", + "," + ], + [ + "▁T", + "e" + ], + [ + "▁", + "Te" + ], + [ + "▁st", + "ud" + ], + [ + "▁", + "stud" + ], + [ + "▁u", + "m" + ], + [ + "▁", + "um" + ], + [ + "▁serve", + "r" + ], + [ + "▁serv", + "er" + ], + [ + "▁ser", + "ver" + ], + [ + "▁", + "server" + ], + [ + "ill", + "e" + ], + [ + "il", + "le" + ], + [ + "i", + "lle" + ], + [ + "▁pu", + "t" + ], + [ + "▁p", + "ut" + ], + [ + "▁", + "put" + ], + [ + "ati", + "v" + ], + [ + "at", + "iv" + ], + [ + "g", + "y" + ], + [ + "ов", + "и" + ], + [ + "о", + "ви" + ], + [ + "ra", + "f" + ], + [ + "r", + "af" + ], + [ + "ов", + "о" + ], + [ + "о", + "во" + ], + [ + "▁wur", + "de" + ], + [ + "▁Whe", + "n" + ], + [ + "▁Wh", + "en" + ], + [ + "▁W", + "hen" + ], + [ + "▁", + "When" + ], + [ + "▁di", + "v" + ], + [ + "▁d", + "iv" + ], + [ + "▁", + "div" + ], + [ + "ant", + "s" + ], + [ + "an", + "ts" + ], + [ + "▁te", + "r" + ], + [ + "▁t", + "er" + ], + [ + "▁", + "ter" + ], + [ + "▁parti", + "c" + ], + [ + "▁part", + "ic" + ], + [ + "▁", + "т" + ], + [ + "▁D", + "o" + ], + [ + "▁", + "Do" + ], + [ + "▁N", + "o" + ], + [ + "▁", + "No" + ], + [ + "ser", + "t" + ], + [ + "se", + "rt" + ], + [ + "s", + "ert" + ], + [ + "id", + "o" + ], + [ + "i", + "do" + ], + [ + "math", + "cal" + ], + [ + "ad", + "e" + ], + [ + "a", + "de" + ], + [ + "▁I", + "I" + ], + [ + "▁", + "II" + ], + [ + "lea", + "r" + ], + [ + "le", + "ar" + ], + [ + "l", + "ear" + ], + [ + "og", + "raph" + ], + [ + "o", + "graph" + ], + [ + "ens", + "e" + ], + [ + "en", + "se" + ], + [ + "▁ro", + "w" + ], + [ + "▁r", + "ow" + ], + [ + "▁", + "row" + ], + [ + "nu", + "m" + ], + [ + "n", + "um" + ], + [ + "▁possib", + "le" + ], + [ + "▁poss", + "ible" + ], + [ + "▁pos", + "sible" + ], + [ + "▁", + "possible" + ], + [ + "▁sin", + "ce" + ], + [ + "▁s", + "ince" + ], + [ + "▁", + "since" + ], + [ + "▁B", + "o" + ], + [ + "▁", + "Bo" + ], + [ + "ction", + "s" + ], + [ + "ct", + "ions" + ], + [ + "▁I", + "m" + ], + [ + "▁", + "Im" + ], + [ + "O", + "R" + ], + [ + "ц", + "і" + ], + [ + "▁id", + "e" + ], + [ + "▁i", + "de" + ], + [ + "▁", + "ide" + ], + [ + "ma", + "p" + ], + [ + "m", + "ap" + ], + [ + "▁corre", + "ct" + ], + [ + "▁corr", + "ect" + ], + [ + "▁cor", + "rect" + ], + [ + "▁", + "correct" + ], + [ + "ve", + "s" + ], + [ + "v", + "es" + ], + [ + "ph", + "p" + ], + [ + "p", + "hp" + ], + [ + "▁out", + "put" + ], + [ + "▁", + "output" + ], + [ + "▁P", + "h" + ], + [ + "▁", + "Ph" + ], + [ + "A", + "L" + ], + [ + "are", + "d" + ], + [ + "ar", + "ed" + ], + [ + "a", + "red" + ], + [ + "\\", + "\\" + ], + [ + "▁imag", + "e" + ], + [ + "▁im", + "age" + ], + [ + "▁", + "image" + ], + [ + "esc", + "h" + ], + [ + "es", + "ch" + ], + [ + "e", + "sch" + ], + [ + "ж", + "и" + ], + [ + "▁con", + "f" + ], + [ + "▁", + "conf" + ], + [ + "po", + "r" + ], + [ + "p", + "or" + ], + [ + "quer", + "y" + ], + [ + "que", + "ry" + ], + [ + "qu", + "ery" + ], + [ + "ure", + "s" + ], + [ + "ur", + "es" + ], + [ + "u", + "res" + ], + [ + "iu", + "m" + ], + [ + "i", + "um" + ], + [ + "end", + "s" + ], + [ + "en", + "ds" + ], + [ + "▁A", + "b" + ], + [ + "▁", + "Ab" + ], + [ + "SB", + "N" + ], + [ + "і", + "д" + ], + [ + "ethe", + "r" + ], + [ + "eth", + "er" + ], + [ + "et", + "her" + ], + [ + "e", + "ther" + ], + [ + "ption", + "s" + ], + [ + "pt", + "ions" + ], + [ + "it", + "u" + ], + [ + "i", + "tu" + ], + [ + "li", + "b" + ], + [ + "l", + "ib" + ], + [ + "n", + "s" + ], + [ + "k", + "i" + ], + [ + "▁work", + "ing" + ], + [ + "▁wor", + "king" + ], + [ + "▁", + "working" + ], + [ + "▁com", + "o" + ], + [ + "▁co", + "mo" + ], + [ + "▁c", + "omo" + ], + [ + "▁", + "como" + ], + [ + "▁The", + "n" + ], + [ + "▁Th", + "en" + ], + [ + "▁T", + "hen" + ], + [ + "▁", + "Then" + ], + [ + "M", + "L" + ], + [ + "ke", + "y" + ], + [ + "k", + "ey" + ], + [ + "cla", + "ss" + ], + [ + "cl", + "ass" + ], + [ + "c", + "lass" + ], + [ + "op", + "le" + ], + [ + "o", + "ple" + ], + [ + "itt", + "le" + ], + [ + "▁mat", + "ch" + ], + [ + "▁m", + "atch" + ], + [ + "▁", + "match" + ], + [ + "way", + "s" + ], + [ + "wa", + "ys" + ], + [ + "w", + "ays" + ], + [ + "math", + "bb" + ], + [ + "▁requ", + "ire" + ], + [ + "▁re", + "quire" + ], + [ + "▁", + "require" + ], + [ + "al", + "t" + ], + [ + "a", + "lt" + ], + [ + "▁vi", + "s" + ], + [ + "▁v", + "is" + ], + [ + "▁", + "vis" + ], + [ + "▁b", + "l" + ], + [ + "▁", + "bl" + ], + [ + "▁call", + "ed" + ], + [ + "▁cal", + "led" + ], + [ + "▁c", + "alled" + ], + [ + "▁", + "called" + ], + [ + "It", + "em" + ], + [ + "I", + "tem" + ], + [ + "ur", + "a" + ], + [ + "u", + "ra" + ], + [ + "ve", + "c" + ], + [ + "v", + "ec" + ], + [ + "em", + "e" + ], + [ + "e", + "me" + ], + [ + "▁dell", + "a" + ], + [ + "▁del", + "la" + ], + [ + "▁de", + "lla" + ], + [ + "▁d", + "ella" + ], + [ + "emb", + "re" + ], + [ + "em", + "bre" + ], + [ + "ur", + "g" + ], + [ + "u", + "rg" + ], + [ + "S", + "e" + ], + [ + "▁requ", + "est" + ], + [ + "▁req", + "uest" + ], + [ + "▁re", + "quest" + ], + [ + "▁", + "request" + ], + [ + "isch", + "e" + ], + [ + "isc", + "he" + ], + [ + "is", + "che" + ], + [ + "i", + "sche" + ], + [ + "▁por", + "t" + ], + [ + "▁po", + "rt" + ], + [ + "▁p", + "ort" + ], + [ + "▁", + "port" + ], + [ + "▁inst", + "ead" + ], + [ + "=", + "\\" + ], + [ + "▁", + "У" + ], + [ + "ho", + "r" + ], + [ + "h", + "or" + ], + [ + "ent", + "e" + ], + [ + "en", + "te" + ], + [ + "um", + "e" + ], + [ + "u", + "me" + ], + [ + "er", + "d" + ], + [ + "e", + "rd" + ], + [ + "с", + "а" + ], + [ + "▁wh", + "y" + ], + [ + "▁w", + "hy" + ], + [ + "▁", + "why" + ], + [ + "ris", + "t" + ], + [ + "ri", + "st" + ], + [ + "r", + "ist" + ], + [ + "▁pers", + "on" + ], + [ + "▁per", + "son" + ], + [ + "▁p", + "erson" + ], + [ + "▁", + "person" + ], + [ + "▁..", + "." + ], + [ + "▁.", + ".." + ], + [ + "▁", + "..." + ], + [ + "▁priv", + "ate" + ], + [ + "▁p", + "rivate" + ], + [ + "▁", + "private" + ], + [ + "▁to", + "t" + ], + [ + "▁t", + "ot" + ], + [ + "▁", + "tot" + ], + [ + "ph", + "a" + ], + [ + "p", + "ha" + ], + [ + "if", + "t" + ], + [ + "i", + "ft" + ], + [ + "it", + "a" + ], + [ + "i", + "ta" + ], + [ + "lo", + "c" + ], + [ + "l", + "oc" + ], + [ + "▁ol", + "d" + ], + [ + "▁o", + "ld" + ], + [ + "▁", + "old" + ], + [ + "о", + "н" + ], + [ + "▁ne", + "l" + ], + [ + "▁n", + "el" + ], + [ + "▁", + "nel" + ], + [ + "'", + "]" + ], + [ + "t", + "i" + ], + [ + "ie", + "t" + ], + [ + "i", + "et" + ], + [ + "cit", + "e" + ], + [ + "ci", + "te" + ], + [ + "c", + "ite" + ], + [ + "ple", + "ment" + ], + [ + "pl", + "ement" + ], + [ + "p", + "lement" + ], + [ + "▁ab", + "ove" + ], + [ + "▁a", + "bove" + ], + [ + "▁", + "above" + ], + [ + "k", + "s" + ], + [ + "read", + "y" + ], + [ + "rea", + "dy" + ], + [ + "re", + "ady" + ], + [ + "▁com", + "e" + ], + [ + "▁co", + "me" + ], + [ + "▁c", + "ome" + ], + [ + "▁", + "come" + ], + [ + "sect", + "ion" + ], + [ + "sec", + "tion" + ], + [ + "se", + "ction" + ], + [ + "s", + "ection" + ], + [ + "▁Po", + "l" + ], + [ + "▁P", + "ol" + ], + [ + "▁", + "Pol" + ], + [ + "▁wr", + "it" + ], + [ + "▁w", + "rit" + ], + [ + "▁", + "writ" + ], + [ + "▁http", + "s" + ], + [ + "▁htt", + "ps" + ], + [ + "▁", + "https" + ], + [ + "▁$", + "$" + ], + [ + "▁", + "$$" + ], + [ + "▁", + "»" + ], + [ + "▁bu", + "ild" + ], + [ + "▁", + "build" + ], + [ + "it", + "o" + ], + [ + "i", + "to" + ], + [ + "▁consid", + "er" + ], + [ + "▁cons", + "ider" + ], + [ + "af", + "t" + ], + [ + "a", + "ft" + ], + [ + "Ap", + "p" + ], + [ + "A", + "pp" + ], + [ + ",", + "\\" + ], + [ + "indow", + "s" + ], + [ + "indo", + "ws" + ], + [ + "ind", + "ows" + ], + [ + "com", + "m" + ], + [ + "co", + "mm" + ], + [ + "c", + "omm" + ], + [ + "▁", + ";" + ], + [ + "gro", + "und" + ], + [ + "gr", + "ound" + ], + [ + "g", + "round" + ], + [ + "▁pla", + "ce" + ], + [ + "▁pl", + "ace" + ], + [ + "▁p", + "lace" + ], + [ + "▁", + "place" + ], + [ + "B", + "y" + ], + [ + "▁pro", + "ject" + ], + [ + "▁", + "project" + ], + [ + "Obj", + "ect" + ], + [ + "Ob", + "ject" + ], + [ + "O", + "bject" + ], + [ + "▁rep", + "r" + ], + [ + "▁re", + "pr" + ], + [ + "ence", + "s" + ], + [ + "enc", + "es" + ], + [ + "en", + "ces" + ], + [ + "indo", + "w" + ], + [ + "ind", + "ow" + ], + [ + "z", + "t" + ], + [ + "▁file", + "s" + ], + [ + "▁fil", + "es" + ], + [ + "▁fi", + "les" + ], + [ + "▁f", + "iles" + ], + [ + "▁", + "files" + ], + [ + "c", + "z" + ], + [ + "ivi", + "ty" + ], + [ + "iv", + "ity" + ], + [ + "i", + "vity" + ], + [ + "▁in", + "it" + ], + [ + "▁i", + "nit" + ], + [ + "▁", + "init" + ], + [ + "▁pro", + "b" + ], + [ + "▁pr", + "ob" + ], + [ + "▁p", + "rob" + ], + [ + "▁", + "prob" + ], + [ + "▁s", + "k" + ], + [ + "▁", + "sk" + ], + [ + "ort", + "h" + ], + [ + "or", + "th" + ], + [ + "imen", + "t" + ], + [ + "ime", + "nt" + ], + [ + "im", + "ent" + ], + [ + "i", + "ment" + ], + [ + "ou", + "ble" + ], + [ + "ata", + "l" + ], + [ + "at", + "al" + ], + [ + "a", + "tal" + ], + [ + "ir", + "c" + ], + [ + "i", + "rc" + ], + [ + "▁", + "è" + ], + [ + "▁br", + "e" + ], + [ + "▁b", + "re" + ], + [ + "▁", + "bre" + ], + [ + "ist", + "a" + ], + [ + "is", + "ta" + ], + [ + "i", + "sta" + ], + [ + "in", + "put" + ], + [ + "▁", + "И" + ], + [ + "но", + "й" + ], + [ + "su", + "m" + ], + [ + "s", + "um" + ], + [ + "pat", + "h" + ], + [ + "pa", + "th" + ], + [ + "p", + "ath" + ], + [ + "▁cou", + "r" + ], + [ + "▁co", + "ur" + ], + [ + "▁c", + "our" + ], + [ + "▁to", + "o" + ], + [ + "▁t", + "oo" + ], + [ + "▁A", + "d" + ], + [ + "▁", + "Ad" + ], + [ + "▁G", + "u" + ], + [ + "▁", + "Gu" + ], + [ + "▁fal", + "se" + ], + [ + "▁f", + "alse" + ], + [ + "▁", + "false" + ], + [ + "▁fu", + "n" + ], + [ + "▁f", + "un" + ], + [ + "▁", + "fun" + ], + [ + "▁с", + "т" + ], + [ + "▁", + "ст" + ], + [ + "oo", + "d" + ], + [ + "o", + "od" + ], + [ + "è", + "s" + ], + [ + "▁en", + "c" + ], + [ + "▁e", + "nc" + ], + [ + "▁", + "enc" + ], + [ + "bo", + "l" + ], + [ + "b", + "ol" + ], + [ + "r", + "l" + ], + [ + "arg", + "et" + ], + [ + "ar", + "get" + ], + [ + "orde", + "r" + ], + [ + "ord", + "er" + ], + [ + "or", + "der" + ], + [ + "▁me", + "an" + ], + [ + "▁", + "mean" + ], + [ + "п", + "е" + ], + [ + "ige", + "n" + ], + [ + "ig", + "en" + ], + [ + "i", + "gen" + ], + [ + "▁пр", + "е" + ], + [ + "▁п", + "ре" + ], + [ + "▁", + "пре" + ], + [ + "wid", + "th" + ], + [ + "w", + "idth" + ], + [ + ";", + "\r" + ], + [ + "ito", + "r" + ], + [ + "it", + "or" + ], + [ + "i", + "tor" + ], + [ + "▁stat", + "e" + ], + [ + "▁sta", + "te" + ], + [ + "▁st", + "ate" + ], + [ + "▁", + "state" + ], + [ + "▁gre", + "at" + ], + [ + "en", + "n" + ], + [ + "e", + "nn" + ], + [ + "bi", + "n" + ], + [ + "b", + "in" + ], + [ + "E", + "r" + ], + [ + "Mo", + "d" + ], + [ + "M", + "od" + ], + [ + "o", + "z" + ], + [ + "▁wo", + "n" + ], + [ + "▁w", + "on" + ], + [ + "▁", + "won" + ], + [ + "▁fac", + "t" + ], + [ + "▁fa", + "ct" + ], + [ + "▁f", + "act" + ], + [ + "▁", + "fact" + ], + [ + "▁jav", + "a" + ], + [ + "▁ja", + "va" + ], + [ + "▁j", + "ava" + ], + [ + "▁", + "java" + ], + [ + "▁Un", + "ivers" + ], + [ + "▁", + "Univers" + ], + [ + "▁ca", + "p" + ], + [ + "▁c", + "ap" + ], + [ + "▁", + "cap" + ], + [ + "isto", + "r" + ], + [ + "ist", + "or" + ], + [ + "is", + "tor" + ], + [ + "i", + "stor" + ], + [ + "}", + "(" + ], + [ + "k", + "u" + ], + [ + "ith", + "er" + ], + [ + "it", + "her" + ], + [ + "i", + "ther" + ], + [ + "ale", + "s" + ], + [ + "al", + "es" + ], + [ + "a", + "les" + ], + [ + "▁o", + "u" + ], + [ + "▁", + "ou" + ], + [ + "ros", + "s" + ], + [ + "ro", + "ss" + ], + [ + "r", + "oss" + ], + [ + "▁tak", + "e" + ], + [ + "▁ta", + "ke" + ], + [ + "▁t", + "ake" + ], + [ + "▁", + "take" + ], + [ + "ri", + "x" + ], + [ + "r", + "ix" + ], + [ + "lo", + "b" + ], + [ + "l", + "ob" + ], + [ + "▁ein", + "e" + ], + [ + "▁e", + "ine" + ], + [ + "ase", + "s" + ], + [ + "as", + "es" + ], + [ + "▁acc", + "ess" + ], + [ + "▁ac", + "cess" + ], + [ + "▁a", + "ccess" + ], + [ + "▁", + "access" + ], + [ + "it", + "é" + ], + [ + "i", + "té" + ], + [ + "ist", + "r" + ], + [ + "is", + "tr" + ], + [ + "i", + "str" + ], + [ + "iza", + "tion" + ], + [ + "iz", + "ation" + ], + [ + "▁app", + "ro" + ], + [ + "▁ap", + "pro" + ], + [ + "▁", + "appro" + ], + [ + "bal", + "l" + ], + [ + "ba", + "ll" + ], + [ + "b", + "all" + ], + [ + "▁ma", + "k" + ], + [ + "▁m", + "ak" + ], + [ + "}", + "^" + ], + [ + "▁Con", + "s" + ], + [ + "▁Co", + "ns" + ], + [ + "▁C", + "ons" + ], + [ + "▁", + "Cons" + ], + [ + "pres", + "s" + ], + [ + "pre", + "ss" + ], + [ + "pr", + "ess" + ], + [ + "p", + "ress" + ], + [ + "ser", + "v" + ], + [ + "se", + "rv" + ], + [ + "s", + "erv" + ], + [ + "()", + "." + ], + [ + "(", + ")." + ], + [ + "a", + "f" + ], + [ + "▁re", + "f" + ], + [ + "▁r", + "ef" + ], + [ + "▁", + "ref" + ], + [ + ")", + "\\" + ], + [ + "▁cont", + "in" + ], + [ + "s", + "u" + ], + [ + "ive", + "r" + ], + [ + "iv", + "er" + ], + [ + "i", + "ver" + ], + [ + "▁con", + "d" + ], + [ + "▁co", + "nd" + ], + [ + "▁c", + "ond" + ], + [ + "▁", + "cond" + ], + [ + "▁exp", + "ect" + ], + [ + "▁ex", + "pect" + ], + [ + "▁", + "expect" + ], + [ + "▁char", + "act" + ], + [ + "▁cha", + "ract" + ], + [ + "ber", + "t" + ], + [ + "be", + "rt" + ], + [ + "b", + "ert" + ], + [ + "el", + "t" + ], + [ + "e", + "lt" + ], + [ + "ter", + "s" + ], + [ + "te", + "rs" + ], + [ + "t", + "ers" + ], + [ + "scri", + "pt" + ], + [ + "scr", + "ipt" + ], + [ + "s", + "cript" + ], + [ + "▁E", + "d" + ], + [ + "▁", + "Ed" + ], + [ + "ap", + "t" + ], + [ + "a", + "pt" + ], + [ + "')", + ";" + ], + [ + "'", + ");" + ], + [ + "pr", + "int" + ], + [ + "▁si", + "ze" + ], + [ + "▁s", + "ize" + ], + [ + "▁", + "size" + ], + [ + "▁sic", + "h" + ], + [ + "▁si", + "ch" + ], + [ + "▁s", + "ich" + ], + [ + "fac", + "e" + ], + [ + "fa", + "ce" + ], + [ + "f", + "ace" + ], + [ + "ende", + "n" + ], + [ + "end", + "en" + ], + [ + "en", + "den" + ], + [ + "▁Am", + "er" + ], + [ + "▁A", + "mer" + ], + [ + "▁", + "Amer" + ], + [ + "ifie", + "d" + ], + [ + "ifi", + "ed" + ], + [ + "if", + "ied" + ], + [ + "ó", + "w" + ], + [ + "▁S", + "u" + ], + [ + "▁", + "Su" + ], + [ + "te", + "s" + ], + [ + "t", + "es" + ], + [ + "me", + "d" + ], + [ + "m", + "ed" + ], + [ + "▁Re", + "g" + ], + [ + "▁R", + "eg" + ], + [ + "▁", + "Reg" + ], + [ + "sol", + "e" + ], + [ + "so", + "le" + ], + [ + "s", + "ole" + ], + [ + "▁inclu", + "d" + ], + [ + "▁incl", + "ud" + ], + [ + "▁in", + "clud" + ], + [ + "▁", + "includ" + ], + [ + "in", + "i" + ], + [ + "i", + "ni" + ], + [ + "inc", + "i" + ], + [ + "in", + "ci" + ], + [ + "▁pl", + "a" + ], + [ + "▁p", + "la" + ], + [ + "▁", + "pla" + ], + [ + "▁le", + "ft" + ], + [ + "▁l", + "eft" + ], + [ + "▁", + "left" + ], + [ + "d", + "f" + ], + [ + "Pa", + "r" + ], + [ + "P", + "ar" + ], + [ + "▁Al", + "l" + ], + [ + "▁A", + "ll" + ], + [ + "▁", + "All" + ], + [ + "▁oc", + "c" + ], + [ + "▁o", + "cc" + ], + [ + "▁", + "occ" + ], + [ + "▁A", + "t" + ], + [ + "▁", + "At" + ], + [ + "▁c", + "r" + ], + [ + "▁", + "cr" + ], + [ + "Q", + "u" + ], + [ + "▁give", + "n" + ], + [ + "▁giv", + "en" + ], + [ + "▁gi", + "ven" + ], + [ + "▁g", + "iven" + ], + [ + "▁Syst", + "em" + ], + [ + "▁S", + "ystem" + ], + [ + "▁", + "System" + ], + [ + "ica", + "n" + ], + [ + "ic", + "an" + ], + [ + "i", + "can" + ], + [ + "▁fin", + "al" + ], + [ + "▁fi", + "nal" + ], + [ + "▁f", + "inal" + ], + [ + "▁", + "final" + ], + [ + "ition", + "s" + ], + [ + "iti", + "ons" + ], + [ + "it", + "ions" + ], + [ + "▁б", + "ы" + ], + [ + "▁", + "бы" + ], + [ + "▁perf", + "orm" + ], + [ + "▁per", + "form" + ], + [ + "▁", + "perform" + ], + [ + "A", + "N" + ], + [ + "▁M", + "e" + ], + [ + "▁", + "Me" + ], + [ + "ur", + "o" + ], + [ + "u", + "ro" + ], + [ + "▁Th", + "at" + ], + [ + "▁T", + "hat" + ], + [ + "▁", + "That" + ], + [ + "г", + "ра" + ], + [ + "▁П", + "о" + ], + [ + "▁", + "По" + ], + [ + "▁в", + "и" + ], + [ + "▁", + "ви" + ], + [ + "abl", + "y" + ], + [ + "ab", + "ly" + ], + [ + "▁pres", + "ent" + ], + [ + "▁pre", + "sent" + ], + [ + "▁pr", + "esent" + ], + [ + "▁", + "present" + ], + [ + "du", + "ct" + ], + [ + "d", + "uct" + ], + [ + "ri", + "c" + ], + [ + "r", + "ic" + ], + [ + "▁En", + "g" + ], + [ + "▁E", + "ng" + ], + [ + "▁", + "Eng" + ], + [ + "tr", + "y" + ], + [ + "t", + "ry" + ], + [ + "▁la", + "r" + ], + [ + "▁l", + "ar" + ], + [ + "▁", + "lar" + ], + [ + "b", + "l" + ], + [ + "id", + "d" + ], + [ + "i", + "dd" + ], + [ + "▁ä", + "r" + ], + [ + "▁", + "är" + ], + [ + "or", + "a" + ], + [ + "o", + "ra" + ], + [ + "L", + "L" + ], + [ + "os", + "s" + ], + [ + "o", + "ss" + ], + [ + "▁I", + "SBN" + ], + [ + "▁", + "ISBN" + ], + [ + "▁thre", + "e" + ], + [ + "▁thr", + "ee" + ], + [ + "▁th", + "ree" + ], + [ + "▁", + "three" + ], + [ + "j", + "o" + ], + [ + "n", + "í" + ], + [ + "r", + "c" + ], + [ + "▁fa", + "r" + ], + [ + "▁f", + "ar" + ], + [ + "▁", + "far" + ], + [ + "▁No", + "t" + ], + [ + "▁N", + "ot" + ], + [ + "▁", + "Not" + ], + [ + "▁litt", + "le" + ], + [ + "▁l", + "ittle" + ], + [ + "di", + "s" + ], + [ + "d", + "is" + ], + [ + "at", + "i" + ], + [ + "a", + "ti" + ], + [ + "func", + "tion" + ], + [ + "fun", + "ction" + ], + [ + "f", + "unction" + ], + [ + "▁ab", + "le" + ], + [ + "▁a", + "ble" + ], + [ + "▁", + "able" + ], + [ + "les", + "s" + ], + [ + "le", + "ss" + ], + [ + "l", + "ess" + ], + [ + "с", + "о" + ], + [ + "▁pat", + "h" + ], + [ + "▁pa", + "th" + ], + [ + "▁p", + "ath" + ], + [ + "▁", + "path" + ], + [ + "▁pre", + "s" + ], + [ + "▁pr", + "es" + ], + [ + "▁p", + "res" + ], + [ + "▁", + "pres" + ], + [ + "los", + "e" + ], + [ + "lo", + "se" + ], + [ + "l", + "ose" + ], + [ + "P", + "I" + ], + [ + "▁issu", + "e" + ], + [ + "▁iss", + "ue" + ], + [ + "▁", + "issue" + ], + [ + "ack", + "age" + ], + [ + "tim", + "e" + ], + [ + "ti", + "me" + ], + [ + "t", + "ime" + ], + [ + "ig", + "e" + ], + [ + "i", + "ge" + ], + [ + "am", + "s" + ], + [ + "a", + "ms" + ], + [ + "▁C", + "l" + ], + [ + "▁", + "Cl" + ], + [ + "ail", + "s" + ], + [ + "ai", + "ls" + ], + [ + "a", + "ils" + ], + [ + "al", + "k" + ], + [ + "i", + "i" + ], + [ + "ш", + "е" + ], + [ + "pe", + "n" + ], + [ + "p", + "en" + ], + [ + "Q", + "L" + ], + [ + "▁e", + "as" + ], + [ + "R", + "L" + ], + [ + "ce", + "l" + ], + [ + "c", + "el" + ], + [ + "▁s", + "l" + ], + [ + "▁", + "sl" + ], + [ + "▁as", + "k" + ], + [ + "▁a", + "sk" + ], + [ + "▁", + "ask" + ], + [ + "▁no", + "m" + ], + [ + "▁n", + "om" + ], + [ + "▁", + "nom" + ], + [ + "▁to", + "p" + ], + [ + "▁t", + "op" + ], + [ + "▁", + "top" + ], + [ + "ide", + "s" + ], + [ + "id", + "es" + ], + [ + "i", + "des" + ], + [ + "inde", + "x" + ], + [ + "ind", + "ex" + ], + [ + "in", + "dex" + ], + [ + "é", + "m" + ], + [ + "▁ha", + "pp" + ], + [ + "▁h", + "app" + ], + [ + "o", + "x" + ], + [ + "c", + "d" + ], + [ + "▁bet", + "ter" + ], + [ + "▁b", + "etter" + ], + [ + "▁lo", + "ad" + ], + [ + "▁", + "load" + ], + [ + "ado", + "s" + ], + [ + "ad", + "os" + ], + [ + "ze", + "n" + ], + [ + "z", + "en" + ], + [ + "▁c", + "e" + ], + [ + "▁", + "ce" + ], + [ + "▁f", + "a" + ], + [ + "▁", + "fa" + ], + [ + "▁Joh", + "n" + ], + [ + "▁Jo", + "hn" + ], + [ + "▁J", + "ohn" + ], + [ + "▁", + "John" + ], + [ + "IM", + "A" + ], + [ + "I", + "MA" + ], + [ + "▁Ba", + "r" + ], + [ + "▁B", + "ar" + ], + [ + "▁", + "Bar" + ], + [ + "over", + "flow" + ], + [ + "▁д", + "е" + ], + [ + "▁", + "де" + ], + [ + "nes", + "s" + ], + [ + "ne", + "ss" + ], + [ + "n", + "ess" + ], + [ + "ce", + "r" + ], + [ + "c", + "er" + ], + [ + "▁Her", + "e" + ], + [ + "▁He", + "re" + ], + [ + "▁H", + "ere" + ], + [ + "▁", + "Here" + ], + [ + "re", + "t" + ], + [ + "r", + "et" + ], + [ + "▁s", + "z" + ], + [ + "▁", + "sz" + ], + [ + "amb", + "da" + ], + [ + "op", + "y" + ], + [ + "o", + "py" + ], + [ + "ur", + "l" + ], + [ + "u", + "rl" + ], + [ + "p", + "y" + ], + [ + "r", + "t" + ], + [ + "▁under", + "stand" + ], + [ + "a", + "ł" + ], + [ + "he", + "r" + ], + [ + "h", + "er" + ], + [ + "#", + "#" + ], + [ + "▁chi", + "ld" + ], + [ + "▁ch", + "ild" + ], + [ + "▁", + "child" + ], + [ + "▁ex", + "ec" + ], + [ + "▁", + "exec" + ], + [ + "▁applic", + "ation" + ], + [ + "▁app", + "lication" + ], + [ + "▁", + "application" + ], + [ + "▁stru", + "ct" + ], + [ + "▁str", + "uct" + ], + [ + "▁st", + "ruct" + ], + [ + "▁", + "struct" + ], + [ + "▁", + "я" + ], + [ + "Fil", + "e" + ], + [ + "Fi", + "le" + ], + [ + "F", + "ile" + ], + [ + "▁cer", + "t" + ], + [ + "▁ce", + "rt" + ], + [ + "▁c", + "ert" + ], + [ + "▁", + "cert" + ], + [ + "iso", + "n" + ], + [ + "is", + "on" + ], + [ + "i", + "son" + ], + [ + "▁vari", + "able" + ], + [ + "▁", + "variable" + ], + [ + "D", + "E" + ], + [ + "r", + "s" + ], + [ + "▁real", + "ly" + ], + [ + "▁re", + "ally" + ], + [ + "Po", + "rt" + ], + [ + "P", + "ort" + ], + [ + "b", + "a" + ], + [ + "▁Be", + "r" + ], + [ + "▁B", + "er" + ], + [ + "▁", + "Ber" + ], + [ + "▁int", + "e" + ], + [ + "▁in", + "te" + ], + [ + "▁", + "inte" + ], + [ + "▁stati", + "c" + ], + [ + "▁stat", + "ic" + ], + [ + "▁st", + "atic" + ], + [ + "▁", + "static" + ], + [ + "▁conf", + "ig" + ], + [ + "▁con", + "fig" + ], + [ + "▁", + "config" + ], + [ + "▁Sh", + "e" + ], + [ + "▁S", + "he" + ], + [ + "▁", + "She" + ], + [ + "estion", + "s" + ], + [ + "esti", + "ons" + ], + [ + "est", + "ions" + ], + [ + "▁pl", + "us" + ], + [ + "▁p", + "lus" + ], + [ + "▁", + "plus" + ], + [ + "▁ha", + "b" + ], + [ + "▁h", + "ab" + ], + [ + "▁", + "hab" + ], + [ + "op", + "e" + ], + [ + "o", + "pe" + ], + [ + "▁mu", + "s" + ], + [ + "▁m", + "us" + ], + [ + "▁", + "mus" + ], + [ + "▁coun", + "t" + ], + [ + "▁cou", + "nt" + ], + [ + "▁co", + "unt" + ], + [ + "▁c", + "ount" + ], + [ + "▁", + "count" + ], + [ + "M", + "E" + ], + [ + "▁supp", + "ort" + ], + [ + "▁sup", + "port" + ], + [ + "▁su", + "pport" + ], + [ + "▁", + "support" + ], + [ + "▁pe", + "ople" + ], + [ + "▁", + "people" + ], + [ + "▁be", + "h" + ], + [ + "▁b", + "eh" + ], + [ + "▁al", + "ready" + ], + [ + "T", + "r" + ], + [ + "▁don", + "e" + ], + [ + "▁do", + "ne" + ], + [ + "▁d", + "one" + ], + [ + "▁", + "done" + ], + [ + "de", + "m" + ], + [ + "d", + "em" + ], + [ + "si", + "ze" + ], + [ + "s", + "ize" + ], + [ + "alph", + "a" + ], + [ + "al", + "pha" + ], + [ + "▁dis", + "c" + ], + [ + "▁di", + "sc" + ], + [ + "▁d", + "isc" + ], + [ + "]", + ")" + ], + [ + "▁Ma", + "n" + ], + [ + "▁M", + "an" + ], + [ + "▁", + "Man" + ], + [ + "▁mi", + "l" + ], + [ + "▁m", + "il" + ], + [ + "▁", + "mil" + ], + [ + "▁stan", + "d" + ], + [ + "▁sta", + "nd" + ], + [ + "▁st", + "and" + ], + [ + "▁", + "stand" + ], + [ + "▁gro", + "up" + ], + [ + "▁gr", + "oup" + ], + [ + "▁", + "group" + ], + [ + "▁sm", + "all" + ], + [ + "▁", + "small" + ], + [ + "▁ma", + "g" + ], + [ + "▁m", + "ag" + ], + [ + "▁", + "mag" + ], + [ + "ст", + "ь" + ], + [ + "с", + "ть" + ], + [ + "▁def", + "ault" + ], + [ + "▁de", + "fault" + ], + [ + "▁", + "default" + ], + [ + "▁sing", + "le" + ], + [ + "▁sin", + "gle" + ], + [ + "▁", + "single" + ], + [ + "lin", + "k" + ], + [ + "l", + "ink" + ], + [ + "clud", + "e" + ], + [ + "cl", + "ude" + ], + [ + "▁e", + "ar" + ], + [ + "▁", + "ear" + ], + [ + "ila", + "r" + ], + [ + "il", + "ar" + ], + [ + "i", + "lar" + ], + [ + "***", + "*" + ], + [ + "**", + "**" + ], + [ + "*", + "***" + ], + [ + "▁fi", + "x" + ], + [ + "▁f", + "ix" + ], + [ + "▁", + "fix" + ], + [ + "le", + "y" + ], + [ + "l", + "ey" + ], + [ + "▁pa", + "s" + ], + [ + "▁p", + "as" + ], + [ + "▁", + "pas" + ], + [ + "ни", + "й" + ], + [ + "iss", + "ion" + ], + [ + "▁impl", + "ement" + ], + [ + "▁imp", + "lement" + ], + [ + "▁im", + "plement" + ], + [ + "it", + "ch" + ], + [ + "▁год", + "а" + ], + [ + "▁го", + "да" + ], + [ + "▁al", + "ways" + ], + [ + "▁", + "always" + ], + [ + "▁Ja", + "h" + ], + [ + "▁J", + "ah" + ], + [ + "pr", + "ing" + ], + [ + "p", + "ring" + ], + [ + "ç", + "ão" + ], + [ + "pla", + "te" + ], + [ + "pl", + "ate" + ], + [ + "p", + "late" + ], + [ + "▁desc", + "ri" + ], + [ + "▁des", + "cri" + ], + [ + "▁de", + "scri" + ], + [ + "▁he", + "ad" + ], + [ + "▁h", + "ead" + ], + [ + "▁", + "head" + ], + [ + "ini", + "t" + ], + [ + "in", + "it" + ], + [ + "i", + "nit" + ], + [ + "og", + "raf" + ], + [ + "▁quer", + "y" + ], + [ + "▁que", + "ry" + ], + [ + "▁qu", + "ery" + ], + [ + "▁", + "query" + ], + [ + "ive", + "d" + ], + [ + "iv", + "ed" + ], + [ + "i", + "ved" + ], + [ + "▁in", + "g" + ], + [ + "▁i", + "ng" + ], + [ + "▁", + "ing" + ], + [ + "pt", + "y" + ], + [ + "p", + "ty" + ], + [ + "h", + "a" + ], + [ + "▁mo", + "v" + ], + [ + "▁m", + "ov" + ], + [ + "▁", + "mov" + ], + [ + "▁", + "э" + ], + [ + "ett", + "e" + ], + [ + "et", + "te" + ], + [ + "e", + "tte" + ], + [ + "il", + "y" + ], + [ + "i", + "ly" + ], + [ + "▁go", + "t" + ], + [ + "▁g", + "ot" + ], + [ + "▁", + "got" + ], + [ + "ile", + "d" + ], + [ + "il", + "ed" + ], + [ + "i", + "led" + ], + [ + "ic", + "ro" + ], + [ + "i", + "cro" + ], + [ + "▁w", + "r" + ], + [ + "▁", + "wr" + ], + [ + "р", + "я" + ], + [ + "▁nev", + "er" + ], + [ + "▁ne", + "ver" + ], + [ + "▁n", + "ever" + ], + [ + "ore", + "s" + ], + [ + "or", + "es" + ], + [ + "o", + "res" + ], + [ + "▁ba", + "s" + ], + [ + "▁b", + "as" + ], + [ + "▁", + "bas" + ], + [ + "io", + "s" + ], + [ + "i", + "os" + ], + [ + "lac", + "k" + ], + [ + "la", + "ck" + ], + [ + "l", + "ack" + ], + [ + "ain", + "t" + ], + [ + "ai", + "nt" + ], + [ + "a", + "int" + ], + [ + "vi", + "ous" + ], + [ + "v", + "ious" + ], + [ + "▁giv", + "e" + ], + [ + "▁gi", + "ve" + ], + [ + "▁g", + "ive" + ], + [ + "ida", + "d" + ], + [ + "id", + "ad" + ], + [ + "E", + "n" + ], + [ + "ны", + "й" + ], + [ + "н", + "ый" + ], + [ + "tab", + "le" + ], + [ + "ta", + "ble" + ], + [ + "t", + "able" + ], + [ + "▁Н", + "а" + ], + [ + "▁", + "На" + ], + [ + "▁pa", + "t" + ], + [ + "▁p", + "at" + ], + [ + "▁", + "pat" + ], + [ + "то", + "р" + ], + [ + "т", + "ор" + ], + [ + "ang", + "u" + ], + [ + "an", + "gu" + ], + [ + "lo", + "y" + ], + [ + "l", + "oy" + ], + [ + "▁se", + "g" + ], + [ + "▁s", + "eg" + ], + [ + "▁", + "seg" + ], + [ + "arr", + "ay" + ], + [ + "ar", + "ray" + ], + [ + "▁F", + "l" + ], + [ + "▁", + "Fl" + ], + [ + "▁inde", + "x" + ], + [ + "▁ind", + "ex" + ], + [ + "▁in", + "dex" + ], + [ + "▁", + "index" + ], + [ + "▁s", + "w" + ], + [ + "▁", + "sw" + ], + [ + "IMA", + "GE" + ], + [ + "IM", + "AGE" + ], + [ + "▁k", + "m" + ], + [ + "▁", + "km" + ], + [ + "б", + "и" + ], + [ + "Cla", + "ss" + ], + [ + "Cl", + "ass" + ], + [ + "C", + "lass" + ], + [ + "en", + "a" + ], + [ + "e", + "na" + ], + [ + "ме", + "н" + ], + [ + "м", + "ен" + ], + [ + "com", + "p" + ], + [ + "co", + "mp" + ], + [ + "c", + "omp" + ], + [ + "atu", + "s" + ], + [ + "at", + "us" + ], + [ + "ra", + "p" + ], + [ + "r", + "ap" + ], + [ + "▁Lis", + "t" + ], + [ + "▁Li", + "st" + ], + [ + "▁L", + "ist" + ], + [ + "▁", + "List" + ], + [ + "Err", + "or" + ], + [ + "Er", + "ror" + ], + [ + "E", + "rror" + ], + [ + "▁ty", + "p" + ], + [ + "▁t", + "yp" + ], + [ + "▁", + "typ" + ], + [ + "▁м", + "а" + ], + [ + "▁", + "ма" + ], + [ + "c", + "s" + ], + [ + "'", + ":" + ], + [ + "j", + "i" + ], + [ + "▁How", + "ever" + ], + [ + "▁", + "However" + ], + [ + "▁т", + "е" + ], + [ + "▁", + "те" + ], + [ + "▁bel", + "ow" + ], + [ + "▁be", + "low" + ], + [ + "▁", + "below" + ], + [ + "▁Ap", + "p" + ], + [ + "▁A", + "pp" + ], + [ + "▁", + "App" + ], + [ + "щ", + "е" + ], + [ + "}", + "_" + ], + [ + "bu", + "m" + ], + [ + "b", + "um" + ], + [ + "vi", + "r" + ], + [ + "v", + "ir" + ], + [ + "ée", + "s" + ], + [ + "é", + "es" + ], + [ + "▁rec", + "ord" + ], + [ + "▁re", + "cord" + ], + [ + "▁", + "record" + ], + [ + "ta", + "in" + ], + [ + "t", + "ain" + ], + [ + "le", + "m" + ], + [ + "l", + "em" + ], + [ + "ita", + "l" + ], + [ + "it", + "al" + ], + [ + "i", + "tal" + ], + [ + "▁im", + "p" + ], + [ + "▁i", + "mp" + ], + [ + "▁", + "imp" + ], + [ + "eg", + "o" + ], + [ + "e", + "go" + ], + [ + "▁o", + "d" + ], + [ + "▁", + "od" + ], + [ + "▁rec", + "e" + ], + [ + "▁re", + "ce" + ], + [ + "▁", + "rece" + ], + [ + "mi", + "t" + ], + [ + "m", + "it" + ], + [ + "ff", + "ic" + ], + [ + "f", + "fic" + ], + [ + "stack", + "overflow" + ], + [ + "iev", + "e" + ], + [ + "ie", + "ve" + ], + [ + "▁", + "З" + ], + [ + "▁no", + "v" + ], + [ + "▁n", + "ov" + ], + [ + "▁", + "nov" + ], + [ + "ц", + "е" + ], + [ + "▁Inter", + "n" + ], + [ + "▁Int", + "ern" + ], + [ + "▁In", + "tern" + ], + [ + "▁", + "Intern" + ], + [ + "b", + "u" + ], + [ + "▁sug", + "g" + ], + [ + "▁su", + "gg" + ], + [ + "▁s", + "ugg" + ], + [ + "▁lo", + "op" + ], + [ + "▁l", + "oop" + ], + [ + "▁", + "loop" + ], + [ + "rid", + "e" + ], + [ + "ri", + "de" + ], + [ + "r", + "ide" + ], + [ + "▁$", + "(" + ], + [ + "▁", + "$(" + ], + [ + "▁sup", + "er" + ], + [ + "▁su", + "per" + ], + [ + "▁s", + "uper" + ], + [ + "▁", + "super" + ], + [ + "ri", + "d" + ], + [ + "r", + "id" + ], + [ + "ны", + "х" + ], + [ + "н", + "ых" + ], + [ + "▁Pe", + "r" + ], + [ + "▁P", + "er" + ], + [ + "▁", + "Per" + ], + [ + "▁do", + "m" + ], + [ + "▁d", + "om" + ], + [ + "▁", + "dom" + ], + [ + "=", + "'" + ], + [ + "uts", + "ch" + ], + [ + "ut", + "sch" + ], + [ + "le", + "n" + ], + [ + "l", + "en" + ], + [ + "▁writ", + "e" + ], + [ + "▁wr", + "ite" + ], + [ + "▁w", + "rite" + ], + [ + "▁", + "write" + ], + [ + "▁in", + "v" + ], + [ + "▁", + "inv" + ], + [ + "out", + "h" + ], + [ + "ou", + "th" + ], + [ + "o", + "uth" + ], + [ + "▁He", + "r" + ], + [ + "▁H", + "er" + ], + [ + "▁", + "Her" + ], + [ + "▁year", + "s" + ], + [ + "▁ye", + "ars" + ], + [ + "▁y", + "ears" + ], + [ + "▁origin", + "al" + ], + [ + "▁orig", + "inal" + ], + [ + "▁or", + "iginal" + ], + [ + "▁", + "original" + ], + [ + "eg", + "a" + ], + [ + "e", + "ga" + ], + [ + "▁St", + "e" + ], + [ + "▁S", + "te" + ], + [ + "▁", + "Ste" + ], + [ + "▁seem", + "s" + ], + [ + "▁see", + "ms" + ], + [ + "▁se", + "ems" + ], + [ + "é", + "g" + ], + [ + "▁ne", + "xt" + ], + [ + "▁n", + "ext" + ], + [ + "▁", + "next" + ], + [ + "ede", + "r" + ], + [ + "ed", + "er" + ], + [ + "e", + "der" + ], + [ + "▁N", + "e" + ], + [ + "▁", + "Ne" + ], + [ + "ava", + "s" + ], + [ + "av", + "as" + ], + [ + "a", + "vas" + ], + [ + "ifica", + "tion" + ], + [ + "ific", + "ation" + ], + [ + "ifi", + "cation" + ], + [ + "Ex", + "ception" + ], + [ + "▁De", + "r" + ], + [ + "▁D", + "er" + ], + [ + "▁", + "Der" + ], + [ + "▁v", + "e" + ], + [ + "▁", + "ve" + ], + [ + "ati", + "c" + ], + [ + "at", + "ic" + ], + [ + "ha", + "t" + ], + [ + "h", + "at" + ], + [ + "bra", + "ry" + ], + [ + "br", + "ary" + ], + [ + "ret", + "urn" + ], + [ + "re", + "turn" + ], + [ + "ur", + "ch" + ], + [ + "isi", + "on" + ], + [ + "is", + "ion" + ], + [ + "m", + "i" + ], + [ + "oin", + "t" + ], + [ + "oi", + "nt" + ], + [ + "o", + "int" + ], + [ + "▁da", + "y" + ], + [ + "▁d", + "ay" + ], + [ + "▁", + "day" + ], + [ + "ict", + "ion" + ], + [ + "ic", + "tion" + ], + [ + "i", + "ction" + ], + [ + "á", + "l" + ], + [ + "▁é", + "s" + ], + [ + "▁", + "és" + ], + [ + "▁thou", + "gh" + ], + [ + "▁th", + "ough" + ], + [ + "▁", + "though" + ], + [ + "act", + "ion" + ], + [ + "ac", + "tion" + ], + [ + "a", + "ction" + ], + [ + "í", + "t" + ], + [ + "unge", + "n" + ], + [ + "ung", + "en" + ], + [ + "un", + "gen" + ], + [ + "our", + "s" + ], + [ + "ou", + "rs" + ], + [ + "o", + "urs" + ], + [ + "▁scri", + "pt" + ], + [ + "▁scr", + "ipt" + ], + [ + "▁s", + "cript" + ], + [ + "▁", + "script" + ], + [ + "▁inform", + "ation" + ], + [ + "▁in", + "formation" + ], + [ + "▁", + "information" + ], + [ + "▁mult", + "i" + ], + [ + "▁mul", + "ti" + ], + [ + "▁", + "multi" + ], + [ + "▁\\", + "\\" + ], + [ + "▁", + "\\\\" + ], + [ + "ste", + "r" + ], + [ + "st", + "er" + ], + [ + "s", + "ter" + ], + [ + "к", + "е" + ], + [ + "A", + "C" + ], + [ + "cie", + "s" + ], + [ + "ci", + "es" + ], + [ + "c", + "ies" + ], + [ + "▁disp", + "lay" + ], + [ + "▁dis", + "play" + ], + [ + "▁", + "display" + ], + [ + "oma", + "n" + ], + [ + "om", + "an" + ], + [ + "o", + "man" + ], + [ + "Tim", + "e" + ], + [ + "T", + "ime" + ], + [ + "iu", + "s" + ], + [ + "i", + "us" + ], + [ + "))", + ";" + ], + [ + ")", + ");" + ], + [ + "tr", + "e" + ], + [ + "t", + "re" + ], + [ + "▁li", + "m" + ], + [ + "▁l", + "im" + ], + [ + "▁", + "lim" + ], + [ + "atel", + "y" + ], + [ + "ate", + "ly" + ], + [ + "at", + "ely" + ], + [ + "é", + "d" + ], + [ + "ist", + "e" + ], + [ + "is", + "te" + ], + [ + "i", + "ste" + ], + [ + "▁с", + "а" + ], + [ + "▁", + "са" + ], + [ + "pos", + "t" + ], + [ + "po", + "st" + ], + [ + "p", + "ost" + ], + [ + "ue", + "l" + ], + [ + "u", + "el" + ], + [ + "im", + "g" + ], + [ + "▁", + "ч" + ], + [ + "ск", + "а" + ], + [ + "с", + "ка" + ], + [ + "el", + "d" + ], + [ + "e", + "ld" + ], + [ + "ppe", + "r" + ], + [ + "pp", + "er" + ], + [ + "p", + "per" + ], + [ + "ul", + "a" + ], + [ + "u", + "la" + ], + [ + "▁gener", + "al" + ], + [ + "▁gene", + "ral" + ], + [ + "▁gen", + "eral" + ], + [ + "▁", + "general" + ], + [ + "A", + "l" + ], + [ + "For", + "m" + ], + [ + "F", + "orm" + ], + [ + "▁up", + "on" + ], + [ + "▁u", + "pon" + ], + [ + "z", + "o" + ], + [ + "ament", + "e" + ], + [ + "amen", + "te" + ], + [ + "am", + "ente" + ], + [ + "a", + "mente" + ], + [ + "▁pro", + "m" + ], + [ + "▁pr", + "om" + ], + [ + "▁p", + "rom" + ], + [ + "▁", + "prom" + ], + [ + "▁", + "ü" + ], + [ + "le", + "x" + ], + [ + "l", + "ex" + ], + [ + "▁tur", + "n" + ], + [ + "▁tu", + "rn" + ], + [ + "▁t", + "urn" + ], + [ + "▁", + "turn" + ], + [ + "▁м", + "е" + ], + [ + "▁", + "ме" + ], + [ + "enti", + "on" + ], + [ + "ent", + "ion" + ], + [ + "en", + "tion" + ], + [ + "ле", + "н" + ], + [ + "л", + "ен" + ], + [ + "▁a", + "f" + ], + [ + "▁", + "af" + ], + [ + "ic", + "le" + ], + [ + "i", + "cle" + ], + [ + "ст", + "в" + ], + [ + "с", + "тв" + ], + [ + "▁F", + "il" + ], + [ + "▁", + "Fil" + ], + [ + "▁", + "Ф" + ], + [ + "avas", + "cript" + ], + [ + "ava", + "script" + ], + [ + "Ma", + "n" + ], + [ + "M", + "an" + ], + [ + "ar", + "a" + ], + [ + "a", + "ra" + ], + [ + "war", + "e" + ], + [ + "wa", + "re" + ], + [ + "w", + "are" + ], + [ + "ali", + "gn" + ], + [ + "al", + "ign" + ], + [ + "ang", + "le" + ], + [ + "an", + "gle" + ], + [ + "▁S", + "c" + ], + [ + "▁", + "Sc" + ], + [ + "uni", + "c" + ], + [ + "un", + "ic" + ], + [ + "u", + "nic" + ], + [ + "▁fra", + "n" + ], + [ + "▁fr", + "an" + ], + [ + "▁f", + "ran" + ], + [ + "▁", + "fran" + ], + [ + "U", + "n" + ], + [ + "z", + "i" + ], + [ + "me", + "t" + ], + [ + "m", + "et" + ], + [ + "Ad", + "d" + ], + [ + "A", + "dd" + ], + [ + "▁pu", + "b" + ], + [ + "▁p", + "ub" + ], + [ + "▁", + "pub" + ], + [ + "ко", + "в" + ], + [ + "к", + "ов" + ], + [ + "▁ge", + "n" + ], + [ + "▁g", + "en" + ], + [ + "▁", + "gen" + ], + [ + "▁po", + "d" + ], + [ + "▁p", + "od" + ], + [ + "▁", + "pod" + ], + [ + "▁su", + "m" + ], + [ + "▁s", + "um" + ], + [ + "▁", + "sum" + ], + [ + "▁hav", + "ing" + ], + [ + "▁ha", + "ving" + ], + [ + "▁h", + "aving" + ], + [ + "▁ave", + "c" + ], + [ + "▁av", + "ec" + ], + [ + "▁a", + "vec" + ], + [ + "s", + "l" + ], + [ + "▁fi", + "g" + ], + [ + "▁f", + "ig" + ], + [ + "▁", + "fig" + ], + [ + "▁Re", + "s" + ], + [ + "▁R", + "es" + ], + [ + "▁", + "Res" + ], + [ + "Dat", + "e" + ], + [ + "Da", + "te" + ], + [ + "D", + "ate" + ], + [ + "ule", + "s" + ], + [ + "ul", + "es" + ], + [ + "u", + "les" + ], + [ + "wi", + "th" + ], + [ + "w", + "ith" + ], + [ + "ски", + "й" + ], + [ + "с", + "кий" + ], + [ + "g", + "u" + ], + [ + "E", + "T" + ], + [ + "▁br", + "o" + ], + [ + "▁b", + "ro" + ], + [ + "▁", + "bro" + ], + [ + "ri", + "e" + ], + [ + "r", + "ie" + ], + [ + "ap", + "s" + ], + [ + "a", + "ps" + ], + [ + "endi", + "ng" + ], + [ + "end", + "ing" + ], + [ + "en", + "ding" + ], + [ + "mai", + "l" + ], + [ + "ma", + "il" + ], + [ + "m", + "ail" + ], + [ + "oo", + "k" + ], + [ + "o", + "ok" + ], + [ + "▁succ", + "ess" + ], + [ + "▁suc", + "cess" + ], + [ + "▁su", + "ccess" + ], + [ + "▁", + "success" + ], + [ + "ber", + "g" + ], + [ + "be", + "rg" + ], + [ + "b", + "erg" + ], + [ + "▁de", + "b" + ], + [ + "▁d", + "eb" + ], + [ + "▁", + "deb" + ], + [ + "elt", + "a" + ], + [ + "el", + "ta" + ], + [ + "()", + "`" + ], + [ + "(", + ")`" + ], + [ + "enti", + "al" + ], + [ + "ent", + "ial" + ], + [ + "fram", + "e" + ], + [ + "fra", + "me" + ], + [ + "fr", + "ame" + ], + [ + "f", + "rame" + ], + [ + "Ke", + "y" + ], + [ + "K", + "ey" + ], + [ + "in", + "n" + ], + [ + "i", + "nn" + ], + [ + "▁simpl", + "e" + ], + [ + "▁simp", + "le" + ], + [ + "▁sim", + "ple" + ], + [ + "▁", + "simple" + ], + [ + "iva", + "l" + ], + [ + "iv", + "al" + ], + [ + "i", + "val" + ], + [ + "▁car", + "e" + ], + [ + "▁ca", + "re" + ], + [ + "▁c", + "are" + ], + [ + "▁", + "care" + ], + [ + "▁We", + "b" + ], + [ + "▁W", + "eb" + ], + [ + "▁", + "Web" + ], + [ + "\")", + "." + ], + [ + "\"", + ")." + ], + [ + "><", + "/" + ], + [ + ">", + "" + ], + [ + "▁", + "/>" + ], + [ + "k", + "o" + ], + [ + "▁exp", + "er" + ], + [ + "▁ex", + "per" + ], + [ + "▁sep", + "ar" + ], + [ + "▁se", + "par" + ], + [ + "▁", + "separ" + ], + [ + "y", + "l" + ], + [ + "our", + "n" + ], + [ + "ou", + "rn" + ], + [ + "o", + "urn" + ], + [ + "▁de", + "v" + ], + [ + "▁d", + "ev" + ], + [ + "▁", + "dev" + ], + [ + "▁auc", + "h" + ], + [ + "▁au", + "ch" + ], + [ + "▁a", + "uch" + ], + [ + "▁", + "auch" + ], + [ + "▁blo", + "ck" + ], + [ + "▁bl", + "ock" + ], + [ + "▁b", + "lock" + ], + [ + "▁", + "block" + ], + [ + "bo", + "ok" + ], + [ + "b", + "ook" + ], + [ + "▁ma", + "p" + ], + [ + "▁m", + "ap" + ], + [ + "▁", + "map" + ], + [ + "ill", + "a" + ], + [ + "il", + "la" + ], + [ + "i", + "lla" + ], + [ + "▁comp", + "ut" + ], + [ + "▁com", + "put" + ], + [ + "▁", + "comput" + ], + [ + "▁spac", + "e" + ], + [ + "▁sp", + "ace" + ], + [ + "▁s", + "pace" + ], + [ + "▁", + "space" + ], + [ + "res", + "ult" + ], + [ + ")", + "}" + ], + [ + "▁ec", + "ho" + ], + [ + "▁e", + "cho" + ], + [ + "▁", + "echo" + ], + [ + "conf", + "ig" + ], + [ + "con", + "fig" + ], + [ + "h", + "i" + ], + [ + "▁larg", + "e" + ], + [ + "▁lar", + "ge" + ], + [ + "▁", + "large" + ], + [ + "▁wid", + "th" + ], + [ + "▁w", + "idth" + ], + [ + "▁", + "width" + ], + [ + "▁G", + "o" + ], + [ + "▁", + "Go" + ], + [ + "ma", + "t" + ], + [ + "m", + "at" + ], + [ + "▁dif", + "f" + ], + [ + "▁di", + "ff" + ], + [ + "▁d", + "iff" + ], + [ + "▁", + "diff" + ], + [ + "▁kin", + "d" + ], + [ + "▁ki", + "nd" + ], + [ + "▁k", + "ind" + ], + [ + "▁", + "kind" + ], + [ + "ance", + "s" + ], + [ + "anc", + "es" + ], + [ + "an", + "ces" + ], + [ + "yna", + "m" + ], + [ + "yn", + "am" + ], + [ + "y", + "nam" + ], + [ + "▁col", + "or" + ], + [ + "▁co", + "lor" + ], + [ + "▁", + "color" + ], + [ + "In", + "t" + ], + [ + "I", + "nt" + ], + [ + "so", + "l" + ], + [ + "s", + "ol" + ], + [ + "▁p", + "i" + ], + [ + "▁", + "pi" + ], + [ + "▁charact", + "er" + ], + [ + "▁char", + "acter" + ], + [ + "▁", + "character" + ], + [ + "omen", + "t" + ], + [ + "ome", + "nt" + ], + [ + "om", + "ent" + ], + [ + "o", + "ment" + ], + [ + "▁respons", + "e" + ], + [ + "▁res", + "ponse" + ], + [ + "▁", + "response" + ], + [ + "ig", + "ma" + ], + [ + "ward", + "s" + ], + [ + "war", + "ds" + ], + [ + "w", + "ards" + ], + [ + "arr", + "ow" + ], + [ + "ar", + "row" + ], + [ + "с", + "у" + ], + [ + "ti", + "es" + ], + [ + "t", + "ies" + ], + [ + "▁ü", + "ber" + ], + [ + "▁", + "über" + ], + [ + "Im", + "age" + ], + [ + "y", + "d" + ], + [ + "▁пер", + "е" + ], + [ + "▁пе", + "ре" + ], + [ + "▁п", + "ере" + ], + [ + "▁", + "пере" + ], + [ + "▁nod", + "e" + ], + [ + "▁no", + "de" + ], + [ + "▁n", + "ode" + ], + [ + "▁", + "node" + ], + [ + "▁it", + "em" + ], + [ + "▁i", + "tem" + ], + [ + "▁", + "item" + ], + [ + "achi", + "ne" + ], + [ + "ach", + "ine" + ], + [ + "im", + "a" + ], + [ + "i", + "ma" + ], + [ + "▁v", + "a" + ], + [ + "▁", + "va" + ], + [ + "▁appro", + "ach" + ], + [ + "▁we", + "r" + ], + [ + "▁w", + "er" + ], + [ + "▁", + "wer" + ], + [ + "▁ч", + "е" + ], + [ + "▁", + "че" + ], + [ + "O", + "n" + ], + [ + "oll", + "ow" + ], + [ + "ol", + "low" + ], + [ + "он", + "а" + ], + [ + "о", + "на" + ], + [ + "ct", + "ed" + ], + [ + "c", + "ted" + ], + [ + "ure", + "d" + ], + [ + "ur", + "ed" + ], + [ + "u", + "red" + ], + [ + "Control", + "ler" + ], + [ + "Cont", + "roller" + ], + [ + "lie", + "d" + ], + [ + "li", + "ed" + ], + [ + "l", + "ied" + ], + [ + "▁j", + "o" + ], + [ + "▁", + "jo" + ], + [ + "▁da", + "l" + ], + [ + "▁d", + "al" + ], + [ + "▁", + "dal" + ], + [ + "un", + "k" + ], + [ + "▁", + "î" + ], + [ + "star", + "t" + ], + [ + "sta", + "rt" + ], + [ + "st", + "art" + ], + [ + "ol", + "a" + ], + [ + "o", + "la" + ], + [ + "▁comp", + "on" + ], + [ + "▁com", + "pon" + ], + [ + "I", + "C" + ], + [ + "bi", + "t" + ], + [ + "b", + "it" + ], + [ + "▁bas", + "e" + ], + [ + "▁ba", + "se" + ], + [ + "▁b", + "ase" + ], + [ + "▁", + "base" + ], + [ + "п", + "у" + ], + [ + "▁ide", + "a" + ], + [ + "▁id", + "ea" + ], + [ + "▁", + "idea" + ], + [ + "▁dir", + "e" + ], + [ + "▁di", + "re" + ], + [ + "▁d", + "ire" + ], + [ + "▁", + "dire" + ], + [ + "▁ra", + "d" + ], + [ + "▁r", + "ad" + ], + [ + "▁", + "rad" + ], + [ + "gro", + "up" + ], + [ + "gr", + "oup" + ], + [ + "▁Wit", + "h" + ], + [ + "▁Wi", + "th" + ], + [ + "▁W", + "ith" + ], + [ + "▁", + "With" + ], + [ + "serve", + "r" + ], + [ + "serv", + "er" + ], + [ + "ser", + "ver" + ], + [ + "si", + "de" + ], + [ + "s", + "ide" + ], + [ + "sin", + "g" + ], + [ + "si", + "ng" + ], + [ + "s", + "ing" + ], + [ + "▁die", + "s" + ], + [ + "▁di", + "es" + ], + [ + "▁d", + "ies" + ], + [ + "▁ne", + "ar" + ], + [ + "▁n", + "ear" + ], + [ + "▁", + "near" + ], + [ + "▁vo", + "or" + ], + [ + "▁v", + "oor" + ], + [ + "▁", + "voor" + ], + [ + "▁arg", + "ument" + ], + [ + "▁", + "argument" + ], + [ + "▁}", + "," + ], + [ + "▁", + "}," + ], + [ + "▁lan", + "d" + ], + [ + "▁la", + "nd" + ], + [ + "▁l", + "and" + ], + [ + "▁", + "land" + ], + [ + "▁name", + "s" + ], + [ + "▁nam", + "es" + ], + [ + "▁na", + "mes" + ], + [ + "▁n", + "ames" + ], + [ + "▁", + "names" + ], + [ + "▁opt", + "ion" + ], + [ + "▁op", + "tion" + ], + [ + "▁o", + "ption" + ], + [ + "▁", + "option" + ], + [ + "ith", + "ub" + ], + [ + "ppe", + "d" + ], + [ + "pp", + "ed" + ], + [ + "p", + "ped" + ], + [ + "au", + "g" + ], + [ + "a", + "ug" + ], + [ + "▁link", + "s" + ], + [ + "▁lin", + "ks" + ], + [ + "▁l", + "inks" + ], + [ + "▁", + "links" + ], + [ + "▁ful", + "l" + ], + [ + "▁fu", + "ll" + ], + [ + "▁f", + "ull" + ], + [ + "▁", + "full" + ], + [ + "▁sit", + "u" + ], + [ + "▁si", + "tu" + ], + [ + "▁s", + "itu" + ], + [ + "▁cons", + "ole" + ], + [ + "▁con", + "sole" + ], + [ + "▁", + "console" + ], + [ + "▁et", + "c" + ], + [ + "▁e", + "tc" + ], + [ + "▁", + "etc" + ], + [ + "au", + "x" + ], + [ + "a", + "ux" + ], + [ + "▁Co", + "r" + ], + [ + "▁C", + "or" + ], + [ + "▁", + "Cor" + ], + [ + "icro", + "soft" + ], + [ + "▁cam", + "e" + ], + [ + "▁ca", + "me" + ], + [ + "▁c", + "ame" + ], + [ + "loc", + "al" + ], + [ + "lo", + "cal" + ], + [ + "l", + "ocal" + ], + [ + "▁know", + "n" + ], + [ + "▁kn", + "own" + ], + [ + "▁k", + "nown" + ], + [ + "▁", + "known" + ], + [ + "▁multip", + "le" + ], + [ + "▁multi", + "ple" + ], + [ + "▁", + "multiple" + ], + [ + "angu", + "age" + ], + [ + "▁tot", + "al" + ], + [ + "▁to", + "tal" + ], + [ + "▁t", + "otal" + ], + [ + "▁", + "total" + ], + [ + "olog", + "y" + ], + [ + "olo", + "gy" + ], + [ + "ol", + "ogy" + ], + [ + "ä", + "t" + ], + [ + "▁", + "Х" + ], + [ + "▁fr", + "e" + ], + [ + "▁f", + "re" + ], + [ + "▁", + "fre" + ], + [ + "▁te", + "n" + ], + [ + "▁t", + "en" + ], + [ + "▁", + "ten" + ], + [ + "ide", + "o" + ], + [ + "▁be", + "s" + ], + [ + "▁b", + "es" + ], + [ + "▁", + "bes" + ], + [ + "tr", + "ue" + ], + [ + "Que", + "ry" + ], + [ + "Qu", + "ery" + ], + [ + "om", + "m" + ], + [ + "o", + "mm" + ], + [ + "▁Ar", + "t" + ], + [ + "▁A", + "rt" + ], + [ + "▁", + "Art" + ], + [ + "▁ke", + "ep" + ], + [ + "▁", + "keep" + ], + [ + "▁Univers", + "ity" + ], + [ + "▁Un", + "iversity" + ], + [ + "rea", + "te" + ], + [ + "re", + "ate" + ], + [ + "ppo", + "rt" + ], + [ + "pp", + "ort" + ], + [ + "p", + "port" + ], + [ + "▁p", + "ython" + ], + [ + "▁", + "python" + ], + [ + "tr", + "a" + ], + [ + "t", + "ra" + ], + [ + "ect", + "or" + ], + [ + "ec", + "tor" + ], + [ + "e", + "ctor" + ], + [ + "р", + "і" + ], + [ + "op", + "h" + ], + [ + "o", + "ph" + ], + [ + "▁con", + "c" + ], + [ + "▁co", + "nc" + ], + [ + "▁c", + "onc" + ], + [ + "▁fou", + "r" + ], + [ + "▁fo", + "ur" + ], + [ + "▁f", + "our" + ], + [ + "▁", + "four" + ], + [ + "vir", + "on" + ], + [ + "vi", + "ron" + ], + [ + "▁vi", + "a" + ], + [ + "▁v", + "ia" + ], + [ + "▁", + "via" + ], + [ + "?", + "\"" + ], + [ + "ima", + "ge" + ], + [ + "im", + "age" + ], + [ + "ol", + "l" + ], + [ + "o", + "ll" + ], + [ + "ны", + "е" + ], + [ + "н", + "ые" + ], + [ + "▁conte", + "xt" + ], + [ + "▁cont", + "ext" + ], + [ + "▁con", + "text" + ], + [ + "▁", + "context" + ], + [ + "▁se", + "m" + ], + [ + "▁s", + "em" + ], + [ + "▁", + "sem" + ], + [ + ".", + "_" + ], + [ + "▁en", + "g" + ], + [ + "▁e", + "ng" + ], + [ + "▁", + "eng" + ], + [ + "ma", + "r" + ], + [ + "m", + "ar" + ], + [ + "A", + "D" + ], + [ + "▁mo", + "r" + ], + [ + "▁m", + "or" + ], + [ + "▁", + "mor" + ], + [ + "▁Ca", + "l" + ], + [ + "▁C", + "al" + ], + [ + "▁", + "Cal" + ], + [ + "▁cel", + "l" + ], + [ + "▁ce", + "ll" + ], + [ + "▁c", + "ell" + ], + [ + "▁", + "cell" + ], + [ + "ima", + "l" + ], + [ + "im", + "al" + ], + [ + "i", + "mal" + ], + [ + "AT", + "E" + ], + [ + "A", + "TE" + ], + [ + "▁in", + "f" + ], + [ + "▁", + "inf" + ], + [ + "ö", + "n" + ], + [ + "uff", + "er" + ], + [ + "uf", + "fer" + ], + [ + "s", + "q" + ], + [ + "...", + "." + ], + [ + "..", + ".." + ], + [ + ".", + "..." + ], + [ + "▁zu", + "r" + ], + [ + "▁z", + "ur" + ], + [ + "W", + "ith" + ], + [ + "ра", + "н" + ], + [ + "р", + "ан" + ], + [ + "ch", + "n" + ], + [ + "c", + "hn" + ], + [ + "▁do", + "or" + ], + [ + "▁d", + "oor" + ], + [ + "▁", + "door" + ], + [ + "cont", + "ent" + ], + [ + "▁mis", + "s" + ], + [ + "▁mi", + "ss" + ], + [ + "▁m", + "iss" + ], + [ + "▁", + "miss" + ], + [ + "▁sim", + "p" + ], + [ + "▁si", + "mp" + ], + [ + "▁s", + "imp" + ], + [ + "▁", + "simp" + ], + [ + "á", + "r" + ], + [ + "ir", + "a" + ], + [ + "i", + "ra" + ], + [ + "▁ha", + "t" + ], + [ + "▁h", + "at" + ], + [ + "▁", + "hat" + ], + [ + "Te", + "st" + ], + [ + "T", + "est" + ], + [ + "▁cert", + "ain" + ], + [ + "▁cer", + "tain" + ], + [ + "▁c", + "ertain" + ], + [ + "▁", + "certain" + ], + [ + "N", + "S" + ], + [ + "▁ch", + "o" + ], + [ + "▁c", + "ho" + ], + [ + "▁", + "cho" + ], + [ + "▁ad", + "v" + ], + [ + "▁", + "adv" + ], + [ + "wh", + "ere" + ], + [ + "w", + "here" + ], + [ + "▁look", + "ing" + ], + [ + "▁lo", + "oking" + ], + [ + "▁", + "looking" + ], + [ + "▁time", + "s" + ], + [ + "▁tim", + "es" + ], + [ + "▁ti", + "mes" + ], + [ + "▁t", + "imes" + ], + [ + "▁", + "times" + ], + [ + "ни", + "х" + ], + [ + "н", + "их" + ], + [ + "ut", + "o" + ], + [ + "u", + "to" + ], + [ + "▁", + "É" + ], + [ + "ca", + "n" + ], + [ + "c", + "an" + ], + [ + "hos", + "t" + ], + [ + "ho", + "st" + ], + [ + "h", + "ost" + ], + [ + "▁(", + "*" + ], + [ + "▁", + "(*" + ], + [ + "lo", + "at" + ], + [ + "▁nich", + "t" + ], + [ + "▁nic", + "ht" + ], + [ + "▁ni", + "cht" + ], + [ + "▁n", + "icht" + ], + [ + "Fi", + "eld" + ], + [ + "F", + "ield" + ], + [ + "bur", + "g" + ], + [ + "bu", + "rg" + ], + [ + "b", + "urg" + ], + [ + "cons", + "t" + ], + [ + "con", + "st" + ], + [ + "ade", + "s" + ], + [ + "ad", + "es" + ], + [ + "a", + "des" + ], + [ + "▁Mu", + "s" + ], + [ + "▁M", + "us" + ], + [ + "▁", + "Mus" + ], + [ + "▁not", + "hing" + ], + [ + "▁no", + "thing" + ], + [ + "▁n", + "othing" + ], + [ + "▁", + "nothing" + ], + [ + "▁inc", + "re" + ], + [ + "▁in", + "cre" + ], + [ + "▁Mi", + "n" + ], + [ + "▁M", + "in" + ], + [ + "▁", + "Min" + ], + [ + "▁pow", + "er" + ], + [ + "▁po", + "wer" + ], + [ + "▁p", + "ower" + ], + [ + "▁", + "power" + ], + [ + "▁America", + "n" + ], + [ + "▁Amer", + "ican" + ], + [ + "▁", + "American" + ], + [ + "l", + "n" + ], + [ + "val", + "id" + ], + [ + "ung", + "s" + ], + [ + "un", + "gs" + ], + [ + "▁Nation", + "al" + ], + [ + "▁Nat", + "ional" + ], + [ + "▁N", + "ational" + ], + [ + "▁", + "National" + ], + [ + "▁Sa", + "n" + ], + [ + "▁S", + "an" + ], + [ + "▁", + "San" + ], + [ + "▁Y", + "ork" + ], + [ + "Re", + "quest" + ], + [ + "cha", + "r" + ], + [ + "ch", + "ar" + ], + [ + "c", + "har" + ], + [ + "▁Z", + "e" + ], + [ + "▁", + "Ze" + ], + [ + "but", + "ton" + ], + [ + "b", + "utton" + ], + [ + "▁al", + "g" + ], + [ + "▁a", + "lg" + ], + [ + "▁", + "alg" + ], + [ + "SO", + "N" + ], + [ + "S", + "ON" + ], + [ + "▁a", + "p" + ], + [ + "▁", + "ap" + ], + [ + "uf", + "f" + ], + [ + "u", + "ff" + ], + [ + "abil", + "ity" + ], + [ + "ab", + "ility" + ], + [ + "е", + "м" + ], + [ + "▁any", + "thing" + ], + [ + "el", + "a" + ], + [ + "e", + "la" + ], + [ + "()", + ")" + ], + [ + "(", + "))" + ], + [ + "б", + "а" + ], + [ + "ampio", + "n" + ], + [ + "amp", + "ion" + ], + [ + "▁po", + "t" + ], + [ + "▁p", + "ot" + ], + [ + "▁", + "pot" + ], + [ + "▁fu", + "t" + ], + [ + "▁f", + "ut" + ], + [ + "ail", + "able" + ], + [ + "▁pro", + "p" + ], + [ + "▁pr", + "op" + ], + [ + "▁p", + "rop" + ], + [ + "▁", + "prop" + ], + [ + "\"", + "]" + ], + [ + "▁les", + "s" + ], + [ + "▁le", + "ss" + ], + [ + "▁l", + "ess" + ], + [ + "▁", + "less" + ], + [ + "la", + "g" + ], + [ + "l", + "ag" + ], + [ + "▁Aug", + "ust" + ], + [ + "▁A", + "ugust" + ], + [ + "▁", + "August" + ], + [ + "I", + "t" + ], + [ + "▁ple", + "ase" + ], + [ + "▁p", + "lease" + ], + [ + "▁sty", + "le" + ], + [ + "▁st", + "yle" + ], + [ + "▁", + "style" + ], + [ + "▁Als", + "o" + ], + [ + "▁Al", + "so" + ], + [ + "▁", + "Also" + ], + [ + "b", + "t" + ], + [ + "▁prob", + "ably" + ], + [ + "▁pro", + "bably" + ], + [ + "▁On", + "e" + ], + [ + "▁O", + "ne" + ], + [ + "▁", + "One" + ], + [ + "▁pos", + "s" + ], + [ + "▁po", + "ss" + ], + [ + "▁p", + "oss" + ], + [ + "▁", + "poss" + ], + [ + "U", + "I" + ], + [ + "ui", + "t" + ], + [ + "u", + "it" + ], + [ + "▁Wes", + "t" + ], + [ + "▁We", + "st" + ], + [ + "▁W", + "est" + ], + [ + "▁", + "West" + ], + [ + "h", + "n" + ], + [ + "+", + "\\" + ], + [ + "Butt", + "on" + ], + [ + "But", + "ton" + ], + [ + "B", + "utton" + ], + [ + "js", + "on" + ], + [ + "j", + "son" + ], + [ + "er", + "r" + ], + [ + "e", + "rr" + ], + [ + "ram", + "e" + ], + [ + "ra", + "me" + ], + [ + "r", + "ame" + ], + [ + "do", + "m" + ], + [ + "d", + "om" + ], + [ + "ilo", + "n" + ], + [ + "il", + "on" + ], + [ + "i", + "lon" + ], + [ + "al", + "f" + ], + [ + "▁cli", + "ent" + ], + [ + "▁cl", + "ient" + ], + [ + "▁c", + "lient" + ], + [ + "▁", + "client" + ], + [ + "▁contin", + "u" + ], + [ + "▁cont", + "inu" + ], + [ + "▁", + "continu" + ], + [ + "x", + "ml" + ], + [ + "pe", + "c" + ], + [ + "p", + "ec" + ], + [ + "ado", + "r" + ], + [ + "ad", + "or" + ], + [ + "a", + "dor" + ], + [ + "l", + "s" + ], + [ + "▁how", + "ever" + ], + [ + "▁An", + "y" + ], + [ + "▁A", + "ny" + ], + [ + "▁", + "Any" + ], + [ + "än", + "d" + ], + [ + "ä", + "nd" + ], + [ + "math", + "rm" + ], + [ + "▁ur", + "l" + ], + [ + "▁u", + "rl" + ], + [ + "▁", + "url" + ], + [ + "▁bo", + "ok" + ], + [ + "▁b", + "ook" + ], + [ + "▁", + "book" + ], + [ + "▁g", + "l" + ], + [ + "▁", + "gl" + ], + [ + "ive", + "s" + ], + [ + "iv", + "es" + ], + [ + "i", + "ves" + ], + [ + "g", + "i" + ], + [ + "▁tr", + "o" + ], + [ + "▁t", + "ro" + ], + [ + "▁U", + "S" + ], + [ + "▁", + "US" + ], + [ + "po", + "int" + ], + [ + "p", + "oint" + ], + [ + "ope", + "n" + ], + [ + "op", + "en" + ], + [ + "o", + "pen" + ], + [ + "▁cu", + "r" + ], + [ + "▁c", + "ur" + ], + [ + "▁", + "cur" + ], + [ + "▁er", + "a" + ], + [ + "▁e", + "ra" + ], + [ + "▁", + "era" + ], + [ + "▁particul", + "ar" + ], + [ + "▁partic", + "ular" + ], + [ + "▁parti", + "cular" + ], + [ + "▁part", + "icular" + ], + [ + "▁H", + "T" + ], + [ + "▁", + "HT" + ], + [ + "oo", + "t" + ], + [ + "o", + "ot" + ], + [ + "ell", + "o" + ], + [ + "el", + "lo" + ], + [ + "lob", + "al" + ], + [ + "lo", + "bal" + ], + [ + "▁act", + "ion" + ], + [ + "▁ac", + "tion" + ], + [ + "▁a", + "ction" + ], + [ + "▁", + "action" + ], + [ + "▁In", + "t" + ], + [ + "▁I", + "nt" + ], + [ + "▁", + "Int" + ], + [ + "▁includ", + "e" + ], + [ + "▁inclu", + "de" + ], + [ + "▁incl", + "ude" + ], + [ + "▁in", + "clude" + ], + [ + "▁", + "include" + ], + [ + "▁element", + "s" + ], + [ + "▁elem", + "ents" + ], + [ + "▁ele", + "ments" + ], + [ + "▁el", + "ements" + ], + [ + "▁", + "elements" + ], + [ + "на", + "я" + ], + [ + "ard", + "s" + ], + [ + "ar", + "ds" + ], + [ + "▁B", + "l" + ], + [ + "▁", + "Bl" + ], + [ + "▁hu", + "m" + ], + [ + "▁h", + "um" + ], + [ + "▁", + "hum" + ], + [ + "fr", + "om" + ], + [ + "f", + "rom" + ], + [ + "chan", + "ge" + ], + [ + "ch", + "ange" + ], + [ + "▁function", + "s" + ], + [ + "▁fun", + "ctions" + ], + [ + "▁", + "functions" + ], + [ + "he", + "n" + ], + [ + "h", + "en" + ], + [ + "Serv", + "ice" + ], + [ + "Ser", + "vice" + ], + [ + "▁he", + "ight" + ], + [ + "▁", + "height" + ], + [ + "▁Lan", + "d" + ], + [ + "▁La", + "nd" + ], + [ + "▁L", + "and" + ], + [ + "▁", + "Land" + ], + [ + "ia", + "s" + ], + [ + "i", + "as" + ], + [ + "g", + "s" + ], + [ + "ió", + "n" + ], + [ + "i", + "ón" + ], + [ + "ло", + "в" + ], + [ + "л", + "ов" + ], + [ + "no", + "de" + ], + [ + "n", + "ode" + ], + [ + ".", + "”" + ], + [ + "han", + "d" + ], + [ + "ha", + "nd" + ], + [ + "h", + "and" + ], + [ + "▁б", + "у" + ], + [ + "▁", + "бу" + ], + [ + "▁am", + "b" + ], + [ + "▁a", + "mb" + ], + [ + "▁", + "amb" + ], + [ + "▁L", + "u" + ], + [ + "▁", + "Lu" + ], + [ + "▁thro", + "w" + ], + [ + "▁thr", + "ow" + ], + [ + "▁th", + "row" + ], + [ + "▁", + "throw" + ], + [ + "▁mo", + "t" + ], + [ + "▁m", + "ot" + ], + [ + "▁", + "mot" + ], + [ + "▁Ac", + "t" + ], + [ + "▁A", + "ct" + ], + [ + "▁", + "Act" + ], + [ + "▁wor", + "ld" + ], + [ + "▁w", + "orld" + ], + [ + "▁", + "world" + ], + [ + "_", + "\\" + ], + [ + "bas", + "e" + ], + [ + "ba", + "se" + ], + [ + "b", + "ase" + ], + [ + "▁C", + "o" + ], + [ + "▁", + "Co" + ], + [ + "▁arc", + "h" + ], + [ + "▁ar", + "ch" + ], + [ + "▁", + "arch" + ], + [ + "▁###", + "#" + ], + [ + "▁##", + "##" + ], + [ + "▁", + "####" + ], + [ + "ge", + "d" + ], + [ + "g", + "ed" + ], + [ + "pr", + "il" + ], + [ + "p", + "ril" + ], + [ + "old", + "er" + ], + [ + "ol", + "der" + ], + [ + "o", + "lder" + ], + [ + "Mode", + "l" + ], + [ + "Mod", + "el" + ], + [ + "Mo", + "del" + ], + [ + "M", + "odel" + ], + [ + "▁sever", + "al" + ], + [ + "li", + "e" + ], + [ + "l", + "ie" + ], + [ + "che", + "ck" + ], + [ + "c", + "heck" + ], + [ + "]", + "{" + ], + [ + "con", + "s" + ], + [ + "co", + "ns" + ], + [ + "c", + "ons" + ], + [ + "▁Tr", + "a" + ], + [ + "▁T", + "ra" + ], + [ + "▁", + "Tra" + ], + [ + "he", + "ck" + ], + [ + "▁le", + "ast" + ], + [ + "▁l", + "east" + ], + [ + "do", + "wn" + ], + [ + "d", + "own" + ], + [ + "eb", + "ru" + ], + [ + "e", + "bru" + ], + [ + "De", + "f" + ], + [ + "D", + "ef" + ], + [ + "para", + "m" + ], + [ + "par", + "am" + ], + [ + "pa", + "ram" + ], + [ + "p", + "aram" + ], + [ + "ische", + "r" + ], + [ + "isch", + "er" + ], + [ + "isc", + "her" + ], + [ + "is", + "cher" + ], + [ + "i", + "scher" + ], + [ + "▁ca", + "s" + ], + [ + "▁c", + "as" + ], + [ + "▁", + "cas" + ], + [ + "C", + "H" + ], + [ + "▁addr", + "ess" + ], + [ + "▁add", + "ress" + ], + [ + "▁", + "address" + ], + [ + "▁ра", + "з" + ], + [ + "▁", + "раз" + ], + [ + "ufe", + "n" + ], + [ + "uf", + "en" + ], + [ + "u", + "fen" + ], + [ + "urop", + "e" + ], + [ + "uro", + "pe" + ], + [ + "ur", + "ope" + ], + [ + "е", + "й" + ], + [ + "▁bou", + "nd" + ], + [ + "▁bo", + "und" + ], + [ + "▁b", + "ound" + ], + [ + "▁", + "bound" + ], + [ + "C", + "O" + ], + [ + "▁An", + "g" + ], + [ + "▁A", + "ng" + ], + [ + "▁", + "Ang" + ], + [ + "▁M", + "a" + ], + [ + "▁", + "Ma" + ], + [ + "Ind", + "ex" + ], + [ + "In", + "dex" + ], + [ + "cor", + "e" + ], + [ + "co", + "re" + ], + [ + "c", + "ore" + ], + [ + "ouc", + "h" + ], + [ + "ou", + "ch" + ], + [ + "o", + "uch" + ], + [ + "ata", + "base" + ], + [ + "at", + "abase" + ], + [ + "ribu", + "tion" + ], + [ + "rib", + "ution" + ], + [ + "doc", + "ument" + ], + [ + "d", + "ocument" + ], + [ + "L", + "e" + ], + [ + "}_", + "{" + ], + [ + "}", + "_{" + ], + [ + "ver", + "n" + ], + [ + "ve", + "rn" + ], + [ + "v", + "ern" + ], + [ + "▁state", + "ment" + ], + [ + "▁stat", + "ement" + ], + [ + "▁", + "statement" + ], + [ + "▁Br", + "it" + ], + [ + "▁B", + "rit" + ], + [ + "on", + "o" + ], + [ + "o", + "no" + ], + [ + "psi", + "lon" + ], + [ + "ps", + "ilon" + ], + [ + "▁lev", + "el" + ], + [ + "▁le", + "vel" + ], + [ + "▁", + "level" + ], + [ + "▁produ", + "ct" + ], + [ + "▁prod", + "uct" + ], + [ + "▁pro", + "duct" + ], + [ + "▁", + "product" + ], + [ + "I", + "S" + ], + [ + "▁cours", + "e" + ], + [ + "▁cour", + "se" + ], + [ + "▁c", + "ourse" + ], + [ + "▁", + "course" + ], + [ + "▁M", + "r" + ], + [ + "▁", + "Mr" + ], + [ + ">", + "\r" + ], + [ + "▁back", + "ground" + ], + [ + "▁", + "background" + ], + [ + "▁re", + "t" + ], + [ + "▁r", + "et" + ], + [ + "▁", + "ret" + ], + [ + "eri", + "ng" + ], + [ + "er", + "ing" + ], + [ + "e", + "ring" + ], + [ + "mos", + "t" + ], + [ + "mo", + "st" + ], + [ + "m", + "ost" + ], + [ + "ськ", + "о" + ], + [ + "сь", + "ко" + ], + [ + "▁thre", + "ad" + ], + [ + "▁thr", + "ead" + ], + [ + "▁th", + "read" + ], + [ + "▁", + "thread" + ], + [ + "ition", + "al" + ], + [ + "iti", + "onal" + ], + [ + "it", + "ional" + ], + [ + "ite", + "s" + ], + [ + "it", + "es" + ], + [ + "i", + "tes" + ], + [ + "P", + "l" + ], + [ + "▁do", + "s" + ], + [ + "▁d", + "os" + ], + [ + "g", + "a" + ], + [ + "da", + "y" + ], + [ + "d", + "ay" + ], + [ + "▁Gene", + "r" + ], + [ + "▁Gen", + "er" + ], + [ + "▁Ge", + "ner" + ], + [ + "▁G", + "ener" + ], + [ + "▁", + "Gener" + ], + [ + "▁t", + "w" + ], + [ + "▁", + "tw" + ], + [ + "A", + "d" + ], + [ + "\">", + "<" + ], + [ + "\"", + "><" + ], + [ + "▁(", + "$" + ], + [ + "▁", + "($" + ], + [ + "▁mom", + "ent" + ], + [ + "▁mo", + "ment" + ], + [ + "▁m", + "oment" + ], + [ + "tit", + "le" + ], + [ + "t", + "itle" + ], + [ + "cre", + "ate" + ], + [ + "c", + "reate" + ], + [ + "vers", + "ion" + ], + [ + "v", + "ersion" + ], + [ + "Man", + "ager" + ], + [ + "▁fu", + "r" + ], + [ + "▁f", + "ur" + ], + [ + "▁", + "fur" + ], + [ + "ppi", + "ng" + ], + [ + "pp", + "ing" + ], + [ + "p", + "ping" + ], + [ + "ij", + "n" + ], + [ + "о", + "с" + ], + [ + "▁rat", + "her" + ], + [ + "▁ra", + "ther" + ], + [ + "▁r", + "ather" + ], + [ + "pt", + "ember" + ], + [ + "O", + "S" + ], + [ + "▁sit", + "e" + ], + [ + "▁si", + "te" + ], + [ + "▁s", + "ite" + ], + [ + "▁", + "site" + ], + [ + "▁ca", + "us" + ], + [ + "▁c", + "aus" + ], + [ + "an", + "i" + ], + [ + "a", + "ni" + ], + [ + "▁hom", + "e" + ], + [ + "▁ho", + "me" + ], + [ + "▁h", + "ome" + ], + [ + "▁", + "home" + ], + [ + "м", + "і" + ], + [ + "▁sho", + "rt" + ], + [ + "▁sh", + "ort" + ], + [ + "▁", + "short" + ], + [ + "p", + "a" + ], + [ + "▁le", + "ad" + ], + [ + "▁l", + "ead" + ], + [ + "ish", + "ed" + ], + [ + "is", + "hed" + ], + [ + "cin", + "g" + ], + [ + "ci", + "ng" + ], + [ + "c", + "ing" + ], + [ + "ordin", + "g" + ], + [ + "ord", + "ing" + ], + [ + "or", + "ding" + ], + [ + "▁prot", + "e" + ], + [ + "▁pro", + "te" + ], + [ + "▁pr", + "ote" + ], + [ + "▁p", + "rote" + ], + [ + "▁", + "prote" + ], + [ + "с", + "ле" + ], + [ + "LE", + "CT" + ], + [ + "L", + "ECT" + ], + [ + "▁did", + "n" + ], + [ + "▁di", + "dn" + ], + [ + "pos", + "ition" + ], + [ + "p", + "osition" + ], + [ + "\",", + "\"" + ], + [ + "\"", + ",\"" + ], + [ + "()", + "," + ], + [ + "(", + ")," + ], + [ + "tra", + "ns" + ], + [ + "tr", + "ans" + ], + [ + "▁lo", + "t" + ], + [ + "▁l", + "ot" + ], + [ + "▁", + "lot" + ], + [ + "▁о", + "д" + ], + [ + "▁", + "од" + ], + [ + "A", + "S" + ], + [ + "▁sa", + "t" + ], + [ + "▁s", + "at" + ], + [ + "▁point", + "s" + ], + [ + "▁po", + "ints" + ], + [ + "▁", + "points" + ], + [ + "g", + "ithub" + ], + [ + "sty", + "le" + ], + [ + "st", + "yle" + ], + [ + "▁год", + "у" + ], + [ + "▁го", + "ду" + ], + [ + "▁Di", + "s" + ], + [ + "▁D", + "is" + ], + [ + "▁", + "Dis" + ], + [ + "pon", + "ent" + ], + [ + "ome", + "t" + ], + [ + "om", + "et" + ], + [ + "o", + "met" + ], + [ + "ze", + "r" + ], + [ + "z", + "er" + ], + [ + "UL", + "L" + ], + [ + "U", + "LL" + ], + [ + "▁p", + "a" + ], + [ + "▁", + "pa" + ], + [ + "A", + "P" + ], + [ + "ace", + "s" + ], + [ + "ac", + "es" + ], + [ + "a", + "ces" + ], + [ + "▁Unit", + "ed" + ], + [ + "▁Un", + "ited" + ], + [ + "am", + "a" + ], + [ + "a", + "ma" + ], + [ + "et", + "y" + ], + [ + "e", + "ty" + ], + [ + "Col", + "or" + ], + [ + "Co", + "lor" + ], + [ + "▁en", + "ough" + ], + [ + "U", + "S" + ], + [ + "▁leng", + "th" + ], + [ + "▁l", + "ength" + ], + [ + "▁", + "length" + ], + [ + "())", + ";" + ], + [ + "()", + ");" + ], + [ + "(", + "));" + ], + [ + "^{", + "\\" + ], + [ + "^", + "{\\" + ], + [ + "ft", + "y" + ], + [ + "f", + "ty" + ], + [ + "Bo", + "x" + ], + [ + "B", + "ox" + ], + [ + "apt", + "er" + ], + [ + "ap", + "ter" + ], + [ + "▁comple", + "t" + ], + [ + "▁compl", + "et" + ], + [ + "▁comp", + "let" + ], + [ + "ни", + "к" + ], + [ + "ma", + "x" + ], + [ + "m", + "ax" + ], + [ + "obj", + "ect" + ], + [ + "ob", + "ject" + ], + [ + "o", + "bject" + ], + [ + "(", + "{" + ], + [ + "img", + "ur" + ], + [ + "iti", + "ve" + ], + [ + "it", + "ive" + ], + [ + "unc", + "h" + ], + [ + "un", + "ch" + ], + [ + "▁Su", + "b" + ], + [ + "▁S", + "ub" + ], + [ + "▁", + "Sub" + ], + [ + "end", + "e" + ], + [ + "en", + "de" + ], + [ + "e", + "nde" + ], + [ + "г", + "у" + ], + [ + "ategor", + "y" + ], + [ + "ateg", + "ory" + ], + [ + "т", + "ы" + ], + [ + "ian", + "o" + ], + [ + "ia", + "no" + ], + [ + "i", + "ano" + ], + [ + "▁up", + "d" + ], + [ + "▁u", + "pd" + ], + [ + "▁Aus", + "t" + ], + [ + "▁Au", + "st" + ], + [ + "▁A", + "ust" + ], + [ + "}{", + "\\" + ], + [ + "}", + "{\\" + ], + [ + "to", + "p" + ], + [ + "t", + "op" + ], + [ + "la", + "s" + ], + [ + "l", + "as" + ], + [ + "pi", + "s" + ], + [ + "p", + "is" + ], + [ + "ines", + "s" + ], + [ + "ine", + "ss" + ], + [ + "in", + "ess" + ], + [ + "i", + "ness" + ], + [ + "▁{", + "\r" + ], + [ + "▁", + "{\r" + ], + [ + "▁", + "Е" + ], + [ + "G", + "r" + ], + [ + "▁A", + "S" + ], + [ + "▁", + "AS" + ], + [ + "▁в", + "е" + ], + [ + "▁", + "ве" + ], + [ + "ther", + "s" + ], + [ + "the", + "rs" + ], + [ + "th", + "ers" + ], + [ + "▁define", + "d" + ], + [ + "▁defin", + "ed" + ], + [ + "▁def", + "ined" + ], + [ + "▁d", + "efined" + ], + [ + "▁", + "defined" + ], + [ + "azi", + "one" + ], + [ + "az", + "ione" + ], + [ + "a", + "zione" + ], + [ + "▁off", + "ic" + ], + [ + "▁of", + "fic" + ], + [ + "▁o", + "ffic" + ], + [ + "▁auto", + "m" + ], + [ + "▁aut", + "om" + ], + [ + "▁au", + "tom" + ], + [ + "▁", + "autom" + ], + [ + "ü", + "n" + ], + [ + "▁bro", + "w" + ], + [ + "▁br", + "ow" + ], + [ + "▁b", + "row" + ], + [ + "▁", + "brow" + ], + [ + "▁ser", + "v" + ], + [ + "▁se", + "rv" + ], + [ + "▁s", + "erv" + ], + [ + "▁", + "serv" + ], + [ + "▁remov", + "e" + ], + [ + "▁rem", + "ove" + ], + [ + "▁re", + "move" + ], + [ + "▁", + "remove" + ], + [ + "ir", + "o" + ], + [ + "i", + "ro" + ], + [ + "▁Bib", + "li" + ], + [ + "▁B", + "ibli" + ], + [ + "E", + "D" + ], + [ + "▁who", + "le" + ], + [ + "▁wh", + "ole" + ], + [ + "▁w", + "hole" + ], + [ + "▁", + "ш" + ], + [ + "▁Ja", + "va" + ], + [ + "▁J", + "ava" + ], + [ + "▁", + "Java" + ], + [ + "▁zu", + "m" + ], + [ + "▁z", + "um" + ], + [ + "u", + "a" + ], + [ + "p", + "m" + ], + [ + "de", + "v" + ], + [ + "d", + "ev" + ], + [ + "к", + "ра" + ], + [ + "old", + "s" + ], + [ + "ol", + "ds" + ], + [ + "▁Wa", + "r" + ], + [ + "▁W", + "ar" + ], + [ + "ä", + "n" + ], + [ + "pas", + "s" + ], + [ + "pa", + "ss" + ], + [ + "p", + "ass" + ], + [ + "u", + "z" + ], + [ + "[", + "\"" + ], + [ + "▁tr", + "i" + ], + [ + "▁t", + "ri" + ], + [ + "▁", + "tri" + ], + [ + "ise", + "d" + ], + [ + "is", + "ed" + ], + [ + "i", + "sed" + ], + [ + "х", + "а" + ], + [ + "▁memor", + "y" + ], + [ + "▁mem", + "ory" + ], + [ + "▁", + "memory" + ], + [ + "▁Por", + "t" + ], + [ + "▁Po", + "rt" + ], + [ + "▁P", + "ort" + ], + [ + "▁", + "Port" + ], + [ + "ope", + "r" + ], + [ + "op", + "er" + ], + [ + "o", + "per" + ], + [ + "U", + "p" + ], + [ + "▁Th", + "ank" + ], + [ + "▁", + "Thank" + ], + [ + "▁Mic", + "h" + ], + [ + "▁Mi", + "ch" + ], + [ + "▁M", + "ich" + ], + [ + "▁", + "Mich" + ], + [ + "yc", + "h" + ], + [ + "y", + "ch" + ], + [ + "boa", + "rd" + ], + [ + "bo", + "ard" + ], + [ + "б", + "у" + ], + [ + "In", + "st" + ], + [ + "▁beg", + "in" + ], + [ + "▁be", + "gin" + ], + [ + "▁b", + "egin" + ], + [ + "▁", + "begin" + ], + [ + "ina", + "tion" + ], + [ + "in", + "ation" + ], + [ + "▁Mo", + "d" + ], + [ + "▁M", + "od" + ], + [ + "▁", + "Mod" + ], + [ + "_", + "," + ], + [ + "▁De", + "n" + ], + [ + "▁D", + "en" + ], + [ + "▁", + "Den" + ], + [ + "opt", + "ion" + ], + [ + "op", + "tion" + ], + [ + "o", + "ption" + ], + [ + "▁constru", + "ct" + ], + [ + "▁const", + "ruct" + ], + [ + "▁con", + "struct" + ], + [ + "▁", + "construct" + ], + [ + "▁Ju", + "st" + ], + [ + "▁J", + "ust" + ], + [ + "▁", + "Just" + ], + [ + "Ma", + "p" + ], + [ + "M", + "ap" + ], + [ + "ru", + "n" + ], + [ + "r", + "un" + ], + [ + "▁resp", + "ect" + ], + [ + "▁res", + "pect" + ], + [ + "▁re", + "spect" + ], + [ + "ha", + "m" + ], + [ + "h", + "am" + ], + [ + "ма", + "н" + ], + [ + "м", + "ан" + ], + [ + "ime", + "dia" + ], + [ + "im", + "edia" + ], + [ + "i", + "media" + ], + [ + "▁app", + "ly" + ], + [ + "▁ap", + "ply" + ], + [ + "▁a", + "pply" + ], + [ + "▁", + "apply" + ], + [ + "cript", + "ion" + ], + [ + "cri", + "ption" + ], + [ + "mai", + "n" + ], + [ + "ma", + "in" + ], + [ + "m", + "ain" + ], + [ + "▁К", + "а" + ], + [ + "▁", + "Ка" + ], + [ + "oi", + "d" + ], + [ + "o", + "id" + ], + [ + "Co", + "de" + ], + [ + "C", + "ode" + ], + [ + "}", + ";" + ], + [ + "Inf", + "o" + ], + [ + "In", + "fo" + ], + [ + "▁forma", + "t" + ], + [ + "▁form", + "at" + ], + [ + "▁for", + "mat" + ], + [ + "▁", + "format" + ], + [ + "Lo", + "g" + ], + [ + "L", + "og" + ], + [ + "▁с", + "у" + ], + [ + "▁", + "су" + ], + [ + "▁la", + "t" + ], + [ + "▁l", + "at" + ], + [ + "▁", + "lat" + ], + [ + "uto", + "r" + ], + [ + "ut", + "or" + ], + [ + "u", + "tor" + ], + [ + "▁refer", + "ence" + ], + [ + "▁re", + "ference" + ], + [ + "▁", + "reference" + ], + [ + "▁calc", + "ul" + ], + [ + "▁cal", + "cul" + ], + [ + "▁", + "calcul" + ], + [ + "on", + "n" + ], + [ + "o", + "nn" + ], + [ + "L", + "o" + ], + [ + "inf", + "ty" + ], + [ + "in", + "fty" + ], + [ + "▁al", + "ong" + ], + [ + "▁a", + "long" + ], + [ + "▁", + "č" + ], + [ + "▁ta", + "sk" + ], + [ + "▁t", + "ask" + ], + [ + "▁", + "task" + ], + [ + "▁e", + "v" + ], + [ + "▁", + "ev" + ], + [ + "the", + "ta" + ], + [ + "th", + "eta" + ], + [ + "ra", + "s" + ], + [ + "r", + "as" + ], + [ + "jo", + "r" + ], + [ + "j", + "or" + ], + [ + "▁б", + "о" + ], + [ + "▁", + "бо" + ], + [ + "▁princi", + "p" + ], + [ + "▁prin", + "cip" + ], + [ + "M", + "y" + ], + [ + "▁eine", + "r" + ], + [ + "▁ein", + "er" + ], + [ + "▁e", + "iner" + ], + [ + "▁E", + "s" + ], + [ + "▁", + "Es" + ], + [ + "om", + "b" + ], + [ + "o", + "mb" + ], + [ + "qua", + "d" + ], + [ + "qu", + "ad" + ], + [ + "^{", + "-" + ], + [ + "^", + "{-" + ], + [ + "um", + "p" + ], + [ + "u", + "mp" + ], + [ + "▁til", + "l" + ], + [ + "▁ti", + "ll" + ], + [ + "▁t", + "ill" + ], + [ + "д", + "і" + ], + [ + "▁look", + "s" + ], + [ + "▁lo", + "oks" + ], + [ + "▁o", + "k" + ], + [ + "▁", + "ok" + ], + [ + "ц", + "а" + ], + [ + "n", + "u" + ], + [ + "Fi", + "l" + ], + [ + "F", + "il" + ], + [ + "▁son", + "t" + ], + [ + "▁so", + "nt" + ], + [ + "▁s", + "ont" + ], + [ + "▁Me", + "d" + ], + [ + "▁M", + "ed" + ], + [ + "▁", + "Med" + ], + [ + "agu", + "e" + ], + [ + "ag", + "ue" + ], + [ + "a", + "gue" + ], + [ + "▁cos", + "t" + ], + [ + "▁co", + "st" + ], + [ + "▁c", + "ost" + ], + [ + "▁", + "cost" + ], + [ + "▁Si", + "m" + ], + [ + "▁S", + "im" + ], + [ + "▁", + "Sim" + ], + [ + "▁comme", + "nt" + ], + [ + "▁comm", + "ent" + ], + [ + "▁com", + "ment" + ], + [ + "▁", + "comment" + ], + [ + "▁(", + "\\" + ], + [ + "▁", + "(\\" + ], + [ + "ege", + "n" + ], + [ + "eg", + "en" + ], + [ + "e", + "gen" + ], + [ + "▁paramet", + "er" + ], + [ + "▁param", + "eter" + ], + [ + "▁para", + "meter" + ], + [ + "▁", + "parameter" + ], + [ + "▁Franc", + "e" + ], + [ + "▁Fran", + "ce" + ], + [ + "▁Fr", + "ance" + ], + [ + "▁F", + "rance" + ], + [ + "▁", + "France" + ], + [ + "re", + "p" + ], + [ + "r", + "ep" + ], + [ + "▁T", + "H" + ], + [ + "▁", + "TH" + ], + [ + "▁ye", + "t" + ], + [ + "▁y", + "et" + ], + [ + "▁aw", + "ay" + ], + [ + "▁a", + "way" + ], + [ + "▁", + "away" + ], + [ + "▁cir", + "c" + ], + [ + "▁ci", + "rc" + ], + [ + "▁c", + "irc" + ], + [ + "▁", + "circ" + ], + [ + "▁AP", + "I" + ], + [ + "▁A", + "PI" + ], + [ + "▁", + "API" + ], + [ + "em", + "p" + ], + [ + "e", + "mp" + ], + [ + "в", + "і" + ], + [ + "L", + "ayout" + ], + [ + "▁line", + "s" + ], + [ + "▁lin", + "es" + ], + [ + "▁li", + "nes" + ], + [ + "▁l", + "ines" + ], + [ + "▁", + "lines" + ], + [ + "▁Par", + "t" + ], + [ + "▁Pa", + "rt" + ], + [ + "▁P", + "art" + ], + [ + "▁", + "Part" + ], + [ + "emp", + "t" + ], + [ + "em", + "pt" + ], + [ + "▁B", + "i" + ], + [ + "▁", + "Bi" + ], + [ + "▁min", + "d" + ], + [ + "▁mi", + "nd" + ], + [ + "▁m", + "ind" + ], + [ + "▁", + "mind" + ], + [ + "k", + "y" + ], + [ + "gin", + "g" + ], + [ + "gi", + "ng" + ], + [ + "g", + "ing" + ], + [ + "▁repo", + "rt" + ], + [ + "▁rep", + "ort" + ], + [ + "▁re", + "port" + ], + [ + "▁", + "report" + ], + [ + "▁Ad", + "d" + ], + [ + "▁A", + "dd" + ], + [ + "▁", + "Add" + ], + [ + "ро", + "д" + ], + [ + "р", + "од" + ], + [ + "▁rang", + "e" + ], + [ + "▁ran", + "ge" + ], + [ + "▁r", + "ange" + ], + [ + "▁", + "range" + ], + [ + "cia", + "s" + ], + [ + "ci", + "as" + ], + [ + "c", + "ias" + ], + [ + "li", + "p" + ], + [ + "l", + "ip" + ], + [ + "▁Ka", + "r" + ], + [ + "▁K", + "ar" + ], + [ + "▁", + "Kar" + ], + [ + "▁Common", + "s" + ], + [ + "▁Comm", + "ons" + ], + [ + "ger", + "ufen" + ], + [ + "af", + "f" + ], + [ + "a", + "ff" + ], + [ + "se", + "c" + ], + [ + "s", + "ec" + ], + [ + "▁h", + "tml" + ], + [ + "▁", + "html" + ], + [ + "li", + "g" + ], + [ + "l", + "ig" + ], + [ + "▁wind", + "ow" + ], + [ + "▁w", + "indow" + ], + [ + "▁", + "window" + ], + [ + "init", + "ion" + ], + [ + "ini", + "tion" + ], + [ + "in", + "ition" + ], + [ + "ci", + "s" + ], + [ + "c", + "is" + ], + [ + "▁u", + "t" + ], + [ + "▁", + "ut" + ], + [ + "el", + "n" + ], + [ + "e", + "ln" + ], + [ + "▁au", + "x" + ], + [ + "▁a", + "ux" + ], + [ + "▁", + "aux" + ], + [ + "▁ne", + "g" + ], + [ + "▁n", + "eg" + ], + [ + "▁", + "neg" + ], + [ + "Ha", + "nd" + ], + [ + "H", + "and" + ], + [ + "▁)", + ";" + ], + [ + "▁", + ");" + ], + [ + "▁an", + "al" + ], + [ + "▁a", + "nal" + ], + [ + "▁", + "anal" + ], + [ + "▁fr", + "i" + ], + [ + "▁f", + "ri" + ], + [ + "▁", + "fri" + ], + [ + "▁с", + "и" + ], + [ + "▁", + "си" + ], + [ + "etc", + "h" + ], + [ + "et", + "ch" + ], + [ + "m", + "d" + ], + [ + "pag", + "e" + ], + [ + "pa", + "ge" + ], + [ + "p", + "age" + ], + [ + "▁li", + "brary" + ], + [ + "▁l", + "ibrary" + ], + [ + "▁", + "library" + ], + [ + "▁:", + "=" + ], + [ + "▁", + ":=" + ], + [ + "RO", + "M" + ], + [ + "R", + "OM" + ], + [ + "Y", + "ou" + ], + [ + "sp", + "ace" + ], + [ + "s", + "pace" + ], + [ + "▁dur", + "ch" + ], + [ + "▁d", + "urch" + ], + [ + "▁hos", + "t" + ], + [ + "▁ho", + "st" + ], + [ + "▁h", + "ost" + ], + [ + "▁", + "host" + ], + [ + "ave", + "n" + ], + [ + "av", + "en" + ], + [ + "a", + "ven" + ], + [ + "▁Fil", + "e" + ], + [ + "▁F", + "ile" + ], + [ + "▁", + "File" + ], + [ + "all", + "e" + ], + [ + "al", + "le" + ], + [ + "a", + "lle" + ], + [ + "ти", + "в" + ], + [ + "▁pa", + "p" + ], + [ + "▁p", + "ap" + ], + [ + "ств", + "о" + ], + [ + "ст", + "во" + ], + [ + "с", + "тво" + ], + [ + "mar", + "k" + ], + [ + "m", + "ark" + ], + [ + "▁mai", + "s" + ], + [ + "▁ma", + "is" + ], + [ + "▁m", + "ais" + ], + [ + "erm", + "an" + ], + [ + "er", + "man" + ], + [ + "Si", + "ze" + ], + [ + "S", + "ize" + ], + [ + "е", + "к" + ], + [ + "▁М", + "а" + ], + [ + "▁", + "Ма" + ], + [ + "▁is", + "n" + ], + [ + "▁i", + "sn" + ], + [ + "▁cop", + "y" + ], + [ + "▁co", + "py" + ], + [ + "▁c", + "opy" + ], + [ + "▁", + "copy" + ], + [ + "ste", + "n" + ], + [ + "st", + "en" + ], + [ + "s", + "ten" + ], + [ + "rive", + "r" + ], + [ + "riv", + "er" + ], + [ + "ri", + "ver" + ], + [ + "r", + "iver" + ], + [ + "▁wen", + "t" + ], + [ + "▁we", + "nt" + ], + [ + "▁w", + "ent" + ], + [ + "▁java", + "script" + ], + [ + "▁j", + "avascript" + ], + [ + "▁", + "javascript" + ], + [ + "▁sa", + "m" + ], + [ + "▁s", + "am" + ], + [ + "▁", + "sam" + ], + [ + "▁fram", + "e" + ], + [ + "▁fra", + "me" + ], + [ + "▁fr", + "ame" + ], + [ + "▁f", + "rame" + ], + [ + "▁", + "frame" + ], + [ + "▁v", + "i" + ], + [ + "▁", + "vi" + ], + [ + "▁prev", + "ious" + ], + [ + "▁pre", + "vious" + ], + [ + "▁", + "previous" + ], + [ + "rod", + "u" + ], + [ + "ro", + "du" + ], + [ + "r", + "odu" + ], + [ + "▁method", + "s" + ], + [ + "▁", + "methods" + ], + [ + "▁neces", + "s" + ], + [ + "▁ne", + "cess" + ], + [ + "▁", + "necess" + ], + [ + "N", + "A" + ], + [ + "cke", + "t" + ], + [ + "ck", + "et" + ], + [ + "c", + "ket" + ], + [ + "▁op", + "t" + ], + [ + "▁o", + "pt" + ], + [ + "▁", + "opt" + ], + [ + "Lo", + "c" + ], + [ + "L", + "oc" + ], + [ + "ho", + "w" + ], + [ + "h", + "ow" + ], + [ + "▁î", + "n" + ], + [ + "▁", + "în" + ], + [ + "sh", + "ip" + ], + [ + "s", + "hip" + ], + [ + "▁its", + "elf" + ], + [ + "▁it", + "self" + ], + [ + "▁Ple", + "ase" + ], + [ + "▁P", + "lease" + ], + [ + "▁", + "Please" + ], + [ + "ien", + "e" + ], + [ + "ie", + "ne" + ], + [ + "i", + "ene" + ], + [ + "ве", + "р" + ], + [ + "в", + "ер" + ], + [ + "▁<", + "<" + ], + [ + "▁", + "<<" + ], + [ + "▁mil", + "l" + ], + [ + "▁mi", + "ll" + ], + [ + "▁m", + "ill" + ], + [ + "▁", + "mill" + ], + [ + "▁tra", + "d" + ], + [ + "▁tr", + "ad" + ], + [ + "▁t", + "rad" + ], + [ + "▁", + "trad" + ], + [ + "pa", + "ce" + ], + [ + "p", + "ace" + ], + [ + "▁Ha", + "r" + ], + [ + "▁H", + "ar" + ], + [ + "▁", + "Har" + ], + [ + "ite", + "n" + ], + [ + "it", + "en" + ], + [ + "i", + "ten" + ], + [ + "wi", + "se" + ], + [ + "w", + "ise" + ], + [ + "writ", + "e" + ], + [ + "wr", + "ite" + ], + [ + "w", + "rite" + ], + [ + "ци", + "и" + ], + [ + "р", + "ы" + ], + [ + "Lin", + "e" + ], + [ + "Li", + "ne" + ], + [ + "L", + "ine" + ], + [ + "ol", + "o" + ], + [ + "o", + "lo" + ], + [ + "▁ac", + "cept" + ], + [ + "▁", + "accept" + ], + [ + "he", + "ight" + ], + [ + "▁ele", + "ct" + ], + [ + "▁el", + "ect" + ], + [ + "▁e", + "lect" + ], + [ + "▁", + "elect" + ], + [ + "ell", + "a" + ], + [ + "el", + "la" + ], + [ + "e", + "lla" + ], + [ + "▁p", + "å" + ], + [ + "Se", + "lect" + ], + [ + "S", + "elect" + ], + [ + "▁", + "ли" + ], + [ + "▁\\", + "<" + ], + [ + "▁", + "\\<" + ], + [ + "(", + "(" + ], + [ + "▁I", + "D" + ], + [ + "▁", + "ID" + ], + [ + "op", + "s" + ], + [ + "o", + "ps" + ], + [ + "ва", + "н" + ], + [ + "в", + "ан" + ], + [ + "i", + "ó" + ], + [ + "T", + "P" + ], + [ + "»", + "," + ], + [ + "nect", + "ion" + ], + [ + "ne", + "ction" + ], + [ + "n", + "ection" + ], + [ + "par", + "ent" + ], + [ + "pa", + "rent" + ], + [ + "▁Ma", + "g" + ], + [ + "▁M", + "ag" + ], + [ + "▁", + "Mag" + ], + [ + "Tab", + "le" + ], + [ + "T", + "able" + ], + [ + "O", + "ver" + ], + [ + "▁net", + "work" + ], + [ + "▁n", + "etwork" + ], + [ + "▁", + "network" + ], + [ + "с", + "по" + ], + [ + "▁ass", + "ign" + ], + [ + "▁as", + "sign" + ], + [ + "▁", + "assign" + ], + [ + "igg", + "er" + ], + [ + "ig", + "ger" + ], + [ + "ir", + "m" + ], + [ + "i", + "rm" + ], + [ + ")", + "`" + ], + [ + "otto", + "m" + ], + [ + "ott", + "om" + ], + [ + "ot", + "tom" + ], + [ + "bet", + "a" + ], + [ + "be", + "ta" + ], + [ + "b", + "eta" + ], + [ + "▁del", + "l" + ], + [ + "▁de", + "ll" + ], + [ + "▁d", + "ell" + ], + [ + "▁bod", + "y" + ], + [ + "▁bo", + "dy" + ], + [ + "▁b", + "ody" + ], + [ + "▁", + "body" + ], + [ + "▁д", + "а" + ], + [ + "▁", + "да" + ], + [ + "▁You", + "r" + ], + [ + "▁Y", + "our" + ], + [ + "▁", + "Your" + ], + [ + "▁fu", + "e" + ], + [ + "▁f", + "ue" + ], + [ + "▁pack", + "age" + ], + [ + "▁p", + "ackage" + ], + [ + "▁", + "package" + ], + [ + "▁lig", + "ht" + ], + [ + "▁l", + "ight" + ], + [ + "▁", + "light" + ], + [ + "▁*", + "*" + ], + [ + "▁", + "**" + ], + [ + "M", + "P" + ], + [ + "▁co", + "u" + ], + [ + "▁c", + "ou" + ], + [ + "▁", + "cou" + ], + [ + "ye", + "s" + ], + [ + "y", + "es" + ], + [ + ":", + "\\" + ], + [ + "▁", + "Ч" + ], + [ + "▁ment", + "ion" + ], + [ + "▁men", + "tion" + ], + [ + "▁m", + "ention" + ], + [ + "ens", + "ch" + ], + [ + "en", + "sch" + ], + [ + "▁de", + "g" + ], + [ + "▁d", + "eg" + ], + [ + "▁", + "deg" + ], + [ + "▁conver", + "t" + ], + [ + "▁conv", + "ert" + ], + [ + "▁con", + "vert" + ], + [ + "▁", + "convert" + ], + [ + "▁Da", + "v" + ], + [ + "▁D", + "av" + ], + [ + "ad", + "t" + ], + [ + "a", + "dt" + ], + [ + "Res", + "ult" + ], + [ + "th", + "ough" + ], + [ + "▁bu", + "s" + ], + [ + "▁b", + "us" + ], + [ + "▁", + "bus" + ], + [ + "x", + "y" + ], + [ + "▁see", + "n" + ], + [ + "▁se", + "en" + ], + [ + "▁s", + "een" + ], + [ + "▁", + "seen" + ], + [ + "Al", + "l" + ], + [ + "A", + "ll" + ], + [ + "pub", + "lic" + ], + [ + "pu", + "blic" + ], + [ + "p", + "ublic" + ], + [ + "ivel", + "y" + ], + [ + "ive", + "ly" + ], + [ + "iv", + "ely" + ], + [ + "▁Re", + "c" + ], + [ + "▁R", + "ec" + ], + [ + "▁", + "Rec" + ], + [ + "▁Hi", + "s" + ], + [ + "▁H", + "is" + ], + [ + "si", + "m" + ], + [ + "s", + "im" + ], + [ + "▁fö", + "r" + ], + [ + "▁f", + "ör" + ], + [ + "▁", + "för" + ], + [ + "▁hist", + "or" + ], + [ + "▁his", + "tor" + ], + [ + "▁hi", + "stor" + ], + [ + "▁h", + "istor" + ], + [ + "▁", + "histor" + ], + [ + "▁set", + "t" + ], + [ + "▁se", + "tt" + ], + [ + "▁s", + "ett" + ], + [ + "▁", + "sett" + ], + [ + "ra", + "t" + ], + [ + "r", + "at" + ], + [ + "able", + "d" + ], + [ + "abl", + "ed" + ], + [ + "ab", + "led" + ], + [ + "a", + "bled" + ], + [ + "▁»", + "," + ], + [ + "▁", + "»," + ], + [ + "go", + "ogle" + ], + [ + "We", + "b" + ], + [ + "W", + "eb" + ], + [ + "é", + "l" + ], + [ + "▁tit", + "le" + ], + [ + "▁t", + "itle" + ], + [ + "▁", + "title" + ], + [ + "▁Jan", + "u" + ], + [ + "▁Ja", + "nu" + ], + [ + "▁J", + "anu" + ], + [ + "ј", + "а" + ], + [ + "▁too", + "k" + ], + [ + "▁to", + "ok" + ], + [ + "▁t", + "ook" + ], + [ + "ide", + "n" + ], + [ + "id", + "en" + ], + [ + "i", + "den" + ], + [ + "s", + "z" + ], + [ + "▁Ge", + "t" + ], + [ + "▁G", + "et" + ], + [ + "▁", + "Get" + ], + [ + "▁object", + "s" + ], + [ + "▁", + "objects" + ], + [ + "▁comm", + "on" + ], + [ + "▁com", + "mon" + ], + [ + "▁", + "common" + ], + [ + "▁change", + "s" + ], + [ + "▁chang", + "es" + ], + [ + "▁ch", + "anges" + ], + [ + "▁", + "changes" + ], + [ + "▁Lo", + "nd" + ], + [ + "▁L", + "ond" + ], + [ + "▁", + "Lond" + ], + [ + "▁ext", + "ern" + ], + [ + "▁ex", + "tern" + ], + [ + "▁j", + "u" + ], + [ + "▁", + "ju" + ], + [ + "I", + "s" + ], + [ + "▁avail", + "able" + ], + [ + "▁av", + "ailable" + ], + [ + "▁", + "available" + ], + [ + "tr", + "i" + ], + [ + "t", + "ri" + ], + [ + "▁má", + "s" + ], + [ + "▁m", + "ás" + ], + [ + "os", + "a" + ], + [ + "o", + "sa" + ], + [ + "B", + "e" + ], + [ + "▁Dat", + "a" + ], + [ + "▁Da", + "ta" + ], + [ + "▁D", + "ata" + ], + [ + "▁", + "Data" + ], + [ + "ura", + "l" + ], + [ + "ur", + "al" + ], + [ + "u", + "ral" + ], + [ + "▁ho", + "m" + ], + [ + "▁h", + "om" + ], + [ + "▁", + "hom" + ], + [ + "▁acc", + "ount" + ], + [ + "▁ac", + "count" + ], + [ + "▁", + "account" + ], + [ + "o", + "o" + ], + [ + "▁per", + "m" + ], + [ + "▁pe", + "rm" + ], + [ + "▁p", + "erm" + ], + [ + "▁", + "perm" + ], + [ + "resp", + "ond" + ], + [ + "res", + "pond" + ], + [ + "y", + "t" + ], + [ + "▁sen", + "d" + ], + [ + "▁se", + "nd" + ], + [ + "▁s", + "end" + ], + [ + "▁", + "send" + ], + [ + "▁return", + "s" + ], + [ + "▁", + "returns" + ], + [ + "ivi", + "d" + ], + [ + "iv", + "id" + ], + [ + "i", + "vid" + ], + [ + "▁expl", + "a" + ], + [ + "▁exp", + "la" + ], + [ + "▁ex", + "pla" + ], + [ + "í", + "n" + ], + [ + "▁no", + "r" + ], + [ + "▁n", + "or" + ], + [ + "▁", + "nor" + ], + [ + "I", + "f" + ], + [ + "▁Fro", + "m" + ], + [ + "▁Fr", + "om" + ], + [ + "▁F", + "rom" + ], + [ + "▁", + "From" + ], + [ + "▁tar", + "get" + ], + [ + "▁t", + "arget" + ], + [ + "▁", + "target" + ], + [ + "fe", + "ct" + ], + [ + "f", + "ect" + ], + [ + "ен", + "т" + ], + [ + "▁ui", + "t" + ], + [ + "▁u", + "it" + ], + [ + "▁", + "uit" + ], + [ + "▁J", + "o" + ], + [ + "▁", + "Jo" + ], + [ + "▁variable", + "s" + ], + [ + "▁vari", + "ables" + ], + [ + "▁", + "variables" + ], + [ + "▁serie", + "s" + ], + [ + "▁ser", + "ies" + ], + [ + "▁se", + "ries" + ], + [ + "▁s", + "eries" + ], + [ + "▁", + "series" + ], + [ + "▁fun", + "c" + ], + [ + "▁fu", + "nc" + ], + [ + "▁f", + "unc" + ], + [ + "▁", + "func" + ], + [ + "▁him", + "self" + ], + [ + "▁ч", + "а" + ], + [ + "▁", + "ча" + ], + [ + "ant", + "i" + ], + [ + "an", + "ti" + ], + [ + "▁ac", + "h" + ], + [ + "▁a", + "ch" + ], + [ + "▁", + "ach" + ], + [ + "ial", + "og" + ], + [ + "ia", + "log" + ], + [ + "i", + "alog" + ], + [ + "▁st", + "d" + ], + [ + "▁s", + "td" + ], + [ + "▁", + "std" + ], + [ + "a", + "e" + ], + [ + "▁foo", + "t" + ], + [ + "▁fo", + "ot" + ], + [ + "▁f", + "oot" + ], + [ + "▁", + "foot" + ], + [ + "▁un", + "ter" + ], + [ + "▁", + "unter" + ], + [ + "gres", + "s" + ], + [ + "gre", + "ss" + ], + [ + "gr", + "ess" + ], + [ + "g", + "ress" + ], + [ + "No", + "t" + ], + [ + "N", + "ot" + ], + [ + "ra", + "d" + ], + [ + "r", + "ad" + ], + [ + "f", + "ér" + ], + [ + "▁ut", + "il" + ], + [ + "▁u", + "til" + ], + [ + "▁", + "util" + ], + [ + "ore", + "m" + ], + [ + "or", + "em" + ], + [ + "o", + "rem" + ], + [ + "▁so", + "u" + ], + [ + "▁s", + "ou" + ], + [ + "op", + "t" + ], + [ + "o", + "pt" + ], + [ + "▁o", + "g" + ], + [ + "▁", + "og" + ], + [ + "▁um", + "a" + ], + [ + "▁u", + "ma" + ], + [ + "▁", + "uma" + ], + [ + "ita", + "r" + ], + [ + "it", + "ar" + ], + [ + "i", + "tar" + ], + [ + "▁O", + "k" + ], + [ + "▁", + "Ok" + ], + [ + "ü", + "ck" + ], + [ + "sq", + "rt" + ], + [ + "▁an", + "t" + ], + [ + "▁a", + "nt" + ], + [ + "▁", + "ant" + ], + [ + "▁werd", + "en" + ], + [ + "▁wer", + "den" + ], + [ + "å", + "r" + ], + [ + "})", + ";" + ], + [ + "}", + ");" + ], + [ + "▁Par", + "is" + ], + [ + "▁Pa", + "ris" + ], + [ + "▁P", + "aris" + ], + [ + "▁except", + "ion" + ], + [ + "▁ex", + "ception" + ], + [ + "▁", + "exception" + ], + [ + "▁det", + "erm" + ], + [ + "▁de", + "term" + ], + [ + "▁Vo", + "l" + ], + [ + "▁V", + "ol" + ], + [ + "▁", + "Vol" + ], + [ + "▁Sa", + "m" + ], + [ + "▁S", + "am" + ], + [ + "▁", + "Sam" + ], + [ + "▁es", + "s" + ], + [ + "▁e", + "ss" + ], + [ + "▁", + "ess" + ], + [ + "lie", + "s" + ], + [ + "li", + "es" + ], + [ + "l", + "ies" + ], + [ + "ion", + "i" + ], + [ + "io", + "ni" + ], + [ + "i", + "oni" + ], + [ + "odi", + "ng" + ], + [ + "od", + "ing" + ], + [ + "o", + "ding" + ], + [ + "idge", + "t" + ], + [ + "id", + "get" + ], + [ + "▁pr", + "i" + ], + [ + "▁p", + "ri" + ], + [ + "▁whe", + "ther" + ], + [ + "▁wh", + "ether" + ], + [ + "▁по", + "д" + ], + [ + "▁п", + "од" + ], + [ + "▁number", + "s" + ], + [ + "▁num", + "bers" + ], + [ + "▁", + "numbers" + ], + [ + "▁", + "~" + ], + [ + "even", + "t" + ], + [ + "ev", + "ent" + ], + [ + "e", + "vent" + ], + [ + "▁show", + "s" + ], + [ + "▁sho", + "ws" + ], + [ + "▁sh", + "ows" + ], + [ + "ature", + "s" + ], + [ + "atur", + "es" + ], + [ + "atu", + "res" + ], + [ + "at", + "ures" + ], + [ + "▁hous", + "e" + ], + [ + "▁ho", + "use" + ], + [ + "▁h", + "ouse" + ], + [ + "▁", + "house" + ], + [ + "▁fac", + "e" + ], + [ + "▁fa", + "ce" + ], + [ + "▁f", + "ace" + ], + [ + "▁", + "face" + ], + [ + "▁si", + "ę" + ], + [ + "▁s", + "ię" + ], + [ + "viron", + "ment" + ], + [ + "va", + "n" + ], + [ + "v", + "an" + ], + [ + "▁includ", + "ing" + ], + [ + "▁inclu", + "ding" + ], + [ + "▁in", + "cluding" + ], + [ + "▁", + "including" + ], + [ + "▁<", + "-" + ], + [ + "▁", + "<-" + ], + [ + "time", + "s" + ], + [ + "tim", + "es" + ], + [ + "ti", + "mes" + ], + [ + "t", + "imes" + ], + [ + "no", + "w" + ], + [ + "n", + "ow" + ], + [ + "▁pu", + "r" + ], + [ + "▁p", + "ur" + ], + [ + "▁", + "pur" + ], + [ + "ifie", + "r" + ], + [ + "ifi", + "er" + ], + [ + "if", + "ier" + ], + [ + "▁em", + "p" + ], + [ + "▁e", + "mp" + ], + [ + "▁", + "emp" + ], + [ + "▁cl", + "a" + ], + [ + "▁c", + "la" + ], + [ + "▁", + "cla" + ], + [ + "mo", + "n" + ], + [ + "m", + "on" + ], + [ + "▁Da", + "s" + ], + [ + "▁D", + "as" + ], + [ + "ad", + "y" + ], + [ + "a", + "dy" + ], + [ + "▁ві", + "д" + ], + [ + "▁в", + "ід" + ], + [ + "▁", + "від" + ], + [ + "▁", + "ц" + ], + [ + "ab", + "or" + ], + [ + "a", + "bor" + ], + [ + "OS", + "T" + ], + [ + "O", + "ST" + ], + [ + "▁ban", + "d" + ], + [ + "▁ba", + "nd" + ], + [ + "▁b", + "and" + ], + [ + "▁", + "band" + ], + [ + "▁", + "ú" + ], + [ + "▁exact", + "ly" + ], + [ + "▁ex", + "actly" + ], + [ + "ier", + "t" + ], + [ + "ie", + "rt" + ], + [ + "i", + "ert" + ], + [ + "avi", + "g" + ], + [ + "av", + "ig" + ], + [ + "▁red", + "u" + ], + [ + "▁re", + "du" + ], + [ + "▁r", + "edu" + ], + [ + "▁", + "redu" + ], + [ + "▁S", + "E" + ], + [ + "▁", + "SE" + ], + [ + "lish", + "ed" + ], + [ + "lis", + "hed" + ], + [ + "l", + "ished" + ], + [ + "B", + "u" + ], + [ + "Mess", + "age" + ], + [ + "M", + "essage" + ], + [ + "cel", + "l" + ], + [ + "ce", + "ll" + ], + [ + "c", + "ell" + ], + [ + "full", + "y" + ], + [ + "ful", + "ly" + ], + [ + "▁s", + "v" + ], + [ + "▁", + "sv" + ], + [ + "▁make", + "s" + ], + [ + "▁mak", + "es" + ], + [ + "▁ma", + "kes" + ], + [ + "▁m", + "akes" + ], + [ + "po", + "l" + ], + [ + "p", + "ol" + ], + [ + "▁require", + "d" + ], + [ + "▁requ", + "ired" + ], + [ + "▁re", + "quired" + ], + [ + "▁", + "required" + ], + [ + "fer", + "rer" + ], + [ + "▁per", + "s" + ], + [ + "▁pe", + "rs" + ], + [ + "▁p", + "ers" + ], + [ + "▁", + "pers" + ], + [ + "▁m", + "i" + ], + [ + "▁", + "mi" + ], + [ + "F", + "I" + ], + [ + "▁Pa", + "ul" + ], + [ + "▁", + "Paul" + ], + [ + "▁U", + "I" + ], + [ + "▁", + "UI" + ], + [ + "▁Be", + "l" + ], + [ + "▁B", + "el" + ], + [ + "▁", + "Bel" + ], + [ + "in", + "c" + ], + [ + "i", + "nc" + ], + [ + "▁contain", + "s" + ], + [ + "▁cont", + "ains" + ], + [ + "▁", + "contains" + ], + [ + "O", + "ut" + ], + [ + "as", + "ure" + ], + [ + "p", + "u" + ], + [ + "ot", + "o" + ], + [ + "o", + "to" + ], + [ + "▁gam", + "e" + ], + [ + "▁ga", + "me" + ], + [ + "▁g", + "ame" + ], + [ + "▁", + "game" + ], + [ + "z", + "n" + ], + [ + "▁Wh", + "y" + ], + [ + "▁W", + "hy" + ], + [ + "▁", + "Why" + ], + [ + "ori", + "th" + ], + [ + "or", + "ith" + ], + [ + "bi", + "g" + ], + [ + "b", + "ig" + ], + [ + "ки", + "й" + ], + [ + "sig", + "ma" + ], + [ + "s", + "igma" + ], + [ + "▁quit", + "e" + ], + [ + "▁qui", + "te" + ], + [ + "▁qu", + "ite" + ], + [ + "▁je", + "d" + ], + [ + "▁j", + "ed" + ], + [ + "▁", + "jed" + ], + [ + "re", + "c" + ], + [ + "r", + "ec" + ], + [ + "▁S", + "QL" + ], + [ + "▁", + "SQL" + ], + [ + "б", + "е" + ], + [ + "▁Mar", + "t" + ], + [ + "▁Ma", + "rt" + ], + [ + "▁M", + "art" + ], + [ + "▁", + "Mart" + ], + [ + "y", + "a" + ], + [ + "▁sch", + "ool" + ], + [ + "▁", + "school" + ], + [ + "▁simpl", + "y" + ], + [ + "▁simp", + "ly" + ], + [ + "▁sim", + "ply" + ], + [ + "▁vo", + "r" + ], + [ + "▁v", + "or" + ], + [ + "▁", + "vor" + ], + [ + "▁doub", + "le" + ], + [ + "▁dou", + "ble" + ], + [ + "▁d", + "ouble" + ], + [ + "▁", + "double" + ], + [ + "ра", + "в" + ], + [ + "▁St", + "r" + ], + [ + "▁S", + "tr" + ], + [ + "▁", + "Str" + ], + [ + "ie", + "m" + ], + [ + "i", + "em" + ], + [ + "▁alb", + "um" + ], + [ + "▁al", + "bum" + ], + [ + "▁", + "album" + ], + [ + "▁res", + "ol" + ], + [ + "▁re", + "sol" + ], + [ + "▁", + "resol" + ], + [ + "▁de", + "i" + ], + [ + "▁d", + "ei" + ], + [ + "▁Wi", + "k" + ], + [ + "▁W", + "ik" + ], + [ + "▁", + "Wik" + ], + [ + "▁a", + "w" + ], + [ + "▁", + "aw" + ], + [ + "um", + "b" + ], + [ + "u", + "mb" + ], + [ + "ol", + "s" + ], + [ + "o", + "ls" + ], + [ + "▁*", + "/" + ], + [ + "▁", + "*/" + ], + [ + "▁z", + "e" + ], + [ + "▁", + "ze" + ], + [ + "▁ani", + "m" + ], + [ + "▁an", + "im" + ], + [ + "▁a", + "nim" + ], + [ + "▁", + "anim" + ], + [ + "/", + ">" + ], + [ + "ri", + "s" + ], + [ + "r", + "is" + ], + [ + "res", + "h" + ], + [ + "re", + "sh" + ], + [ + "r", + "esh" + ], + [ + "N", + "o" + ], + [ + "ique", + "s" + ], + [ + "iqu", + "es" + ], + [ + "i", + "ques" + ], + [ + "curr", + "ent" + ], + [ + "cur", + "rent" + ], + [ + "c", + "urrent" + ], + [ + "▁peri", + "od" + ], + [ + "▁per", + "iod" + ], + [ + "▁", + "period" + ], + [ + "▁Ap", + "ril" + ], + [ + "▁A", + "pril" + ], + [ + "▁stor", + "e" + ], + [ + "▁sto", + "re" + ], + [ + "▁st", + "ore" + ], + [ + "▁", + "store" + ], + [ + "',", + "'" + ], + [ + "'", + ",'" + ], + [ + "▁Se", + "t" + ], + [ + "▁S", + "et" + ], + [ + "▁", + "Set" + ], + [ + "=", + "{" + ], + [ + "ache", + "d" + ], + [ + "ach", + "ed" + ], + [ + "ac", + "hed" + ], + [ + "a", + "ched" + ], + [ + "▁Ma", + "l" + ], + [ + "▁M", + "al" + ], + [ + "▁", + "Mal" + ], + [ + "▁Pa", + "l" + ], + [ + "▁P", + "al" + ], + [ + "▁", + "Pal" + ], + [ + "ante", + "s" + ], + [ + "ant", + "es" + ], + [ + "an", + "tes" + ], + [ + "ater", + "ial" + ], + [ + "ate", + "rial" + ], + [ + "▁work", + "ed" + ], + [ + "▁wor", + "ked" + ], + [ + "le", + "q" + ], + [ + "l", + "eq" + ], + [ + "ore", + "ferrer" + ], + [ + "▁happ", + "en" + ], + [ + "▁ha", + "ppen" + ], + [ + "▁h", + "appen" + ], + [ + "▁bo", + "x" + ], + [ + "▁b", + "ox" + ], + [ + "▁", + "box" + ], + [ + "ne", + "y" + ], + [ + "n", + "ey" + ], + [ + "▁clos", + "e" + ], + [ + "▁clo", + "se" + ], + [ + "▁cl", + "ose" + ], + [ + "▁c", + "lose" + ], + [ + "▁", + "close" + ], + [ + "▁gra", + "n" + ], + [ + "▁gr", + "an" + ], + [ + "▁g", + "ran" + ], + [ + "▁li", + "e" + ], + [ + "▁l", + "ie" + ], + [ + "▁", + "lie" + ], + [ + "▁i", + "r" + ], + [ + "▁", + "ir" + ], + [ + "▁expect", + "ed" + ], + [ + "▁exp", + "ected" + ], + [ + "▁ex", + "pected" + ], + [ + "▁", + "expected" + ], + [ + "▁д", + "ля" + ], + [ + "clic", + "k" + ], + [ + "cli", + "ck" + ], + [ + "cl", + "ick" + ], + [ + "c", + "lick" + ], + [ + "ș", + "i" + ], + [ + "▁part", + "e" + ], + [ + "▁par", + "te" + ], + [ + "▁p", + "arte" + ], + [ + "og", + "n" + ], + [ + "o", + "gn" + ], + [ + "▁For", + "m" + ], + [ + "▁Fo", + "rm" + ], + [ + "▁F", + "orm" + ], + [ + "▁", + "Form" + ], + [ + "▁mem", + "b" + ], + [ + "▁me", + "mb" + ], + [ + "▁m", + "emb" + ], + [ + "▁pla", + "n" + ], + [ + "▁pl", + "an" + ], + [ + "▁p", + "lan" + ], + [ + "▁", + "plan" + ], + [ + "▁tea", + "m" + ], + [ + "▁te", + "am" + ], + [ + "▁", + "team" + ], + [ + "]", + "[" + ], + [ + "▁comm", + "un" + ], + [ + "▁com", + "mun" + ], + [ + "▁c", + "ommun" + ], + [ + "orr", + "y" + ], + [ + "or", + "ry" + ], + [ + "enc", + "y" + ], + [ + "en", + "cy" + ], + [ + "g", + "l" + ], + [ + "inar", + "y" + ], + [ + "ina", + "ry" + ], + [ + "in", + "ary" + ], + [ + "cd", + "ot" + ], + [ + "c", + "dot" + ], + [ + "^", + "\\" + ], + [ + "▁Fir", + "st" + ], + [ + "▁F", + "irst" + ], + [ + "▁", + "First" + ], + [ + "ande", + "r" + ], + [ + "and", + "er" + ], + [ + "an", + "der" + ], + [ + "a", + "nder" + ], + [ + "▁De", + "c" + ], + [ + "▁D", + "ec" + ], + [ + "▁", + "Dec" + ], + [ + "req", + "uest" + ], + [ + "re", + "quest" + ], + [ + "ств", + "а" + ], + [ + "ст", + "ва" + ], + [ + "с", + "тва" + ], + [ + "▁struct", + "ure" + ], + [ + "▁str", + "ucture" + ], + [ + "▁", + "structure" + ], + [ + "▁|", + "|" + ], + [ + "▁", + "||" + ], + [ + "▁Com", + "p" + ], + [ + "▁Co", + "mp" + ], + [ + "▁C", + "omp" + ], + [ + "▁", + "Comp" + ], + [ + "actor", + "y" + ], + [ + "act", + "ory" + ], + [ + "▁Mi", + "l" + ], + [ + "▁M", + "il" + ], + [ + "▁", + "Mil" + ], + [ + "▁Som", + "e" + ], + [ + "▁So", + "me" + ], + [ + "▁S", + "ome" + ], + [ + "▁", + "Some" + ], + [ + "St", + "ream" + ], + [ + "▁ass", + "um" + ], + [ + "▁as", + "sum" + ], + [ + "ue", + "n" + ], + [ + "u", + "en" + ], + [ + "▁word", + "s" + ], + [ + "▁wor", + "ds" + ], + [ + "▁w", + "ords" + ], + [ + "▁", + "words" + ], + [ + "▁Sept", + "ember" + ], + [ + "▁Se", + "ptember" + ], + [ + "▁К", + "о" + ], + [ + "▁", + "Ко" + ], + [ + "▁day", + "s" + ], + [ + "▁da", + "ys" + ], + [ + "▁d", + "ays" + ], + [ + "▁", + "days" + ], + [ + "orie", + "s" + ], + [ + "ori", + "es" + ], + [ + "or", + "ies" + ], + [ + "o", + "ries" + ], + [ + "ста", + "в" + ], + [ + "s", + "m" + ], + [ + "vi", + "n" + ], + [ + "v", + "in" + ], + [ + "part", + "ial" + ], + [ + "▁pare", + "nt" + ], + [ + "▁par", + "ent" + ], + [ + "▁pa", + "rent" + ], + [ + "▁", + "parent" + ], + [ + "o", + "j" + ], + [ + "ни", + "и" + ], + [ + "!", + "\"" + ], + [ + "ug", + "in" + ], + [ + "u", + "gin" + ], + [ + "▁Window", + "s" + ], + [ + "▁Wind", + "ows" + ], + [ + "▁W", + "indows" + ], + [ + "▁", + "Windows" + ], + [ + "E", + "d" + ], + [ + ":", + "}" + ], + [ + "▁", + "q" + ], + [ + "▁be", + "n" + ], + [ + "▁b", + "en" + ], + [ + "▁", + "ben" + ], + [ + "ian", + "a" + ], + [ + "ia", + "na" + ], + [ + "i", + "ana" + ], + [ + "▁lab", + "el" + ], + [ + "▁la", + "bel" + ], + [ + "▁l", + "abel" + ], + [ + "▁", + "label" + ], + [ + "stat", + "e" + ], + [ + "sta", + "te" + ], + [ + "st", + "ate" + ], + [ + "ute", + "d" + ], + [ + "ut", + "ed" + ], + [ + "u", + "ted" + ], + [ + "▁(", + ")" + ], + [ + "▁", + "()" + ], + [ + "▁с", + "во" + ], + [ + "▁ed", + "it" + ], + [ + "▁e", + "dit" + ], + [ + "▁", + "edit" + ], + [ + "uri", + "ng" + ], + [ + "ur", + "ing" + ], + [ + "u", + "ring" + ], + [ + "▁N", + "S" + ], + [ + "▁", + "NS" + ], + [ + "▁Jah", + "r" + ], + [ + "▁Ja", + "hr" + ], + [ + "▁J", + "ahr" + ], + [ + "▁prov", + "ide" + ], + [ + "H", + "e" + ], + [ + "▁Ye", + "s" + ], + [ + "▁Y", + "es" + ], + [ + "▁", + "Yes" + ], + [ + "ane", + "l" + ], + [ + "an", + "el" + ], + [ + "a", + "nel" + ], + [ + "ena", + "me" + ], + [ + "en", + "ame" + ], + [ + "e", + "name" + ], + [ + "▁Do", + "n" + ], + [ + "▁D", + "on" + ], + [ + "▁", + "Don" + ], + [ + "is", + "k" + ], + [ + "i", + "sk" + ], + [ + "gr", + "a" + ], + [ + "g", + "ra" + ], + [ + "eli", + "j" + ], + [ + "el", + "ij" + ], + [ + "e", + "lij" + ], + [ + "▁ro", + "ot" + ], + [ + "▁r", + "oot" + ], + [ + "▁", + "root" + ], + [ + "*", + "/" + ], + [ + "▁Fr", + "e" + ], + [ + "▁F", + "re" + ], + [ + "▁", + "Fre" + ], + [ + "▁Mo", + "r" + ], + [ + "▁M", + "or" + ], + [ + "▁", + "Mor" + ], + [ + "use", + "d" + ], + [ + "us", + "ed" + ], + [ + "u", + "sed" + ], + [ + "ran", + "ge" + ], + [ + "r", + "ange" + ], + [ + "▁tam", + "b" + ], + [ + "▁ta", + "mb" + ], + [ + "▁t", + "amb" + ], + [ + "▁mod", + "ule" + ], + [ + "▁", + "module" + ], + [ + "▁director", + "y" + ], + [ + "▁direct", + "ory" + ], + [ + "▁d", + "irectory" + ], + [ + "▁", + "directory" + ], + [ + "ound", + "s" + ], + [ + "oun", + "ds" + ], + [ + "Activ", + "ity" + ], + [ + "Act", + "ivity" + ], + [ + "▁m", + "u" + ], + [ + "▁", + "mu" + ], + [ + "inf", + "o" + ], + [ + "in", + "fo" + ], + [ + "▁fre", + "e" + ], + [ + "▁fr", + "ee" + ], + [ + "▁f", + "ree" + ], + [ + "▁", + "free" + ], + [ + "org", + "e" + ], + [ + "or", + "ge" + ], + [ + "ta", + "b" + ], + [ + "t", + "ab" + ], + [ + ")", + "=" + ], + [ + "lan", + "g" + ], + [ + "la", + "ng" + ], + [ + "l", + "ang" + ], + [ + "▁о", + "с" + ], + [ + "▁", + "ос" + ], + [ + "▁FR", + "OM" + ], + [ + "▁F", + "ROM" + ], + [ + "▁", + "FROM" + ], + [ + "▁ent", + "er" + ], + [ + "▁en", + "ter" + ], + [ + "▁", + "enter" + ], + [ + "▁bec", + "ame" + ], + [ + "ida", + "e" + ], + [ + "id", + "ae" + ], + [ + "х", + "и" + ], + [ + "▁State", + "s" + ], + [ + "▁Stat", + "es" + ], + [ + "▁Sta", + "tes" + ], + [ + "▁St", + "ates" + ], + [ + "vers", + "e" + ], + [ + "ver", + "se" + ], + [ + "▁exp", + "l" + ], + [ + "▁ex", + "pl" + ], + [ + "▁", + "expl" + ], + [ + "yn", + "t" + ], + [ + "y", + "nt" + ], + [ + "U", + "N" + ], + [ + "e", + "e" + ], + [ + "enden", + "t" + ], + [ + "ende", + "nt" + ], + [ + "end", + "ent" + ], + [ + "en", + "dent" + ], + [ + "▁mak", + "ing" + ], + [ + "▁ma", + "king" + ], + [ + "▁m", + "aking" + ], + [ + "▁", + "making" + ], + [ + "▁\"", + "$" + ], + [ + "un", + "i" + ], + [ + "u", + "ni" + ], + [ + "qu", + "ence" + ], + [ + "▁lu", + "i" + ], + [ + "▁l", + "ui" + ], + [ + "H", + "T" + ], + [ + "▁use", + "s" + ], + [ + "▁us", + "es" + ], + [ + "▁", + "uses" + ], + [ + "zi", + "e" + ], + [ + "z", + "ie" + ], + [ + "ni", + "a" + ], + [ + "n", + "ia" + ], + [ + "Cont", + "ent" + ], + [ + "▁Coun", + "t" + ], + [ + "▁Cou", + "nt" + ], + [ + "▁Co", + "unt" + ], + [ + "▁C", + "ount" + ], + [ + "▁", + "Count" + ], + [ + "▁stand", + "ard" + ], + [ + "▁", + "standard" + ], + [ + "EN", + "T" + ], + [ + "E", + "NT" + ], + [ + "▁ко", + "н" + ], + [ + "▁к", + "он" + ], + [ + "▁", + "кон" + ], + [ + "for", + "t" + ], + [ + "fo", + "rt" + ], + [ + "f", + "ort" + ], + [ + "ada", + "s" + ], + [ + "ad", + "as" + ], + [ + "a", + "das" + ], + [ + "з", + "у" + ], + [ + "S", + "ystem" + ], + [ + "▁S", + "w" + ], + [ + "▁", + "Sw" + ], + [ + "▁ev", + "er" + ], + [ + "▁e", + "ver" + ], + [ + "▁", + "ever" + ], + [ + "L", + "O" + ], + [ + "▁cor", + "respond" + ], + [ + "▁P", + "o" + ], + [ + "▁", + "Po" + ], + [ + "arg", + "in" + ], + [ + "ar", + "gin" + ], + [ + "к", + "т" + ], + [ + "і", + "й" + ], + [ + "▁rem", + "ain" + ], + [ + "▁re", + "main" + ], + [ + "ci", + "o" + ], + [ + "c", + "io" + ], + [ + "▁actu", + "al" + ], + [ + "▁act", + "ual" + ], + [ + "▁", + "actual" + ], + [ + "ст", + "у" + ], + [ + "с", + "ту" + ], + [ + "▁sin", + "d" + ], + [ + "▁si", + "nd" + ], + [ + "▁s", + "ind" + ], + [ + "▁P", + "e" + ], + [ + "▁", + "Pe" + ], + [ + "▁change", + "d" + ], + [ + "▁chang", + "ed" + ], + [ + "▁ch", + "anged" + ], + [ + "▁", + "changed" + ], + [ + "▁Not", + "e" + ], + [ + "▁No", + "te" + ], + [ + "▁N", + "ote" + ], + [ + "▁", + "Note" + ], + [ + "ski", + "e" + ], + [ + "sk", + "ie" + ], + [ + "s", + "kie" + ], + [ + "▁famil", + "y" + ], + [ + "▁fam", + "ily" + ], + [ + "▁", + "family" + ], + [ + "it", + "à" + ], + [ + "co", + "s" + ], + [ + "c", + "os" + ], + [ + "tx", + "t" + ], + [ + "t", + "xt" + ], + [ + "ke", + "r" + ], + [ + "k", + "er" + ], + [ + "ce", + "ed" + ], + [ + "c", + "eed" + ], + [ + "▁ar", + "r" + ], + [ + "▁a", + "rr" + ], + [ + "▁", + "arr" + ], + [ + "▁ca", + "m" + ], + [ + "▁c", + "am" + ], + [ + "▁", + "cam" + ], + [ + "ize", + "r" + ], + [ + "iz", + "er" + ], + [ + "i", + "zer" + ], + [ + "▁Da", + "n" + ], + [ + "▁D", + "an" + ], + [ + "▁", + "Dan" + ], + [ + "he", + "l" + ], + [ + "h", + "el" + ], + [ + "icul", + "t" + ], + [ + "ic", + "ult" + ], + [ + "H", + "P" + ], + [ + "ile", + "r" + ], + [ + "il", + "er" + ], + [ + "i", + "ler" + ], + [ + "▁Sa", + "l" + ], + [ + "▁S", + "al" + ], + [ + "▁", + "Sal" + ], + [ + "▁connect", + "ion" + ], + [ + "▁conne", + "ction" + ], + [ + "▁conn", + "ection" + ], + [ + "▁con", + "nection" + ], + [ + "▁", + "connection" + ], + [ + "us", + "ion" + ], + [ + "k", + "n" + ], + [ + "R", + "I" + ], + [ + "▁vo", + "m" + ], + [ + "▁v", + "om" + ], + [ + "List", + "ener" + ], + [ + "▁", + "ö" + ], + [ + "▁di", + "m" + ], + [ + "▁d", + "im" + ], + [ + "▁", + "dim" + ], + [ + "▁pres", + "s" + ], + [ + "▁pre", + "ss" + ], + [ + "▁pr", + "ess" + ], + [ + "▁p", + "ress" + ], + [ + "▁", + "press" + ], + [ + "▁es", + "c" + ], + [ + "▁e", + "sc" + ], + [ + "▁", + "esc" + ], + [ + "▁Tr", + "y" + ], + [ + "▁T", + "ry" + ], + [ + "▁", + "Try" + ], + [ + "atal", + "og" + ], + [ + "ata", + "log" + ], + [ + "at", + "alog" + ], + [ + "▁thank", + "s" + ], + [ + "▁than", + "ks" + ], + [ + "▁th", + "anks" + ], + [ + "D", + "O" + ], + [ + "▁writ", + "ten" + ], + [ + "▁wr", + "itten" + ], + [ + "▁w", + "ritten" + ], + [ + "▁", + "written" + ], + [ + "di", + "r" + ], + [ + "d", + "ir" + ], + [ + "re", + "w" + ], + [ + "r", + "ew" + ], + [ + "▁fir", + "e" + ], + [ + "▁fi", + "re" + ], + [ + "▁f", + "ire" + ], + [ + "▁", + "fire" + ], + [ + "▁Na", + "ch" + ], + [ + "▁N", + "ach" + ], + [ + "▁", + "á" + ], + [ + "en", + "c" + ], + [ + "e", + "nc" + ], + [ + "▁orig", + "in" + ], + [ + "▁or", + "igin" + ], + [ + "▁", + "origin" + ], + [ + "▁Nov", + "ember" + ], + [ + "▁}", + ";" + ], + [ + "▁", + "};" + ], + [ + "Co", + "unt" + ], + [ + "C", + "ount" + ], + [ + "▁З", + "а" + ], + [ + "▁", + "За" + ], + [ + "▁gra", + "ph" + ], + [ + "▁gr", + "aph" + ], + [ + "▁g", + "raph" + ], + [ + "▁", + "graph" + ], + [ + "▁mi", + "s" + ], + [ + "▁m", + "is" + ], + [ + "▁", + "mis" + ], + [ + "▁Externa", + "l" + ], + [ + "▁Extern", + "al" + ], + [ + "▁Ext", + "ernal" + ], + [ + "▁Ex", + "ternal" + ], + [ + "▁", + "External" + ], + [ + "▁option", + "s" + ], + [ + "▁opt", + "ions" + ], + [ + "▁o", + "ptions" + ], + [ + "▁", + "options" + ], + [ + "▁U", + "RL" + ], + [ + "▁", + "URL" + ], + [ + "▁ph", + "p" + ], + [ + "▁p", + "hp" + ], + [ + "▁", + "php" + ], + [ + "▁inte", + "gr" + ], + [ + "▁int", + "egr" + ], + [ + "▁in", + "tegr" + ], + [ + "▁", + "integr" + ], + [ + "Conf", + "ig" + ], + [ + "Con", + "fig" + ], + [ + "▁Tex", + "t" + ], + [ + "▁Te", + "xt" + ], + [ + "▁T", + "ext" + ], + [ + "▁", + "Text" + ], + [ + "inn", + "er" + ], + [ + "in", + "ner" + ], + [ + "▁cri", + "t" + ], + [ + "▁cr", + "it" + ], + [ + "▁c", + "rit" + ], + [ + "▁", + "crit" + ], + [ + ",", + "”" + ], + [ + "▁to", + "g" + ], + [ + "▁t", + "og" + ], + [ + "$", + "$" + ], + [ + "no", + "f" + ], + [ + "n", + "of" + ], + [ + "▁se", + "s" + ], + [ + "▁s", + "es" + ], + [ + "üh", + "r" + ], + [ + "ü", + "hr" + ], + [ + "▁Sin", + "ce" + ], + [ + "▁S", + "ince" + ], + [ + "▁", + "Since" + ], + [ + "De", + "s" + ], + [ + "D", + "es" + ], + [ + "ub", + "e" + ], + [ + "u", + "be" + ], + [ + "▁sect", + "ion" + ], + [ + "▁sec", + "tion" + ], + [ + "▁se", + "ction" + ], + [ + "▁s", + "ection" + ], + [ + "▁", + "section" + ], + [ + "▁g", + "i" + ], + [ + "▁", + "gi" + ], + [ + "for", + "d" + ], + [ + "fo", + "rd" + ], + [ + "f", + "ord" + ], + [ + "▁As", + "s" + ], + [ + "▁A", + "ss" + ], + [ + "▁", + "Ass" + ], + [ + "aine", + "r" + ], + [ + "ain", + "er" + ], + [ + "ai", + "ner" + ], + [ + "a", + "iner" + ], + [ + "tt", + "p" + ], + [ + "t", + "tp" + ], + [ + "▁beh", + "av" + ], + [ + "▁be", + "hav" + ], + [ + "port", + "s" + ], + [ + "por", + "ts" + ], + [ + "dra", + "w" + ], + [ + "dr", + "aw" + ], + [ + "d", + "raw" + ], + [ + "Th", + "is" + ], + [ + "T", + "his" + ], + [ + "ran", + "ch" + ], + [ + "r", + "anch" + ], + [ + "indi", + "ng" + ], + [ + "ind", + "ing" + ], + [ + "in", + "ding" + ], + [ + "▁esta", + "b" + ], + [ + "▁est", + "ab" + ], + [ + "▁es", + "tab" + ], + [ + "▁e", + "stab" + ], + [ + "▁obt", + "ain" + ], + [ + "▁ob", + "tain" + ], + [ + "ric", + "h" + ], + [ + "ri", + "ch" + ], + [ + "r", + "ich" + ], + [ + "lic", + "it" + ], + [ + "li", + "cit" + ], + [ + "е", + "в" + ], + [ + "▁qu", + "al" + ], + [ + "▁q", + "ual" + ], + [ + "▁", + "qual" + ], + [ + "▁z", + "a" + ], + [ + "▁", + "za" + ], + [ + "▁ha", + "r" + ], + [ + "▁h", + "ar" + ], + [ + "▁", + "har" + ], + [ + "▁fa", + "c" + ], + [ + "▁f", + "ac" + ], + [ + "▁", + "fac" + ], + [ + "aa", + "r" + ], + [ + "a", + "ar" + ], + [ + "je", + "t" + ], + [ + "j", + "et" + ], + [ + "icle", + "s" + ], + [ + "ic", + "les" + ], + [ + "i", + "cles" + ], + [ + "▁Au", + "s" + ], + [ + "▁A", + "us" + ], + [ + "▁", + "Aus" + ], + [ + "▁ho", + "r" + ], + [ + "▁h", + "or" + ], + [ + "▁", + "hor" + ], + [ + "▁rem", + "ov" + ], + [ + "▁re", + "mov" + ], + [ + "▁w", + "ie" + ], + [ + "▁", + "wie" + ], + [ + "Cl", + "ient" + ], + [ + "C", + "lient" + ], + [ + "▁nat", + "ur" + ], + [ + "▁n", + "atur" + ], + [ + "hi", + "p" + ], + [ + "h", + "ip" + ], + [ + "Su", + "b" + ], + [ + "S", + "ub" + ], + [ + "▁rand", + "om" + ], + [ + "▁ran", + "dom" + ], + [ + "▁r", + "andom" + ], + [ + "▁", + "random" + ], + [ + "D", + "F" + ], + [ + "▁are", + "a" + ], + [ + "▁ar", + "ea" + ], + [ + "▁a", + "rea" + ], + [ + "▁", + "area" + ], + [ + "ta", + "g" + ], + [ + "t", + "ag" + ], + [ + "P", + "r" + ], + [ + "▁It", + "al" + ], + [ + "▁I", + "tal" + ], + [ + "▁", + "Ital" + ], + [ + "▁rok", + "u" + ], + [ + "▁ro", + "ku" + ], + [ + "▁r", + "oku" + ], + [ + "nof", + "ollow" + ], + [ + "no", + "follow" + ], + [ + "*", + "}" + ], + [ + "▁other", + "s" + ], + [ + "▁o", + "thers" + ], + [ + "▁lim", + "it" + ], + [ + "▁li", + "mit" + ], + [ + "▁l", + "imit" + ], + [ + "▁", + "limit" + ], + [ + "▁si", + "l" + ], + [ + "▁s", + "il" + ], + [ + "▁", + "sil" + ], + [ + "▁sa", + "v" + ], + [ + "▁s", + "av" + ], + [ + "▁oft", + "en" + ], + [ + "▁of", + "ten" + ], + [ + "▁o", + "ften" + ], + [ + "▁rende", + "r" + ], + [ + "▁rend", + "er" + ], + [ + "▁ren", + "der" + ], + [ + "▁re", + "nder" + ], + [ + "▁r", + "ender" + ], + [ + "▁", + "render" + ], + [ + "D", + "B" + ], + [ + "▁M", + "c" + ], + [ + "▁", + "Mc" + ], + [ + "▁zij", + "n" + ], + [ + "▁z", + "ijn" + ], + [ + "же", + "н" + ], + [ + "ж", + "ен" + ], + [ + "▁ta", + "g" + ], + [ + "▁t", + "ag" + ], + [ + "▁", + "tag" + ], + [ + "min", + "g" + ], + [ + "mi", + "ng" + ], + [ + "m", + "ing" + ], + [ + "liche", + "n" + ], + [ + "lich", + "en" + ], + [ + "lic", + "hen" + ], + [ + "li", + "chen" + ], + [ + "l", + "ichen" + ], + [ + "pa", + "ck" + ], + [ + "p", + "ack" + ], + [ + "▁A", + "g" + ], + [ + "▁", + "Ag" + ], + [ + "▁sens", + "e" + ], + [ + "▁sen", + "se" + ], + [ + "▁s", + "ense" + ], + [ + "p", + "g" + ], + [ + "Met", + "hod" + ], + [ + "M", + "ethod" + ], + [ + "age", + "d" + ], + [ + "ag", + "ed" + ], + [ + "a", + "ged" + ], + [ + "á", + "g" + ], + [ + "ł", + "a" + ], + [ + "▁inter", + "est" + ], + [ + "▁inte", + "rest" + ], + [ + "▁ass", + "oci" + ], + [ + "▁as", + "soci" + ], + [ + "▁", + "associ" + ], + [ + "vol", + "ution" + ], + [ + "▁emp", + "ty" + ], + [ + "▁em", + "pty" + ], + [ + "▁", + "empty" + ], + [ + "ich", + "e" + ], + [ + "ic", + "he" + ], + [ + "i", + "che" + ], + [ + "▁gr", + "o" + ], + [ + "▁g", + "ro" + ], + [ + "▁", + "gro" + ], + [ + "▁type", + "s" + ], + [ + "▁typ", + "es" + ], + [ + "▁ty", + "pes" + ], + [ + "▁t", + "ypes" + ], + [ + "▁", + "types" + ], + [ + "▁Si", + "e" + ], + [ + "▁S", + "ie" + ], + [ + "Int", + "er" + ], + [ + "In", + "ter" + ], + [ + "▁n", + "oreferrer" + ], + [ + "▁", + "noreferrer" + ], + [ + "▁give", + "s" + ], + [ + "▁giv", + "es" + ], + [ + "▁gi", + "ves" + ], + [ + "▁g", + "ives" + ], + [ + "ha", + "l" + ], + [ + "h", + "al" + ], + [ + "▁sav", + "e" + ], + [ + "▁sa", + "ve" + ], + [ + "▁s", + "ave" + ], + [ + "▁", + "save" + ], + [ + "▁fon", + "t" + ], + [ + "▁fo", + "nt" + ], + [ + "▁f", + "ont" + ], + [ + "▁", + "font" + ], + [ + "ruct", + "ion" + ], + [ + "ru", + "ction" + ], + [ + "S", + "cript" + ], + [ + "▁all", + "a" + ], + [ + "▁al", + "la" + ], + [ + "▁a", + "lla" + ], + [ + "▁", + "alla" + ], + [ + "▁say", + "s" + ], + [ + "▁sa", + "ys" + ], + [ + "▁s", + "ays" + ], + [ + "▁f", + "u" + ], + [ + "▁", + "fu" + ], + [ + "ap", + "e" + ], + [ + "a", + "pe" + ], + [ + "▁l", + "anguage" + ], + [ + "▁", + "language" + ], + [ + "ige", + "r" + ], + [ + "ig", + "er" + ], + [ + "i", + "ger" + ], + [ + "▁Kin", + "g" + ], + [ + "▁Ki", + "ng" + ], + [ + "▁K", + "ing" + ], + [ + "bo", + "r" + ], + [ + "b", + "or" + ], + [ + "u", + "v" + ], + [ + "▁sh", + "all" + ], + [ + "▁s", + "hall" + ], + [ + "▁Europ", + "e" + ], + [ + "▁Euro", + "pe" + ], + [ + "▁Eur", + "ope" + ], + [ + "▁E", + "urope" + ], + [ + "▁", + "Europe" + ], + [ + "▁eine", + "m" + ], + [ + "▁ein", + "em" + ], + [ + "▁wat", + "er" + ], + [ + "▁wa", + "ter" + ], + [ + "▁w", + "ater" + ], + [ + "▁", + "water" + ], + [ + "▁gover", + "n" + ], + [ + "▁go", + "vern" + ], + [ + "▁g", + "overn" + ], + [ + "an", + "z" + ], + [ + "ator", + "s" + ], + [ + "ato", + "rs" + ], + [ + "at", + "ors" + ], + [ + "▁mont", + "h" + ], + [ + "▁mon", + "th" + ], + [ + "▁mo", + "nth" + ], + [ + "▁", + "month" + ], + [ + "y", + "e" + ], + [ + "▁import", + "ant" + ], + [ + "▁", + "important" + ], + [ + "at", + "z" + ], + [ + "a", + "tz" + ], + [ + "fir", + "st" + ], + [ + "f", + "irst" + ], + [ + "▁Tra", + "ns" + ], + [ + "▁Tr", + "ans" + ], + [ + "▁", + "Trans" + ], + [ + "▁Ma", + "d" + ], + [ + "▁M", + "ad" + ], + [ + "▁", + "Mad" + ], + [ + "▁br", + "a" + ], + [ + "▁b", + "ra" + ], + [ + "▁", + "bra" + ], + [ + "ik", + "a" + ], + [ + "i", + "ka" + ], + [ + "▁Sain", + "t" + ], + [ + "▁Sa", + "int" + ], + [ + "▁S", + "aint" + ], + [ + "▁", + "Saint" + ], + [ + "ori", + "a" + ], + [ + "or", + "ia" + ], + [ + "o", + "ria" + ], + [ + "kr", + "e" + ], + [ + "k", + "re" + ], + [ + "ement", + "s" + ], + [ + "emen", + "ts" + ], + [ + "em", + "ents" + ], + [ + "e", + "ments" + ], + [ + "▁Be", + "n" + ], + [ + "▁B", + "en" + ], + [ + "▁", + "Ben" + ], + [ + "la", + "v" + ], + [ + "l", + "av" + ], + [ + "▁adm", + "in" + ], + [ + "▁ad", + "min" + ], + [ + "▁", + "admin" + ], + [ + "▁He", + "n" + ], + [ + "▁H", + "en" + ], + [ + "▁", + "Hen" + ], + [ + "ri", + "l" + ], + [ + "r", + "il" + ], + [ + "▁S", + "m" + ], + [ + "▁", + "Sm" + ], + [ + "ca", + "t" + ], + [ + "c", + "at" + ], + [ + "▁Ref", + "er" + ], + [ + "▁Re", + "fer" + ], + [ + "▁", + "Ш" + ], + [ + "▁prac", + "t" + ], + [ + "▁pra", + "ct" + ], + [ + "▁pr", + "act" + ], + [ + "▁p", + "ract" + ], + [ + "▁Pa", + "t" + ], + [ + "▁P", + "at" + ], + [ + "▁", + "Pat" + ], + [ + "▁Gr", + "e" + ], + [ + "▁G", + "re" + ], + [ + "▁", + "Gre" + ], + [ + "▁you", + "ng" + ], + [ + "▁yo", + "ung" + ], + [ + "▁Int", + "er" + ], + [ + "▁In", + "ter" + ], + [ + "▁", + "Inter" + ], + [ + "om", + "a" + ], + [ + "o", + "ma" + ], + [ + "te", + "ger" + ], + [ + "ibil", + "ity" + ], + [ + "ib", + "ility" + ], + [ + "▁parameter", + "s" + ], + [ + "▁paramet", + "ers" + ], + [ + "▁param", + "eters" + ], + [ + "▁", + "parameters" + ], + [ + "▁every", + "thing" + ], + [ + "da", + "t" + ], + [ + "d", + "at" + ], + [ + "uro", + "p" + ], + [ + "ur", + "op" + ], + [ + "u", + "rop" + ], + [ + "ole", + "an" + ], + [ + "o", + "lean" + ], + [ + "▁return", + "ed" + ], + [ + "▁Cla", + "ss" + ], + [ + "▁Cl", + "ass" + ], + [ + "▁C", + "lass" + ], + [ + "▁", + "Class" + ], + [ + "ac", + "y" + ], + [ + "a", + "cy" + ], + [ + "##", + "##" + ], + [ + "▁p", + "ř" + ], + [ + "▁fol", + "der" + ], + [ + "▁fo", + "lder" + ], + [ + "▁f", + "older" + ], + [ + "▁", + "folder" + ], + [ + "▁ko", + "n" + ], + [ + "▁k", + "on" + ], + [ + "▁", + "kon" + ], + [ + "▁gu", + "ess" + ], + [ + "g", + "t" + ], + [ + "je", + "n" + ], + [ + "j", + "en" + ], + [ + "anne", + "l" + ], + [ + "ann", + "el" + ], + [ + "an", + "nel" + ], + [ + "ico", + "n" + ], + [ + "ic", + "on" + ], + [ + "i", + "con" + ], + [ + "▁com", + "b" + ], + [ + "▁co", + "mb" + ], + [ + "▁c", + "omb" + ], + [ + "▁", + "comb" + ], + [ + "ric", + "t" + ], + [ + "ri", + "ct" + ], + [ + "r", + "ict" + ], + [ + "▁hi", + "j" + ], + [ + "▁h", + "ij" + ], + [ + "▁auth", + "or" + ], + [ + "▁aut", + "hor" + ], + [ + "▁", + "author" + ], + [ + "se", + "e" + ], + [ + "s", + "ee" + ], + [ + "her", + "e" + ], + [ + "he", + "re" + ], + [ + "h", + "ere" + ], + [ + "str", + "a" + ], + [ + "st", + "ra" + ], + [ + "s", + "tra" + ], + [ + "▁ent", + "ire" + ], + [ + "▁direct", + "ly" + ], + [ + "raf", + "t" + ], + [ + "ra", + "ft" + ], + [ + "r", + "aft" + ], + [ + "he", + "et" + ], + [ + "este", + "r" + ], + [ + "est", + "er" + ], + [ + "es", + "ter" + ], + [ + "e", + "ster" + ], + [ + "▁м", + "и" + ], + [ + "▁", + "ми" + ], + [ + "▁mas", + "s" + ], + [ + "▁ma", + "ss" + ], + [ + "▁m", + "ass" + ], + [ + "▁", + "mass" + ], + [ + "unt", + "u" + ], + [ + "un", + "tu" + ], + [ + "▁user", + "s" + ], + [ + "▁use", + "rs" + ], + [ + "▁us", + "ers" + ], + [ + "▁u", + "sers" + ], + [ + "▁", + "users" + ], + [ + "ch", + "i" + ], + [ + "c", + "hi" + ], + [ + "P", + "E" + ], + [ + "▁compon", + "ent" + ], + [ + "▁com", + "ponent" + ], + [ + "▁", + "component" + ], + [ + "Cl", + "ick" + ], + [ + "C", + "lick" + ], + [ + "At", + "t" + ], + [ + "A", + "tt" + ], + [ + "▁sob", + "re" + ], + [ + "▁so", + "bre" + ], + [ + "▁s", + "obre" + ], + [ + "and", + "s" + ], + [ + "an", + "ds" + ], + [ + "▁Ho", + "l" + ], + [ + "▁H", + "ol" + ], + [ + "▁", + "Hol" + ], + [ + "▁San", + "t" + ], + [ + "▁Sa", + "nt" + ], + [ + "▁S", + "ant" + ], + [ + "or", + "i" + ], + [ + "o", + "ri" + ], + [ + "▁su", + "a" + ], + [ + "▁s", + "ua" + ], + [ + "st", + "d" + ], + [ + "s", + "td" + ], + [ + "enti", + "c" + ], + [ + "ent", + "ic" + ], + [ + "C", + "C" + ], + [ + "▁fil", + "ter" + ], + [ + "▁", + "filter" + ], + [ + "S", + "QL" + ], + [ + "▁Go", + "d" + ], + [ + "▁G", + "od" + ], + [ + "A", + "t" + ], + [ + "▁м", + "у" + ], + [ + "▁", + "му" + ], + [ + "▁perform", + "ance" + ], + [ + "▁per", + "formance" + ], + [ + "del", + "ta" + ], + [ + "d", + "elta" + ], + [ + "and", + "e" + ], + [ + "an", + "de" + ], + [ + "a", + "nde" + ], + [ + "ame", + "r" + ], + [ + "am", + "er" + ], + [ + "a", + "mer" + ], + [ + "д", + "ы" + ], + [ + "▁cul", + "t" + ], + [ + "▁cu", + "lt" + ], + [ + "▁c", + "ult" + ], + [ + "▁No", + "r" + ], + [ + "▁N", + "or" + ], + [ + "bu", + "t" + ], + [ + "b", + "ut" + ], + [ + "▁li", + "k" + ], + [ + "▁l", + "ik" + ], + [ + "▁", + "lik" + ], + [ + "****", + "****" + ], + [ + "стве", + "н" + ], + [ + "ств", + "ен" + ], + [ + "ст", + "вен" + ], + [ + "▁comm", + "e" + ], + [ + "▁com", + "me" + ], + [ + "▁d", + "r" + ], + [ + "▁", + "dr" + ], + [ + "ime", + "r" + ], + [ + "im", + "er" + ], + [ + "i", + "mer" + ], + [ + "ord", + "in" + ], + [ + "or", + "din" + ], + [ + "▁cond", + "ition" + ], + [ + "▁", + "condition" + ], + [ + "est", + "e" + ], + [ + "es", + "te" + ], + [ + "e", + "ste" + ], + [ + "(", + "[" + ], + [ + "F", + "F" + ], + [ + "ть", + "ся" + ], + [ + "im", + "o" + ], + [ + "i", + "mo" + ], + [ + "ra", + "b" + ], + [ + "r", + "ab" + ], + [ + "і", + "ль" + ], + [ + "▁hal", + "f" + ], + [ + "▁h", + "alf" + ], + [ + "▁", + "half" + ], + [ + "ea", + "ch" + ], + [ + "e", + "ach" + ], + [ + "Di", + "s" + ], + [ + "D", + "is" + ], + [ + "▁row", + "s" + ], + [ + "▁ro", + "ws" + ], + [ + "▁r", + "ows" + ], + [ + "▁", + "rows" + ], + [ + "▁ho", + "n" + ], + [ + "▁h", + "on" + ], + [ + "▁", + "hon" + ], + [ + "▁tog", + "ether" + ], + [ + "▁t", + "ogether" + ], + [ + "▁", + "și" + ], + [ + "med", + "i" + ], + [ + "me", + "di" + ], + [ + "m", + "edi" + ], + [ + "ag", + "n" + ], + [ + "a", + "gn" + ], + [ + "alle", + "d" + ], + [ + "all", + "ed" + ], + [ + "al", + "led" + ], + [ + "▁vil", + "l" + ], + [ + "▁vi", + "ll" + ], + [ + "▁v", + "ill" + ], + [ + "IN", + "G" + ], + [ + "I", + "NG" + ], + [ + "idd", + "en" + ], + [ + "id", + "den" + ], + [ + "▁dra", + "w" + ], + [ + "▁dr", + "aw" + ], + [ + "▁d", + "raw" + ], + [ + "▁", + "draw" + ], + [ + "ynt", + "ax" + ], + [ + "yn", + "tax" + ], + [ + "▁att", + "empt" + ], + [ + "UR", + "L" + ], + [ + "U", + "RL" + ], + [ + "pos", + "e" + ], + [ + "po", + "se" + ], + [ + "p", + "ose" + ], + [ + "▁ind", + "ic" + ], + [ + "▁in", + "dic" + ], + [ + "ник", + "а" + ], + [ + "ни", + "ка" + ], + [ + "▁Eng", + "lish" + ], + [ + "▁", + "English" + ], + [ + "▁dé", + "c" + ], + [ + "▁d", + "éc" + ], + [ + "▁need", + "s" + ], + [ + "▁ne", + "eds" + ], + [ + "▁norm", + "al" + ], + [ + "▁nor", + "mal" + ], + [ + "▁n", + "ormal" + ], + [ + "▁", + "normal" + ], + [ + "ur", + "t" + ], + [ + "u", + "rt" + ], + [ + "▁н", + "о" + ], + [ + "▁", + "но" + ], + [ + "}}", + "\\" + ], + [ + "}", + "}\\" + ], + [ + "las", + "t" + ], + [ + "la", + "st" + ], + [ + "l", + "ast" + ], + [ + "▁F", + "in" + ], + [ + "▁", + "Fin" + ], + [ + "▁Feb", + "ru" + ], + [ + "▁Fe", + "bru" + ], + [ + "▁F", + "ebru" + ], + [ + "il", + "a" + ], + [ + "i", + "la" + ], + [ + "▁count", + "ry" + ], + [ + "▁coun", + "try" + ], + [ + "▁c", + "ountry" + ], + [ + "▁", + "country" + ], + [ + "▁field", + "s" + ], + [ + "▁fiel", + "ds" + ], + [ + "▁", + "fields" + ], + [ + "▁ma", + "x" + ], + [ + "▁m", + "ax" + ], + [ + "▁", + "max" + ], + [ + "lé", + "s" + ], + [ + "l", + "és" + ], + [ + "owi", + "e" + ], + [ + "ow", + "ie" + ], + [ + "o", + "wie" + ], + [ + "▁de", + "ux" + ], + [ + "▁bu", + "ilt" + ], + [ + "▁", + "built" + ], + [ + "▁Mai", + "n" + ], + [ + "▁Ma", + "in" + ], + [ + "▁M", + "ain" + ], + [ + "▁", + "Main" + ], + [ + "▁cam", + "p" + ], + [ + "▁ca", + "mp" + ], + [ + "▁c", + "amp" + ], + [ + "▁", + "camp" + ], + [ + "iv", + "o" + ], + [ + "i", + "vo" + ], + [ + "iv", + "a" + ], + [ + "i", + "va" + ], + [ + "ic", + "y" + ], + [ + "i", + "cy" + ], + [ + "zi", + "one" + ], + [ + "z", + "ione" + ], + [ + "No", + "de" + ], + [ + "N", + "ode" + ], + [ + "▁:", + ")" + ], + [ + "▁", + ":)" + ], + [ + "▁am", + "ong" + ], + [ + "▁O", + "b" + ], + [ + "▁", + "Ob" + ], + [ + "▁case", + "s" + ], + [ + "▁cas", + "es" + ], + [ + "▁c", + "ases" + ], + [ + "▁", + "cases" + ], + [ + "ha", + "ps" + ], + [ + "h", + "aps" + ], + [ + "ser", + "s" + ], + [ + "se", + "rs" + ], + [ + "s", + "ers" + ], + [ + "arte", + "r" + ], + [ + "art", + "er" + ], + [ + "ar", + "ter" + ], + [ + "śc", + "i" + ], + [ + "ś", + "ci" + ], + [ + "▁it", + "er" + ], + [ + "▁i", + "ter" + ], + [ + "▁", + "iter" + ], + [ + "▁name", + "d" + ], + [ + "▁nam", + "ed" + ], + [ + "▁na", + "med" + ], + [ + "▁n", + "amed" + ], + [ + "▁", + "named" + ], + [ + "exe", + "c" + ], + [ + "ex", + "ec" + ], + [ + "▁sea", + "son" + ], + [ + "▁se", + "ason" + ], + [ + "▁", + "season" + ], + [ + "to", + "t" + ], + [ + "t", + "ot" + ], + [ + "=", + ">" + ], + [ + "gra", + "ph" + ], + [ + "gr", + "aph" + ], + [ + "g", + "raph" + ], + [ + "▁ni", + "l" + ], + [ + "▁n", + "il" + ], + [ + "▁", + "nil" + ], + [ + "acion", + "al" + ], + [ + "aci", + "onal" + ], + [ + "ac", + "ional" + ], + [ + "▁N", + "ULL" + ], + [ + "▁", + "NULL" + ], + [ + "▁spec", + "ial" + ], + [ + "▁spe", + "cial" + ], + [ + "▁", + "special" + ], + [ + "ст", + "е" + ], + [ + "с", + "те" + ], + [ + "cs", + "s" + ], + [ + "c", + "ss" + ], + [ + "▁\\", + "(" + ], + [ + "v", + "s" + ], + [ + "ae", + "l" + ], + [ + "a", + "el" + ], + [ + "▁cit", + "y" + ], + [ + "▁ci", + "ty" + ], + [ + "▁c", + "ity" + ], + [ + "▁", + "city" + ], + [ + "ov", + "a" + ], + [ + "o", + "va" + ], + [ + "▁art", + "icle" + ], + [ + "▁", + "article" + ], + [ + "▁Sou", + "th" + ], + [ + "▁So", + "uth" + ], + [ + "▁S", + "outh" + ], + [ + "Act", + "ion" + ], + [ + "Ac", + "tion" + ], + [ + "A", + "ction" + ], + [ + "ç", + "a" + ], + [ + "spr", + "ing" + ], + [ + "sp", + "ring" + ], + [ + "s", + "pring" + ], + [ + "itud", + "e" + ], + [ + "itu", + "de" + ], + [ + "it", + "ude" + ], + [ + "▁comple", + "x" + ], + [ + "▁compl", + "ex" + ], + [ + "▁comp", + "lex" + ], + [ + "▁com", + "plex" + ], + [ + "▁", + "complex" + ], + [ + "▁ч", + "то" + ], + [ + "bu", + "ild" + ], + [ + "g", + "amma" + ], + [ + "▁En", + "t" + ], + [ + "▁E", + "nt" + ], + [ + "▁", + "Ent" + ], + [ + "ier", + "s" + ], + [ + "ie", + "rs" + ], + [ + "i", + "ers" + ], + [ + "'", + "." + ], + [ + "ca", + "r" + ], + [ + "c", + "ar" + ], + [ + "apa", + "che" + ], + [ + "ap", + "ache" + ], + [ + "inge", + "n" + ], + [ + "ing", + "en" + ], + [ + "in", + "gen" + ], + [ + "In", + "put" + ], + [ + ":", + " " + ], + [ + "▁dy", + "nam" + ], + [ + "▁d", + "ynam" + ], + [ + "all", + "s" + ], + [ + "al", + "ls" + ], + [ + "sh", + "ow" + ], + [ + "s", + "how" + ], + [ + "|", + "\\" + ], + [ + "▁wir", + "d" + ], + [ + "▁w", + "ird" + ], + [ + "B", + "ar" + ], + [ + "alt", + "h" + ], + [ + "al", + "th" + ], + [ + "mode", + "l" + ], + [ + "mod", + "el" + ], + [ + "mo", + "del" + ], + [ + "m", + "odel" + ], + [ + "Tra", + "ns" + ], + [ + "Tr", + "ans" + ], + [ + "Ro", + "w" + ], + [ + "R", + "ow" + ], + [ + "ab", + "e" + ], + [ + "a", + "be" + ], + [ + "▁li", + "b" + ], + [ + "▁l", + "ib" + ], + [ + "▁", + "lib" + ], + [ + "nu", + "ll" + ], + [ + "n", + "ull" + ], + [ + "rag", + "ment" + ], + [ + "ra", + "gment" + ], + [ + "▁Stat", + "e" + ], + [ + "▁Sta", + "te" + ], + [ + "▁St", + "ate" + ], + [ + "▁", + "State" + ], + [ + "▁la", + "w" + ], + [ + "▁l", + "aw" + ], + [ + "▁", + "law" + ], + [ + "Fr", + "ame" + ], + [ + "F", + "rame" + ], + [ + "▁L", + "o" + ], + [ + "▁", + "Lo" + ], + [ + "ge", + "b" + ], + [ + "g", + "eb" + ], + [ + "}$", + "." + ], + [ + "}", + "$." + ], + [ + "▁need", + "ed" + ], + [ + "▁ne", + "eded" + ], + [ + "▁cont", + "r" + ], + [ + "▁con", + "tr" + ], + [ + "▁", + "contr" + ], + [ + "arie", + "s" + ], + [ + "ari", + "es" + ], + [ + "ar", + "ies" + ], + [ + "a", + "ries" + ], + [ + "▁scr", + "een" + ], + [ + "▁sc", + "reen" + ], + [ + "▁s", + "creen" + ], + [ + "▁", + "screen" + ], + [ + "y", + "r" + ], + [ + "m", + "m" + ], + [ + "▁show", + "n" + ], + [ + "▁sho", + "wn" + ], + [ + "▁sh", + "own" + ], + [ + "▁ba", + "d" + ], + [ + "▁b", + "ad" + ], + [ + "▁", + "bad" + ], + [ + "▁cas", + "t" + ], + [ + "▁ca", + "st" + ], + [ + "▁c", + "ast" + ], + [ + "▁", + "cast" + ], + [ + "▁Te", + "st" + ], + [ + "▁T", + "est" + ], + [ + "▁", + "Test" + ], + [ + "▁Au", + "f" + ], + [ + "▁A", + "uf" + ], + [ + "▁quan", + "t" + ], + [ + "▁qu", + "ant" + ], + [ + "▁", + "quant" + ], + [ + "ig", + "a" + ], + [ + "i", + "ga" + ], + [ + "▁re", + "n" + ], + [ + "▁r", + "en" + ], + [ + "▁", + "ren" + ], + [ + "▁Ma", + "c" + ], + [ + "▁M", + "ac" + ], + [ + "▁", + "Mac" + ], + [ + "▁trans", + "form" + ], + [ + "▁", + "transform" + ], + [ + "▁differ", + "ence" + ], + [ + "▁dif", + "ference" + ], + [ + "▁d", + "ifference" + ], + [ + "▁ti", + "t" + ], + [ + "▁t", + "it" + ], + [ + "▁", + "tit" + ], + [ + "T", + "E" + ], + [ + "▁ste", + "p" + ], + [ + "▁st", + "ep" + ], + [ + "▁", + "step" + ], + [ + "▁cap", + "t" + ], + [ + "▁ca", + "pt" + ], + [ + "▁c", + "apt" + ], + [ + "▁", + "capt" + ], + [ + "▁collect", + "ion" + ], + [ + "▁colle", + "ction" + ], + [ + "▁coll", + "ection" + ], + [ + "▁col", + "lection" + ], + [ + "▁", + "collection" + ], + [ + "iction", + "ary" + ], + [ + "▁To", + "m" + ], + [ + "▁T", + "om" + ], + [ + "▁", + "Tom" + ], + [ + "rie", + "r" + ], + [ + "ri", + "er" + ], + [ + "r", + "ier" + ], + [ + "▁mov", + "e" + ], + [ + "▁mo", + "ve" + ], + [ + "▁m", + "ove" + ], + [ + "▁", + "move" + ], + [ + "cop", + "e" + ], + [ + "co", + "pe" + ], + [ + "c", + "ope" + ], + [ + "ord", + "s" + ], + [ + "or", + "ds" + ], + [ + "▁fur", + "ther" + ], + [ + "▁column", + "s" + ], + [ + "▁", + "columns" + ], + [ + "▁Li", + "n" + ], + [ + "▁L", + "in" + ], + [ + "▁", + "Lin" + ], + [ + "▁fix", + "ed" + ], + [ + "▁f", + "ixed" + ], + [ + "▁", + "fixed" + ], + [ + "▁child", + "ren" + ], + [ + "▁", + "children" + ], + [ + "M", + "S" + ], + [ + "m", + "o" + ], + [ + "un", + "a" + ], + [ + "u", + "na" + ], + [ + "▁ind", + "ivid" + ], + [ + "tt", + "y" + ], + [ + "t", + "ty" + ], + [ + "ast", + "e" + ], + [ + "as", + "te" + ], + [ + "a", + "ste" + ], + [ + "sr", + "c" + ], + [ + "s", + "rc" + ], + [ + "mat", + "ch" + ], + [ + "m", + "atch" + ], + [ + "w", + "i" + ], + [ + "▁", + "х" + ], + [ + "▁д", + "и" + ], + [ + "▁", + "ди" + ], + [ + "▁or", + "d" + ], + [ + "▁o", + "rd" + ], + [ + "▁", + "ord" + ], + [ + "ivi", + "ng" + ], + [ + "iv", + "ing" + ], + [ + "i", + "ving" + ], + [ + "▁Br", + "o" + ], + [ + "▁B", + "ro" + ], + [ + "▁", + "Bro" + ], + [ + "▁al", + "most" + ], + [ + "▁Pre", + "s" + ], + [ + "▁Pr", + "es" + ], + [ + "▁P", + "res" + ], + [ + "▁", + "Pres" + ], + [ + "rec", + "i" + ], + [ + "re", + "ci" + ], + [ + "arin", + "g" + ], + [ + "ari", + "ng" + ], + [ + "ar", + "ing" + ], + [ + "a", + "ring" + ], + [ + "▁//", + "/" + ], + [ + "▁/", + "//" + ], + [ + "▁", + "///" + ], + [ + "ет", + "ся" + ], + [ + "е", + "тся" + ], + [ + "▁si", + "g" + ], + [ + "▁s", + "ig" + ], + [ + "▁", + "sig" + ], + [ + "lig", + "ht" + ], + [ + "l", + "ight" + ], + [ + "▁Re", + "d" + ], + [ + "▁R", + "ed" + ], + [ + "▁", + "Red" + ], + [ + "▁sugg", + "est" + ], + [ + "▁sug", + "gest" + ], + [ + "ol", + "f" + ], + [ + "▁ét", + "é" + ], + [ + "▁é", + "té" + ], + [ + "▁", + "été" + ], + [ + "isat", + "ion" + ], + [ + "isa", + "tion" + ], + [ + "is", + "ation" + ], + [ + "з", + "на" + ], + [ + "Ne", + "w" + ], + [ + "N", + "ew" + ], + [ + "ста", + "н" + ], + [ + "ст", + "ан" + ], + [ + "с", + "тан" + ], + [ + "L", + "A" + ], + [ + "unic", + "ip" + ], + [ + "uni", + "cip" + ], + [ + "un", + "icip" + ], + [ + "▁figur", + "e" + ], + [ + "▁fig", + "ure" + ], + [ + "▁", + "figure" + ], + [ + "m", + "t" + ], + [ + "ial", + "e" + ], + [ + "ia", + "le" + ], + [ + "i", + "ale" + ], + [ + "▁cat", + "ch" + ], + [ + "▁c", + "atch" + ], + [ + "▁", + "catch" + ], + [ + "def", + "ault" + ], + [ + "de", + "fault" + ], + [ + "▁tel", + "e" + ], + [ + "▁te", + "le" + ], + [ + "▁t", + "ele" + ], + [ + "▁", + "tele" + ], + [ + "▁mat", + "ter" + ], + [ + "▁m", + "atter" + ], + [ + "cas", + "t" + ], + [ + "ca", + "st" + ], + [ + "c", + "ast" + ], + [ + "▁Ric", + "h" + ], + [ + "▁Ri", + "ch" + ], + [ + "▁R", + "ich" + ], + [ + "▁", + "Rich" + ], + [ + "▁hand", + "le" + ], + [ + "▁", + "handle" + ], + [ + "val", + "u" + ], + [ + "va", + "lu" + ], + [ + "v", + "alu" + ], + [ + "$", + "-" + ], + [ + "о", + "б" + ], + [ + "▁js", + "on" + ], + [ + "▁j", + "son" + ], + [ + "▁", + "json" + ], + [ + "Cre", + "ate" + ], + [ + "C", + "reate" + ], + [ + "▁ex", + "am" + ], + [ + "ал", + "ь" + ], + [ + "а", + "ль" + ], + [ + "ю", + "т" + ], + [ + "ore", + "d" + ], + [ + "or", + "ed" + ], + [ + "o", + "red" + ], + [ + "ido", + "s" + ], + [ + "id", + "os" + ], + [ + "appen", + "d" + ], + [ + "appe", + "nd" + ], + [ + "app", + "end" + ], + [ + "ap", + "pend" + ], + [ + "▁Arr", + "ay" + ], + [ + "▁Ar", + "ray" + ], + [ + "▁", + "Array" + ], + [ + "к", + "с" + ], + [ + "}", + "[" + ], + [ + "riv", + "e" + ], + [ + "ri", + "ve" + ], + [ + "r", + "ive" + ], + [ + "▁cl", + "ub" + ], + [ + "▁c", + "lub" + ], + [ + "▁", + "club" + ], + [ + "man", + "n" + ], + [ + "ma", + "nn" + ], + [ + "m", + "ann" + ], + [ + "▁est", + "e" + ], + [ + "▁es", + "te" + ], + [ + "▁e", + "ste" + ], + [ + "▁", + "este" + ], + [ + "est", + "a" + ], + [ + "es", + "ta" + ], + [ + "e", + "sta" + ], + [ + "▁G", + "i" + ], + [ + "▁", + "Gi" + ], + [ + "▁Ja", + "p" + ], + [ + "▁J", + "ap" + ], + [ + "▁Nam", + "e" + ], + [ + "▁Na", + "me" + ], + [ + "▁N", + "ame" + ], + [ + "▁", + "Name" + ], + [ + "Col", + "umn" + ], + [ + "oup", + "s" + ], + [ + "ou", + "ps" + ], + [ + "o", + "ups" + ], + [ + "ism", + "o" + ], + [ + "is", + "mo" + ], + [ + "▁Cit", + "y" + ], + [ + "▁Ci", + "ty" + ], + [ + "▁C", + "ity" + ], + [ + "▁", + "City" + ], + [ + "▁classe", + "s" + ], + [ + "▁class", + "es" + ], + [ + "▁", + "classes" + ], + [ + "▁inf", + "l" + ], + [ + "▁in", + "fl" + ], + [ + "▁", + "infl" + ], + [ + "h", + "l" + ], + [ + "ро", + "м" + ], + [ + "р", + "ом" + ], + [ + "▁add", + "ing" + ], + [ + "▁ad", + "ding" + ], + [ + "▁", + "adding" + ], + [ + "▁fa", + "il" + ], + [ + "▁f", + "ail" + ], + [ + "▁", + "fail" + ], + [ + "x", + "x" + ], + [ + "õ", + "es" + ], + [ + "S", + "c" + ], + [ + "uti", + "l" + ], + [ + "ut", + "il" + ], + [ + "u", + "til" + ], + [ + "▁loc", + "ation" + ], + [ + "▁lo", + "cation" + ], + [ + "▁l", + "ocation" + ], + [ + "▁", + "location" + ], + [ + "leg", + "e" + ], + [ + "le", + "ge" + ], + [ + "l", + "ege" + ], + [ + "ag", + "o" + ], + [ + "a", + "go" + ], + [ + "▁proper", + "ties" + ], + [ + "▁pro", + "perties" + ], + [ + "▁", + "properties" + ], + [ + "abi", + "l" + ], + [ + "ab", + "il" + ], + [ + "a", + "bil" + ], + [ + "va", + "s" + ], + [ + "v", + "as" + ], + [ + "}$", + "," + ], + [ + "}", + "$," + ], + [ + "itte", + "d" + ], + [ + "itt", + "ed" + ], + [ + "it", + "ted" + ], + [ + "ó", + "d" + ], + [ + "▁De", + "m" + ], + [ + "▁D", + "em" + ], + [ + "▁ask", + "ed" + ], + [ + "▁as", + "ked" + ], + [ + "▁ta", + "b" + ], + [ + "▁t", + "ab" + ], + [ + "▁", + "tab" + ], + [ + "S", + "ource" + ], + [ + "▁error", + "s" + ], + [ + "▁err", + "ors" + ], + [ + "▁", + "errors" + ], + [ + "ograph", + "ie" + ], + [ + "▁ж", + "и" + ], + [ + "▁", + "жи" + ], + [ + "▁ma", + "l" + ], + [ + "▁m", + "al" + ], + [ + "▁", + "mal" + ], + [ + "stra", + "ct" + ], + [ + "str", + "act" + ], + [ + "st", + "ract" + ], + [ + "▁dr", + "o" + ], + [ + "▁d", + "ro" + ], + [ + "▁", + "dro" + ], + [ + "ra", + "k" + ], + [ + "r", + "ak" + ], + [ + "▁not", + "e" + ], + [ + "▁no", + "te" + ], + [ + "▁n", + "ote" + ], + [ + "▁", + "note" + ], + [ + "▁sett", + "ing" + ], + [ + "▁set", + "ting" + ], + [ + "▁", + "setting" + ], + [ + "▁fe", + "m" + ], + [ + "▁f", + "em" + ], + [ + "▁sa", + "w" + ], + [ + "▁s", + "aw" + ], + [ + "ia", + "r" + ], + [ + "i", + "ar" + ], + [ + "HE", + "R" + ], + [ + "H", + "ER" + ], + [ + "е", + "с" + ], + [ + "▁pre", + "d" + ], + [ + "▁pr", + "ed" + ], + [ + "▁p", + "red" + ], + [ + "▁", + "pred" + ], + [ + "▁O", + "ut" + ], + [ + "▁", + "Out" + ], + [ + "▁item", + "s" + ], + [ + "▁it", + "ems" + ], + [ + "▁", + "items" + ], + [ + "ла", + "н" + ], + [ + "л", + "ан" + ], + [ + "▁wer", + "d" + ], + [ + "▁we", + "rd" + ], + [ + "▁w", + "erd" + ], + [ + "ers", + "ion" + ], + [ + "li", + "a" + ], + [ + "l", + "ia" + ], + [ + "▁si", + "n" + ], + [ + "▁s", + "in" + ], + [ + "▁", + "sin" + ], + [ + "icht", + "e" + ], + [ + "ich", + "te" + ], + [ + "i", + "chte" + ], + [ + "▁fee", + "l" + ], + [ + "▁fe", + "el" + ], + [ + "▁пр", + "а" + ], + [ + "▁п", + "ра" + ], + [ + "▁", + "пра" + ], + [ + "▁od", + "er" + ], + [ + "▁o", + "der" + ], + [ + "▁", + "oder" + ], + [ + "U", + "E" + ], + [ + "oc", + "ument" + ], + [ + "▁mod", + "e" + ], + [ + "▁mo", + "de" + ], + [ + "▁m", + "ode" + ], + [ + "▁", + "mode" + ], + [ + "▁N", + "a" + ], + [ + "▁", + "Na" + ], + [ + "де", + "н" + ], + [ + "д", + "ен" + ], + [ + "me", + "s" + ], + [ + "m", + "es" + ], + [ + "frame", + "work" + ], + [ + "▁aut", + "o" + ], + [ + "▁au", + "to" + ], + [ + "▁a", + "uto" + ], + [ + "▁", + "auto" + ], + [ + "ны", + "м" + ], + [ + "н", + "ым" + ], + [ + "ub", + "y" + ], + [ + "u", + "by" + ], + [ + "▁temp", + "late" + ], + [ + "▁tem", + "plate" + ], + [ + "▁", + "template" + ], + [ + "▁mes", + "s" + ], + [ + "▁me", + "ss" + ], + [ + "▁m", + "ess" + ], + [ + "▁", + "mess" + ], + [ + "ied", + "er" + ], + [ + "ie", + "der" + ], + [ + "i", + "eder" + ], + [ + "▁relate", + "d" + ], + [ + "▁rela", + "ted" + ], + [ + "▁rel", + "ated" + ], + [ + "▁", + "related" + ], + [ + "oke", + "n" + ], + [ + "ok", + "en" + ], + [ + "o", + "ken" + ], + [ + "▁follow", + "s" + ], + [ + "se", + "arch" + ], + [ + "s", + "earch" + ], + [ + "am", + "i" + ], + [ + "a", + "mi" + ], + [ + "▁wa", + "it" + ], + [ + "▁w", + "ait" + ], + [ + "▁", + "wait" + ], + [ + "ig", + "r" + ], + [ + "i", + "gr" + ], + [ + "▁lo", + "w" + ], + [ + "▁l", + "ow" + ], + [ + "▁", + "low" + ], + [ + "ски", + "х" + ], + [ + "ск", + "их" + ], + [ + "с", + "ких" + ], + [ + "ска", + "я" + ], + [ + "с", + "кая" + ], + [ + "▁Mar", + "k" + ], + [ + "▁M", + "ark" + ], + [ + "▁", + "Mark" + ], + [ + "▁il", + "l" + ], + [ + "▁i", + "ll" + ], + [ + "▁", + "ill" + ], + [ + "ament", + "o" + ], + [ + "amen", + "to" + ], + [ + "am", + "ento" + ], + [ + "\\", + "<" + ], + [ + "▁d", + "f" + ], + [ + "▁", + "df" + ], + [ + "osi", + "tion" + ], + [ + "os", + "ition" + ], + [ + "▁В", + "и" + ], + [ + "is", + "f" + ], + [ + "i", + "sf" + ], + [ + "▁De", + "utsch" + ], + [ + "ah", + "l" + ], + [ + "a", + "hl" + ], + [ + "wa", + "r" + ], + [ + "w", + "ar" + ], + [ + "ite", + "ct" + ], + [ + "it", + "ect" + ], + [ + "▁sa", + "l" + ], + [ + "▁s", + "al" + ], + [ + "▁", + "sal" + ], + [ + "ele", + "n" + ], + [ + "el", + "en" + ], + [ + "e", + "len" + ], + [ + "By", + "Id" + ], + [ + "▁gr", + "u" + ], + [ + "▁g", + "ru" + ], + [ + "▁", + "gru" + ], + [ + "s", + "v" + ], + [ + "▁passe", + "d" + ], + [ + "▁pass", + "ed" + ], + [ + "▁pas", + "sed" + ], + [ + "▁a", + "ñ" + ], + [ + "▁", + "añ" + ], + [ + "Sc", + "h" + ], + [ + "S", + "ch" + ], + [ + "▁sol", + "ve" + ], + [ + "weis", + "e" + ], + [ + "wei", + "se" + ], + [ + "we", + "ise" + ], + [ + "ato", + "s" + ], + [ + "at", + "os" + ], + [ + "▁me", + "g" + ], + [ + "▁m", + "eg" + ], + [ + "▁memb", + "er" + ], + [ + "▁mem", + "ber" + ], + [ + "▁m", + "ember" + ], + [ + "▁", + "member" + ], + [ + "erna", + "me" + ], + [ + "ern", + "ame" + ], + [ + "er", + "name" + ], + [ + "▁conne", + "ct" + ], + [ + "▁conn", + "ect" + ], + [ + "▁con", + "nect" + ], + [ + "▁", + "connect" + ], + [ + "ip", + "s" + ], + [ + "i", + "ps" + ], + [ + "▁rou", + "nd" + ], + [ + "▁ro", + "und" + ], + [ + "▁r", + "ound" + ], + [ + "▁", + "round" + ], + [ + "▁", + "]" + ], + [ + "ne", + "s" + ], + [ + "n", + "es" + ], + [ + "▁di", + "r" + ], + [ + "▁d", + "ir" + ], + [ + "▁", + "dir" + ], + [ + "▁Lond", + "on" + ], + [ + "d", + "y" + ], + [ + "F", + "A" + ], + [ + "▁receive", + "d" + ], + [ + "▁rece", + "ived" + ], + [ + "ree", + "t" + ], + [ + "re", + "et" + ], + [ + "▁Lo", + "g" + ], + [ + "▁L", + "og" + ], + [ + "▁", + "Log" + ], + [ + "▁Sch", + "ool" + ], + [ + "ang", + "o" + ], + [ + "an", + "go" + ], + [ + "▁The", + "se" + ], + [ + "▁Th", + "ese" + ], + [ + "▁Mon", + "t" + ], + [ + "▁Mo", + "nt" + ], + [ + "▁M", + "ont" + ], + [ + "▁", + "Mont" + ], + [ + "▁en", + "er" + ], + [ + "▁e", + "ner" + ], + [ + "▁", + "ener" + ], + [ + "la", + "d" + ], + [ + "l", + "ad" + ], + [ + "▁defin", + "e" + ], + [ + "▁def", + "ine" + ], + [ + "▁", + "define" + ], + [ + "sig", + "n" + ], + [ + "si", + "gn" + ], + [ + "s", + "ign" + ], + [ + "▁cl", + "e" + ], + [ + "▁c", + "le" + ], + [ + "▁", + "cle" + ], + [ + "fig", + "ure" + ], + [ + "▁Vie", + "w" + ], + [ + "▁Vi", + "ew" + ], + [ + "▁V", + "iew" + ], + [ + "▁", + "View" + ], + [ + "text", + "bf" + ], + [ + "$", + "\\" + ], + [ + "з", + "ы" + ], + [ + "num", + "ber" + ], + [ + "n", + "umber" + ], + [ + "▁di", + "n" + ], + [ + "▁d", + "in" + ], + [ + "▁", + "din" + ], + [ + "elle", + "r" + ], + [ + "ell", + "er" + ], + [ + "el", + "ler" + ], + [ + "orith", + "m" + ], + [ + "ori", + "thm" + ], + [ + "fal", + "se" + ], + [ + "f", + "alse" + ], + [ + "fo", + "l" + ], + [ + "f", + "ol" + ], + [ + "ffic", + "ient" + ], + [ + "▁HT", + "ML" + ], + [ + "▁", + "HTML" + ], + [ + "lich", + "e" + ], + [ + "lic", + "he" + ], + [ + "li", + "che" + ], + [ + "l", + "iche" + ], + [ + "▁M", + "o" + ], + [ + "▁", + "Mo" + ], + [ + "▁intro", + "du" + ], + [ + "▁intr", + "odu" + ], + [ + "▁int", + "rodu" + ], + [ + "ex", + "p" + ], + [ + "e", + "xp" + ], + [ + "▁stro", + "ng" + ], + [ + "▁str", + "ong" + ], + [ + "▁st", + "rong" + ], + [ + "▁", + "strong" + ], + [ + "▁th", + "us" + ], + [ + "▁t", + "hus" + ], + [ + "/", + ")" + ], + [ + "▁el", + "e" + ], + [ + "▁e", + "le" + ], + [ + "▁", + "ele" + ], + [ + "▁та", + "к" + ], + [ + "▁", + "так" + ], + [ + "▁п", + "а" + ], + [ + "▁", + "па" + ], + [ + "▁don", + "t" + ], + [ + "▁do", + "nt" + ], + [ + "▁d", + "ont" + ], + [ + "▁caus", + "e" + ], + [ + "▁ca", + "use" + ], + [ + "▁c", + "ause" + ], + [ + "Num", + "ber" + ], + [ + "N", + "umber" + ], + [ + "▁image", + "s" + ], + [ + "▁imag", + "es" + ], + [ + "▁im", + "ages" + ], + [ + "▁", + "images" + ], + [ + "▁sam", + "ple" + ], + [ + "▁s", + "ample" + ], + [ + "▁", + "sample" + ], + [ + "▁sc", + "i" + ], + [ + "▁s", + "ci" + ], + [ + "▁", + "sci" + ], + [ + "lik", + "e" + ], + [ + "li", + "ke" + ], + [ + "l", + "ike" + ], + [ + "▁Lo", + "u" + ], + [ + "▁L", + "ou" + ], + [ + "▁", + "Lou" + ], + [ + "di", + "v" + ], + [ + "d", + "iv" + ], + [ + "an", + "c" + ], + [ + "a", + "nc" + ], + [ + "▁fro", + "nt" + ], + [ + "▁fr", + "ont" + ], + [ + "▁f", + "ront" + ], + [ + "▁", + "front" + ], + [ + "ne", + "n" + ], + [ + "n", + "en" + ], + [ + "▁miss", + "ing" + ], + [ + "▁mis", + "sing" + ], + [ + "▁", + "missing" + ], + [ + "ari", + "a" + ], + [ + "ar", + "ia" + ], + [ + "a", + "ria" + ], + [ + "pre", + "s" + ], + [ + "pr", + "es" + ], + [ + "p", + "res" + ], + [ + "▁пре", + "д" + ], + [ + "▁п", + "ред" + ], + [ + "D", + "I" + ], + [ + "fil", + "ter" + ], + [ + "▁Mi", + "t" + ], + [ + "▁M", + "it" + ], + [ + "U", + "R" + ], + [ + "▁op", + "p" + ], + [ + "▁o", + "pp" + ], + [ + "▁", + "opp" + ], + [ + "▁sq", + "l" + ], + [ + "▁s", + "ql" + ], + [ + "▁", + "sql" + ], + [ + "▁ро", + "ку" + ], + [ + "ere", + "n" + ], + [ + "er", + "en" + ], + [ + "e", + "ren" + ], + [ + "ema", + "t" + ], + [ + "em", + "at" + ], + [ + "e", + "mat" + ], + [ + "í", + "s" + ], + [ + "▁Je", + "an" + ], + [ + "▁", + "Jean" + ], + [ + "é", + "c" + ], + [ + "▁c", + "i" + ], + [ + "▁", + "ci" + ], + [ + "enn", + "e" + ], + [ + "en", + "ne" + ], + [ + "at", + "form" + ], + [ + "▁take", + "n" + ], + [ + "▁tak", + "en" + ], + [ + "▁ta", + "ken" + ], + [ + "▁t", + "aken" + ], + [ + "▁O", + "f" + ], + [ + "▁", + "Of" + ], + [ + "▁на", + "се" + ], + [ + "▁er", + "r" + ], + [ + "▁e", + "rr" + ], + [ + "▁", + "err" + ], + [ + "O", + "P" + ], + [ + "Fr", + "om" + ], + [ + "F", + "rom" + ], + [ + "Def", + "ault" + ], + [ + "De", + "fault" + ], + [ + "▁Gener", + "al" + ], + [ + "▁Gene", + "ral" + ], + [ + "▁Gen", + "eral" + ], + [ + "▁", + "General" + ], + [ + "wik", + "i" + ], + [ + "wi", + "ki" + ], + [ + "w", + "iki" + ], + [ + "▁gran", + "d" + ], + [ + "▁gra", + "nd" + ], + [ + "▁gr", + "and" + ], + [ + "▁g", + "rand" + ], + [ + "▁", + "grand" + ], + [ + "▁eine", + "n" + ], + [ + "▁ein", + "en" + ], + [ + "▁e", + "inen" + ], + [ + "Re", + "g" + ], + [ + "R", + "eg" + ], + [ + "Handle", + "r" + ], + [ + "Hand", + "ler" + ], + [ + "cono", + "m" + ], + [ + "con", + "om" + ], + [ + "co", + "nom" + ], + [ + "c", + "onom" + ], + [ + "ange", + "r" + ], + [ + "ang", + "er" + ], + [ + "an", + "ger" + ], + [ + "▁бы", + "л" + ], + [ + "▁Lo", + "s" + ], + [ + "▁L", + "os" + ], + [ + "▁", + "Los" + ], + [ + "▁express", + "ion" + ], + [ + "▁expr", + "ession" + ], + [ + "▁exp", + "ression" + ], + [ + "▁ex", + "pression" + ], + [ + "▁", + "expression" + ], + [ + "ш", + "а" + ], + [ + "ya", + "l" + ], + [ + "y", + "al" + ], + [ + "▁$(", + "'" + ], + [ + "▁$", + "('" + ], + [ + "▁sw", + "itch" + ], + [ + "▁", + "switch" + ], + [ + "▁vec", + "tor" + ], + [ + "▁ve", + "ctor" + ], + [ + "▁v", + "ector" + ], + [ + "▁", + "vector" + ], + [ + "▁Th", + "om" + ], + [ + "▁T", + "hom" + ], + [ + "▁vir", + "t" + ], + [ + "▁vi", + "rt" + ], + [ + "▁v", + "irt" + ], + [ + "▁", + "virt" + ], + [ + "lease", + "d" + ], + [ + "lea", + "sed" + ], + [ + "le", + "ased" + ], + [ + "▁cov", + "er" + ], + [ + "▁co", + "ver" + ], + [ + "▁c", + "over" + ], + [ + "▁", + "cover" + ], + [ + "▁res", + "p" + ], + [ + "▁re", + "sp" + ], + [ + "▁r", + "esp" + ], + [ + "▁", + "resp" + ], + [ + "ak", + "o" + ], + [ + "a", + "ko" + ], + [ + "ren", + "ch" + ], + [ + "ot", + "a" + ], + [ + "o", + "ta" + ], + [ + "C", + "ell" + ], + [ + "ange", + "d" + ], + [ + "ang", + "ed" + ], + [ + "an", + "ged" + ], + [ + "▁+", + "=" + ], + [ + "▁", + "+=" + ], + [ + "la", + "c" + ], + [ + "l", + "ac" + ], + [ + "sk", + "a" + ], + [ + "s", + "ka" + ], + [ + "nex", + "t" + ], + [ + "ne", + "xt" + ], + [ + "n", + "ext" + ], + [ + "▁Intern", + "ational" + ], + [ + "▁Wi", + "l" + ], + [ + "▁W", + "il" + ], + [ + "▁", + "Wil" + ], + [ + "▁on", + "t" + ], + [ + "▁o", + "nt" + ], + [ + "▁", + "ont" + ], + [ + "ib", + "r" + ], + [ + "i", + "br" + ], + [ + "ust", + "r" + ], + [ + "us", + "tr" + ], + [ + "u", + "str" + ], + [ + "▁bla", + "ck" + ], + [ + "▁bl", + "ack" + ], + [ + "▁b", + "lack" + ], + [ + "▁", + "black" + ], + [ + "▁select", + "ed" + ], + [ + "▁sele", + "cted" + ], + [ + "▁sel", + "ected" + ], + [ + "▁", + "selected" + ], + [ + "che", + "r" + ], + [ + "ch", + "er" + ], + [ + "c", + "her" + ], + [ + "▁lit", + "er" + ], + [ + "▁li", + "ter" + ], + [ + "▁l", + "iter" + ], + [ + "▁", + "liter" + ], + [ + "ro", + "ot" + ], + [ + "r", + "oot" + ], + [ + "л", + "ся" + ], + [ + "▁Li", + "fe" + ], + [ + "▁L", + "ife" + ], + [ + "▁", + "Life" + ], + [ + "▁inser", + "t" + ], + [ + "▁inse", + "rt" + ], + [ + "▁ins", + "ert" + ], + [ + "▁in", + "sert" + ], + [ + "▁", + "insert" + ], + [ + "▁mat", + "rix" + ], + [ + "▁", + "matrix" + ], + [ + "ise", + "s" + ], + [ + "is", + "es" + ], + [ + ")", + "]" + ], + [ + "▁pe", + "l" + ], + [ + "▁p", + "el" + ], + [ + "▁", + "pel" + ], + [ + "Over", + "ride" + ], + [ + "ry", + "pt" + ], + [ + "▁forme", + "r" + ], + [ + "▁form", + "er" + ], + [ + "▁for", + "mer" + ], + [ + "▁", + "former" + ], + [ + "▁Fil", + "m" + ], + [ + "▁Nor", + "th" + ], + [ + "▁N", + "orth" + ], + [ + "cli", + "ent" + ], + [ + "cl", + "ient" + ], + [ + "c", + "lient" + ], + [ + "▁n", + "ight" + ], + [ + "▁", + "night" + ], + [ + "ход", + "и" + ], + [ + "хо", + "ди" + ], + [ + "▁Aust", + "ral" + ], + [ + "▁A", + "ustral" + ], + [ + "▁", + "Austral" + ], + [ + "▁Re", + "t" + ], + [ + "▁R", + "et" + ], + [ + "▁", + "Ret" + ], + [ + "rh", + "o" + ], + [ + "r", + "ho" + ], + [ + "▁пе", + "р" + ], + [ + "▁п", + "ер" + ], + [ + "▁", + "пер" + ], + [ + "ipe", + "dia" + ], + [ + "ip", + "edia" + ], + [ + "▁expres", + "s" + ], + [ + "▁expr", + "ess" + ], + [ + "▁exp", + "ress" + ], + [ + "▁ex", + "press" + ], + [ + "▁", + "express" + ], + [ + "▁th", + "ird" + ], + [ + "▁", + "third" + ], + [ + "▁maj", + "or" + ], + [ + "▁ma", + "jor" + ], + [ + "▁", + "major" + ], + [ + "▁gra", + "d" + ], + [ + "▁gr", + "ad" + ], + [ + "▁g", + "rad" + ], + [ + "▁", + "grad" + ], + [ + "ow", + "e" + ], + [ + "o", + "we" + ], + [ + "▁bel", + "ieve" + ], + [ + "ourn", + "al" + ], + [ + "our", + "nal" + ], + [ + "▁stat", + "us" + ], + [ + "▁st", + "atus" + ], + [ + "▁", + "status" + ], + [ + "un", + "c" + ], + [ + "u", + "nc" + ], + [ + "▁do", + "u" + ], + [ + "▁d", + "ou" + ], + [ + "▁JS", + "ON" + ], + [ + "▁J", + "SON" + ], + [ + "▁", + "JSON" + ], + [ + "ui", + "s" + ], + [ + "u", + "is" + ], + [ + "▁popula", + "tion" + ], + [ + "▁popul", + "ation" + ], + [ + "▁pop", + "ulation" + ], + [ + "en", + "z" + ], + [ + "▁Will", + "iam" + ], + [ + "s", + "f" + ], + [ + "▁Ob", + "ject" + ], + [ + "▁O", + "bject" + ], + [ + "▁", + "Object" + ], + [ + "▁ci", + "n" + ], + [ + "▁c", + "in" + ], + [ + "▁", + "cin" + ], + [ + "▁D", + "i" + ], + [ + "▁", + "Di" + ], + [ + "cur", + "ity" + ], + [ + "c", + "urity" + ], + [ + "▁Op", + "en" + ], + [ + "▁O", + "pen" + ], + [ + "▁", + "Open" + ], + [ + "▁", + "ле" + ], + [ + "la", + "r" + ], + [ + "l", + "ar" + ], + [ + "add", + "ing" + ], + [ + "ad", + "ding" + ], + [ + "▁ko", + "m" + ], + [ + "▁k", + "om" + ], + [ + "▁", + "kom" + ], + [ + "}(", + "\\" + ], + [ + "}", + "(\\" + ], + [ + "▁ki", + "l" + ], + [ + "▁k", + "il" + ], + [ + "▁", + "kil" + ], + [ + "ume", + "r" + ], + [ + "um", + "er" + ], + [ + "u", + "mer" + ], + [ + "\"/", + ">" + ], + [ + "\"", + "/>" + ], + [ + "▁fe", + "ature" + ], + [ + "▁", + "feature" + ], + [ + "▁Ar", + "e" + ], + [ + "▁A", + "re" + ], + [ + "▁", + "Are" + ], + [ + "ck", + "s" + ], + [ + "c", + "ks" + ], + [ + "▁Intern", + "et" + ], + [ + "▁Inter", + "net" + ], + [ + "▁", + "Internet" + ], + [ + "▁i", + "h" + ], + [ + "▁", + "ih" + ], + [ + "▁start", + "ed" + ], + [ + "▁star", + "ted" + ], + [ + "▁ear", + "ly" + ], + [ + "▁beg", + "an" + ], + [ + "▁be", + "gan" + ], + [ + "T", + "H" + ], + [ + "p", + "ython" + ], + [ + "as", + "p" + ], + [ + "a", + "sp" + ], + [ + "▁F", + "r" + ], + [ + "▁", + "Fr" + ], + [ + "▁clo", + "s" + ], + [ + "▁cl", + "os" + ], + [ + "▁c", + "los" + ], + [ + "▁", + "clos" + ], + [ + "isti", + "c" + ], + [ + "ist", + "ic" + ], + [ + "▁mus", + "ic" + ], + [ + "▁", + "music" + ], + [ + "▁di", + "g" + ], + [ + "▁d", + "ig" + ], + [ + "▁", + "dig" + ], + [ + "▁it", + "al" + ], + [ + "▁i", + "tal" + ], + [ + "▁", + "ital" + ], + [ + "▁Dav", + "id" + ], + [ + "▁Da", + "vid" + ], + [ + "▁D", + "avid" + ], + [ + "▁", + "David" + ], + [ + "▁web", + "site" + ], + [ + "▁", + "website" + ], + [ + "▁control", + "ler" + ], + [ + "▁cont", + "roller" + ], + [ + "▁", + "controller" + ], + [ + "▁Me", + "r" + ], + [ + "▁M", + "er" + ], + [ + "▁", + "Mer" + ], + [ + "cont", + "ext" + ], + [ + "con", + "text" + ], + [ + "produ", + "ct" + ], + [ + "prod", + "uct" + ], + [ + "pro", + "duct" + ], + [ + "os", + "p" + ], + [ + "o", + "sp" + ], + [ + "▁ju", + "n" + ], + [ + "▁j", + "un" + ], + [ + "row", + "n" + ], + [ + "ro", + "wn" + ], + [ + "r", + "own" + ], + [ + "▁A", + "z" + ], + [ + "▁", + "Az" + ], + [ + "\":", + "\"" + ], + [ + "\"", + ":\"" + ], + [ + "▁aa", + "n" + ], + [ + "▁a", + "an" + ], + [ + "▁Dat", + "e" + ], + [ + "▁Da", + "te" + ], + [ + "▁D", + "ate" + ], + [ + "▁", + "Date" + ], + [ + "mul", + "t" + ], + [ + "mu", + "lt" + ], + [ + "m", + "ult" + ], + [ + "▁brow", + "ser" + ], + [ + "▁b", + "rowser" + ], + [ + "▁", + "browser" + ], + [ + "ре", + "д" + ], + [ + "wh", + "ich" + ], + [ + "R", + "A" + ], + [ + "qua", + "re" + ], + [ + "qu", + "are" + ], + [ + "▁Rus", + "s" + ], + [ + "▁Ru", + "ss" + ], + [ + "▁R", + "uss" + ], + [ + "▁", + "Russ" + ], + [ + "▁so", + "on" + ], + [ + "▁s", + "oon" + ], + [ + "▁Pr", + "e" + ], + [ + "▁P", + "re" + ], + [ + "▁", + "Pre" + ], + [ + "ta", + "u" + ], + [ + "t", + "au" + ], + [ + "▁we", + "ek" + ], + [ + "▁", + "week" + ], + [ + "▁б", + "а" + ], + [ + "▁", + "ба" + ], + [ + "▁oc", + "t" + ], + [ + "▁o", + "ct" + ], + [ + "▁", + "oct" + ], + [ + "▁to", + "wn" + ], + [ + "▁t", + "own" + ], + [ + "▁", + "town" + ], + [ + "ro", + "y" + ], + [ + "r", + "oy" + ], + [ + "▁el", + "s" + ], + [ + "▁e", + "ls" + ], + [ + "▁", + "els" + ], + [ + "bl", + "ic" + ], + [ + "b", + "lic" + ], + [ + "und", + "le" + ], + [ + "▁Hist", + "or" + ], + [ + "▁His", + "tor" + ], + [ + "▁Hi", + "stor" + ], + [ + "▁H", + "istor" + ], + [ + "▁fo", + "i" + ], + [ + "▁f", + "oi" + ], + [ + "▁model", + "s" + ], + [ + "▁mode", + "ls" + ], + [ + "▁mod", + "els" + ], + [ + "▁", + "models" + ], + [ + "з", + "о" + ], + [ + "ony", + "m" + ], + [ + "on", + "ym" + ], + [ + "o", + "nym" + ], + [ + "Par", + "am" + ], + [ + "Pa", + "ram" + ], + [ + "P", + "aram" + ], + [ + "▁Me", + "t" + ], + [ + "▁M", + "et" + ], + [ + "▁", + "Met" + ], + [ + "gen", + "er" + ], + [ + "ge", + "ner" + ], + [ + "g", + "ener" + ], + [ + "j", + "ą" + ], + [ + "▁esp", + "e" + ], + [ + "▁es", + "pe" + ], + [ + "▁e", + "spe" + ], + [ + "C", + "E" + ], + [ + "▁devi", + "ce" + ], + [ + "▁dev", + "ice" + ], + [ + "▁de", + "vice" + ], + [ + "▁", + "device" + ], + [ + "ello", + "w" + ], + [ + "ell", + "ow" + ], + [ + "el", + "low" + ], + [ + "▁deb", + "ug" + ], + [ + "▁de", + "bug" + ], + [ + "▁", + "debug" + ], + [ + "éri", + "e" + ], + [ + "ér", + "ie" + ], + [ + "é", + "rie" + ], + [ + "us", + "ing" + ], + [ + "u", + "sing" + ], + [ + "ан", + "г" + ], + [ + "а", + "нг" + ], + [ + "▁*", + ")" + ], + [ + "▁", + "*)" + ], + [ + "ud", + "i" + ], + [ + "u", + "di" + ], + [ + "▁Mis", + "s" + ], + [ + "▁Mi", + "ss" + ], + [ + "▁M", + "iss" + ], + [ + "▁", + "Miss" + ], + [ + "ко", + "м" + ], + [ + "к", + "ом" + ], + [ + "pose", + "d" + ], + [ + "pos", + "ed" + ], + [ + "po", + "sed" + ], + [ + "p", + "osed" + ], + [ + "▁zw", + "e" + ], + [ + "▁z", + "we" + ], + [ + "і", + "н" + ], + [ + "▁Rob", + "ert" + ], + [ + "▁Ro", + "bert" + ], + [ + "▁O", + "ct" + ], + [ + "▁", + "Oct" + ], + [ + "lo", + "p" + ], + [ + "l", + "op" + ], + [ + "ja", + "r" + ], + [ + "j", + "ar" + ], + [ + "▁ave", + "r" + ], + [ + "▁av", + "er" + ], + [ + "▁a", + "ver" + ], + [ + "▁", + "aver" + ], + [ + "▁hab", + "it" + ], + [ + "▁ha", + "bit" + ], + [ + "▁:", + ":" + ], + [ + "▁", + "::" + ], + [ + "än", + "g" + ], + [ + "ä", + "ng" + ], + [ + "Star", + "t" + ], + [ + "St", + "art" + ], + [ + "▁po", + "w" + ], + [ + "▁p", + "ow" + ], + [ + "▁", + "pow" + ], + [ + "▁sr", + "c" + ], + [ + "▁s", + "rc" + ], + [ + "▁", + "src" + ], + [ + "▁pat", + "tern" + ], + [ + "▁", + "pattern" + ], + [ + "▁", + "Э" + ], + [ + "▁b", + "i" + ], + [ + "▁", + "bi" + ], + [ + "ote", + "s" + ], + [ + "ot", + "es" + ], + [ + "o", + "tes" + ], + [ + "▁_", + "_" + ], + [ + "▁", + "__" + ], + [ + "▁sen", + "s" + ], + [ + "▁se", + "ns" + ], + [ + "▁s", + "ens" + ], + [ + "▁", + "sens" + ], + [ + "▁avo", + "id" + ], + [ + "▁av", + "oid" + ], + [ + "▁a", + "void" + ], + [ + "ex", + "ample" + ], + [ + "ut", + "t" + ], + [ + "u", + "tt" + ], + [ + "Lab", + "el" + ], + [ + "La", + "bel" + ], + [ + "L", + "abel" + ], + [ + "te", + "x" + ], + [ + "t", + "ex" + ], + [ + "bo", + "ot" + ], + [ + "b", + "oot" + ], + [ + "est", + "o" + ], + [ + "es", + "to" + ], + [ + "e", + "sto" + ], + [ + "▁Marc", + "h" + ], + [ + "▁Mar", + "ch" + ], + [ + "▁M", + "arch" + ], + [ + "▁eas", + "y" + ], + [ + "▁e", + "asy" + ], + [ + "ict", + "ure" + ], + [ + "Gr", + "oup" + ], + [ + "▁fat", + "her" + ], + [ + "▁fa", + "ther" + ], + [ + "▁f", + "ather" + ], + [ + "▁", + "father" + ], + [ + "▁update", + "d" + ], + [ + "▁upd", + "ated" + ], + [ + "▁up", + "dated" + ], + [ + "▁", + "updated" + ], + [ + "▁V", + "o" + ], + [ + "▁II", + "I" + ], + [ + "▁I", + "II" + ], + [ + "▁", + "III" + ], + [ + "ome", + "ga" + ], + [ + "om", + "ega" + ], + [ + "▁all", + "e" + ], + [ + "▁al", + "le" + ], + [ + "▁a", + "lle" + ], + [ + "▁", + "alle" + ], + [ + "Re", + "c" + ], + [ + "R", + "ec" + ], + [ + "y", + "g" + ], + [ + "з", + "е" + ], + [ + "▁Di", + "m" + ], + [ + "▁D", + "im" + ], + [ + "▁", + "Dim" + ], + [ + "ne", + "ct" + ], + [ + "n", + "ect" + ], + [ + "▁To", + "r" + ], + [ + "▁T", + "or" + ], + [ + "▁de", + "utsch" + ], + [ + "▁", + "deutsch" + ], + [ + "▁wh", + "ite" + ], + [ + "▁", + "white" + ], + [ + "▁nation", + "al" + ], + [ + "▁nat", + "ional" + ], + [ + "▁n", + "ational" + ], + [ + "pp", + "e" + ], + [ + "p", + "pe" + ], + [ + "▁ai", + "r" + ], + [ + "▁a", + "ir" + ], + [ + "▁", + "air" + ], + [ + "▁pass", + "word" + ], + [ + "▁", + "password" + ], + [ + "de", + "t" + ], + [ + "d", + "et" + ], + [ + "▁bi", + "g" + ], + [ + "▁b", + "ig" + ], + [ + "▁", + "big" + ], + [ + "▁Us", + "e" + ], + [ + "▁U", + "se" + ], + [ + "▁", + "Use" + ], + [ + "cal", + "l" + ], + [ + "ca", + "ll" + ], + [ + "c", + "all" + ], + [ + "▁extr", + "a" + ], + [ + "▁ext", + "ra" + ], + [ + "▁ex", + "tra" + ], + [ + "▁", + "extra" + ], + [ + "W", + "e" + ], + [ + "ani", + "a" + ], + [ + "an", + "ia" + ], + [ + "a", + "nia" + ], + [ + "▁hol", + "d" + ], + [ + "▁ho", + "ld" + ], + [ + "▁h", + "old" + ], + [ + "▁", + "hold" + ], + [ + "Cont", + "rol" + ], + [ + "▁C", + "O" + ], + [ + "▁", + "CO" + ], + [ + "▁м", + "і" + ], + [ + "▁", + "мі" + ], + [ + "it", + "i" + ], + [ + "i", + "ti" + ], + [ + "▁K", + "e" + ], + [ + "▁", + "Ke" + ], + [ + "en", + "u" + ], + [ + "e", + "nu" + ], + [ + "▁Par", + "k" + ], + [ + "▁P", + "ark" + ], + [ + "то", + "м" + ], + [ + "т", + "ом" + ], + [ + "▁aut", + "h" + ], + [ + "▁au", + "th" + ], + [ + "▁a", + "uth" + ], + [ + "▁", + "auth" + ], + [ + "▁cent", + "er" + ], + [ + "▁c", + "enter" + ], + [ + "▁", + "center" + ], + [ + "P", + "h" + ], + [ + "то", + "в" + ], + [ + "т", + "ов" + ], + [ + "idi", + "ng" + ], + [ + "id", + "ing" + ], + [ + "i", + "ding" + ], + [ + "▁ac", + "ross" + ], + [ + "▁a", + "cross" + ], + [ + "▁son", + "g" + ], + [ + "▁so", + "ng" + ], + [ + "▁s", + "ong" + ], + [ + "▁", + "song" + ], + [ + "▁ph", + "ys" + ], + [ + "▁", + "phys" + ], + [ + "▁num", + "er" + ], + [ + "▁nu", + "mer" + ], + [ + "▁n", + "umer" + ], + [ + "▁", + "numer" + ], + [ + "щ", + "а" + ], + [ + "▁Ale", + "x" + ], + [ + "▁Al", + "ex" + ], + [ + "▁A", + "lex" + ], + [ + "▁", + "Alex" + ], + [ + "▁problem", + "s" + ], + [ + "▁proble", + "ms" + ], + [ + "▁probl", + "ems" + ], + [ + "▁Err", + "or" + ], + [ + "▁Er", + "ror" + ], + [ + "▁E", + "rror" + ], + [ + "▁", + "Error" + ], + [ + "form", + "at" + ], + [ + "for", + "mat" + ], + [ + "▁Ac", + "c" + ], + [ + "▁A", + "cc" + ], + [ + "▁", + "Acc" + ], + [ + "▁si", + "x" + ], + [ + "▁s", + "ix" + ], + [ + "▁", + "six" + ], + [ + "▁d", + "b" + ], + [ + "▁", + "db" + ], + [ + "▁Cas", + "t" + ], + [ + "▁Ca", + "st" + ], + [ + "▁C", + "ast" + ], + [ + "▁", + "Cast" + ], + [ + "om", + "s" + ], + [ + "o", + "ms" + ], + [ + "proj", + "ect" + ], + [ + "pro", + "ject" + ], + [ + "▁ver", + "t" + ], + [ + "▁ve", + "rt" + ], + [ + "▁v", + "ert" + ], + [ + "▁", + "vert" + ], + [ + "cre", + "t" + ], + [ + "cr", + "et" + ], + [ + "c", + "ret" + ], + [ + "▁head", + "er" + ], + [ + "▁he", + "ader" + ], + [ + "▁", + "header" + ], + [ + "▁stre", + "am" + ], + [ + "▁st", + "ream" + ], + [ + "▁", + "stream" + ], + [ + "id", + "s" + ], + [ + "i", + "ds" + ], + [ + "▁to", + "r" + ], + [ + "▁t", + "or" + ], + [ + "▁", + "tor" + ], + [ + "▁sep", + "t" + ], + [ + "▁se", + "pt" + ], + [ + "▁est", + "im" + ], + [ + "▁es", + "tim" + ], + [ + "▁dec", + "l" + ], + [ + "▁de", + "cl" + ], + [ + "▁", + "decl" + ], + [ + "▁ga", + "ve" + ], + [ + "▁g", + "ave" + ], + [ + "▁play", + "er" + ], + [ + "▁pla", + "yer" + ], + [ + "▁pl", + "ayer" + ], + [ + "▁p", + "layer" + ], + [ + "▁", + "player" + ], + [ + "ys", + "is" + ], + [ + "▁др", + "у" + ], + [ + "▁д", + "ру" + ], + [ + "am", + "m" + ], + [ + "a", + "mm" + ], + [ + "щ", + "о" + ], + [ + "▁(", + "\"" + ], + [ + "▁", + "(\"" + ], + [ + "▁a", + "x" + ], + [ + "▁", + "ax" + ], + [ + "Pro", + "perty" + ], + [ + "us", + "r" + ], + [ + "u", + "sr" + ], + [ + "▁some", + "one" + ], + [ + "▁impr", + "o" + ], + [ + "▁imp", + "ro" + ], + [ + "▁im", + "pro" + ], + [ + "ade", + "n" + ], + [ + "ad", + "en" + ], + [ + "a", + "den" + ], + [ + "rot", + "e" + ], + [ + "ro", + "te" + ], + [ + "r", + "ote" + ], + [ + "▁М", + "и" + ], + [ + "i", + "h" + ], + [ + "++", + ")" + ], + [ + "+", + "+)" + ], + [ + "▁vide", + "o" + ], + [ + "▁v", + "ideo" + ], + [ + "▁", + "video" + ], + [ + "▁exist", + "s" + ], + [ + "▁ex", + "ists" + ], + [ + "▁", + "exists" + ], + [ + "к", + "ла" + ], + [ + "▁complet", + "e" + ], + [ + "▁comple", + "te" + ], + [ + "▁compl", + "ete" + ], + [ + "▁comp", + "lete" + ], + [ + "▁", + "complete" + ], + [ + "▁sess", + "ion" + ], + [ + "▁s", + "ession" + ], + [ + "▁", + "session" + ], + [ + "▁const", + "ant" + ], + [ + "▁", + "constant" + ], + [ + "ico", + "s" + ], + [ + "ic", + "os" + ], + [ + "i", + "cos" + ], + [ + "▁pac", + "k" + ], + [ + "▁pa", + "ck" + ], + [ + "▁p", + "ack" + ], + [ + "▁", + "pack" + ], + [ + "rom", + "e" + ], + [ + "ro", + "me" + ], + [ + "r", + "ome" + ], + [ + "eg", + "r" + ], + [ + "e", + "gr" + ], + [ + "App", + "lication" + ], + [ + "▁ye", + "s" + ], + [ + "▁y", + "es" + ], + [ + "▁", + "yes" + ], + [ + "▁ell", + "e" + ], + [ + "▁el", + "le" + ], + [ + "▁e", + "lle" + ], + [ + "▁", + "elle" + ], + [ + "▁em", + "ail" + ], + [ + "▁e", + "mail" + ], + [ + "▁", + "email" + ], + [ + "or", + "f" + ], + [ + "o", + "rf" + ], + [ + "cas", + "e" + ], + [ + "ca", + "se" + ], + [ + "c", + "ase" + ], + [ + "▁point", + "er" + ], + [ + "▁po", + "inter" + ], + [ + "▁", + "pointer" + ], + [ + "▁reg", + "ard" + ], + [ + "se", + "n" + ], + [ + "s", + "en" + ], + [ + "stat", + "us" + ], + [ + "st", + "atus" + ], + [ + "▁me", + "s" + ], + [ + "▁m", + "es" + ], + [ + "▁", + "mes" + ], + [ + "▁dell", + "e" + ], + [ + "▁del", + "le" + ], + [ + "▁de", + "lle" + ], + [ + "▁d", + "elle" + ], + [ + "ingt", + "on" + ], + [ + "ing", + "ton" + ], + [ + "▁Ba", + "s" + ], + [ + "▁B", + "as" + ], + [ + "▁", + "Bas" + ], + [ + ")", + "^" + ], + [ + "de", + "velop" + ], + [ + "▁for", + "ce" + ], + [ + "▁", + "force" + ], + [ + "▁character", + "s" + ], + [ + "▁charact", + "ers" + ], + [ + "▁char", + "acters" + ], + [ + "▁cro", + "ss" + ], + [ + "▁cr", + "oss" + ], + [ + "▁c", + "ross" + ], + [ + "▁", + "cross" + ], + [ + "▁de", + "ath" + ], + [ + "▁take", + "s" + ], + [ + "▁tak", + "es" + ], + [ + "▁ta", + "kes" + ], + [ + "▁t", + "akes" + ], + [ + "ér", + "i" + ], + [ + "é", + "ri" + ], + [ + "ign", + "e" + ], + [ + "ig", + "ne" + ], + [ + "че", + "н" + ], + [ + "ч", + "ен" + ], + [ + "U", + "P" + ], + [ + ".", + ":" + ], + [ + "Th", + "read" + ], + [ + "j", + "u" + ], + [ + "in", + "y" + ], + [ + "i", + "ny" + ], + [ + "▁detail", + "s" + ], + [ + "▁det", + "ails" + ], + [ + "▁", + "details" + ], + [ + "▁x", + "ml" + ], + [ + "▁", + "xml" + ], + [ + "ta", + "it" + ], + [ + "t", + "ait" + ], + [ + "out", + "put" + ], + [ + "mess", + "age" + ], + [ + "m", + "essage" + ], + [ + "'", + "'" + ], + [ + "▁Brit", + "ish" + ], + [ + "vil", + "le" + ], + [ + "vi", + "lle" + ], + [ + "v", + "ille" + ], + [ + "▁Di", + "v" + ], + [ + "▁D", + "iv" + ], + [ + "▁", + "Div" + ], + [ + "▁Use", + "r" + ], + [ + "▁Us", + "er" + ], + [ + "▁U", + "ser" + ], + [ + "▁", + "User" + ], + [ + "c", + "m" + ], + [ + "ч", + "но" + ], + [ + "col", + "umn" + ], + [ + "eq", + "ref" + ], + [ + "ó", + "r" + ], + [ + "ono", + "m" + ], + [ + "on", + "om" + ], + [ + "o", + "nom" + ], + [ + "▁Pos", + "t" + ], + [ + "▁Po", + "st" + ], + [ + "▁P", + "ost" + ], + [ + "▁", + "Post" + ], + [ + "elle", + "n" + ], + [ + "ell", + "en" + ], + [ + "el", + "len" + ], + [ + "A", + "b" + ], + [ + "ult", + "é" + ], + [ + "ul", + "té" + ], + [ + "▁perf", + "ect" + ], + [ + "▁per", + "fect" + ], + [ + "()", + "{" + ], + [ + "(", + "){" + ], + [ + "vis", + "ion" + ], + [ + "v", + "ision" + ], + [ + "activ", + "e" + ], + [ + "act", + "ive" + ], + [ + "lie", + "r" + ], + [ + "li", + "er" + ], + [ + "l", + "ier" + ], + [ + "ri", + "j" + ], + [ + "r", + "ij" + ], + [ + "s", + "d" + ], + [ + "▁k", + "ö" + ], + [ + "▁", + "kö" + ], + [ + "▁ni", + "e" + ], + [ + "▁n", + "ie" + ], + [ + "▁", + "nie" + ], + [ + "▁reli", + "g" + ], + [ + "▁rel", + "ig" + ], + [ + "▁re", + "lig" + ], + [ + "▁o", + "t" + ], + [ + "▁", + "ot" + ], + [ + "▁mach", + "ine" + ], + [ + "▁m", + "achine" + ], + [ + "▁", + "machine" + ], + [ + "▁hel", + "d" + ], + [ + "▁he", + "ld" + ], + [ + "▁h", + "eld" + ], + [ + ")$", + "." + ], + [ + ")", + "$." + ], + [ + "====", + "====" + ], + [ + "cke", + "r" + ], + [ + "ck", + "er" + ], + [ + "c", + "ker" + ], + [ + "в", + "ы" + ], + [ + "bor", + "n" + ], + [ + "bo", + "rn" + ], + [ + "b", + "orn" + ], + [ + "▁pas", + "t" + ], + [ + "▁pa", + "st" + ], + [ + "▁p", + "ast" + ], + [ + "ри", + "я" + ], + [ + "▁D", + "r" + ], + [ + "▁", + "Dr" + ], + [ + "▁regul", + "ar" + ], + [ + "▁reg", + "ular" + ], + [ + "▁", + "regular" + ], + [ + "▁provide", + "d" + ], + [ + "▁prov", + "ided" + ], + [ + "TE", + "R" + ], + [ + "T", + "ER" + ], + [ + "▁un", + "ivers" + ], + [ + "▁", + "univers" + ], + [ + "▁get", + "s" + ], + [ + "▁ge", + "ts" + ], + [ + "▁g", + "ets" + ], + [ + "▁", + "gets" + ], + [ + "▁n", + "u" + ], + [ + "▁", + "nu" + ], + [ + "▁/", + "*" + ], + [ + "▁", + "/*" + ], + [ + "obe", + "r" + ], + [ + "ob", + "er" + ], + [ + "o", + "ber" + ], + [ + "fi", + "n" + ], + [ + "f", + "in" + ], + [ + "▁nell", + "a" + ], + [ + "▁nel", + "la" + ], + [ + "▁ne", + "lla" + ], + [ + "▁n", + "ella" + ], + [ + "▁becom", + "e" + ], + [ + "▁bec", + "ome" + ], + [ + "▁be", + "come" + ], + [ + "▁`", + "`" + ], + [ + "▁", + "``" + ], + [ + "▁histor", + "y" + ], + [ + "▁hist", + "ory" + ], + [ + "▁hi", + "story" + ], + [ + "▁h", + "istory" + ], + [ + "▁", + "history" + ], + [ + "▁So", + "l" + ], + [ + "▁S", + "ol" + ], + [ + "▁", + "Sol" + ], + [ + "▁Ra", + "d" + ], + [ + "▁R", + "ad" + ], + [ + "▁", + "Rad" + ], + [ + "▁term", + "s" + ], + [ + "▁ter", + "ms" + ], + [ + "▁event", + "s" + ], + [ + "▁even", + "ts" + ], + [ + "▁ev", + "ents" + ], + [ + "▁", + "events" + ], + [ + "ly", + "mp" + ], + [ + "))", + ")" + ], + [ + ")", + "))" + ], + [ + "ров", + "а" + ], + [ + "ро", + "ва" + ], + [ + "р", + "ова" + ], + [ + "▁abs", + "ol" + ], + [ + "▁ab", + "sol" + ], + [ + "▁so", + "ft" + ], + [ + "▁", + "soft" + ], + [ + "link", + "s" + ], + [ + "lin", + "ks" + ], + [ + "l", + "inks" + ], + [ + "▁hop", + "e" + ], + [ + "▁ho", + "pe" + ], + [ + "▁h", + "ope" + ], + [ + "▁sub", + "ject" + ], + [ + "▁su", + "bject" + ], + [ + "▁", + "subject" + ], + [ + "\")", + "," + ], + [ + "\"", + ")," + ], + [ + "▁cre", + "ating" + ], + [ + "▁}", + "\r" + ], + [ + "▁", + "}\r" + ], + [ + "▁S", + "k" + ], + [ + "▁", + "Sk" + ], + [ + "▁flo", + "w" + ], + [ + "▁fl", + "ow" + ], + [ + "▁f", + "low" + ], + [ + "▁", + "flow" + ], + [ + "▁Р", + "а" + ], + [ + "▁asse", + "rt" + ], + [ + "▁ass", + "ert" + ], + [ + "▁as", + "sert" + ], + [ + "▁", + "assert" + ], + [ + "ze", + "t" + ], + [ + "z", + "et" + ], + [ + "▁Fran", + "k" + ], + [ + "▁Fr", + "ank" + ], + [ + "▁F", + "rank" + ], + [ + "s", + "a" + ], + [ + "▁distribu", + "tion" + ], + [ + "▁distrib", + "ution" + ], + [ + "▁dist", + "ribution" + ], + [ + "▁", + "distribution" + ], + [ + "c", + "u" + ], + [ + "ban", + "d" + ], + [ + "ba", + "nd" + ], + [ + "b", + "and" + ], + [ + "iz", + "z" + ], + [ + "i", + "zz" + ], + [ + "▁jo", + "b" + ], + [ + "▁j", + "ob" + ], + [ + "▁", + "job" + ], + [ + "ine", + "r" + ], + [ + "in", + "er" + ], + [ + "i", + "ner" + ], + [ + "stru", + "ct" + ], + [ + "str", + "uct" + ], + [ + "st", + "ruct" + ], + [ + "á", + "k" + ], + [ + "T", + "O" + ], + [ + "au", + "f" + ], + [ + "a", + "uf" + ], + [ + "▁extend", + "s" + ], + [ + "▁ext", + "ends" + ], + [ + "▁Gr", + "a" + ], + [ + "▁G", + "ra" + ], + [ + "dis", + "play" + ], + [ + "▁sign", + "ific" + ], + [ + "one", + "y" + ], + [ + "on", + "ey" + ], + [ + "o", + "ney" + ], + [ + "s", + "ource" + ], + [ + "m", + "icrosoft" + ], + [ + "inde", + "r" + ], + [ + "ind", + "er" + ], + [ + "in", + "der" + ], + [ + "i", + "nder" + ], + [ + "▁qui", + "ck" + ], + [ + "▁qu", + "ick" + ], + [ + "▁", + "quick" + ], + [ + "▁won", + "der" + ], + [ + "▁wo", + "nder" + ], + [ + "▁w", + "onder" + ], + [ + "Inst", + "ance" + ], + [ + "elle", + "s" + ], + [ + "ell", + "es" + ], + [ + "el", + "les" + ], + [ + "e", + "lles" + ], + [ + "è", + "me" + ], + [ + "▁compan", + "y" + ], + [ + "▁comp", + "any" + ], + [ + "▁", + "company" + ], + [ + "u", + "ß" + ], + [ + ".", + "}" + ], + [ + "▁separ", + "ate" + ], + [ + "U", + "M" + ], + [ + "HER", + "E" + ], + [ + "HE", + "RE" + ], + [ + "H", + "ERE" + ], + [ + "▁writ", + "ing" + ], + [ + "▁wr", + "iting" + ], + [ + "▁", + "writing" + ], + [ + "itut", + "ion" + ], + [ + "itu", + "tion" + ], + [ + "it", + "ution" + ], + [ + "▁Ges", + "ch" + ], + [ + "▁Ge", + "sch" + ], + [ + "▁G", + "esch" + ], + [ + "м", + "я" + ], + [ + "▁Jam", + "es" + ], + [ + "▁Ja", + "mes" + ], + [ + "▁J", + "ames" + ], + [ + "▁", + "James" + ], + [ + "▁D", + "E" + ], + [ + "▁", + "DE" + ], + [ + "▁Sp", + "e" + ], + [ + "▁S", + "pe" + ], + [ + "▁", + "Spe" + ], + [ + "proc", + "ess" + ], + [ + "pro", + "cess" + ], + [ + "St", + "r" + ], + [ + "S", + "tr" + ], + [ + "▁sy", + "m" + ], + [ + "▁s", + "ym" + ], + [ + "▁", + "sym" + ], + [ + "▁a", + "o" + ], + [ + "▁", + "ao" + ], + [ + "▁w", + "y" + ], + [ + "▁", + "wy" + ], + [ + "▁any", + "one" + ], + [ + "▁U", + "p" + ], + [ + "▁", + "Up" + ], + [ + "use", + "um" + ], + [ + "aro", + "n" + ], + [ + "ar", + "on" + ], + [ + "a", + "ron" + ], + [ + "▁definit", + "ion" + ], + [ + "▁defin", + "ition" + ], + [ + "▁def", + "inition" + ], + [ + "▁", + "definition" + ], + [ + "▁`", + "$" + ], + [ + "▁fa", + "v" + ], + [ + "▁f", + "av" + ], + [ + "ribute", + "s" + ], + [ + "ribu", + "tes" + ], + [ + "rib", + "utes" + ], + [ + "▁R", + "é" + ], + [ + "ografi", + "a" + ], + [ + "ograf", + "ia" + ], + [ + "elem", + "ent" + ], + [ + "ele", + "ment" + ], + [ + "el", + "ement" + ], + [ + "e", + "lement" + ], + [ + "ca", + "p" + ], + [ + "c", + "ap" + ], + [ + "pa", + "t" + ], + [ + "p", + "at" + ], + [ + "▁Br", + "a" + ], + [ + "▁B", + "ra" + ], + [ + "▁", + "Bra" + ], + [ + ")", + "(" + ], + [ + "▁accord", + "ing" + ], + [ + "▁acc", + "ording" + ], + [ + "г", + "е" + ], + [ + "▁pi", + "e" + ], + [ + "▁p", + "ie" + ], + [ + "▁", + "pie" + ], + [ + "el", + "i" + ], + [ + "e", + "li" + ], + [ + "}", + "\"" + ], + [ + "▁act", + "iv" + ], + [ + "▁", + "activ" + ], + [ + "▁sto", + "p" + ], + [ + "▁st", + "op" + ], + [ + "▁s", + "top" + ], + [ + "▁", + "stop" + ], + [ + "pat", + "ch" + ], + [ + "p", + "atch" + ], + [ + "т", + "і" + ], + [ + "▁Jos", + "e" + ], + [ + "▁Jo", + "se" + ], + [ + "▁J", + "ose" + ], + [ + "▁", + "Jose" + ], + [ + "En", + "d" + ], + [ + "E", + "nd" + ], + [ + "▁prz", + "e" + ], + [ + "▁pr", + "ze" + ], + [ + "▁p", + "rze" + ], + [ + "▁ag", + "e" + ], + [ + "▁a", + "ge" + ], + [ + "▁", + "age" + ], + [ + "itor", + "y" + ], + [ + "ito", + "ry" + ], + [ + "it", + "ory" + ], + [ + "▁P", + "HP" + ], + [ + "▁", + "PHP" + ], + [ + "agem", + "ent" + ], + [ + "age", + "ment" + ], + [ + "ag", + "ement" + ], + [ + "▁`", + "." + ], + [ + "▁", + "`." + ], + [ + "▁pret", + "ty" + ], + [ + "▁pre", + "tty" + ], + [ + "▁recom", + "m" + ], + [ + "▁rec", + "omm" + ], + [ + "▁re", + "comm" + ], + [ + "▁su", + "d" + ], + [ + "▁s", + "ud" + ], + [ + "▁req", + "u" + ], + [ + "▁re", + "qu" + ], + [ + "▁r", + "equ" + ], + [ + "▁об", + "ла" + ], + [ + "ative", + "s" + ], + [ + "ativ", + "es" + ], + [ + "ati", + "ves" + ], + [ + "at", + "ives" + ], + [ + "▁Hi", + "gh" + ], + [ + "▁H", + "igh" + ], + [ + "▁", + "High" + ], + [ + "á", + "z" + ], + [ + "ou", + "l" + ], + [ + "o", + "ul" + ], + [ + "res", + "t" + ], + [ + "re", + "st" + ], + [ + "r", + "est" + ], + [ + "▁Te", + "r" + ], + [ + "▁T", + "er" + ], + [ + "unde", + "r" + ], + [ + "und", + "er" + ], + [ + "un", + "der" + ], + [ + "u", + "nder" + ], + [ + "ther", + "n" + ], + [ + "the", + "rn" + ], + [ + "th", + "ern" + ], + [ + "cente", + "r" + ], + [ + "cent", + "er" + ], + [ + "cen", + "ter" + ], + [ + "c", + "enter" + ], + [ + "▁u", + "r" + ], + [ + "▁", + "ur" + ], + [ + "la", + "t" + ], + [ + "l", + "at" + ], + [ + "▁inter", + "face" + ], + [ + "▁", + "interface" + ], + [ + "▁и", + "н" + ], + [ + "▁", + "ин" + ], + [ + "▁who", + "se" + ], + [ + "▁wh", + "ose" + ], + [ + "ica", + "s" + ], + [ + "ic", + "as" + ], + [ + "i", + "cas" + ], + [ + "ame", + "n" + ], + [ + "am", + "en" + ], + [ + "a", + "men" + ], + [ + "Fil", + "ter" + ], + [ + "▁stati", + "on" + ], + [ + "▁stat", + "ion" + ], + [ + "▁sta", + "tion" + ], + [ + "▁st", + "ation" + ], + [ + "▁", + "station" + ], + [ + "Pa", + "ge" + ], + [ + "P", + "age" + ], + [ + "▁ar", + "m" + ], + [ + "▁a", + "rm" + ], + [ + "▁", + "arm" + ], + [ + "▁eye", + "s" + ], + [ + "▁e", + "yes" + ], + [ + "▁ра", + "й" + ], + [ + "▁se", + "u" + ], + [ + "▁s", + "eu" + ], + [ + "ol", + "i" + ], + [ + "o", + "li" + ], + [ + "wi", + "n" + ], + [ + "w", + "in" + ], + [ + "li", + "k" + ], + [ + "l", + "ik" + ], + [ + "ge", + "x" + ], + [ + "g", + "ex" + ], + [ + "cha", + "n" + ], + [ + "ch", + "an" + ], + [ + "c", + "han" + ], + [ + "iden", + "ce" + ], + [ + "id", + "ence" + ], + [ + "arg", + "s" + ], + [ + "ar", + "gs" + ], + [ + "aki", + "ng" + ], + [ + "ak", + "ing" + ], + [ + "a", + "king" + ], + [ + "▁Go", + "ogle" + ], + [ + "▁", + "Google" + ], + [ + "▁Stu", + "d" + ], + [ + "▁St", + "ud" + ], + [ + "▁h", + "o" + ], + [ + "▁", + "ho" + ], + [ + "тор", + "ы" + ], + [ + "то", + "ры" + ], + [ + "S", + "u" + ], + [ + "▁autom", + "at" + ], + [ + "▁auto", + "mat" + ], + [ + "êm", + "e" + ], + [ + "ê", + "me" + ], + [ + "▁c", + "y" + ], + [ + "▁", + "cy" + ], + [ + "lo", + "r" + ], + [ + "l", + "or" + ], + [ + "▁sta", + "ck" + ], + [ + "▁st", + "ack" + ], + [ + "▁", + "stack" + ], + [ + "▁SE", + "LECT" + ], + [ + "▁", + "SELECT" + ], + [ + "A", + "F" + ], + [ + "▁>", + ">" + ], + [ + "▁", + ">>" + ], + [ + "▁comp", + "et" + ], + [ + "▁com", + "pet" + ], + [ + "▁pa", + "ir" + ], + [ + "▁p", + "air" + ], + [ + "▁", + "pair" + ], + [ + "▁ing", + "lés" + ], + [ + "Res", + "ponse" + ], + [ + "▁F", + "ig" + ], + [ + "▁", + "Fig" + ], + [ + "gra", + "d" + ], + [ + "gr", + "ad" + ], + [ + "g", + "rad" + ], + [ + "▁document", + "ation" + ], + [ + "▁", + "documentation" + ], + [ + "▁can", + "t" + ], + [ + "▁ca", + "nt" + ], + [ + "▁c", + "ant" + ], + [ + "▁app", + "reci" + ], + [ + "å", + "n" + ], + [ + "▁lear", + "n" + ], + [ + "▁le", + "arn" + ], + [ + "▁", + "learn" + ], + [ + "▁inde", + "p" + ], + [ + "▁ind", + "ep" + ], + [ + "▁in", + "dep" + ], + [ + "▁pa", + "l" + ], + [ + "▁p", + "al" + ], + [ + "▁", + "pal" + ], + [ + "pack", + "age" + ], + [ + "p", + "ackage" + ], + [ + "are", + "s" + ], + [ + "ar", + "es" + ], + [ + "a", + "res" + ], + [ + "▁Berl", + "in" + ], + [ + "▁Ber", + "lin" + ], + [ + "б", + "ли" + ], + [ + "rei", + "ch" + ], + [ + "re", + "ich" + ], + [ + "ё", + "н" + ], + [ + "▁sat", + "isf" + ], + [ + "▁s", + "atisf" + ], + [ + "▁reg", + "ion" + ], + [ + "▁", + "region" + ], + [ + "▁fri", + "end" + ], + [ + "▁", + "friend" + ], + [ + "▁Georg", + "e" + ], + [ + "▁Ge", + "orge" + ], + [ + "▁В", + "о" + ], + [ + "▁", + "Во" + ], + [ + "▁\"", + "\"" + ], + [ + "▁", + "\"\"" + ], + [ + "▁des", + "de" + ], + [ + "Fact", + "ory" + ], + [ + "F", + "actory" + ], + [ + "▁Count", + "y" + ], + [ + "▁Coun", + "ty" + ], + [ + "ou", + "v" + ], + [ + "o", + "uv" + ], + [ + "▁", + "‘" + ], + [ + "▁install", + "ed" + ], + [ + "▁instal", + "led" + ], + [ + "▁inst", + "alled" + ], + [ + "▁", + "installed" + ], + [ + "▁want", + "ed" + ], + [ + "▁w", + "anted" + ], + [ + "▁P", + "ython" + ], + [ + "▁", + "Python" + ], + [ + "▁inter", + "pre" + ], + [ + "▁include", + "d" + ], + [ + "▁includ", + "ed" + ], + [ + "▁inclu", + "ded" + ], + [ + "▁in", + "cluded" + ], + [ + "▁(", + "(" + ], + [ + "▁", + "((" + ], + [ + "▁alter", + "n" + ], + [ + "▁alte", + "rn" + ], + [ + "▁alt", + "ern" + ], + [ + "▁al", + "tern" + ], + [ + "▁", + "altern" + ], + [ + "ist", + "o" + ], + [ + "is", + "to" + ], + [ + "i", + "sto" + ], + [ + "g", + "n" + ], + [ + "▁bord", + "er" + ], + [ + "▁bor", + "der" + ], + [ + "▁b", + "order" + ], + [ + "▁", + "border" + ], + [ + "pd", + "f" + ], + [ + "p", + "df" + ], + [ + "▁du", + "p" + ], + [ + "▁d", + "up" + ], + [ + "▁", + "dup" + ], + [ + "▁down", + "load" + ], + [ + "▁", + "download" + ], + [ + "jus", + "t" + ], + [ + "ju", + "st" + ], + [ + "j", + "ust" + ], + [ + "▁member", + "s" + ], + [ + "▁memb", + "ers" + ], + [ + "▁mem", + "bers" + ], + [ + "▁m", + "embers" + ], + [ + "▁", + "members" + ], + [ + "chi", + "ld" + ], + [ + "ch", + "ild" + ], + [ + "▁pa", + "y" + ], + [ + "▁p", + "ay" + ], + [ + "▁", + "pay" + ], + [ + "▁ce", + "r" + ], + [ + "▁c", + "er" + ], + [ + "▁", + "cer" + ], + [ + "▁look", + "ed" + ], + [ + "▁lo", + "oked" + ], + [ + "▁correct", + "ly" + ], + [ + "aut", + "h" + ], + [ + "au", + "th" + ], + [ + "a", + "uth" + ], + [ + "▁ста", + "н" + ], + [ + "▁ст", + "ан" + ], + [ + "▁с", + "тан" + ], + [ + "▁", + "стан" + ], + [ + "▁es", + "p" + ], + [ + "▁e", + "sp" + ], + [ + "▁", + "esp" + ], + [ + "▁des", + "c" + ], + [ + "▁de", + "sc" + ], + [ + "▁d", + "esc" + ], + [ + "▁", + "desc" + ], + [ + "eb", + "en" + ], + [ + "e", + "ben" + ], + [ + "▁question", + "s" + ], + [ + "▁questi", + "ons" + ], + [ + "▁quest", + "ions" + ], + [ + "▁qu", + "estions" + ], + [ + "▁", + "questions" + ], + [ + "ma", + "l" + ], + [ + "m", + "al" + ], + [ + "▁ab", + "gerufen" + ], + [ + "▁", + "abgerufen" + ], + [ + "▁Ban", + "d" + ], + [ + "▁Ba", + "nd" + ], + [ + "▁B", + "and" + ], + [ + "▁[", + "]" + ], + [ + "▁", + "[]" + ], + [ + "Bas", + "e" + ], + [ + "B", + "ase" + ], + [ + "▁ri", + "s" + ], + [ + "▁r", + "is" + ], + [ + "▁", + "ris" + ], + [ + "▁for", + "t" + ], + [ + "▁fo", + "rt" + ], + [ + "▁f", + "ort" + ], + [ + "▁", + "fort" + ], + [ + "▁I", + "d" + ], + [ + "▁", + "Id" + ], + [ + "▁vari", + "ous" + ], + [ + "▁var", + "ious" + ], + [ + "▁Le", + "ague" + ], + [ + "▁Han", + "d" + ], + [ + "▁Ha", + "nd" + ], + [ + "▁H", + "and" + ], + [ + "▁", + "Hand" + ], + [ + "▁Typ", + "e" + ], + [ + "▁Ty", + "pe" + ], + [ + "▁T", + "ype" + ], + [ + "▁", + "Type" + ], + [ + "ir", + "l" + ], + [ + "i", + "rl" + ], + [ + "▁F", + "e" + ], + [ + "▁", + "Fe" + ], + [ + "i", + "én" + ], + [ + "itte", + "r" + ], + [ + "itt", + "er" + ], + [ + "it", + "ter" + ], + [ + "▁fas", + "t" + ], + [ + "▁fa", + "st" + ], + [ + "▁f", + "ast" + ], + [ + "▁", + "fast" + ], + [ + "st", + "a" + ], + [ + "s", + "ta" + ], + [ + "▁ex", + "cept" + ], + [ + "▁", + "except" + ], + [ + "ic", + "z" + ], + [ + "i", + "cz" + ], + [ + "▁F", + "rench" + ], + [ + "▁environ", + "ment" + ], + [ + "▁en", + "vironment" + ], + [ + "▁", + "environment" + ], + [ + "▁cons", + "e" + ], + [ + "▁con", + "se" + ], + [ + "у", + "р" + ], + [ + "о", + "го" + ], + [ + "▁necess", + "ary" + ], + [ + "tar", + "get" + ], + [ + "t", + "arget" + ], + [ + "▁read", + "ing" + ], + [ + "▁re", + "ading" + ], + [ + "▁", + "reading" + ], + [ + "hom", + "e" + ], + [ + "ho", + "me" + ], + [ + "h", + "ome" + ], + [ + "ze", + "ich" + ], + [ + "▁equ", + "al" + ], + [ + "▁eq", + "ual" + ], + [ + "▁e", + "qual" + ], + [ + "▁", + "equal" + ], + [ + "▁pi", + "ù" + ], + [ + "▁pre", + "m" + ], + [ + "▁pr", + "em" + ], + [ + "▁p", + "rem" + ], + [ + "▁diff", + "icult" + ], + [ + "▁un", + "it" + ], + [ + "▁u", + "nit" + ], + [ + "▁", + "unit" + ], + [ + "▁repla", + "ce" + ], + [ + "▁rep", + "lace" + ], + [ + "▁re", + "place" + ], + [ + "▁", + "replace" + ], + [ + "▁hear", + "t" + ], + [ + "▁he", + "art" + ], + [ + "▁", + "heart" + ], + [ + "▁tal", + "k" + ], + [ + "▁t", + "alk" + ], + [ + "A", + "M" + ], + [ + "▁R", + "E" + ], + [ + "▁", + "RE" + ], + [ + "▁Pers", + "on" + ], + [ + "▁Per", + "son" + ], + [ + "▁P", + "erson" + ], + [ + "▁", + "Person" + ], + [ + "enden", + "cy" + ], + [ + "end", + "ency" + ], + [ + "▁im", + "m" + ], + [ + "▁i", + "mm" + ], + [ + "▁", + "imm" + ], + [ + "▁hum", + "an" + ], + [ + "▁hu", + "man" + ], + [ + "▁h", + "uman" + ], + [ + "▁", + "human" + ], + [ + "d", + "n" + ], + [ + "▁Ki", + "r" + ], + [ + "▁K", + "ir" + ], + [ + "▁Au", + "t" + ], + [ + "▁A", + "ut" + ], + [ + "▁", + "Aut" + ], + [ + "know", + "n" + ], + [ + "kn", + "own" + ], + [ + "k", + "nown" + ], + [ + "▁fre", + "qu" + ], + [ + "▁fr", + "equ" + ], + [ + "sys", + "tem" + ], + [ + "s", + "ystem" + ], + [ + "ла", + "в" + ], + [ + "▁S", + "z" + ], + [ + "▁Ga", + "l" + ], + [ + "▁G", + "al" + ], + [ + "но", + "е" + ], + [ + "sel", + "ves" + ], + [ + "right", + "arrow" + ], + [ + "r", + "ightarrow" + ], + [ + "▁С", + "а" + ], + [ + "▁", + "Са" + ], + [ + "=\"", + "@" + ], + [ + "▁build", + "ing" + ], + [ + "▁", + "building" + ], + [ + "imp", + "ort" + ], + [ + "im", + "port" + ], + [ + "▁fa", + "m" + ], + [ + "▁f", + "am" + ], + [ + "▁delet", + "e" + ], + [ + "▁del", + "ete" + ], + [ + "▁de", + "lete" + ], + [ + "▁", + "delete" + ], + [ + "air", + "e" + ], + [ + "ai", + "re" + ], + [ + "a", + "ire" + ], + [ + "mar", + "y" + ], + [ + "ma", + "ry" + ], + [ + "m", + "ary" + ], + [ + "▁fun", + "d" + ], + [ + "▁fu", + "nd" + ], + [ + "▁f", + "und" + ], + [ + "▁", + "fund" + ], + [ + "▁partici", + "p" + ], + [ + "▁partic", + "ip" + ], + [ + "▁parti", + "cip" + ], + [ + "▁part", + "icip" + ], + [ + "▁sy", + "n" + ], + [ + "▁s", + "yn" + ], + [ + "▁", + "syn" + ], + [ + "si", + "n" + ], + [ + "s", + "in" + ], + [ + "▁low", + "er" + ], + [ + "▁lo", + "wer" + ], + [ + "▁l", + "ower" + ], + [ + "▁", + "lower" + ], + [ + "▁ze", + "ro" + ], + [ + "▁z", + "ero" + ], + [ + "▁", + "zero" + ], + [ + "▁se", + "c" + ], + [ + "▁s", + "ec" + ], + [ + "▁", + "sec" + ], + [ + "▁fr", + "a" + ], + [ + "▁f", + "ra" + ], + [ + "▁", + "fra" + ], + [ + "Po", + "int" + ], + [ + "P", + "oint" + ], + [ + "▁fail", + "ed" + ], + [ + "▁fa", + "iled" + ], + [ + "▁", + "failed" + ], + [ + "ient", + "o" + ], + [ + "ien", + "to" + ], + [ + "i", + "ento" + ], + [ + "cu", + "p" + ], + [ + "c", + "up" + ], + [ + "▁slo", + "w" + ], + [ + "▁sl", + "ow" + ], + [ + "▁s", + "low" + ], + [ + "▁", + "slow" + ], + [ + "▁nat", + "ion" + ], + [ + "▁na", + "tion" + ], + [ + "▁n", + "ation" + ], + [ + "äh", + "r" + ], + [ + "ä", + "hr" + ], + [ + "▁inf", + "o" + ], + [ + "▁in", + "fo" + ], + [ + "▁", + "info" + ], + [ + "▁Pub", + "lic" + ], + [ + "▁Pu", + "blic" + ], + [ + "▁P", + "ublic" + ], + [ + "▁", + "Public" + ], + [ + "▁decl", + "a" + ], + [ + "▁dec", + "la" + ], + [ + "▁de", + "cla" + ], + [ + "▁Т", + "а" + ], + [ + "▁sol", + "d" + ], + [ + "▁so", + "ld" + ], + [ + "▁s", + "old" + ], + [ + "▁Re", + "m" + ], + [ + "▁R", + "em" + ], + [ + "▁", + "Rem" + ], + [ + "▁Ph", + "il" + ], + [ + "стр", + "а" + ], + [ + "ст", + "ра" + ], + [ + "с", + "тра" + ], + [ + "▁me", + "hr" + ], + [ + "▁Wor", + "k" + ], + [ + "▁W", + "ork" + ], + [ + "▁", + "Work" + ], + [ + "▁Nor", + "d" + ], + [ + "▁No", + "rd" + ], + [ + "▁N", + "ord" + ], + [ + "▁fa", + "it" + ], + [ + "▁f", + "ait" + ], + [ + "▁ge", + "w" + ], + [ + "▁g", + "ew" + ], + [ + "▁", + "gew" + ], + [ + "print", + "ln" + ], + [ + "obil", + "e" + ], + [ + "obi", + "le" + ], + [ + "ob", + "ile" + ], + [ + "▁Ko", + "n" + ], + [ + "▁K", + "on" + ], + [ + "▁assum", + "e" + ], + [ + "▁ass", + "ume" + ], + [ + "land", + "s" + ], + [ + "lan", + "ds" + ], + [ + "l", + "ands" + ], + [ + "▁am", + "ount" + ], + [ + "▁a", + "mount" + ], + [ + "▁", + "amount" + ], + [ + "▁Pres", + "s" + ], + [ + "▁Pre", + "ss" + ], + [ + "▁Pr", + "ess" + ], + [ + "▁P", + "ress" + ], + [ + "▁", + "Press" + ], + [ + "ý", + "ch" + ], + [ + "▁max", + "im" + ], + [ + "▁ma", + "xim" + ], + [ + "▁", + "maxim" + ], + [ + "▁Champ", + "ion" + ], + [ + "▁Ch", + "ampion" + ], + [ + "li", + "brary" + ], + [ + "l", + "ibrary" + ], + [ + "a", + "ñ" + ], + [ + "▁Wa", + "l" + ], + [ + "▁W", + "al" + ], + [ + "Com", + "m" + ], + [ + "Co", + "mm" + ], + [ + "C", + "omm" + ], + [ + "]", + "]" + ], + [ + "▁z", + "w" + ], + [ + "▁", + "zw" + ], + [ + "▁soci", + "al" + ], + [ + "▁soc", + "ial" + ], + [ + "▁so", + "cial" + ], + [ + "▁", + "social" + ], + [ + "L", + "I" + ], + [ + "▁Un", + "ter" + ], + [ + "vo", + "r" + ], + [ + "v", + "or" + ], + [ + "Del", + "ta" + ], + [ + "D", + "elta" + ], + [ + "ema", + "il" + ], + [ + "em", + "ail" + ], + [ + "e", + "mail" + ], + [ + "rain", + "t" + ], + [ + "rai", + "nt" + ], + [ + "ra", + "int" + ], + [ + "r", + "aint" + ], + [ + "on", + "i" + ], + [ + "o", + "ni" + ], + [ + "▁al", + "t" + ], + [ + "▁a", + "lt" + ], + [ + "▁", + "alt" + ], + [ + "▁n", + "é" + ], + [ + "▁", + "né" + ], + [ + "ци", + "я" + ], + [ + "ograph", + "y" + ], + [ + "▁mention", + "ed" + ], + [ + "▁ment", + "ioned" + ], + [ + "▁<", + "=" + ], + [ + "▁", + "<=" + ], + [ + "▁cet", + "te" + ], + [ + "▁ce", + "tte" + ], + [ + "▁c", + "ette" + ], + [ + "▁current", + "ly" + ], + [ + "▁curr", + "ently" + ], + [ + "var", + "e" + ], + [ + "va", + "re" + ], + [ + "v", + "are" + ], + [ + "izin", + "g" + ], + [ + "izi", + "ng" + ], + [ + "iz", + "ing" + ], + [ + "i", + "zing" + ], + [ + "▁De", + "f" + ], + [ + "▁D", + "ef" + ], + [ + "▁", + "Def" + ], + [ + "ico", + "l" + ], + [ + "ic", + "ol" + ], + [ + "i", + "col" + ], + [ + "ün", + "d" + ], + [ + "ü", + "nd" + ], + [ + "▁configur", + "ation" + ], + [ + "▁config", + "uration" + ], + [ + "▁", + "configuration" + ], + [ + "esti", + "g" + ], + [ + "est", + "ig" + ], + [ + "II", + "I" + ], + [ + "I", + "II" + ], + [ + "la", + "m" + ], + [ + "l", + "am" + ], + [ + "i", + "ère" + ], + [ + "▁E", + "ar" + ], + [ + "▁t", + "u" + ], + [ + "▁", + "tu" + ], + [ + "En", + "t" + ], + [ + "E", + "nt" + ], + [ + "▁Us", + "ing" + ], + [ + "▁U", + "sing" + ], + [ + "▁", + "Using" + ], + [ + "▁ко", + "м" + ], + [ + "▁к", + "ом" + ], + [ + "▁", + "ком" + ], + [ + "ci", + "e" + ], + [ + "c", + "ie" + ], + [ + "▁pro", + "of" + ], + [ + "▁", + "proof" + ], + [ + "▁inv", + "ol" + ], + [ + "▁in", + "vol" + ], + [ + "▁Histor", + "y" + ], + [ + "▁Hist", + "ory" + ], + [ + "▁Hi", + "story" + ], + [ + "▁H", + "istory" + ], + [ + "▁", + "History" + ], + [ + ">", + "<" + ], + [ + "▁AN", + "D" + ], + [ + "▁A", + "ND" + ], + [ + "▁", + "AND" + ], + [ + "av", + "y" + ], + [ + "a", + "vy" + ], + [ + "▁relation", + "s" + ], + [ + "▁rel", + "ations" + ], + [ + "$", + "{" + ], + [ + "▁come", + "s" + ], + [ + "▁com", + "es" + ], + [ + "▁co", + "mes" + ], + [ + "▁", + "comes" + ], + [ + "▁direct", + "ion" + ], + [ + "▁dire", + "ction" + ], + [ + "▁dir", + "ection" + ], + [ + "▁d", + "irection" + ], + [ + "▁", + "direction" + ], + [ + "▁Jun", + "e" + ], + [ + "▁Ju", + "ne" + ], + [ + "▁J", + "une" + ], + [ + "▁Wa", + "y" + ], + [ + "▁W", + "ay" + ], + [ + "Com", + "ponent" + ], + [ + "ec", + "h" + ], + [ + "e", + "ch" + ], + [ + "▁Pet", + "er" + ], + [ + "▁Pe", + "ter" + ], + [ + "▁P", + "eter" + ], + [ + "▁", + "Peter" + ], + [ + "s", + "g" + ], + [ + "▁str", + "a" + ], + [ + "▁st", + "ra" + ], + [ + "▁s", + "tra" + ], + [ + "▁", + "stra" + ], + [ + "uc", + "t" + ], + [ + "u", + "ct" + ], + [ + "▁implement", + "ation" + ], + [ + "▁im", + "plementation" + ], + [ + "▁", + "implementation" + ], + [ + "att", + "le" + ], + [ + "▁c", + "z" + ], + [ + "▁", + "cz" + ], + [ + "pl", + "ot" + ], + [ + "p", + "lot" + ], + [ + "▁play", + "ed" + ], + [ + "▁pla", + "yed" + ], + [ + "\"><", + "/" + ], + [ + "\">", + "", + "(" + ], + [ + "▁gro", + "und" + ], + [ + "▁gr", + "ound" + ], + [ + "▁g", + "round" + ], + [ + "▁", + "ground" + ], + [ + "un", + "n" + ], + [ + "u", + "nn" + ], + [ + "ro", + "d" + ], + [ + "r", + "od" + ], + [ + "sp", + "e" + ], + [ + "s", + "pe" + ], + [ + "urs", + "or" + ], + [ + "▁le", + "ave" + ], + [ + "er", + "k" + ], + [ + "▁ta", + "l" + ], + [ + "▁t", + "al" + ], + [ + "▁", + "tal" + ], + [ + "▁bott", + "om" + ], + [ + "▁bot", + "tom" + ], + [ + "▁b", + "ottom" + ], + [ + "▁", + "bottom" + ], + [ + "I", + "O" + ], + [ + "▁popula", + "r" + ], + [ + "▁popul", + "ar" + ], + [ + "▁pop", + "ular" + ], + [ + "ig", + "o" + ], + [ + "i", + "go" + ], + [ + "▁Tim", + "e" + ], + [ + "▁Ti", + "me" + ], + [ + "▁T", + "ime" + ], + [ + "▁", + "Time" + ], + [ + "value", + "s" + ], + [ + "valu", + "es" + ], + [ + "val", + "ues" + ], + [ + "▁Lo", + "c" + ], + [ + "▁L", + "oc" + ], + [ + "▁", + "Loc" + ], + [ + "▁Cl", + "ub" + ], + [ + "▁C", + "lub" + ], + [ + "▁anch", + "e" + ], + [ + "▁anc", + "he" + ], + [ + "▁an", + "che" + ], + [ + "▁", + "anche" + ], + [ + "ia", + "ł" + ], + [ + "i", + "ał" + ], + [ + "і", + "ї" + ], + [ + "Om", + "ega" + ], + [ + "▁locate", + "d" + ], + [ + "▁loc", + "ated" + ], + [ + "▁", + "located" + ], + [ + "U", + "rl" + ], + [ + "▁Es", + "p" + ], + [ + "▁E", + "sp" + ], + [ + "▁", + "Esp" + ], + [ + "л", + "ы" + ], + [ + "ц", + "ь" + ], + [ + "ula", + "te" + ], + [ + "ul", + "ate" + ], + [ + "u", + "late" + ], + [ + "▁jo", + "in" + ], + [ + "▁j", + "oin" + ], + [ + "▁", + "join" + ], + [ + "ave", + "s" + ], + [ + "av", + "es" + ], + [ + "a", + "ves" + ], + [ + "ve", + "t" + ], + [ + "v", + "et" + ], + [ + "li", + "o" + ], + [ + "l", + "io" + ], + [ + "rem", + "ove" + ], + [ + "re", + "move" + ], + [ + "▁to", + "ken" + ], + [ + "▁t", + "oken" + ], + [ + "▁", + "token" + ], + [ + "▁opt", + "im" + ], + [ + "▁op", + "tim" + ], + [ + "▁", + "optim" + ], + [ + "▁cla", + "im" + ], + [ + "▁c", + "laim" + ], + [ + "olog", + "ical" + ], + [ + "▁cs", + "s" + ], + [ + "▁c", + "ss" + ], + [ + "▁", + "css" + ], + [ + "▁al", + "though" + ], + [ + "▁", + "although" + ], + [ + "▁pri", + "v" + ], + [ + "▁pr", + "iv" + ], + [ + "▁p", + "riv" + ], + [ + "▁", + "priv" + ], + [ + "▁B", + "a" + ], + [ + "ü", + "l" + ], + [ + "entic", + "ation" + ], + [ + "enti", + "cation" + ], + [ + "▁ve", + "n" + ], + [ + "▁v", + "en" + ], + [ + "▁", + "ven" + ], + [ + "Serv", + "er" + ], + [ + "Ser", + "ver" + ], + [ + "▁Con", + "g" + ], + [ + "▁Co", + "ng" + ], + [ + "▁C", + "ong" + ], + [ + "NE", + "T" + ], + [ + "N", + "ET" + ], + [ + "CO", + "N" + ], + [ + "C", + "ON" + ], + [ + "d", + "t" + ], + [ + "pert", + "ies" + ], + [ + "per", + "ties" + ], + [ + "▁ep", + "is" + ], + [ + "▁e", + "pis" + ], + [ + "wik", + "ipedia" + ], + [ + "▁eng", + "ine" + ], + [ + "▁", + "engine" + ], + [ + "▁fe", + "r" + ], + [ + "▁f", + "er" + ], + [ + "▁", + "fer" + ], + [ + "get", + "Element" + ], + [ + "▁Cl", + "a" + ], + [ + "▁C", + "la" + ], + [ + "▁", + "Cla" + ], + [ + "ř", + "í" + ], + [ + "▁ro", + "m" + ], + [ + "▁r", + "om" + ], + [ + "▁", + "rom" + ], + [ + "vare", + "psilon" + ], + [ + "var", + "epsilon" + ], + [ + "▁prim", + "e" + ], + [ + "▁pri", + "me" + ], + [ + "▁pr", + "ime" + ], + [ + "▁", + "prime" + ], + [ + "istr", + "y" + ], + [ + "ist", + "ry" + ], + [ + "is", + "try" + ], + [ + "pect", + "ed" + ], + [ + "pec", + "ted" + ], + [ + "pe", + "cted" + ], + [ + "p", + "ected" + ], + [ + "ora", + "ge" + ], + [ + "or", + "age" + ], + [ + "o", + "rage" + ], + [ + "▁tou", + "ch" + ], + [ + "▁to", + "uch" + ], + [ + "▁t", + "ouch" + ], + [ + "▁", + "touch" + ], + [ + "▁[", + "'" + ], + [ + "▁", + "['" + ], + [ + "▁da", + "n" + ], + [ + "▁d", + "an" + ], + [ + "▁", + "dan" + ], + [ + "E", + "m" + ], + [ + "acion", + "es" + ], + [ + "aci", + "ones" + ], + [ + "ac", + "iones" + ], + [ + "a", + "ciones" + ], + [ + "Ca", + "n" + ], + [ + "C", + "an" + ], + [ + "▁who", + "m" + ], + [ + "▁wh", + "om" + ], + [ + "▁w", + "hom" + ], + [ + "▁behav", + "ior" + ], + [ + "▁be", + "havior" + ], + [ + "▁string", + "s" + ], + [ + "▁str", + "ings" + ], + [ + "▁", + "strings" + ], + [ + "▁Euro", + "p" + ], + [ + "▁Eur", + "op" + ], + [ + "▁Eu", + "rop" + ], + [ + "▁E", + "urop" + ], + [ + "▁Ro", + "m" + ], + [ + "▁R", + "om" + ], + [ + "cir", + "c" + ], + [ + "ci", + "rc" + ], + [ + "c", + "irc" + ], + [ + "▁pu", + "n" + ], + [ + "▁p", + "un" + ], + [ + "▁reg", + "ister" + ], + [ + "▁", + "register" + ], + [ + "b", + "untu" + ], + [ + "rai", + "n" + ], + [ + "ra", + "in" + ], + [ + "r", + "ain" + ], + [ + "O", + "b" + ], + [ + "T", + "A" + ], + [ + "▁somet", + "imes" + ], + [ + "▁some", + "times" + ], + [ + "▁s", + "ometimes" + ], + [ + "▁men", + "t" + ], + [ + "▁me", + "nt" + ], + [ + "▁m", + "ent" + ], + [ + "▁", + "ment" + ], + [ + "▁inte", + "ger" + ], + [ + "▁in", + "teger" + ], + [ + "▁", + "integer" + ], + [ + "▁Ja", + "c" + ], + [ + "▁J", + "ac" + ], + [ + "▁", + "Jac" + ], + [ + "leg", + "ate" + ], + [ + "le", + "gate" + ], + [ + "oth", + "ing" + ], + [ + "ot", + "hing" + ], + [ + "o", + "thing" + ], + [ + "▁sou", + "nd" + ], + [ + "▁so", + "und" + ], + [ + "▁s", + "ound" + ], + [ + "▁", + "sound" + ], + [ + "lace", + "s" + ], + [ + "lac", + "es" + ], + [ + "la", + "ces" + ], + [ + "l", + "aces" + ], + [ + "▁Б", + "а" + ], + [ + "r", + "b" + ], + [ + "d", + "i" + ], + [ + "ле", + "ния" + ], + [ + "▁them", + "selves" + ], + [ + "▁Bla", + "ck" + ], + [ + "▁Bl", + "ack" + ], + [ + "▁B", + "lack" + ], + [ + "▁", + "Black" + ], + [ + "▁setting", + "s" + ], + [ + "▁sett", + "ings" + ], + [ + "▁s", + "ettings" + ], + [ + "▁", + "settings" + ], + [ + "▁nor", + "m" + ], + [ + "▁no", + "rm" + ], + [ + "▁n", + "orm" + ], + [ + "▁", + "norm" + ], + [ + "▁run", + "s" + ], + [ + "▁ru", + "ns" + ], + [ + "▁r", + "uns" + ], + [ + "▁NO", + "T" + ], + [ + "▁N", + "OT" + ], + [ + "▁", + "NOT" + ], + [ + "K", + "E" + ], + [ + "▁per", + "haps" + ], + [ + "▁", + "Я" + ], + [ + "▁mo", + "l" + ], + [ + "▁m", + "ol" + ], + [ + "▁an", + "s" + ], + [ + "▁a", + "ns" + ], + [ + "▁", + "ans" + ], + [ + "atr", + "e" + ], + [ + "at", + "re" + ], + [ + "a", + "tre" + ], + [ + "▁Die", + "s" + ], + [ + "▁Di", + "es" + ], + [ + "▁D", + "ies" + ], + [ + "To", + "ken" + ], + [ + "T", + "oken" + ], + [ + "ani", + "e" + ], + [ + "an", + "ie" + ], + [ + "a", + "nie" + ], + [ + "▁allow", + "ed" + ], + [ + "▁allo", + "wed" + ], + [ + "▁all", + "owed" + ], + [ + "▁", + "allowed" + ], + [ + "R", + "ange" + ], + [ + "▁Gr", + "o" + ], + [ + "▁G", + "ro" + ], + [ + "vi", + "a" + ], + [ + "v", + "ia" + ], + [ + "utor", + "ial" + ], + [ + "uto", + "rial" + ], + [ + "ut", + "orial" + ], + [ + "enso", + "r" + ], + [ + "ens", + "or" + ], + [ + "esti", + "val" + ], + [ + "est", + "ival" + ], + [ + ");", + "\r" + ], + [ + ")", + ";\r" + ], + [ + "кра", + "ї" + ], + [ + "▁turn", + "ed" + ], + [ + "▁tur", + "ned" + ], + [ + "scop", + "e" + ], + [ + "sc", + "ope" + ], + [ + "s", + "cope" + ], + [ + "▁bi", + "en" + ], + [ + "▁b", + "ien" + ], + [ + "=", + "$" + ], + [ + "▁extens", + "ion" + ], + [ + "▁ext", + "ension" + ], + [ + "▁", + "extension" + ], + [ + "ator", + "e" + ], + [ + "ato", + "re" + ], + [ + "at", + "ore" + ], + [ + "▁Р", + "о" + ], + [ + "▁spec", + "ify" + ], + [ + "ed", + "u" + ], + [ + "e", + "du" + ], + [ + "Dat", + "os" + ], + [ + "D", + "atos" + ], + [ + "▁store", + "d" + ], + [ + "▁stor", + "ed" + ], + [ + "▁sto", + "red" + ], + [ + "▁st", + "ored" + ], + [ + "▁par", + "se" + ], + [ + "▁p", + "arse" + ], + [ + "▁", + "parse" + ], + [ + "▁answer", + "s" + ], + [ + "▁ans", + "wers" + ], + [ + "▁an", + "swers" + ], + [ + "ill", + "s" + ], + [ + "il", + "ls" + ], + [ + "▁hear", + "d" + ], + [ + "▁he", + "ard" + ], + [ + "l", + "u" + ], + [ + "▁TH", + "E" + ], + [ + "▁T", + "HE" + ], + [ + "▁", + "THE" + ], + [ + "▁gé", + "n" + ], + [ + "▁g", + "én" + ], + [ + "▁fu", + "l" + ], + [ + "▁f", + "ul" + ], + [ + "▁", + "ful" + ], + [ + "e", + "z" + ], + [ + "▁Pre", + "m" + ], + [ + "▁Pr", + "em" + ], + [ + "▁P", + "rem" + ], + [ + "the", + "n" + ], + [ + "th", + "en" + ], + [ + "t", + "hen" + ], + [ + "d", + "p" + ], + [ + "сько", + "го" + ], + [ + "ськ", + "ого" + ], + [ + "сь", + "кого" + ], + [ + "▁S", + "i" + ], + [ + "▁", + "Si" + ], + [ + "ç", + "o" + ], + [ + "Ed", + "it" + ], + [ + "E", + "dit" + ], + [ + "кі", + "в" + ], + [ + "к", + "ів" + ], + [ + "▁Л", + "и" + ], + [ + "▁Sin", + "g" + ], + [ + "▁Si", + "ng" + ], + [ + "▁S", + "ing" + ], + [ + "▁", + "Sing" + ], + [ + "▁cat", + "eg" + ], + [ + "▁c", + "ateg" + ], + [ + "Eq", + "u" + ], + [ + "E", + "qu" + ], + [ + "▁gu", + "er" + ], + [ + "▁g", + "uer" + ], + [ + "▁", + "guer" + ], + [ + "W", + "idth" + ], + [ + "▁Christ", + "ian" + ], + [ + "sta", + "t" + ], + [ + "st", + "at" + ], + [ + "s", + "tat" + ], + [ + "W", + "rite" + ], + [ + "▁wo", + "man" + ], + [ + "▁w", + "oman" + ], + [ + "wo", + "od" + ], + [ + "w", + "ood" + ], + [ + "V", + "is" + ], + [ + "ра", + "з" + ], + [ + "▁$$", + "\\" + ], + [ + "▁$", + "$\\" + ], + [ + "ode", + "r" + ], + [ + "od", + "er" + ], + [ + "o", + "der" + ], + [ + "▁bo", + "ol" + ], + [ + "▁b", + "ool" + ], + [ + "▁", + "bool" + ], + [ + "▁intern", + "ational" + ], + [ + "ност", + "ь" + ], + [ + "нос", + "ть" + ], + [ + "но", + "сть" + ], + [ + "▁Rich", + "ard" + ], + [ + "▁Ric", + "hard" + ], + [ + "▁add", + "ition" + ], + [ + "▁Mus", + "ic" + ], + [ + "▁", + "Music" + ], + [ + "▁ab", + "er" + ], + [ + "▁a", + "ber" + ], + [ + "t", + "ó" + ], + [ + "▁hi", + "er" + ], + [ + "▁h", + "ier" + ], + [ + "ug", + "h" + ], + [ + "u", + "gh" + ], + [ + "▁po", + "b" + ], + [ + "▁p", + "ob" + ], + [ + "▁table", + "s" + ], + [ + "▁tab", + "les" + ], + [ + "▁ta", + "bles" + ], + [ + "▁t", + "ables" + ], + [ + "▁", + "tables" + ], + [ + "D", + "o" + ], + [ + "▁high", + "er" + ], + [ + "ps", + "i" + ], + [ + "p", + "si" + ], + [ + "r", + "á" + ], + [ + "▁activ", + "e" + ], + [ + "▁act", + "ive" + ], + [ + "▁", + "active" + ], + [ + "▁Tab", + "le" + ], + [ + "▁Ta", + "ble" + ], + [ + "▁T", + "able" + ], + [ + "▁", + "Table" + ], + [ + "њ", + "е" + ], + [ + "▁descript", + "ion" + ], + [ + "▁descri", + "ption" + ], + [ + "▁des", + "cription" + ], + [ + "▁de", + "scription" + ], + [ + "▁", + "description" + ], + [ + "▁seem", + "ed" + ], + [ + "▁see", + "med" + ], + [ + "▁se", + "emed" + ], + [ + "ís", + "t" + ], + [ + "í", + "st" + ], + [ + "▁my", + "self" + ], + [ + "▁men", + "u" + ], + [ + "▁me", + "nu" + ], + [ + "▁m", + "enu" + ], + [ + "▁", + "menu" + ], + [ + "de", + "l" + ], + [ + "d", + "el" + ], + [ + "▁", + "ž" + ], + [ + "el", + "e" + ], + [ + "e", + "le" + ], + [ + "A", + "ut" + ], + [ + "▁г", + "ру" + ], + [ + "mu", + "t" + ], + [ + "m", + "ut" + ], + [ + "oo", + "n" + ], + [ + "o", + "on" + ], + [ + "as", + "c" + ], + [ + "a", + "sc" + ], + [ + "bu", + "g" + ], + [ + "b", + "ug" + ], + [ + "▁move", + "d" + ], + [ + "▁mov", + "ed" + ], + [ + "▁mo", + "ved" + ], + [ + "▁m", + "oved" + ], + [ + "C", + "L" + ], + [ + "▁data", + "s" + ], + [ + "▁dat", + "as" + ], + [ + "▁", + "datas" + ], + [ + "S", + "O" + ], + [ + "о", + "ло" + ], + [ + "▁Ge", + "org" + ], + [ + "▁re", + "ach" + ], + [ + "▁r", + "each" + ], + [ + ":", + "\"" + ], + [ + "▁eval", + "u" + ], + [ + "▁ev", + "alu" + ], + [ + "▁e", + "valu" + ], + [ + "▁", + "evalu" + ], + [ + "▁He", + "l" + ], + [ + "▁H", + "el" + ], + [ + "▁", + "Hel" + ], + [ + "▁Riv", + "er" + ], + [ + "▁Ri", + "ver" + ], + [ + "▁R", + "iver" + ], + [ + "▁А", + "р" + ], + [ + "▁", + "Ар" + ], + [ + "///", + "/" + ], + [ + "//", + "//" + ], + [ + "/", + "///" + ], + [ + "▁set", + "s" + ], + [ + "▁se", + "ts" + ], + [ + "▁s", + "ets" + ], + [ + "▁", + "sets" + ], + [ + "▁O", + "lymp" + ], + [ + "Ad", + "apter" + ], + [ + ".", + "'" + ], + [ + "over", + "n" + ], + [ + "ove", + "rn" + ], + [ + "ov", + "ern" + ], + [ + "o", + "vern" + ], + [ + "▁Lor", + "d" + ], + [ + "▁Lo", + "rd" + ], + [ + "▁L", + "ord" + ], + [ + "!", + "--" + ], + [ + "jp", + "g" + ], + [ + "j", + "pg" + ], + [ + "iment", + "o" + ], + [ + "imen", + "to" + ], + [ + "im", + "ento" + ], + [ + "▁Pro", + "f" + ], + [ + "▁Pr", + "of" + ], + [ + "▁achiev", + "e" + ], + [ + "▁ach", + "ieve" + ], + [ + "}", + ":" + ], + [ + "▁inc", + "or" + ], + [ + "▁in", + "cor" + ], + [ + "▁onde", + "r" + ], + [ + "▁on", + "der" + ], + [ + "▁o", + "nder" + ], + [ + "▁", + "onder" + ], + [ + "eng", + "l" + ], + [ + "en", + "gl" + ], + [ + "AB", + "LE" + ], + [ + "▁Mar", + "y" + ], + [ + "▁Ma", + "ry" + ], + [ + "▁M", + "ary" + ], + [ + "▁war", + "en" + ], + [ + "▁wa", + "ren" + ], + [ + "▁w", + "aren" + ], + [ + "lag", + "e" + ], + [ + "la", + "ge" + ], + [ + "l", + "age" + ], + [ + "De", + "c" + ], + [ + "D", + "ec" + ], + [ + "анг", + "л" + ], + [ + "encia", + "s" + ], + [ + "enci", + "as" + ], + [ + "enc", + "ias" + ], + [ + "en", + "cias" + ], + [ + "ле", + "й" + ], + [ + "л", + "ей" + ], + [ + "▁Mach", + "ine" + ], + [ + "▁M", + "achine" + ], + [ + "▁", + "Machine" + ], + [ + "▁А", + "н" + ], + [ + "ud", + "a" + ], + [ + "u", + "da" + ], + [ + "▁", + "ś" + ], + [ + "▁X", + "X" + ], + [ + "▁", + "XX" + ], + [ + "on", + "ly" + ], + [ + "ле", + "ние" + ], + [ + "▁tamb", + "ién" + ], + [ + "ne", + "j" + ], + [ + "n", + "ej" + ], + [ + "▁relativ", + "e" + ], + [ + "▁rel", + "ative" + ], + [ + "▁", + "relative" + ], + [ + "▁hour", + "s" + ], + [ + "▁ho", + "urs" + ], + [ + "▁h", + "ours" + ], + [ + "▁inde", + "ed" + ], + [ + "▁ind", + "eed" + ], + [ + "und", + "o" + ], + [ + "un", + "do" + ], + [ + "ing", + "u" + ], + [ + "in", + "gu" + ], + [ + "are", + "a" + ], + [ + "ar", + "ea" + ], + [ + "a", + "rea" + ], + [ + "▁Cre", + "ate" + ], + [ + "▁C", + "reate" + ], + [ + "▁", + "Create" + ], + [ + "bei", + "t" + ], + [ + "be", + "it" + ], + [ + "▁remove", + "d" + ], + [ + "▁remov", + "ed" + ], + [ + "▁rem", + "oved" + ], + [ + "maste", + "r" + ], + [ + "mas", + "ter" + ], + [ + "ma", + "ster" + ], + [ + "m", + "aster" + ], + [ + "ha", + "us" + ], + [ + "h", + "aus" + ], + [ + "▁Ber", + "n" + ], + [ + "▁Be", + "rn" + ], + [ + "▁B", + "ern" + ], + [ + "▁spe", + "ed" + ], + [ + "▁sp", + "eed" + ], + [ + "▁", + "speed" + ], + [ + "▁Ba", + "y" + ], + [ + "▁B", + "ay" + ], + [ + "▁At", + "t" + ], + [ + "▁A", + "tt" + ], + [ + "▁", + "Att" + ], + [ + "▁Non", + "e" + ], + [ + "▁No", + "ne" + ], + [ + "▁N", + "one" + ], + [ + "▁", + "None" + ], + [ + "app", + "lication" + ], + [ + "ü", + "d" + ], + [ + "▁fi", + "t" + ], + [ + "▁f", + "it" + ], + [ + "▁", + "fit" + ], + [ + "▁Mari", + "a" + ], + [ + "▁Mar", + "ia" + ], + [ + "▁Ma", + "ria" + ], + [ + "▁M", + "aria" + ], + [ + "▁nor", + "d" + ], + [ + "▁no", + "rd" + ], + [ + "▁n", + "ord" + ], + [ + "▁spl", + "it" + ], + [ + "▁sp", + "lit" + ], + [ + "▁s", + "plit" + ], + [ + "▁", + "split" + ], + [ + "▁str", + "u" + ], + [ + "▁st", + "ru" + ], + [ + "▁", + "stru" + ], + [ + "▁offici", + "al" + ], + [ + "▁offic", + "ial" + ], + [ + "▁off", + "icial" + ], + [ + "▁o", + "fficial" + ], + [ + "▁execut", + "e" + ], + [ + "▁exec", + "ute" + ], + [ + "▁", + "execute" + ], + [ + "ouv", + "e" + ], + [ + "ou", + "ve" + ], + [ + "o", + "uve" + ], + [ + "{", + "{" + ], + [ + "▁A", + "p" + ], + [ + "▁", + "Ap" + ], + [ + "▁к", + "у" + ], + [ + "▁", + "ку" + ], + [ + "I", + "L" + ], + [ + "▁", + "^" + ], + [ + "di", + "m" + ], + [ + "d", + "im" + ], + [ + "▁set", + "up" + ], + [ + "▁", + "setup" + ], + [ + "с", + "к" + ], + [ + "▁sh", + "are" + ], + [ + "▁", + "share" + ], + [ + "▁minute", + "s" + ], + [ + "▁min", + "utes" + ], + [ + "gl", + "e" + ], + [ + "g", + "le" + ], + [ + "oc", + "o" + ], + [ + "o", + "co" + ], + [ + "ste", + "ll" + ], + [ + "st", + "ell" + ], + [ + "▁Cou", + "n" + ], + [ + "▁Co", + "un" + ], + [ + "▁C", + "oun" + ], + [ + "▁temp", + "er" + ], + [ + "▁tem", + "per" + ], + [ + "▁", + "temper" + ], + [ + "ke", + "it" + ], + [ + "сь", + "кий" + ], + [ + "a", + "o" + ], + [ + "▁Lo", + "ng" + ], + [ + "▁L", + "ong" + ], + [ + "▁", + "Long" + ], + [ + "(", + "&" + ], + [ + "ка", + "н" + ], + [ + "к", + "ан" + ], + [ + "▁den", + "s" + ], + [ + "▁de", + "ns" + ], + [ + "▁d", + "ens" + ], + [ + "▁", + "dens" + ], + [ + "Bu", + "t" + ], + [ + "B", + "ut" + ], + [ + "X", + "X" + ], + [ + "DAT", + "E" + ], + [ + "DA", + "TE" + ], + [ + "D", + "ATE" + ], + [ + "ga", + "n" + ], + [ + "g", + "an" + ], + [ + ".)", + "." + ], + [ + ".", + ")." + ], + [ + "▁entr", + "y" + ], + [ + "▁ent", + "ry" + ], + [ + "▁en", + "try" + ], + [ + "▁", + "entry" + ], + [ + "inst", + "all" + ], + [ + "▁з", + "на" + ], + [ + "▁", + "зна" + ], + [ + "▁So", + "m" + ], + [ + "▁S", + "om" + ], + [ + "Comm", + "and" + ], + [ + "ße", + "n" + ], + [ + "ß", + "en" + ], + [ + "▁start", + "ing" + ], + [ + "▁star", + "ting" + ], + [ + "▁st", + "o" + ], + [ + "▁s", + "to" + ], + [ + "▁", + "sto" + ], + [ + "I", + "G" + ], + [ + "▁mini", + "m" + ], + [ + "▁min", + "im" + ], + [ + "▁mi", + "nim" + ], + [ + "▁explic", + "it" + ], + [ + "▁exp", + "licit" + ], + [ + "▁byte", + "s" + ], + [ + "▁by", + "tes" + ], + [ + "▁", + "bytes" + ], + [ + "▁part", + "y" + ], + [ + "▁par", + "ty" + ], + [ + "▁", + "party" + ], + [ + "to", + "ber" + ], + [ + "t", + "ober" + ], + [ + "▁Gran", + "d" + ], + [ + "▁Gra", + "nd" + ], + [ + "▁Gr", + "and" + ], + [ + "▁G", + "rand" + ], + [ + "▁Vo", + "r" + ], + [ + "▁V", + "or" + ], + [ + "▁", + "Vor" + ], + [ + "▁le", + "ur" + ], + [ + "▁l", + "eur" + ], + [ + "▁", + "leur" + ], + [ + "Doc", + "ument" + ], + [ + "D", + "ocument" + ], + [ + "er", + "c" + ], + [ + "e", + "rc" + ], + [ + "ens", + "ive" + ], + [ + "C", + "P" + ], + [ + "en", + "v" + ], + [ + "▁argument", + "s" + ], + [ + "▁arg", + "uments" + ], + [ + "▁", + "arguments" + ], + [ + "▁Gra", + "n" + ], + [ + "▁Gr", + "an" + ], + [ + "▁G", + "ran" + ], + [ + "ari", + "ly" + ], + [ + "ar", + "ily" + ], + [ + "▁li", + "n" + ], + [ + "▁l", + "in" + ], + [ + "▁", + "lin" + ], + [ + "t", + "n" + ], + [ + "(", + "-" + ], + [ + "ge", + "q" + ], + [ + "g", + "eq" + ], + [ + "▁Fam", + "il" + ], + [ + "▁Fa", + "mil" + ], + [ + "▁F", + "amil" + ], + [ + "▁", + "Famil" + ], + [ + "▁Б", + "о" + ], + [ + "▁tou", + "r" + ], + [ + "▁to", + "ur" + ], + [ + "▁t", + "our" + ], + [ + "▁na", + "v" + ], + [ + "▁n", + "av" + ], + [ + "▁", + "nav" + ], + [ + "▁proper", + "ly" + ], + [ + "▁Mr", + "s" + ], + [ + "▁M", + "rs" + ], + [ + "▁Me", + "l" + ], + [ + "▁M", + "el" + ], + [ + "▁scal", + "e" + ], + [ + "▁sc", + "ale" + ], + [ + "▁", + "scale" + ], + [ + "ast", + "ic" + ], + [ + "d", + "s" + ], + [ + "▁Si", + "r" + ], + [ + "▁S", + "ir" + ], + [ + "▁Ch", + "urch" + ], + [ + "}^{", + "\\" + ], + [ + "}^", + "{\\" + ], + [ + "}", + "^{\\" + ], + [ + "yo", + "u" + ], + [ + "y", + "ou" + ], + [ + "/", + "." + ], + [ + "S", + "o" + ], + [ + "▁br", + "ought" + ], + [ + "▁rol", + "e" + ], + [ + "▁ro", + "le" + ], + [ + "▁r", + "ole" + ], + [ + "▁", + "role" + ], + [ + "▁Su", + "r" + ], + [ + "▁S", + "ur" + ], + [ + "▁", + "Sur" + ], + [ + "▁fon", + "d" + ], + [ + "▁fo", + "nd" + ], + [ + "▁f", + "ond" + ], + [ + "▁ge", + "s" + ], + [ + "▁g", + "es" + ], + [ + "▁", + "ges" + ], + [ + "ż", + "e" + ], + [ + "ete", + "n" + ], + [ + "et", + "en" + ], + [ + "e", + "ten" + ], + [ + "▁ét", + "ait" + ], + [ + "▁é", + "tait" + ], + [ + "▁", + "était" + ], + [ + "SE", + "R" + ], + [ + "S", + "ER" + ], + [ + "▁кото", + "ры" + ], + [ + "▁ко", + "торы" + ], + [ + "▁equ", + "ation" + ], + [ + "▁", + "equation" + ], + [ + "asp", + "x" + ], + [ + "as", + "px" + ], + [ + "▁Af", + "r" + ], + [ + "▁A", + "fr" + ], + [ + "▁di", + "t" + ], + [ + "▁d", + "it" + ], + [ + "▁", + "dit" + ], + [ + "empt", + "y" + ], + [ + "emp", + "ty" + ], + [ + "em", + "pty" + ], + [ + "alem", + "ent" + ], + [ + "ale", + "ment" + ], + [ + "al", + "ement" + ], + [ + "a", + "lement" + ], + [ + "wr", + "ap" + ], + [ + "w", + "rap" + ], + [ + "▁Be", + "t" + ], + [ + "▁B", + "et" + ], + [ + "▁colle", + "ct" + ], + [ + "▁coll", + "ect" + ], + [ + "▁col", + "lect" + ], + [ + "▁", + "collect" + ], + [ + "▁gi", + "t" + ], + [ + "▁g", + "it" + ], + [ + "▁", + "git" + ], + [ + "▁vi", + "e" + ], + [ + "▁v", + "ie" + ], + [ + "▁", + "vie" + ], + [ + "▁.", + "." + ], + [ + "▁", + ".." + ], + [ + "ро", + "й" + ], + [ + "▁<", + "?" + ], + [ + "▁", + "" + ], + [ + "▁В", + "а" + ], + [ + "nos", + "t" + ], + [ + "no", + "st" + ], + [ + "n", + "ost" + ], + [ + "▁ne", + "m" + ], + [ + "▁n", + "em" + ], + [ + "▁", + "nem" + ], + [ + "▁pe", + "n" + ], + [ + "▁p", + "en" + ], + [ + "▁", + "pen" + ], + [ + "Op", + "en" + ], + [ + "O", + "pen" + ], + [ + "▁ch", + "urch" + ], + [ + "ко", + "н" + ], + [ + "к", + "он" + ], + [ + "▁aver", + "age" + ], + [ + "▁ave", + "rage" + ], + [ + "▁a", + "verage" + ], + [ + "▁comment", + "s" + ], + [ + "▁comm", + "ents" + ], + [ + "▁com", + "ments" + ], + [ + "▁", + "comments" + ], + [ + "▁correspond", + "ing" + ], + [ + "lev", + "ant" + ], + [ + "▁be", + "d" + ], + [ + "▁b", + "ed" + ], + [ + "▁", + "bed" + ], + [ + "▁mean", + "ing" + ], + [ + "V", + "ersion" + ], + [ + "Lin", + "k" + ], + [ + "L", + "ink" + ], + [ + "be", + "l" + ], + [ + "b", + "el" + ], + [ + "▁extra", + "ct" + ], + [ + "▁extr", + "act" + ], + [ + "▁ext", + "ract" + ], + [ + "▁", + "extract" + ], + [ + "ś", + "ć" + ], + [ + "▁I", + "V" + ], + [ + "▁", + "IV" + ], + [ + "▁I", + "r" + ], + [ + "▁compute", + "r" + ], + [ + "▁comput", + "er" + ], + [ + "▁comp", + "uter" + ], + [ + "▁aff", + "ect" + ], + [ + "▁af", + "fect" + ], + [ + "▁a", + "ffect" + ], + [ + "▁Ст", + "а" + ], + [ + "▁С", + "та" + ], + [ + "A", + "X" + ], + [ + "so", + "rt" + ], + [ + "s", + "ort" + ], + [ + "▁specie", + "s" + ], + [ + "▁spec", + "ies" + ], + [ + "▁spe", + "cies" + ], + [ + "▁s", + "pecies" + ], + [ + "▁", + "species" + ], + [ + "▁Op", + "er" + ], + [ + "▁O", + "per" + ], + [ + "▁", + "Oper" + ], + [ + "▁has", + "h" + ], + [ + "▁ha", + "sh" + ], + [ + "▁h", + "ash" + ], + [ + "▁", + "hash" + ], + [ + "che", + "s" + ], + [ + "ch", + "es" + ], + [ + "c", + "hes" + ], + [ + "▁Einzel", + "n" + ], + [ + "▁Einz", + "eln" + ], + [ + "▁key", + "s" + ], + [ + "▁ke", + "ys" + ], + [ + "▁", + "keys" + ], + [ + "▁mar", + "zo" + ], + [ + "▁interpre", + "t" + ], + [ + "▁inter", + "pret" + ], + [ + "ho", + "od" + ], + [ + "h", + "ood" + ], + [ + "▁coord", + "in" + ], + [ + "▁co", + "ordin" + ], + [ + "ö", + "s" + ], + [ + "rag", + "e" + ], + [ + "ra", + "ge" + ], + [ + "r", + "age" + ], + [ + "et", + "z" + ], + [ + "e", + "tz" + ], + [ + "iz", + "a" + ], + [ + "i", + "za" + ], + [ + "де", + "р" + ], + [ + "д", + "ер" + ], + [ + "ü", + "t" + ], + [ + "^", + "*" + ], + [ + "▁mod", + "ify" + ], + [ + "▁term", + "in" + ], + [ + "▁ter", + "min" + ], + [ + "▁", + "termin" + ], + [ + "▁cre", + "d" + ], + [ + "▁cr", + "ed" + ], + [ + "▁c", + "red" + ], + [ + "▁", + "cred" + ], + [ + "zo", + "n" + ], + [ + "z", + "on" + ], + [ + "ну", + "ю" + ], + [ + "н", + "ую" + ], + [ + "▁mi", + "e" + ], + [ + "▁m", + "ie" + ], + [ + "▁'", + "'" + ], + [ + "▁", + "''" + ], + [ + "▁Mo", + "s" + ], + [ + "▁M", + "os" + ], + [ + "▁connect", + "ed" + ], + [ + "▁conne", + "cted" + ], + [ + "▁conn", + "ected" + ], + [ + "▁", + "connected" + ], + [ + "N", + "O" + ], + [ + "▁comp", + "ile" + ], + [ + "▁", + "compile" + ], + [ + "▁\"", + "\\" + ], + [ + "▁", + "\"\\" + ], + [ + "▁ca", + "t" + ], + [ + "▁c", + "at" + ], + [ + "▁", + "cat" + ], + [ + "f", + "iddle" + ], + [ + "ut", + "a" + ], + [ + "u", + "ta" + ], + [ + "Acc", + "ess" + ], + [ + "Ac", + "cess" + ], + [ + "A", + "ccess" + ], + [ + "▁St", + "o" + ], + [ + "▁S", + "to" + ], + [ + "▁", + "Sto" + ], + [ + "▁Bu", + "r" + ], + [ + "▁B", + "ur" + ], + [ + "▁nor", + "th" + ], + [ + "▁n", + "orth" + ], + [ + "G", + "amma" + ], + [ + "▁allo", + "c" + ], + [ + "▁all", + "oc" + ], + [ + "▁al", + "loc" + ], + [ + "▁", + "alloc" + ], + [ + "In", + "it" + ], + [ + "I", + "nit" + ], + [ + "▁Lin", + "k" + ], + [ + "▁L", + "ink" + ], + [ + "▁", + "Link" + ], + [ + "iali", + "ze" + ], + [ + "ial", + "ize" + ], + [ + "Imp", + "l" + ], + [ + "Im", + "pl" + ], + [ + "oup", + "e" + ], + [ + "ou", + "pe" + ], + [ + "rop", + "ri" + ], + [ + "▁Gol", + "d" + ], + [ + "▁Go", + "ld" + ], + [ + "▁G", + "old" + ], + [ + "▁sol", + "o" + ], + [ + "▁so", + "lo" + ], + [ + "▁s", + "olo" + ], + [ + "▁Dis", + "t" + ], + [ + "▁Di", + "st" + ], + [ + "▁D", + "ist" + ], + [ + "▁", + "Dist" + ], + [ + ",", + "-" + ], + [ + "na", + "v" + ], + [ + "n", + "av" + ], + [ + "▁ale", + "rt" + ], + [ + "▁al", + "ert" + ], + [ + "▁", + "alert" + ], + [ + "esi", + "s" + ], + [ + "es", + "is" + ], + [ + "▁O", + "s" + ], + [ + "▁", + "Os" + ], + [ + "//", + "/" + ], + [ + "/", + "//" + ], + [ + "▁fe", + "b" + ], + [ + "▁f", + "eb" + ], + [ + "▁--", + ">" + ], + [ + "▁-", + "->" + ], + [ + "▁", + "-->" + ], + [ + "foo", + "t" + ], + [ + "fo", + "ot" + ], + [ + "f", + "oot" + ], + [ + "▁Fri", + "ed" + ], + [ + "▁Fr", + "ied" + ], + [ + "▁F", + "ried" + ], + [ + "▁Einzeln", + "ach" + ], + [ + "▁Einzel", + "nach" + ], + [ + "▁re", + "v" + ], + [ + "▁r", + "ev" + ], + [ + "▁", + "rev" + ], + [ + "ze", + "it" + ], + [ + "▁Sta", + "t" + ], + [ + "▁St", + "at" + ], + [ + "▁S", + "tat" + ], + [ + "▁", + "Stat" + ], + [ + "▁Se", + "g" + ], + [ + "▁S", + "eg" + ], + [ + "▁", + "Seg" + ], + [ + "▁bl", + "o" + ], + [ + "▁b", + "lo" + ], + [ + "▁", + "blo" + ], + [ + "wi", + "ck" + ], + [ + "w", + "ick" + ], + [ + "E", + "L" + ], + [ + "capt", + "ion" + ], + [ + "cap", + "tion" + ], + [ + "ca", + "ption" + ], + [ + "head", + "er" + ], + [ + "he", + "ader" + ], + [ + "▁presiden", + "t" + ], + [ + "▁pres", + "ident" + ], + [ + "▁multi", + "p" + ], + [ + "▁mult", + "ip" + ], + [ + "▁mul", + "tip" + ], + [ + "▁", + "multip" + ], + [ + "▁Einzelnach", + "weise" + ], + [ + "▁sein", + "e" + ], + [ + "▁sei", + "ne" + ], + [ + "▁se", + "ine" + ], + [ + "?", + "”" + ], + [ + "Func", + "tion" + ], + [ + "Fun", + "ction" + ], + [ + "F", + "unction" + ], + [ + "▁Stan", + "d" + ], + [ + "▁Sta", + "nd" + ], + [ + "▁St", + "and" + ], + [ + "▁", + "Stand" + ], + [ + "▁Fun", + "ction" + ], + [ + "▁F", + "unction" + ], + [ + "▁", + "Function" + ], + [ + "▁?", + ">" + ], + [ + "▁", + "?>" + ], + [ + "▁Bil", + "l" + ], + [ + "▁Bi", + "ll" + ], + [ + "▁B", + "ill" + ], + [ + "▁spec", + "t" + ], + [ + "▁spe", + "ct" + ], + [ + "▁sp", + "ect" + ], + [ + "▁s", + "pect" + ], + [ + "▁", + "spect" + ], + [ + "▁red", + "irect" + ], + [ + "▁re", + "direct" + ], + [ + "▁", + "redirect" + ], + [ + "rup", + "t" + ], + [ + "ru", + "pt" + ], + [ + "r", + "upt" + ], + [ + "▁wal", + "k" + ], + [ + "▁w", + "alk" + ], + [ + "▁", + "walk" + ], + [ + "в", + "ши" + ], + [ + "spring", + "framework" + ], + [ + "pla", + "ce" + ], + [ + "pl", + "ace" + ], + [ + "p", + "lace" + ], + [ + "é", + "ho" + ], + [ + "Ent", + "ity" + ], + [ + "▁Serv", + "ice" + ], + [ + "▁Ser", + "vice" + ], + [ + "▁", + "Service" + ], + [ + "int", + "e" + ], + [ + "in", + "te" + ], + [ + "▁train", + "ing" + ], + [ + "▁tra", + "ining" + ], + [ + "▁tr", + "aining" + ], + [ + "▁", + "training" + ], + [ + "▁(", + "`" + ], + [ + "▁", + "(`" + ], + [ + "фо", + "р" + ], + [ + "ф", + "ор" + ], + [ + "▁к", + "ра" + ], + [ + "▁", + "кра" + ], + [ + "au", + "r" + ], + [ + "a", + "ur" + ], + [ + "▁fet", + "ch" + ], + [ + "▁f", + "etch" + ], + [ + "▁", + "fetch" + ], + [ + "▁", + "†" + ], + [ + "▁m", + "ême" + ], + [ + "▁", + "même" + ], + [ + "▁(", + "'" + ], + [ + "▁", + "('" + ], + [ + "ative", + "ly" + ], + [ + "ativ", + "ely" + ], + [ + "at", + "ively" + ], + [ + "▁exec", + "ut" + ], + [ + "ä", + "ch" + ], + [ + "▁Catalog", + "ue" + ], + [ + "base", + "d" + ], + [ + "bas", + "ed" + ], + [ + "ba", + "sed" + ], + [ + "b", + "ased" + ], + [ + "Att", + "ribute" + ], + [ + "▁spr", + "ing" + ], + [ + "▁sp", + "ring" + ], + [ + "▁s", + "pring" + ], + [ + "▁", + "spring" + ], + [ + "phon", + "e" + ], + [ + "ph", + "one" + ], + [ + "т", + "ра" + ], + [ + "▁п", + "и" + ], + [ + "▁", + "пи" + ], + [ + "тер", + "а" + ], + [ + "те", + "ра" + ], + [ + "т", + "ера" + ], + [ + "▁`", + "\\" + ], + [ + "▁O", + "d" + ], + [ + "On", + "e" + ], + [ + "O", + "ne" + ], + [ + "sen", + "d" + ], + [ + "se", + "nd" + ], + [ + "s", + "end" + ], + [ + "bo", + "n" + ], + [ + "b", + "on" + ], + [ + "▁", + "°" + ], + [ + "M", + "O" + ], + [ + "▁ask", + "ing" + ], + [ + "▁as", + "king" + ], + [ + "▁o", + "ù" + ], + [ + "▁ing", + "år" + ], + [ + "▁test", + "ing" + ], + [ + "▁", + "testing" + ], + [ + "▁ф", + "а" + ], + [ + "▁", + "фа" + ], + [ + "▁Bo", + "ok" + ], + [ + "▁B", + "ook" + ], + [ + "▁", + "Book" + ], + [ + "im", + "m" + ], + [ + "i", + "mm" + ], + [ + "▁pro", + "gress" + ], + [ + "▁", + "progress" + ], + [ + "br", + "o" + ], + [ + "b", + "ro" + ], + [ + "F", + "irst" + ], + [ + "▁ph", + "ot" + ], + [ + "▁p", + "hot" + ], + [ + "▁O", + "N" + ], + [ + "▁", + "ON" + ], + [ + "Temp", + "late" + ], + [ + "Tem", + "plate" + ], + [ + "develop", + "er" + ], + [ + "anno", + "t" + ], + [ + "ann", + "ot" + ], + [ + "an", + "not" + ], + [ + "▁>", + "=" + ], + [ + "▁", + ">=" + ], + [ + "miss", + "ion" + ], + [ + "m", + "ission" + ], + [ + "▁k", + "tó" + ], + [ + "▁", + "któ" + ], + [ + "p", + "c" + ], + [ + "ba", + "ch" + ], + [ + "b", + "ach" + ], + [ + "zen", + "t" + ], + [ + "ze", + "nt" + ], + [ + "z", + "ent" + ], + [ + "ue", + "d" + ], + [ + "u", + "ed" + ], + [ + "▁one", + "s" + ], + [ + "▁on", + "es" + ], + [ + "▁o", + "nes" + ], + [ + "▁", + "ones" + ], + [ + "ј", + "и" + ], + [ + "▁rou", + "t" + ], + [ + "▁ro", + "ut" + ], + [ + "▁r", + "out" + ], + [ + "▁", + "rout" + ], + [ + "▁К", + "и" + ], + [ + "Pos", + "t" + ], + [ + "Po", + "st" + ], + [ + "P", + "ost" + ], + [ + "ці", + "ї" + ], + [ + "ц", + "ії" + ], + [ + "▁Vi", + "r" + ], + [ + "▁V", + "ir" + ], + [ + "ne", + "k" + ], + [ + "n", + "ek" + ], + [ + "agin", + "g" + ], + [ + "agi", + "ng" + ], + [ + "ag", + "ing" + ], + [ + "a", + "ging" + ], + [ + "▁о", + "к" + ], + [ + "▁", + "ок" + ], + [ + "izon", + "t" + ], + [ + "izo", + "nt" + ], + [ + "iz", + "ont" + ], + [ + "▁ago", + "sto" + ], + [ + "▁ag", + "osto" + ], + [ + "▁cho", + "ose" + ], + [ + "▁", + "choose" + ], + [ + "▁", + "\r" + ], + [ + "▁system", + "s" + ], + [ + "▁syst", + "ems" + ], + [ + "los", + "s" + ], + [ + "lo", + "ss" + ], + [ + "l", + "oss" + ], + [ + "ient", + "e" + ], + [ + "ien", + "te" + ], + [ + "i", + "ente" + ], + [ + "▁Cr", + "e" + ], + [ + "▁C", + "re" + ], + [ + "▁", + "Cre" + ], + [ + "▁contr", + "a" + ], + [ + "▁cont", + "ra" + ], + [ + "▁con", + "tra" + ], + [ + "▁", + "contra" + ], + [ + "um", + "s" + ], + [ + "u", + "ms" + ], + [ + "▁begin", + "ning" + ], + [ + "em", + "y" + ], + [ + "e", + "my" + ], + [ + "istic", + "s" + ], + [ + "isti", + "cs" + ], + [ + "ist", + "ics" + ], + [ + "▁serve", + "d" + ], + [ + "▁serv", + "ed" + ], + [ + "▁ser", + "ved" + ], + [ + "▁s", + "erved" + ], + [ + "Do", + "wn" + ], + [ + "D", + "own" + ], + [ + "option", + "s" + ], + [ + "opt", + "ions" + ], + [ + "o", + "ptions" + ], + [ + "▁Go", + "vern" + ], + [ + "▁G", + "overn" + ], + [ + "▁B", + "Y" + ], + [ + "▁", + "BY" + ], + [ + "▁je", + "st" + ], + [ + "▁j", + "est" + ], + [ + "▁", + "jest" + ], + [ + "t", + "é" + ], + [ + "▁continu", + "e" + ], + [ + "▁contin", + "ue" + ], + [ + "▁cont", + "inue" + ], + [ + "▁", + "continue" + ], + [ + "per", + "s" + ], + [ + "pe", + "rs" + ], + [ + "p", + "ers" + ], + [ + "▁eas", + "ier" + ], + [ + "▁co", + "s" + ], + [ + "▁c", + "os" + ], + [ + "▁", + "cos" + ], + [ + "ess", + "o" + ], + [ + "es", + "so" + ], + [ + ">", + ">" + ], + [ + "Ne", + "t" + ], + [ + "N", + "et" + ], + [ + "▁Bo", + "r" + ], + [ + "▁B", + "or" + ], + [ + "▁C", + "r" + ], + [ + "▁", + "Cr" + ], + [ + "▁trans", + "fer" + ], + [ + "▁CS", + "S" + ], + [ + "▁C", + "SS" + ], + [ + "▁", + "CSS" + ], + [ + "▁fin", + "ns" + ], + [ + "▁х", + "о" + ], + [ + "▁", + "хо" + ], + [ + "user", + "name" + ], + [ + "us", + "ername" + ], + [ + "▁const", + "ru" + ], + [ + "▁con", + "stru" + ], + [ + "▁pa", + "in" + ], + [ + "▁p", + "ain" + ], + [ + "▁Te", + "m" + ], + [ + "▁T", + "em" + ], + [ + "▁", + "Tem" + ], + [ + "▁spec", + "ified" + ], + [ + "▁br", + "it" + ], + [ + "▁b", + "rit" + ], + [ + "▁", + "brit" + ], + [ + "ски", + "е" + ], + [ + "с", + "кие" + ], + [ + "ir", + "k" + ], + [ + "rap", + "per" + ], + [ + "ra", + "pper" + ], + [ + "r", + "apper" + ], + [ + "▁count", + "er" + ], + [ + "▁coun", + "ter" + ], + [ + "▁co", + "unter" + ], + [ + "▁c", + "ounter" + ], + [ + "▁", + "counter" + ], + [ + "▁[", + "\"" + ], + [ + "▁", + "[\"" + ], + [ + "ode", + "d" + ], + [ + "od", + "ed" + ], + [ + "o", + "ded" + ], + [ + "да", + "н" + ], + [ + "д", + "ан" + ], + [ + "pro", + "perty" + ], + [ + "har", + "d" + ], + [ + "ha", + "rd" + ], + [ + "h", + "ard" + ], + [ + "istr", + "ict" + ], + [ + "ist", + "rict" + ], + [ + ")", + "/" + ], + [ + "▁Po", + "ur" + ], + [ + "▁P", + "our" + ], + [ + "▁Whe", + "re" + ], + [ + "▁Wh", + "ere" + ], + [ + "▁W", + "here" + ], + [ + "▁", + "Where" + ], + [ + "▁==", + "=" + ], + [ + "▁=", + "==" + ], + [ + "▁", + "===" + ], + [ + "▁sow", + "ie" + ], + [ + "▁so", + "wie" + ], + [ + "▁s", + "owie" + ], + [ + "▁П", + "ро" + ], + [ + "▁des", + "s" + ], + [ + "▁de", + "ss" + ], + [ + "▁d", + "ess" + ], + [ + "▁", + "dess" + ], + [ + "▁tra", + "s" + ], + [ + "▁tr", + "as" + ], + [ + "▁t", + "ras" + ], + [ + "▁", + "tras" + ], + [ + "▁у", + "ча" + ], + [ + "▁O", + "ver" + ], + [ + "▁", + "Over" + ], + [ + "not", + "e" + ], + [ + "no", + "te" + ], + [ + "n", + "ote" + ], + [ + "▁Amer", + "ica" + ], + [ + "▁", + "America" + ], + [ + "c", + "p" + ], + [ + "▁grand", + "e" + ], + [ + "▁gran", + "de" + ], + [ + "▁gra", + "nde" + ], + [ + "▁gr", + "ande" + ], + [ + "M", + "e" + ], + [ + ")", + "-" + ], + [ + "Mod", + "e" + ], + [ + "Mo", + "de" + ], + [ + "M", + "ode" + ], + [ + "▁pass", + "ing" + ], + [ + "▁pas", + "sing" + ], + [ + "▁giv", + "ing" + ], + [ + "▁gi", + "ving" + ], + [ + "▁g", + "iving" + ], + [ + "C", + "l" + ], + [ + "}", + "/" + ], + [ + "Men", + "u" + ], + [ + "Me", + "nu" + ], + [ + "M", + "enu" + ], + [ + "!", + "!" + ], + [ + "angu", + "lar" + ], + [ + "ang", + "ular" + ], + [ + "▁la", + "unch" + ], + [ + "▁", + "launch" + ], + [ + "var", + "phi" + ], + [ + "▁Johan", + "n" + ], + [ + "▁Joh", + "ann" + ], + [ + "▁fore", + "ach" + ], + [ + "▁for", + "each" + ], + [ + "▁", + "foreach" + ], + [ + "r", + "ó" + ], + [ + "seq", + "u" + ], + [ + "se", + "qu" + ], + [ + "s", + "equ" + ], + [ + "if", + "i" + ], + [ + "i", + "fi" + ], + [ + "A", + "m" + ], + [ + "ar", + "p" + ], + [ + "a", + "rp" + ], + [ + "▁buff", + "er" + ], + [ + "▁buf", + "fer" + ], + [ + "▁b", + "uffer" + ], + [ + "▁", + "buffer" + ], + [ + "▁n", + "i" + ], + [ + "▁", + "ni" + ], + [ + "▁mi", + "x" + ], + [ + "▁m", + "ix" + ], + [ + "▁", + "mix" + ], + [ + "▁Muse", + "um" + ], + [ + "▁M", + "useum" + ], + [ + "▁mean", + "t" + ], + [ + "▁me", + "ant" + ], + [ + "as", + "i" + ], + [ + "a", + "si" + ], + [ + "▁ka", + "n" + ], + [ + "▁k", + "an" + ], + [ + "▁", + "kan" + ], + [ + "пра", + "в" + ], + [ + "п", + "рав" + ], + [ + "Com", + "p" + ], + [ + "Co", + "mp" + ], + [ + "C", + "omp" + ], + [ + "isto", + "ire" + ], + [ + "ist", + "oire" + ], + [ + "is", + "toire" + ], + [ + "if", + "ul" + ], + [ + "i", + "ful" + ], + [ + "je", + "r" + ], + [ + "j", + "er" + ], + [ + "ission", + "s" + ], + [ + "iss", + "ions" + ], + [ + "Res", + "ource" + ], + [ + "Re", + "source" + ], + [ + "▁во", + "з" + ], + [ + "▁в", + "оз" + ], + [ + "▁S", + "T" + ], + [ + "▁", + "ST" + ], + [ + "▁solution", + "s" + ], + [ + "▁sol", + "utions" + ], + [ + "▁bel", + "ong" + ], + [ + "▁be", + "long" + ], + [ + "▁Ass", + "oci" + ], + [ + "▁As", + "soci" + ], + [ + "▁", + "Associ" + ], + [ + "c", + "f" + ], + [ + "▁M", + "är" + ], + [ + "▁gr", + "id" + ], + [ + "▁g", + "rid" + ], + [ + "▁", + "grid" + ], + [ + "M", + "ult" + ], + [ + "▁require", + "s" + ], + [ + "▁requ", + "ires" + ], + [ + "k", + "k" + ], + [ + "▁tea", + "ch" + ], + [ + "▁te", + "ach" + ], + [ + "▁t", + "each" + ], + [ + "emein", + "de" + ], + [ + "eme", + "inde" + ], + [ + "▁squ", + "are" + ], + [ + "▁s", + "quare" + ], + [ + "▁", + "square" + ], + [ + "▁ком", + "ан" + ], + [ + "▁ко", + "ман" + ], + [ + "▁Even", + "t" + ], + [ + "▁Ev", + "ent" + ], + [ + "▁E", + "vent" + ], + [ + "▁", + "Event" + ], + [ + "▁rule", + "s" + ], + [ + "▁ru", + "les" + ], + [ + "▁r", + "ules" + ], + [ + "▁", + "rules" + ], + [ + "▁bu", + "r" + ], + [ + "▁b", + "ur" + ], + [ + "▁", + "bur" + ], + [ + "▁ein", + "g" + ], + [ + "▁e", + "ing" + ], + [ + "▁", + "eing" + ], + [ + "▁Ma", + "i" + ], + [ + "▁M", + "ai" + ], + [ + "▁na", + "m" + ], + [ + "▁n", + "am" + ], + [ + "▁", + "nam" + ], + [ + "▁sl", + "ä" + ], + [ + "▁s", + "lä" + ], + [ + "hö", + "r" + ], + [ + "h", + "ör" + ], + [ + "▁ti", + "p" + ], + [ + "▁t", + "ip" + ], + [ + "▁", + "tip" + ], + [ + "▁Liter", + "atur" + ], + [ + "▁scop", + "e" + ], + [ + "▁sc", + "ope" + ], + [ + "▁s", + "cope" + ], + [ + "▁", + "scope" + ], + [ + "over", + "line" + ], + [ + "▁ex", + "it" + ], + [ + "▁", + "exit" + ], + [ + ")", + "?" + ], + [ + "be", + "t" + ], + [ + "b", + "et" + ], + [ + "▁vic", + "t" + ], + [ + "▁vi", + "ct" + ], + [ + "▁v", + "ict" + ], + [ + "Of", + "f" + ], + [ + "O", + "ff" + ], + [ + "▁appro", + "xim" + ], + [ + "▁Ge", + "b" + ], + [ + "▁G", + "eb" + ], + [ + "kt", + "op" + ], + [ + "k", + "top" + ], + [ + "he", + "it" + ], + [ + "▁", + "Ю" + ], + [ + "temp", + "late" + ], + [ + "tem", + "plate" + ], + [ + "ро", + "н" + ], + [ + "р", + "он" + ], + [ + "▁un", + "o" + ], + [ + "▁u", + "no" + ], + [ + "▁", + "uno" + ], + [ + "Ser", + "v" + ], + [ + "Se", + "rv" + ], + [ + "S", + "erv" + ], + [ + "▁frame", + "work" + ], + [ + "▁", + "framework" + ], + [ + "opera", + "tor" + ], + [ + "oper", + "ator" + ], + [ + "▁general", + "ly" + ], + [ + "▁gener", + "ally" + ], + [ + "▁h", + "undred" + ], + [ + "▁diver", + "s" + ], + [ + "▁div", + "ers" + ], + [ + "▁di", + "vers" + ], + [ + "▁d", + "ivers" + ], + [ + "ov", + "i" + ], + [ + "o", + "vi" + ], + [ + "▁ré", + "s" + ], + [ + "▁r", + "és" + ], + [ + "▁", + "rés" + ], + [ + "ab", + "s" + ], + [ + "a", + "bs" + ], + [ + "▁ga", + "l" + ], + [ + "▁g", + "al" + ], + [ + "▁", + "gal" + ], + [ + "ça", + "is" + ], + [ + "ç", + "ais" + ], + [ + "▁fee", + "t" + ], + [ + "▁fe", + "et" + ], + [ + "▁virt", + "ual" + ], + [ + "▁v", + "irtual" + ], + [ + "▁", + "virtual" + ], + [ + "cz", + "y" + ], + [ + "c", + "zy" + ], + [ + "ск", + "у" + ], + [ + "с", + "ку" + ], + [ + ".", + "/" + ], + [ + "h", + "u" + ], + [ + "anc", + "y" + ], + [ + "an", + "cy" + ], + [ + "▁recomm", + "end" + ], + [ + "▁пі", + "д" + ], + [ + "▁п", + "ід" + ], + [ + "▁mon", + "ey" + ], + [ + "▁mo", + "ney" + ], + [ + "▁m", + "oney" + ], + [ + "▁version", + "s" + ], + [ + "▁vers", + "ions" + ], + [ + "▁", + "versions" + ], + [ + "▁help", + "s" + ], + [ + "▁hel", + "ps" + ], + [ + "▁Ho", + "r" + ], + [ + "▁H", + "or" + ], + [ + "▁", + "Hor" + ], + [ + "Item", + "s" + ], + [ + "It", + "ems" + ], + [ + "lo", + "ok" + ], + [ + "l", + "ook" + ], + [ + "conne", + "ct" + ], + [ + "conn", + "ect" + ], + [ + "con", + "nect" + ], + [ + "ange", + "s" + ], + [ + "ang", + "es" + ], + [ + "an", + "ges" + ], + [ + "View", + "Controller" + ], + [ + "elij", + "k" + ], + [ + "eli", + "jk" + ], + [ + "el", + "ijk" + ], + [ + "e", + "lijk" + ], + [ + "▁occ", + "up" + ], + [ + "▁oc", + "cup" + ], + [ + "▁", + "occup" + ], + [ + "▁edit", + "or" + ], + [ + "▁ed", + "itor" + ], + [ + "▁", + "editor" + ], + [ + "aut", + "o" + ], + [ + "au", + "to" + ], + [ + "a", + "uto" + ], + [ + "ö", + "g" + ], + [ + "▁second", + "s" + ], + [ + "▁sec", + "onds" + ], + [ + "▁", + "seconds" + ], + [ + "▁ob", + "vious" + ], + [ + "v", + "m" + ], + [ + "ake", + "s" + ], + [ + "ak", + "es" + ], + [ + "a", + "kes" + ], + [ + "▁geg", + "en" + ], + [ + "▁ge", + "gen" + ], + [ + "▁g", + "egen" + ], + [ + "▁ti", + "l" + ], + [ + "▁t", + "il" + ], + [ + "▁", + "til" + ], + [ + "ject", + "ion" + ], + [ + "je", + "ction" + ], + [ + "j", + "ection" + ], + [ + "лен", + "ня" + ], + [ + "ле", + "ння" + ], + [ + "▁operation", + "s" + ], + [ + "▁oper", + "ations" + ], + [ + "▁E", + "ast" + ], + [ + "og", + "y" + ], + [ + "o", + "gy" + ], + [ + "▁Pol", + "it" + ], + [ + "▁Po", + "lit" + ], + [ + "▁P", + "olit" + ], + [ + "ute", + "n" + ], + [ + "ut", + "en" + ], + [ + "u", + "ten" + ], + [ + "▁Jose", + "ph" + ], + [ + "\"", + "`" + ], + [ + "▁Comp", + "any" + ], + [ + "▁", + "Company" + ], + [ + "▁call", + "back" + ], + [ + "▁", + "callback" + ], + [ + "▁se", + "n" + ], + [ + "▁s", + "en" + ], + [ + "▁", + "sen" + ], + [ + "cció", + "n" + ], + [ + "cc", + "ión" + ], + [ + "c", + "ción" + ], + [ + "▁associate", + "d" + ], + [ + "▁associ", + "ated" + ], + [ + "▁contain", + "ing" + ], + [ + "▁cont", + "aining" + ], + [ + "▁pract", + "ice" + ], + [ + "elijk", + "e" + ], + [ + "elij", + "ke" + ], + [ + "e", + "lijke" + ], + [ + "ok", + "e" + ], + [ + "o", + "ke" + ], + [ + "ér", + "a" + ], + [ + "é", + "ra" + ], + [ + "un", + "s" + ], + [ + "u", + "ns" + ], + [ + "ant", + "a" + ], + [ + "an", + "ta" + ], + [ + "ve", + "y" + ], + [ + "v", + "ey" + ], + [ + "z", + "u" + ], + [ + "▁Be", + "s" + ], + [ + "▁B", + "es" + ], + [ + "▁Flo", + "r" + ], + [ + "▁Fl", + "or" + ], + [ + "▁F", + "lor" + ], + [ + "me", + "m" + ], + [ + "m", + "em" + ], + [ + "yc", + "z" + ], + [ + "y", + "cz" + ], + [ + "▁arch", + "itect" + ], + [ + "▁ann", + "i" + ], + [ + "▁an", + "ni" + ], + [ + "▁", + "anni" + ], + [ + "▁cont", + "act" + ], + [ + "▁", + "contact" + ], + [ + "Y", + "PE" + ], + [ + "▁Ca", + "s" + ], + [ + "▁C", + "as" + ], + [ + "▁пол", + "у" + ], + [ + "▁по", + "лу" + ], + [ + "ov", + "o" + ], + [ + "o", + "vo" + ], + [ + "▁br", + "ing" + ], + [ + "▁b", + "ring" + ], + [ + "▁conce", + "pt" + ], + [ + "▁con", + "cept" + ], + [ + "▁j", + "s" + ], + [ + "▁", + "js" + ], + [ + "▁Refer", + "encias" + ], + [ + "embl", + "e" + ], + [ + "emb", + "le" + ], + [ + "em", + "ble" + ], + [ + "▁", + "н" + ], + [ + "▁support", + "ed" + ], + [ + "▁supp", + "orted" + ], + [ + "▁", + "supported" + ], + [ + "Bi", + "g" + ], + [ + "B", + "ig" + ], + [ + "▁Han", + "s" + ], + [ + "▁Ha", + "ns" + ], + [ + "▁H", + "ans" + ], + [ + "er", + "v" + ], + [ + "e", + "rv" + ], + [ + "▁Ma", + "j" + ], + [ + "▁M", + "aj" + ], + [ + "▁arr", + "iv" + ], + [ + "▁ar", + "riv" + ], + [ + "▁Hav", + "e" + ], + [ + "▁Ha", + "ve" + ], + [ + "▁H", + "ave" + ], + [ + "▁", + "Have" + ], + [ + "▁probabil", + "ity" + ], + [ + "▁prob", + "ability" + ], + [ + "▁Po", + "p" + ], + [ + "▁P", + "op" + ], + [ + "▁", + "Pop" + ], + [ + "▁Pas", + "s" + ], + [ + "▁Pa", + "ss" + ], + [ + "▁P", + "ass" + ], + [ + "▁", + "Pass" + ], + [ + "tok", + "en" + ], + [ + "to", + "ken" + ], + [ + "t", + "oken" + ], + [ + "Pro", + "vider" + ], + [ + "▁R", + "a" + ], + [ + "Read", + "er" + ], + [ + "Re", + "ader" + ], + [ + "oot", + "h" + ], + [ + "oo", + "th" + ], + [ + "o", + "oth" + ], + [ + "la", + "p" + ], + [ + "l", + "ap" + ], + [ + "▁ass", + "ist" + ], + [ + "ado", + "w" + ], + [ + "ad", + "ow" + ], + [ + "▁test", + "s" + ], + [ + "▁t", + "ests" + ], + [ + "▁", + "tests" + ], + [ + "сс", + "и" + ], + [ + "с", + "си" + ], + [ + "▁kin", + "g" + ], + [ + "▁ki", + "ng" + ], + [ + "▁k", + "ing" + ], + [ + "▁", + "king" + ], + [ + "lang", + "le" + ], + [ + "lan", + "gle" + ], + [ + "l", + "angle" + ], + [ + "▁Su", + "m" + ], + [ + "▁S", + "um" + ], + [ + "▁", + "Sum" + ], + [ + "O", + "IN" + ], + [ + "▁sec", + "urity" + ], + [ + "▁se", + "curity" + ], + [ + "▁", + "security" + ], + [ + "ni", + "s" + ], + [ + "n", + "is" + ], + [ + "..", + "/" + ], + [ + ".", + "./" + ], + [ + "▁bas", + "ic" + ], + [ + "▁", + "basic" + ], + [ + "unit", + "y" + ], + [ + "uni", + "ty" + ], + [ + "un", + "ity" + ], + [ + "`", + ":" + ], + [ + "▁ко", + "то" + ], + [ + "ko", + "w" + ], + [ + "k", + "ow" + ], + [ + "▁Bibli", + "othèque" + ], + [ + "asi", + "on" + ], + [ + "as", + "ion" + ], + [ + "al", + "o" + ], + [ + "a", + "lo" + ], + [ + "ife", + "st" + ], + [ + "if", + "est" + ], + [ + "i", + "fest" + ], + [ + "▁nov", + "embre" + ], + [ + "▁pe", + "u" + ], + [ + "▁p", + "eu" + ], + [ + "▁", + "Ж" + ], + [ + "ensch", + "aft" + ], + [ + "en", + "schaft" + ], + [ + "cl", + "us" + ], + [ + "c", + "lus" + ], + [ + "ј", + "у" + ], + [ + "He", + "ight" + ], + [ + "ú", + "n" + ], + [ + "▁tu", + "r" + ], + [ + "▁t", + "ur" + ], + [ + "▁idea", + "s" + ], + [ + "▁ide", + "as" + ], + [ + "▁ce", + "s" + ], + [ + "▁c", + "es" + ], + [ + "▁", + "ces" + ], + [ + "fra", + "k" + ], + [ + "fr", + "ak" + ], + [ + "f", + "rak" + ], + [ + "▁premi", + "er" + ], + [ + "▁prem", + "ier" + ], + [ + "▁pre", + "mier" + ], + [ + "itat", + "ion" + ], + [ + "ita", + "tion" + ], + [ + "it", + "ation" + ], + [ + "▁s", + "é" + ], + [ + "HT", + "ML" + ], + [ + "▁Roy", + "al" + ], + [ + "▁Ro", + "yal" + ], + [ + "сько", + "ї" + ], + [ + "сь", + "кої" + ], + [ + "▁by", + "te" + ], + [ + "▁", + "byte" + ], + [ + "P", + "S" + ], + [ + "▁seg", + "u" + ], + [ + "▁se", + "gu" + ], + [ + "▁s", + "egu" + ], + [ + "▁", + "segu" + ], + [ + "ine", + "n" + ], + [ + "in", + "en" + ], + [ + "i", + "nen" + ], + [ + "▁Gre", + "at" + ], + [ + "▁К", + "у" + ], + [ + "▁extern", + "al" + ], + [ + "▁ext", + "ernal" + ], + [ + "▁ex", + "ternal" + ], + [ + "▁", + "external" + ], + [ + "T", + "itle" + ], + [ + "To", + "p" + ], + [ + "T", + "op" + ], + [ + "Proc", + "ess" + ], + [ + "Pro", + "cess" + ], + [ + "itä", + "t" + ], + [ + "it", + "ät" + ], + [ + "▁`", + "/" + ], + [ + "▁secre", + "t" + ], + [ + "▁sec", + "ret" + ], + [ + "▁se", + "cret" + ], + [ + "▁", + "secret" + ], + [ + "pos", + "itory" + ], + [ + "▁pot", + "ential" + ], + [ + "▁Bu", + "d" + ], + [ + "▁B", + "ud" + ], + [ + "name", + "s" + ], + [ + "nam", + "es" + ], + [ + "na", + "mes" + ], + [ + "n", + "ames" + ], + [ + "ason", + "s" + ], + [ + "aso", + "ns" + ], + [ + "as", + "ons" + ], + [ + "stack", + "exchange" + ], + [ + "back", + "ground" + ], + [ + "пе", + "р" + ], + [ + "п", + "ер" + ], + [ + "со", + "в" + ], + [ + "с", + "ов" + ], + [ + "aft", + "er" + ], + [ + "af", + "ter" + ], + [ + "a", + "fter" + ], + [ + "▁per", + "o" + ], + [ + "▁pe", + "ro" + ], + [ + "▁p", + "ero" + ], + [ + "▁soft", + "ware" + ], + [ + "▁so", + "ftware" + ], + [ + "▁", + "software" + ], + [ + "▁se", + "d" + ], + [ + "▁s", + "ed" + ], + [ + "▁", + "sed" + ], + [ + "▁array", + "s" + ], + [ + "▁arr", + "ays" + ], + [ + "tm", + "p" + ], + [ + "t", + "mp" + ], + [ + "▁as", + "p" + ], + [ + "▁a", + "sp" + ], + [ + "▁", + "asp" + ], + [ + "scal", + "e" + ], + [ + "sc", + "ale" + ], + [ + "▁La", + "t" + ], + [ + "▁L", + "at" + ], + [ + "▁", + "Lat" + ], + [ + "ana", + "l" + ], + [ + "an", + "al" + ], + [ + "a", + "nal" + ], + [ + "▁ge", + "m" + ], + [ + "▁g", + "em" + ], + [ + "▁", + "gem" + ], + [ + "P", + "U" + ], + [ + "▁Alt", + "ri" + ], + [ + "▁Al", + "tri" + ], + [ + "Th", + "at" + ], + [ + "T", + "hat" + ], + [ + "▁Н", + "и" + ], + [ + "ifa", + "ct" + ], + [ + "if", + "act" + ], + [ + "i", + "fact" + ], + [ + "Add", + "ress" + ], + [ + "▁sout", + "h" + ], + [ + "▁sou", + "th" + ], + [ + "▁so", + "uth" + ], + [ + "▁s", + "outh" + ], + [ + "▁form", + "ula" + ], + [ + "▁Coll", + "eg" + ], + [ + "▁Col", + "leg" + ], + [ + "▁і", + "н" + ], + [ + "▁", + "ін" + ], + [ + "kt", + "ion" + ], + [ + "k", + "tion" + ], + [ + "▁sa", + "c" + ], + [ + "▁s", + "ac" + ], + [ + "S", + "H" + ], + [ + "aj", + "o" + ], + [ + "a", + "jo" + ], + [ + "et", + "c" + ], + [ + "e", + "tc" + ], + [ + "v", + "c" + ], + [ + "`", + "](" + ], + [ + "▁Du", + "r" + ], + [ + "▁D", + "ur" + ], + [ + "▁М", + "е" + ], + [ + "▁Sm", + "ith" + ], + [ + "▁", + "Smith" + ], + [ + "item", + "s" + ], + [ + "ite", + "ms" + ], + [ + "it", + "ems" + ], + [ + "C", + "K" + ], + [ + "el", + "o" + ], + [ + "e", + "lo" + ], + [ + "▁plug", + "in" + ], + [ + "▁pl", + "ugin" + ], + [ + "▁", + "plugin" + ], + [ + "▁ser", + "ie" + ], + [ + "▁se", + "rie" + ], + [ + "▁s", + "erie" + ], + [ + "▁", + "serie" + ], + [ + "ienn", + "e" + ], + [ + "ien", + "ne" + ], + [ + "i", + "enne" + ], + [ + "▁и", + "ли" + ], + [ + "Ma", + "r" + ], + [ + "M", + "ar" + ], + [ + "▁Im", + "age" + ], + [ + "▁", + "Image" + ], + [ + "go", + "t" + ], + [ + "g", + "ot" + ], + [ + "anda", + "s" + ], + [ + "and", + "as" + ], + [ + "an", + "das" + ], + [ + "▁match", + "es" + ], + [ + "▁mat", + "ches" + ], + [ + "▁", + "matches" + ], + [ + "▁wor", + "th" + ], + [ + "▁w", + "orth" + ], + [ + "▁", + "worth" + ], + [ + "▁De", + "b" + ], + [ + "▁D", + "eb" + ], + [ + "▁", + "Deb" + ], + [ + "▁ca", + "che" + ], + [ + "▁c", + "ache" + ], + [ + "▁", + "cache" + ], + [ + "▁fel", + "t" + ], + [ + "▁fe", + "lt" + ], + [ + "▁f", + "elt" + ], + [ + "ers", + "ch" + ], + [ + "er", + "sch" + ], + [ + "ize", + "s" + ], + [ + "iz", + "es" + ], + [ + "i", + "zes" + ], + [ + "Op", + "er" + ], + [ + "O", + "per" + ], + [ + "▁Jahr", + "e" + ], + [ + "▁Jah", + "re" + ], + [ + "▁Ja", + "hre" + ], + [ + "▁commun", + "e" + ], + [ + "▁comm", + "une" + ], + [ + "th", + "read" + ], + [ + "▁n", + "y" + ], + [ + "▁", + "ny" + ], + [ + "de", + "c" + ], + [ + "d", + "ec" + ], + [ + "ou", + "w" + ], + [ + "o", + "uw" + ], + [ + "▁sur", + "face" + ], + [ + "▁Po", + "r" + ], + [ + "▁P", + "or" + ], + [ + "▁Stre", + "et" + ], + [ + "▁St", + "reet" + ], + [ + "пр", + "и" + ], + [ + "п", + "ри" + ], + [ + "▁cand", + "id" + ], + [ + "▁can", + "did" + ], + [ + "▁c", + "andid" + ], + [ + "▁Ret", + "urn" + ], + [ + "▁Re", + "turn" + ], + [ + "▁", + "Return" + ], + [ + "▁Ko", + "m" + ], + [ + "▁K", + "om" + ], + [ + "gr", + "u" + ], + [ + "g", + "ru" + ], + [ + "▁т", + "и" + ], + [ + "▁", + "ти" + ], + [ + "[", + "\\" + ], + [ + "▁depend", + "s" + ], + [ + "▁dep", + "ends" + ], + [ + "▁infl", + "u" + ], + [ + "▁inf", + "lu" + ], + [ + "▁in", + "flu" + ], + [ + "▁toward", + "s" + ], + [ + "▁to", + "wards" + ], + [ + "aine", + "d" + ], + [ + "ain", + "ed" + ], + [ + "ai", + "ned" + ], + [ + "a", + "ined" + ], + [ + "▁ran", + "k" + ], + [ + "▁r", + "ank" + ], + [ + "▁", + "rank" + ], + [ + "▁Janu", + "ar" + ], + [ + "▁component", + "s" + ], + [ + "▁compon", + "ents" + ], + [ + "▁com", + "ponents" + ], + [ + "▁", + "components" + ], + [ + "ges", + "t" + ], + [ + "ge", + "st" + ], + [ + "g", + "est" + ], + [ + "getElement", + "ById" + ], + [ + "▁check", + "ed" + ], + [ + "▁", + "checked" + ], + [ + "air", + "s" + ], + [ + "ai", + "rs" + ], + [ + "a", + "irs" + ], + [ + "jo", + "in" + ], + [ + "j", + "oin" + ], + [ + "▁de", + "ad" + ], + [ + "▁d", + "ead" + ], + [ + "▁hi", + "t" + ], + [ + "▁h", + "it" + ], + [ + "▁", + "hit" + ], + [ + "én", + "y" + ], + [ + "é", + "ny" + ], + [ + "▁equival", + "ent" + ], + [ + "▁equ", + "ivalent" + ], + [ + "▁П", + "ре" + ], + [ + "▁app", + "ropri" + ], + [ + "Pa", + "ss" + ], + [ + "P", + "ass" + ], + [ + "▁prime", + "r" + ], + [ + "▁prim", + "er" + ], + [ + "▁pri", + "mer" + ], + [ + "▁pr", + "imer" + ], + [ + "engl", + "isch" + ], + [ + "▁app", + "ar" + ], + [ + "▁ap", + "par" + ], + [ + "▁Dur", + "ing" + ], + [ + "▁Du", + "ring" + ], + [ + "▁D", + "uring" + ], + [ + "▁know", + "ledge" + ], + [ + "▁trig", + "ger" + ], + [ + "▁tr", + "igger" + ], + [ + "▁", + "trigger" + ], + [ + "▁cor", + "e" + ], + [ + "▁co", + "re" + ], + [ + "▁c", + "ore" + ], + [ + "▁", + "core" + ], + [ + "▁O", + "l" + ], + [ + "▁Pro", + "du" + ], + [ + "▁Pr", + "odu" + ], + [ + "▁P", + "rodu" + ], + [ + "▁", + "Produ" + ], + [ + "▁Fer", + "n" + ], + [ + "▁Fe", + "rn" + ], + [ + "▁F", + "ern" + ], + [ + "▁", + "Fern" + ], + [ + "▁на", + "ча" + ], + [ + "▁", + "нача" + ], + [ + "T", + "e" + ], + [ + "▁Mo", + "t" + ], + [ + "▁M", + "ot" + ], + [ + "erv", + "e" + ], + [ + "er", + "ve" + ], + [ + "тв", + "о" + ], + [ + "т", + "во" + ], + [ + "▁mi", + "d" + ], + [ + "▁m", + "id" + ], + [ + "▁", + "mid" + ], + [ + "▁final", + "ly" + ], + [ + "▁fin", + "ally" + ], + [ + "aire", + "s" + ], + [ + "air", + "es" + ], + [ + "ai", + "res" + ], + [ + "a", + "ires" + ], + [ + "▁especial", + "ly" + ], + [ + "▁espe", + "cially" + ], + [ + "▁es", + "pecially" + ], + [ + "▁tu", + "t" + ], + [ + "▁t", + "ut" + ], + [ + "▁rece", + "ive" + ], + [ + "adr", + "e" + ], + [ + "ad", + "re" + ], + [ + "▁nei", + "gh" + ], + [ + "▁ne", + "igh" + ], + [ + "kte", + "t" + ], + [ + "kt", + "et" + ], + [ + "ild", + "e" + ], + [ + "il", + "de" + ], + [ + "▁radi", + "o" + ], + [ + "▁rad", + "io" + ], + [ + "▁", + "radio" + ], + [ + "▁drive", + "r" + ], + [ + "▁driv", + "er" + ], + [ + "▁dri", + "ver" + ], + [ + "▁dr", + "iver" + ], + [ + "▁d", + "river" + ], + [ + "▁", + "driver" + ], + [ + "ли", + "сь" + ], + [ + "enden", + "cies" + ], + [ + "end", + "encies" + ], + [ + "▁I", + "E" + ], + [ + "▁", + "IE" + ], + [ + "▁save", + "d" + ], + [ + "▁sav", + "ed" + ], + [ + "▁sa", + "ved" + ], + [ + "▁s", + "aved" + ], + [ + "▁", + "saved" + ], + [ + "ffe", + "ct" + ], + [ + "ff", + "ect" + ], + [ + "f", + "fect" + ], + [ + "▁Way", + "back" + ], + [ + "ia", + "t" + ], + [ + "i", + "at" + ], + [ + "▁pad", + "ding" + ], + [ + "▁p", + "adding" + ], + [ + "▁", + "padding" + ], + [ + "wind", + "ow" + ], + [ + "w", + "indow" + ], + [ + "ти", + "че" + ], + [ + "▁mu", + "r" + ], + [ + "▁m", + "ur" + ], + [ + "act", + "or" + ], + [ + "ac", + "tor" + ], + [ + "a", + "ctor" + ], + [ + "▁Ha", + "n" + ], + [ + "▁H", + "an" + ], + [ + "она", + "ль" + ], + [ + "он", + "аль" + ], + [ + "о", + "наль" + ], + [ + "▁ga", + "r" + ], + [ + "▁g", + "ar" + ], + [ + "▁", + "gar" + ], + [ + "▁famil", + "jen" + ], + [ + "ó", + "s" + ], + [ + "▁national", + "e" + ], + [ + "▁nation", + "ale" + ], + [ + "▁nat", + "ionale" + ], + [ + "▁n", + "ationale" + ], + [ + "▁pr", + "é" + ], + [ + "▁p", + "ré" + ], + [ + "de", + "d" + ], + [ + "d", + "ed" + ], + [ + "ona", + "l" + ], + [ + "on", + "al" + ], + [ + "o", + "nal" + ], + [ + "▁Pres", + "ident" + ], + [ + "▁\\", + "," + ], + [ + "▁", + "\\," + ], + [ + "▁place", + "d" + ], + [ + "▁pla", + "ced" + ], + [ + "ern", + "i" + ], + [ + "er", + "ni" + ], + [ + "▁sign", + "al" + ], + [ + "▁sig", + "nal" + ], + [ + "▁", + "signal" + ], + [ + "na", + "b" + ], + [ + "n", + "ab" + ], + [ + "h", + "m" + ], + [ + "Mo", + "n" + ], + [ + "M", + "on" + ], + [ + "▁v", + "s" + ], + [ + "▁", + "vs" + ], + [ + "S", + "C" + ], + [ + "▁proget", + "ti" + ], + [ + "▁", + "Ü" + ], + [ + "▁form", + "s" + ], + [ + "▁for", + "ms" + ], + [ + "▁", + "forms" + ], + [ + "▁message", + "s" + ], + [ + "▁mess", + "ages" + ], + [ + "▁", + "messages" + ], + [ + "in", + "f" + ], + [ + "user", + "s" + ], + [ + "use", + "rs" + ], + [ + "us", + "ers" + ], + [ + "u", + "sers" + ], + [ + "GE", + "T" + ], + [ + "G", + "ET" + ], + [ + "▁del", + "s" + ], + [ + "▁de", + "ls" + ], + [ + "▁d", + "els" + ], + [ + "Collect", + "ion" + ], + [ + "Coll", + "ection" + ], + [ + "Col", + "lection" + ], + [ + "▁Go", + "od" + ], + [ + "▁G", + "ood" + ], + [ + "▁", + "Good" + ], + [ + "▁May", + "be" + ], + [ + "▁", + "Maybe" + ], + [ + "▁comp", + "r" + ], + [ + "▁com", + "pr" + ], + [ + "▁large", + "r" + ], + [ + "▁larg", + "er" + ], + [ + "▁lar", + "ger" + ], + [ + "gre", + "s" + ], + [ + "gr", + "es" + ], + [ + "g", + "res" + ], + [ + "ape", + "r" + ], + [ + "ap", + "er" + ], + [ + "a", + "per" + ], + [ + "▁П", + "ри" + ], + [ + "unde", + "s" + ], + [ + "und", + "es" + ], + [ + "un", + "des" + ], + [ + "▁se", + "a" + ], + [ + "▁s", + "ea" + ], + [ + "▁Spr", + "ing" + ], + [ + "▁Sp", + "ring" + ], + [ + "▁S", + "pring" + ], + [ + "▁", + "Spring" + ], + [ + "ul", + "o" + ], + [ + "u", + "lo" + ], + [ + "▁me", + "chan" + ], + [ + "▁san", + "s" + ], + [ + "▁sa", + "ns" + ], + [ + "▁s", + "ans" + ], + [ + "G", + "B" + ], + [ + "Val", + "id" + ], + [ + "▁commun", + "ic" + ], + [ + "▁comm", + "unic" + ], + [ + "▁", + "communic" + ], + [ + "▁pr", + "a" + ], + [ + "▁p", + "ra" + ], + [ + "vie", + "r" + ], + [ + "vi", + "er" + ], + [ + "v", + "ier" + ], + [ + "▁С", + "е" + ], + [ + "▁ai", + "n" + ], + [ + "▁a", + "in" + ], + [ + "▁", + "ain" + ], + [ + "тур", + "а" + ], + [ + "ту", + "ра" + ], + [ + "ko", + "m" + ], + [ + "k", + "om" + ], + [ + "skie", + "go" + ], + [ + "ski", + "ego" + ], + [ + "sk", + "iego" + ], + [ + "ков", + "о" + ], + [ + "ко", + "во" + ], + [ + "к", + "ово" + ], + [ + "ada", + "ta" + ], + [ + "ad", + "ata" + ], + [ + "a", + "data" + ], + [ + "▁Р", + "е" + ], + [ + "▁bo", + "olean" + ], + [ + "▁", + "boolean" + ], + [ + "set", + "s" + ], + [ + "se", + "ts" + ], + [ + "s", + "ets" + ], + [ + "▁eff", + "ort" + ], + [ + ".", + "[" + ], + [ + "▁z", + "ostał" + ], + [ + "P", + "A" + ], + [ + "▁Vic", + "t" + ], + [ + "▁Vi", + "ct" + ], + [ + "▁V", + "ict" + ], + [ + "S", + "D" + ], + [ + "owa", + "ł" + ], + [ + "ow", + "ał" + ], + [ + "▁em", + "b" + ], + [ + "▁e", + "mb" + ], + [ + "▁", + "emb" + ], + [ + "▁prim", + "a" + ], + [ + "▁pri", + "ma" + ], + [ + "▁pr", + "ima" + ], + [ + "▁ho", + "ur" + ], + [ + "▁h", + "our" + ], + [ + "▁", + "hour" + ], + [ + "sub", + "section" + ], + [ + "▁For", + "t" + ], + [ + "▁Fo", + "rt" + ], + [ + "▁F", + "ort" + ], + [ + "math", + "frak" + ], + [ + "igi", + "n" + ], + [ + "ig", + "in" + ], + [ + "i", + "gin" + ], + [ + "G", + "L" + ], + [ + ")", + "+" + ], + [ + "f", + "i" + ], + [ + "▁anc", + "i" + ], + [ + "▁an", + "ci" + ], + [ + "▁", + "anci" + ], + [ + "▁pa", + "n" + ], + [ + "▁p", + "an" + ], + [ + "▁", + "pan" + ], + [ + "\\", + ")" + ], + [ + "▁lu", + "g" + ], + [ + "▁l", + "ug" + ], + [ + "▁dep", + "loy" + ], + [ + "▁", + "deploy" + ], + [ + "dom", + "ain" + ], + [ + "do", + "main" + ], + [ + "▁sl", + "ight" + ], + [ + "▁s", + "light" + ], + [ + "JS", + "ON" + ], + [ + "J", + "SON" + ], + [ + "▁mor", + "ning" + ], + [ + "▁h", + "i" + ], + [ + "▁", + "hi" + ], + [ + "▁compar", + "e" + ], + [ + "▁comp", + "are" + ], + [ + "▁", + "compare" + ], + [ + "ij", + "e" + ], + [ + "i", + "je" + ], + [ + "▁bl", + "ue" + ], + [ + "▁", + "blue" + ], + [ + "▁A", + "c" + ], + [ + "▁", + "Ac" + ], + [ + "▁m", + "iddle" + ], + [ + "▁", + "middle" + ], + [ + "ande", + "n" + ], + [ + "and", + "en" + ], + [ + "an", + "den" + ], + [ + "▁share", + "d" + ], + [ + "▁sh", + "ared" + ], + [ + "▁", + "shared" + ], + [ + "▁Cam", + "p" + ], + [ + "▁Ca", + "mp" + ], + [ + "▁C", + "amp" + ], + [ + "▁", + "Á" + ], + [ + "ound", + "ed" + ], + [ + "oun", + "ded" + ], + [ + "u", + "w" + ], + [ + "ier", + "ung" + ], + [ + "St", + "ack" + ], + [ + "▁eine", + "s" + ], + [ + "▁ein", + "es" + ], + [ + "▁e", + "ines" + ], + [ + "▁D", + "a" + ], + [ + "▁", + "Da" + ], + [ + "li", + "j" + ], + [ + "l", + "ij" + ], + [ + "ent", + "i" + ], + [ + "en", + "ti" + ], + [ + "▁", + "й" + ], + [ + "U", + "til" + ], + [ + "▁experien", + "ce" + ], + [ + "▁exper", + "ience" + ], + [ + "▁aw", + "ait" + ], + [ + "▁a", + "wait" + ], + [ + "▁", + "await" + ], + [ + "ul", + "s" + ], + [ + "u", + "ls" + ], + [ + "▁request", + "s" + ], + [ + "▁requ", + "ests" + ], + [ + "▁", + "requests" + ], + [ + "▁imp", + "os" + ], + [ + "▁im", + "pos" + ], + [ + "▁const", + "raint" + ], + [ + "▁", + "constraint" + ], + [ + "Ch", + "ange" + ], + [ + "emp", + "h" + ], + [ + "em", + "ph" + ], + [ + "бе", + "р" + ], + [ + "б", + "ер" + ], + [ + "▁An", + "other" + ], + [ + "C", + "ustom" + ], + [ + "▁significa", + "nt" + ], + [ + "▁signific", + "ant" + ], + [ + "c", + "r" + ], + [ + "▁mill", + "ion" + ], + [ + "ree", + "k" + ], + [ + "re", + "ek" + ], + [ + "▁dall", + "a" + ], + [ + "▁dal", + "la" + ], + [ + "▁da", + "lla" + ], + [ + "▁d", + "alla" + ], + [ + "▁Ger", + "m" + ], + [ + "▁Ge", + "rm" + ], + [ + "▁G", + "erm" + ], + [ + "ota", + "l" + ], + [ + "ot", + "al" + ], + [ + "o", + "tal" + ], + [ + "ate", + "ur" + ], + [ + "at", + "eur" + ], + [ + "bt", + "n" + ], + [ + "b", + "tn" + ], + [ + "▁think", + "ing" + ], + [ + "▁thin", + "king" + ], + [ + "▁th", + "inking" + ], + [ + "▁inter", + "val" + ], + [ + "▁", + "interval" + ], + [ + "onn", + "e" + ], + [ + "on", + "ne" + ], + [ + "▁li", + "v" + ], + [ + "▁l", + "iv" + ], + [ + "▁", + "liv" + ], + [ + "()", + ":" + ], + [ + "(", + "):" + ], + [ + "▁В", + "е" + ], + [ + "o", + "e" + ], + [ + "▁E", + "v" + ], + [ + "met", + "a" + ], + [ + "me", + "ta" + ], + [ + "m", + "eta" + ], + [ + "▁bro", + "ad" + ], + [ + "▁b", + "road" + ], + [ + "Re", + "m" + ], + [ + "R", + "em" + ], + [ + "app", + "ly" + ], + [ + "ap", + "ply" + ], + [ + "a", + "pply" + ], + [ + "▁coup", + "le" + ], + [ + "▁cou", + "ple" + ], + [ + "▁techn", + "i" + ], + [ + "▁te", + "chni" + ], + [ + "idade", + "s" + ], + [ + "idad", + "es" + ], + [ + "ida", + "des" + ], + [ + "id", + "ades" + ], + [ + "▁go", + "al" + ], + [ + "▁", + "goal" + ], + [ + "▁C", + "D" + ], + [ + "▁", + "CD" + ], + [ + "ha", + "b" + ], + [ + "h", + "ab" + ], + [ + "▁expla", + "n" + ], + [ + "▁expl", + "an" + ], + [ + "▁exp", + "lan" + ], + [ + "▁ex", + "plan" + ], + [ + "anne", + "r" + ], + [ + "ann", + "er" + ], + [ + "an", + "ner" + ], + [ + "▁B", + "ecause" + ], + [ + "blo", + "g" + ], + [ + "bl", + "og" + ], + [ + "b", + "log" + ], + [ + "include", + "graphics" + ], + [ + "▁vo", + "ice" + ], + [ + "▁", + "voice" + ], + [ + "▁Ma", + "p" + ], + [ + "▁M", + "ap" + ], + [ + "▁", + "Map" + ], + [ + "vent", + "ion" + ], + [ + "ven", + "tion" + ], + [ + "v", + "ention" + ], + [ + "S", + "ession" + ], + [ + "▁Lie", + "ns" + ], + [ + "▁Li", + "ens" + ], + [ + "▁L", + "iens" + ], + [ + "▁so", + "r" + ], + [ + "▁s", + "or" + ], + [ + "c", + "ategory" + ], + [ + "ash", + "ington" + ], + [ + "▁Mär", + "z" + ], + [ + "po", + "p" + ], + [ + "p", + "op" + ], + [ + "ille", + "t" + ], + [ + "ill", + "et" + ], + [ + "il", + "let" + ], + [ + "▁zwe", + "i" + ], + [ + "▁zw", + "ei" + ], + [ + "▁z", + "wei" + ], + [ + "▁Li", + "e" + ], + [ + "▁L", + "ie" + ], + [ + "N", + "ull" + ], + [ + "addr", + "ess" + ], + [ + "add", + "ress" + ], + [ + "▁fact", + "or" + ], + [ + "▁fac", + "tor" + ], + [ + "▁fa", + "ctor" + ], + [ + "▁f", + "actor" + ], + [ + "▁", + "factor" + ], + [ + "▁lig", + "ne" + ], + [ + "▁l", + "igne" + ], + [ + "▁HT", + "TP" + ], + [ + "▁", + "HTTP" + ], + [ + "▁su", + "f" + ], + [ + "▁s", + "uf" + ], + [ + "▁persona", + "l" + ], + [ + "▁person", + "al" + ], + [ + "▁pers", + "onal" + ], + [ + "ci", + "p" + ], + [ + "c", + "ip" + ], + [ + "▁Da", + "r" + ], + [ + "▁D", + "ar" + ], + [ + "▁ad", + "m" + ], + [ + "▁a", + "dm" + ], + [ + "ко", + "й" + ], + [ + "▁Ex", + "t" + ], + [ + "▁E", + "xt" + ], + [ + "▁", + "Ext" + ], + [ + "▁go", + "d" + ], + [ + "▁g", + "od" + ], + [ + "▁", + "god" + ], + [ + "a", + "a" + ], + [ + "R", + "ight" + ], + [ + "ét", + "é" + ], + [ + "é", + "té" + ], + [ + "▁dynam", + "ic" + ], + [ + "▁d", + "ynamic" + ], + [ + "▁", + "dynamic" + ], + [ + "▁main", + "tain" + ], + [ + "to", + "r" + ], + [ + "t", + "or" + ], + [ + "####", + "####" + ], + [ + "▁Fr", + "a" + ], + [ + "▁F", + "ra" + ], + [ + "▁cho", + "ice" + ], + [ + "▁", + "choice" + ], + [ + "▁ст", + "о" + ], + [ + "▁с", + "то" + ], + [ + "▁", + "сто" + ], + [ + "С", + "Р" + ], + [ + "▁Fed", + "er" + ], + [ + "▁Fe", + "der" + ], + [ + "▁F", + "eder" + ], + [ + "sto", + "n" + ], + [ + "st", + "on" + ], + [ + "s", + "ton" + ], + [ + "▁fla", + "g" + ], + [ + "▁fl", + "ag" + ], + [ + "▁f", + "lag" + ], + [ + "▁", + "flag" + ], + [ + "ki", + "t" + ], + [ + "k", + "it" + ], + [ + "Mod", + "ule" + ], + [ + "▁сп", + "о" + ], + [ + "▁с", + "по" + ], + [ + "▁", + "спо" + ], + [ + "▁Str", + "a" + ], + [ + "▁St", + "ra" + ], + [ + "▁S", + "tra" + ], + [ + "ick", + "s" + ], + [ + "ic", + "ks" + ], + [ + "i", + "cks" + ], + [ + "▁have", + "n" + ], + [ + "▁hav", + "en" + ], + [ + "▁ha", + "ven" + ], + [ + "▁h", + "aven" + ], + [ + "▁Mas", + "s" + ], + [ + "▁Ma", + "ss" + ], + [ + "▁M", + "ass" + ], + [ + "▁Em", + "p" + ], + [ + "▁E", + "mp" + ], + [ + "▁", + "Emp" + ], + [ + "▁P", + "i" + ], + [ + "▁", + "Pi" + ], + [ + "▁Pe", + "n" + ], + [ + "▁P", + "en" + ], + [ + "Rec", + "t" + ], + [ + "Re", + "ct" + ], + [ + "R", + "ect" + ], + [ + "▁K", + "r" + ], + [ + "ita", + "t" + ], + [ + "it", + "at" + ], + [ + "i", + "tat" + ], + [ + "ele", + "r" + ], + [ + "el", + "er" + ], + [ + "e", + "ler" + ], + [ + "я", + "бря" + ], + [ + "ite", + "t" + ], + [ + "it", + "et" + ], + [ + "▁Star", + "t" + ], + [ + "▁Sta", + "rt" + ], + [ + "▁St", + "art" + ], + [ + "▁", + "Start" + ], + [ + "▁produce", + "d" + ], + [ + "▁produ", + "ced" + ], + [ + "▁по", + "л" + ], + [ + "▁", + "пол" + ], + [ + "(", + "_" + ], + [ + "▁del", + "et" + ], + [ + "▁de", + "let" + ], + [ + "▁ho", + "t" + ], + [ + "▁h", + "ot" + ], + [ + "▁", + "hot" + ], + [ + "▁Gesch", + "ichte" + ], + [ + "~", + "~" + ], + [ + "▁month", + "s" + ], + [ + "▁mont", + "hs" + ], + [ + "▁to", + "d" + ], + [ + "▁t", + "od" + ], + [ + "▁", + "tod" + ], + [ + "▁н", + "и" + ], + [ + "▁", + "ни" + ], + [ + "ú", + "s" + ], + [ + "tem", + "p" + ], + [ + "te", + "mp" + ], + [ + "t", + "emp" + ], + [ + "▁De", + "z" + ], + [ + "▁D", + "ez" + ], + [ + "ype", + "s" + ], + [ + "yp", + "es" + ], + [ + "y", + "pes" + ], + [ + "▁cu", + "i" + ], + [ + "▁c", + "ui" + ], + [ + "omm", + "un" + ], + [ + "om", + "mun" + ], + [ + "action", + "s" + ], + [ + "act", + "ions" + ], + [ + "a", + "ctions" + ], + [ + "▁eig", + "en" + ], + [ + "▁e", + "igen" + ], + [ + "▁immediate", + "ly" + ], + [ + "▁immedi", + "ately" + ], + [ + "P", + "L" + ], + [ + "▁Г", + "о" + ], + [ + "▁Ba", + "l" + ], + [ + "▁B", + "al" + ], + [ + "▁", + "Bal" + ], + [ + "љ", + "е" + ], + [ + "ulu", + "i" + ], + [ + "ul", + "ui" + ], + [ + "▁on", + "line" + ], + [ + "▁", + "online" + ], + [ + "▁año", + "s" + ], + [ + "▁añ", + "os" + ], + [ + "▁a", + "ños" + ], + [ + "▁names", + "pace" + ], + [ + "▁name", + "space" + ], + [ + "▁", + "namespace" + ], + [ + "▁mon", + "d" + ], + [ + "▁mo", + "nd" + ], + [ + "▁m", + "ond" + ], + [ + "▁", + "mond" + ], + [ + "▁Bas", + "e" + ], + [ + "▁Ba", + "se" + ], + [ + "▁B", + "ase" + ], + [ + "▁", + "Base" + ], + [ + "▁Canad", + "a" + ], + [ + "▁Can", + "ada" + ], + [ + "etz", + "t" + ], + [ + "et", + "zt" + ], + [ + "}", + "-" + ], + [ + "▁def", + "in" + ], + [ + "▁de", + "fin" + ], + [ + "▁", + "defin" + ], + [ + "▁doub", + "t" + ], + [ + "▁dou", + "bt" + ], + [ + "▁invest", + "ig" + ], + [ + "▁inv", + "estig" + ], + [ + "view", + "s" + ], + [ + "vie", + "ws" + ], + [ + "▁Lin", + "e" + ], + [ + "▁Li", + "ne" + ], + [ + "▁L", + "ine" + ], + [ + "▁", + "Line" + ], + [ + "▁stag", + "e" + ], + [ + "▁sta", + "ge" + ], + [ + "▁st", + "age" + ], + [ + "▁", + "stage" + ], + [ + "ett", + "ings" + ], + [ + "ub", + "re" + ], + [ + "u", + "bre" + ], + [ + "f", + "loat" + ], + [ + "▁Pla", + "y" + ], + [ + "▁Pl", + "ay" + ], + [ + "▁P", + "lay" + ], + [ + "▁", + "Play" + ], + [ + "▁La", + "s" + ], + [ + "▁L", + "as" + ], + [ + "pt", + "r" + ], + [ + "p", + "tr" + ], + [ + "▁become", + "s" + ], + [ + "▁becom", + "es" + ], + [ + "▁be", + "comes" + ], + [ + "esta", + "mp" + ], + [ + "est", + "amp" + ], + [ + "▁independ", + "ent" + ], + [ + "▁indep", + "endent" + ], + [ + "▁in", + "dependent" + ], + [ + "▁anal", + "ysis" + ], + [ + "▁", + "analysis" + ], + [ + "▁Lo", + "ok" + ], + [ + "▁L", + "ook" + ], + [ + "▁", + "Look" + ], + [ + "la", + "in" + ], + [ + "l", + "ain" + ], + [ + "▁ра", + "с" + ], + [ + "Re", + "ference" + ], + [ + "▁sor", + "ry" + ], + [ + "▁s", + "orry" + ], + [ + "▁suppose", + "d" + ], + [ + "▁supp", + "osed" + ], + [ + "▁sup", + "posed" + ], + [ + "û", + "t" + ], + [ + "▁deg", + "ree" + ], + [ + "ut", + "z" + ], + [ + "u", + "tz" + ], + [ + "M", + "M" + ], + [ + "▁desire", + "d" + ], + [ + "▁des", + "ired" + ], + [ + "ł", + "y" + ], + [ + "▁le", + "n" + ], + [ + "▁l", + "en" + ], + [ + "▁", + "len" + ], + [ + "▁al", + "one" + ], + [ + "▁", + "alone" + ], + [ + "sign", + "ed" + ], + [ + "sig", + "ned" + ], + [ + "s", + "igned" + ], + [ + "▁St", + "a" + ], + [ + "▁S", + "ta" + ], + [ + "Pers", + "on" + ], + [ + "Per", + "son" + ], + [ + "P", + "erson" + ], + [ + "▁app", + "lied" + ], + [ + "▁Bac", + "k" + ], + [ + "▁Ba", + "ck" + ], + [ + "▁B", + "ack" + ], + [ + "▁", + "Back" + ], + [ + "▁mar", + "s" + ], + [ + "▁ma", + "rs" + ], + [ + "▁m", + "ars" + ], + [ + "Par", + "t" + ], + [ + "Pa", + "rt" + ], + [ + "P", + "art" + ], + [ + "▁Di", + "d" + ], + [ + "▁D", + "id" + ], + [ + "▁", + "Did" + ], + [ + "▁externe", + "s" + ], + [ + "▁extern", + "es" + ], + [ + "▁n", + "p" + ], + [ + "▁", + "np" + ], + [ + "ong", + "o" + ], + [ + "on", + "go" + ], + [ + "▁est", + "a" + ], + [ + "▁es", + "ta" + ], + [ + "▁e", + "sta" + ], + [ + "▁", + "esta" + ], + [ + "Bl", + "ock" + ], + [ + "B", + "lock" + ], + [ + "▁po", + "u" + ], + [ + "▁p", + "ou" + ], + [ + "ador", + "es" + ], + [ + "ado", + "res" + ], + [ + "ad", + "ores" + ], + [ + "▁Stud", + "io" + ], + [ + "▁St", + "udio" + ], + [ + "▁", + "Studio" + ], + [ + ".", + "$" + ], + [ + "▁reach", + "ed" + ], + [ + "▁re", + "ached" + ], + [ + "bo", + "t" + ], + [ + "b", + "ot" + ], + [ + "▁Jun", + "i" + ], + [ + "▁Ju", + "ni" + ], + [ + "▁J", + "uni" + ], + [ + "ton", + "s" + ], + [ + "to", + "ns" + ], + [ + "t", + "ons" + ], + [ + "ite", + "l" + ], + [ + "it", + "el" + ], + [ + "i", + "tel" + ], + [ + "▁Ga", + "r" + ], + [ + "▁G", + "ar" + ], + [ + "▁article", + "s" + ], + [ + "▁art", + "icles" + ], + [ + "▁", + "articles" + ], + [ + "▁Dist", + "rict" + ], + [ + "▁D", + "istrict" + ], + [ + "▁trou", + "ble" + ], + [ + "▁tr", + "ouble" + ], + [ + "li", + "de" + ], + [ + "l", + "ide" + ], + [ + "▁Fou", + "nd" + ], + [ + "▁Fo", + "und" + ], + [ + "▁F", + "ound" + ], + [ + "▁", + "Found" + ], + [ + "á", + "d" + ], + [ + "▁equ", + "ip" + ], + [ + "▁e", + "quip" + ], + [ + "▁intern", + "al" + ], + [ + "▁inter", + "nal" + ], + [ + "▁int", + "ernal" + ], + [ + "▁in", + "ternal" + ], + [ + "▁", + "internal" + ], + [ + "']", + "," + ], + [ + "'", + "]," + ], + [ + "▁as", + "ync" + ], + [ + "▁a", + "sync" + ], + [ + "▁", + "async" + ], + [ + "U", + "B" + ], + [ + "ge", + "l" + ], + [ + "g", + "el" + ], + [ + "▁a", + "i" + ], + [ + "▁", + "ai" + ], + [ + "ens", + "ure" + ], + [ + "▁appear", + "ed" + ], + [ + "▁appe", + "ared" + ], + [ + "▁app", + "eared" + ], + [ + "▁$", + "_" + ], + [ + "▁", + "$_" + ], + [ + "▁maxim", + "um" + ], + [ + "▁max", + "imum" + ], + [ + "▁С", + "и" + ], + [ + "р", + "ь" + ], + [ + "▁anno", + "un" + ], + [ + "▁ann", + "oun" + ], + [ + "ла", + "сь" + ], + [ + "▁c", + "m" + ], + [ + "▁", + "cm" + ], + [ + "га", + "н" + ], + [ + "г", + "ан" + ], + [ + "au", + "pt" + ], + [ + "a", + "upt" + ], + [ + "▁lat", + "ter" + ], + [ + "▁l", + "atter" + ], + [ + "▁plat", + "form" + ], + [ + "▁pl", + "atform" + ], + [ + "▁", + "platform" + ], + [ + "▁dr", + "a" + ], + [ + "▁d", + "ra" + ], + [ + "▁", + "dra" + ], + [ + "▁capit", + "al" + ], + [ + "▁cap", + "ital" + ], + [ + "▁solve", + "d" + ], + [ + "▁sol", + "ved" + ], + [ + "ri", + "z" + ], + [ + "r", + "iz" + ], + [ + "edi", + "c" + ], + [ + "ed", + "ic" + ], + [ + "e", + "dic" + ], + [ + "▁Mu", + "r" + ], + [ + "▁M", + "ur" + ], + [ + "▁To", + "p" + ], + [ + "▁T", + "op" + ], + [ + "▁", + "Top" + ], + [ + "т", + "ся" + ], + [ + "Pane", + "l" + ], + [ + "Pan", + "el" + ], + [ + "Pa", + "nel" + ], + [ + "P", + "anel" + ], + [ + "ru", + "le" + ], + [ + "r", + "ule" + ], + [ + "eti", + "c" + ], + [ + "et", + "ic" + ], + [ + "▁Re", + "n" + ], + [ + "▁R", + "en" + ], + [ + "▁Wik", + "imedia" + ], + [ + "▁", + "Wikimedia" + ], + [ + "▁T", + "O" + ], + [ + "▁", + "TO" + ], + [ + "sec", + "ond" + ], + [ + "se", + "cond" + ], + [ + "is", + "l" + ], + [ + "i", + "sl" + ], + [ + "▁h", + "y" + ], + [ + "▁", + "hy" + ], + [ + "▁nie", + "t" + ], + [ + "▁ni", + "et" + ], + [ + "▁n", + "iet" + ], + [ + "▁load", + "ed" + ], + [ + "▁lo", + "aded" + ], + [ + "▁", + "loaded" + ], + [ + "di", + "g" + ], + [ + "d", + "ig" + ], + [ + "▁may", + "o" + ], + [ + "▁ma", + "yo" + ], + [ + "[", + ":" + ], + [ + "Ac", + "c" + ], + [ + "A", + "cc" + ], + [ + "▁be", + "k" + ], + [ + "▁b", + "ek" + ], + [ + "▁", + "bek" + ], + [ + "ни", + "ю" + ], + [ + "log", + "in" + ], + [ + "lo", + "gin" + ], + [ + "t", + "x" + ], + [ + "▁Fu", + "r" + ], + [ + "▁F", + "ur" + ], + [ + "▁Sant", + "a" + ], + [ + "▁San", + "ta" + ], + [ + "▁S", + "anta" + ], + [ + "az", + "z" + ], + [ + "a", + "zz" + ], + [ + "▁condu", + "ct" + ], + [ + "▁cond", + "uct" + ], + [ + "▁con", + "duct" + ], + [ + "▁Ind", + "ia" + ], + [ + "▁In", + "dia" + ], + [ + "Ord", + "er" + ], + [ + "Or", + "der" + ], + [ + "irt", + "h" + ], + [ + "ir", + "th" + ], + [ + "t", + "w" + ], + [ + "}", + "+" + ], + [ + "▁wie", + "der" + ], + [ + "▁w", + "ieder" + ], + [ + "▁Ed", + "u" + ], + [ + "▁E", + "du" + ], + [ + "A", + "V" + ], + [ + "▁``", + "`" + ], + [ + "▁`", + "``" + ], + [ + "▁", + "```" + ], + [ + "▁manual", + "ly" + ], + [ + "▁man", + "ually" + ], + [ + "▁Re", + "ad" + ], + [ + "▁R", + "ead" + ], + [ + "▁", + "Read" + ], + [ + "fortun", + "ately" + ], + [ + "▁Ru", + "n" + ], + [ + "▁R", + "un" + ], + [ + "▁", + "Run" + ], + [ + "▁Aw", + "ard" + ], + [ + "▁A", + "ward" + ], + [ + "▁Foo", + "t" + ], + [ + "▁Fo", + "ot" + ], + [ + "▁F", + "oot" + ], + [ + "▁", + "Foot" + ], + [ + "*", + ")" + ], + [ + "param", + "s" + ], + [ + "para", + "ms" + ], + [ + "par", + "ams" + ], + [ + "pa", + "rams" + ], + [ + "п", + "і" + ], + [ + "▁nat", + "ive" + ], + [ + "▁n", + "ative" + ], + [ + "▁", + "native" + ], + [ + "rif", + "t" + ], + [ + "ri", + "ft" + ], + [ + "r", + "ift" + ], + [ + "▁", + "ä" + ], + [ + "AT", + "H" + ], + [ + "A", + "TH" + ], + [ + "▁yours", + "elf" + ], + [ + "▁your", + "self" + ], + [ + "▁pri", + "or" + ], + [ + "▁pr", + "ior" + ], + [ + "▁p", + "rior" + ], + [ + "▁ci", + "t" + ], + [ + "▁c", + "it" + ], + [ + "▁", + "cit" + ], + [ + "ä", + "h" + ], + [ + "▁tre", + "at" + ], + [ + "▁me", + "as" + ], + [ + "ribute", + "d" + ], + [ + "ribu", + "ted" + ], + [ + "rib", + "uted" + ], + [ + "▁cla", + "r" + ], + [ + "▁cl", + "ar" + ], + [ + "▁c", + "lar" + ], + [ + "▁", + "clar" + ], + [ + "car", + "d" + ], + [ + "ca", + "rd" + ], + [ + "c", + "ard" + ], + [ + "RO", + "R" + ], + [ + "R", + "OR" + ], + [ + "ille", + "s" + ], + [ + "ill", + "es" + ], + [ + "il", + "les" + ], + [ + "i", + "lles" + ], + [ + "▁lay", + "er" + ], + [ + "▁la", + "yer" + ], + [ + "▁l", + "ayer" + ], + [ + "▁", + "layer" + ], + [ + "au", + "er" + ], + [ + "a", + "uer" + ], + [ + "▁ra", + "t" + ], + [ + "▁r", + "at" + ], + [ + "▁", + "rat" + ], + [ + "bern", + "ate" + ], + [ + "▁stat", + "o" + ], + [ + "▁sta", + "to" + ], + [ + "▁st", + "ato" + ], + [ + "▁Chi", + "na" + ], + [ + "▁Ch", + "ina" + ], + [ + "▁$('", + "#" + ], + [ + "▁$", + "('#" + ], + [ + "▁na", + "ar" + ], + [ + "▁n", + "aar" + ], + [ + "zi", + "p" + ], + [ + "z", + "ip" + ], + [ + "▁${", + "\\" + ], + [ + "▁$", + "{\\" + ], + [ + "▁appreciate", + "d" + ], + [ + "▁appreci", + "ated" + ], + [ + "▁им", + "е" + ], + [ + "▁и", + "ме" + ], + [ + "ż", + "y" + ], + [ + "▁prze", + "z" + ], + [ + "▁prz", + "ez" + ], + [ + "▁India", + "n" + ], + [ + "▁Ind", + "ian" + ], + [ + "▁To", + "d" + ], + [ + "▁T", + "od" + ], + [ + "▁S", + "ource" + ], + [ + "▁", + "Source" + ], + [ + "▁дру", + "ги" + ], + [ + "intern", + "al" + ], + [ + "inter", + "nal" + ], + [ + "int", + "ernal" + ], + [ + "in", + "ternal" + ], + [ + "ional", + "e" + ], + [ + "iona", + "le" + ], + [ + "ion", + "ale" + ], + [ + "Produ", + "ct" + ], + [ + "Pro", + "duct" + ], + [ + "▁Me", + "n" + ], + [ + "▁M", + "en" + ], + [ + "▁", + "Men" + ], + [ + "▁upp", + "er" + ], + [ + "▁up", + "per" + ], + [ + "▁u", + "pper" + ], + [ + "▁", + "upper" + ], + [ + "▁Ever", + "y" + ], + [ + "▁Ev", + "ery" + ], + [ + "▁E", + "very" + ], + [ + "▁", + "Every" + ], + [ + "},", + "\\" + ], + [ + "}", + ",\\" + ], + [ + "▁print", + "f" + ], + [ + "▁prin", + "tf" + ], + [ + "▁", + "printf" + ], + [ + "▁continue", + "d" + ], + [ + "▁continu", + "ed" + ], + [ + "▁contin", + "ued" + ], + [ + "▁node", + "s" + ], + [ + "▁nod", + "es" + ], + [ + "▁no", + "des" + ], + [ + "▁n", + "odes" + ], + [ + "▁", + "nodes" + ], + [ + "л", + "ки" + ], + [ + "▁nic", + "e" + ], + [ + "▁ni", + "ce" + ], + [ + "▁n", + "ice" + ], + [ + "▁", + "nice" + ], + [ + "module", + "s" + ], + [ + "mod", + "ules" + ], + [ + "ei", + "gn" + ], + [ + "e", + "ign" + ], + [ + "▁Me", + "x" + ], + [ + "▁M", + "ex" + ], + [ + "▁Acc", + "ording" + ], + [ + "▁und", + "efined" + ], + [ + "▁un", + "defined" + ], + [ + "▁", + "undefined" + ], + [ + "▁bin", + "ary" + ], + [ + "▁b", + "inary" + ], + [ + "▁", + "binary" + ], + [ + "cu", + "t" + ], + [ + "c", + "ut" + ], + [ + "Cur", + "rent" + ], + [ + "C", + "urrent" + ], + [ + "ed", + "y" + ], + [ + "e", + "dy" + ], + [ + "}}", + "{" + ], + [ + "}", + "}{" + ], + [ + "ble", + "s" + ], + [ + "bl", + "es" + ], + [ + "b", + "les" + ], + [ + "▁во", + "й" + ], + [ + "▁", + "вой" + ], + [ + "scr", + "i" + ], + [ + "sc", + "ri" + ], + [ + "s", + "cri" + ], + [ + "eq", + "n" + ], + [ + "Change", + "d" + ], + [ + "Ch", + "anged" + ], + [ + "▁kö", + "z" + ], + [ + "▁rem", + "ote" + ], + [ + "▁", + "remote" + ], + [ + "в", + "ля" + ], + [ + "▁que", + "l" + ], + [ + "▁qu", + "el" + ], + [ + "▁q", + "uel" + ], + [ + "▁", + "quel" + ], + [ + "▁ali", + "gn" + ], + [ + "▁al", + "ign" + ], + [ + "▁", + "align" + ], + [ + "▁па", + "р" + ], + [ + "▁п", + "ар" + ], + [ + "▁", + "пар" + ], + [ + "S", + "V" + ], + [ + "ye", + "r" + ], + [ + "y", + "er" + ], + [ + "▁Cal", + "iforn" + ], + [ + "▁place", + "s" + ], + [ + "▁pla", + "ces" + ], + [ + "▁pl", + "aces" + ], + [ + "▁p", + "laces" + ], + [ + "▁prima", + "ry" + ], + [ + "▁prim", + "ary" + ], + [ + "▁pri", + "mary" + ], + [ + "▁", + "primary" + ], + [ + "▁con", + "v" + ], + [ + "▁", + "conv" + ], + [ + "▁Jul", + "i" + ], + [ + "▁Ju", + "li" + ], + [ + "▁J", + "uli" + ], + [ + "▁vis", + "ual" + ], + [ + "▁", + "visual" + ], + [ + "▁Sele", + "ct" + ], + [ + "▁Sel", + "ect" + ], + [ + "▁Se", + "lect" + ], + [ + "▁S", + "elect" + ], + [ + "▁", + "Select" + ], + [ + "ator", + "y" + ], + [ + "ato", + "ry" + ], + [ + "at", + "ory" + ], + [ + "=", + "(" + ], + [ + "ise", + "r" + ], + [ + "is", + "er" + ], + [ + "i", + "ser" + ], + [ + "▁inten", + "t" + ], + [ + "▁inte", + "nt" + ], + [ + "▁int", + "ent" + ], + [ + "▁", + "intent" + ], + [ + "su", + "r" + ], + [ + "s", + "ur" + ], + [ + "cont", + "ainer" + ], + [ + "ice", + "d" + ], + [ + "ic", + "ed" + ], + [ + "i", + "ced" + ], + [ + "▁bo", + "ard" + ], + [ + "▁", + "board" + ], + [ + "ast", + "r" + ], + [ + "as", + "tr" + ], + [ + "a", + "str" + ], + [ + "omi", + "al" + ], + [ + "om", + "ial" + ], + [ + "ве", + "т" + ], + [ + "в", + "ет" + ], + [ + "з", + "ва" + ], + [ + "▁cr", + "u" + ], + [ + "▁c", + "ru" + ], + [ + "▁Ok", + "tober" + ], + [ + "sa", + "ve" + ], + [ + "s", + "ave" + ], + [ + "▁great", + "er" + ], + [ + "▁gre", + "ater" + ], + [ + "▁in", + "n" + ], + [ + "▁i", + "nn" + ], + [ + "▁", + "inn" + ], + [ + "▁p", + "icture" + ], + [ + "▁", + "picture" + ], + [ + "▁Т", + "о" + ], + [ + "▁obtain", + "ed" + ], + [ + "▁obt", + "ained" + ], + [ + "Wik", + "imedia" + ], + [ + "ú", + "blic" + ], + [ + "▁lo", + "rs" + ], + [ + "▁l", + "ors" + ], + [ + "▁mon", + "t" + ], + [ + "▁mo", + "nt" + ], + [ + "▁m", + "ont" + ], + [ + "▁", + "mont" + ], + [ + "ob", + "re" + ], + [ + "o", + "bre" + ], + [ + "▁civ", + "il" + ], + [ + "▁ci", + "vil" + ], + [ + "▁c", + "ivil" + ], + [ + "▁construct", + "ion" + ], + [ + "▁constru", + "ction" + ], + [ + "▁const", + "ruction" + ], + [ + "▁Wel", + "t" + ], + [ + "▁We", + "lt" + ], + [ + "▁W", + "elt" + ], + [ + "▁Und", + "er" + ], + [ + "▁Un", + "der" + ], + [ + "▁U", + "nder" + ], + [ + "▁", + "Under" + ], + [ + "under", + "t" + ], + [ + "unde", + "rt" + ], + [ + "und", + "ert" + ], + [ + "▁ed", + "ge" + ], + [ + "▁", + "edge" + ], + [ + "▁List", + "e" + ], + [ + "▁Lis", + "te" + ], + [ + "▁Li", + "ste" + ], + [ + "▁L", + "iste" + ], + [ + "cs", + "v" + ], + [ + "c", + "sv" + ], + [ + "▁exper", + "iment" + ], + [ + "▁ex", + "periment" + ], + [ + "local", + "host" + ], + [ + "▁Ed", + "it" + ], + [ + "▁E", + "dit" + ], + [ + "▁", + "Edit" + ], + [ + "gre", + "g" + ], + [ + "gr", + "eg" + ], + [ + "g", + "reg" + ], + [ + "ov", + "á" + ], + [ + "o", + "vá" + ], + [ + "љ", + "а" + ], + [ + "ms", + "g" + ], + [ + "m", + "sg" + ], + [ + "▁Gree", + "n" + ], + [ + "▁Gre", + "en" + ], + [ + "▁Gr", + "een" + ], + [ + "▁G", + "reen" + ], + [ + "▁", + "Green" + ], + [ + "Di", + "alog" + ], + [ + "D", + "ialog" + ], + [ + "Id", + "ent" + ], + [ + "I", + "dent" + ], + [ + "▁J", + "S" + ], + [ + "▁", + "JS" + ], + [ + "^{", + "(" + ], + [ + "^", + "{(" + ], + [ + "▁slä", + "ktet" + ], + [ + "___", + "_" + ], + [ + "__", + "__" + ], + [ + "_", + "___" + ], + [ + "Pro", + "ject" + ], + [ + "▁bes", + "kre" + ], + [ + "▁be", + "r" + ], + [ + "▁b", + "er" + ], + [ + "▁", + "ber" + ], + [ + "▁would", + "n" + ], + [ + "▁re", + "act" + ], + [ + "▁", + "react" + ], + [ + "He", + "l" + ], + [ + "H", + "el" + ], + [ + "z", + "w" + ], + [ + "▁W", + "ashington" + ], + [ + "ori", + "e" + ], + [ + "or", + "ie" + ], + [ + "o", + "rie" + ], + [ + "ta", + "sk" + ], + [ + "t", + "ask" + ], + [ + "▁categor", + "y" + ], + [ + "▁categ", + "ory" + ], + [ + "▁c", + "ategory" + ], + [ + "▁", + "category" + ], + [ + "▁art", + "ist" + ], + [ + "ann", + "o" + ], + [ + "an", + "no" + ], + [ + "▁o", + "ok" + ], + [ + "▁", + "ook" + ], + [ + "amm", + "en" + ], + [ + "am", + "men" + ], + [ + "▁Min", + "ister" + ], + [ + "▁decla", + "r" + ], + [ + "▁decl", + "ar" + ], + [ + "▁dec", + "lar" + ], + [ + "▁de", + "clar" + ], + [ + "▁Ke", + "y" + ], + [ + "▁K", + "ey" + ], + [ + "▁", + "Key" + ], + [ + ",", + "." + ], + [ + "▁mac", + "h" + ], + [ + "▁ma", + "ch" + ], + [ + "▁m", + "ach" + ], + [ + "▁w", + "w" + ], + [ + "▁", + "ww" + ], + [ + "ise", + "n" + ], + [ + "is", + "en" + ], + [ + "i", + "sen" + ], + [ + "Fr", + "an" + ], + [ + "F", + "ran" + ], + [ + "▁Рос", + "си" + ], + [ + "▁Ро", + "сси" + ], + [ + "бо", + "р" + ], + [ + "б", + "ор" + ], + [ + "т", + "ри" + ], + [ + "▁ro", + "ck" + ], + [ + "▁r", + "ock" + ], + [ + "▁", + "rock" + ], + [ + "qui", + "s" + ], + [ + "qu", + "is" + ], + [ + "q", + "uis" + ], + [ + "mo", + "s" + ], + [ + "m", + "os" + ], + [ + "пер", + "а" + ], + [ + "пе", + "ра" + ], + [ + "п", + "ера" + ], + [ + "▁est", + "erni" + ], + [ + "▁gol", + "d" + ], + [ + "▁go", + "ld" + ], + [ + "▁g", + "old" + ], + [ + "Window", + "s" + ], + [ + "W", + "indows" + ], + [ + "%", + "%" + ], + [ + "▁parti", + "al" + ], + [ + "▁part", + "ial" + ], + [ + "▁", + "partial" + ], + [ + "▁we", + "ight" + ], + [ + "▁", + "weight" + ], + [ + "▁sp", + "r" + ], + [ + "▁s", + "pr" + ], + [ + "▁", + "spr" + ], + [ + "})", + "." + ], + [ + "}", + ")." + ], + [ + "▁fran", + "çais" + ], + [ + "fu", + "n" + ], + [ + "f", + "un" + ], + [ + "▁thou", + "s" + ], + [ + "▁th", + "ous" + ], + [ + "hold", + "er" + ], + [ + "hol", + "der" + ], + [ + "ho", + "lder" + ], + [ + "h", + "older" + ], + [ + "▁go", + "ne" + ], + [ + "▁g", + "one" + ], + [ + "▁", + "Č" + ], + [ + "▁ren", + "d" + ], + [ + "▁re", + "nd" + ], + [ + "▁r", + "end" + ], + [ + "▁", + "rend" + ], + [ + "D", + "A" + ], + [ + "▁answer", + "ed" + ], + [ + "▁Fal", + "se" + ], + [ + "▁F", + "alse" + ], + [ + "▁", + "False" + ], + [ + "B", + "uffer" + ], + [ + "▁da", + "ugh" + ], + [ + "▁d", + "augh" + ], + [ + ".-", + "-" + ], + [ + ".", + "--" + ], + [ + "▁Sho", + "w" + ], + [ + "▁Sh", + "ow" + ], + [ + "▁S", + "how" + ], + [ + "▁", + "Show" + ], + [ + "▁rec", + "t" + ], + [ + "▁re", + "ct" + ], + [ + "▁r", + "ect" + ], + [ + "▁", + "rect" + ], + [ + "▁Kr", + "e" + ], + [ + "▁K", + "re" + ], + [ + "d", + "r" + ], + [ + "oso", + "ph" + ], + [ + "os", + "oph" + ], + [ + "▁y", + "ield" + ], + [ + "uri", + "ty" + ], + [ + "ur", + "ity" + ], + [ + "to", + "String" + ], + [ + "ava", + "l" + ], + [ + "av", + "al" + ], + [ + "a", + "val" + ], + [ + "Po", + "l" + ], + [ + "P", + "ol" + ], + [ + "▁loc", + "k" + ], + [ + "▁lo", + "ck" + ], + [ + "▁l", + "ock" + ], + [ + "▁", + "lock" + ], + [ + "imat", + "ion" + ], + [ + "ima", + "tion" + ], + [ + "im", + "ation" + ], + [ + "anti", + "c" + ], + [ + "ant", + "ic" + ], + [ + "Loc", + "al" + ], + [ + "Lo", + "cal" + ], + [ + "L", + "ocal" + ], + [ + "▁beskre", + "vs" + ], + [ + "ité", + "s" + ], + [ + "it", + "és" + ], + [ + "gr", + "id" + ], + [ + "g", + "rid" + ], + [ + "у", + "т" + ], + [ + "▁_", + "{" + ], + [ + "▁", + "_{" + ], + [ + "с", + "і" + ], + [ + "FI", + "LE" + ], + [ + "▁к", + "м" + ], + [ + "▁spe", + "ak" + ], + [ + "sum", + "mary" + ], + [ + "pro", + "p" + ], + [ + "pr", + "op" + ], + [ + "p", + "rop" + ], + [ + "java", + "script" + ], + [ + "j", + "avascript" + ], + [ + "z", + "k" + ], + [ + "izont", + "al" + ], + [ + "izon", + "tal" + ], + [ + "▁tro", + "is" + ], + [ + "▁tr", + "ois" + ], + [ + "▁Ro", + "d" + ], + [ + "▁R", + "od" + ], + [ + "pr", + "ise" + ], + [ + "ров", + "о" + ], + [ + "ро", + "во" + ], + [ + "р", + "ово" + ], + [ + "▁od", + "d" + ], + [ + "▁o", + "dd" + ], + [ + "▁", + "odd" + ], + [ + "▁ges", + "t" + ], + [ + "▁ge", + "st" + ], + [ + "▁g", + "est" + ], + [ + "▁", + "gest" + ], + [ + "▁produ", + "ce" + ], + [ + "▁prod", + "uce" + ], + [ + "▁wa", + "ar" + ], + [ + "▁w", + "aar" + ], + [ + "▁A", + "v" + ], + [ + "▁", + "Av" + ], + [ + "rib", + "u" + ], + [ + "ri", + "bu" + ], + [ + "ван", + "ня" + ], + [ + "ва", + "ння" + ], + [ + "▁finish", + "ed" + ], + [ + "▁fin", + "ished" + ], + [ + "▁ad", + "apt" + ], + [ + "▁Sa", + "r" + ], + [ + "▁S", + "ar" + ], + [ + "text", + "it" + ], + [ + "tex", + "tit" + ], + [ + "▁C", + "e" + ], + [ + "▁F", + "a" + ], + [ + "▁", + "Fa" + ], + [ + "ose", + "n" + ], + [ + "os", + "en" + ], + [ + "o", + "sen" + ], + [ + "▁der", + "iv" + ], + [ + "▁de", + "riv" + ], + [ + "▁sh", + "ip" + ], + [ + "▁s", + "hip" + ], + [ + "▁", + "ship" + ], + [ + "▁op", + "in" + ], + [ + "▁o", + "pin" + ], + [ + "▁Ev", + "en" + ], + [ + "▁E", + "ven" + ], + [ + "ges", + "ch" + ], + [ + "ge", + "sch" + ], + [ + "g", + "esch" + ], + [ + "▁supp", + "ose" + ], + [ + "▁sup", + "pose" + ], + [ + "▁Fe", + "r" + ], + [ + "▁F", + "er" + ], + [ + "ско", + "е" + ], + [ + "▁word", + "en" + ], + [ + "▁wor", + "den" + ], + [ + "▁w", + "orden" + ], + [ + "se", + "y" + ], + [ + "s", + "ey" + ], + [ + "hl", + "ine" + ], + [ + "h", + "line" + ], + [ + "▁Un", + "ion" + ], + [ + "▁", + "Union" + ], + [ + "▁/*", + "*" + ], + [ + "▁/", + "**" + ], + [ + "▁", + "/**" + ], + [ + "▁ve", + "z" + ], + [ + "▁v", + "ez" + ], + [ + "▁", + "vez" + ], + [ + "▁Colleg", + "amenti" + ], + [ + "▁Soci", + "ety" + ], + [ + "▁Soc", + "iety" + ], + [ + "▁econ", + "om" + ], + [ + "▁ec", + "onom" + ], + [ + "▁e", + "conom" + ], + [ + "š", + "í" + ], + [ + "o", + "i" + ], + [ + "▁or", + "ient" + ], + [ + "▁", + "orient" + ], + [ + "▁Te", + "il" + ], + [ + "▁T", + "eil" + ], + [ + "ren", + "t" + ], + [ + "re", + "nt" + ], + [ + "r", + "ent" + ], + [ + "лек", + "с" + ], + [ + "ле", + "кс" + ], + [ + "▁sol", + "id" + ], + [ + "▁s", + "olid" + ], + [ + "▁car", + "t" + ], + [ + "▁ca", + "rt" + ], + [ + "▁c", + "art" + ], + [ + "▁", + "cart" + ], + [ + "********", + "********" + ], + [ + "▁ca", + "b" + ], + [ + "▁c", + "ab" + ], + [ + "▁Mess", + "age" + ], + [ + "▁M", + "essage" + ], + [ + "▁", + "Message" + ], + [ + "dot", + "s" + ], + [ + "do", + "ts" + ], + [ + "d", + "ots" + ], + [ + "▁é", + "g" + ], + [ + "▁", + "ég" + ], + [ + "▁tw", + "e" + ], + [ + "▁t", + "we" + ], + [ + "ag", + "a" + ], + [ + "a", + "ga" + ], + [ + "▁na", + "z" + ], + [ + "▁n", + "az" + ], + [ + "▁Micro", + "soft" + ], + [ + "▁M", + "icrosoft" + ], + [ + "▁", + "Microsoft" + ], + [ + "▁under", + "arter" + ], + [ + "ppe", + "n" + ], + [ + "pp", + "en" + ], + [ + "p", + "pen" + ], + [ + "▁rece", + "nt" + ], + [ + "▁rec", + "ent" + ], + [ + "▁re", + "cent" + ], + [ + "▁ne", + "t" + ], + [ + "▁n", + "et" + ], + [ + "▁", + "net" + ], + [ + "▁resource", + "s" + ], + [ + "▁res", + "ources" + ], + [ + "▁", + "resources" + ], + [ + "St", + "e" + ], + [ + "S", + "te" + ], + [ + ".", + "\\" + ], + [ + "▁S", + "O" + ], + [ + "▁", + "SO" + ], + [ + "ло", + "м" + ], + [ + "л", + "ом" + ], + [ + "▁cel", + "e" + ], + [ + "▁ce", + "le" + ], + [ + "▁c", + "ele" + ], + [ + "▁li", + "c" + ], + [ + "▁l", + "ic" + ], + [ + "▁", + "lic" + ], + [ + "▁bene", + "f" + ], + [ + "▁ben", + "ef" + ], + [ + "ld", + "ots" + ], + [ + "l", + "dots" + ], + [ + "▁seria", + "l" + ], + [ + "▁ser", + "ial" + ], + [ + "▁se", + "rial" + ], + [ + "▁", + "serial" + ], + [ + "In", + "teger" + ], + [ + "cle", + "s" + ], + [ + "cl", + "es" + ], + [ + "c", + "les" + ], + [ + "▁mile", + "s" + ], + [ + "▁mil", + "es" + ], + [ + "▁mi", + "les" + ], + [ + "▁m", + "iles" + ], + [ + "▁Al", + "e" + ], + [ + "▁A", + "le" + ], + [ + "▁enter", + "ed" + ], + [ + "▁ent", + "ered" + ], + [ + "▁en", + "tered" + ], + [ + "▁Tw", + "o" + ], + [ + "▁T", + "wo" + ], + [ + "▁", + "Two" + ], + [ + "wi", + "e" + ], + [ + "w", + "ie" + ], + [ + "▁include", + "s" + ], + [ + "▁includ", + "es" + ], + [ + "▁inclu", + "des" + ], + [ + "▁incl", + "udes" + ], + [ + "▁in", + "cludes" + ], + [ + "▁", + "includes" + ], + [ + "▁E", + "ach" + ], + [ + "▁", + "Each" + ], + [ + "elli", + "ng" + ], + [ + "ell", + "ing" + ], + [ + "el", + "ling" + ], + [ + "que", + "r" + ], + [ + "qu", + "er" + ], + [ + "q", + "uer" + ], + [ + "▁Do", + "m" + ], + [ + "▁D", + "om" + ], + [ + "▁", + "Dom" + ], + [ + "p", + "f" + ], + [ + "W", + "S" + ], + [ + "▁stra", + "ight" + ], + [ + "▁Sta", + "n" + ], + [ + "▁St", + "an" + ], + [ + "▁S", + "tan" + ], + [ + "▁no", + "s" + ], + [ + "▁n", + "os" + ], + [ + "▁", + "nos" + ], + [ + "í", + "cul" + ], + [ + "atr", + "o" + ], + [ + "at", + "ro" + ], + [ + "▁Cent", + "er" + ], + [ + "▁C", + "enter" + ], + [ + "▁", + "Center" + ], + [ + "F", + "T" + ], + [ + "▁Ing", + "a" + ], + [ + "▁In", + "ga" + ], + [ + "il", + "o" + ], + [ + "i", + "lo" + ], + [ + "▁ww", + "w" + ], + [ + "▁w", + "ww" + ], + [ + "▁", + "www" + ], + [ + "js", + "fiddle" + ], + [ + "ni", + "c" + ], + [ + "n", + "ic" + ], + [ + "▁Europe", + "an" + ], + [ + "▁comme", + "r" + ], + [ + "▁comm", + "er" + ], + [ + "▁com", + "mer" + ], + [ + "▁gir", + "l" + ], + [ + "▁gi", + "rl" + ], + [ + "▁g", + "irl" + ], + [ + "tot", + "al" + ], + [ + "to", + "tal" + ], + [ + "t", + "otal" + ], + [ + "▁Sta", + "r" + ], + [ + "▁St", + "ar" + ], + [ + "▁S", + "tar" + ], + [ + "▁", + "Star" + ], + [ + "▁suggest", + "ed" + ], + [ + "▁sugg", + "ested" + ], + [ + "pa", + "l" + ], + [ + "p", + "al" + ], + [ + "▁zw", + "ischen" + ], + [ + "пис", + "а" + ], + [ + "пи", + "са" + ], + [ + "I", + "M" + ], + [ + "▁handle", + "r" + ], + [ + "▁hand", + "ler" + ], + [ + "▁", + "handler" + ], + [ + "▁Pro", + "gram" + ], + [ + "▁Pr", + "ogram" + ], + [ + "▁", + "Program" + ], + [ + "xs", + "l" + ], + [ + "x", + "sl" + ], + [ + "ál", + "y" + ], + [ + "á", + "ly" + ], + [ + "B", + "U" + ], + [ + ",-", + "-" + ], + [ + ",", + "--" + ], + [ + "▁vi", + "d" + ], + [ + "▁v", + "id" + ], + [ + "▁", + "vid" + ], + [ + "▁establish", + "ed" + ], + [ + "▁estab", + "lished" + ], + [ + "▁Sp", + "iel" + ], + [ + "▁S", + "piel" + ], + [ + "omet", + "ry" + ], + [ + "ome", + "try" + ], + [ + "om", + "etry" + ], + [ + "une", + "s" + ], + [ + "un", + "es" + ], + [ + "u", + "nes" + ], + [ + "▁si", + "t" + ], + [ + "▁s", + "it" + ], + [ + "▁in", + "her" + ], + [ + "▁pu", + "is" + ], + [ + "▁p", + "uis" + ], + [ + "▁", + "puis" + ], + [ + "▁", + "être" + ], + [ + "▁Mos", + "t" + ], + [ + "▁Mo", + "st" + ], + [ + "▁M", + "ost" + ], + [ + "Head", + "er" + ], + [ + "He", + "ader" + ], + [ + "ins", + "ert" + ], + [ + "in", + "sert" + ], + [ + "▁si", + "st" + ], + [ + "▁s", + "ist" + ], + [ + "▁fav", + "or" + ], + [ + "▁fa", + "vor" + ], + [ + "▁f", + "avor" + ], + [ + "des", + "t" + ], + [ + "de", + "st" + ], + [ + "d", + "est" + ], + [ + "▁ent", + "ity" + ], + [ + "▁", + "entity" + ], + [ + "Ca", + "l" + ], + [ + "C", + "al" + ], + [ + "▁There", + "fore" + ], + [ + "D", + "D" + ], + [ + ";", + ";" + ], + [ + "▁Dez", + "ember" + ], + [ + "▁R", + "h" + ], + [ + "iment", + "s" + ], + [ + "imen", + "ts" + ], + [ + "im", + "ents" + ], + [ + "i", + "ments" + ], + [ + "▁return", + "ing" + ], + [ + "st", + "o" + ], + [ + "s", + "to" + ], + [ + "▁Val", + "ue" + ], + [ + "▁", + "Value" + ], + [ + "▁lib", + "er" + ], + [ + "▁li", + "ber" + ], + [ + "▁l", + "iber" + ], + [ + "▁Res", + "ult" + ], + [ + "▁", + "Result" + ], + [ + "▁bin", + "d" + ], + [ + "▁bi", + "nd" + ], + [ + "▁b", + "ind" + ], + [ + "▁", + "bind" + ], + [ + "vo", + "ir" + ], + [ + "v", + "oir" + ], + [ + "▁Ti", + "m" + ], + [ + "▁T", + "im" + ], + [ + "▁", + "Tim" + ], + [ + "▁Mov", + "ie" + ], + [ + "▁Mo", + "vie" + ], + [ + "▁M", + "ovie" + ], + [ + "▁", + "Movie" + ], + [ + "we", + "g" + ], + [ + "w", + "eg" + ], + [ + "ke", + "t" + ], + [ + "k", + "et" + ], + [ + "▁ис", + "то" + ], + [ + "▁и", + "сто" + ], + [ + "▁friend", + "s" + ], + [ + "▁fri", + "ends" + ], + [ + "▁f", + "n" + ], + [ + "▁", + "fn" + ], + [ + "▁é", + "l" + ], + [ + "▁", + "él" + ], + [ + "▁&", + "=" + ], + [ + "▁", + "&=" + ], + [ + "arde", + "n" + ], + [ + "ard", + "en" + ], + [ + "ar", + "den" + ], + [ + "ffic", + "ial" + ], + [ + "ff", + "icial" + ], + [ + "▁commun", + "ity" + ], + [ + "▁comm", + "unity" + ], + [ + "▁", + "community" + ], + [ + "▁ap", + "i" + ], + [ + "▁a", + "pi" + ], + [ + "▁", + "api" + ], + [ + "Arg", + "s" + ], + [ + "Ar", + "gs" + ], + [ + "iere", + "n" + ], + [ + "ier", + "en" + ], + [ + "ie", + "ren" + ], + [ + "i", + "eren" + ], + [ + "▁dan", + "n" + ], + [ + "▁da", + "nn" + ], + [ + "▁d", + "ann" + ], + [ + "om", + "orph" + ], + [ + "ad", + "r" + ], + [ + "a", + "dr" + ], + [ + "lo", + "op" + ], + [ + "l", + "oop" + ], + [ + "uma", + "n" + ], + [ + "um", + "an" + ], + [ + "u", + "man" + ], + [ + "▁vou", + "s" + ], + [ + "▁vo", + "us" + ], + [ + "▁v", + "ous" + ], + [ + "▁", + "vous" + ], + [ + "bs", + "t" + ], + [ + "b", + "st" + ], + [ + "sub", + "mit" + ], + [ + "\\", + "|" + ], + [ + "ти", + "н" + ], + [ + "т", + "ин" + ], + [ + "Cont", + "ainer" + ], + [ + "ask", + "et" + ], + [ + "as", + "ket" + ], + [ + "?", + ")" + ], + [ + "Se", + "c" + ], + [ + "S", + "ec" + ], + [ + "▁driv", + "e" + ], + [ + "▁dri", + "ve" + ], + [ + "▁dr", + "ive" + ], + [ + "▁d", + "rive" + ], + [ + "▁", + "drive" + ], + [ + "As", + "s" + ], + [ + "A", + "ss" + ], + [ + "▁sw", + "e" + ], + [ + "▁s", + "we" + ], + [ + "▁am", + "er" + ], + [ + "▁a", + "mer" + ], + [ + "▁", + "amer" + ], + [ + "▁min", + "e" + ], + [ + "▁mi", + "ne" + ], + [ + "▁m", + "ine" + ], + [ + "▁", + "mine" + ], + [ + "▁Ha", + "m" + ], + [ + "▁H", + "am" + ], + [ + "▁av", + "ait" + ], + [ + "▁", + "avait" + ], + [ + "▁Ho", + "n" + ], + [ + "▁H", + "on" + ], + [ + "▁apr", + "ès" + ], + [ + "▁ap", + "rès" + ], + [ + "▁a", + "près" + ], + [ + "▁", + "après" + ], + [ + "▁Man", + "n" + ], + [ + "▁Ma", + "nn" + ], + [ + "▁M", + "ann" + ], + [ + "ськ", + "а" + ], + [ + "сь", + "ка" + ], + [ + "▁incre", + "ase" + ], + [ + "▁t", + "y" + ], + [ + "▁", + "ty" + ], + [ + "sk", + "y" + ], + [ + "s", + "ky" + ], + [ + "▁acc", + "ur" + ], + [ + "▁ac", + "cur" + ], + [ + "art", + "icle" + ], + [ + "weig", + "ht" + ], + [ + "we", + "ight" + ], + [ + "▁se", + "x" + ], + [ + "▁s", + "ex" + ], + [ + "▁", + "sex" + ], + [ + "▁lista", + "de" + ], + [ + "▁list", + "ade" + ], + [ + "/*", + "*" + ], + [ + "/", + "**" + ], + [ + "▁est", + "á" + ], + [ + "}}", + "$" + ], + [ + "}", + "}$" + ], + [ + "arg", + "o" + ], + [ + "ar", + "go" + ], + [ + "defin", + "e" + ], + [ + "def", + "ine" + ], + [ + "▁соста", + "в" + ], + [ + "▁со", + "став" + ], + [ + "s", + "ession" + ], + [ + "ad", + "s" + ], + [ + "a", + "ds" + ], + [ + "ств", + "и" + ], + [ + "ст", + "ви" + ], + [ + "▁La", + "w" + ], + [ + "▁L", + "aw" + ], + [ + "▁dia", + "log" + ], + [ + "▁di", + "alog" + ], + [ + "▁d", + "ialog" + ], + [ + "▁", + "dialog" + ], + [ + "▁dup", + "licate" + ], + [ + "▁é", + "p" + ], + [ + "▁", + "ép" + ], + [ + "▁vo", + "c" + ], + [ + "▁v", + "oc" + ], + [ + "fr", + "i" + ], + [ + "f", + "ri" + ], + [ + "▁gre", + "en" + ], + [ + "▁gr", + "een" + ], + [ + "▁g", + "reen" + ], + [ + "▁", + "green" + ], + [ + "▁hid", + "den" + ], + [ + "▁h", + "idden" + ], + [ + "▁", + "hidden" + ], + [ + "▁Is", + "land" + ], + [ + "▁dia", + "g" + ], + [ + "▁di", + "ag" + ], + [ + "owe", + "j" + ], + [ + "ow", + "ej" + ], + [ + "mysq", + "l" + ], + [ + "mys", + "ql" + ], + [ + "my", + "sql" + ], + [ + "tei", + "l" + ], + [ + "te", + "il" + ], + [ + "t", + "eil" + ], + [ + "r", + "ä" + ], + [ + "ika", + "n" + ], + [ + "ik", + "an" + ], + [ + "i", + "kan" + ], + [ + "▁Jos", + "é" + ], + [ + "ale", + "d" + ], + [ + "al", + "ed" + ], + [ + "a", + "led" + ], + [ + "Run", + "time" + ], + [ + "R", + "untime" + ], + [ + "▁tra", + "in" + ], + [ + "▁tr", + "ain" + ], + [ + "▁t", + "rain" + ], + [ + "▁", + "train" + ], + [ + "▁Div", + "ision" + ], + [ + "▁Di", + "vision" + ], + [ + "ни", + "ц" + ], + [ + "▁Sp", + "an" + ], + [ + "▁S", + "pan" + ], + [ + "▁", + "Span" + ], + [ + "ним", + "а" + ], + [ + "ни", + "ма" + ], + [ + ")=", + "\\" + ], + [ + ")", + "=\\" + ], + [ + "та", + "н" + ], + [ + "т", + "ан" + ], + [ + "▁sta", + "y" + ], + [ + "▁st", + "ay" + ], + [ + "▁fo", + "o" + ], + [ + "▁f", + "oo" + ], + [ + "▁", + "foo" + ], + [ + "▁acc", + "om" + ], + [ + "▁ac", + "com" + ], + [ + "▁her", + "s" + ], + [ + "▁he", + "rs" + ], + [ + "▁h", + "ers" + ], + [ + "▁на", + "у" + ], + [ + "▁M", + "ün" + ], + [ + "ideo", + "s" + ], + [ + "ide", + "os" + ], + [ + "stat", + "ic" + ], + [ + "st", + "atic" + ], + [ + "▁read", + "y" + ], + [ + "▁re", + "ady" + ], + [ + "▁", + "ready" + ], + [ + "]", + "`" + ], + [ + "▁vis", + "ible" + ], + [ + "▁vi", + "sible" + ], + [ + "▁", + "visible" + ], + [ + "▁Hop", + "e" + ], + [ + "▁Ho", + "pe" + ], + [ + "▁H", + "ope" + ], + [ + "ulate", + "d" + ], + [ + "ula", + "ted" + ], + [ + "ul", + "ated" + ], + [ + "▁Cu", + "lt" + ], + [ + "▁C", + "ult" + ], + [ + "стр", + "о" + ], + [ + "ст", + "ро" + ], + [ + "с", + "тро" + ], + [ + "C", + "o" + ], + [ + "▁small", + "er" + ], + [ + "▁sm", + "aller" + ], + [ + "atur", + "a" + ], + [ + "atu", + "ra" + ], + [ + "at", + "ura" + ], + [ + "▁perfect", + "ly" + ], + [ + "re", + "q" + ], + [ + "r", + "eq" + ], + [ + "▁propose", + "d" + ], + [ + "▁propos", + "ed" + ], + [ + "▁prop", + "osed" + ], + [ + "▁pro", + "posed" + ], + [ + "▁deg", + "li" + ], + [ + "Se", + "arch" + ], + [ + "S", + "earch" + ], + [ + "▁ic", + "h" + ], + [ + "▁i", + "ch" + ], + [ + "▁", + "ich" + ], + [ + "Ma", + "x" + ], + [ + "M", + "ax" + ], + [ + "▁vol", + "ume" + ], + [ + "▁", + "volume" + ], + [ + "exec", + "ute" + ], + [ + "gr", + "e" + ], + [ + "g", + "re" + ], + [ + "▁spo", + "rt" + ], + [ + "▁sp", + "ort" + ], + [ + "▁s", + "port" + ], + [ + "uda", + "d" + ], + [ + "ud", + "ad" + ], + [ + "P", + "T" + ], + [ + "▁Record", + "s" + ], + [ + "▁Rec", + "ords" + ], + [ + "▁co", + "ok" + ], + [ + "▁c", + "ook" + ], + [ + "▁", + "cook" + ], + [ + "▁exp", + "and" + ], + [ + "▁", + "expand" + ], + [ + "б", + "і" + ], + [ + "▁alt", + "ri" + ], + [ + "▁al", + "tri" + ], + [ + "ppe", + "t" + ], + [ + "pp", + "et" + ], + [ + "p", + "pet" + ], + [ + "ars", + "e" + ], + [ + "ar", + "se" + ], + [ + "▁we", + "t" + ], + [ + "▁w", + "et" + ], + [ + "▁Bo", + "b" + ], + [ + "▁B", + "ob" + ], + [ + "▁", + "Bob" + ], + [ + "▁F", + "C" + ], + [ + "▁", + "FC" + ], + [ + "▁Associ", + "ation" + ], + [ + "uj", + "e" + ], + [ + "u", + "je" + ], + [ + "▁fe", + "l" + ], + [ + "▁f", + "el" + ], + [ + "▁", + "fel" + ], + [ + "▁с", + "лу" + ], + [ + "▁", + "слу" + ], + [ + "▁Bi", + "g" + ], + [ + "▁B", + "ig" + ], + [ + "▁", + "Big" + ], + [ + "/", + "\\" + ], + [ + "G", + "e" + ], + [ + "wh", + "ile" + ], + [ + "{", + "(" + ], + [ + "▁su", + "fficient" + ], + [ + "Pos", + "ition" + ], + [ + "P", + "osition" + ], + [ + "▁understand", + "ing" + ], + [ + "▁under", + "standing" + ], + [ + "▁nu", + "e" + ], + [ + "▁n", + "ue" + ], + [ + "▁ra", + "z" + ], + [ + "▁r", + "az" + ], + [ + "▁", + "raz" + ], + [ + "▁y", + "e" + ], + [ + "▁", + "ye" + ], + [ + "he", + "m" + ], + [ + "h", + "em" + ], + [ + "N", + "um" + ], + [ + "▁Pro", + "ject" + ], + [ + "▁", + "Project" + ], + [ + "▁It", + "s" + ], + [ + "▁I", + "ts" + ], + [ + "▁hast", + "a" + ], + [ + "▁has", + "ta" + ], + [ + "▁ha", + "sta" + ], + [ + "▁h", + "asta" + ], + [ + "ens", + "o" + ], + [ + "en", + "so" + ], + [ + "▁wir", + "e" + ], + [ + "▁w", + "ire" + ], + [ + "▁", + "wire" + ], + [ + "Re", + "t" + ], + [ + "R", + "et" + ], + [ + "u", + "j" + ], + [ + "pro", + "of" + ], + [ + "▁relev", + "ant" + ], + [ + "▁re", + "levant" + ], + [ + "▁parti", + "r" + ], + [ + "▁part", + "ir" + ], + [ + "▁ag", + "o" + ], + [ + "▁a", + "go" + ], + [ + "▁", + "ago" + ], + [ + "ifica", + "te" + ], + [ + "ific", + "ate" + ], + [ + "if", + "icate" + ], + [ + "▁dom", + "in" + ], + [ + "▁do", + "min" + ], + [ + "▁d", + "omin" + ], + [ + "▁", + "domin" + ], + [ + "▁bo", + "y" + ], + [ + "▁b", + "oy" + ], + [ + "▁", + "boy" + ], + [ + "▁plan", + "t" + ], + [ + "▁pla", + "nt" + ], + [ + "▁pl", + "ant" + ], + [ + "▁p", + "lant" + ], + [ + "▁", + "plant" + ], + [ + "▁enc", + "oding" + ], + [ + "▁", + "encoding" + ], + [ + "▁throw", + "s" + ], + [ + "▁thro", + "ws" + ], + [ + "▁thr", + "ows" + ], + [ + "▁th", + "rows" + ], + [ + "▁Roc", + "k" + ], + [ + "▁Ro", + "ck" + ], + [ + "▁R", + "ock" + ], + [ + "zon", + "e" + ], + [ + "zo", + "ne" + ], + [ + "z", + "one" + ], + [ + "gan", + "g" + ], + [ + "ga", + "ng" + ], + [ + "g", + "ang" + ], + [ + "wid", + "get" + ], + [ + "w", + "idget" + ], + [ + "▁interest", + "ing" + ], + [ + "DE", + "R" + ], + [ + "D", + "ER" + ], + [ + "▁demo", + "n" + ], + [ + "▁dem", + "on" + ], + [ + "▁de", + "mon" + ], + [ + "▁d", + "emon" + ], + [ + "▁offic", + "e" + ], + [ + "▁off", + "ice" + ], + [ + "▁", + "office" + ], + [ + "am", + "t" + ], + [ + "a", + "mt" + ], + [ + "ät", + "er" + ], + [ + "ä", + "ter" + ], + [ + "▁Whit", + "e" + ], + [ + "▁Wh", + "ite" + ], + [ + "▁", + "White" + ], + [ + "▁vers", + "ch" + ], + [ + "▁ver", + "sch" + ], + [ + "▁v", + "ersch" + ], + [ + "▁diese", + "r" + ], + [ + "▁dies", + "er" + ], + [ + "▁die", + "ser" + ], + [ + "▁Mou", + "nt" + ], + [ + "▁Mo", + "unt" + ], + [ + "▁M", + "ount" + ], + [ + "▁", + "Mount" + ], + [ + "▁student", + "s" + ], + [ + "▁stud", + "ents" + ], + [ + "▁Pu", + "b" + ], + [ + "▁P", + "ub" + ], + [ + "▁", + "Pub" + ], + [ + "▁Д", + "е" + ], + [ + "ij", + "a" + ], + [ + "i", + "ja" + ], + [ + "▁C", + "y" + ], + [ + "▁", + "Cy" + ], + [ + "▁Californ", + "ia" + ], + [ + "▁ab", + "ril" + ], + [ + "äl", + "l" + ], + [ + "ä", + "ll" + ], + [ + "▁че", + "м" + ], + [ + "▁ч", + "ем" + ], + [ + "T", + "V" + ], + [ + "▁mé", + "s" + ], + [ + "▁m", + "és" + ], + [ + "▁declare", + "d" + ], + [ + "▁declar", + "ed" + ], + [ + "▁decla", + "red" + ], + [ + "▁decl", + "ared" + ], + [ + "▁", + "ю" + ], + [ + "ő", + "l" + ], + [ + "app", + "a" + ], + [ + "ap", + "pa" + ], + [ + "a", + "ppa" + ], + [ + "▁Б", + "е" + ], + [ + "ech", + "o" + ], + [ + "ec", + "ho" + ], + [ + "e", + "cho" + ], + [ + "num", + "er" + ], + [ + "nu", + "mer" + ], + [ + "n", + "umer" + ], + [ + "▁poste", + "d" + ], + [ + "▁post", + "ed" + ], + [ + "▁pos", + "ted" + ], + [ + "▁po", + "sted" + ], + [ + "▁ве", + "р" + ], + [ + "▁в", + "ер" + ], + [ + "▁", + "вер" + ], + [ + "▁годи", + "не" + ], + [ + "▁we", + "ak" + ], + [ + "▁", + "weak" + ], + [ + "▁Repub", + "lic" + ], + [ + "▁Rep", + "ublic" + ], + [ + "▁Re", + "public" + ], + [ + "▁champ", + "ion" + ], + [ + "▁ch", + "ampion" + ], + [ + "ensure", + "math" + ], + [ + "you", + "r" + ], + [ + "yo", + "ur" + ], + [ + "y", + "our" + ], + [ + "▁Ob", + "er" + ], + [ + "▁O", + "ber" + ], + [ + "▁Cent", + "ral" + ], + [ + "is", + "a" + ], + [ + "i", + "sa" + ], + [ + "ан", + "д" + ], + [ + "а", + "нд" + ], + [ + "y", + "y" + ], + [ + "▁full", + "y" + ], + [ + "▁ful", + "ly" + ], + [ + "▁", + "fully" + ], + [ + "▁S", + "D" + ], + [ + "▁", + "SD" + ], + [ + "▁Lin", + "ux" + ], + [ + "▁", + "Linux" + ], + [ + "▁Scot", + "t" + ], + [ + "▁Sc", + "ott" + ], + [ + "part", + "ment" + ], + [ + "ko", + "n" + ], + [ + "k", + "on" + ], + [ + "▁contra", + "ct" + ], + [ + "▁contr", + "act" + ], + [ + "▁cont", + "ract" + ], + [ + "▁O", + "F" + ], + [ + "▁", + "OF" + ], + [ + "▁al", + "e" + ], + [ + "▁a", + "le" + ], + [ + "▁", + "ale" + ], + [ + "▁An", + "n" + ], + [ + "▁A", + "nn" + ], + [ + "▁на", + "д" + ], + [ + "▁", + "над" + ], + [ + "la", + "h" + ], + [ + "l", + "ah" + ], + [ + "▁Ne", + "xt" + ], + [ + "▁N", + "ext" + ], + [ + "▁", + "Next" + ], + [ + "ore", + "n" + ], + [ + "or", + "en" + ], + [ + "o", + "ren" + ], + [ + "▁dis", + "k" + ], + [ + "▁di", + "sk" + ], + [ + "▁d", + "isk" + ], + [ + "▁", + "disk" + ], + [ + "▁e", + "g" + ], + [ + "▁", + "eg" + ], + [ + "at", + "u" + ], + [ + "a", + "tu" + ], + [ + "лог", + "и" + ], + [ + "ло", + "ги" + ], + [ + "▁game", + "s" + ], + [ + "▁gam", + "es" + ], + [ + "▁ga", + "mes" + ], + [ + "▁g", + "ames" + ], + [ + "Le", + "ft" + ], + [ + "L", + "eft" + ], + [ + "▁l", + "u" + ], + [ + "▁", + "lu" + ], + [ + "▁finit", + "e" + ], + [ + "▁fin", + "ite" + ], + [ + "▁", + "finite" + ], + [ + "▁к", + "и" + ], + [ + "▁", + "ки" + ], + [ + "▁cra", + "sh" + ], + [ + "▁cr", + "ash" + ], + [ + "phe", + "r" + ], + [ + "ph", + "er" + ], + [ + "p", + "her" + ], + [ + "ex", + "e" + ], + [ + "e", + "xe" + ], + [ + "AT", + "ION" + ], + [ + "▁bro", + "ther" + ], + [ + "▁br", + "other" + ], + [ + "En", + "g" + ], + [ + "E", + "ng" + ], + [ + "ta", + "t" + ], + [ + "t", + "at" + ], + [ + "▁In", + "teger" + ], + [ + "▁", + "Integer" + ], + [ + "ном", + "у" + ], + [ + "но", + "му" + ], + [ + "н", + "ому" + ], + [ + "▁col", + "on" + ], + [ + "▁co", + "lon" + ], + [ + "▁", + "colon" + ], + [ + "i", + "qu" + ], + [ + "))", + "." + ], + [ + ")", + ")." + ], + [ + "iv", + "i" + ], + [ + "i", + "vi" + ], + [ + "▁Met", + "hod" + ], + [ + "▁M", + "ethod" + ], + [ + "▁", + "Method" + ], + [ + "arte", + "n" + ], + [ + "art", + "en" + ], + [ + "ar", + "ten" + ], + [ + "Un", + "i" + ], + [ + "U", + "ni" + ], + [ + "vec", + "tor" + ], + [ + "ve", + "ctor" + ], + [ + "v", + "ector" + ], + [ + "▁wo", + "od" + ], + [ + "▁w", + "ood" + ], + [ + "▁", + "wood" + ], + [ + "р", + "т" + ], + [ + "▁Л", + "е" + ], + [ + "▁siè", + "cle" + ], + [ + "▁gen", + "t" + ], + [ + "▁ge", + "nt" + ], + [ + "▁g", + "ent" + ], + [ + "▁", + "gent" + ], + [ + "}", + "\r" + ], + [ + "▁content", + "s" + ], + [ + "▁conten", + "ts" + ], + [ + "▁cont", + "ents" + ], + [ + "▁", + "contents" + ], + [ + "▁comp", + "an" + ], + [ + "▁com", + "pan" + ], + [ + "G", + "o" + ], + [ + "▁jo", + "u" + ], + [ + "▁j", + "ou" + ], + [ + "▁", + "jou" + ], + [ + "uen", + "t" + ], + [ + "ue", + "nt" + ], + [ + "u", + "ent" + ], + [ + "As", + "ync" + ], + [ + "A", + "sync" + ], + [ + "print", + "f" + ], + [ + "▁Mode", + "l" + ], + [ + "▁Mod", + "el" + ], + [ + "▁Mo", + "del" + ], + [ + "▁M", + "odel" + ], + [ + "▁", + "Model" + ], + [ + "▁ke", + "pt" + ], + [ + "AS", + "E" + ], + [ + "A", + "SE" + ], + [ + "▁provide", + "s" + ], + [ + "▁prov", + "ides" + ], + [ + "▁Ab", + "gerufen" + ], + [ + "▁Gal", + "l" + ], + [ + "▁Ga", + "ll" + ], + [ + "▁G", + "all" + ], + [ + "▁Al", + "f" + ], + [ + "S", + "A" + ], + [ + "▁Me", + "m" + ], + [ + "▁M", + "em" + ], + [ + "▁", + "Mem" + ], + [ + "▁k", + "ter" + ], + [ + "▁", + "kter" + ], + [ + "▁Br", + "u" + ], + [ + "▁B", + "ru" + ], + [ + "And", + "roid" + ], + [ + "(", + ":" + ], + [ + "▁Укра", + "ї" + ], + [ + "▁У", + "краї" + ], + [ + "N", + "e" + ], + [ + "M", + "in" + ], + [ + "at", + "r" + ], + [ + "a", + "tr" + ], + [ + "▁Ha", + "l" + ], + [ + "▁H", + "al" + ], + [ + "del", + "ete" + ], + [ + "de", + "lete" + ], + [ + "od", + "o" + ], + [ + "o", + "do" + ], + [ + "▁n", + "ão" + ], + [ + "èn", + "e" + ], + [ + "è", + "ne" + ], + [ + "▁calcul", + "ate" + ], + [ + "▁calc", + "ulate" + ], + [ + "Js", + "on" + ], + [ + "J", + "son" + ], + [ + "key", + "s" + ], + [ + "ke", + "ys" + ], + [ + "не", + "й" + ], + [ + "н", + "ей" + ], + [ + "▁hen", + "ce" + ], + [ + "▁h", + "ence" + ], + [ + "▁o", + "w" + ], + [ + "▁", + "ow" + ], + [ + "▁Li", + "b" + ], + [ + "▁L", + "ib" + ], + [ + "▁", + "Lib" + ], + [ + "en", + "o" + ], + [ + "e", + "no" + ], + [ + "▁Lov", + "e" + ], + [ + "▁Lo", + "ve" + ], + [ + "▁L", + "ove" + ], + [ + "os", + "i" + ], + [ + "o", + "si" + ], + [ + "wid", + "e" + ], + [ + "wi", + "de" + ], + [ + "w", + "ide" + ], + [ + "▁sc", + "ore" + ], + [ + "▁s", + "core" + ], + [ + "▁", + "score" + ], + [ + "ful", + "l" + ], + [ + "fu", + "ll" + ], + [ + "f", + "ull" + ], + [ + "во", + "д" + ], + [ + "в", + "од" + ], + [ + "▁determin", + "e" + ], + [ + "▁determ", + "ine" + ], + [ + "▁space", + "s" + ], + [ + "▁spac", + "es" + ], + [ + "▁sp", + "aces" + ], + [ + "▁s", + "paces" + ], + [ + "▁", + "spaces" + ], + [ + "лов", + "а" + ], + [ + "ло", + "ва" + ], + [ + "л", + "ова" + ], + [ + "▁peu", + "t" + ], + [ + "▁pe", + "ut" + ], + [ + "éra", + "l" + ], + [ + "ér", + "al" + ], + [ + "é", + "ral" + ], + [ + "ó", + "ł" + ], + [ + "▁app", + "oint" + ], + [ + "▁ap", + "point" + ], + [ + "▁T", + "w" + ], + [ + "▁", + "Tw" + ], + [ + "<", + "?" + ], + [ + "▁Ord", + "er" + ], + [ + "▁Or", + "der" + ], + [ + "▁", + "Order" + ], + [ + "▁ho", + "p" + ], + [ + "▁h", + "op" + ], + [ + "rand", + "om" + ], + [ + "ran", + "dom" + ], + [ + "r", + "andom" + ], + [ + "ca", + "che" + ], + [ + "c", + "ache" + ], + [ + "▁dest", + "roy" + ], + [ + "▁", + "destroy" + ], + [ + "▁rac", + "e" + ], + [ + "▁ra", + "ce" + ], + [ + "▁r", + "ace" + ], + [ + "▁", + "race" + ], + [ + "T", + "ag" + ], + [ + "▁ri", + "d" + ], + [ + "▁r", + "id" + ], + [ + "▁", + "rid" + ], + [ + "▁neg", + "ative" + ], + [ + "▁", + "negative" + ], + [ + "Ca", + "r" + ], + [ + "C", + "ar" + ], + [ + "ension", + "al" + ], + [ + "ens", + "ional" + ], + [ + "d", + "k" + ], + [ + "▁cr", + "o" + ], + [ + "▁c", + "ro" + ], + [ + "▁", + "cro" + ], + [ + "▁THE", + "N" + ], + [ + "▁TH", + "EN" + ], + [ + "▁$", + "." + ], + [ + "▁", + "$." + ], + [ + "ens", + "k" + ], + [ + "en", + "sk" + ], + [ + "N", + "E" + ], + [ + "H", + "O" + ], + [ + "▁kl", + "e" + ], + [ + "▁k", + "le" + ], + [ + "osp", + "ital" + ], + [ + "kt", + "e" + ], + [ + "k", + "te" + ], + [ + "férence", + "s" + ], + [ + "fér", + "ences" + ], + [ + "ude", + "s" + ], + [ + "ud", + "es" + ], + [ + "u", + "des" + ], + [ + "I", + "R" + ], + [ + "oti", + "on" + ], + [ + "ot", + "ion" + ], + [ + "o", + "tion" + ], + [ + "▁Re", + "al" + ], + [ + "▁", + "Real" + ], + [ + "▁Febru", + "ar" + ], + [ + "и", + "н" + ], + [ + "▁Ol", + "d" + ], + [ + "▁O", + "ld" + ], + [ + "▁", + "Old" + ], + [ + "ко", + "го" + ], + [ + "к", + "ого" + ], + [ + "lei", + "ch" + ], + [ + "le", + "ich" + ], + [ + "▁", + "р" + ], + [ + "ía", + "n" + ], + [ + "í", + "an" + ], + [ + "▁г", + "а" + ], + [ + "▁", + "га" + ], + [ + "cid", + "e" + ], + [ + "ci", + "de" + ], + [ + "c", + "ide" + ], + [ + "la", + "b" + ], + [ + "l", + "ab" + ], + [ + "▁pul", + "l" + ], + [ + "▁pu", + "ll" + ], + [ + "▁p", + "ull" + ], + [ + "▁", + "pull" + ], + [ + "▁'", + "/" + ], + [ + "Lo", + "ng" + ], + [ + "L", + "ong" + ], + [ + ",", + "$" + ], + [ + "▁appropri", + "ate" + ], + [ + "▁был", + "а" + ], + [ + "▁бы", + "ла" + ], + [ + "f", + "ühr" + ], + [ + "▁Medi", + "a" + ], + [ + "▁Med", + "ia" + ], + [ + "▁Me", + "dia" + ], + [ + "▁M", + "edia" + ], + [ + "▁", + "Media" + ], + [ + "▁man", + "ner" + ], + [ + "▁m", + "anner" + ], + [ + "▁Г", + "е" + ], + [ + "des", + "cription" + ], + [ + "de", + "scription" + ], + [ + "Be", + "an" + ], + [ + "▁La", + "r" + ], + [ + "▁L", + "ar" + ], + [ + "▁", + "Lar" + ], + [ + "']", + ";" + ], + [ + "'", + "];" + ], + [ + "▁rela", + "tion" + ], + [ + "▁rel", + "ation" + ], + [ + "▁re", + "lation" + ], + [ + "▁", + "relation" + ], + [ + "▁Sor", + "ry" + ], + [ + "▁S", + "orry" + ], + [ + "ha", + "r" + ], + [ + "h", + "ar" + ], + [ + "cp", + "p" + ], + [ + "c", + "pp" + ], + [ + "▁K", + "o" + ], + [ + "▁execut", + "ion" + ], + [ + "▁exec", + "ution" + ], + [ + "▁", + "execution" + ], + [ + "ino", + "s" + ], + [ + "in", + "os" + ], + [ + "i", + "nos" + ], + [ + "▁bu", + "l" + ], + [ + "▁b", + "ul" + ], + [ + "▁", + "bul" + ], + [ + "grad", + "e" + ], + [ + "gra", + "de" + ], + [ + "gr", + "ade" + ], + [ + "g", + "rade" + ], + [ + "▁M", + "u" + ], + [ + "▁pi", + "l" + ], + [ + "▁p", + "il" + ], + [ + "wr", + "it" + ], + [ + "w", + "rit" + ], + [ + "ification", + "s" + ], + [ + "ific", + "ations" + ], + [ + "ines", + "e" + ], + [ + "ine", + "se" + ], + [ + "in", + "ese" + ], + [ + "▁Phil", + "i" + ], + [ + "▁Ph", + "ili" + ], + [ + "d", + "x" + ], + [ + "▁lead", + "ing" + ], + [ + "▁le", + "ading" + ], + [ + "▁", + "leading" + ], + [ + "▁J", + "ournal" + ], + [ + "ove", + "d" + ], + [ + "ov", + "ed" + ], + [ + "o", + "ved" + ], + [ + "▁contr", + "o" + ], + [ + "▁cont", + "ro" + ], + [ + "нов", + "а" + ], + [ + "но", + "ва" + ], + [ + "н", + "ова" + ], + [ + "Y", + "es" + ], + [ + "▁ch", + "annel" + ], + [ + "▁", + "channel" + ], + [ + "))", + "," + ], + [ + ")", + ")," + ], + [ + "iste", + "n" + ], + [ + "ist", + "en" + ], + [ + "is", + "ten" + ], + [ + "i", + "sten" + ], + [ + "ak", + "a" + ], + [ + "a", + "ka" + ], + [ + "To", + "String" + ], + [ + "ma", + "s" + ], + [ + "m", + "as" + ], + [ + "▁et", + "t" + ], + [ + "▁e", + "tt" + ], + [ + "▁", + "ett" + ], + [ + "▁force", + "s" + ], + [ + "▁for", + "ces" + ], + [ + "ulation", + "s" + ], + [ + "ul", + "ations" + ], + [ + "▁Cal", + "l" + ], + [ + "▁Ca", + "ll" + ], + [ + "▁C", + "all" + ], + [ + "▁", + "Call" + ], + [ + "▁explan", + "ation" + ], + [ + "ori", + "ng" + ], + [ + "or", + "ing" + ], + [ + "o", + "ring" + ], + [ + "AT", + "A" + ], + [ + "A", + "TA" + ], + [ + "chte", + "r" + ], + [ + "cht", + "er" + ], + [ + "ch", + "ter" + ], + [ + "wh", + "en" + ], + [ + "w", + "hen" + ], + [ + "V", + "C" + ], + [ + "▁Jahr", + "h" + ], + [ + "▁Jah", + "rh" + ], + [ + "Ca", + "se" + ], + [ + "C", + "ase" + ], + [ + "▁command", + "s" + ], + [ + "▁comm", + "ands" + ], + [ + "▁", + "commands" + ], + [ + "▁ric", + "h" + ], + [ + "▁ri", + "ch" + ], + [ + "▁r", + "ich" + ], + [ + "▁", + "rich" + ], + [ + "bu", + "s" + ], + [ + "b", + "us" + ], + [ + "F", + "e" + ], + [ + "mb", + "ox" + ], + [ + "m", + "box" + ], + [ + "▁rec", + "on" + ], + [ + "▁re", + "con" + ], + [ + "ñ", + "o" + ], + [ + "▁sh", + "ape" + ], + [ + "▁s", + "hape" + ], + [ + "▁", + "shape" + ], + [ + "ow", + "y" + ], + [ + "o", + "wy" + ], + [ + "entr", + "y" + ], + [ + "ent", + "ry" + ], + [ + "en", + "try" + ], + [ + "ita", + "ble" + ], + [ + "it", + "able" + ], + [ + "i", + "table" + ], + [ + "▁elect", + "ion" + ], + [ + "▁ele", + "ction" + ], + [ + "▁el", + "ection" + ], + [ + "▁e", + "lection" + ], + [ + "є", + "ться" + ], + [ + "▁pre", + "p" + ], + [ + "▁pr", + "ep" + ], + [ + "▁p", + "rep" + ], + [ + "▁", + "prep" + ], + [ + "v", + "á" + ], + [ + "▁inf", + "in" + ], + [ + "▁in", + "fin" + ], + [ + "lo", + "t" + ], + [ + "l", + "ot" + ], + [ + "▁book", + "s" + ], + [ + "▁bo", + "oks" + ], + [ + "▁", + "books" + ], + [ + "▁US", + "A" + ], + [ + "▁U", + "SA" + ], + [ + "▁", + "USA" + ], + [ + "ли", + "н" + ], + [ + "л", + "ин" + ], + [ + "▁po", + "m" + ], + [ + "▁p", + "om" + ], + [ + "▁", + "pom" + ], + [ + "▁na", + "s" + ], + [ + "▁n", + "as" + ], + [ + "▁", + "nas" + ], + [ + "▁tag", + "s" + ], + [ + "▁ta", + "gs" + ], + [ + "▁t", + "ags" + ], + [ + "▁", + "tags" + ], + [ + "▁execute", + "d" + ], + [ + "▁execut", + "ed" + ], + [ + "▁exec", + "uted" + ], + [ + "ail", + "le" + ], + [ + "ai", + "lle" + ], + [ + "a", + "ille" + ], + [ + "lu", + "ng" + ], + [ + "l", + "ung" + ], + [ + "▁Java", + "Script" + ], + [ + "▁", + "JavaScript" + ], + [ + "▁bal", + "l" + ], + [ + "▁ba", + "ll" + ], + [ + "▁b", + "all" + ], + [ + "▁", + "ball" + ], + [ + "▁ain", + "si" + ], + [ + "▁Pr", + "i" + ], + [ + "▁P", + "ri" + ], + [ + "{", + "$" + ], + [ + "▁U", + "N" + ], + [ + "▁", + "UN" + ], + [ + "▁Ra", + "m" + ], + [ + "▁R", + "am" + ], + [ + "▁he", + "ar" + ], + [ + "▁h", + "ear" + ], + [ + "▁U", + "buntu" + ], + [ + ">()", + ";" + ], + [ + ">(", + ");" + ], + [ + ">", + "();" + ], + [ + "▁pur", + "e" + ], + [ + "▁pu", + "re" + ], + [ + "▁p", + "ure" + ], + [ + "▁emb", + "ed" + ], + [ + "▁em", + "bed" + ], + [ + "▁", + "embed" + ], + [ + "a", + "ção" + ], + [ + "control", + "ler" + ], + [ + "cont", + "roller" + ], + [ + "▁mar", + "ried" + ], + [ + "▁Fo", + "l" + ], + [ + "▁F", + "ol" + ], + [ + "fa", + "mil" + ], + [ + "f", + "amil" + ], + [ + "▁pre", + "c" + ], + [ + "▁pr", + "ec" + ], + [ + "▁p", + "rec" + ], + [ + "▁", + "prec" + ], + [ + "▁rec", + "urs" + ], + [ + "pa", + "d" + ], + [ + "p", + "ad" + ], + [ + "istra", + "tion" + ], + [ + "istr", + "ation" + ], + [ + "▁respective", + "ly" + ], + [ + "▁respect", + "ively" + ], + [ + "[", + "$" + ], + [ + "auto", + "r" + ], + [ + "aut", + "or" + ], + [ + "au", + "tor" + ], + [ + "a", + "utor" + ], + [ + "▁gra", + "v" + ], + [ + "▁gr", + "av" + ], + [ + "▁g", + "rav" + ], + [ + "ier", + "a" + ], + [ + "ie", + "ra" + ], + [ + "i", + "era" + ], + [ + "azi", + "oni" + ], + [ + "az", + "ioni" + ], + [ + "a", + "zioni" + ], + [ + "▁Bu", + "l" + ], + [ + "▁B", + "ul" + ], + [ + "▁Austral", + "ia" + ], + [ + "mon", + "d" + ], + [ + "mo", + "nd" + ], + [ + "m", + "ond" + ], + [ + "▁Tr", + "o" + ], + [ + "▁T", + "ro" + ], + [ + "▁El", + "e" + ], + [ + "▁E", + "le" + ], + [ + "package", + "s" + ], + [ + "pack", + "ages" + ], + [ + "ms", + "dn" + ], + [ + "▁Al", + "s" + ], + [ + "▁A", + "ls" + ], + [ + "▁prz", + "y" + ], + [ + "▁pr", + "zy" + ], + [ + "AR", + "T" + ], + [ + "A", + "RT" + ], + [ + "▁charg", + "e" + ], + [ + "▁char", + "ge" + ], + [ + "▁", + "charge" + ], + [ + "▁application", + "s" + ], + [ + "▁applic", + "ations" + ], + [ + "▁app", + "lications" + ], + [ + "Uni", + "t" + ], + [ + "Un", + "it" + ], + [ + "U", + "nit" + ], + [ + "are", + "n" + ], + [ + "ar", + "en" + ], + [ + "a", + "ren" + ], + [ + "▁sud", + "den" + ], + [ + "omet", + "er" + ], + [ + "ome", + "ter" + ], + [ + "om", + "eter" + ], + [ + "o", + "meter" + ], + [ + "▁do", + "t" + ], + [ + "▁d", + "ot" + ], + [ + "▁", + "dot" + ], + [ + "ac", + "ji" + ], + [ + "a", + "cji" + ], + [ + "кто", + "р" + ], + [ + "кт", + "ор" + ], + [ + "к", + "тор" + ], + [ + "imi", + "n" + ], + [ + "im", + "in" + ], + [ + "i", + "min" + ], + [ + "eni", + "ng" + ], + [ + "en", + "ing" + ], + [ + "e", + "ning" + ], + [ + "▁don", + "de" + ], + [ + "▁do", + "nde" + ], + [ + "▁d", + "onde" + ], + [ + "▁H", + "o" + ], + [ + "tre", + "e" + ], + [ + "tr", + "ee" + ], + [ + "t", + "ree" + ], + [ + "m", + "b" + ], + [ + "▁dra", + "g" + ], + [ + "▁dr", + "ag" + ], + [ + "▁d", + "rag" + ], + [ + "▁", + "drag" + ], + [ + "aj", + "e" + ], + [ + "a", + "je" + ], + [ + "▁in", + "valid" + ], + [ + "▁", + "invalid" + ], + [ + "▁fin", + "ish" + ], + [ + "la", + "im" + ], + [ + "▁fee", + "d" + ], + [ + "▁fe", + "ed" + ], + [ + "▁f", + "eed" + ], + [ + "▁", + "feed" + ], + [ + "▁Na", + "p" + ], + [ + "▁N", + "ap" + ], + [ + "ro", + "om" + ], + [ + "r", + "oom" + ], + [ + "image", + "s" + ], + [ + "ima", + "ges" + ], + [ + "im", + "ages" + ], + [ + "▁са", + "й" + ], + [ + "▁suc", + "c" + ], + [ + "▁su", + "cc" + ], + [ + "iffe", + "r" + ], + [ + "iff", + "er" + ], + [ + "if", + "fer" + ], + [ + "▁añ", + "o" + ], + [ + "▁a", + "ño" + ], + [ + "▁cu", + "al" + ], + [ + "▁c", + "ual" + ], + [ + "мер", + "и" + ], + [ + "ме", + "ри" + ], + [ + "D", + "R" + ], + [ + "▁Bild", + "er" + ], + [ + "▁Bil", + "der" + ], + [ + "▁Bi", + "lder" + ], + [ + "▁B", + "ilder" + ], + [ + "б", + "ра" + ], + [ + "rai", + "t" + ], + [ + "ra", + "it" + ], + [ + "r", + "ait" + ], + [ + "pa", + "n" + ], + [ + "p", + "an" + ], + [ + "ен", + "ь" + ], + [ + "е", + "нь" + ], + [ + "▁dist", + "inct" + ], + [ + "▁K", + "n" + ], + [ + "ön", + "ig" + ], + [ + "ö", + "nig" + ], + [ + "ance", + "d" + ], + [ + "anc", + "ed" + ], + [ + "an", + "ced" + ], + [ + "▁load", + "ing" + ], + [ + "▁lo", + "ading" + ], + [ + "▁", + "loading" + ], + [ + "▁Te", + "chn" + ], + [ + "▁Se", + "l" + ], + [ + "▁S", + "el" + ], + [ + "mu", + "s" + ], + [ + "m", + "us" + ], + [ + "▁ra", + "il" + ], + [ + "▁r", + "ail" + ], + [ + "▁stud", + "ent" + ], + [ + "▁st", + "udent" + ], + [ + "▁", + "student" + ], + [ + "▁not", + "ice" + ], + [ + "▁sl", + "a" + ], + [ + "▁s", + "la" + ], + [ + "▁Д", + "а" + ], + [ + "▁gu", + "ard" + ], + [ + "▁", + "guard" + ], + [ + "▁Da", + "y" + ], + [ + "▁D", + "ay" + ], + [ + "▁", + "Day" + ], + [ + "вал", + "и" + ], + [ + "ва", + "ли" + ], + [ + "в", + "али" + ], + [ + "Opt", + "ion" + ], + [ + "Op", + "tion" + ], + [ + "O", + "ption" + ], + [ + "ais", + "on" + ], + [ + "ai", + "son" + ], + [ + "a", + "ison" + ], + [ + "ip", + "p" + ], + [ + "i", + "pp" + ], + [ + "▁Ju", + "n" + ], + [ + "▁J", + "un" + ], + [ + "▁fel", + "l" + ], + [ + "▁fe", + "ll" + ], + [ + "▁f", + "ell" + ], + [ + "▁absol", + "ute" + ], + [ + "▁ab", + "solute" + ], + [ + "▁", + "absolute" + ], + [ + "ов", + "е" + ], + [ + "о", + "ве" + ], + [ + "deb", + "ug" + ], + [ + "de", + "bug" + ], + [ + "▁Su", + "d" + ], + [ + "▁S", + "ud" + ], + [ + "п", + "ы" + ], + [ + "ugin", + "s" + ], + [ + "ug", + "ins" + ], + [ + "▁view", + "s" + ], + [ + "▁vie", + "ws" + ], + [ + "▁", + "views" + ], + [ + "la", + "y" + ], + [ + "l", + "ay" + ], + [ + "▁sur", + "r" + ], + [ + "▁su", + "rr" + ], + [ + "▁s", + "urr" + ], + [ + "▁sto", + "od" + ], + [ + "▁st", + "ood" + ], + [ + "▁", + "stood" + ], + [ + "▁в", + "і" + ], + [ + "▁", + "ві" + ], + [ + "select", + "ed" + ], + [ + "sel", + "ected" + ], + [ + "г", + "і" + ], + [ + "▁attribute", + "s" + ], + [ + "▁att", + "ributes" + ], + [ + "▁", + "attributes" + ], + [ + "fin", + "al" + ], + [ + "fi", + "nal" + ], + [ + "f", + "inal" + ], + [ + "end", + "a" + ], + [ + "en", + "da" + ], + [ + "▁Bo", + "n" + ], + [ + "▁B", + "on" + ], + [ + "ner", + "s" + ], + [ + "ne", + "rs" + ], + [ + "n", + "ers" + ], + [ + "▁We", + "r" + ], + [ + "▁W", + "er" + ], + [ + "bu", + "r" + ], + [ + "b", + "ur" + ], + [ + "itte", + "l" + ], + [ + "itt", + "el" + ], + [ + "it", + "tel" + ], + [ + "▁mov", + "ing" + ], + [ + "▁mo", + "ving" + ], + [ + "▁m", + "oving" + ], + [ + "▁Pla", + "n" + ], + [ + "▁Pl", + "an" + ], + [ + "▁P", + "lan" + ], + [ + "▁", + "Plan" + ], + [ + "ische", + "s" + ], + [ + "isch", + "es" + ], + [ + "isc", + "hes" + ], + [ + "is", + "ches" + ], + [ + "J", + "ava" + ], + [ + "▁bas", + "is" + ], + [ + "▁b", + "asis" + ], + [ + "▁Bu", + "s" + ], + [ + "▁B", + "us" + ], + [ + "▁", + "Bus" + ], + [ + "▁A", + "u" + ], + [ + "▁Il", + "l" + ], + [ + "▁I", + "ll" + ], + [ + "▁", + "Ill" + ], + [ + "▁вре", + "мя" + ], + [ + "▁ц", + "ент" + ], + [ + "▁", + "цент" + ], + [ + "hand", + "le" + ], + [ + "сту", + "п" + ], + [ + "▁Fa", + "r" + ], + [ + "▁F", + "ar" + ], + [ + "▁ora", + "z" + ], + [ + "▁or", + "az" + ], + [ + "▁o", + "raz" + ], + [ + "oc", + "r" + ], + [ + "o", + "cr" + ], + [ + "▁sei", + "t" + ], + [ + "▁se", + "it" + ], + [ + "onde", + "r" + ], + [ + "ond", + "er" + ], + [ + "on", + "der" + ], + [ + "o", + "nder" + ], + [ + "до", + "м" + ], + [ + "д", + "ом" + ], + [ + ":", + "/" + ], + [ + "cho", + "r" + ], + [ + "ch", + "or" + ], + [ + "c", + "hor" + ], + [ + "▁Tow", + "n" + ], + [ + "▁To", + "wn" + ], + [ + "▁T", + "own" + ], + [ + "▁defin", + "it" + ], + [ + "▁def", + "init" + ], + [ + "rea", + "ct" + ], + [ + "re", + "act" + ], + [ + "▁pie", + "ce" + ], + [ + "▁Kar", + "l" + ], + [ + "▁Ka", + "rl" + ], + [ + "C", + "I" + ], + [ + "▁App", + "lication" + ], + [ + "▁", + "Application" + ], + [ + "unte", + "r" + ], + [ + "unt", + "er" + ], + [ + "un", + "ter" + ], + [ + "▁forme", + "d" + ], + [ + "▁form", + "ed" + ], + [ + "▁for", + "med" + ], + [ + "▁", + "formed" + ], + [ + "▁п", + "у" + ], + [ + "▁", + "пу" + ], + [ + "B", + "o" + ], + [ + "▁Dan", + "iel" + ], + [ + "▁", + "Daniel" + ], + [ + "▁п", + "ла" + ], + [ + "▁", + "пла" + ], + [ + "Bo", + "dy" + ], + [ + "B", + "ody" + ], + [ + "})", + "$" + ], + [ + "}", + ")$" + ], + [ + "▁был", + "и" + ], + [ + "▁бы", + "ли" + ], + [ + "▁ear", + "th" + ], + [ + "▁e", + "arth" + ], + [ + "г", + "ла" + ], + [ + "The", + "re" + ], + [ + "Th", + "ere" + ], + [ + "T", + "here" + ], + [ + "▁ст", + "ра" + ], + [ + "▁с", + "тра" + ], + [ + "▁", + "стра" + ], + [ + "▁vill", + "e" + ], + [ + "▁vil", + "le" + ], + [ + "▁vi", + "lle" + ], + [ + "▁v", + "ille" + ], + [ + "▁", + "ville" + ], + [ + "▁cent", + "re" + ], + [ + "▁c", + "entre" + ], + [ + ")", + "\r" + ], + [ + "▁help", + "ful" + ], + [ + "▁+", + "+" + ], + [ + "▁", + "++" + ], + [ + "▁C", + "G" + ], + [ + "▁", + "CG" + ], + [ + "izio", + "ne" + ], + [ + "izi", + "one" + ], + [ + "iz", + "ione" + ], + [ + "i", + "zione" + ], + [ + "▁Gam", + "e" + ], + [ + "▁Ga", + "me" + ], + [ + "▁G", + "ame" + ], + [ + "▁", + "Game" + ], + [ + "▁Wh", + "ich" + ], + [ + "▁pi", + "p" + ], + [ + "▁p", + "ip" + ], + [ + "▁", + "pip" + ], + [ + "▁Port", + "ug" + ], + [ + "D", + "S" + ], + [ + "▁descri", + "be" + ], + [ + "▁des", + "cribe" + ], + [ + "▁de", + "scribe" + ], + [ + "▁check", + "ing" + ], + [ + "▁manage", + "r" + ], + [ + "▁man", + "ager" + ], + [ + "▁", + "manager" + ], + [ + "B", + "O" + ], + [ + "▁Bund", + "es" + ], + [ + "▁Bun", + "des" + ], + [ + "▁B", + "undes" + ], + [ + "bu", + "ch" + ], + [ + "b", + "uch" + ], + [ + "▁decide", + "d" + ], + [ + "▁decid", + "ed" + ], + [ + "▁dec", + "ided" + ], + [ + "▁Jahrh", + "undert" + ], + [ + "▁fi", + "f" + ], + [ + "▁f", + "if" + ], + [ + "▁", + "fif" + ], + [ + "e", + "fficient" + ], + [ + "anc", + "i" + ], + [ + "an", + "ci" + ], + [ + "bra", + "ries" + ], + [ + "br", + "aries" + ], + [ + "▁fail", + "s" + ], + [ + "▁fa", + "ils" + ], + [ + "▁f", + "ails" + ], + [ + "▁ker", + "nel" + ], + [ + "▁k", + "ernel" + ], + [ + "▁", + "kernel" + ], + [ + "▁G", + "l" + ], + [ + "▁N", + "acional" + ], + [ + "▁proc", + "eed" + ], + [ + "▁pro", + "ceed" + ], + [ + "▁fue", + "r" + ], + [ + "▁fu", + "er" + ], + [ + "▁f", + "uer" + ], + [ + "▁liv", + "ing" + ], + [ + "▁li", + "ving" + ], + [ + "▁l", + "iving" + ], + [ + "▁successful", + "ly" + ], + [ + "▁success", + "fully" + ], + [ + "▁fast", + "er" + ], + [ + "▁fas", + "ter" + ], + [ + "▁fa", + "ster" + ], + [ + "▁f", + "aster" + ], + [ + "▁contr", + "e" + ], + [ + "▁cont", + "re" + ], + [ + "▁con", + "tre" + ], + [ + "▁", + "contre" + ], + [ + "▁pris", + "on" + ], + [ + "▁pri", + "son" + ], + [ + "▁pr", + "ison" + ], + [ + "OR", + "T" + ], + [ + "O", + "RT" + ], + [ + "hel", + "p" + ], + [ + "he", + "lp" + ], + [ + "▁auto", + "r" + ], + [ + "▁aut", + "or" + ], + [ + "▁au", + "tor" + ], + [ + "▁a", + "utor" + ], + [ + "▁", + "autor" + ], + [ + "ła", + "w" + ], + [ + "ł", + "aw" + ], + [ + "aj", + "ą" + ], + [ + "a", + "ją" + ], + [ + "▁Ar", + "m" + ], + [ + "▁A", + "rm" + ], + [ + "▁", + "Arm" + ], + [ + "▁prov", + "in" + ], + [ + "▁pro", + "vin" + ], + [ + "▁na", + "am" + ], + [ + "/", + "#" + ], + [ + "se", + "d" + ], + [ + "s", + "ed" + ], + [ + "▁ges", + "ch" + ], + [ + "▁ge", + "sch" + ], + [ + "▁g", + "esch" + ], + [ + "▁", + "gesch" + ], + [ + "▁ма", + "р" + ], + [ + "▁м", + "ар" + ], + [ + "▁", + "мар" + ], + [ + "es", + "k" + ], + [ + "e", + "sk" + ], + [ + "ter", + "m" + ], + [ + "te", + "rm" + ], + [ + "t", + "erm" + ], + [ + "▁Te", + "x" + ], + [ + "▁T", + "ex" + ], + [ + "▁", + "Tex" + ], + [ + "iri", + "ng" + ], + [ + "ir", + "ing" + ], + [ + "i", + "ring" + ], + [ + "▁tool", + "s" + ], + [ + "▁too", + "ls" + ], + [ + "▁to", + "ols" + ], + [ + "▁t", + "ools" + ], + [ + "▁", + "tools" + ], + [ + "PD", + "F" + ], + [ + "P", + "DF" + ], + [ + "▁ul", + "t" + ], + [ + "▁u", + "lt" + ], + [ + "▁", + "ult" + ], + [ + "issen", + "schaft" + ], + [ + "iss", + "enschaft" + ], + [ + "▁could", + "n" + ], + [ + "din", + "g" + ], + [ + "di", + "ng" + ], + [ + "d", + "ing" + ], + [ + "De", + "p" + ], + [ + "D", + "ep" + ], + [ + "{", + "-" + ], + [ + "▁pred", + "ict" + ], + [ + "▁pre", + "dict" + ], + [ + "▁", + "predict" + ], + [ + "anta", + "ge" + ], + [ + "ant", + "age" + ], + [ + "▁Li", + "ke" + ], + [ + "▁L", + "ike" + ], + [ + "▁", + "Like" + ], + [ + "▁Б", + "и" + ], + [ + "tool", + "s" + ], + [ + "to", + "ols" + ], + [ + "t", + "ools" + ], + [ + "estr", + "a" + ], + [ + "est", + "ra" + ], + [ + "es", + "tra" + ], + [ + "e", + "stra" + ], + [ + "▁k", + "i" + ], + [ + "▁", + "ki" + ], + [ + "▁Ji", + "m" + ], + [ + "▁J", + "im" + ], + [ + "sta", + "r" + ], + [ + "st", + "ar" + ], + [ + "s", + "tar" + ], + [ + "▁rem", + "ark" + ], + [ + "▁re", + "mark" + ], + [ + "▁r", + "emark" + ], + [ + "▁", + "remark" + ], + [ + "ó", + "g" + ], + [ + "nab", + "la" + ], + [ + "na", + "bla" + ], + [ + "▁Al", + "though" + ], + [ + "mod", + "e" + ], + [ + "mo", + "de" + ], + [ + "m", + "ode" + ], + [ + "H", + "ost" + ], + [ + "▁stran", + "ge" + ], + [ + "▁str", + "ange" + ], + [ + "▁st", + "range" + ], + [ + "Non", + "e" + ], + [ + "No", + "ne" + ], + [ + "N", + "one" + ], + [ + "bla", + "ck" + ], + [ + "bl", + "ack" + ], + [ + "b", + "lack" + ], + [ + "▁Fest", + "ival" + ], + [ + "▁F", + "estival" + ], + [ + "▁I", + "S" + ], + [ + "▁", + "IS" + ], + [ + "anz", + "a" + ], + [ + "an", + "za" + ], + [ + "▁(", + "-" + ], + [ + "▁", + "(-" + ], + [ + "ick", + "et" + ], + [ + "ic", + "ket" + ], + [ + "i", + "cket" + ], + [ + "кол", + "а" + ], + [ + "ко", + "ла" + ], + [ + "▁Je", + "s" + ], + [ + "▁J", + "es" + ], + [ + "▁fle", + "x" + ], + [ + "▁fl", + "ex" + ], + [ + "▁f", + "lex" + ], + [ + "▁", + "flex" + ], + [ + "▁", + "À" + ], + [ + "▁Net", + "work" + ], + [ + "▁N", + "etwork" + ], + [ + "▁", + "Network" + ], + [ + "▁E", + "X" + ], + [ + "▁", + "EX" + ], + [ + "▁ener", + "o" + ], + [ + "▁en", + "ero" + ], + [ + "▁e", + "nero" + ], + [ + "!", + "”" + ], + [ + "▁Or", + "t" + ], + [ + "▁O", + "rt" + ], + [ + "▁al", + "ors" + ], + [ + "▁Origin", + "al" + ], + [ + "▁Orig", + "inal" + ], + [ + "▁Or", + "iginal" + ], + [ + "▁", + "Original" + ], + [ + "▁z", + "o" + ], + [ + "▁", + "zo" + ], + [ + "ным", + "и" + ], + [ + "ны", + "ми" + ], + [ + "▁sp", + "l" + ], + [ + "▁s", + "pl" + ], + [ + "▁", + "spl" + ], + [ + "Dra", + "w" + ], + [ + "Dr", + "aw" + ], + [ + "D", + "raw" + ], + [ + "yo", + "nd" + ], + [ + "y", + "ond" + ], + [ + "─", + "─" + ], + [ + "▁O", + "t" + ], + [ + "▁dra", + "m" + ], + [ + "▁dr", + "am" + ], + [ + "▁d", + "ram" + ], + [ + "▁divis", + "ion" + ], + [ + "▁div", + "ision" + ], + [ + "▁di", + "vision" + ], + [ + "▁effic", + "ient" + ], + [ + "▁e", + "fficient" + ], + [ + "▁", + "efficient" + ], + [ + "▁Г", + "а" + ], + [ + "▁vie", + "r" + ], + [ + "▁vi", + "er" + ], + [ + "▁v", + "ier" + ], + [ + "▁", + "vier" + ], + [ + "na", + "k" + ], + [ + "n", + "ak" + ], + [ + "L", + "S" + ], + [ + "▁spir", + "it" + ], + [ + "▁sp", + "irit" + ], + [ + "zeich", + "net" + ], + [ + "▁dic", + "i" + ], + [ + "▁di", + "ci" + ], + [ + "▁d", + "ici" + ], + [ + "cle", + "ar" + ], + [ + "cl", + "ear" + ], + [ + "c", + "lear" + ], + [ + "cop", + "y" + ], + [ + "co", + "py" + ], + [ + "c", + "opy" + ], + [ + "ya", + "r" + ], + [ + "y", + "ar" + ], + [ + "▁ро", + "ці" + ], + [ + "us", + "qu" + ], + [ + "u", + "squ" + ], + [ + "▁nou", + "s" + ], + [ + "▁no", + "us" + ], + [ + "▁n", + "ous" + ], + [ + "▁ble", + "v" + ], + [ + "▁bl", + "ev" + ], + [ + "▁b", + "lev" + ], + [ + "ж", + "де" + ], + [ + "Ar", + "g" + ], + [ + "A", + "rg" + ], + [ + "▁perform", + "ed" + ], + [ + "▁per", + "formed" + ], + [ + "▁Mak", + "e" + ], + [ + "▁Ma", + "ke" + ], + [ + "▁M", + "ake" + ], + [ + "▁", + "Make" + ], + [ + "▁Car", + "ol" + ], + [ + "▁Ca", + "rol" + ], + [ + "ett", + "o" + ], + [ + "et", + "to" + ], + [ + "e", + "tto" + ], + [ + "▁San", + "d" + ], + [ + "▁Sa", + "nd" + ], + [ + "▁S", + "and" + ], + [ + "▁Dis", + "c" + ], + [ + "▁Di", + "sc" + ], + [ + "▁D", + "isc" + ], + [ + "En", + "c" + ], + [ + "E", + "nc" + ], + [ + "rer", + "o" + ], + [ + "re", + "ro" + ], + [ + "r", + "ero" + ], + [ + "has", + "h" + ], + [ + "ha", + "sh" + ], + [ + "h", + "ash" + ], + [ + "▁foc", + "us" + ], + [ + "▁fo", + "cus" + ], + [ + "▁f", + "ocus" + ], + [ + "▁", + "focus" + ], + [ + "▁att", + "ention" + ], + [ + "▁agr", + "e" + ], + [ + "▁ag", + "re" + ], + [ + "▁a", + "gre" + ], + [ + "▁div", + "is" + ], + [ + "▁di", + "vis" + ], + [ + "▁был", + "о" + ], + [ + "▁бы", + "ло" + ], + [ + "▁e", + "j" + ], + [ + "▁", + "ej" + ], + [ + "▁marc", + "h" + ], + [ + "▁mar", + "ch" + ], + [ + "▁m", + "arch" + ], + [ + "▁ph", + "ase" + ], + [ + "▁", + "phase" + ], + [ + "ía", + "s" + ], + [ + "í", + "as" + ], + [ + "▁ph", + "il" + ], + [ + "▁Pa", + "p" + ], + [ + "▁P", + "ap" + ], + [ + "▁riv", + "er" + ], + [ + "▁ri", + "ver" + ], + [ + "▁r", + "iver" + ], + [ + "▁", + "river" + ], + [ + "▁cause", + "d" + ], + [ + "▁caus", + "ed" + ], + [ + "▁ca", + "used" + ], + [ + "▁c", + "aused" + ], + [ + "pl", + "ugin" + ], + [ + "▁Te", + "am" + ], + [ + "▁", + "Team" + ], + [ + "ule", + "r" + ], + [ + "ul", + "er" + ], + [ + "u", + "ler" + ], + [ + "▁$(\"", + "#" + ], + [ + "▁$", + "(\"#" + ], + [ + "ie", + "j" + ], + [ + "i", + "ej" + ], + [ + "I", + "SBN" + ], + [ + "na", + "m" + ], + [ + "n", + "am" + ], + [ + "▁fig", + "ht" + ], + [ + "▁f", + "ight" + ], + [ + "vi", + "d" + ], + [ + "v", + "id" + ], + [ + "▁Lu", + "d" + ], + [ + "▁L", + "ud" + ], + [ + "Select", + "ed" + ], + [ + ":@", + "\"" + ], + [ + ":", + "@\"" + ], + [ + "▁Po", + "d" + ], + [ + "▁P", + "od" + ], + [ + "▁", + "Pod" + ], + [ + "▁année", + "s" + ], + [ + "▁ann", + "ées" + ], + [ + "ario", + "s" + ], + [ + "ari", + "os" + ], + [ + "ar", + "ios" + ], + [ + "a", + "rios" + ], + [ + "▁deutsche", + "r" + ], + [ + "▁deutsch", + "er" + ], + [ + "▁N", + "A" + ], + [ + "▁", + "NA" + ], + [ + "▁и", + "ю" + ], + [ + "▁diction", + "ary" + ], + [ + "▁d", + "ictionary" + ], + [ + "▁", + "dictionary" + ], + [ + "▁Л", + "а" + ], + [ + "▁Tr", + "i" + ], + [ + "▁T", + "ri" + ], + [ + "▁", + "Tri" + ], + [ + "è", + "n" + ], + [ + "▁polit", + "ical" + ], + [ + "rid", + "ge" + ], + [ + "r", + "idge" + ], + [ + "atte", + "n" + ], + [ + "att", + "en" + ], + [ + "at", + "ten" + ], + [ + "▁circ", + "le" + ], + [ + "▁cir", + "cle" + ], + [ + "▁", + "circle" + ], + [ + "▁trans", + "port" + ], + [ + "▁", + "transport" + ], + [ + "ema", + "s" + ], + [ + "em", + "as" + ], + [ + "e", + "mas" + ], + [ + "F", + "C" + ], + [ + "▁replace", + "d" + ], + [ + "▁repla", + "ced" + ], + [ + "▁Au", + "d" + ], + [ + "▁A", + "ud" + ], + [ + "isk", + "a" + ], + [ + "is", + "ka" + ], + [ + "i", + "ska" + ], + [ + "Config", + "uration" + ], + [ + "▁so", + "ort" + ], + [ + "▁Н", + "е" + ], + [ + "▁seq", + "u" + ], + [ + "▁se", + "qu" + ], + [ + "▁s", + "equ" + ], + [ + "▁", + "sequ" + ], + [ + "PR", + "O" + ], + [ + "P", + "RO" + ], + [ + "▁bu", + "d" + ], + [ + "▁b", + "ud" + ], + [ + "▁", + "bud" + ], + [ + "▁{", + "{" + ], + [ + "▁", + "{{" + ], + [ + "lie", + "ß" + ], + [ + "l", + "ieß" + ], + [ + "▁Ma", + "s" + ], + [ + "▁M", + "as" + ], + [ + "der", + "s" + ], + [ + "de", + "rs" + ], + [ + "d", + "ers" + ], + [ + "us", + "ammen" + ], + [ + "es", + "a" + ], + [ + "e", + "sa" + ], + [ + "▁L", + "y" + ], + [ + "в", + "ро" + ], + [ + "ma", + "c" + ], + [ + "m", + "ac" + ], + [ + "▁ис", + "по" + ], + [ + "▁и", + "спо" + ], + [ + "▁su", + "c" + ], + [ + "▁s", + "uc" + ], + [ + "u", + "y" + ], + [ + "▁ill", + "ustr" + ], + [ + "▁primer", + "a" + ], + [ + "▁prime", + "ra" + ], + [ + "▁prim", + "era" + ], + [ + "ila", + "tion" + ], + [ + "il", + "ation" + ], + [ + "i", + "lation" + ], + [ + "▁stor", + "age" + ], + [ + "▁sto", + "rage" + ], + [ + "▁st", + "orage" + ], + [ + "▁", + "storage" + ], + [ + "▁param", + "s" + ], + [ + "▁para", + "ms" + ], + [ + "▁par", + "ams" + ], + [ + "▁pa", + "rams" + ], + [ + "▁", + "params" + ], + [ + "ka", + "z" + ], + [ + "k", + "az" + ], + [ + "▁termin", + "al" + ], + [ + "▁term", + "inal" + ], + [ + "рал", + "ь" + ], + [ + "ра", + "ль" + ], + [ + "р", + "аль" + ], + [ + "▁hold", + "s" + ], + [ + "▁hol", + "ds" + ], + [ + "▁h", + "olds" + ], + [ + "▁", + "holds" + ], + [ + "ло", + "сь" + ], + [ + "▁na", + "d" + ], + [ + "▁n", + "ad" + ], + [ + "▁", + "nad" + ], + [ + "”", + "." + ], + [ + "▁oct", + "ubre" + ], + [ + "bu", + "l" + ], + [ + "b", + "ul" + ], + [ + "▁hu", + "s" + ], + [ + "▁h", + "us" + ], + [ + "▁", + "hus" + ], + [ + "UL", + "T" + ], + [ + "U", + "LT" + ], + [ + "▁ég", + "alement" + ], + [ + "▁Mil", + "l" + ], + [ + "▁Mi", + "ll" + ], + [ + "▁M", + "ill" + ], + [ + "▁", + "Mill" + ], + [ + "ła", + "d" + ], + [ + "ł", + "ad" + ], + [ + "▁cont", + "iene" + ], + [ + "\"", + "?" + ], + [ + "▁>>", + ">" + ], + [ + "▁>", + ">>" + ], + [ + "Qu", + "e" + ], + [ + "Q", + "ue" + ], + [ + " ", + " " + ], + [ + "▁pla", + "in" + ], + [ + "▁pl", + "ain" + ], + [ + "▁p", + "lain" + ], + [ + "▁", + "plain" + ], + [ + "ativ", + "a" + ], + [ + "ati", + "va" + ], + [ + "at", + "iva" + ], + [ + "ock", + "er" + ], + [ + "oc", + "ker" + ], + [ + "o", + "cker" + ], + [ + "Name", + "s" + ], + [ + "Na", + "mes" + ], + [ + "N", + "ames" + ], + [ + "▁Ju", + "d" + ], + [ + "▁J", + "ud" + ], + [ + "▁agre", + "e" + ], + [ + "▁agr", + "ee" + ], + [ + "▁ag", + "ree" + ], + [ + "▁Geme", + "inde" + ], + [ + "▁G", + "emeinde" + ], + [ + "lar", + "e" + ], + [ + "la", + "re" + ], + [ + "l", + "are" + ], + [ + "каз", + "а" + ], + [ + "ка", + "за" + ], + [ + "▁start", + "s" + ], + [ + "▁star", + "ts" + ], + [ + "▁st", + "arts" + ], + [ + "▁", + "starts" + ], + [ + "▁pri", + "ce" + ], + [ + "▁pr", + "ice" + ], + [ + "▁p", + "rice" + ], + [ + "▁", + "price" + ], + [ + "T", + "arget" + ], + [ + "cu", + "s" + ], + [ + "c", + "us" + ], + [ + "▁Inst", + "ead" + ], + [ + ".", + ";" + ], + [ + "▁altern", + "ative" + ], + [ + "▁alter", + "native" + ], + [ + "▁в", + "ла" + ], + [ + "I", + "E" + ], + [ + "▁organ", + "iz" + ], + [ + "in", + "u" + ], + [ + "i", + "nu" + ], + [ + "▁complete", + "d" + ], + [ + "▁complet", + "ed" + ], + [ + "▁comple", + "ted" + ], + [ + "▁comp", + "leted" + ], + [ + "▁car", + "ry" + ], + [ + "ato", + "m" + ], + [ + "at", + "om" + ], + [ + "a", + "tom" + ], + [ + "▁depend", + "ing" + ], + [ + "▁dep", + "ending" + ], + [ + "▁O", + "ur" + ], + [ + "▁ins", + "p" + ], + [ + "▁in", + "sp" + ], + [ + "▁&", + "\\" + ], + [ + "▁", + "&\\" + ], + [ + "ail", + "y" + ], + [ + "ai", + "ly" + ], + [ + "a", + "ily" + ], + [ + "irect", + "ion" + ], + [ + "ire", + "ction" + ], + [ + "ir", + "ection" + ], + [ + "ф", + "а" + ], + [ + "▁def", + "e" + ], + [ + "▁de", + "fe" + ], + [ + "▁d", + "efe" + ], + [ + "TA", + "C" + ], + [ + "T", + "AC" + ], + [ + "▁design", + "ed" + ], + [ + "▁des", + "igned" + ], + [ + "▁de", + "signed" + ], + [ + "▁vo", + "ir" + ], + [ + "▁v", + "oir" + ], + [ + "▁", + "voir" + ], + [ + "bre", + "ak" + ], + [ + "▁parti", + "e" + ], + [ + "▁part", + "ie" + ], + [ + "▁Jahre", + "n" + ], + [ + "▁Jahr", + "en" + ], + [ + "▁Jah", + "ren" + ], + [ + "▁Ja", + "hren" + ], + [ + "▁J", + "ahren" + ], + [ + "▁studi", + "o" + ], + [ + "▁stud", + "io" + ], + [ + "▁st", + "udio" + ], + [ + "▁", + "studio" + ], + [ + "▁jou", + "r" + ], + [ + "▁jo", + "ur" + ], + [ + "▁j", + "our" + ], + [ + "▁Note", + "s" + ], + [ + "▁Not", + "es" + ], + [ + "▁No", + "tes" + ], + [ + "▁N", + "otes" + ], + [ + "fir", + "e" + ], + [ + "fi", + "re" + ], + [ + "f", + "ire" + ], + [ + "hou", + "se" + ], + [ + "ho", + "use" + ], + [ + "h", + "ouse" + ], + [ + "su", + "ccess" + ], + [ + "▁Ju", + "an" + ], + [ + "▁J", + "uan" + ], + [ + "J", + "S" + ], + [ + "▁C", + "ustom" + ], + [ + "▁", + "Custom" + ], + [ + "▁bes", + "ch" + ], + [ + "▁be", + "sch" + ], + [ + "▁b", + "esch" + ], + [ + "▁state", + "d" + ], + [ + "▁stat", + "ed" + ], + [ + "▁sta", + "ted" + ], + [ + "▁st", + "ated" + ], + [ + "boot", + "strap" + ], + [ + "öt", + "t" + ], + [ + "ö", + "tt" + ], + [ + "oz", + "zá" + ], + [ + "▁CO", + "N" + ], + [ + "▁C", + "ON" + ], + [ + "▁", + "CON" + ], + [ + "ha", + "v" + ], + [ + "h", + "av" + ], + [ + "▁sle", + "ep" + ], + [ + "▁s", + "leep" + ], + [ + "▁", + "sleep" + ], + [ + "ed", + "a" + ], + [ + "e", + "da" + ], + [ + "ho", + "t" + ], + [ + "h", + "ot" + ], + [ + "án", + "d" + ], + [ + "á", + "nd" + ], + [ + "▁S", + "y" + ], + [ + "▁temp", + "s" + ], + [ + "▁tem", + "ps" + ], + [ + "▁", + "temps" + ], + [ + "ama", + "r" + ], + [ + "am", + "ar" + ], + [ + "a", + "mar" + ], + [ + "▁sc", + "al" + ], + [ + "▁s", + "cal" + ], + [ + "▁", + "scal" + ], + [ + "▁as", + "t" + ], + [ + "▁a", + "st" + ], + [ + "▁", + "ast" + ], + [ + "▁open", + "ing" + ], + [ + "▁op", + "ening" + ], + [ + "clip", + "se" + ], + [ + "cli", + "pse" + ], + [ + "c", + "lipse" + ], + [ + "▁program", + "ming" + ], + [ + "▁", + "programming" + ], + [ + "▁letter", + "s" + ], + [ + "▁lett", + "ers" + ], + [ + "▁let", + "ters" + ], + [ + "▁profil", + "e" + ], + [ + "▁prof", + "ile" + ], + [ + "▁pro", + "file" + ], + [ + "▁", + "profile" + ], + [ + "na", + "h" + ], + [ + "n", + "ah" + ], + [ + "▁be", + "yond" + ], + [ + "▁Fur", + "ther" + ], + [ + "face", + "s" + ], + [ + "fac", + "es" + ], + [ + "fa", + "ces" + ], + [ + "f", + "aces" + ], + [ + "▁char", + "t" + ], + [ + "▁cha", + "rt" + ], + [ + "▁ch", + "art" + ], + [ + "▁c", + "hart" + ], + [ + "▁", + "chart" + ], + [ + "зд", + "а" + ], + [ + "з", + "да" + ], + [ + "ai", + "gn" + ], + [ + "a", + "ign" + ], + [ + "ні", + "й" + ], + [ + "н", + "ій" + ], + [ + "▁Ro", + "l" + ], + [ + "▁R", + "ol" + ], + [ + "ован", + "о" + ], + [ + "ова", + "но" + ], + [ + "ter", + "ior" + ], + [ + "te", + "rior" + ], + [ + "we", + "d" + ], + [ + "w", + "ed" + ], + [ + "▁hers", + "elf" + ], + [ + "▁her", + "self" + ], + [ + "▁n", + "g" + ], + [ + "▁", + "ng" + ], + [ + "anguage", + "s" + ], + [ + "angu", + "ages" + ], + [ + "}=", + "\\" + ], + [ + "}", + "=\\" + ], + [ + "ynam", + "ic" + ], + [ + "yna", + "mic" + ], + [ + "▁ju", + "g" + ], + [ + "▁j", + "ug" + ], + [ + "▁Ex", + "ample" + ], + [ + "▁", + "Example" + ], + [ + "▁(", + "†" + ], + [ + "▁play", + "ing" + ], + [ + "▁pla", + "ying" + ], + [ + "▁us", + "age" + ], + [ + "▁", + "usage" + ], + [ + "▁manage", + "d" + ], + [ + "▁man", + "aged" + ], + [ + "▁", + "managed" + ], + [ + "▁Nat", + "ur" + ], + [ + "▁N", + "atur" + ], + [ + "тер", + "и" + ], + [ + "те", + "ри" + ], + [ + "▁E", + "t" + ], + [ + "eri", + "a" + ], + [ + "er", + "ia" + ], + [ + "e", + "ria" + ], + [ + "▁daugh", + "ter" + ], + [ + "ние", + "м" + ], + [ + "ни", + "ем" + ], + [ + "F", + "ragment" + ], + [ + "▁ho", + "l" + ], + [ + "▁h", + "ol" + ], + [ + "▁", + "hol" + ], + [ + "F", + "l" + ], + [ + "ограф", + "и" + ], + [ + "огра", + "фи" + ], + [ + "о", + "графи" + ], + [ + "▁ih", + "n" + ], + [ + "▁i", + "hn" + ], + [ + "ü", + "h" + ], + [ + "inst", + "ance" + ], + [ + "▁com", + "un" + ], + [ + "▁co", + "mun" + ], + [ + "▁tr", + "uth" + ], + [ + "▁сам", + "о" + ], + [ + "▁са", + "мо" + ], + [ + "▁implement", + "ed" + ], + [ + "▁any", + "way" + ], + [ + "▁Cr", + "o" + ], + [ + "▁C", + "ro" + ], + [ + "ф", + "е" + ], + [ + "G", + "C" + ], + [ + "ub", + "untu" + ], + [ + "u", + "buntu" + ], + [ + "type", + "s" + ], + [ + "typ", + "es" + ], + [ + "ty", + "pes" + ], + [ + "t", + "ypes" + ], + [ + "ê", + "s" + ], + [ + ".~", + "\\" + ], + [ + ".", + "~\\" + ], + [ + "fol", + "d" + ], + [ + "fo", + "ld" + ], + [ + "f", + "old" + ], + [ + "▁join", + "ed" + ], + [ + "▁jo", + "ined" + ], + [ + "?", + "?" + ], + [ + "▁m", + "é" + ], + [ + "▁", + "mé" + ], + [ + "▁wil", + "d" + ], + [ + "▁w", + "ild" + ], + [ + "к", + "лю" + ], + [ + "rows", + "er" + ], + [ + "row", + "ser" + ], + [ + "▁Hom", + "e" + ], + [ + "▁Ho", + "me" + ], + [ + "▁H", + "ome" + ], + [ + "▁", + "Home" + ], + [ + "skie", + "j" + ], + [ + "ski", + "ej" + ], + [ + "sk", + "iej" + ], + [ + "s", + "kiej" + ], + [ + "▁J", + "OIN" + ], + [ + "▁ju", + "in" + ], + [ + "ho", + "f" + ], + [ + "h", + "of" + ], + [ + "▁datas", + "et" + ], + [ + "▁data", + "set" + ], + [ + "▁dat", + "aset" + ], + [ + "▁", + "dataset" + ], + [ + "ж", + "ду" + ], + [ + "')", + ")" + ], + [ + "'", + "))" + ], + [ + "▁mie", + "js" + ], + [ + "AP", + "I" + ], + [ + "A", + "PI" + ], + [ + "▁edit", + "ed" + ], + [ + "▁ed", + "ited" + ], + [ + "ool", + "s" + ], + [ + "oo", + "ls" + ], + [ + "o", + "ols" + ], + [ + "▁see", + "ing" + ], + [ + "▁se", + "eing" + ], + [ + "ij", + "d" + ], + [ + "i", + "jd" + ], + [ + "▁proced", + "ure" + ], + [ + "▁pro", + "cedure" + ], + [ + "▁Bra", + "s" + ], + [ + "▁Br", + "as" + ], + [ + "▁B", + "ras" + ], + [ + "▁sign", + "ed" + ], + [ + "▁sig", + "ned" + ], + [ + "▁s", + "igned" + ], + [ + "▁", + "signed" + ], + [ + "▁extern", + "os" + ], + [ + "▁dis", + "app" + ], + [ + "▁Dire", + "ct" + ], + [ + "▁Dir", + "ect" + ], + [ + "▁Di", + "rect" + ], + [ + "▁D", + "irect" + ], + [ + "▁", + "Direct" + ], + [ + "cy", + "c" + ], + [ + "c", + "yc" + ], + [ + "▁cons", + "ult" + ], + [ + "ör", + "d" + ], + [ + "ö", + "rd" + ], + [ + "W", + "idget" + ], + [ + "cio", + "us" + ], + [ + "ci", + "ous" + ], + [ + "c", + "ious" + ], + [ + "sec", + "t" + ], + [ + "se", + "ct" + ], + [ + "s", + "ect" + ], + [ + "▁Д", + "и" + ], + [ + "▁win", + "d" + ], + [ + "▁w", + "ind" + ], + [ + "▁", + "wind" + ], + [ + "▁Archiv", + "ado" + ], + [ + "am", + "l" + ], + [ + "a", + "ml" + ], + [ + "с", + "с" + ], + [ + "W", + "h" + ], + [ + "kb", + "d" + ], + [ + "k", + "bd" + ], + [ + "▁Arm", + "y" + ], + [ + "▁Ar", + "my" + ], + [ + "▁suff", + "er" + ], + [ + "▁suf", + "fer" + ], + [ + "▁s", + "uffer" + ], + [ + "art", + "ifact" + ], + [ + "▁resol", + "ve" + ], + [ + "▁", + "resolve" + ], + [ + "▁Spo", + "rt" + ], + [ + "▁Sp", + "ort" + ], + [ + "▁S", + "port" + ], + [ + "▁ц", + "е" + ], + [ + "▁", + "це" + ], + [ + "ida", + "s" + ], + [ + "id", + "as" + ], + [ + "i", + "das" + ], + [ + "▁ta", + "x" + ], + [ + "▁t", + "ax" + ], + [ + "▁", + "tax" + ], + [ + "id", + "i" + ], + [ + "i", + "di" + ], + [ + "▁action", + "s" + ], + [ + "▁act", + "ions" + ], + [ + "▁a", + "ctions" + ], + [ + "▁", + "actions" + ], + [ + "пр", + "а" + ], + [ + "п", + "ра" + ], + [ + "pu", + "és" + ], + [ + "p", + "ués" + ], + [ + "▁na", + "j" + ], + [ + "▁n", + "aj" + ], + [ + "F", + "alse" + ], + [ + "▁ch", + "ance" + ], + [ + "▁так", + "о" + ], + [ + "▁та", + "ко" + ], + [ + "ä", + "d" + ], + [ + "▁do", + "l" + ], + [ + "▁d", + "ol" + ], + [ + "▁en", + "v" + ], + [ + "▁", + "env" + ], + [ + "▁basic", + "ally" + ], + [ + "▁bas", + "ically" + ], + [ + "▁Coun", + "cil" + ], + [ + "zt", + "e" + ], + [ + "z", + "te" + ], + [ + "▁display", + "ed" + ], + [ + "ni", + "l" + ], + [ + "n", + "il" + ], + [ + "comple", + "te" + ], + [ + "comp", + "lete" + ], + [ + "▁Le", + "m" + ], + [ + "▁L", + "em" + ], + [ + "ian", + "ce" + ], + [ + "i", + "ance" + ], + [ + "▁ос", + "нов" + ], + [ + "▁dep", + "end" + ], + [ + "▁de", + "pend" + ], + [ + "pl", + "om" + ], + [ + "ens", + "us" + ], + [ + "ut", + "s" + ], + [ + "u", + "ts" + ], + [ + "▁Ho", + "t" + ], + [ + "▁H", + "ot" + ], + [ + "▁", + "Hot" + ], + [ + "bit", + "r" + ], + [ + "bi", + "tr" + ], + [ + "▁valid", + "ation" + ], + [ + "▁", + "validation" + ], + [ + "ab", + "b" + ], + [ + "a", + "bb" + ], + [ + "▁т", + "ре" + ], + [ + "▁", + "тре" + ], + [ + "k", + "m" + ], + [ + "z", + "d" + ], + [ + "ö", + "ff" + ], + [ + "W", + "E" + ], + [ + "▁interest", + "ed" + ], + [ + "▁inter", + "ested" + ], + [ + "▁{", + "\"" + ], + [ + "▁", + "{\"" + ], + [ + "ar", + "o" + ], + [ + "a", + "ro" + ], + [ + "▁corre", + "l" + ], + [ + "▁corr", + "el" + ], + [ + "▁cor", + "rel" + ], + [ + "▁ded", + "ic" + ], + [ + "▁de", + "dic" + ], + [ + "▁d", + "edic" + ], + [ + "▁list", + "s" + ], + [ + "▁l", + "ists" + ], + [ + "▁", + "lists" + ], + [ + "▁Bibli", + "ografia" + ], + [ + "▁ear", + "lier" + ], + [ + "prog", + "ram" + ], + [ + "pro", + "gram" + ], + [ + "pr", + "ogram" + ], + [ + "▁premi", + "ère" + ], + [ + "▁prem", + "ière" + ], + [ + "fr", + "ont" + ], + [ + "f", + "ront" + ], + [ + "T", + "ab" + ], + [ + "ств", + "у" + ], + [ + "ст", + "ву" + ], + [ + "dro", + "p" + ], + [ + "dr", + "op" + ], + [ + "d", + "rop" + ], + [ + "▁fe", + "ar" + ], + [ + "▁f", + "ear" + ], + [ + "▁En", + "laces" + ], + [ + "▁Cap", + "t" + ], + [ + "▁Ca", + "pt" + ], + [ + "▁C", + "apt" + ], + [ + "▁", + "Capt" + ], + [ + "▁real", + "iz" + ], + [ + "▁ha", + "l" + ], + [ + "▁h", + "al" + ], + [ + "▁", + "hal" + ], + [ + "▁instance", + "s" + ], + [ + "▁inst", + "ances" + ], + [ + "▁sus", + "p" + ], + [ + "▁su", + "sp" + ], + [ + "illi", + "ng" + ], + [ + "ill", + "ing" + ], + [ + "il", + "ling" + ], + [ + "%", + ";" + ], + [ + "{", + "}" + ], + [ + "|", + "|" + ], + [ + "▁parti", + "tion" + ], + [ + "▁part", + "ition" + ], + [ + "▁", + "partition" + ], + [ + "▁Bu", + "ild" + ], + [ + "▁", + "Build" + ], + [ + "▁w", + "o" + ], + [ + "▁", + "wo" + ], + [ + "▁Пе", + "р" + ], + [ + "▁П", + "ер" + ], + [ + "▁direct", + "or" + ], + [ + "▁dire", + "ctor" + ], + [ + "▁dir", + "ector" + ], + [ + "▁Si", + "n" + ], + [ + "▁S", + "in" + ], + [ + "ти", + "я" + ], + [ + "rs", + "g" + ], + [ + "r", + "sg" + ], + [ + "ouve", + "r" + ], + [ + "ouv", + "er" + ], + [ + "ou", + "ver" + ], + [ + "▁near", + "ly" + ], + [ + "od", + "a" + ], + [ + "o", + "da" + ], + [ + "кти", + "в" + ], + [ + "к", + "тив" + ], + [ + "▁si", + "r" + ], + [ + "▁s", + "ir" + ], + [ + "IM", + "E" + ], + [ + "I", + "ME" + ], + [ + "▁jan", + "vier" + ], + [ + "▁Wi", + "n" + ], + [ + "▁W", + "in" + ], + [ + "▁", + "Win" + ], + [ + "Bu", + "ild" + ], + [ + "ieur", + "s" + ], + [ + "ieu", + "rs" + ], + [ + "ie", + "urs" + ], + [ + "i", + "eurs" + ], + [ + "IN", + "E" + ], + [ + "I", + "NE" + ], + [ + "d", + "ouble" + ], + [ + "La", + "st" + ], + [ + "L", + "ast" + ], + [ + "▁polic", + "y" + ], + [ + "▁pol", + "icy" + ], + [ + "▁", + "policy" + ], + [ + "stor", + "e" + ], + [ + "sto", + "re" + ], + [ + "st", + "ore" + ], + [ + "▁observe", + "d" + ], + [ + "▁observ", + "ed" + ], + [ + "▁obser", + "ved" + ], + [ + "▁obs", + "erved" + ], + [ + "▁famil", + "ie" + ], + [ + "nic", + "a" + ], + [ + "ni", + "ca" + ], + [ + "n", + "ica" + ], + [ + "re", + "y" + ], + [ + "r", + "ey" + ], + [ + "з", + "ь" + ], + [ + "▁Ye", + "ar" + ], + [ + "▁Y", + "ear" + ], + [ + "▁", + "Year" + ], + [ + "▁develop", + "ed" + ], + [ + "▁deve", + "loped" + ], + [ + "▁Institut", + "e" + ], + [ + "▁Instit", + "ute" + ], + [ + "▁Inst", + "itute" + ], + [ + "▁rep", + "ly" + ], + [ + "▁re", + "ply" + ], + [ + "Comp", + "le" + ], + [ + "Com", + "ple" + ], + [ + "icia", + "n" + ], + [ + "ici", + "an" + ], + [ + "ic", + "ian" + ], + [ + "i", + "cian" + ], + [ + "▁Gu", + "er" + ], + [ + "▁G", + "uer" + ], + [ + "▁dal", + "l" + ], + [ + "▁da", + "ll" + ], + [ + "▁d", + "all" + ], + [ + "▁des", + "p" + ], + [ + "▁de", + "sp" + ], + [ + "▁d", + "esp" + ], + [ + "▁Foot", + "ball" + ], + [ + "Emp", + "ty" + ], + [ + "Em", + "pty" + ], + [ + "cke", + "n" + ], + [ + "ck", + "en" + ], + [ + "c", + "ken" + ], + [ + "und", + "a" + ], + [ + "un", + "da" + ], + [ + "▁U", + "r" + ], + [ + "▁i", + "g" + ], + [ + "▁", + "ig" + ], + [ + "▁At", + "l" + ], + [ + "▁A", + "tl" + ], + [ + "auth", + "or" + ], + [ + "aut", + "hor" + ], + [ + "▁Bo", + "l" + ], + [ + "▁B", + "ol" + ], + [ + "zi", + "g" + ], + [ + "z", + "ig" + ], + [ + "na", + "t" + ], + [ + "n", + "at" + ], + [ + "š", + "t" + ], + [ + "sec", + "urity" + ], + [ + "se", + "curity" + ], + [ + "oni", + "c" + ], + [ + "on", + "ic" + ], + [ + "o", + "nic" + ], + [ + "▁pe", + "s" + ], + [ + "▁p", + "es" + ], + [ + "▁", + "pes" + ], + [ + "ita", + "n" + ], + [ + "it", + "an" + ], + [ + "i", + "tan" + ], + [ + "▁Ext", + "ern" + ], + [ + "▁Ex", + "tern" + ], + [ + "ja", + "n" + ], + [ + "j", + "an" + ], + [ + "VA", + "L" + ], + [ + "V", + "AL" + ], + [ + "▁и", + "м" + ], + [ + "▁", + "им" + ], + [ + "bol", + "d" + ], + [ + "bo", + "ld" + ], + [ + "b", + "old" + ], + [ + "▁в", + "а" + ], + [ + "▁", + "ва" + ], + [ + "▁М", + "о" + ], + [ + "▁disp", + "ut" + ], + [ + "▁dis", + "put" + ], + [ + "▁tri", + "ck" + ], + [ + "▁tr", + "ick" + ], + [ + "▁t", + "rick" + ], + [ + "▁pe", + "d" + ], + [ + "▁p", + "ed" + ], + [ + "▁", + "ped" + ], + [ + ")^", + "{" + ], + [ + ")", + "^{" + ], + [ + "int", + "o" + ], + [ + "in", + "to" + ], + [ + "Si", + "m" + ], + [ + "S", + "im" + ], + [ + "▁par", + "allel" + ], + [ + "▁", + "parallel" + ], + [ + "fo", + "x" + ], + [ + "f", + "ox" + ], + [ + "norm", + "al" + ], + [ + "nor", + "mal" + ], + [ + "n", + "ormal" + ], + [ + "inen", + "t" + ], + [ + "ine", + "nt" + ], + [ + "in", + "ent" + ], + [ + "пе", + "ди" + ], + [ + "п", + "еди" + ], + [ + "hol", + "d" + ], + [ + "ho", + "ld" + ], + [ + "h", + "old" + ], + [ + "O", + "K" + ], + [ + "▁che", + "m" + ], + [ + "▁ch", + "em" + ], + [ + "▁c", + "hem" + ], + [ + "▁", + "chem" + ], + [ + "▁tw", + "ice" + ], + [ + "▁user", + "name" + ], + [ + "▁us", + "ername" + ], + [ + "▁", + "username" + ], + [ + "i", + "č" + ], + [ + "▁represent", + "ation" + ], + [ + "▁repres", + "entation" + ], + [ + "▁re", + "presentation" + ], + [ + "▁journ", + "al" + ], + [ + "▁jour", + "nal" + ], + [ + "▁j", + "ournal" + ], + [ + "▁:", + "-" + ], + [ + "▁", + ":-" + ], + [ + "▁bat", + "t" + ], + [ + "▁ba", + "tt" + ], + [ + "▁b", + "att" + ], + [ + "\\", + "%" + ], + [ + "▁certain", + "ly" + ], + [ + "▁Ex", + "ception" + ], + [ + "▁", + "Exception" + ], + [ + "ep", + "s" + ], + [ + "e", + "ps" + ], + [ + "sh", + "ot" + ], + [ + "s", + "hot" + ], + [ + "ateg", + "y" + ], + [ + "ate", + "gy" + ], + [ + "at", + "egy" + ], + [ + "Sh", + "ow" + ], + [ + "S", + "how" + ], + [ + "▁Car", + "l" + ], + [ + "▁Ca", + "rl" + ], + [ + "ri", + "g" + ], + [ + "r", + "ig" + ], + [ + "▁report", + "ed" + ], + [ + "▁rep", + "orted" + ], + [ + "bot", + "tom" + ], + [ + "b", + "ottom" + ], + [ + "T", + "F" + ], + [ + "▁Francis", + "co" + ], + [ + "na", + "p" + ], + [ + "n", + "ap" + ], + [ + "▁Champions", + "hip" + ], + [ + "▁Champion", + "ship" + ], + [ + "▁cour", + "t" + ], + [ + "▁cou", + "rt" + ], + [ + "▁co", + "urt" + ], + [ + "▁c", + "ourt" + ], + [ + "▁", + "court" + ], + [ + "▁source", + "s" + ], + [ + "▁s", + "ources" + ], + [ + "io", + "ur" + ], + [ + "i", + "our" + ], + [ + "▁conser", + "v" + ], + [ + "▁conse", + "rv" + ], + [ + "▁cons", + "erv" + ], + [ + "▁con", + "serv" + ], + [ + "dic", + "t" + ], + [ + "di", + "ct" + ], + [ + "d", + "ict" + ], + [ + "▁Р", + "у" + ], + [ + "I", + "B" + ], + [ + "▁V", + "e" + ], + [ + "▁", + "№" + ], + [ + "▁E", + "R" + ], + [ + "▁", + "ER" + ], + [ + "\"))", + ";" + ], + [ + "\")", + ");" + ], + [ + "\"", + "));" + ], + [ + "▁Po", + "int" + ], + [ + "▁P", + "oint" + ], + [ + "▁", + "Point" + ], + [ + "azi", + "ne" + ], + [ + "az", + "ine" + ], + [ + "▁intern", + "et" + ], + [ + "▁inter", + "net" + ], + [ + "д", + "на" + ], + [ + "▁carri", + "ed" + ], + [ + "▁car", + "ried" + ], + [ + "▁F", + "ield" + ], + [ + "▁", + "Field" + ], + [ + "axi", + "s" + ], + [ + "ax", + "is" + ], + [ + "a", + "xis" + ], + [ + "▁Su", + "n" + ], + [ + "▁S", + "un" + ], + [ + "▁av", + "e" + ], + [ + "▁a", + "ve" + ], + [ + "▁", + "ave" + ], + [ + "пи", + "с" + ], + [ + "п", + "ис" + ], + [ + "я", + "н" + ], + [ + "as", + "y" + ], + [ + "▁juli", + "o" + ], + [ + "▁jul", + "io" + ], + [ + "▁ju", + "lio" + ], + [ + "▁dep", + "uis" + ], + [ + "▁de", + "puis" + ], + [ + "▁suggest", + "ion" + ], + [ + "▁sugg", + "estion" + ], + [ + "[", + "[" + ], + [ + "▁Archiv", + "e" + ], + [ + "▁Arch", + "ive" + ], + [ + "ę", + "p" + ], + [ + "▁Pr", + "a" + ], + [ + "▁P", + "ra" + ], + [ + "re", + "h" + ], + [ + "r", + "eh" + ], + [ + "▁demon", + "str" + ], + [ + "ф", + "і" + ], + [ + "cm", + "d" + ], + [ + "c", + "md" + ], + [ + "▁was", + "n" + ], + [ + "▁wa", + "sn" + ], + [ + "▁ph", + "one" + ], + [ + "▁", + "phone" + ], + [ + "up", + "load" + ], + [ + "ay", + "a" + ], + [ + "a", + "ya" + ], + [ + "тор", + "а" + ], + [ + "то", + "ра" + ], + [ + "line", + "s" + ], + [ + "lin", + "es" + ], + [ + "li", + "nes" + ], + [ + "l", + "ines" + ], + [ + "▁ind", + "u" + ], + [ + "▁in", + "du" + ], + [ + "▁", + "indu" + ], + [ + "▁vo", + "t" + ], + [ + "▁v", + "ot" + ], + [ + "▁esp", + "a" + ], + [ + "▁es", + "pa" + ], + [ + "▁bi", + "n" + ], + [ + "▁b", + "in" + ], + [ + "▁", + "bin" + ], + [ + "▁пос", + "ле" + ], + [ + "▁по", + "сле" + ], + [ + "pla", + "n" + ], + [ + "pl", + "an" + ], + [ + "p", + "lan" + ], + [ + "▁juni", + "o" + ], + [ + "▁jun", + "io" + ], + [ + "▁ju", + "nio" + ], + [ + "oria", + "l" + ], + [ + "ori", + "al" + ], + [ + "or", + "ial" + ], + [ + "o", + "rial" + ], + [ + "fre", + "e" + ], + [ + "fr", + "ee" + ], + [ + "f", + "ree" + ], + [ + "ster", + "reich" + ], + [ + "▁д", + "у" + ], + [ + "▁", + "ду" + ], + [ + "▁link", + "ed" + ], + [ + "▁lin", + "ked" + ], + [ + "▁en", + "able" + ], + [ + "▁", + "enable" + ], + [ + "P", + "C" + ], + [ + "▁dens", + "ity" + ], + [ + "▁Eg", + "y" + ], + [ + "▁E", + "gy" + ], + [ + "y", + "o" + ], + [ + "end", + "re" + ], + [ + "▁с", + "ъ" + ], + [ + "▁ital", + "iano" + ], + [ + "▁A", + "R" + ], + [ + "▁", + "AR" + ], + [ + "▁Per", + "s" + ], + [ + "▁Pe", + "rs" + ], + [ + "▁P", + "ers" + ], + [ + "▁", + "Pers" + ], + [ + "fér", + "és" + ], + [ + "▁с", + "кла" + ], + [ + "V", + "ar" + ], + [ + "▁On", + "ce" + ], + [ + "▁", + "Once" + ], + [ + "Re", + "d" + ], + [ + "R", + "ed" + ], + [ + "buff", + "er" + ], + [ + "buf", + "fer" + ], + [ + "b", + "uffer" + ], + [ + "▁Ent", + "er" + ], + [ + "▁En", + "ter" + ], + [ + "▁", + "Enter" + ], + [ + "▁", + "Š" + ], + [ + "imi", + "ento" + ], + [ + "im", + "iento" + ], + [ + "Sto", + "re" + ], + [ + "St", + "ore" + ], + [ + "▁he", + "alth" + ], + [ + "va", + "t" + ], + [ + "v", + "at" + ], + [ + "IS", + "T" + ], + [ + "I", + "ST" + ], + [ + "O", + "h" + ], + [ + "▁k", + "w" + ], + [ + "▁", + "kw" + ], + [ + "▁ri", + "v" + ], + [ + "▁r", + "iv" + ], + [ + "▁", + "riv" + ], + [ + "▁some", + "where" + ], + [ + "ografi", + "e" + ], + [ + "ograf", + "ie" + ], + [ + "priv", + "ate" + ], + [ + "p", + "rivate" + ], + [ + "кт", + "и" + ], + [ + "к", + "ти" + ], + [ + "▁del", + "ay" + ], + [ + "▁de", + "lay" + ], + [ + "▁", + "delay" + ], + [ + "▁H", + "ttp" + ], + [ + "▁", + "Http" + ], + [ + "jo", + "b" + ], + [ + "j", + "ob" + ], + [ + "ra", + "el" + ], + [ + "r", + "ael" + ], + [ + "emp", + "or" + ], + [ + "em", + "por" + ], + [ + "▁dici", + "embre" + ], + [ + "▁dic", + "iembre" + ], + [ + "êt", + "e" + ], + [ + "ê", + "te" + ], + [ + "ц", + "у" + ], + [ + "▁comm", + "it" + ], + [ + "▁com", + "mit" + ], + [ + "▁", + "commit" + ], + [ + "os", + "o" + ], + [ + "o", + "so" + ], + [ + "Value", + "s" + ], + [ + "Val", + "ues" + ], + [ + "▁header", + "s" + ], + [ + "▁head", + "ers" + ], + [ + "▁he", + "aders" + ], + [ + "▁", + "headers" + ], + [ + "trans", + "form" + ], + [ + "▁process", + "ing" + ], + [ + "▁proces", + "sing" + ], + [ + "▁", + "processing" + ], + [ + "r", + "å" + ], + [ + "▁A", + "h" + ], + [ + "▁", + "Ah" + ], + [ + "▁No", + "de" + ], + [ + "▁N", + "ode" + ], + [ + "▁", + "Node" + ], + [ + "----------", + "--" + ], + [ + "--------", + "----" + ], + [ + "-------", + "-----" + ], + [ + "------", + "------" + ], + [ + "-----", + "-------" + ], + [ + "----", + "--------" + ], + [ + "--", + "----------" + ], + [ + "▁fair", + "e" + ], + [ + "▁fa", + "ire" + ], + [ + "▁f", + "aire" + ], + [ + "▁hu", + "n" + ], + [ + "▁h", + "un" + ], + [ + "Play", + "er" + ], + [ + "Pl", + "ayer" + ], + [ + "P", + "layer" + ], + [ + "▁rev", + "iew" + ], + [ + "▁re", + "view" + ], + [ + "▁", + "review" + ], + [ + "г", + "да" + ], + [ + "▁limit", + "ed" + ], + [ + "▁lim", + "ited" + ], + [ + "▁", + "limited" + ], + [ + "▁Pro", + "perty" + ], + [ + "▁", + "Property" + ], + [ + "▁serv", + "e" + ], + [ + "▁ser", + "ve" + ], + [ + "▁s", + "erve" + ], + [ + "▁", + "serve" + ], + [ + "ria", + "ge" + ], + [ + "ri", + "age" + ], + [ + "▁Mas", + "ter" + ], + [ + "▁Ma", + "ster" + ], + [ + "▁M", + "aster" + ], + [ + "▁", + "Master" + ], + [ + "▁kan", + "n" + ], + [ + "▁ka", + "nn" + ], + [ + "▁k", + "ann" + ], + [ + "cret", + "e" + ], + [ + "cre", + "te" + ], + [ + "cr", + "ete" + ], + [ + "pher", + "e" + ], + [ + "phe", + "re" + ], + [ + "ph", + "ere" + ], + [ + "p", + "here" + ], + [ + "ё", + "р" + ], + [ + "▁chi", + "ef" + ], + [ + "▁ch", + "ief" + ], + [ + "▁scen", + "e" + ], + [ + "▁sc", + "ene" + ], + [ + "▁", + "scene" + ], + [ + "ki", + "n" + ], + [ + "k", + "in" + ], + [ + "▁un", + "iform" + ], + [ + "▁", + "uniform" + ], + [ + "▁feb", + "rero" + ], + [ + "\"", + "}" + ], + [ + "ill", + "o" + ], + [ + "il", + "lo" + ], + [ + "IT", + "E" + ], + [ + "I", + "TE" + ], + [ + "ouve", + "l" + ], + [ + "ouv", + "el" + ], + [ + "ou", + "vel" + ], + [ + "use", + "package" + ], + [ + "ent", + "h" + ], + [ + "en", + "th" + ], + [ + "e", + "nth" + ], + [ + "▁quick", + "ly" + ], + [ + "L", + "ambda" + ], + [ + "xe", + "s" + ], + [ + "x", + "es" + ], + [ + "▁cell", + "s" + ], + [ + "▁cel", + "ls" + ], + [ + "▁c", + "ells" + ], + [ + "ro", + "g" + ], + [ + "r", + "og" + ], + [ + "ami", + "n" + ], + [ + "am", + "in" + ], + [ + "a", + "min" + ], + [ + "▁Ма", + "р" + ], + [ + "▁М", + "ар" + ], + [ + "▁mayo", + "r" + ], + [ + "▁may", + "or" + ], + [ + "play", + "er" + ], + [ + "pla", + "yer" + ], + [ + "pl", + "ayer" + ], + [ + "p", + "layer" + ], + [ + "++", + ";" + ], + [ + "▁На", + "се" + ], + [ + "▁saf", + "e" + ], + [ + "▁sa", + "fe" + ], + [ + "▁", + "safe" + ], + [ + "▁vel", + "oc" + ], + [ + "▁ve", + "loc" + ], + [ + "▁об", + "ра" + ], + [ + "▁о", + "бра" + ], + [ + "▁", + "обра" + ], + [ + "Data", + "base" + ], + [ + "Dat", + "abase" + ], + [ + "D", + "atabase" + ], + [ + "ne", + "h" + ], + [ + "n", + "eh" + ], + [ + "Ver", + "t" + ], + [ + "V", + "ert" + ], + [ + "▁fl", + "e" + ], + [ + "▁f", + "le" + ], + [ + "▁фо", + "р" + ], + [ + "▁ф", + "ор" + ], + [ + "▁", + "фор" + ], + [ + "▁fore", + "ign" + ], + [ + "▁for", + "eign" + ], + [ + "▁f", + "oreign" + ], + [ + "Ab", + "stract" + ], + [ + "▁mag", + "n" + ], + [ + "▁ma", + "gn" + ], + [ + "▁m", + "agn" + ], + [ + "▁mod", + "ified" + ], + [ + "▁militar", + "y" + ], + [ + "▁milit", + "ary" + ], + [ + "▁mond", + "e" + ], + [ + "▁mon", + "de" + ], + [ + "▁mo", + "nde" + ], + [ + "▁m", + "onde" + ], + [ + "▁Act", + "ion" + ], + [ + "▁Ac", + "tion" + ], + [ + "▁A", + "ction" + ], + [ + "▁", + "Action" + ], + [ + "▁ban", + "k" + ], + [ + "▁b", + "ank" + ], + [ + "▁", + "bank" + ], + [ + "Ser", + "ial" + ], + [ + "Se", + "rial" + ], + [ + "▁continu", + "ous" + ], + [ + "▁contin", + "uous" + ], + [ + "▁ge", + "l" + ], + [ + "▁g", + "el" + ], + [ + "▁", + "gel" + ], + [ + "▁phys", + "ical" + ], + [ + "▁introduce", + "d" + ], + [ + "▁introdu", + "ced" + ], + [ + "ut", + "ure" + ], + [ + "ric", + "k" + ], + [ + "ri", + "ck" + ], + [ + "r", + "ick" + ], + [ + "▁presente", + "d" + ], + [ + "▁present", + "ed" + ], + [ + "▁pres", + "ented" + ], + [ + "▁Pro", + "v" + ], + [ + "▁Pr", + "ov" + ], + [ + "▁P", + "rov" + ], + [ + "▁Bot", + "h" + ], + [ + "▁Bo", + "th" + ], + [ + "▁B", + "oth" + ], + [ + "Po", + "s" + ], + [ + "P", + "os" + ], + [ + "sup", + "er" + ], + [ + "su", + "per" + ], + [ + "s", + "uper" + ], + [ + "&", + "#" + ], + [ + "▁find", + "ing" + ], + [ + "▁fin", + "ding" + ], + [ + "▁f", + "inding" + ], + [ + "ne", + "l" + ], + [ + "n", + "el" + ], + [ + "und", + "e" + ], + [ + "un", + "de" + ], + [ + "u", + "nde" + ], + [ + "▁fr", + "ån" + ], + [ + "ski", + "m" + ], + [ + "sk", + "im" + ], + [ + "s", + "kim" + ], + [ + "▁Hil", + "l" + ], + [ + "▁Hi", + "ll" + ], + [ + "▁H", + "ill" + ], + [ + "f", + "n" + ], + [ + "▁Can", + "ad" + ], + [ + "▁Ca", + "nad" + ], + [ + "▁intend", + "ed" + ], + [ + "▁inten", + "ded" + ], + [ + "▁int", + "ended" + ], + [ + "ozzá", + "férés" + ], + [ + "▁ju", + "illet" + ], + [ + "▁War", + "s" + ], + [ + "▁Wa", + "rs" + ], + [ + "▁W", + "ars" + ], + [ + "▁success", + "ful" + ], + [ + "▁char", + "g" + ], + [ + "▁cha", + "rg" + ], + [ + "▁ch", + "arg" + ], + [ + "▁", + "charg" + ], + [ + "iel", + "e" + ], + [ + "ie", + "le" + ], + [ + "i", + "ele" + ], + [ + "omet", + "hing" + ], + [ + "ome", + "thing" + ], + [ + "om", + "ething" + ], + [ + "ok", + "u" + ], + [ + "o", + "ku" + ], + [ + "f", + "etch" + ], + [ + "▁}", + "}" + ], + [ + "▁", + "}}" + ], + [ + "ban", + "k" + ], + [ + "b", + "ank" + ], + [ + "operator", + "name" + ], + [ + "▁Col", + "or" + ], + [ + "▁Co", + "lor" + ], + [ + "▁", + "Color" + ], + [ + "▁Car", + "d" + ], + [ + "▁Ca", + "rd" + ], + [ + "▁C", + "ard" + ], + [ + "▁", + "Card" + ], + [ + "t", + "u" + ], + [ + "▁\"", + "," + ], + [ + "▁", + "\"," + ], + [ + "wi", + "d" + ], + [ + "w", + "id" + ], + [ + "▁ge", + "p" + ], + [ + "▁g", + "ep" + ], + [ + "X", + "ML" + ], + [ + "========", + "========" + ], + [ + "▁Vir", + "gin" + ], + [ + "ähr", + "end" + ], + [ + "äh", + "rend" + ], + [ + "licate", + "d" + ], + [ + "lica", + "ted" + ], + [ + "lic", + "ated" + ], + [ + "Di", + "r" + ], + [ + "D", + "ir" + ], + [ + "zer", + "o" + ], + [ + "ze", + "ro" + ], + [ + "z", + "ero" + ], + [ + "▁Ka", + "l" + ], + [ + "▁K", + "al" + ], + [ + "▁Part", + "y" + ], + [ + "▁Par", + "ty" + ], + [ + "▁", + "å" + ], + [ + "pr", + "ice" + ], + [ + "p", + "rice" + ], + [ + "do", + "n" + ], + [ + "d", + "on" + ], + [ + "▁warn", + "ing" + ], + [ + "▁war", + "ning" + ], + [ + "▁w", + "arning" + ], + [ + "▁", + "warning" + ], + [ + "▁Ba", + "d" + ], + [ + "▁B", + "ad" + ], + [ + "▁", + "Bad" + ], + [ + "▁Sup", + "p" + ], + [ + "▁Su", + "pp" + ], + [ + "▁S", + "upp" + ], + [ + "▁", + "Supp" + ], + [ + "▁Lig", + "a" + ], + [ + "▁Li", + "ga" + ], + [ + "▁L", + "iga" + ], + [ + "▁Pier", + "re" + ], + [ + "▁P", + "ierre" + ], + [ + "▁", + "Pierre" + ], + [ + "Rec", + "ord" + ], + [ + "Re", + "cord" + ], + [ + "ula", + "tor" + ], + [ + "ul", + "ator" + ], + [ + "▁Rom", + "e" + ], + [ + "▁Ro", + "me" + ], + [ + "▁R", + "ome" + ], + [ + "▁the", + "orem" + ], + [ + "▁", + "theorem" + ], + [ + "▁entire", + "ly" + ], + [ + "ски", + "м" + ], + [ + "ск", + "им" + ], + [ + "с", + "ким" + ], + [ + "he", + "t" + ], + [ + "h", + "et" + ], + [ + "▁dop", + "o" + ], + [ + "▁do", + "po" + ], + [ + "▁d", + "opo" + ], + [ + "Ne", + "xt" + ], + [ + "N", + "ext" + ], + [ + "ml", + "ung" + ], + [ + "m", + "lung" + ], + [ + "wi", + "g" + ], + [ + "w", + "ig" + ], + [ + "▁At", + "h" + ], + [ + "▁A", + "th" + ], + [ + "▁So", + "u" + ], + [ + "▁S", + "ou" + ], + [ + "liche", + "r" + ], + [ + "lich", + "er" + ], + [ + "lic", + "her" + ], + [ + "li", + "cher" + ], + [ + "l", + "icher" + ], + [ + "▁sud", + "o" + ], + [ + "▁su", + "do" + ], + [ + "▁s", + "udo" + ], + [ + "▁", + "sudo" + ], + [ + "est", + "s" + ], + [ + "es", + "ts" + ], + [ + "хі", + "в" + ], + [ + "х", + "ів" + ], + [ + "▁sept", + "iembre" + ], + [ + "▁mic", + "ro" + ], + [ + "▁mi", + "cro" + ], + [ + "▁m", + "icro" + ], + [ + "▁tro", + "p" + ], + [ + "▁tr", + "op" + ], + [ + "▁t", + "rop" + ], + [ + "fi", + "t" + ], + [ + "f", + "it" + ], + [ + "Cor", + "e" + ], + [ + "Co", + "re" + ], + [ + "C", + "ore" + ], + [ + "▁Rad", + "io" + ], + [ + "▁", + "Radio" + ], + [ + "▁Or", + "gan" + ], + [ + "▁", + "Organ" + ], + [ + "▁Pow", + "er" + ], + [ + "▁Po", + "wer" + ], + [ + "▁P", + "ower" + ], + [ + "▁", + "Power" + ], + [ + "C", + "F" + ], + [ + "▁Las", + "t" + ], + [ + "▁La", + "st" + ], + [ + "▁L", + "ast" + ], + [ + "▁", + "Last" + ], + [ + "▁opp", + "os" + ], + [ + "▁op", + "pos" + ], + [ + "▁off", + "set" + ], + [ + "▁", + "offset" + ], + [ + "▁reg", + "ia" + ], + [ + "▁re", + "gia" + ], + [ + "▁minim", + "um" + ], + [ + "▁min", + "imum" + ], + [ + "▁help", + "ed" + ], + [ + "▁hel", + "ped" + ], + [ + "ando", + "n" + ], + [ + "and", + "on" + ], + [ + "an", + "don" + ], + [ + "ify", + "ing" + ], + [ + "if", + "ying" + ], + [ + "ru", + "it" + ], + [ + "r", + "uit" + ], + [ + "ensch", + "app" + ], + [ + "▁ber", + "e" + ], + [ + "▁be", + "re" + ], + [ + "▁b", + "ere" + ], + [ + "▁", + "bere" + ], + [ + "V", + "M" + ], + [ + "▁Award", + "s" + ], + [ + "▁Aw", + "ards" + ], + [ + "▁A", + "wards" + ], + [ + "▁ag", + "r" + ], + [ + "▁a", + "gr" + ], + [ + "▁", + "agr" + ], + [ + "yn", + "omial" + ], + [ + "ence", + "d" + ], + [ + "enc", + "ed" + ], + [ + "en", + "ced" + ], + [ + "▁device", + "s" + ], + [ + "▁devi", + "ces" + ], + [ + "▁dev", + "ices" + ], + [ + "▁bo", + "t" + ], + [ + "▁b", + "ot" + ], + [ + "▁", + "bot" + ], + [ + "▁fir", + "m" + ], + [ + "▁fi", + "rm" + ], + [ + "▁f", + "irm" + ], + [ + "▁write", + "r" + ], + [ + "▁writ", + "er" + ], + [ + "▁wr", + "iter" + ], + [ + "▁w", + "riter" + ], + [ + "▁", + "writer" + ], + [ + "▁rin", + "g" + ], + [ + "▁ri", + "ng" + ], + [ + "▁r", + "ing" + ], + [ + "▁", + "ring" + ], + [ + ".", + "-" + ], + [ + "iste", + "s" + ], + [ + "ist", + "es" + ], + [ + "is", + "tes" + ], + [ + "l", + "ä" + ], + [ + "▁me", + "l" + ], + [ + "▁m", + "el" + ], + [ + "▁", + "mel" + ], + [ + "enta", + "tion" + ], + [ + "ent", + "ation" + ], + [ + "▁Sch", + "w" + ], + [ + "▁Sc", + "hw" + ], + [ + "▁nom", + "e" + ], + [ + "▁no", + "me" + ], + [ + "▁n", + "ome" + ], + [ + "▁", + "nome" + ], + [ + "▁pob", + "la" + ], + [ + "▁po", + "bla" + ], + [ + "▁wo", + "j" + ], + [ + "▁w", + "oj" + ], + [ + "▁u", + "l" + ], + [ + "▁", + "ul" + ], + [ + "ent", + "o" + ], + [ + "en", + "to" + ], + [ + "ы", + "х" + ], + [ + "▁res", + "ist" + ], + [ + "▁remain", + "s" + ], + [ + "▁rem", + "ains" + ], + [ + "▁C", + "a" + ], + [ + "▁", + "Ca" + ], + [ + "añ", + "a" + ], + [ + "a", + "ña" + ], + [ + "▁Cour", + "t" + ], + [ + "▁Cou", + "rt" + ], + [ + "▁Co", + "urt" + ], + [ + "▁C", + "ourt" + ], + [ + "uta", + "ble" + ], + [ + "ut", + "able" + ], + [ + "u", + "table" + ], + [ + "ential", + "ly" + ], + [ + "enti", + "ally" + ], + [ + "▁tra", + "t" + ], + [ + "▁tr", + "at" + ], + [ + "▁t", + "rat" + ], + [ + "▁", + "trat" + ], + [ + "▁Vis", + "ual" + ], + [ + "▁", + "Visual" + ], + [ + "▁rest", + "rict" + ], + [ + "▁previous", + "ly" + ], + [ + "▁prev", + "iously" + ], + [ + "▁pre", + "viously" + ], + [ + "cat", + "ion" + ], + [ + "ca", + "tion" + ], + [ + "c", + "ation" + ], + [ + "▁ос", + "о" + ], + [ + "▁о", + "со" + ], + [ + "▁My", + "SQL" + ], + [ + "f", + "ör" + ], + [ + "cal", + "a" + ], + [ + "ca", + "la" + ], + [ + "c", + "ala" + ], + [ + "▁cult", + "ure" + ], + [ + "▁c", + "ulture" + ], + [ + "liv", + "e" + ], + [ + "li", + "ve" + ], + [ + "l", + "ive" + ], + [ + "▁accept", + "ed" + ], + [ + "Di", + "d" + ], + [ + "D", + "id" + ], + [ + "▁ho", + "us" + ], + [ + "▁h", + "ous" + ], + [ + "▁select", + "ion" + ], + [ + "▁sele", + "ction" + ], + [ + "▁sel", + "ection" + ], + [ + "▁se", + "lection" + ], + [ + "▁", + "selection" + ], + [ + "▁dec", + "re" + ], + [ + "▁de", + "cre" + ], + [ + "mar", + "gin" + ], + [ + "m", + "argin" + ], + [ + "ur", + "b" + ], + [ + "u", + "rb" + ], + [ + "▁In", + "c" + ], + [ + "▁I", + "nc" + ], + [ + "▁Man", + "y" + ], + [ + "▁Ma", + "ny" + ], + [ + "▁M", + "any" + ], + [ + "▁", + "Many" + ], + [ + "ib", + "t" + ], + [ + "i", + "bt" + ], + [ + "▁succ", + "eed" + ], + [ + "▁suc", + "ceed" + ], + [ + "Bind", + "ing" + ], + [ + "B", + "inding" + ], + [ + "c", + "í" + ], + [ + "▁Ro", + "g" + ], + [ + "▁R", + "og" + ], + [ + "▁should", + "n" + ], + [ + "clou", + "d" + ], + [ + "clo", + "ud" + ], + [ + "cl", + "oud" + ], + [ + "▁d", + "z" + ], + [ + "▁", + "dz" + ], + [ + "ва", + "в" + ], + [ + "▁pi", + "x" + ], + [ + "▁p", + "ix" + ], + [ + "sm", + "all" + ], + [ + "▁project", + "s" + ], + [ + "▁", + "projects" + ], + [ + "▁O", + "K" + ], + [ + "▁", + "OK" + ], + [ + "▁late", + "st" + ], + [ + "▁lat", + "est" + ], + [ + "▁la", + "test" + ], + [ + "▁", + "latest" + ], + [ + "▁reference", + "s" + ], + [ + "▁refer", + "ences" + ], + [ + "▁re", + "ferences" + ], + [ + "Pro", + "gram" + ], + [ + "Pr", + "ogram" + ], + [ + "▁ers", + "t" + ], + [ + "▁er", + "st" + ], + [ + "▁", + "erst" + ], + [ + "▁я", + "к" + ], + [ + "▁ka", + "m" + ], + [ + "▁k", + "am" + ], + [ + "▁Cam", + "b" + ], + [ + "▁Ca", + "mb" + ], + [ + "▁C", + "amb" + ], + [ + "ell", + "t" + ], + [ + "el", + "lt" + ], + [ + "ö", + "d" + ], + [ + "non", + "e" + ], + [ + "no", + "ne" + ], + [ + "n", + "one" + ], + [ + "▁ju", + "squ" + ], + [ + "▁j", + "usqu" + ], + [ + "kin", + "g" + ], + [ + "ki", + "ng" + ], + [ + "k", + "ing" + ], + [ + "▁Pe", + "d" + ], + [ + "▁P", + "ed" + ], + [ + "asser", + "t" + ], + [ + "asse", + "rt" + ], + [ + "ass", + "ert" + ], + [ + "as", + "sert" + ], + [ + "C", + "S" + ], + [ + "rit", + "o" + ], + [ + "ri", + "to" + ], + [ + "r", + "ito" + ], + [ + "ess", + "a" + ], + [ + "es", + "sa" + ], + [ + "ль", + "ко" + ], + [ + "▁Vo", + "n" + ], + [ + "▁V", + "on" + ], + [ + "▁Ed", + "ward" + ], + [ + "▁impos", + "sible" + ], + [ + "▁im", + "possible" + ], + [ + "n", + "p" + ], + [ + "word", + "s" + ], + [ + "wor", + "ds" + ], + [ + "w", + "ords" + ], + [ + "iel", + "t" + ], + [ + "ie", + "lt" + ], + [ + "i", + "elt" + ], + [ + "▁Pa", + "ge" + ], + [ + "▁P", + "age" + ], + [ + "▁", + "Page" + ], + [ + "ler", + "s" + ], + [ + "le", + "rs" + ], + [ + "l", + "ers" + ], + [ + "▁pie", + "r" + ], + [ + "▁pi", + "er" + ], + [ + "▁p", + "ier" + ], + [ + "▁обла", + "сти" + ], + [ + "itte", + "e" + ], + [ + "itt", + "ee" + ], + [ + "▁(", + "[" + ], + [ + "▁", + "([" + ], + [ + "▁tr", + "ust" + ], + [ + "▁t", + "rust" + ], + [ + "N", + "G" + ], + [ + "red", + "u" + ], + [ + "re", + "du" + ], + [ + "r", + "edu" + ], + [ + "<", + "<" + ], + [ + "ria", + "l" + ], + [ + "ri", + "al" + ], + [ + "r", + "ial" + ], + [ + "▁product", + "s" + ], + [ + "▁", + "products" + ], + [ + "▁Er", + "n" + ], + [ + "▁E", + "rn" + ], + [ + "ri", + "ère" + ], + [ + "r", + "ière" + ], + [ + "го", + "в" + ], + [ + "г", + "ов" + ], + [ + "▁Re", + "ich" + ], + [ + "▁Ro", + "ad" + ], + [ + "▁nest", + "ed" + ], + [ + "▁ne", + "sted" + ], + [ + "▁n", + "ested" + ], + [ + "▁", + "nested" + ], + [ + "Dis", + "play" + ], + [ + "▁str", + "ength" + ], + [ + "ograf", + "ía" + ], + [ + "▁announ", + "ced" + ], + [ + "▁ann", + "ounced" + ], + [ + "▁Sci", + "ence" + ], + [ + "▁Sc", + "ience" + ], + [ + "▁S", + "cience" + ], + [ + "▁рай", + "о" + ], + [ + "Param", + "eter" + ], + [ + "▁Tas", + "k" + ], + [ + "▁Ta", + "sk" + ], + [ + "▁T", + "ask" + ], + [ + "▁", + "Task" + ], + [ + "ument", + "s" + ], + [ + "umen", + "ts" + ], + [ + "um", + "ents" + ], + [ + "u", + "ments" + ], + [ + "▁ad", + "opt" + ], + [ + "▁On", + "ly" + ], + [ + "▁", + "Only" + ], + [ + "ют", + "ь" + ], + [ + "ю", + "ть" + ], + [ + "▁cl", + "i" + ], + [ + "▁c", + "li" + ], + [ + "▁", + "cli" + ], + [ + "▁le", + "m" + ], + [ + "▁l", + "em" + ], + [ + "▁", + "lem" + ], + [ + "sto", + "od" + ], + [ + "st", + "ood" + ], + [ + "▁F", + "I" + ], + [ + "▁", + "FI" + ], + [ + "ência", + "s" + ], + [ + "ên", + "cias" + ], + [ + "ponent", + "s" + ], + [ + "pon", + "ents" + ], + [ + "]", + "$" + ], + [ + "comm", + "ent" + ], + [ + "com", + "ment" + ], + [ + "▁y", + "a" + ], + [ + "▁", + "ya" + ], + [ + "sh", + "ould" + ], + [ + "ik", + "e" + ], + [ + "i", + "ke" + ], + [ + "ti", + "m" + ], + [ + "t", + "im" + ], + [ + "elli", + "g" + ], + [ + "ell", + "ig" + ], + [ + "el", + "lig" + ], + [ + "▁send", + "ing" + ], + [ + "▁sen", + "ding" + ], + [ + "▁s", + "ending" + ], + [ + "▁aj", + "ax" + ], + [ + "▁a", + "jax" + ], + [ + "▁", + "ajax" + ], + [ + "▁nov", + "iembre" + ], + [ + "ume", + "s" + ], + [ + "um", + "es" + ], + [ + "u", + "mes" + ], + [ + "▁weit", + "er" + ], + [ + "▁we", + "iter" + ], + [ + "▁Dan", + "s" + ], + [ + "▁Da", + "ns" + ], + [ + "▁D", + "ans" + ], + [ + "op", + "p" + ], + [ + "o", + "pp" + ], + [ + "▁sept", + "embre" + ], + [ + "▁sep", + "tembre" + ], + [ + "oti", + "mes" + ], + [ + "ot", + "imes" + ], + [ + "o", + "times" + ], + [ + "z", + "ő" + ], + [ + "▁e", + "p" + ], + [ + "▁", + "ep" + ], + [ + "ver", + "e" + ], + [ + "ve", + "re" + ], + [ + "v", + "ere" + ], + [ + "▁o", + "h" + ], + [ + "▁", + "oh" + ], + [ + ":", + "=" + ], + [ + "▁Son", + "g" + ], + [ + "▁So", + "ng" + ], + [ + "▁S", + "ong" + ], + [ + "”", + "," + ], + [ + "▁vi", + "v" + ], + [ + "▁v", + "iv" + ], + [ + "▁", + "viv" + ], + [ + "▁quer", + "ies" + ], + [ + "▁que", + "ries" + ], + [ + "▁qu", + "eries" + ], + [ + "▁v", + "á" + ], + [ + "▁", + "vá" + ], + [ + "▁déc", + "embre" + ], + [ + "▁una", + "ble" + ], + [ + "▁un", + "able" + ], + [ + "▁er", + "h" + ], + [ + "▁e", + "rh" + ], + [ + "▁`", + "-" + ], + [ + "▁", + "`-" + ], + [ + "▁Le", + "e" + ], + [ + "▁L", + "ee" + ], + [ + "▁erste", + "n" + ], + [ + "▁erst", + "en" + ], + [ + "▁ers", + "ten" + ], + [ + "▁er", + "sten" + ], + [ + "ô", + "t" + ], + [ + "ств", + "е" + ], + [ + "ст", + "ве" + ], + [ + "T", + "S" + ], + [ + "▁frag", + "ment" + ], + [ + "▁fra", + "gment" + ], + [ + "▁f", + "ragment" + ], + [ + "▁", + "fragment" + ], + [ + "▁wid", + "e" + ], + [ + "▁w", + "ide" + ], + [ + "▁", + "wide" + ], + [ + "▁suf", + "f" + ], + [ + "▁su", + "ff" + ], + [ + "▁s", + "uff" + ], + [ + "▁du", + "t" + ], + [ + "▁d", + "ut" + ], + [ + "▁Ver", + "e" + ], + [ + "▁Ve", + "re" + ], + [ + "▁V", + "ere" + ], + [ + "і", + "с" + ], + [ + "adin", + "g" + ], + [ + "adi", + "ng" + ], + [ + "ad", + "ing" + ], + [ + "a", + "ding" + ], + [ + "ieg", + "o" + ], + [ + "ie", + "go" + ], + [ + "i", + "ego" + ], + [ + "ica", + "go" + ], + [ + "ic", + "ago" + ], + [ + "▁Arg", + "ent" + ], + [ + "▁Ar", + "gent" + ], + [ + "ore", + "r" + ], + [ + "or", + "er" + ], + [ + "o", + "rer" + ], + [ + "enne", + "s" + ], + [ + "enn", + "es" + ], + [ + "en", + "nes" + ], + [ + "▁Le", + "b" + ], + [ + "▁L", + "eb" + ], + [ + "lin", + "ux" + ], + [ + "aci", + "ng" + ], + [ + "ac", + "ing" + ], + [ + "a", + "cing" + ], + [ + "▁broke", + "n" + ], + [ + "▁bro", + "ken" + ], + [ + "▁br", + "oken" + ], + [ + "t", + "p" + ], + [ + "í", + "o" + ], + [ + "abet", + "h" + ], + [ + "abe", + "th" + ], + [ + "ab", + "eth" + ], + [ + "ista", + "s" + ], + [ + "ist", + "as" + ], + [ + "ge", + "w" + ], + [ + "g", + "ew" + ], + [ + "i", + "ème" + ], + [ + "ca", + "s" + ], + [ + "c", + "as" + ], + [ + "▁prec", + "ed" + ], + [ + "▁pre", + "ced" + ], + [ + "▁Da", + "l" + ], + [ + "▁D", + "al" + ], + [ + "▁compare", + "d" + ], + [ + "▁compar", + "ed" + ], + [ + "▁comp", + "ared" + ], + [ + "equ", + "iv" + ], + [ + "ill", + "y" + ], + [ + "il", + "ly" + ], + [ + "te", + "en" + ], + [ + "t", + "een" + ], + [ + "▁Cons", + "ole" + ], + [ + "▁Con", + "sole" + ], + [ + "▁", + "Console" + ], + [ + "▁stri", + "ct" + ], + [ + "▁str", + "ict" + ], + [ + "▁st", + "rict" + ], + [ + "ita", + "ire" + ], + [ + "it", + "aire" + ], + [ + "i", + "taire" + ], + [ + "▁E", + "D" + ], + [ + "▁", + "ED" + ], + [ + "ential", + "s" + ], + [ + "enti", + "als" + ], + [ + "▁perm", + "an" + ], + [ + "▁per", + "man" + ], + [ + "▁p", + "erman" + ], + [ + "▁tou", + "s" + ], + [ + "▁to", + "us" + ], + [ + "▁t", + "ous" + ], + [ + "▁gem", + "e" + ], + [ + "▁ge", + "me" + ], + [ + "▁g", + "eme" + ], + [ + "▁", + "geme" + ], + [ + "▁extr", + "em" + ], + [ + "▁ext", + "rem" + ], + [ + "▁ок", + "ру" + ], + [ + "k", + "g" + ], + [ + "▁heav", + "y" + ], + [ + "▁he", + "avy" + ], + [ + "▁av", + "ril" + ], + [ + "▁ant", + "i" + ], + [ + "▁an", + "ti" + ], + [ + "▁", + "anti" + ], + [ + "▁oct", + "obre" + ], + [ + "ut", + "f" + ], + [ + "u", + "tf" + ], + [ + "hel", + "m" + ], + [ + "he", + "lm" + ], + [ + "h", + "elm" + ], + [ + "ample", + "s" + ], + [ + "amp", + "les" + ], + [ + "am", + "ples" + ], + [ + "▁(", + "_" + ], + [ + "▁", + "(_" + ], + [ + "ake", + "n" + ], + [ + "ak", + "en" + ], + [ + "a", + "ken" + ], + [ + "▁de", + "ar" + ], + [ + "▁d", + "ear" + ], + [ + "▁opin", + "ion" + ], + [ + "▁fis", + "h" + ], + [ + "▁fi", + "sh" + ], + [ + "▁f", + "ish" + ], + [ + "▁", + "fish" + ], + [ + "▁Alexand", + "er" + ], + [ + "▁Alex", + "ander" + ], + [ + "i", + "w" + ], + [ + "и", + "м" + ], + [ + "cade", + "m" + ], + [ + "ca", + "dem" + ], + [ + "c", + "adem" + ], + [ + "▁ref", + "lect" + ], + [ + "▁", + "reflect" + ], + [ + "▁д", + "р" + ], + [ + "▁tri", + "b" + ], + [ + "▁tr", + "ib" + ], + [ + "▁t", + "rib" + ], + [ + "comm", + "on" + ], + [ + "com", + "mon" + ], + [ + "▁clear", + "ly" + ], + [ + "▁sa", + "f" + ], + [ + "▁s", + "af" + ], + [ + "=\"@", + "+" + ], + [ + "▁Мо", + "с" + ], + [ + "▁М", + "ос" + ], + [ + "си", + "те" + ], + [ + "eqn", + "array" + ], + [ + "nu", + "ng" + ], + [ + "n", + "ung" + ], + [ + "▁relations", + "hip" + ], + [ + "▁relation", + "ship" + ], + [ + "▁Se", + "m" + ], + [ + "▁S", + "em" + ], + [ + "▁", + "Sem" + ], + [ + "▁kill", + "ed" + ], + [ + "▁kil", + "led" + ], + [ + "▁k", + "illed" + ], + [ + "te", + "d" + ], + [ + "t", + "ed" + ], + [ + "un", + "o" + ], + [ + "u", + "no" + ], + [ + "▁", + "лі" + ], + [ + "▁w", + "id" + ], + [ + "▁", + "wid" + ], + [ + "anni", + "ng" + ], + [ + "ann", + "ing" + ], + [ + "an", + "ning" + ], + [ + "▁pan", + "el" + ], + [ + "▁pa", + "nel" + ], + [ + "▁p", + "anel" + ], + [ + "▁", + "panel" + ], + [ + "▁Leb", + "en" + ], + [ + "▁Le", + "ben" + ], + [ + "▁L", + "eben" + ], + [ + "▁rub", + "y" + ], + [ + "▁ru", + "by" + ], + [ + "▁r", + "uby" + ], + [ + "▁", + "ruby" + ], + [ + "ans", + "ion" + ], + [ + "▁are", + "n" + ], + [ + "▁ar", + "en" + ], + [ + "▁a", + "ren" + ], + [ + "▁", + "aren" + ], + [ + "tab", + "ular" + ], + [ + "ale", + "t" + ], + [ + "al", + "et" + ], + [ + "a", + "let" + ], + [ + "}$", + "$" + ], + [ + "}", + "$$" + ], + [ + "▁Lak", + "e" + ], + [ + "▁La", + "ke" + ], + [ + "▁L", + "ake" + ], + [ + "▁suit", + "e" + ], + [ + "▁su", + "ite" + ], + [ + "▁", + "suite" + ], + [ + "▁min", + "or" + ], + [ + "▁mi", + "nor" + ], + [ + "H", + "ozzáférés" + ], + [ + "▁xml", + "ns" + ], + [ + "▁", + "xmlns" + ], + [ + "DI", + "R" + ], + [ + "D", + "IR" + ], + [ + "drive", + "r" + ], + [ + "dri", + "ver" + ], + [ + "dr", + "iver" + ], + [ + "d", + "river" + ], + [ + "int", + "s" + ], + [ + "in", + "ts" + ], + [ + "▁vi", + "c" + ], + [ + "▁v", + "ic" + ], + [ + "▁", + "vic" + ], + [ + "AN", + "D" + ], + [ + "A", + "ND" + ], + [ + "pr", + "im" + ], + [ + "p", + "rim" + ], + [ + "сы", + "лки" + ], + [ + "▁O", + "x" + ], + [ + "T", + "C" + ], + [ + "riv", + "ial" + ], + [ + "ati", + "e" + ], + [ + "at", + "ie" + ], + [ + "▁eigh", + "t" + ], + [ + "▁eig", + "ht" + ], + [ + "▁e", + "ight" + ], + [ + "▁confl", + "ic" + ], + [ + "▁conf", + "lic" + ], + [ + "ange", + "l" + ], + [ + "ang", + "el" + ], + [ + "an", + "gel" + ], + [ + "▁Beg", + "r" + ], + [ + "▁Be", + "gr" + ], + [ + "▁B", + "egr" + ], + [ + "▁explicit", + "ly" + ], + [ + "ют", + "ся" + ], + [ + "ю", + "тся" + ], + [ + "▁De", + "v" + ], + [ + "▁D", + "ev" + ], + [ + "▁", + "Dev" + ], + [ + "rend", + "er" + ], + [ + "ren", + "der" + ], + [ + "re", + "nder" + ], + [ + "r", + "ender" + ], + [ + "▁repro", + "du" + ], + [ + "▁repr", + "odu" + ], + [ + "▁rep", + "rodu" + ], + [ + "▁re", + "produ" + ], + [ + "▁cr", + "é" + ], + [ + "▁c", + "ré" + ], + [ + "G", + "u" + ], + [ + "M", + "B" + ], + [ + "▁kö", + "n" + ], + [ + "▁k", + "ön" + ], + [ + "▁remain", + "ed" + ], + [ + "▁rem", + "ained" + ], + [ + "▁k", + "l" + ], + [ + "▁", + "kl" + ], + [ + "хо", + "в" + ], + [ + "х", + "ов" + ], + [ + "▁by", + "l" + ], + [ + "▁b", + "yl" + ], + [ + "Ph", + "i" + ], + [ + "P", + "hi" + ], + [ + "▁det", + "ail" + ], + [ + "▁de", + "tail" + ], + [ + "▁", + "detail" + ], + [ + "ja", + "v" + ], + [ + "j", + "av" + ], + [ + "▁mou", + "se" + ], + [ + "▁mo", + "use" + ], + [ + "▁m", + "ouse" + ], + [ + "▁", + "mouse" + ], + [ + "B", + "as" + ], + [ + "i", + "ę" + ], + [ + "asse", + "r" + ], + [ + "ass", + "er" + ], + [ + "as", + "ser" + ], + [ + "h", + "s" + ], + [ + "▁sh", + "ift" + ], + [ + "▁", + "shift" + ], + [ + "▁ú", + "lt" + ], + [ + "▁", + "últ" + ], + [ + "ran", + "d" + ], + [ + "ra", + "nd" + ], + [ + "r", + "and" + ], + [ + "▁b", + "tn" + ], + [ + "▁", + "btn" + ], + [ + "ra", + "z" + ], + [ + "r", + "az" + ], + [ + "▁pu", + "l" + ], + [ + "▁p", + "ul" + ], + [ + "▁statement", + "s" + ], + [ + "▁state", + "ments" + ], + [ + "▁stat", + "ements" + ], + [ + "file", + "name" + ], + [ + "fil", + "ename" + ], + [ + "▁prom", + "pt" + ], + [ + "él", + "é" + ], + [ + "é", + "lé" + ], + [ + "ik", + "z" + ], + [ + "▁Su", + "s" + ], + [ + "▁S", + "us" + ], + [ + "▁deb", + "ut" + ], + [ + "▁de", + "but" + ], + [ + "St", + "at" + ], + [ + "S", + "tat" + ], + [ + "form", + "s" + ], + [ + "for", + "ms" + ], + [ + "▁He", + "in" + ], + [ + "▁H", + "ein" + ], + [ + "stad", + "t" + ], + [ + "sta", + "dt" + ], + [ + "st", + "adt" + ], + [ + "enn", + "is" + ], + [ + "en", + "nis" + ], + [ + "по", + "л" + ], + [ + "aran", + "te" + ], + [ + "ar", + "ante" + ], + [ + "ці", + "й" + ], + [ + "ц", + "ій" + ], + [ + "▁que", + "ue" + ], + [ + "▁", + "queue" + ], + [ + "▁rec", + "i" + ], + [ + "▁re", + "ci" + ], + [ + "▁", + "reci" + ], + [ + "▁st", + "a" + ], + [ + "▁s", + "ta" + ], + [ + "▁", + "sta" + ], + [ + "yn", + "chron" + ], + [ + "center", + "ing" + ], + [ + "cente", + "ring" + ], + [ + "cent", + "ering" + ], + [ + "So", + "me" + ], + [ + "S", + "ome" + ], + [ + "Gr", + "aph" + ], + [ + "G", + "raph" + ], + [ + "▁test", + "ed" + ], + [ + "▁te", + "sted" + ], + [ + "▁t", + "ested" + ], + [ + "▁Kun", + "st" + ], + [ + "▁K", + "unst" + ], + [ + "о", + "м" + ], + [ + "▁Not", + "hing" + ], + [ + "▁No", + "thing" + ], + [ + "▁N", + "othing" + ], + [ + "▁", + "Nothing" + ], + [ + "ie", + "u" + ], + [ + "i", + "eu" + ], + [ + "“", + "." + ], + [ + "B", + "undle" + ], + [ + "▁ofic", + "ial" + ], + [ + "▁of", + "icial" + ], + [ + "allo", + "w" + ], + [ + "all", + "ow" + ], + [ + "al", + "low" + ], + [ + "▁Re", + "act" + ], + [ + "▁Li", + "brary" + ], + [ + "▁L", + "ibrary" + ], + [ + "▁", + "Library" + ], + [ + "bl", + "ue" + ], + [ + "▁ver", + "w" + ], + [ + "▁ve", + "rw" + ], + [ + "▁par", + "e" + ], + [ + "▁pa", + "re" + ], + [ + "▁p", + "are" + ], + [ + "▁Fried", + "rich" + ], + [ + "▁aw", + "are" + ], + [ + "▁a", + "ware" + ], + [ + "▁", + "aware" + ], + [ + "Ex", + "p" + ], + [ + "E", + "xp" + ], + [ + "▁effect", + "s" + ], + [ + "▁гор", + "о" + ], + [ + "▁го", + "ро" + ], + [ + "loped", + "ia" + ], + [ + "lop", + "edia" + ], + [ + "▁Ve", + "n" + ], + [ + "▁V", + "en" + ], + [ + "ral", + "e" + ], + [ + "ra", + "le" + ], + [ + "r", + "ale" + ], + [ + "▁Fin", + "al" + ], + [ + "▁F", + "inal" + ], + [ + "▁", + "Final" + ], + [ + "▁prop", + "os" + ], + [ + "▁pro", + "pos" + ], + [ + "lace", + "ment" + ], + [ + "lac", + "ement" + ], + [ + "la", + "cement" + ], + [ + "kte", + "n" + ], + [ + "kt", + "en" + ], + [ + "k", + "ten" + ], + [ + "▁nov", + "el" + ], + [ + "▁no", + "vel" + ], + [ + "orte", + "r" + ], + [ + "ort", + "er" + ], + [ + "or", + "ter" + ], + [ + "▁German", + "y" + ], + [ + "▁Germ", + "any" + ], + [ + "▁Ger", + "many" + ], + [ + "▁d", + "jango" + ], + [ + "▁", + "django" + ], + [ + "▁trans", + "ition" + ], + [ + "▁", + "transition" + ], + [ + "▁happen", + "ed" + ], + [ + "▁happ", + "ened" + ], + [ + "▁beaut", + "iful" + ], + [ + "▁nei", + "ther" + ], + [ + "▁ne", + "ither" + ], + [ + "▁li", + "braries" + ], + [ + "▁hid", + "e" + ], + [ + "▁hi", + "de" + ], + [ + "▁h", + "ide" + ], + [ + "▁", + "hide" + ], + [ + "al", + "g" + ], + [ + "a", + "lg" + ], + [ + "▁asp", + "ect" + ], + [ + "▁as", + "pect" + ], + [ + "▁a", + "spect" + ], + [ + "▁forg", + "et" + ], + [ + "▁for", + "get" + ], + [ + "cadem", + "y" + ], + [ + "cade", + "my" + ], + [ + "ont", + "e" + ], + [ + "on", + "te" + ], + [ + "ref", + "ix" + ], + [ + "re", + "fix" + ], + [ + "▁clo", + "ud" + ], + [ + "▁cl", + "oud" + ], + [ + "▁", + "cloud" + ], + [ + "ne", + "d" + ], + [ + "n", + "ed" + ], + [ + "cdot", + "s" + ], + [ + "cd", + "ots" + ], + [ + "c", + "dots" + ], + [ + "reg", + "ister" + ], + [ + "ny", + "m" + ], + [ + "n", + "ym" + ], + [ + ".)", + ":" + ], + [ + ".", + "):" + ], + [ + "▁Je", + "w" + ], + [ + "▁J", + "ew" + ], + [ + "▁tr", + "ès" + ], + [ + "▁t", + "rès" + ], + [ + "ни", + "че" + ], + [ + "▁Do", + "r" + ], + [ + "▁D", + "or" + ], + [ + "▁pro", + "c" + ], + [ + "▁pr", + "oc" + ], + [ + "▁p", + "roc" + ], + [ + "▁", + "proc" + ], + [ + "▁ga", + "n" + ], + [ + "▁g", + "an" + ], + [ + "▁", + "gan" + ], + [ + "▁", + "є" + ], + [ + "▁Sa", + "v" + ], + [ + "▁S", + "av" + ], + [ + "v", + "í" + ], + [ + "Setting", + "s" + ], + [ + "S", + "ettings" + ], + [ + "▁Var", + "i" + ], + [ + "▁Va", + "ri" + ], + [ + "▁V", + "ari" + ], + [ + "▁", + "Vari" + ], + [ + "▁cour", + "s" + ], + [ + "▁cou", + "rs" + ], + [ + "▁co", + "urs" + ], + [ + "▁c", + "ours" + ], + [ + "R", + "o" + ], + [ + "▁con", + "j" + ], + [ + "▁reason", + "s" + ], + [ + "▁re", + "asons" + ], + [ + "▁read", + "er" + ], + [ + "▁re", + "ader" + ], + [ + "▁", + "reader" + ], + [ + "лекс", + "анд" + ], + [ + "ica", + "te" + ], + [ + "ic", + "ate" + ], + [ + "})", + "," + ], + [ + "}", + ")," + ], + [ + "▁task", + "s" + ], + [ + "▁", + "tasks" + ], + [ + "▁Ra", + "y" + ], + [ + "▁R", + "ay" + ], + [ + "▁ri", + "c" + ], + [ + "▁r", + "ic" + ], + [ + "▁", + "ric" + ], + [ + "K", + "e" + ], + [ + "oni", + "e" + ], + [ + "on", + "ie" + ], + [ + "o", + "nie" + ], + [ + "r", + "f" + ], + [ + ")", + "[" + ], + [ + "▁subs", + "equ" + ], + [ + "▁sub", + "sequ" + ], + [ + "▁Tur", + "n" + ], + [ + "▁Tu", + "rn" + ], + [ + "▁T", + "urn" + ], + [ + "▁", + "Turn" + ], + [ + "▁VI", + "AF" + ], + [ + "math", + "sf" + ], + [ + "H", + "E" + ], + [ + "▁declar", + "e" + ], + [ + "▁decla", + "re" + ], + [ + "▁decl", + "are" + ], + [ + "▁dec", + "lare" + ], + [ + "▁proto", + "col" + ], + [ + "▁pro", + "tocol" + ], + [ + "▁", + "protocol" + ], + [ + "▁P", + "C" + ], + [ + "▁", + "PC" + ], + [ + "ци", + "он" + ], + [ + "View", + "ById" + ], + [ + "▁anim", + "ation" + ], + [ + "▁an", + "imation" + ], + [ + "▁", + "animation" + ], + [ + "▁conf", + "used" + ], + [ + "ви", + "ч" + ], + [ + "▁enable", + "d" + ], + [ + "▁en", + "abled" + ], + [ + "▁", + "enabled" + ], + [ + "ow", + "o" + ], + [ + "o", + "wo" + ], + [ + "ás", + "t" + ], + [ + "á", + "st" + ], + [ + "ö", + "t" + ], + [ + "▁man", + "d" + ], + [ + "▁ma", + "nd" + ], + [ + "▁m", + "and" + ], + [ + "▁Ra", + "il" + ], + [ + "▁R", + "ail" + ], + [ + "field", + "s" + ], + [ + "▁Ka", + "p" + ], + [ + "▁K", + "ap" + ], + [ + "▁al", + "gebra" + ], + [ + "▁", + "algebra" + ], + [ + "▁С", + "у" + ], + [ + "fér", + "ence" + ], + [ + "▁Cur", + "rent" + ], + [ + "▁C", + "urrent" + ], + [ + "▁", + "Current" + ], + [ + "с", + "но" + ], + [ + "▁Li", + "m" + ], + [ + "▁L", + "im" + ], + [ + "Param", + "s" + ], + [ + "Par", + "ams" + ], + [ + "Pa", + "rams" + ], + [ + "▁Anton", + "io" + ], + [ + "▁Anto", + "nio" + ], + [ + "▁Ant", + "onio" + ], + [ + "▁t", + "v" + ], + [ + "▁", + "tv" + ], + [ + "lat", + "e" + ], + [ + "la", + "te" + ], + [ + "l", + "ate" + ], + [ + "ife", + "r" + ], + [ + "if", + "er" + ], + [ + "i", + "fer" + ], + [ + "Ent", + "ry" + ], + [ + "En", + "try" + ], + [ + "▁Ser", + "v" + ], + [ + "▁Se", + "rv" + ], + [ + "▁S", + "erv" + ], + [ + "▁", + "Serv" + ], + [ + "▁musica", + "l" + ], + [ + "▁music", + "al" + ], + [ + "▁mus", + "ical" + ], + [ + "▁trac", + "e" + ], + [ + "▁tra", + "ce" + ], + [ + "▁tr", + "ace" + ], + [ + "▁t", + "race" + ], + [ + "▁", + "trace" + ], + [ + "▁sci", + "ent" + ], + [ + "▁sc", + "ient" + ], + [ + "▁s", + "cient" + ], + [ + "fi", + "c" + ], + [ + "f", + "ic" + ], + [ + "▁forg", + "ot" + ], + [ + "▁for", + "got" + ], + [ + "v", + "ideo" + ], + [ + "▁old", + "er" + ], + [ + "▁ol", + "der" + ], + [ + "▁o", + "lder" + ], + [ + "▁", + "older" + ], + [ + "Tr", + "ee" + ], + [ + "T", + "ree" + ], + [ + "▁un", + "s" + ], + [ + "▁u", + "ns" + ], + [ + "▁", + "uns" + ], + [ + "ник", + "и" + ], + [ + "ни", + "ки" + ], + [ + "▁Europ", + "a" + ], + [ + "▁Euro", + "pa" + ], + [ + "▁E", + "uropa" + ], + [ + "▁Zw", + "e" + ], + [ + "▁Z", + "we" + ], + [ + "▁б", + "е" + ], + [ + "▁", + "бе" + ], + [ + "▁ve", + "c" + ], + [ + "▁v", + "ec" + ], + [ + "▁", + "vec" + ], + [ + "ж", + "у" + ], + [ + "Mat", + "ch" + ], + [ + "M", + "atch" + ], + [ + "sp", + "an" + ], + [ + "s", + "pan" + ], + [ + "▁blan", + "k" + ], + [ + "▁bl", + "ank" + ], + [ + "▁", + "blank" + ], + [ + "▁sp", + "äter" + ], + [ + "▁T", + "y" + ], + [ + "▁", + "Ty" + ], + [ + "▁dic", + "t" + ], + [ + "▁di", + "ct" + ], + [ + "▁d", + "ict" + ], + [ + "▁", + "dict" + ], + [ + "ñ", + "a" + ], + [ + "▁confir", + "m" + ], + [ + "▁conf", + "irm" + ], + [ + "▁", + "confirm" + ], + [ + "▁v", + "ý" + ], + [ + "за", + "н" + ], + [ + "з", + "ан" + ], + [ + "Re", + "l" + ], + [ + "R", + "el" + ], + [ + "fil", + "m" + ], + [ + "fi", + "lm" + ], + [ + "▁Ro", + "t" + ], + [ + "▁R", + "ot" + ], + [ + "▁", + "Rot" + ], + [ + "▁H", + "y" + ], + [ + "▁", + "Hy" + ], + [ + "ка", + "х" + ], + [ + "▁dem", + "and" + ], + [ + "▁mini", + "st" + ], + [ + "▁min", + "ist" + ], + [ + "▁Mad", + "rid" + ], + [ + "▁us", + "ual" + ], + [ + "sp", + "iel" + ], + [ + "s", + "piel" + ], + [ + "ero", + "s" + ], + [ + "er", + "os" + ], + [ + "e", + "ros" + ], + [ + "▁tut", + "orial" + ], + [ + "▁t", + "utorial" + ], + [ + "▁", + "tutorial" + ], + [ + "▁С", + "сылки" + ], + [ + "s", + "ys" + ], + [ + "ци", + "аль" + ], + [ + "▁spre", + "ad" + ], + [ + "▁spr", + "ead" + ], + [ + "▁sp", + "read" + ], + [ + "▁conver", + "s" + ], + [ + "▁conv", + "ers" + ], + [ + "▁con", + "vers" + ], + [ + "▁rol", + "l" + ], + [ + "▁ro", + "ll" + ], + [ + "▁r", + "oll" + ], + [ + "▁", + "roll" + ], + [ + "artifact", + "Id" + ], + [ + "▁Num", + "ber" + ], + [ + "▁N", + "umber" + ], + [ + "▁", + "Number" + ], + [ + "▁sym", + "met" + ], + [ + "▁Mul", + "t" + ], + [ + "▁Mu", + "lt" + ], + [ + "▁M", + "ult" + ], + [ + "▁", + "Mult" + ], + [ + "expect", + "ed" + ], + [ + "exp", + "ected" + ], + [ + "ex", + "pected" + ], + [ + "▁ax", + "is" + ], + [ + "▁a", + "xis" + ], + [ + "▁", + "axis" + ], + [ + "▁match", + "ing" + ], + [ + "▁foo", + "d" + ], + [ + "▁fo", + "od" + ], + [ + "▁f", + "ood" + ], + [ + "group", + "Id" + ], + [ + "Map", + "p" + ], + [ + "Ma", + "pp" + ], + [ + "M", + "app" + ], + [ + "▁с", + "вя" + ], + [ + "▁ven", + "d" + ], + [ + "▁ve", + "nd" + ], + [ + "▁v", + "end" + ], + [ + "F", + "ound" + ], + [ + "ott", + "o" + ], + [ + "ot", + "to" + ], + [ + "o", + "tto" + ], + [ + "Ca", + "t" + ], + [ + "C", + "at" + ], + [ + "cri", + "t" + ], + [ + "cr", + "it" + ], + [ + "c", + "rit" + ], + [ + "isten", + "t" + ], + [ + "iste", + "nt" + ], + [ + "ist", + "ent" + ], + [ + "▁dre", + "i" + ], + [ + "▁dr", + "ei" + ], + [ + "▁d", + "rei" + ], + [ + "▁ende", + "d" + ], + [ + "▁end", + "ed" + ], + [ + "▁en", + "ded" + ], + [ + "▁", + "ended" + ], + [ + "▁Tel", + "e" + ], + [ + "▁Te", + "le" + ], + [ + "▁T", + "ele" + ], + [ + "com", + "ponent" + ], + [ + "▁involve", + "d" + ], + [ + "▁invol", + "ved" + ], + [ + "▁Estado", + "s" + ], + [ + "▁Estad", + "os" + ], + [ + "▁Est", + "ados" + ], + [ + "▁dan", + "ger" + ], + [ + "▁d", + "anger" + ], + [ + "▁cha", + "in" + ], + [ + "▁ch", + "ain" + ], + [ + "▁", + "chain" + ], + [ + "▁Pro", + "m" + ], + [ + "▁Pr", + "om" + ], + [ + "▁P", + "rom" + ], + [ + "▁", + "Prom" + ], + [ + "ho", + "m" + ], + [ + "h", + "om" + ], + [ + "▁pol", + "ít" + ], + [ + "co", + "p" + ], + [ + "c", + "op" + ], + [ + "▁na", + "p" + ], + [ + "▁n", + "ap" + ], + [ + "▁", + "nap" + ], + [ + "ri", + "f" + ], + [ + "r", + "if" + ], + [ + "plement", + "s" + ], + [ + "ple", + "ments" + ], + [ + "pl", + "ements" + ], + [ + "▁ven", + "t" + ], + [ + "▁ve", + "nt" + ], + [ + "▁v", + "ent" + ], + [ + "▁", + "vent" + ], + [ + "ann", + "a" + ], + [ + "an", + "na" + ], + [ + "ante", + "d" + ], + [ + "ant", + "ed" + ], + [ + "an", + "ted" + ], + [ + "date", + "d" + ], + [ + "dat", + "ed" + ], + [ + "da", + "ted" + ], + [ + "d", + "ated" + ], + [ + "ant", + "h" + ], + [ + "an", + "th" + ], + [ + "a", + "nth" + ], + [ + "▁thread", + "s" + ], + [ + "▁thre", + "ads" + ], + [ + "▁", + "threads" + ], + [ + "зов", + "а" + ], + [ + "зо", + "ва" + ], + [ + "з", + "ова" + ], + [ + "▁стан", + "ов" + ], + [ + "▁ста", + "нов" + ], + [ + "▁", + "станов" + ], + [ + "▁eer", + "st" + ], + [ + "▁e", + "erst" + ], + [ + "bu", + "f" + ], + [ + "b", + "uf" + ], + [ + "he", + "id" + ], + [ + "▁R", + "u" + ], + [ + "▁Pri", + "m" + ], + [ + "▁Pr", + "im" + ], + [ + "▁P", + "rim" + ], + [ + "▁", + "Prim" + ], + [ + "▁mig", + "r" + ], + [ + "▁mi", + "gr" + ], + [ + "▁m", + "igr" + ], + [ + "▁", + "migr" + ], + [ + "▁Un", + "idos" + ], + [ + "▁ar", + "bitr" + ], + [ + "▁rom", + "an" + ], + [ + "▁ro", + "man" + ], + [ + "▁r", + "oman" + ], + [ + "ount", + "ry" + ], + [ + "oun", + "try" + ], + [ + "ult", + "ur" + ], + [ + "▁Kö", + "nig" + ], + [ + "▁K", + "önig" + ], + [ + "▁anno", + "t" + ], + [ + "▁ann", + "ot" + ], + [ + "▁an", + "not" + ], + [ + "▁", + "annot" + ], + [ + "achi", + "ng" + ], + [ + "ach", + "ing" + ], + [ + "ac", + "hing" + ], + [ + "▁Ha", + "upt" + ], + [ + "▁H", + "aupt" + ], + [ + "umi", + "n" + ], + [ + "um", + "in" + ], + [ + "u", + "min" + ], + [ + "▁he", + "m" + ], + [ + "▁h", + "em" + ], + [ + "▁", + "hem" + ], + [ + "cket", + "s" + ], + [ + "cke", + "ts" + ], + [ + "ck", + "ets" + ], + [ + "ba", + "u" + ], + [ + "b", + "au" + ], + [ + "ect", + "ion" + ], + [ + "ec", + "tion" + ], + [ + "e", + "ction" + ], + [ + "ef", + "t" + ], + [ + "e", + "ft" + ], + [ + "▁package", + "s" + ], + [ + "▁pack", + "ages" + ], + [ + "▁", + "packages" + ], + [ + "▁Ku", + "r" + ], + [ + "▁K", + "ur" + ], + [ + "th", + "ur" + ], + [ + "▁pay", + "s" + ], + [ + "▁pa", + "ys" + ], + [ + "▁p", + "ays" + ], + [ + "lia", + "ment" + ], + [ + "li", + "ament" + ], + [ + "▁Б", + "у" + ], + [ + "▁cad", + "a" + ], + [ + "▁ca", + "da" + ], + [ + "▁c", + "ada" + ], + [ + "point", + "s" + ], + [ + "po", + "ints" + ], + [ + "ock", + "et" + ], + [ + "oc", + "ket" + ], + [ + "o", + "cket" + ], + [ + "▁ver", + "b" + ], + [ + "▁ve", + "rb" + ], + [ + "▁v", + "erb" + ], + [ + "▁", + "verb" + ], + [ + "ле", + "е" + ], + [ + "▁subm", + "it" + ], + [ + "▁sub", + "mit" + ], + [ + "▁", + "submit" + ], + [ + "▁sa", + "n" + ], + [ + "▁s", + "an" + ], + [ + "▁", + "san" + ], + [ + "ru", + "by" + ], + [ + "r", + "uby" + ], + [ + "▁eas", + "t" + ], + [ + "▁e", + "ast" + ], + [ + "▁", + "east" + ], + [ + "ko", + "v" + ], + [ + "k", + "ov" + ], + [ + "▁Verl", + "ag" + ], + [ + "▁Ver", + "lag" + ], + [ + "▁", + "Verlag" + ], + [ + "▁spo", + "t" + ], + [ + "▁sp", + "ot" + ], + [ + "▁s", + "pot" + ], + [ + "▁", + "spot" + ], + [ + "pp", + "o" + ], + [ + "p", + "po" + ], + [ + "E", + "ach" + ], + [ + "je", + "kt" + ], + [ + "▁Bi", + "ographie" + ], + [ + "▁new", + "s" + ], + [ + "▁ne", + "ws" + ], + [ + "▁", + "news" + ], + [ + "▁pa", + "ís" + ], + [ + "uf", + "act" + ], + [ + "u", + "fact" + ], + [ + "▁di", + "a" + ], + [ + "▁d", + "ia" + ], + [ + "▁", + "dia" + ], + [ + "ков", + "а" + ], + [ + "ко", + "ва" + ], + [ + "к", + "ова" + ], + [ + "▁accomp", + "l" + ], + [ + "▁accom", + "pl" + ], + [ + "▁É", + "t" + ], + [ + "▁", + "Ét" + ], + [ + "ili", + "ties" + ], + [ + "il", + "ities" + ], + [ + "▁ih", + "m" + ], + [ + "▁i", + "hm" + ], + [ + "inv", + "oke" + ], + [ + "in", + "voke" + ], + [ + "▁appe", + "nd" + ], + [ + "▁app", + "end" + ], + [ + "▁ap", + "pend" + ], + [ + "▁", + "append" + ], + [ + ".)", + "," + ], + [ + ".", + ")," + ], + [ + "▁la", + "b" + ], + [ + "▁l", + "ab" + ], + [ + "▁", + "lab" + ], + [ + "ang", + "ing" + ], + [ + "an", + "ging" + ], + [ + "ista", + "n" + ], + [ + "ist", + "an" + ], + [ + "is", + "tan" + ], + [ + "i", + "stan" + ], + [ + "reso", + "l" + ], + [ + "res", + "ol" + ], + [ + "re", + "sol" + ], + [ + "▁Sec", + "tion" + ], + [ + "▁Se", + "ction" + ], + [ + "▁S", + "ection" + ], + [ + "▁", + "Section" + ], + [ + "Par", + "ent" + ], + [ + "Pa", + "rent" + ], + [ + "mo", + "z" + ], + [ + "m", + "oz" + ], + [ + "Ma", + "t" + ], + [ + "M", + "at" + ], + [ + "style", + "s" + ], + [ + "sty", + "les" + ], + [ + "st", + "yles" + ], + [ + "unde", + "n" + ], + [ + "und", + "en" + ], + [ + "un", + "den" + ], + [ + "“", + "," + ], + [ + "irt", + "schaft" + ], + [ + "ки", + "м" + ], + [ + "к", + "им" + ], + [ + "▁Final", + "ly" + ], + [ + "▁Fin", + "ally" + ], + [ + "phe", + "n" + ], + [ + "ph", + "en" + ], + [ + "p", + "hen" + ], + [ + "▁Pa", + "c" + ], + [ + "▁P", + "ac" + ], + [ + "▁Array", + "List" + ], + [ + "▁", + "ArrayList" + ], + [ + "▁rec", + "over" + ], + [ + "▁re", + "cover" + ], + [ + "▁educ", + "ation" + ], + [ + "▁e", + "ducation" + ], + [ + "model", + "s" + ], + [ + "mode", + "ls" + ], + [ + "mod", + "els" + ], + [ + "pe", + "d" + ], + [ + "p", + "ed" + ], + [ + "▁happ", + "y" + ], + [ + "▁ha", + "ppy" + ], + [ + "▁h", + "appy" + ], + [ + "ч", + "у" + ], + [ + "▁guer", + "ra" + ], + [ + "medi", + "a" + ], + [ + "med", + "ia" + ], + [ + "me", + "dia" + ], + [ + "m", + "edia" + ], + [ + "O", + "F" + ], + [ + "▁ens", + "ure" + ], + [ + "▁", + "ensure" + ], + [ + "Mar", + "k" + ], + [ + "M", + "ark" + ], + [ + "datab", + "ase" + ], + [ + "data", + "base" + ], + [ + "dat", + "abase" + ], + [ + "d", + "atabase" + ], + [ + "og", + "gle" + ], + [ + "▁publi", + "sh" + ], + [ + "▁pub", + "lish" + ], + [ + "▁", + "publish" + ], + [ + "O", + "W" + ], + [ + "▁Ba", + "u" + ], + [ + "▁B", + "au" + ], + [ + "?", + "." + ], + [ + "▁част", + "и" + ], + [ + "▁час", + "ти" + ], + [ + "▁ча", + "сти" + ], + [ + "▁repos", + "itory" + ], + [ + "▁re", + "pository" + ], + [ + "▁", + "repository" + ], + [ + "▁Mat", + "t" + ], + [ + "▁Ma", + "tt" + ], + [ + "▁M", + "att" + ], + [ + "hi", + "gh" + ], + [ + "h", + "igh" + ], + [ + "ove", + "n" + ], + [ + "ov", + "en" + ], + [ + "o", + "ven" + ], + [ + "▁ge", + "r" + ], + [ + "▁g", + "er" + ], + [ + "▁", + "ger" + ], + [ + "▁un", + "known" + ], + [ + "▁", + "unknown" + ], + [ + "Am", + "er" + ], + [ + "A", + "mer" + ], + [ + "▁Brow", + "n" + ], + [ + "▁Bro", + "wn" + ], + [ + "▁Br", + "own" + ], + [ + "▁B", + "rown" + ], + [ + "AL", + "L" + ], + [ + "A", + "LL" + ], + [ + "▁result", + "ing" + ], + [ + "▁bo", + "r" + ], + [ + "▁b", + "or" + ], + [ + "▁", + "bor" + ], + [ + "▁po", + "et" + ], + [ + "ним", + "и" + ], + [ + "ни", + "ми" + ], + [ + "Em", + "ail" + ], + [ + "E", + "mail" + ], + [ + "F", + "ont" + ], + [ + "▁his", + "t" + ], + [ + "▁hi", + "st" + ], + [ + "▁h", + "ist" + ], + [ + "▁toda", + "y" + ], + [ + "▁tod", + "ay" + ], + [ + "▁to", + "day" + ], + [ + "▁", + "today" + ], + [ + "▁Ber", + "g" + ], + [ + "▁Be", + "rg" + ], + [ + "▁B", + "erg" + ], + [ + "▁button", + "s" + ], + [ + "▁but", + "tons" + ], + [ + "та", + "л" + ], + [ + "т", + "ал" + ], + [ + "▁sn", + "i" + ], + [ + "▁s", + "ni" + ], + [ + "▁че", + "лов" + ], + [ + "Cr", + "e" + ], + [ + "C", + "re" + ], + [ + "▁un", + "ion" + ], + [ + "▁", + "union" + ], + [ + "▁z", + "ich" + ], + [ + "ish", + "op" + ], + [ + "i", + "shop" + ], + [ + "▁quand", + "o" + ], + [ + "▁quan", + "do" + ], + [ + "▁qu", + "ando" + ], + [ + "P", + "o" + ], + [ + "CT", + "ION" + ], + [ + "▁Cos", + "t" + ], + [ + "▁Co", + "st" + ], + [ + "▁C", + "ost" + ], + [ + "▁", + "Cost" + ], + [ + "су", + "дар" + ], + [ + "erve", + "d" + ], + [ + "erv", + "ed" + ], + [ + "er", + "ved" + ], + [ + "Not", + "e" + ], + [ + "No", + "te" + ], + [ + "N", + "ote" + ], + [ + "Equ", + "al" + ], + [ + "Eq", + "ual" + ], + [ + "E", + "qual" + ], + [ + "ли", + "я" + ], + [ + "бу", + "р" + ], + [ + "б", + "ур" + ], + [ + "▁abstra", + "ct" + ], + [ + "▁ab", + "stract" + ], + [ + "▁", + "abstract" + ], + [ + "sto", + "p" + ], + [ + "st", + "op" + ], + [ + "s", + "top" + ], + [ + "▁adv", + "ice" + ], + [ + "▁ad", + "vice" + ], + [ + "▁ic", + "on" + ], + [ + "▁i", + "con" + ], + [ + "▁", + "icon" + ], + [ + "▁trav", + "el" + ], + [ + "▁tra", + "vel" + ], + [ + "▁tr", + "avel" + ], + [ + "B", + "S" + ], + [ + "ven", + "s" + ], + [ + "ve", + "ns" + ], + [ + "v", + "ens" + ], + [ + "▁bat", + "ch" + ], + [ + "▁b", + "atch" + ], + [ + "▁", + "batch" + ], + [ + "liqu", + "e" + ], + [ + "li", + "que" + ], + [ + "l", + "ique" + ], + [ + "she", + "et" + ], + [ + "s", + "heet" + ], + [ + "▁ihr", + "e" + ], + [ + "▁ih", + "re" + ], + [ + "▁i", + "hre" + ], + [ + "emo", + "n" + ], + [ + "em", + "on" + ], + [ + "e", + "mon" + ], + [ + "bert", + "o" + ], + [ + "ber", + "to" + ], + [ + "▁assign", + "ed" + ], + [ + "▁ass", + "igned" + ], + [ + "▁as", + "signed" + ], + [ + "ь", + "ю" + ], + [ + "Ph", + "one" + ], + [ + "▁aw", + "ard" + ], + [ + "▁a", + "ward" + ], + [ + "▁functional", + "ity" + ], + [ + "▁function", + "ality" + ], + [ + "all", + "a" + ], + [ + "al", + "la" + ], + [ + "a", + "lla" + ], + [ + "▁Da", + "m" + ], + [ + "▁D", + "am" + ], + [ + "▁ci", + "udad" + ], + [ + "▁clust", + "er" + ], + [ + "▁cl", + "uster" + ], + [ + "▁", + "cluster" + ], + [ + "Des", + "cription" + ], + [ + "De", + "scription" + ], + [ + "▁she", + "et" + ], + [ + "▁s", + "heet" + ], + [ + "▁", + "sheet" + ], + [ + "▁Australia", + "n" + ], + [ + "▁Austral", + "ian" + ], + [ + "▁»", + "." + ], + [ + "▁", + "»." + ], + [ + "▁\"", + "<" + ], + [ + "▁wonder", + "ing" + ], + [ + "ain", + "e" + ], + [ + "ai", + "ne" + ], + [ + "a", + "ine" + ], + [ + "▁represent", + "ed" + ], + [ + "▁repres", + "ented" + ], + [ + "kap", + "pa" + ], + [ + "ka", + "ppa" + ], + [ + "k", + "appa" + ], + [ + "n", + "b" + ], + [ + "▁s", + "y" + ], + [ + "▁K", + "ö" + ], + [ + "=\"", + "#" + ], + [ + "▁se", + "ven" + ], + [ + "▁s", + "even" + ], + [ + "Direct", + "ory" + ], + [ + "D", + "irectory" + ], + [ + "▁sist", + "er" + ], + [ + "▁si", + "ster" + ], + [ + "▁s", + "ister" + ], + [ + "plate", + "s" + ], + [ + "pla", + "tes" + ], + [ + "pl", + "ates" + ], + [ + "▁luc", + "k" + ], + [ + "▁lu", + "ck" + ], + [ + "▁l", + "uck" + ], + [ + "▁remain", + "ing" + ], + [ + "▁rem", + "aining" + ], + [ + "▁Vil", + "l" + ], + [ + "▁Vi", + "ll" + ], + [ + "▁V", + "ill" + ], + [ + "wer", + "k" + ], + [ + "w", + "erk" + ], + [ + "ann", + "i" + ], + [ + "an", + "ni" + ], + [ + "ett", + "i" + ], + [ + "et", + "ti" + ], + [ + "fun", + "c" + ], + [ + "fu", + "nc" + ], + [ + "f", + "unc" + ], + [ + "▁ba", + "n" + ], + [ + "▁b", + "an" + ], + [ + "▁", + "ban" + ], + [ + "im", + "s" + ], + [ + "i", + "ms" + ], + [ + "mis", + "s" + ], + [ + "mi", + "ss" + ], + [ + "m", + "iss" + ], + [ + "agr", + "aph" + ], + [ + "ag", + "raph" + ], + [ + "a", + "graph" + ], + [ + "ек", + "си" + ], + [ + "е", + "кси" + ], + [ + "▁Re", + "f" + ], + [ + "▁R", + "ef" + ], + [ + "▁", + "Ref" + ], + [ + "nit", + "t" + ], + [ + "ni", + "tt" + ], + [ + "n", + "itt" + ], + [ + "▁Ga", + "b" + ], + [ + "▁G", + "ab" + ], + [ + "▁and", + "ere" + ], + [ + "▁jed", + "och" + ], + [ + "result", + "s" + ], + [ + "!", + "\\" + ], + [ + "▁liste", + "d" + ], + [ + "▁list", + "ed" + ], + [ + "▁li", + "sted" + ], + [ + "▁l", + "isted" + ], + [ + "▁lo", + "ro" + ], + [ + "▁l", + "oro" + ], + [ + "▁know", + "s" + ], + [ + "▁kn", + "ows" + ], + [ + "ж", + "но" + ], + [ + "R", + "ad" + ], + [ + "▁soc", + "ket" + ], + [ + "▁so", + "cket" + ], + [ + "▁s", + "ocket" + ], + [ + "▁", + "socket" + ], + [ + "mult", + "i" + ], + [ + "mul", + "ti" + ], + [ + "▁р", + "і" + ], + [ + "▁", + "рі" + ], + [ + "rai", + "ls" + ], + [ + "ra", + "ils" + ], + [ + "r", + "ails" + ], + [ + "▁ta", + "r" + ], + [ + "▁t", + "ar" + ], + [ + "▁", + "tar" + ], + [ + "▁gent", + "le" + ], + [ + "set", + "t" + ], + [ + "se", + "tt" + ], + [ + "s", + "ett" + ], + [ + "service", + "s" + ], + [ + "serv", + "ices" + ], + [ + "bo", + "und" + ], + [ + "b", + "ound" + ], + [ + "ig", + "keit" + ], + [ + "aj", + "a" + ], + [ + "a", + "ja" + ], + [ + "▁cm", + "d" + ], + [ + "▁c", + "md" + ], + [ + "▁", + "cmd" + ], + [ + "agg", + "er" + ], + [ + "ag", + "ger" + ], + [ + "▁b", + "a" + ], + [ + "▁", + "ba" + ], + [ + "▁Bel", + "g" + ], + [ + "▁Be", + "lg" + ], + [ + "▁Kl", + "e" + ], + [ + "▁K", + "le" + ], + [ + "▁word", + "t" + ], + [ + "▁wor", + "dt" + ], + [ + "▁fos", + "t" + ], + [ + "▁fo", + "st" + ], + [ + "▁f", + "ost" + ], + [ + "▁dim", + "ension" + ], + [ + "An", + "g" + ], + [ + "A", + "ng" + ], + [ + "umin", + "g" + ], + [ + "umi", + "ng" + ], + [ + "um", + "ing" + ], + [ + "u", + "ming" + ], + [ + "Ob", + "j" + ], + [ + "не", + "н" + ], + [ + "н", + "ен" + ], + [ + "▁Mari", + "e" + ], + [ + "▁Mar", + "ie" + ], + [ + "▁Ma", + "rie" + ], + [ + "▁M", + "arie" + ], + [ + "▁", + "Marie" + ], + [ + "exist", + "s" + ], + [ + "ex", + "ists" + ], + [ + "т", + "ро" + ], + [ + "▁бо", + "ль" + ], + [ + "▁", + "боль" + ], + [ + "ement", + "e" + ], + [ + "emen", + "te" + ], + [ + "em", + "ente" + ], + [ + "e", + "mente" + ], + [ + "▁Jo", + "n" + ], + [ + "▁J", + "on" + ], + [ + "SER", + "T" + ], + [ + "SE", + "RT" + ], + [ + "S", + "ERT" + ], + [ + "▁high", + "est" + ], + [ + "ak", + "i" + ], + [ + "a", + "ki" + ], + [ + "▁tre", + "s" + ], + [ + "▁tr", + "es" + ], + [ + "▁t", + "res" + ], + [ + "▁", + "tres" + ], + [ + "▁circ", + "um" + ], + [ + "▁Dow", + "n" + ], + [ + "▁Do", + "wn" + ], + [ + "▁D", + "own" + ], + [ + "▁", + "Down" + ], + [ + "omm", + "en" + ], + [ + "om", + "men" + ], + [ + "ure", + "r" + ], + [ + "ur", + "er" + ], + [ + "u", + "rer" + ], + [ + "▁cause", + "s" + ], + [ + "▁caus", + "es" + ], + [ + "▁ca", + "uses" + ], + [ + "ven", + "ue" + ], + [ + "iss", + "ance" + ], + [ + "▁influen", + "ce" + ], + [ + "▁influ", + "ence" + ], + [ + "▁fa", + "t" + ], + [ + "▁f", + "at" + ], + [ + "ред", + "и" + ], + [ + "ре", + "ди" + ], + [ + "р", + "еди" + ], + [ + "}\\", + "\\" + ], + [ + "}", + "\\\\" + ], + [ + "▁ent", + "r" + ], + [ + "▁en", + "tr" + ], + [ + "▁", + "entr" + ], + [ + "▁Sig", + "n" + ], + [ + "▁Si", + "gn" + ], + [ + "▁S", + "ign" + ], + [ + "▁", + "Sign" + ], + [ + "▁к", + "ла" + ], + [ + "▁", + "кла" + ], + [ + "▁bind", + "ing" + ], + [ + "▁bin", + "ding" + ], + [ + "▁b", + "inding" + ], + [ + "▁", + "binding" + ], + [ + "esse", + "n" + ], + [ + "ess", + "en" + ], + [ + "es", + "sen" + ], + [ + "▁Ф", + "ран" + ], + [ + "▁Loc", + "al" + ], + [ + "▁Lo", + "cal" + ], + [ + "▁L", + "ocal" + ], + [ + "▁", + "Local" + ], + [ + "▁я", + "вля" + ], + [ + "app", + "ro" + ], + [ + "ap", + "pro" + ], + [ + "▁depend", + "encies" + ], + [ + "▁dep", + "endencies" + ], + [ + "▁", + "dependencies" + ], + [ + "▁talk", + "ing" + ], + [ + "▁tal", + "king" + ], + [ + "▁zur", + "ück" + ], + [ + "connect", + "ion" + ], + [ + "conne", + "ction" + ], + [ + "conn", + "ection" + ], + [ + "con", + "nection" + ], + [ + "Activ", + "e" + ], + [ + "Act", + "ive" + ], + [ + "bb", + "e" + ], + [ + "b", + "be" + ], + [ + "irl", + "s" + ], + [ + "ir", + "ls" + ], + [ + "▁In", + "f" + ], + [ + "▁", + "Inf" + ], + [ + "w", + "d" + ], + [ + "▁и", + "с" + ], + [ + "▁", + "ис" + ], + [ + "ro", + "ad" + ], + [ + "▁conv", + "en" + ], + [ + "▁con", + "ven" + ], + [ + "ě", + "t" + ], + [ + "ве", + "з" + ], + [ + "в", + "ез" + ], + [ + "▁entr", + "ies" + ], + [ + "▁ent", + "ries" + ], + [ + "▁", + "entries" + ], + [ + "es", + "c" + ], + [ + "e", + "sc" + ], + [ + "▁bit", + "s" + ], + [ + "▁bi", + "ts" + ], + [ + "▁b", + "its" + ], + [ + "▁", + "bits" + ], + [ + "ass", + "o" + ], + [ + "as", + "so" + ], + [ + "W", + "R" + ], + [ + "ship", + "s" + ], + [ + "sh", + "ips" + ], + [ + "s", + "hips" + ], + [ + "▁dé", + "s" + ], + [ + "▁d", + "és" + ], + [ + "es", + "p" + ], + [ + "e", + "sp" + ], + [ + "Ma", + "ke" + ], + [ + "M", + "ake" + ], + [ + "▁familia", + "r" + ], + [ + "▁famil", + "iar" + ], + [ + "Ar", + "t" + ], + [ + "A", + "rt" + ], + [ + "▁arm", + "y" + ], + [ + "▁ar", + "my" + ], + [ + "ct", + "r" + ], + [ + "c", + "tr" + ], + [ + "éri", + "c" + ], + [ + "ér", + "ic" + ], + [ + "é", + "ric" + ], + [ + "que", + "ue" + ], + [ + "▁\\", + "{" + ], + [ + "▁", + "\\{" + ], + [ + "uel", + "a" + ], + [ + "ue", + "la" + ], + [ + "u", + "ela" + ], + [ + "ami", + "ento" + ], + [ + "am", + "iento" + ], + [ + "ши", + "х" + ], + [ + "ш", + "их" + ], + [ + "▁\"\"", + "\"" + ], + [ + "▁\"", + "\"\"" + ], + [ + "cont", + "r" + ], + [ + "con", + "tr" + ], + [ + "лл", + "е" + ], + [ + "л", + "ле" + ], + [ + "F", + "S" + ], + [ + "▁mark", + "et" + ], + [ + "▁mar", + "ket" + ], + [ + "▁", + "market" + ], + [ + "ån", + "g" + ], + [ + "å", + "ng" + ], + [ + "cite", + "p" + ], + [ + "cit", + "ep" + ], + [ + "Il", + "l" + ], + [ + "I", + "ll" + ], + [ + "ran", + "k" + ], + [ + "r", + "ank" + ], + [ + "▁send", + "er" + ], + [ + "▁sen", + "der" + ], + [ + "▁se", + "nder" + ], + [ + "▁s", + "ender" + ], + [ + "▁", + "sender" + ], + [ + "▁bei", + "m" + ], + [ + "▁be", + "im" + ], + [ + "ра", + "к" + ], + [ + "▁comp", + "at" + ], + [ + "▁com", + "pat" + ], + [ + "▁", + "compat" + ], + [ + "▁occur", + "s" + ], + [ + "▁occ", + "urs" + ], + [ + "▁dies", + "e" + ], + [ + "▁die", + "se" + ], + [ + "▁di", + "ese" + ], + [ + "▁d", + "iese" + ], + [ + "сти", + "ту" + ], + [ + "aw", + "a" + ], + [ + "a", + "wa" + ], + [ + "▁i", + "OS" + ], + [ + "▁Chine", + "se" + ], + [ + "▁Ch", + "inese" + ], + [ + "▁T", + "R" + ], + [ + "▁", + "TR" + ], + [ + "▁Ke", + "n" + ], + [ + "▁K", + "en" + ], + [ + "▁Un", + "e" + ], + [ + "▁U", + "ne" + ], + [ + "▁create", + "s" + ], + [ + "▁cre", + "ates" + ], + [ + "▁show", + "ed" + ], + [ + "▁sho", + "wed" + ], + [ + "▁sh", + "owed" + ], + [ + "▁é", + "v" + ], + [ + "▁", + "év" + ], + [ + "olog", + "ia" + ], + [ + "olo", + "gia" + ], + [ + "▁prote", + "st" + ], + [ + "▁prot", + "est" + ], + [ + "▁pro", + "test" + ], + [ + "▁P", + "f" + ], + [ + "▁squ", + "ad" + ], + [ + "▁s", + "quad" + ], + [ + "++", + "," + ], + [ + "á", + "v" + ], + [ + "▁ess", + "ere" + ], + [ + "з", + "я" + ], + [ + "ko", + "l" + ], + [ + "k", + "ol" + ], + [ + "▁slight", + "ly" + ], + [ + "add", + "r" + ], + [ + "ad", + "dr" + ], + [ + "â", + "n" + ], + [ + "▁redu", + "ce" + ], + [ + "▁red", + "uce" + ], + [ + "▁", + "reduce" + ], + [ + "▁\\(", + "\\" + ], + [ + "▁\\", + "(\\" + ], + [ + "▁De", + "p" + ], + [ + "▁D", + "ep" + ], + [ + "▁", + "Dep" + ], + [ + "▁gener", + "ic" + ], + [ + "▁gene", + "ric" + ], + [ + "▁", + "generic" + ], + [ + "Load", + "er" + ], + [ + "Lo", + "ader" + ], + [ + "ț", + "i" + ], + [ + "▁по", + "с" + ], + [ + "▁п", + "ос" + ], + [ + "▁occas", + "ion" + ], + [ + "▁occ", + "asion" + ], + [ + "▁Lad", + "y" + ], + [ + "▁La", + "dy" + ], + [ + "▁L", + "ady" + ], + [ + "enti", + "ty" + ], + [ + "ent", + "ity" + ], + [ + "▁av", + "ant" + ], + [ + "▁", + "avant" + ], + [ + "▁Pa", + "s" + ], + [ + "▁P", + "as" + ], + [ + "aggi", + "o" + ], + [ + "agg", + "io" + ], + [ + "ag", + "gio" + ], + [ + "\\", + "{" + ], + [ + "па", + "д" + ], + [ + "athol", + "ic" + ], + [ + "Pass", + "word" + ], + [ + "▁resp", + "ond" + ], + [ + "▁res", + "pond" + ], + [ + "▁", + "respond" + ], + [ + "▁No", + "n" + ], + [ + "▁N", + "on" + ], + [ + "▁", + "Non" + ], + [ + "A", + "G" + ], + [ + "ne", + "g" + ], + [ + "n", + "eg" + ], + [ + "▁у", + "с" + ], + [ + "▁", + "ус" + ], + [ + "blo", + "b" + ], + [ + "bl", + "ob" + ], + [ + "b", + "lob" + ], + [ + "ck", + "e" + ], + [ + "c", + "ke" + ], + [ + "▁Cons", + "ider" + ], + [ + "▁Car", + "e" + ], + [ + "▁Ca", + "re" + ], + [ + "▁C", + "are" + ], + [ + "ik", + "i" + ], + [ + "i", + "ki" + ], + [ + "▁Ch", + "icago" + ], + [ + "inde", + "n" + ], + [ + "ind", + "en" + ], + [ + "in", + "den" + ], + [ + "▁Co", + "p" + ], + [ + "▁C", + "op" + ], + [ + "]", + "+" + ], + [ + "ö", + "m" + ], + [ + "év", + "rier" + ], + [ + "к", + "ло" + ], + [ + "ale", + "n" + ], + [ + "al", + "en" + ], + [ + "a", + "len" + ], + [ + "▁ma", + "j" + ], + [ + "▁m", + "aj" + ], + [ + "rac", + "y" + ], + [ + "ra", + "cy" + ], + [ + "r", + "acy" + ], + [ + "ort", + "e" + ], + [ + "or", + "te" + ], + [ + "ient", + "s" + ], + [ + "ien", + "ts" + ], + [ + "i", + "ents" + ], + [ + "ell", + "s" + ], + [ + "el", + "ls" + ], + [ + "activ", + "ity" + ], + [ + "act", + "ivity" + ], + [ + "▁runt", + "ime" + ], + [ + "▁run", + "time" + ], + [ + "▁r", + "untime" + ], + [ + "▁", + "runtime" + ], + [ + "NU", + "LL" + ], + [ + "N", + "ULL" + ], + [ + "▁possib", + "ly" + ], + [ + "▁poss", + "ibly" + ], + [ + "▁str", + "i" + ], + [ + "▁st", + "ri" + ], + [ + "▁s", + "tri" + ], + [ + "iz", + "i" + ], + [ + "i", + "zi" + ], + [ + "▁mi", + "r" + ], + [ + "▁m", + "ir" + ], + [ + "▁", + "mir" + ], + [ + "▁Vers", + "ion" + ], + [ + "▁V", + "ersion" + ], + [ + "▁", + "Version" + ], + [ + "prim", + "e" + ], + [ + "pr", + "ime" + ], + [ + "▁tw", + "enty" + ], + [ + "▁Ma", + "h" + ], + [ + "▁M", + "ah" + ], + [ + "▁sound", + "s" + ], + [ + "▁s", + "ounds" + ], + [ + "ше", + "н" + ], + [ + "ш", + "ен" + ], + [ + "clus", + "ion" + ], + [ + "cl", + "usion" + ], + [ + "ac", + "z" + ], + [ + "a", + "cz" + ], + [ + "▁determine", + "d" + ], + [ + "▁determin", + "ed" + ], + [ + "▁determ", + "ined" + ], + [ + "▁Re", + "p" + ], + [ + "▁R", + "ep" + ], + [ + "▁", + "Rep" + ], + [ + "▁Land", + "es" + ], + [ + "▁Lan", + "des" + ], + [ + "▁wal", + "l" + ], + [ + "▁wa", + "ll" + ], + [ + "▁w", + "all" + ], + [ + "▁", + "wall" + ], + [ + "ig", + "i" + ], + [ + "i", + "gi" + ], + [ + "▁res", + "et" + ], + [ + "▁re", + "set" + ], + [ + "▁", + "reset" + ], + [ + "ш", + "о" + ], + [ + "ya", + "n" + ], + [ + "y", + "an" + ], + [ + "Me", + "t" + ], + [ + "M", + "et" + ], + [ + "e", + "i" + ], + [ + "▁appear", + "ance" + ], + [ + "▁app", + "earance" + ], + [ + "▁foi", + "s" + ], + [ + "▁fo", + "is" + ], + [ + "▁f", + "ois" + ], + [ + "▁", + "fois" + ], + [ + "▁nel", + "l" + ], + [ + "▁ne", + "ll" + ], + [ + "▁n", + "ell" + ], + [ + "▁", + "nell" + ], + [ + "es", + "i" + ], + [ + "e", + "si" + ], + [ + "ё", + "т" + ], + [ + "lo", + "or" + ], + [ + "l", + "oor" + ], + [ + "▁U", + "l" + ], + [ + "▁resol", + "ution" + ], + [ + "▁fo", + "t" + ], + [ + "▁f", + "ot" + ], + [ + "▁through", + "out" + ], + [ + "▁r", + "i" + ], + [ + "▁", + "ri" + ], + [ + "Le", + "vel" + ], + [ + "po", + "ol" + ], + [ + "p", + "ool" + ], + [ + "▁ident", + "ity" + ], + [ + "▁id", + "entity" + ], + [ + "▁", + "identity" + ], + [ + "▁jan", + "u" + ], + [ + "▁ja", + "nu" + ], + [ + "▁j", + "anu" + ], + [ + "▁imp", + "er" + ], + [ + "▁im", + "per" + ], + [ + "▁", + "imper" + ], + [ + "▁ö", + "ver" + ], + [ + "}", + "`" + ], + [ + "▁inf", + "er" + ], + [ + "▁in", + "fer" + ], + [ + "▁date", + "s" + ], + [ + "▁dat", + "es" + ], + [ + "▁da", + "tes" + ], + [ + "▁d", + "ates" + ], + [ + "▁", + "dates" + ], + [ + "▁Stand", + "ard" + ], + [ + "▁", + "Standard" + ], + [ + "for", + "ce" + ], + [ + "ock", + "ey" + ], + [ + "oc", + "key" + ], + [ + "ter", + "a" + ], + [ + "te", + "ra" + ], + [ + "t", + "era" + ], + [ + "▁dist", + "ingu" + ], + [ + "▁pres", + "ence" + ], + [ + "lic", + "a" + ], + [ + "li", + "ca" + ], + [ + "l", + "ica" + ], + [ + "▁le", + "aving" + ], + [ + "itu", + "ng" + ], + [ + "it", + "ung" + ], + [ + "é", + "b" + ], + [ + "▁estab", + "lish" + ], + [ + "▁ma", + "ar" + ], + [ + "▁m", + "aar" + ], + [ + "ad", + "i" + ], + [ + "a", + "di" + ], + [ + "▁New", + "s" + ], + [ + "▁Ne", + "ws" + ], + [ + "▁", + "News" + ], + [ + "az", + "on" + ], + [ + "a", + "zon" + ], + [ + "fol", + "g" + ], + [ + "fo", + "lg" + ], + [ + "f", + "olg" + ], + [ + "▁Hen", + "ce" + ], + [ + "▁H", + "ence" + ], + [ + "▁Y", + "e" + ], + [ + "▁fa", + "b" + ], + [ + "▁f", + "ab" + ], + [ + "▁", + "fab" + ], + [ + "▁f", + "ühr" + ], + [ + "▁", + "führ" + ], + [ + "it", + "map" + ], + [ + "▁Ver", + "s" + ], + [ + "▁Ve", + "rs" + ], + [ + "▁V", + "ers" + ], + [ + "ro", + "v" + ], + [ + "r", + "ov" + ], + [ + "Si", + "gn" + ], + [ + "S", + "ign" + ], + [ + "dev", + "ice" + ], + [ + "de", + "vice" + ], + [ + "S", + "igma" + ], + [ + "▁wet", + "enschapp" + ], + [ + "▁P", + "s" + ], + [ + "PA", + "TH" + ], + [ + "P", + "ATH" + ], + [ + "▁tor", + "n" + ], + [ + "▁to", + "rn" + ], + [ + "▁t", + "orn" + ], + [ + "ves", + "t" + ], + [ + "ve", + "st" + ], + [ + "v", + "est" + ], + [ + "сто", + "в" + ], + [ + "ст", + "ов" + ], + [ + "с", + "тов" + ], + [ + "acco", + "unt" + ], + [ + "acc", + "ount" + ], + [ + "ac", + "count" + ], + [ + "▁large", + "st" + ], + [ + "▁larg", + "est" + ], + [ + "▁lar", + "gest" + ], + [ + "▁perce", + "nt" + ], + [ + "▁per", + "cent" + ], + [ + "▁", + "percent" + ], + [ + "▁Wo", + "men" + ], + [ + "▁W", + "omen" + ], + [ + "▁im", + "g" + ], + [ + "▁", + "img" + ], + [ + "to", + "ol" + ], + [ + "t", + "ool" + ], + [ + "▁ro", + "ce" + ], + [ + "▁r", + "oce" + ], + [ + "▁a", + "y" + ], + [ + "▁", + "ay" + ], + [ + "ine", + "t" + ], + [ + "in", + "et" + ], + [ + "i", + "net" + ], + [ + "▁ao", + "ût" + ], + [ + "▁pol", + "ynomial" + ], + [ + "▁integra", + "l" + ], + [ + "▁integr", + "al" + ], + [ + "▁area", + "s" + ], + [ + "▁are", + "as" + ], + [ + "▁a", + "reas" + ], + [ + "}", + "'" + ], + [ + "▁hy", + "p" + ], + [ + "▁h", + "yp" + ], + [ + "loy", + "ee" + ], + [ + "тал", + "ь" + ], + [ + "та", + "ль" + ], + [ + "т", + "аль" + ], + [ + "▁pro", + "xy" + ], + [ + "▁", + "proxy" + ], + [ + "▁W", + "y" + ], + [ + "▁Ме", + "кси" + ], + [ + "▁М", + "екси" + ], + [ + "▁esc", + "ape" + ], + [ + "▁es", + "cape" + ], + [ + "▁", + "escape" + ], + [ + "ola", + "r" + ], + [ + "ol", + "ar" + ], + [ + "o", + "lar" + ], + [ + "▁mist", + "ake" + ], + [ + "▁mis", + "take" + ], + [ + ")}", + "{" + ], + [ + ")", + "}{" + ], + [ + "▁Po", + "t" + ], + [ + "▁P", + "ot" + ], + [ + "▁process", + "es" + ], + [ + "▁proc", + "esses" + ], + [ + "\">", + "\r" + ], + [ + "\"", + ">\r" + ], + [ + "halt", + "en" + ], + [ + "hal", + "ten" + ], + [ + "zz", + "a" + ], + [ + "z", + "za" + ], + [ + "am", + "o" + ], + [ + "a", + "mo" + ], + [ + "к", + "ре" + ], + [ + "▁Wo", + "od" + ], + [ + "▁W", + "ood" + ], + [ + "ø", + "r" + ], + [ + "▁се", + "р" + ], + [ + "▁с", + "ер" + ], + [ + "▁", + "сер" + ], + [ + "oci", + "a" + ], + [ + "oc", + "ia" + ], + [ + "o", + "cia" + ], + [ + "tw", + "o" + ], + [ + "t", + "wo" + ], + [ + "prof", + "ile" + ], + [ + "pro", + "file" + ], + [ + "▁As", + "t" + ], + [ + "▁A", + "st" + ], + [ + "emb", + "ro" + ], + [ + "em", + "bro" + ], + [ + "▁arm", + "s" + ], + [ + "▁ar", + "ms" + ], + [ + "ina", + "s" + ], + [ + "in", + "as" + ], + [ + "i", + "nas" + ], + [ + "inn", + "en" + ], + [ + "in", + "nen" + ], + [ + "▁ms", + "g" + ], + [ + "▁m", + "sg" + ], + [ + "▁", + "msg" + ], + [ + "IN", + "T" + ], + [ + "I", + "NT" + ], + [ + "▁batt", + "er" + ], + [ + "▁bat", + "ter" + ], + [ + "▁b", + "atter" + ], + [ + "ign", + "ment" + ], + [ + "▁v", + "y" + ], + [ + "▁", + "vy" + ], + [ + "H", + "rsg" + ], + [ + "▁Gru", + "nd" + ], + [ + "▁Gr", + "und" + ], + [ + "▁G", + "rund" + ], + [ + "ro", + "c" + ], + [ + "r", + "oc" + ], + [ + "se", + "g" + ], + [ + "s", + "eg" + ], + [ + "▁dec", + "or" + ], + [ + "▁de", + "cor" + ], + [ + "▁", + "decor" + ], + [ + "▁event", + "ually" + ], + [ + ">", + "," + ], + [ + "▁pa", + "g" + ], + [ + "▁p", + "ag" + ], + [ + "▁", + "pag" + ], + [ + "ante", + "n" + ], + [ + "ant", + "en" + ], + [ + "an", + "ten" + ], + [ + "a", + "nten" + ], + [ + "▁stru", + "gg" + ], + [ + "▁str", + "ugg" + ], + [ + "}^", + "\\" + ], + [ + "}", + "^\\" + ], + [ + "date", + "n" + ], + [ + "dat", + "en" + ], + [ + "da", + "ten" + ], + [ + "d", + "aten" + ], + [ + "▁rel", + "a" + ], + [ + "▁re", + "la" + ], + [ + "▁r", + "ela" + ], + [ + "по", + "в" + ], + [ + "п", + "ов" + ], + [ + "▁кор", + "о" + ], + [ + "▁ко", + "ро" + ], + [ + "▁Bo", + "s" + ], + [ + "▁B", + "os" + ], + [ + "▁lab", + "or" + ], + [ + "▁la", + "bor" + ], + [ + "▁l", + "abor" + ], + [ + "▁Sec", + "ret" + ], + [ + "▁Se", + "cret" + ], + [ + "▁", + "Secret" + ], + [ + "uge", + "n" + ], + [ + "ug", + "en" + ], + [ + "u", + "gen" + ], + [ + "▁ja", + "p" + ], + [ + "▁j", + "ap" + ], + [ + "▁hus", + "band" + ], + [ + "▁Alb", + "um" + ], + [ + "▁Al", + "bum" + ], + [ + "▁et", + "wa" + ], + [ + "▁про", + "из" + ], + [ + "rich", + "t" + ], + [ + "ric", + "ht" + ], + [ + "ri", + "cht" + ], + [ + "r", + "icht" + ], + [ + "rac", + "h" + ], + [ + "ra", + "ch" + ], + [ + "r", + "ach" + ], + [ + "ba", + "t" + ], + [ + "b", + "at" + ], + [ + "▁prep", + "ar" + ], + [ + "▁pre", + "par" + ], + [ + "▁Sto", + "ck" + ], + [ + "▁St", + "ock" + ], + [ + "▁lac", + "k" + ], + [ + "▁la", + "ck" + ], + [ + "▁l", + "ack" + ], + [ + "▁", + "lack" + ], + [ + "хі", + "д" + ], + [ + "х", + "ід" + ], + [ + "▁ho", + "gy" + ], + [ + "▁h", + "ogy" + ], + [ + "▁Chr", + "ome" + ], + [ + "▁Ch", + "rome" + ], + [ + "▁Ad", + "min" + ], + [ + "▁", + "Admin" + ], + [ + "▁compar", + "ison" + ], + [ + "▁com", + "parison" + ], + [ + "▁incre", + "asing" + ], + [ + "н", + "г" + ], + [ + "im", + "i" + ], + [ + "i", + "mi" + ], + [ + "D", + "b" + ], + [ + "▁ge", + "f" + ], + [ + "▁g", + "ef" + ], + [ + "▁", + "gef" + ], + [ + "uch", + "t" + ], + [ + "uc", + "ht" + ], + [ + "u", + "cht" + ], + [ + "és", + "e" + ], + [ + "é", + "se" + ], + [ + "gen", + "ce" + ], + [ + "g", + "ence" + ], + [ + "▁Cor", + "e" + ], + [ + "▁Co", + "re" + ], + [ + "▁C", + "ore" + ], + [ + "▁", + "Core" + ], + [ + "▁incor", + "rect" + ], + [ + "▁in", + "correct" + ], + [ + "▁assum", + "ing" + ], + [ + "▁ass", + "uming" + ], + [ + "ours", + "e" + ], + [ + "our", + "se" + ], + [ + "iero", + "n" + ], + [ + "ier", + "on" + ], + [ + "ie", + "ron" + ], + [ + "▁The", + "orem" + ], + [ + "▁", + "Theorem" + ], + [ + "▁cas", + "a" + ], + [ + "▁ca", + "sa" + ], + [ + "▁c", + "asa" + ], + [ + "je", + "s" + ], + [ + "j", + "es" + ], + [ + "▁де", + "ре" + ], + [ + "▁д", + "ере" + ], + [ + "▁`", + "\"" + ], + [ + "L", + "D" + ], + [ + "ä", + "ß" + ], + [ + "De", + "b" + ], + [ + "D", + "eb" + ], + [ + "▁su", + "iv" + ], + [ + "▁Ban", + "k" + ], + [ + "▁B", + "ank" + ], + [ + "lib", + "s" + ], + [ + "li", + "bs" + ], + [ + "▁Leo", + "n" + ], + [ + "▁Le", + "on" + ], + [ + "▁quar", + "t" + ], + [ + "▁qu", + "art" + ], + [ + "▁profession", + "al" + ], + [ + "▁profess", + "ional" + ], + [ + "▁prof", + "essional" + ], + [ + "▁tie", + "ne" + ], + [ + "▁ti", + "ene" + ], + [ + "▁t", + "iene" + ], + [ + "▁accom", + "p" + ], + [ + "▁acc", + "omp" + ], + [ + "▁ac", + "comp" + ], + [ + "сте", + "р" + ], + [ + "ст", + "ер" + ], + [ + "с", + "тер" + ], + [ + "▁U", + "K" + ], + [ + "▁", + "UK" + ], + [ + "N", + "N" + ], + [ + "▁l", + "í" + ], + [ + "ц", + "я" + ], + [ + "ke", + "l" + ], + [ + "k", + "el" + ], + [ + "▁", + "•" + ], + [ + "▁dis", + "e" + ], + [ + "▁di", + "se" + ], + [ + "▁d", + "ise" + ], + [ + "ont", + "o" + ], + [ + "on", + "to" + ], + [ + "▁m", + "á" + ], + [ + "if", + "s" + ], + [ + "i", + "fs" + ], + [ + "bil", + "d" + ], + [ + "bi", + "ld" + ], + [ + "b", + "ild" + ], + [ + "▁comput", + "e" + ], + [ + "▁comp", + "ute" + ], + [ + "▁", + "compute" + ], + [ + "▁é", + "d" + ], + [ + "▁", + "éd" + ], + [ + "j", + "ę" + ], + [ + "▁M", + "é" + ], + [ + "▁language", + "s" + ], + [ + "▁l", + "anguages" + ], + [ + "▁Time", + "s" + ], + [ + "▁Tim", + "es" + ], + [ + "▁Ti", + "mes" + ], + [ + "▁T", + "imes" + ], + [ + "▁", + "Times" + ], + [ + "ce", + "n" + ], + [ + "c", + "en" + ], + [ + "▁ав", + "то" + ], + [ + "ý", + "m" + ], + [ + "ene", + "z" + ], + [ + "en", + "ez" + ], + [ + "e", + "nez" + ], + [ + "▁up", + "p" + ], + [ + "▁u", + "pp" + ], + [ + "▁", + "upp" + ], + [ + "▁mé", + "d" + ], + [ + "▁m", + "éd" + ], + [ + "▁cu", + "ando" + ], + [ + "о", + "д" + ], + [ + "Int", + "ent" + ], + [ + "ee", + "rd" + ], + [ + "e", + "erd" + ], + [ + "▁Ta", + "l" + ], + [ + "▁T", + "al" + ], + [ + "offs", + "et" + ], + [ + "off", + "set" + ], + [ + "▁habe", + "n" + ], + [ + "▁hab", + "en" + ], + [ + "▁ha", + "ben" + ], + [ + "▁h", + "aben" + ], + [ + "rem", + "e" + ], + [ + "re", + "me" + ], + [ + "r", + "eme" + ], + [ + "▁Sta", + "ck" + ], + [ + "▁St", + "ack" + ], + [ + "▁", + "Stack" + ], + [ + "▁dr", + "i" + ], + [ + "▁d", + "ri" + ], + [ + "▁", + "dri" + ], + [ + "▁seine", + "m" + ], + [ + "▁sein", + "em" + ], + [ + "▁sei", + "nem" + ], + [ + "▁f", + "évrier" + ], + [ + "▁combin", + "ation" + ], + [ + "▁comb", + "ination" + ], + [ + "▁sol", + "l" + ], + [ + "▁so", + "ll" + ], + [ + "▁s", + "oll" + ], + [ + "▁move", + "ment" + ], + [ + "▁mov", + "ement" + ], + [ + "▁mo", + "vement" + ], + [ + "Spe", + "c" + ], + [ + "Sp", + "ec" + ], + [ + "S", + "pec" + ], + [ + "к", + "ры" + ], + [ + "ret", + "ch" + ], + [ + "r", + "etch" + ], + [ + "Off", + "set" + ], + [ + "Ro", + "ot" + ], + [ + "R", + "oot" + ], + [ + "А", + "р" + ], + [ + "war", + "t" + ], + [ + "wa", + "rt" + ], + [ + "w", + "art" + ], + [ + "▁Fol", + "low" + ], + [ + "▁F", + "ollow" + ], + [ + "▁Soci", + "al" + ], + [ + "▁Soc", + "ial" + ], + [ + "▁So", + "cial" + ], + [ + "ник", + "ов" + ], + [ + "ни", + "ков" + ], + [ + "▁", + "→" + ], + [ + "Do", + "n" + ], + [ + "D", + "on" + ], + [ + "▁har", + "m" + ], + [ + "▁ha", + "rm" + ], + [ + "▁h", + "arm" + ], + [ + "▁", + "harm" + ], + [ + "ag", + "r" + ], + [ + "a", + "gr" + ], + [ + "neg", + "o" + ], + [ + "ne", + "go" + ], + [ + "n", + "ego" + ], + [ + "res", + "ource" + ], + [ + "re", + "source" + ], + [ + "▁Lu", + "c" + ], + [ + "▁L", + "uc" + ], + [ + "▁seine", + "n" + ], + [ + "▁sein", + "en" + ], + [ + "▁sei", + "nen" + ], + [ + "▁se", + "inen" + ], + [ + "▁Depart", + "ment" + ], + [ + "▁De", + "partment" + ], + [ + "▁Up", + "date" + ], + [ + "▁", + "Update" + ], + [ + "▁Tex", + "as" + ], + [ + "▁rev", + "e" + ], + [ + "▁re", + "ve" + ], + [ + "▁Po", + "s" + ], + [ + "▁P", + "os" + ], + [ + "▁", + "Pos" + ], + [ + "▁sho", + "t" + ], + [ + "▁sh", + "ot" + ], + [ + "▁s", + "hot" + ], + [ + "▁", + "shot" + ], + [ + "oth", + "e" + ], + [ + "ot", + "he" + ], + [ + "o", + "the" + ], + [ + "▁repeat", + "ed" + ], + [ + "▁repe", + "ated" + ], + [ + "▁recent", + "ly" + ], + [ + "▁rec", + "ently" + ], + [ + "áb", + "an" + ], + [ + "á", + "ban" + ], + [ + "ak", + "s" + ], + [ + "a", + "ks" + ], + [ + "па", + "н" + ], + [ + "п", + "ан" + ], + [ + "▁ch", + "a" + ], + [ + "▁c", + "ha" + ], + [ + "▁", + "cha" + ], + [ + "oh", + "l" + ], + [ + "o", + "hl" + ], + [ + "▁ten", + "d" + ], + [ + "▁te", + "nd" + ], + [ + "▁t", + "end" + ], + [ + "▁д", + "во" + ], + [ + "cht", + "s" + ], + [ + "ch", + "ts" + ], + [ + "çais", + "e" + ], + [ + "ça", + "ise" + ], + [ + "pl", + "ing" + ], + [ + "p", + "ling" + ], + [ + "al", + "bum" + ], + [ + "e", + "j" + ], + [ + "▁`", + "[" + ], + [ + "map", + "s" + ], + [ + "ma", + "ps" + ], + [ + "m", + "aps" + ], + [ + "▁unit", + "s" + ], + [ + "▁un", + "its" + ], + [ + "▁" + ], + [ + "St", + "and" + ], + [ + "▁techni", + "que" + ], + [ + "▁techn", + "ique" + ], + [ + "▁Es", + "s" + ], + [ + "▁E", + "ss" + ], + [ + "▁Ox", + "ford" + ], + [ + "▁", + "ла" + ], + [ + "t", + "ikz" + ], + [ + "ли", + "й" + ], + [ + "Log", + "in" + ], + [ + "Lo", + "gin" + ], + [ + "▁minist", + "er" + ], + [ + "▁mini", + "ster" + ], + [ + "▁min", + "ister" + ], + [ + "▁", + "minister" + ], + [ + "▁cur", + "l" + ], + [ + "▁cu", + "rl" + ], + [ + "▁c", + "url" + ], + [ + "▁", + "curl" + ], + [ + "ka", + "n" + ], + [ + "k", + "an" + ], + [ + "▁map", + "s" + ], + [ + "▁ma", + "ps" + ], + [ + "▁m", + "aps" + ], + [ + "▁", + "maps" + ], + [ + "ind", + "a" + ], + [ + "in", + "da" + ], + [ + "rie", + "b" + ], + [ + "ri", + "eb" + ], + [ + "r", + "ieb" + ], + [ + "▁EN", + "D" + ], + [ + "▁E", + "ND" + ], + [ + "▁", + "END" + ], + [ + "ifie", + "s" + ], + [ + "ifi", + "es" + ], + [ + "if", + "ies" + ], + [ + "cons", + "ole" + ], + [ + "con", + "sole" + ], + [ + "bur", + "y" + ], + [ + "bu", + "ry" + ], + [ + "b", + "ury" + ], + [ + "▁L", + "E" + ], + [ + "▁", + "LE" + ], + [ + "▁indep", + "end" + ], + [ + "▁inde", + "pend" + ], + [ + "▁t", + "a" + ], + [ + "▁", + "ta" + ], + [ + "▁", + "Ś" + ], + [ + "one", + "l" + ], + [ + "on", + "el" + ], + [ + "o", + "nel" + ], + [ + "és", + "z" + ], + [ + "é", + "sz" + ], + [ + "▁Is", + "t" + ], + [ + "▁I", + "st" + ], + [ + "uti", + "ve" + ], + [ + "ut", + "ive" + ], + [ + "ё", + "л" + ], + [ + "▁Reg", + "ion" + ], + [ + "▁", + "Region" + ], + [ + "▁(", + "=" + ], + [ + "▁comp", + "act" + ], + [ + "ço", + "is" + ], + [ + "ç", + "ois" + ], + [ + "▁label", + "s" + ], + [ + "▁lab", + "els" + ], + [ + "▁", + "labels" + ], + [ + "autor", + "ité" + ], + [ + "▁sta", + "n" + ], + [ + "▁st", + "an" + ], + [ + "▁s", + "tan" + ], + [ + "▁", + "stan" + ], + [ + "▁français", + "e" + ], + [ + "▁fran", + "çaise" + ], + [ + "▁remov", + "ing" + ], + [ + "▁rem", + "oving" + ], + [ + "y", + "c" + ], + [ + "}", + "|" + ], + [ + "▁Ex", + "ec" + ], + [ + "▁", + "Exec" + ], + [ + "($", + "_" + ], + [ + "(", + "$_" + ], + [ + "ma", + "g" + ], + [ + "m", + "ag" + ], + [ + "be", + "fore" + ], + [ + "▁stop", + "ped" + ], + [ + "▁sto", + "pped" + ], + [ + "ми", + "и" + ], + [ + "▁ref", + "resh" + ], + [ + "▁", + "refresh" + ], + [ + "unk", + "t" + ], + [ + "un", + "kt" + ], + [ + "ici", + "o" + ], + [ + "ic", + "io" + ], + [ + "i", + "cio" + ], + [ + "X", + "ml" + ], + [ + "▁Ta", + "b" + ], + [ + "▁T", + "ab" + ], + [ + "▁", + "Tab" + ], + [ + "▁found", + "ed" + ], + [ + "▁f", + "ounded" + ], + [ + "▁fa", + "l" + ], + [ + "▁f", + "al" + ], + [ + "▁", + "fal" + ], + [ + "f", + "x" + ], + [ + "▁Histor", + "ia" + ], + [ + "▁Hist", + "oria" + ], + [ + "▁Earl", + "y" + ], + [ + "▁Ear", + "ly" + ], + [ + "Do", + "m" + ], + [ + "D", + "om" + ], + [ + "▁decid", + "e" + ], + [ + "▁dec", + "ide" + ], + [ + "▁de", + "cide" + ], + [ + "▁under", + "stood" + ], + [ + "▁ju", + "r" + ], + [ + "▁j", + "ur" + ], + [ + "▁N", + "r" + ], + [ + "▁cap", + "ac" + ], + [ + "wa", + "s" + ], + [ + "w", + "as" + ], + [ + "▁enem", + "y" + ], + [ + "▁en", + "emy" + ], + [ + "▁program", + "s" + ], + [ + "▁mas", + "k" + ], + [ + "▁ma", + "sk" + ], + [ + "▁m", + "ask" + ], + [ + "▁", + "mask" + ], + [ + "ск", + "е" + ], + [ + "с", + "ке" + ], + [ + "▁group", + "e" + ], + [ + "▁gr", + "oupe" + ], + [ + "ca", + "m" + ], + [ + "c", + "am" + ], + [ + "▁wid", + "get" + ], + [ + "▁w", + "idget" + ], + [ + "▁", + "widget" + ], + [ + "RE", + "ATE" + ], + [ + "▁se", + "va" + ], + [ + "▁Bar", + "cel" + ], + [ + "▁per", + "d" + ], + [ + "▁pe", + "rd" + ], + [ + "▁p", + "erd" + ], + [ + "▁М", + "у" + ], + [ + "ran", + "ce" + ], + [ + "r", + "ance" + ], + [ + "TY", + "PE" + ], + [ + "T", + "YPE" + ], + [ + "▁{", + "'" + ], + [ + "▁", + "{'" + ], + [ + "▁bil", + "l" + ], + [ + "▁bi", + "ll" + ], + [ + "▁b", + "ill" + ], + [ + "▁\"", + "_" + ], + [ + "'", + "`" + ], + [ + "bah", + "n" + ], + [ + "ba", + "hn" + ], + [ + "b", + "ahn" + ], + [ + "▁contain", + "ed" + ], + [ + "▁cont", + "ained" + ], + [ + "Cl", + "ose" + ], + [ + "C", + "lose" + ], + [ + "ru", + "g" + ], + [ + "r", + "ug" + ], + [ + "eg", + "y" + ], + [ + "e", + "gy" + ], + [ + "▁sig", + "ht" + ], + [ + "▁s", + "ight" + ], + [ + "▁Prov", + "in" + ], + [ + "▁Pro", + "vin" + ], + [ + "н", + "ю" + ], + [ + "ar", + "z" + ], + [ + "a", + "rz" + ], + [ + "ще", + "н" + ], + [ + "щ", + "ен" + ], + [ + "▁Jo", + "e" + ], + [ + "▁J", + "oe" + ], + [ + "▁delete", + "d" + ], + [ + "▁delet", + "ed" + ], + [ + "▁de", + "leted" + ], + [ + "▁Aut", + "o" + ], + [ + "▁Au", + "to" + ], + [ + "▁A", + "uto" + ], + [ + "▁", + "Auto" + ], + [ + "▁met", + "er" + ], + [ + "▁me", + "ter" + ], + [ + "▁m", + "eter" + ], + [ + "▁", + "meter" + ], + [ + "C", + "G" + ], + [ + "ъ", + "л" + ], + [ + "▁pen", + "t" + ], + [ + "▁pe", + "nt" + ], + [ + "▁p", + "ent" + ], + [ + "▁", + "pent" + ], + [ + "▁be", + "zeichnet" + ], + [ + "Su", + "m" + ], + [ + "S", + "um" + ], + [ + "db", + "c" + ], + [ + "d", + "bc" + ], + [ + "▁Plat", + "z" + ], + [ + "▁Pla", + "tz" + ], + [ + "▁Pl", + "atz" + ], + [ + "ector", + "s" + ], + [ + "ect", + "ors" + ], + [ + "e", + "ctors" + ], + [ + "▁L", + "ittle" + ], + [ + "QU", + "E" + ], + [ + "Q", + "UE" + ], + [ + "ці", + "я" + ], + [ + "ц", + "ія" + ], + [ + "тел", + "я" + ], + [ + "те", + "ля" + ], + [ + "nig", + "ht" + ], + [ + "n", + "ight" + ], + [ + "▁l", + "l" + ], + [ + "▁", + "ll" + ], + [ + "▁most", + "ly" + ], + [ + "UI", + "D" + ], + [ + "U", + "ID" + ], + [ + "▁be", + "z" + ], + [ + "▁b", + "ez" + ], + [ + "▁", + "bez" + ], + [ + "do", + "b" + ], + [ + "d", + "ob" + ], + [ + "кс", + "и" + ], + [ + "к", + "си" + ], + [ + "tern", + "e" + ], + [ + "ter", + "ne" + ], + [ + "t", + "erne" + ], + [ + "▁corn", + "er" + ], + [ + "▁cor", + "ner" + ], + [ + "at", + "y" + ], + [ + "a", + "ty" + ], + [ + "▁improv", + "e" + ], + [ + "▁impro", + "ve" + ], + [ + "▁impr", + "ove" + ], + [ + "▁int", + "r" + ], + [ + "▁in", + "tr" + ], + [ + "▁`", + "@" + ], + [ + "aro", + "d" + ], + [ + "ar", + "od" + ], + [ + "a", + "rod" + ], + [ + "▁install", + "ation" + ], + [ + "▁instal", + "lation" + ], + [ + "▁Refer", + "ências" + ], + [ + "iga", + "n" + ], + [ + "ig", + "an" + ], + [ + "i", + "gan" + ], + [ + "▁crit", + "ic" + ], + [ + "ade", + "l" + ], + [ + "ad", + "el" + ], + [ + "a", + "del" + ], + [ + "▁се", + "ло" + ], + [ + ",", + "\r" + ], + [ + "ator", + "i" + ], + [ + "ato", + "ri" + ], + [ + "at", + "ori" + ], + [ + "▁Fr", + "i" + ], + [ + "▁F", + "ri" + ], + [ + "▁", + "Fri" + ], + [ + "▁ré", + "férences" + ], + [ + "▁Int", + "ent" + ], + [ + "▁", + "Intent" + ], + [ + "▁tan", + "t" + ], + [ + "▁ta", + "nt" + ], + [ + "▁t", + "ant" + ], + [ + "unc", + "i" + ], + [ + "un", + "ci" + ], + [ + "▁level", + "s" + ], + [ + "▁lev", + "els" + ], + [ + "ere", + "s" + ], + [ + "er", + "es" + ], + [ + "e", + "res" + ], + [ + "▁em", + "er" + ], + [ + "▁e", + "mer" + ], + [ + "▁", + "emer" + ], + [ + "sa", + "fe" + ], + [ + "t", + "k" + ], + [ + "▁cha", + "m" + ], + [ + "▁ch", + "am" + ], + [ + "▁c", + "ham" + ], + [ + "▁great", + "ly" + ], + [ + "▁we", + "it" + ], + [ + "▁", + "weit" + ], + [ + "▁co", + "ach" + ], + [ + "▁to", + "ward" + ], + [ + "Hom", + "e" + ], + [ + "H", + "ome" + ], + [ + "▁Bo", + "olean" + ], + [ + "▁", + "Boolean" + ], + [ + "те", + "л" + ], + [ + "т", + "ел" + ], + [ + "▁mo", + "ck" + ], + [ + "▁m", + "ock" + ], + [ + "▁", + "mock" + ], + [ + "▁appreci", + "ate" + ], + [ + "▁Cro", + "ss" + ], + [ + "▁Cr", + "oss" + ], + [ + "▁C", + "ross" + ], + [ + "▁Tak", + "e" + ], + [ + "▁Ta", + "ke" + ], + [ + "▁T", + "ake" + ], + [ + "▁", + "Take" + ], + [ + "D", + "P" + ], + [ + "▁side", + "s" + ], + [ + "▁sid", + "es" + ], + [ + "▁si", + "des" + ], + [ + "▁s", + "ides" + ], + [ + "▁Norm", + "daten" + ], + [ + "де", + "й" + ], + [ + "д", + "ей" + ], + [ + "sta", + "l" + ], + [ + "st", + "al" + ], + [ + "s", + "tal" + ], + [ + "▁cou", + "t" + ], + [ + "▁co", + "ut" + ], + [ + "▁c", + "out" + ], + [ + "▁", + "cout" + ], + [ + "b", + "n" + ], + [ + "▁Ver", + "t" + ], + [ + "▁Ve", + "rt" + ], + [ + "▁V", + "ert" + ], + [ + "▁", + "Vert" + ], + [ + "▁bir", + "d" + ], + [ + "▁bi", + "rd" + ], + [ + "▁b", + "ird" + ], + [ + "▁", + "bird" + ], + [ + "▁dynamic", + "ally" + ], + [ + "▁dynam", + "ically" + ], + [ + "▁Do", + "l" + ], + [ + "▁D", + "ol" + ], + [ + "▁Bur", + "g" + ], + [ + "▁Bu", + "rg" + ], + [ + "▁B", + "urg" + ], + [ + "▁do", + "g" + ], + [ + "▁d", + "og" + ], + [ + "▁", + "dog" + ], + [ + "ät", + "t" + ], + [ + "ä", + "tt" + ], + [ + "▁nu", + "c" + ], + [ + "▁n", + "uc" + ], + [ + "E", + "C" + ], + [ + "Byte", + "s" + ], + [ + "By", + "tes" + ], + [ + "▁a", + "k" + ], + [ + "▁", + "ak" + ], + [ + "rel", + "and" + ], + [ + "re", + "land" + ], + [ + "r", + "eland" + ], + [ + "▁gu", + "itar" + ], + [ + "▁regard", + "ing" + ], + [ + "▁reg", + "arding" + ], + [ + "▁Fu", + "ß" + ], + [ + "▁F", + "uß" + ], + [ + "▁до", + "л" + ], + [ + "▁", + "дол" + ], + [ + "aus", + "s" + ], + [ + "au", + "ss" + ], + [ + "a", + "uss" + ], + [ + "▁je", + "j" + ], + [ + "▁j", + "ej" + ], + [ + "ac", + "o" + ], + [ + "a", + "co" + ], + [ + "▁update", + "s" + ], + [ + "▁upd", + "ates" + ], + [ + "▁up", + "dates" + ], + [ + "ру", + "к" + ], + [ + "р", + "ук" + ], + [ + "('", + "/" + ], + [ + "▁col", + "d" + ], + [ + "▁co", + "ld" + ], + [ + "▁c", + "old" + ], + [ + "▁Give", + "n" + ], + [ + "▁Gi", + "ven" + ], + [ + "▁G", + "iven" + ], + [ + "hi", + "n" + ], + [ + "h", + "in" + ], + [ + "▁feel", + "ing" + ], + [ + "▁fee", + "ling" + ], + [ + "▁fe", + "eling" + ], + [ + "ig", + "li" + ], + [ + "fa", + "h" + ], + [ + "f", + "ah" + ], + [ + "стр", + "е" + ], + [ + "ст", + "ре" + ], + [ + "с", + "тре" + ], + [ + "bo", + "ol" + ], + [ + "b", + "ool" + ], + [ + "init", + "ial" + ], + [ + "▁станов", + "ника" + ], + [ + "▁Ann", + "a" + ], + [ + "▁An", + "na" + ], + [ + "▁hor", + "s" + ], + [ + "▁ho", + "rs" + ], + [ + "▁h", + "ors" + ], + [ + "▁dol", + "l" + ], + [ + "▁do", + "ll" + ], + [ + "▁d", + "oll" + ], + [ + "▁cons", + "um" + ], + [ + "▁con", + "sum" + ], + [ + "▁", + "consum" + ], + [ + "ube", + "r" + ], + [ + "ub", + "er" + ], + [ + "u", + "ber" + ], + [ + "stand", + "ing" + ], + [ + "stan", + "ding" + ], + [ + "act", + "iv" + ], + [ + "з", + "і" + ], + [ + "check", + "ed" + ], + [ + "▁permission", + "s" + ], + [ + "▁perm", + "issions" + ], + [ + "▁Mont", + "e" + ], + [ + "▁Mon", + "te" + ], + [ + "▁M", + "onte" + ], + [ + "Write", + "Line" + ], + [ + "pl", + "us" + ], + [ + "p", + "lus" + ], + [ + "▁Eq", + "u" + ], + [ + "▁E", + "qu" + ], + [ + "▁", + "Equ" + ], + [ + "▁и", + "х" + ], + [ + "▁", + "их" + ], + [ + "ч", + "ки" + ], + [ + "un", + "que" + ], + [ + "▁L", + "O" + ], + [ + "▁", + "LO" + ], + [ + "e", + "a" + ], + [ + "sam", + "ple" + ], + [ + "s", + "ample" + ], + [ + "ies", + "z" + ], + [ + "ie", + "sz" + ], + [ + "i", + "esz" + ], + [ + "ora", + "l" + ], + [ + "or", + "al" + ], + [ + "o", + "ral" + ], + [ + "▁И", + "н" + ], + [ + "osto", + "n" + ], + [ + "ost", + "on" + ], + [ + "os", + "ton" + ], + [ + "o", + "ston" + ], + [ + "▁Sim", + "on" + ], + [ + "▁Si", + "mon" + ], + [ + "▁S", + "imon" + ], + [ + "fas", + "t" + ], + [ + "fa", + "st" + ], + [ + "f", + "ast" + ], + [ + "m", + "k" + ], + [ + "asse", + "n" + ], + [ + "ass", + "en" + ], + [ + "as", + "sen" + ], + [ + "▁architect", + "ure" + ], + [ + "▁arch", + "itecture" + ], + [ + "▁", + "architecture" + ], + [ + "ense", + "s" + ], + [ + "ens", + "es" + ], + [ + "▁", + "Å" + ], + [ + "▁top", + "ic" + ], + [ + "▁to", + "pic" + ], + [ + "▁", + "topic" + ], + [ + "▁dis", + "able" + ], + [ + "▁", + "disable" + ], + [ + "▁Cr", + "u" + ], + [ + "▁C", + "ru" + ], + [ + "▁Cont", + "rol" + ], + [ + "▁", + "Control" + ], + [ + "▁cre", + "ation" + ], + [ + "▁hyp", + "er" + ], + [ + "▁hy", + "per" + ], + [ + "▁", + "hyper" + ], + [ + "itu", + "d" + ], + [ + "it", + "ud" + ], + [ + "же", + "ния" + ], + [ + "ara", + "m" + ], + [ + "ar", + "am" + ], + [ + "a", + "ram" + ], + [ + "▁г", + "де" + ], + [ + "iens", + "t" + ], + [ + "ien", + "st" + ], + [ + "i", + "enst" + ], + [ + "edu", + "le" + ], + [ + "ed", + "ule" + ], + [ + "▁Bo", + "t" + ], + [ + "▁B", + "ot" + ], + [ + "▁О", + "с" + ], + [ + "▁The", + "ir" + ], + [ + "ann", + "e" + ], + [ + "an", + "ne" + ], + [ + "M", + "icrosoft" + ], + [ + "▁P", + "M" + ], + [ + "▁", + "PM" + ], + [ + "yd", + "ro" + ], + [ + "y", + "dro" + ], + [ + "ent", + "lich" + ], + [ + "▁Ein", + "e" + ], + [ + "▁E", + "ine" + ], + [ + "CH", + "AR" + ], + [ + ":", + "'" + ], + [ + "Wel", + "l" + ], + [ + "We", + "ll" + ], + [ + "W", + "ell" + ], + [ + "let", + "on" + ], + [ + "le", + "ton" + ], + [ + "l", + "eton" + ], + [ + "▁support", + "s" + ], + [ + "▁sup", + "ports" + ], + [ + "']", + ")" + ], + [ + "'", + "])" + ], + [ + "man", + "ual" + ], + [ + "▁vic", + "e" + ], + [ + "▁vi", + "ce" + ], + [ + "▁v", + "ice" + ], + [ + "▁", + "vice" + ], + [ + "as", + "a" + ], + [ + "a", + "sa" + ], + [ + "clo", + "s" + ], + [ + "cl", + "os" + ], + [ + "c", + "los" + ], + [ + "vis", + "ed" + ], + [ + "vi", + "sed" + ], + [ + "v", + "ised" + ], + [ + "▁po", + "k" + ], + [ + "▁p", + "ok" + ], + [ + "tra", + "ck" + ], + [ + "tr", + "ack" + ], + [ + "t", + "rack" + ], + [ + "нос", + "т" + ], + [ + "но", + "ст" + ], + [ + ".....", + "..." + ], + [ + "....", + "...." + ], + [ + "...", + "....." + ], + [ + "▁'", + "\\" + ], + [ + "▁", + "'\\" + ], + [ + "²", + "." + ], + [ + "▁order", + "s" + ], + [ + "▁ord", + "ers" + ], + [ + "▁or", + "ders" + ], + [ + "▁", + "orders" + ], + [ + "ett", + "a" + ], + [ + "et", + "ta" + ], + [ + "e", + "tta" + ], + [ + "▁convers", + "ion" + ], + [ + "▁conv", + "ersion" + ], + [ + "▁con", + "version" + ], + [ + "▁trad", + "e" + ], + [ + "▁tra", + "de" + ], + [ + "▁tr", + "ade" + ], + [ + "▁t", + "rade" + ], + [ + "cl", + "i" + ], + [ + "c", + "li" + ], + [ + "▁Ис", + "то" + ], + [ + "▁И", + "сто" + ], + [ + "▁ak", + "t" + ], + [ + "▁a", + "kt" + ], + [ + "▁", + "akt" + ], + [ + "▁subs", + "et" + ], + [ + "▁sub", + "set" + ], + [ + "▁", + "subset" + ], + [ + "▁au", + "g" + ], + [ + "▁a", + "ug" + ], + [ + "▁", + "aug" + ], + [ + "▁leave", + "s" + ], + [ + "▁le", + "aves" + ], + [ + "Mat", + "h" + ], + [ + "Ma", + "th" + ], + [ + "M", + "ath" + ], + [ + "anne", + "d" + ], + [ + "ann", + "ed" + ], + [ + "an", + "ned" + ], + [ + "ka", + "l" + ], + [ + "k", + "al" + ], + [ + "▁Ве", + "ли" + ], + [ + "▁no", + "g" + ], + [ + "▁n", + "og" + ], + [ + "▁", + "nog" + ], + [ + "▁et", + "h" + ], + [ + "▁e", + "th" + ], + [ + "▁", + "eth" + ], + [ + "▁ha", + "ir" + ], + [ + "▁h", + "air" + ], + [ + "aro", + "und" + ], + [ + "ar", + "ound" + ], + [ + "a", + "round" + ], + [ + "▁java", + "x" + ], + [ + "▁jav", + "ax" + ], + [ + "▁", + "javax" + ], + [ + "во", + "й" + ], + [ + "▁Cent", + "re" + ], + [ + "▁C", + "entre" + ], + [ + "ö", + "ß" + ], + [ + "ut", + "i" + ], + [ + "u", + "ti" + ], + [ + "▁navig", + "ation" + ], + [ + "▁n", + "avigation" + ], + [ + "▁", + "navigation" + ], + [ + "▁P", + "S" + ], + [ + "▁", + "PS" + ], + [ + "▁w", + "a" + ], + [ + "▁", + "wa" + ], + [ + "▁Росси", + "и" + ], + [ + "▁Рос", + "сии" + ], + [ + "▁Ро", + "ссии" + ], + [ + "us", + "a" + ], + [ + "u", + "sa" + ], + [ + "zet", + "a" + ], + [ + "ze", + "ta" + ], + [ + "z", + "eta" + ], + [ + "▁P", + "DF" + ], + [ + "▁", + "PDF" + ], + [ + "▁mism", + "o" + ], + [ + "▁mis", + "mo" + ], + [ + "▁m", + "ismo" + ], + [ + "pro", + "perties" + ], + [ + "me", + "ister" + ], + [ + "ль", + "та" + ], + [ + "for", + "ward" + ], + [ + "▁Os", + "t" + ], + [ + "▁O", + "st" + ], + [ + "kin", + "s" + ], + [ + "ki", + "ns" + ], + [ + "k", + "ins" + ], + [ + "▁sid", + "o" + ], + [ + "▁si", + "do" + ], + [ + "▁s", + "ido" + ], + [ + "зо", + "в" + ], + [ + "з", + "ов" + ], + [ + "tag", + "s" + ], + [ + "ta", + "gs" + ], + [ + "t", + "ags" + ], + [ + "▁act", + "or" + ], + [ + "▁ac", + "tor" + ], + [ + "▁a", + "ctor" + ], + [ + "▁", + "actor" + ], + [ + "▁fl", + "y" + ], + [ + "▁f", + "ly" + ], + [ + "▁", + "fly" + ], + [ + "C", + "R" + ], + [ + "agin", + "i" + ], + [ + "agi", + "ni" + ], + [ + "ag", + "ini" + ], + [ + "▁let", + "t" + ], + [ + "▁le", + "tt" + ], + [ + "▁l", + "ett" + ], + [ + "▁", + "lett" + ], + [ + "en", + "i" + ], + [ + "e", + "ni" + ], + [ + "te", + "ch" + ], + [ + "t", + "ech" + ], + [ + "▁En", + "c" + ], + [ + "▁E", + "nc" + ], + [ + "▁", + "Enc" + ], + [ + "ora", + "cle" + ], + [ + "or", + "acle" + ], + [ + "o", + "racle" + ], + [ + "amil", + "ton" + ], + [ + "ze", + "j" + ], + [ + "z", + "ej" + ], + [ + "fe", + "n" + ], + [ + "f", + "en" + ], + [ + "umer", + "ate" + ], + [ + "ume", + "rate" + ], + [ + "▁quest", + "o" + ], + [ + "▁que", + "sto" + ], + [ + "▁qu", + "esto" + ], + [ + "▁q", + "uesto" + ], + [ + "dar", + "t" + ], + [ + "da", + "rt" + ], + [ + "d", + "art" + ], + [ + "▁Kor", + "e" + ], + [ + "▁Ko", + "re" + ], + [ + "▁K", + "ore" + ], + [ + "api", + "s" + ], + [ + "ap", + "is" + ], + [ + "a", + "pis" + ], + [ + "ep", + "er" + ], + [ + "e", + "per" + ], + [ + "Sc", + "reen" + ], + [ + "S", + "creen" + ], + [ + "wal", + "l" + ], + [ + "wa", + "ll" + ], + [ + "w", + "all" + ], + [ + "▁is", + "land" + ], + [ + "sh", + "e" + ], + [ + "s", + "he" + ], + [ + "▁lig", + "ger" + ], + [ + "▁l", + "igger" + ], + [ + "в", + "ся" + ], + [ + "fan", + "g" + ], + [ + "fa", + "ng" + ], + [ + "f", + "ang" + ], + [ + "▁tar", + "d" + ], + [ + "▁ta", + "rd" + ], + [ + "▁t", + "ard" + ], + [ + "▁pla", + "ats" + ], + [ + "▁п", + "ло" + ], + [ + "▁", + "пло" + ], + [ + "▁Offic", + "e" + ], + [ + "▁Off", + "ice" + ], + [ + "▁", + "Office" + ], + [ + "▁SE", + "T" + ], + [ + "▁S", + "ET" + ], + [ + "▁", + "SET" + ], + [ + "▁circ", + "uit" + ], + [ + "je", + "d" + ], + [ + "j", + "ed" + ], + [ + "Sa", + "ve" + ], + [ + "S", + "ave" + ], + [ + "ль", + "но" + ], + [ + "So", + "cket" + ], + [ + "S", + "ocket" + ], + [ + "▁Ind", + "ex" + ], + [ + "▁In", + "dex" + ], + [ + "▁", + "Index" + ], + [ + "AC", + "K" + ], + [ + "A", + "CK" + ], + [ + "ider", + "s" + ], + [ + "ide", + "rs" + ], + [ + "id", + "ers" + ], + [ + "i", + "ders" + ], + [ + "ere", + "r" + ], + [ + "er", + "er" + ], + [ + "e", + "rer" + ], + [ + "▁С", + "ША" + ], + [ + "▁lad", + "y" + ], + [ + "▁la", + "dy" + ], + [ + "▁l", + "ady" + ], + [ + "▁sche", + "me" + ], + [ + "▁sch", + "eme" + ], + [ + "iel", + "le" + ], + [ + "ie", + "lle" + ], + [ + "i", + "elle" + ], + [ + "▁exer", + "c" + ], + [ + "▁ex", + "erc" + ], + [ + ")}", + "\\" + ], + [ + ")", + "}\\" + ], + [ + "Date", + "Time" + ], + [ + "ath", + "an" + ], + [ + "at", + "han" + ], + [ + "a", + "than" + ], + [ + "▁Prof", + "essor" + ], + [ + "▁moi", + "ns" + ], + [ + "▁mo", + "ins" + ], + [ + "▁Ex", + "cel" + ], + [ + "▁", + "Excel" + ], + [ + "▁Ha", + "y" + ], + [ + "▁H", + "ay" + ], + [ + "▁Mus", + "ik" + ], + [ + "▁", + "ї" + ], + [ + "ę", + "d" + ], + [ + "▁\"", + "." + ], + [ + "▁", + "\"." + ], + [ + "▁бу", + "в" + ], + [ + "▁instru", + "ment" + ], + [ + "▁inst", + "rument" + ], + [ + "па", + "р" + ], + [ + "п", + "ар" + ], + [ + "▁бе", + "ре" + ], + [ + "▁б", + "ере" + ], + [ + "▁", + "бере" + ], + [ + "▁polit", + "ique" + ], + [ + "▁trad", + "ition" + ], + [ + "▁V", + "M" + ], + [ + "▁", + "VM" + ], + [ + "▁Art", + "s" + ], + [ + "▁Ar", + "ts" + ], + [ + "▁C", + "i" + ], + [ + "Us", + "e" + ], + [ + "U", + "se" + ], + [ + "▁ag", + "greg" + ], + [ + "▁a", + "ggreg" + ], + [ + "▁", + "aggreg" + ], + [ + "▁week", + "s" + ], + [ + "▁we", + "eks" + ], + [ + "▁opp", + "ort" + ], + [ + "▁op", + "port" + ], + [ + "▁o", + "pport" + ], + [ + "iti", + "ng" + ], + [ + "it", + "ing" + ], + [ + "i", + "ting" + ], + [ + "▁vert", + "ical" + ], + [ + "▁", + "vertical" + ], + [ + "▁Na", + "z" + ], + [ + "▁N", + "az" + ], + [ + "...", + ")" + ], + [ + "..", + ".)" + ], + [ + "iz", + "o" + ], + [ + "i", + "zo" + ], + [ + "▁cycl", + "e" + ], + [ + "▁cy", + "cle" + ], + [ + "▁c", + "ycle" + ], + [ + "▁", + "cycle" + ], + [ + "▁temp", + "o" + ], + [ + "▁tem", + "po" + ], + [ + "т", + "ре" + ], + [ + "▁hand", + "ling" + ], + [ + "isten", + "ce" + ], + [ + "ist", + "ence" + ], + [ + "▁past", + "e" + ], + [ + "▁pas", + "te" + ], + [ + "▁pa", + "ste" + ], + [ + "▁p", + "aste" + ], + [ + "▁", + "paste" + ], + [ + "▁en", + "jo" + ], + [ + "RO", + "UP" + ], + [ + "▁out", + "er" + ], + [ + "▁ou", + "ter" + ], + [ + "▁o", + "uter" + ], + [ + "▁", + "outer" + ], + [ + "▁supp", + "ly" + ], + [ + "▁sup", + "ply" + ], + [ + "▁su", + "pply" + ], + [ + "ema", + "n" + ], + [ + "em", + "an" + ], + [ + "e", + "man" + ], + [ + "▁acc", + "ident" + ], + [ + "▁\\", + "]" + ], + [ + "▁", + "\\]" + ], + [ + "▁те", + "х" + ], + [ + "▁", + "тех" + ], + [ + "Po", + "ol" + ], + [ + "P", + "ool" + ], + [ + "oti", + "ng" + ], + [ + "ot", + "ing" + ], + [ + "o", + "ting" + ], + [ + "onym", + "ous" + ], + [ + "▁Gi", + "ov" + ], + [ + "▁u", + "d" + ], + [ + "▁", + "ud" + ], + [ + "▁.", + "/" + ], + [ + "▁", + "./" + ], + [ + "ERR", + "OR" + ], + [ + "ER", + "ROR" + ], + [ + "const", + "ruct" + ], + [ + "con", + "struct" + ], + [ + "text", + "width" + ], + [ + "quip", + "e" + ], + [ + "qui", + "pe" + ], + [ + "qu", + "ipe" + ], + [ + "case", + "s" + ], + [ + "cas", + "es" + ], + [ + "c", + "ases" + ], + [ + "▁а", + "д" + ], + [ + "▁Ro", + "w" + ], + [ + "▁R", + "ow" + ], + [ + "▁", + "Row" + ], + [ + "Hold", + "er" + ], + [ + "Hol", + "der" + ], + [ + "H", + "older" + ], + [ + "wa", + "n" + ], + [ + "w", + "an" + ], + [ + "arn", + "a" + ], + [ + "ar", + "na" + ], + [ + "Me", + "m" + ], + [ + "M", + "em" + ], + [ + "▁Canad", + "ian" + ], + [ + "▁Comm", + "ission" + ], + [ + "▁Com", + "mission" + ], + [ + "su", + "n" + ], + [ + "s", + "un" + ], + [ + "▁app", + "s" + ], + [ + "▁ap", + "ps" + ], + [ + "▁", + "apps" + ], + [ + "▁Bl", + "o" + ], + [ + "▁B", + "lo" + ], + [ + "▁ihre", + "r" + ], + [ + "▁ihr", + "er" + ], + [ + "▁ih", + "rer" + ], + [ + "▁i", + "hrer" + ], + [ + "▁famil", + "le" + ], + [ + "▁fam", + "ille" + ], + [ + "▁m", + "ě" + ], + [ + "▁p", + "y" + ], + [ + "▁", + "py" + ], + [ + "и", + "с" + ], + [ + "▁то", + "го" + ], + [ + "▁т", + "ого" + ], + [ + "▁", + "того" + ], + [ + "▁Ag", + "ain" + ], + [ + "▁ignor", + "e" + ], + [ + "▁ign", + "ore" + ], + [ + "▁", + "ignore" + ], + [ + "▁televis", + "ion" + ], + [ + "▁tele", + "vision" + ], + [ + "Pa", + "t" + ], + [ + "P", + "at" + ], + [ + "hi", + "de" + ], + [ + "h", + "ide" + ], + [ + "▁Re", + "v" + ], + [ + "▁R", + "ev" + ], + [ + "▁be", + "ar" + ], + [ + "▁b", + "ear" + ], + [ + "ph", + "y" + ], + [ + "p", + "hy" + ], + [ + "▁no", + "ise" + ], + [ + "▁wr", + "a" + ], + [ + "▁w", + "ra" + ], + [ + "ational", + "e" + ], + [ + "ation", + "ale" + ], + [ + "at", + "ionale" + ], + [ + "▁coll", + "abor" + ], + [ + "bor", + "der" + ], + [ + "b", + "order" + ], + [ + "▁elect", + "ed" + ], + [ + "▁ele", + "cted" + ], + [ + "▁el", + "ected" + ], + [ + "▁sur", + "pr" + ], + [ + "▁avo", + "ir" + ], + [ + "▁av", + "oir" + ], + [ + "▁a", + "voir" + ], + [ + "▁", + "avoir" + ], + [ + "▁assemb", + "ly" + ], + [ + "▁ass", + "embly" + ], + [ + "▁", + "assembly" + ], + [ + "▁об", + "ще" + ], + [ + "▁arbitr", + "ary" + ], + [ + "▁br", + "ief" + ], + [ + "▁--", + "-" + ], + [ + "▁-", + "--" + ], + [ + "▁", + "---" + ], + [ + "▁Mau", + "r" + ], + [ + "▁Ma", + "ur" + ], + [ + "▁M", + "aur" + ], + [ + "gress", + "ion" + ], + [ + "gr", + "ession" + ], + [ + "g", + "ression" + ], + [ + "ici", + "a" + ], + [ + "ic", + "ia" + ], + [ + "i", + "cia" + ], + [ + "▁lie", + "gt" + ], + [ + "▁Fig", + "ure" + ], + [ + "▁ont", + "o" + ], + [ + "▁on", + "to" + ], + [ + "▁", + "onto" + ], + [ + "Repos", + "itory" + ], + [ + "Re", + "pository" + ], + [ + "▁dé", + "f" + ], + [ + "▁fort", + "h" + ], + [ + "▁for", + "th" + ], + [ + "▁f", + "orth" + ], + [ + "▁click", + "ed" + ], + [ + "▁cl", + "icked" + ], + [ + "se", + "ite" + ], + [ + "▁note", + "s" + ], + [ + "▁not", + "es" + ], + [ + "▁no", + "tes" + ], + [ + "▁n", + "otes" + ], + [ + "▁", + "notes" + ], + [ + "nat", + "ive" + ], + [ + "n", + "ative" + ], + [ + "▁ED", + "IT" + ], + [ + "▁", + "EDIT" + ], + [ + "ы", + "е" + ], + [ + "M", + "T" + ], + [ + "ament", + "al" + ], + [ + "amen", + "tal" + ], + [ + "am", + "ental" + ], + [ + "▁ros", + "e" + ], + [ + "▁ro", + "se" + ], + [ + "▁r", + "ose" + ], + [ + "▁", + "rose" + ], + [ + "▁pue", + "de" + ], + [ + "▁pu", + "ede" + ], + [ + "Deleg", + "ate" + ], + [ + "De", + "legate" + ], + [ + "ub", + "a" + ], + [ + "u", + "ba" + ], + [ + "ne", + "o" + ], + [ + "xi", + "s" + ], + [ + "x", + "is" + ], + [ + "▁Ar", + "thur" + ], + [ + "UR", + "E" + ], + [ + "U", + "RE" + ], + [ + "amin", + "g" + ], + [ + "ami", + "ng" + ], + [ + "am", + "ing" + ], + [ + "a", + "ming" + ], + [ + "Dev", + "ice" + ], + [ + "De", + "vice" + ], + [ + "▁dia", + "m" + ], + [ + "▁di", + "am" + ], + [ + "▁d", + "iam" + ], + [ + "st", + "änd" + ], + [ + "▁pro", + "n" + ], + [ + "▁pr", + "on" + ], + [ + "▁p", + "ron" + ], + [ + "oi", + "s" + ], + [ + "o", + "is" + ], + [ + "com", + "ing" + ], + [ + "co", + "ming" + ], + [ + "c", + "oming" + ], + [ + "Parameter", + "s" + ], + [ + "Param", + "eters" + ], + [ + "uv", + "ud" + ], + [ + "▁ab", + "ility" + ], + [ + "▁", + "ability" + ], + [ + "▁mé", + "t" + ], + [ + "▁m", + "ét" + ], + [ + "▁Un", + "fortunately" + ], + [ + "f", + "d" + ], + [ + "D", + "ictionary" + ], + [ + "sock", + "et" + ], + [ + "so", + "cket" + ], + [ + "s", + "ocket" + ], + [ + "▁con", + "oc" + ], + [ + "▁co", + "noc" + ], + [ + "cont", + "ains" + ], + [ + "esse", + "d" + ], + [ + "ess", + "ed" + ], + [ + "es", + "sed" + ], + [ + "▁geld", + "ig" + ], + [ + "▁gel", + "dig" + ], + [ + "ниц", + "а" + ], + [ + "ни", + "ца" + ], + [ + "▁point", + "ed" + ], + [ + "est", + "i" + ], + [ + "es", + "ti" + ], + [ + "no", + "m" + ], + [ + "n", + "om" + ], + [ + "ографи", + "я" + ], + [ + "▁represent", + "s" + ], + [ + "▁repres", + "ents" + ], + [ + "▁man", + "ip" + ], + [ + "wor", + "ld" + ], + [ + "w", + "orld" + ], + [ + "▁resolve", + "d" + ], + [ + "▁resol", + "ved" + ], + [ + "te", + "gr" + ], + [ + "t", + "egr" + ], + [ + "▁dor", + "t" + ], + [ + "▁do", + "rt" + ], + [ + "▁d", + "ort" + ], + [ + "aster", + "n" + ], + [ + "aste", + "rn" + ], + [ + "ast", + "ern" + ], + [ + "as", + "tern" + ], + [ + "▁camp", + "aign" + ], + [ + "▁prim", + "o" + ], + [ + "▁pri", + "mo" + ], + [ + "▁pr", + "imo" + ], + [ + "▁;", + ";" + ], + [ + "▁", + ";;" + ], + [ + "▁sni", + "ppet" + ], + [ + "▁Ni", + "k" + ], + [ + "▁N", + "ik" + ], + [ + "To", + "tal" + ], + [ + "T", + "otal" + ], + [ + "isse", + "ment" + ], + [ + "iss", + "ement" + ], + [ + "AC", + "E" + ], + [ + "A", + "CE" + ], + [ + "▁ver", + "ify" + ], + [ + "▁", + "verify" + ], + [ + "iff", + "e" + ], + [ + "if", + "fe" + ], + [ + "i", + "ffe" + ], + [ + "lage", + "n" + ], + [ + "lag", + "en" + ], + [ + "la", + "gen" + ], + [ + "l", + "agen" + ], + [ + "ieu", + "r" + ], + [ + "ie", + "ur" + ], + [ + "i", + "eur" + ], + [ + "▁convert", + "ed" + ], + [ + "▁conver", + "ted" + ], + [ + "▁Mil", + "it" + ], + [ + "▁Mi", + "lit" + ], + [ + "▁Al", + "g" + ], + [ + "▁A", + "lg" + ], + [ + "▁", + "Alg" + ], + [ + "▁Ro", + "n" + ], + [ + "▁R", + "on" + ], + [ + "▁kon", + "n" + ], + [ + "▁ko", + "nn" + ], + [ + "▁k", + "onn" + ], + [ + "app", + "le" + ], + [ + "ap", + "ple" + ], + [ + "▁disp", + "os" + ], + [ + "▁dis", + "pos" + ], + [ + "stell", + "ung" + ], + [ + "▁ret", + "ain" + ], + [ + "▁re", + "tain" + ], + [ + "▁ment", + "re" + ], + [ + "▁men", + "tre" + ], + [ + "▁m", + "entre" + ], + [ + "▁neu", + "t" + ], + [ + "▁ne", + "ut" + ], + [ + "▁", + "neut" + ], + [ + "▁N", + "ight" + ], + [ + "ch", + "é" + ], + [ + "c", + "hé" + ], + [ + "att", + "i" + ], + [ + "at", + "ti" + ], + [ + "▁ob", + "ra" + ], + [ + "▁o", + "bra" + ], + [ + "▁super", + "ior" + ], + [ + "▁Cong", + "ress" + ], + [ + "▁Con", + "gress" + ], + [ + "ё", + "м" + ], + [ + "▁code", + "s" + ], + [ + "▁cod", + "es" + ], + [ + "▁co", + "des" + ], + [ + "▁c", + "odes" + ], + [ + "▁", + "codes" + ], + [ + "▁Am", + "a" + ], + [ + "▁A", + "ma" + ], + [ + "▁Ear", + "th" + ], + [ + "▁E", + "arth" + ], + [ + "▁oppos", + "ite" + ], + [ + "▁po", + "ol" + ], + [ + "▁p", + "ool" + ], + [ + "▁", + "pool" + ], + [ + "▁Du", + "n" + ], + [ + "▁D", + "un" + ], + [ + "же", + "ние" + ], + [ + "▁\"$", + "{" + ], + [ + "▁\"", + "${" + ], + [ + "in", + "v" + ], + [ + "▁у", + "ни" + ], + [ + "▁Andre", + "w" + ], + [ + "▁And", + "rew" + ], + [ + "тел", + "ей" + ], + [ + "те", + "лей" + ], + [ + "▁by", + "ł" + ], + [ + "Uni", + "vers" + ], + [ + "Un", + "ivers" + ], + [ + "▁Ang", + "ular" + ], + [ + "ani", + "m" + ], + [ + "an", + "im" + ], + [ + "a", + "nim" + ], + [ + "дов", + "а" + ], + [ + "до", + "ва" + ], + [ + "д", + "ова" + ], + [ + "BU", + "G" + ], + [ + "B", + "UG" + ], + [ + "ute", + "ly" + ], + [ + "ut", + "ely" + ], + [ + "▁draw", + "ing" + ], + [ + "▁dra", + "wing" + ], + [ + "▁ga", + "in" + ], + [ + "▁g", + "ain" + ], + [ + "▁four", + "th" + ], + [ + "▁Pro", + "blem" + ], + [ + "▁", + "Problem" + ], + [ + "▁sudden", + "ly" + ], + [ + "▁", + "Ä" + ], + [ + "onn", + "a" + ], + [ + "on", + "na" + ], + [ + "▁Kon", + "t" + ], + [ + "▁Ko", + "nt" + ], + [ + "▁K", + "ont" + ], + [ + "▁Bilder", + "n" + ], + [ + "▁Bild", + "ern" + ], + [ + "▁Bil", + "dern" + ], + [ + "▁konn", + "te" + ], + [ + "ž", + "e" + ], + [ + "Tra", + "ce" + ], + [ + "Tr", + "ace" + ], + [ + "T", + "race" + ], + [ + "▁sec", + "ure" + ], + [ + "▁", + "secure" + ], + [ + "▁któ", + "ry" + ], + [ + "▁e", + "q" + ], + [ + "▁", + "eq" + ], + [ + "▁forma", + "l" + ], + [ + "▁form", + "al" + ], + [ + "▁for", + "mal" + ], + [ + "▁f", + "ormal" + ], + [ + "amer", + "ikan" + ], + [ + "▁Ana", + "l" + ], + [ + "▁An", + "al" + ], + [ + "▁A", + "nal" + ], + [ + "▁", + "Anal" + ], + [ + "▁Re", + "write" + ], + [ + "▁R", + "ewrite" + ], + [ + "▁Dou", + "ble" + ], + [ + "▁D", + "ouble" + ], + [ + "▁", + "Double" + ], + [ + "create", + "d" + ], + [ + "cre", + "ated" + ], + [ + "N", + "U" + ], + [ + "MD", + "b" + ], + [ + "M", + "Db" + ], + [ + "ape", + "s" + ], + [ + "ap", + "es" + ], + [ + "a", + "pes" + ], + [ + "Uni", + "s" + ], + [ + "Un", + "is" + ], + [ + "U", + "nis" + ], + [ + "▁espec", + "ial" + ], + [ + "▁espe", + "cial" + ], + [ + "▁e", + "special" + ], + [ + "})", + "\\" + ], + [ + "}", + ")\\" + ], + [ + "edo", + "m" + ], + [ + "ed", + "om" + ], + [ + "e", + "dom" + ], + [ + "▁categ", + "or" + ], + [ + "▁c", + "ategor" + ], + [ + "Ret", + "urn" + ], + [ + "Re", + "turn" + ], + [ + "▁Ham", + "b" + ], + [ + "▁Ha", + "mb" + ], + [ + "▁H", + "amb" + ], + [ + "▁Ri", + "o" + ], + [ + "▁R", + "io" + ], + [ + "▁Mi", + "r" + ], + [ + "▁M", + "ir" + ], + [ + "▁Gem", + "e" + ], + [ + "▁Ge", + "me" + ], + [ + "▁G", + "eme" + ], + [ + "abil", + "ities" + ], + [ + "ab", + "ilities" + ], + [ + "tr", + "z" + ], + [ + "t", + "rz" + ], + [ + "use", + "t" + ], + [ + "us", + "et" + ], + [ + "u", + "set" + ], + [ + "ier", + "ra" + ], + [ + "net", + "work" + ], + [ + "n", + "etwork" + ], + [ + "▁doc", + "tor" + ], + [ + "▁do", + "ctor" + ], + [ + "eur", + "s" + ], + [ + "eu", + "rs" + ], + [ + "e", + "urs" + ], + [ + "▁liste", + "n" + ], + [ + "▁list", + "en" + ], + [ + "▁li", + "sten" + ], + [ + "▁l", + "isten" + ], + [ + "▁", + "listen" + ], + [ + "д", + "ж" + ], + [ + "▁H", + "ö" + ], + [ + "▁consist", + "s" + ], + [ + "▁cons", + "ists" + ], + [ + "as", + "m" + ], + [ + "a", + "sm" + ], + [ + "Ch", + "r" + ], + [ + "C", + "hr" + ], + [ + "ala", + "nd" + ], + [ + "al", + "and" + ], + [ + "a", + "land" + ], + [ + "▁испол", + "ь" + ], + [ + "▁испо", + "ль" + ], + [ + "▁ис", + "поль" + ], + [ + "▁lug", + "ar" + ], + [ + "▁lu", + "gar" + ], + [ + "▁definite", + "ly" + ], + [ + "▁definit", + "ely" + ], + [ + "▁def", + "initely" + ], + [ + "mov", + "e" + ], + [ + "mo", + "ve" + ], + [ + "m", + "ove" + ], + [ + "úblic", + "a" + ], + [ + "ú", + "blica" + ], + [ + "▁lä", + "n" + ], + [ + "▁l", + "än" + ], + [ + "ism", + "us" + ], + [ + "is", + "mus" + ], + [ + "▁др", + "жа" + ], + [ + "▁d", + "t" + ], + [ + "▁", + "dt" + ], + [ + "▁Per", + "haps" + ], + [ + "▁Bras", + "il" + ], + [ + "▁Bra", + "sil" + ], + [ + "Jo", + "hn" + ], + [ + "J", + "ohn" + ], + [ + "▁prom", + "ise" + ], + [ + "ł", + "u" + ], + [ + "reen", + "s" + ], + [ + "ree", + "ns" + ], + [ + "re", + "ens" + ], + [ + "▁ps", + "ych" + ], + [ + "▁Wh", + "o" + ], + [ + "▁W", + "ho" + ], + [ + "▁", + "Who" + ], + [ + "ря", + "д" + ], + [ + "▁INT", + "O" + ], + [ + "▁IN", + "TO" + ], + [ + "▁Pe", + "ople" + ], + [ + "▁William", + "s" + ], + [ + "▁Will", + "iams" + ], + [ + "▁Mar", + "g" + ], + [ + "▁Ma", + "rg" + ], + [ + "▁M", + "arg" + ], + [ + "▁да", + "н" + ], + [ + "▁д", + "ан" + ], + [ + "▁", + "дан" + ], + [ + "rec", + "ord" + ], + [ + "re", + "cord" + ], + [ + "▁Eur", + "o" + ], + [ + "▁Eu", + "ro" + ], + [ + "▁E", + "uro" + ], + [ + "▁Virgin", + "ia" + ], + [ + "▁Res", + "t" + ], + [ + "▁Re", + "st" + ], + [ + "▁R", + "est" + ], + [ + "▁", + "Rest" + ], + [ + "▁Cor", + "n" + ], + [ + "▁Co", + "rn" + ], + [ + "▁C", + "orn" + ], + [ + "}}", + "," + ], + [ + "}", + "}," + ], + [ + "▁Gr", + "id" + ], + [ + "▁G", + "rid" + ], + [ + "▁", + "Grid" + ], + [ + "▁inj", + "ect" + ], + [ + "▁in", + "ject" + ], + [ + "▁", + "inject" + ], + [ + "на", + "н" + ], + [ + "н", + "ан" + ], + [ + "▁cro", + "w" + ], + [ + "▁cr", + "ow" + ], + [ + "▁c", + "row" + ], + [ + "▁Ph", + "ys" + ], + [ + "▁", + "Phys" + ], + [ + "▁D", + "O" + ], + [ + "▁", + "DO" + ], + [ + "▁\"", + "-" + ], + [ + "▁increase", + "d" + ], + [ + "▁incre", + "ased" + ], + [ + "ache", + "r" + ], + [ + "ach", + "er" + ], + [ + "ac", + "her" + ], + [ + "a", + "cher" + ], + [ + "pe", + "at" + ], + [ + "Li", + "n" + ], + [ + "L", + "in" + ], + [ + "▁Du", + "b" + ], + [ + "▁D", + "ub" + ], + [ + "rice", + "s" + ], + [ + "ric", + "es" + ], + [ + "ri", + "ces" + ], + [ + "r", + "ices" + ], + [ + "agn", + "ost" + ], + [ + "ag", + "nost" + ], + [ + "d", + "l" + ], + [ + "▁curv", + "e" + ], + [ + "▁cur", + "ve" + ], + [ + "ü", + "g" + ], + [ + "ric", + "e" + ], + [ + "ri", + "ce" + ], + [ + "r", + "ice" + ], + [ + "l", + "anguage" + ], + [ + "Click", + "Listener" + ], + [ + "▁municip", + "al" + ], + [ + "▁Or", + "i" + ], + [ + "▁O", + "ri" + ], + [ + "▁", + "Ori" + ], + [ + "▁Bil", + "d" + ], + [ + "▁Bi", + "ld" + ], + [ + "▁B", + "ild" + ], + [ + "▁Ca", + "b" + ], + [ + "▁C", + "ab" + ], + [ + "▁Va", + "r" + ], + [ + "▁V", + "ar" + ], + [ + "▁", + "Var" + ], + [ + "▁note", + "d" + ], + [ + "▁not", + "ed" + ], + [ + "▁no", + "ted" + ], + [ + "▁n", + "oted" + ], + [ + "▁", + "Î" + ], + [ + "▁sub", + "s" + ], + [ + "▁su", + "bs" + ], + [ + "▁s", + "ubs" + ], + [ + "iat", + "ion" + ], + [ + "ia", + "tion" + ], + [ + "i", + "ation" + ], + [ + "W", + "OR" + ], + [ + "ing", + "ly" + ], + [ + "in", + "gly" + ], + [ + "▁Ru", + "s" + ], + [ + "▁R", + "us" + ], + [ + "ien", + "s" + ], + [ + "ie", + "ns" + ], + [ + "i", + "ens" + ], + [ + "INF", + "O" + ], + [ + "IN", + "FO" + ], + [ + "к", + "ва" + ], + [ + "ativ", + "o" + ], + [ + "ati", + "vo" + ], + [ + "at", + "ivo" + ], + [ + "gen", + "de" + ], + [ + "ge", + "nde" + ], + [ + "g", + "ende" + ], + [ + "▁Fran", + "z" + ], + [ + "▁Fr", + "anz" + ], + [ + "▁is", + "ol" + ], + [ + "▁i", + "sol" + ], + [ + "ede", + "s" + ], + [ + "ed", + "es" + ], + [ + "e", + "des" + ], + [ + "nie", + "r" + ], + [ + "ni", + "er" + ], + [ + "n", + "ier" + ], + [ + "▁N", + "O" + ], + [ + "▁", + "NO" + ], + [ + "▁Ha", + "s" + ], + [ + "▁H", + "as" + ], + [ + "▁", + "Has" + ], + [ + "bean", + "s" + ], + [ + "be", + "ans" + ], + [ + "▁pan", + "das" + ], + [ + "▁p", + "andas" + ], + [ + "▁", + "pandas" + ], + [ + "(\"", + "%" + ], + [ + "ві", + "т" + ], + [ + "ут", + "бо" + ], + [ + "▁gat", + "her" + ], + [ + "▁ga", + "ther" + ], + [ + "▁g", + "ather" + ], + [ + "▁leg", + "al" + ], + [ + "▁le", + "gal" + ], + [ + "▁", + "legal" + ], + [ + "in", + "clud" + ], + [ + "▁circum", + "st" + ], + [ + "cript", + "or" + ], + [ + "rib", + "le" + ], + [ + "ri", + "ble" + ], + [ + "r", + "ible" + ], + [ + "▁Sü", + "d" + ], + [ + "▁S", + "üd" + ], + [ + "▁apr", + "o" + ], + [ + "▁ap", + "ro" + ], + [ + "▁a", + "pro" + ], + [ + "Ap", + "i" + ], + [ + "A", + "pi" + ], + [ + "▁на", + "й" + ], + [ + "▁Africa", + "n" + ], + [ + "▁Afr", + "ican" + ], + [ + "ows", + "ki" + ], + [ + "ow", + "ski" + ], + [ + "▁John", + "son" + ], + [ + "ie", + "k" + ], + [ + "i", + "ek" + ], + [ + "▁vot", + "e" + ], + [ + "▁vo", + "te" + ], + [ + "▁v", + "ote" + ], + [ + "▁", + "vote" + ], + [ + "▁Ka", + "n" + ], + [ + "▁K", + "an" + ], + [ + "▁bib", + "li" + ], + [ + "▁b", + "ibli" + ], + [ + "▁", + "bibli" + ], + [ + "▁ha", + "ar" + ], + [ + "▁h", + "aar" + ], + [ + "▁v", + "r" + ], + [ + "▁", + "vr" + ], + [ + "])", + "," + ], + [ + "]", + ")," + ], + [ + "subset", + "eq" + ], + [ + "Parse", + "r" + ], + [ + "Par", + "ser" + ], + [ + "ian", + "i" + ], + [ + "ia", + "ni" + ], + [ + "i", + "ani" + ], + [ + "is", + "é" + ], + [ + "ide", + "a" + ], + [ + "id", + "ea" + ], + [ + "On", + "ly" + ], + [ + "▁á", + "l" + ], + [ + "▁", + "ál" + ], + [ + "▁Cat", + "al" + ], + [ + "▁Ca", + "tal" + ], + [ + "▁C", + "atal" + ], + [ + "▁Cas", + "e" + ], + [ + "▁Ca", + "se" + ], + [ + "▁C", + "ase" + ], + [ + "▁", + "Case" + ], + [ + "se", + "h" + ], + [ + "s", + "eh" + ], + [ + "▁enc", + "ounter" + ], + [ + "▁en", + "counter" + ], + [ + "▁ref", + "orm" + ], + [ + "▁re", + "form" + ], + [ + "мин", + "и" + ], + [ + "ми", + "ни" + ], + [ + "▁Str", + "e" + ], + [ + "▁St", + "re" + ], + [ + "▁S", + "tre" + ], + [ + "except", + "ion" + ], + [ + "ex", + "ception" + ], + [ + "▁Ta", + "r" + ], + [ + "▁T", + "ar" + ], + [ + "та", + "р" + ], + [ + "т", + "ар" + ], + [ + "tr", + "l" + ], + [ + "t", + "rl" + ], + [ + "▁А", + "лександ" + ], + [ + "лек", + "т" + ], + [ + "ле", + "кт" + ], + [ + "equ", + "al" + ], + [ + "eq", + "ual" + ], + [ + "e", + "qual" + ], + [ + "O", + "p" + ], + [ + "▁li", + "f" + ], + [ + "▁l", + "if" + ], + [ + "▁й", + "ого" + ], + [ + "▁volta", + "ge" + ], + [ + "▁volt", + "age" + ], + [ + "sh", + "ire" + ], + [ + "s", + "hire" + ], + [ + "▁Gro", + "ß" + ], + [ + "в", + "ня" + ], + [ + "ning", + "s" + ], + [ + "n", + "ings" + ], + [ + "н", + "ци" + ], + [ + "▁la", + "g" + ], + [ + "▁l", + "ag" + ], + [ + "▁", + "lag" + ], + [ + "▁andere", + "n" + ], + [ + "▁and", + "eren" + ], + [ + "▁va", + "c" + ], + [ + "▁v", + "ac" + ], + [ + "▁mac", + "ro" + ], + [ + "▁ma", + "cro" + ], + [ + "▁", + "macro" + ], + [ + "=", + "[" + ], + [ + "The", + "n" + ], + [ + "Th", + "en" + ], + [ + "T", + "hen" + ], + [ + "▁control", + "s" + ], + [ + "▁contro", + "ls" + ], + [ + "▁contr", + "ols" + ], + [ + "▁", + "controls" + ], + [ + "se", + "q" + ], + [ + "s", + "eq" + ], + [ + "ologie", + "s" + ], + [ + "olog", + "ies" + ], + [ + "▁select", + "or" + ], + [ + "▁sele", + "ctor" + ], + [ + "▁sel", + "ector" + ], + [ + "▁", + "selector" + ], + [ + "▁Украї", + "ни" + ], + [ + "хів", + "овано" + ], + [ + "ы", + "й" + ], + [ + "alleng", + "e" + ], + [ + "allen", + "ge" + ], + [ + "▁IM", + "Db" + ], + [ + "▁I", + "MDb" + ], + [ + "umm", + "y" + ], + [ + "um", + "my" + ], + [ + "ye", + "n" + ], + [ + "y", + "en" + ], + [ + "▁best", + "e" + ], + [ + "▁bes", + "te" + ], + [ + "▁be", + "ste" + ], + [ + "▁b", + "este" + ], + [ + "▁Bo", + "x" + ], + [ + "▁B", + "ox" + ], + [ + "▁", + "Box" + ], + [ + "▁cha", + "ir" + ], + [ + "▁ch", + "air" + ], + [ + "▁Sa", + "b" + ], + [ + "▁S", + "ab" + ], + [ + "erd", + "e" + ], + [ + "er", + "de" + ], + [ + "▁nas", + "t" + ], + [ + "▁na", + "st" + ], + [ + "▁n", + "ast" + ], + [ + "iva", + "mente" + ], + [ + "iv", + "amente" + ], + [ + "▁об", + "ъ" + ], + [ + "▁requirement", + "s" + ], + [ + "▁require", + "ments" + ], + [ + "▁meet", + "ing" + ], + [ + "▁me", + "eting" + ], + [ + "▁fin", + "an" + ], + [ + "▁fi", + "nan" + ], + [ + "▁Ada", + "m" + ], + [ + "▁Ad", + "am" + ], + [ + "▁A", + "dam" + ], + [ + "▁tele", + "vis" + ], + [ + "▁brig", + "ht" + ], + [ + "▁br", + "ight" + ], + [ + "▁b", + "right" + ], + [ + "▁Gi", + "t" + ], + [ + "▁G", + "it" + ], + [ + "▁", + "Git" + ], + [ + "E", + "G" + ], + [ + "▁Gi", + "l" + ], + [ + "▁G", + "il" + ], + [ + "r", + "ès" + ], + [ + "▁Con", + "d" + ], + [ + "▁Co", + "nd" + ], + [ + "▁C", + "ond" + ], + [ + "▁", + "Cond" + ], + [ + "▁f", + "t" + ], + [ + "▁", + "ft" + ], + [ + "▁бу", + "ло" + ], + [ + "-", + "+" + ], + [ + "EN", + "D" + ], + [ + "E", + "ND" + ], + [ + "ern", + "e" + ], + [ + "er", + "ne" + ], + [ + "▁Comp", + "ut" + ], + [ + "▁Com", + "put" + ], + [ + "▁", + "Comput" + ], + [ + "▁il", + "s" + ], + [ + "▁i", + "ls" + ], + [ + "▁", + "ils" + ], + [ + "▁gal", + "l" + ], + [ + "▁ga", + "ll" + ], + [ + "▁g", + "all" + ], + [ + "▁cs", + "v" + ], + [ + "▁c", + "sv" + ], + [ + "▁", + "csv" + ], + [ + "łu", + "g" + ], + [ + "ł", + "ug" + ], + [ + "▁summ", + "er" + ], + [ + "▁sum", + "mer" + ], + [ + "ga", + "me" + ], + [ + "g", + "ame" + ], + [ + "▁post", + "s" + ], + [ + "▁pos", + "ts" + ], + [ + "▁", + "posts" + ], + [ + "Ар", + "хівовано" + ], + [ + "▁z", + "ij" + ], + [ + "▁determ", + "in" + ], + [ + "▁de", + "termin" + ], + [ + "▁ab", + "andon" + ], + [ + "count", + "er" + ], + [ + "co", + "unter" + ], + [ + "c", + "ounter" + ], + [ + "▁require", + "ment" + ], + [ + "▁requ", + "irement" + ], + [ + "▁Ti", + "t" + ], + [ + "▁T", + "it" + ], + [ + "irt", + "ual" + ], + [ + "▁Video", + "s" + ], + [ + "▁V", + "ideos" + ], + [ + "▁qui", + "et" + ], + [ + "▁qu", + "iet" + ], + [ + "▁Ter", + "m" + ], + [ + "▁Te", + "rm" + ], + [ + "▁T", + "erm" + ], + [ + "▁", + "Term" + ], + [ + "▁time", + "out" + ], + [ + "▁", + "timeout" + ], + [ + "Pr", + "int" + ], + [ + "▁inve", + "nt" + ], + [ + "▁inv", + "ent" + ], + [ + "▁in", + "vent" + ], + [ + "la", + "is" + ], + [ + "l", + "ais" + ], + [ + "▁mon", + "itor" + ], + [ + "hal", + "b" + ], + [ + "ha", + "lb" + ], + [ + "▁Wil", + "d" + ], + [ + "▁Wi", + "ld" + ], + [ + "▁W", + "ild" + ], + [ + "▁lead", + "er" + ], + [ + "▁le", + "ader" + ], + [ + "▁се", + "ль" + ], + [ + "▁с", + "ель" + ], + [ + "▁util", + "iz" + ], + [ + "▁parent", + "s" + ], + [ + "▁par", + "ents" + ], + [ + "▁force", + "d" + ], + [ + "▁for", + "ced" + ], + [ + "▁prove", + "d" + ], + [ + "▁prov", + "ed" + ], + [ + "▁pro", + "ved" + ], + [ + "▁pr", + "oved" + ], + [ + "▁effect", + "ive" + ], + [ + "▁ll", + "am" + ], + [ + "▁l", + "lam" + ], + [ + "▁С", + "по" + ], + [ + "or", + "b" + ], + [ + "o", + "rb" + ], + [ + "gg", + "i" + ], + [ + "g", + "gi" + ], + [ + "▁assum", + "ption" + ], + [ + "▁ass", + "umption" + ], + [ + "▁sub", + "m" + ], + [ + "▁su", + "bm" + ], + [ + "▁ві", + "й" + ], + [ + "▁в", + "ій" + ], + [ + "ili", + "a" + ], + [ + "il", + "ia" + ], + [ + "i", + "lia" + ], + [ + "▁revers", + "e" + ], + [ + "▁rever", + "se" + ], + [ + "▁re", + "verse" + ], + [ + "▁", + "reverse" + ], + [ + "'", + "\"" + ], + [ + "▁quote", + "s" + ], + [ + "▁quot", + "es" + ], + [ + "▁qu", + "otes" + ], + [ + "▁site", + "s" + ], + [ + "▁sit", + "es" + ], + [ + "▁si", + "tes" + ], + [ + "▁s", + "ites" + ], + [ + "▁", + "sites" + ], + [ + "igu", + "ng" + ], + [ + "ig", + "ung" + ], + [ + "▁Ar", + "g" + ], + [ + "▁A", + "rg" + ], + [ + "▁", + "Arg" + ], + [ + "D", + "ouble" + ], + [ + "▁screen", + "s" + ], + [ + "▁sc", + "reens" + ], + [ + "▁s", + "creens" + ], + [ + "▁cla", + "use" + ], + [ + "▁cl", + "ause" + ], + [ + "▁bund", + "le" + ], + [ + "▁b", + "undle" + ], + [ + "▁", + "bundle" + ], + [ + "▁phil", + "osoph" + ], + [ + "▁Nu", + "m" + ], + [ + "▁N", + "um" + ], + [ + "▁", + "Num" + ], + [ + "▁gle", + "ich" + ], + [ + "▁g", + "leich" + ], + [ + "▁", + "gleich" + ], + [ + "ul", + "y" + ], + [ + "u", + "ly" + ], + [ + "dire", + "ct" + ], + [ + "dir", + "ect" + ], + [ + "di", + "rect" + ], + [ + "d", + "irect" + ], + [ + "asket", + "ball" + ], + [ + "owan", + "y" + ], + [ + "owa", + "ny" + ], + [ + "ow", + "any" + ], + [ + "\\}", + "$" + ], + [ + "\\", + "}$" + ], + [ + "▁radi", + "us" + ], + [ + "▁rad", + "ius" + ], + [ + "▁", + "radius" + ], + [ + "▁Se", + "arch" + ], + [ + "▁S", + "earch" + ], + [ + "▁", + "Search" + ], + [ + "Pro", + "perties" + ], + [ + "▁ele", + "v" + ], + [ + "▁el", + "ev" + ], + [ + "▁e", + "lev" + ], + [ + "▁pro", + "d" + ], + [ + "▁pr", + "od" + ], + [ + "▁p", + "rod" + ], + [ + "▁", + "prod" + ], + [ + "▁\"", + "%" + ], + [ + "isi", + "ón" + ], + [ + "is", + "ión" + ], + [ + "Deb", + "ug" + ], + [ + "De", + "bug" + ], + [ + "Sec", + "ond" + ], + [ + "Se", + "cond" + ], + [ + "(", + "!" + ], + [ + "▁C", + "atholic" + ], + [ + "рова", + "н" + ], + [ + "ров", + "ан" + ], + [ + "ро", + "ван" + ], + [ + "р", + "ован" + ], + [ + "le", + "z" + ], + [ + "l", + "ez" + ], + [ + "P", + "a" + ], + [ + "ps", + "on" + ], + [ + "p", + "son" + ], + [ + "▁erst", + "e" + ], + [ + "▁ers", + "te" + ], + [ + "▁er", + "ste" + ], + [ + "▁F", + "u" + ], + [ + "▁li", + "t" + ], + [ + "▁l", + "it" + ], + [ + "▁", + "lit" + ], + [ + "▁Sa", + "ison" + ], + [ + "▁S", + "aison" + ], + [ + "▁Has", + "h" + ], + [ + "▁Ha", + "sh" + ], + [ + "▁H", + "ash" + ], + [ + "▁", + "Hash" + ], + [ + "▁ex", + "em" + ], + [ + "▁пред", + "став" + ], + [ + ")", + "*" + ], + [ + "▁e", + "u" + ], + [ + "▁", + "eu" + ], + [ + "▁", + "│" + ], + [ + "▁ga", + "b" + ], + [ + "▁g", + "ab" + ], + [ + "eta", + "iled" + ], + [ + "Co", + "py" + ], + [ + "C", + "opy" + ], + [ + "▁д", + "ва" + ], + [ + "ev", + "en" + ], + [ + "e", + "ven" + ], + [ + "K", + "ind" + ], + [ + "▁Jack", + "son" + ], + [ + "а", + "л" + ], + [ + "▁conse", + "c" + ], + [ + "▁cons", + "ec" + ], + [ + "▁con", + "sec" + ], + [ + "USE", + "R" + ], + [ + "US", + "ER" + ], + [ + "U", + "SER" + ], + [ + "▁To", + "k" + ], + [ + "▁T", + "ok" + ], + [ + "(", + "." + ], + [ + "▁$", + "|" + ], + [ + "▁Tam", + "b" + ], + [ + "▁Ta", + "mb" + ], + [ + "▁T", + "amb" + ], + [ + "▁Lem", + "ma" + ], + [ + "han", + "g" + ], + [ + "ha", + "ng" + ], + [ + "h", + "ang" + ], + [ + "▁contribu", + "tion" + ], + [ + "▁contrib", + "ution" + ], + [ + "▁cont", + "ribution" + ], + [ + "roller", + "s" + ], + [ + "rolle", + "rs" + ], + [ + "roll", + "ers" + ], + [ + "rol", + "lers" + ], + [ + "▁studi", + "es" + ], + [ + "▁stud", + "ies" + ], + [ + "▁po", + "i" + ], + [ + "▁p", + "oi" + ], + [ + "gem", + "s" + ], + [ + "ge", + "ms" + ], + [ + "g", + "ems" + ], + [ + "▁U", + "P" + ], + [ + "▁", + "UP" + ], + [ + "▁Wo", + "l" + ], + [ + "▁W", + "ol" + ], + [ + ">", + "\"" + ], + [ + "▁flo", + "or" + ], + [ + "▁fl", + "oor" + ], + [ + "▁f", + "loor" + ], + [ + "▁", + "floor" + ], + [ + "▁initial", + "ize" + ], + [ + "▁init", + "ialize" + ], + [ + "▁", + "initialize" + ], + [ + "▁Le", + "w" + ], + [ + "▁L", + "ew" + ], + [ + "ze", + "k" + ], + [ + "z", + "ek" + ], + [ + "art", + "e" + ], + [ + "ar", + "te" + ], + [ + "▁position", + "s" + ], + [ + "▁posit", + "ions" + ], + [ + "▁pos", + "itions" + ], + [ + "▁port", + "ion" + ], + [ + "▁por", + "tion" + ], + [ + "cov", + "er" + ], + [ + "co", + "ver" + ], + [ + "c", + "over" + ], + [ + "w", + "p" + ], + [ + "ово", + "го" + ], + [ + "ов", + "ого" + ], + [ + "о", + "вого" + ], + [ + "▁pian", + "o" + ], + [ + "▁pia", + "no" + ], + [ + "▁pi", + "ano" + ], + [ + "▁p", + "iano" + ], + [ + "▁meta", + "l" + ], + [ + "▁met", + "al" + ], + [ + "▁me", + "tal" + ], + [ + "▁m", + "etal" + ], + [ + "▁sample", + "s" + ], + [ + "▁sam", + "ples" + ], + [ + "▁s", + "amples" + ], + [ + "▁", + "samples" + ], + [ + "▁Са", + "н" + ], + [ + "▁С", + "ан" + ], + [ + "vari", + "able" + ], + [ + "▁ста", + "ть" + ], + [ + "▁integer", + "s" + ], + [ + "▁inte", + "gers" + ], + [ + "Wh", + "ere" + ], + [ + "W", + "here" + ], + [ + "famil", + "y" + ], + [ + "▁nu", + "n" + ], + [ + "▁n", + "un" + ], + [ + "▁incre", + "ment" + ], + [ + "▁in", + "crement" + ], + [ + "▁", + "increment" + ], + [ + "ix", + "ed" + ], + [ + "▁he", + "eft" + ], + [ + "ft", + "e" + ], + [ + "f", + "te" + ], + [ + "▁vi", + "l" + ], + [ + "▁v", + "il" + ], + [ + "▁", + "vil" + ], + [ + "▁otro", + "s" + ], + [ + "▁ot", + "ros" + ], + [ + "Multi", + "media" + ], + [ + "Mult", + "imedia" + ], + [ + "▁Hen", + "ri" + ], + [ + "ade", + "d" + ], + [ + "ad", + "ed" + ], + [ + "a", + "ded" + ], + [ + "ге", + "н" + ], + [ + "г", + "ен" + ], + [ + "▁cap", + "it" + ], + [ + "▁ca", + "pit" + ], + [ + "▁други", + "х" + ], + [ + "is", + "p" + ], + [ + "i", + "sp" + ], + [ + "IT", + "Y" + ], + [ + "I", + "TY" + ], + [ + "▁constraint", + "s" + ], + [ + "▁Kirch", + "e" + ], + [ + "▁Kir", + "che" + ], + [ + "▁K", + "irche" + ], + [ + "fo", + "und" + ], + [ + "f", + "ound" + ], + [ + "ши", + "й" + ], + [ + "▁pi", + "c" + ], + [ + "▁p", + "ic" + ], + [ + "▁", + "pic" + ], + [ + "▁to", + "u" + ], + [ + "▁t", + "ou" + ], + [ + "cre", + "d" + ], + [ + "cr", + "ed" + ], + [ + "c", + "red" + ], + [ + "ро", + "б" + ], + [ + "р", + "об" + ], + [ + "▁Mes", + "s" + ], + [ + "▁Me", + "ss" + ], + [ + "▁M", + "ess" + ], + [ + "▁", + "Mess" + ], + [ + "Jo", + "b" + ], + [ + "J", + "ob" + ], + [ + "▁Mai", + "s" + ], + [ + "▁Ma", + "is" + ], + [ + "▁M", + "ais" + ], + [ + "▁style", + "s" + ], + [ + "▁sty", + "les" + ], + [ + "▁st", + "yles" + ], + [ + "▁", + "styles" + ], + [ + "fal", + "l" + ], + [ + "fa", + "ll" + ], + [ + "f", + "all" + ], + [ + "▁U", + "k" + ], + [ + "▁stre", + "et" + ], + [ + "▁st", + "reet" + ], + [ + "▁", + "street" + ], + [ + "occ", + "er" + ], + [ + "oc", + "cer" + ], + [ + "ese", + "n" + ], + [ + "es", + "en" + ], + [ + "e", + "sen" + ], + [ + "▁color", + "s" + ], + [ + "▁col", + "ors" + ], + [ + "▁", + "colors" + ], + [ + "ce", + "an" + ], + [ + "ю", + "ще" + ], + [ + "conn", + "e" + ], + [ + "con", + "ne" + ], + [ + "c", + "onne" + ], + [ + "▁rat", + "io" + ], + [ + "▁r", + "atio" + ], + [ + "anto", + "n" + ], + [ + "ant", + "on" + ], + [ + "an", + "ton" + ], + [ + "▁Fe", + "l" + ], + [ + "▁F", + "el" + ], + [ + "▁custom", + "er" + ], + [ + "▁cust", + "omer" + ], + [ + "▁", + "customer" + ], + [ + "▁Pri", + "x" + ], + [ + "▁Pr", + "ix" + ], + [ + "▁P", + "rix" + ], + [ + "rá", + "s" + ], + [ + "r", + "ás" + ], + [ + "pre", + "d" + ], + [ + "pr", + "ed" + ], + [ + "p", + "red" + ], + [ + "▁electro", + "n" + ], + [ + "▁elect", + "ron" + ], + [ + "s", + "ym" + ], + [ + "▁ве", + "ли" + ], + [ + "▁", + "вели" + ], + [ + "▁over", + "flow" + ], + [ + "▁", + "overflow" + ], + [ + "▁$", + "[" + ], + [ + "▁PO", + "ST" + ], + [ + "▁P", + "OST" + ], + [ + "▁", + "POST" + ], + [ + "▁Ci", + "n" + ], + [ + "▁C", + "in" + ], + [ + "sche", + "id" + ], + [ + "sc", + "heid" + ], + [ + "(\"", + "/" + ], + [ + "(", + "\"/" + ], + [ + "▁search", + "ing" + ], + [ + "▁purpose", + "s" + ], + [ + "▁pur", + "poses" + ], + [ + "▁arrive", + "d" + ], + [ + "▁arriv", + "ed" + ], + [ + "▁arr", + "ived" + ], + [ + "▁pun", + "t" + ], + [ + "▁pu", + "nt" + ], + [ + "▁p", + "unt" + ], + [ + "▁la", + "d" + ], + [ + "▁l", + "ad" + ], + [ + "▁", + "lad" + ], + [ + "P", + "ython" + ], + [ + "▁lead", + "s" + ], + [ + "▁le", + "ads" + ], + [ + "▁san", + "d" + ], + [ + "▁sa", + "nd" + ], + [ + "▁s", + "and" + ], + [ + "пад", + "а" + ], + [ + "па", + "да" + ], + [ + "▁commune", + "s" + ], + [ + "▁commun", + "es" + ], + [ + "▁comm", + "unes" + ], + [ + "▁CH", + "AP" + ], + [ + "▁cas", + "o" + ], + [ + "▁ca", + "so" + ], + [ + "▁c", + "aso" + ], + [ + "r", + "z" + ], + [ + "▁d", + "w" + ], + [ + "▁", + "dw" + ], + [ + "ac", + "a" + ], + [ + "a", + "ca" + ], + [ + "▁Col", + "umb" + ], + [ + "child", + "ren" + ], + [ + "ê", + "t" + ], + [ + "schema", + "s" + ], + [ + "sche", + "mas" + ], + [ + "sch", + "emas" + ], + [ + "▁instruction", + "s" + ], + [ + "▁instruct", + "ions" + ], + [ + "▁instru", + "ctions" + ], + [ + "▁-", + "\\" + ], + [ + "▁", + "-\\" + ], + [ + "▁Isra", + "el" + ], + [ + "▁Is", + "rael" + ], + [ + "no", + "ści" + ], + [ + "▁обра", + "з" + ], + [ + "▁об", + "раз" + ], + [ + "▁", + "образ" + ], + [ + "▁сов", + "ет" + ], + [ + "▁со", + "вет" + ], + [ + "▁imm", + "agini" + ], + [ + "▁Fre", + "d" + ], + [ + "▁Fr", + "ed" + ], + [ + "▁F", + "red" + ], + [ + "▁Glo", + "bal" + ], + [ + "▁G", + "lobal" + ], + [ + "▁", + "Global" + ], + [ + "▁th", + "ick" + ], + [ + "▁", + "thick" + ], + [ + "▁fuer", + "on" + ], + [ + "▁fue", + "ron" + ], + [ + "▁throw", + "n" + ], + [ + "▁thro", + "wn" + ], + [ + "▁thr", + "own" + ], + [ + "▁th", + "rown" + ], + [ + "▁clo", + "ck" + ], + [ + "▁cl", + "ock" + ], + [ + "▁c", + "lock" + ], + [ + "▁", + "clock" + ], + [ + "ena", + "ble" + ], + [ + "en", + "able" + ], + [ + "''", + "'" + ], + [ + "'", + "''" + ], + [ + "▁Sun", + "d" + ], + [ + "▁Su", + "nd" + ], + [ + "▁S", + "und" + ], + [ + "▁cont", + "empor" + ], + [ + "ans", + "wer" + ], + [ + "an", + "swer" + ], + [ + "▁man", + "ufact" + ], + [ + "▁i", + "o" + ], + [ + "▁", + "io" + ], + [ + "q", + "quad" + ], + [ + "OU", + "T" + ], + [ + "O", + "UT" + ], + [ + "▁La", + "b" + ], + [ + "▁L", + "ab" + ], + [ + "▁", + "Lab" + ], + [ + "▁Z", + "w" + ], + [ + "leg", + "al" + ], + [ + "le", + "gal" + ], + [ + "▁Ve", + "l" + ], + [ + "▁V", + "el" + ], + [ + "▁ra", + "ise" + ], + [ + "▁", + "raise" + ], + [ + "▁deli", + "ver" + ], + [ + "▁del", + "iver" + ], + [ + "▁de", + "liver" + ], + [ + "▁Vo", + "ir" + ], + [ + "▁V", + "oir" + ], + [ + "▁assume", + "d" + ], + [ + "▁assum", + "ed" + ], + [ + "▁ass", + "umed" + ], + [ + "Le", + "t" + ], + [ + "L", + "et" + ], + [ + "ierte", + "n" + ], + [ + "iert", + "en" + ], + [ + "ier", + "ten" + ], + [ + "i", + "erten" + ], + [ + "▁Kon", + "g" + ], + [ + "▁Ko", + "ng" + ], + [ + "▁K", + "ong" + ], + [ + "▁Ex", + "p" + ], + [ + "▁E", + "xp" + ], + [ + "▁", + "Exp" + ], + [ + "▁Ju", + "g" + ], + [ + "▁J", + "ug" + ], + [ + "▁declar", + "ation" + ], + [ + "▁dec", + "laration" + ], + [ + "▁F", + "ish" + ], + [ + "m", + "é" + ], + [ + "▁spe", + "ech" + ], + [ + "▁ten", + "t" + ], + [ + "▁te", + "nt" + ], + [ + "▁t", + "ent" + ], + [ + "▁Rout", + "e" + ], + [ + "▁Rou", + "te" + ], + [ + "▁Ro", + "ute" + ], + [ + "▁R", + "oute" + ], + [ + "▁", + "Route" + ], + [ + "__", + "(" + ], + [ + "_", + "_(" + ], + [ + "▁réal", + "is" + ], + [ + "▁ré", + "alis" + ], + [ + "▁Des", + "ign" + ], + [ + "▁De", + "sign" + ], + [ + "set", + "Text" + ], + [ + "▁Stati", + "on" + ], + [ + "▁Stat", + "ion" + ], + [ + "▁Sta", + "tion" + ], + [ + "▁St", + "ation" + ], + [ + "▁", + "Station" + ], + [ + "arch", + "y" + ], + [ + "arc", + "hy" + ], + [ + "ar", + "chy" + ], + [ + "▁ка", + "то" + ], + [ + "▁den", + "t" + ], + [ + "▁de", + "nt" + ], + [ + "▁d", + "ent" + ], + [ + "▁", + "dent" + ], + [ + "▁K", + "l" + ], + [ + "i", + "ß" + ], + [ + "▁ris", + "k" + ], + [ + "▁ri", + "sk" + ], + [ + "▁r", + "isk" + ], + [ + "▁Bro", + "ad" + ], + [ + "▁B", + "road" + ], + [ + "▁vector", + "s" + ], + [ + "▁ve", + "ctors" + ], + [ + "▁v", + "ectors" + ], + [ + "▁Spe", + "c" + ], + [ + "▁Sp", + "ec" + ], + [ + "▁S", + "pec" + ], + [ + "▁", + "Spec" + ], + [ + "▁route", + "s" + ], + [ + "▁rout", + "es" + ], + [ + "▁rou", + "tes" + ], + [ + "▁ro", + "utes" + ], + [ + "▁", + "routes" + ], + [ + "ym", + "n" + ], + [ + "y", + "mn" + ], + [ + "▁Gre", + "g" + ], + [ + "▁Gr", + "eg" + ], + [ + "▁G", + "reg" + ], + [ + "▁полу", + "чи" + ], + [ + "gi", + "e" + ], + [ + "g", + "ie" + ], + [ + "OR", + "M" + ], + [ + "вед", + "е" + ], + [ + "ве", + "де" + ], + [ + "в", + "еде" + ], + [ + "wal", + "t" + ], + [ + "wa", + "lt" + ], + [ + "w", + "alt" + ], + [ + "▁e", + "fter" + ], + [ + "P", + "tr" + ], + [ + "▁sub", + "t" + ], + [ + "▁su", + "bt" + ], + [ + "▁bir", + "th" + ], + [ + "▁b", + "irth" + ], + [ + "▁draw", + "n" + ], + [ + "▁dra", + "wn" + ], + [ + "▁dr", + "awn" + ], + [ + "mes", + "s" + ], + [ + "me", + "ss" + ], + [ + "m", + "ess" + ], + [ + "мери", + "кан" + ], + [ + "V", + "E" + ], + [ + "▁Pu", + "t" + ], + [ + "▁P", + "ut" + ], + [ + "▁", + "Put" + ], + [ + "▁as", + "c" + ], + [ + "▁a", + "sc" + ], + [ + "▁", + "asc" + ], + [ + "▁fed", + "er" + ], + [ + "▁fe", + "der" + ], + [ + "▁f", + "eder" + ], + [ + "с", + "ли" + ], + [ + "▁Pri", + "n" + ], + [ + "▁Pr", + "in" + ], + [ + "▁P", + "rin" + ], + [ + "▁st", + "ick" + ], + [ + "▁s", + "tick" + ], + [ + "res", + "et" + ], + [ + "re", + "set" + ], + [ + "y", + "k" + ], + [ + "stud", + "io" + ], + [ + "st", + "udio" + ], + [ + "▁St", + "ill" + ], + [ + "Cons", + "t" + ], + [ + "Con", + "st" + ], + [ + "aci", + "ó" + ], + [ + "ac", + "ió" + ], + [ + "a", + "ció" + ], + [ + "▁Portug", + "al" + ], + [ + "▁script", + "s" + ], + [ + "▁scri", + "pts" + ], + [ + "▁", + "scripts" + ], + [ + "und", + "ial" + ], + [ + "▁live", + "s" + ], + [ + "▁liv", + "es" + ], + [ + "▁li", + "ves" + ], + [ + "▁l", + "ives" + ], + [ + "▁sze", + "r" + ], + [ + "▁sz", + "er" + ], + [ + "▁s", + "zer" + ], + [ + "▁estad", + "o" + ], + [ + "▁esta", + "do" + ], + [ + "▁est", + "ado" + ], + [ + "fold", + "er" + ], + [ + "fol", + "der" + ], + [ + "fo", + "lder" + ], + [ + "f", + "older" + ], + [ + "▁communic", + "ation" + ], + [ + "Rout", + "e" + ], + [ + "Ro", + "ute" + ], + [ + "R", + "oute" + ], + [ + "▁sw", + "ift" + ], + [ + "▁", + "swift" + ], + [ + "те", + "н" + ], + [ + "т", + "ен" + ], + [ + "▁kil", + "l" + ], + [ + "▁ki", + "ll" + ], + [ + "▁k", + "ill" + ], + [ + "▁", + "kill" + ], + [ + "▁P", + "R" + ], + [ + "▁", + "PR" + ], + [ + "join", + "t" + ], + [ + "jo", + "int" + ], + [ + "j", + "oint" + ], + [ + "▁object", + "ive" + ], + [ + "▁ob", + "jective" + ], + [ + "▁comp", + "licated" + ], + [ + "▁Ü", + "ber" + ], + [ + "es", + "h" + ], + [ + "e", + "sh" + ], + [ + "p", + "icture" + ], + [ + "rain", + "e" + ], + [ + "rai", + "ne" + ], + [ + "ra", + "ine" + ], + [ + "r", + "aine" + ], + [ + "comp", + "ut" + ], + [ + "com", + "put" + ], + [ + "▁propor", + "t" + ], + [ + "▁prop", + "ort" + ], + [ + "▁pro", + "port" + ], + [ + "▁pr", + "oport" + ], + [ + "og", + "s" + ], + [ + "o", + "gs" + ], + [ + "ül", + "t" + ], + [ + "ü", + "lt" + ], + [ + "▁quant", + "um" + ], + [ + "к", + "ри" + ], + [ + "▁so", + "p" + ], + [ + "▁s", + "op" + ], + [ + "▁loop", + "s" + ], + [ + "▁lo", + "ops" + ], + [ + "▁Refer", + "ence" + ], + [ + "▁Re", + "ference" + ], + [ + "▁", + "Reference" + ], + [ + "▁ne", + "i" + ], + [ + "▁n", + "ei" + ], + [ + "IC", + "E" + ], + [ + "I", + "CE" + ], + [ + "▁ver", + "m" + ], + [ + "▁ve", + "rm" + ], + [ + "▁v", + "erm" + ], + [ + "▁ad", + "j" + ], + [ + "▁a", + "dj" + ], + [ + "▁", + "adj" + ], + [ + "▁per", + "ò" + ], + [ + "▁tro", + "u" + ], + [ + "▁tr", + "ou" + ], + [ + "▁t", + "rou" + ], + [ + "ision", + "s" + ], + [ + "isi", + "ons" + ], + [ + "is", + "ions" + ], + [ + "▁App", + "le" + ], + [ + "▁Ap", + "ple" + ], + [ + "serv", + "able" + ], + [ + "▁Bos", + "ton" + ], + [ + "▁Bo", + "ston" + ], + [ + "▁B", + "oston" + ], + [ + "ore", + "t" + ], + [ + "or", + "et" + ], + [ + "o", + "ret" + ], + [ + "ok", + "s" + ], + [ + "o", + "ks" + ], + [ + "▁k", + "g" + ], + [ + "▁", + "kg" + ], + [ + "define", + "d" + ], + [ + "defin", + "ed" + ], + [ + "def", + "ined" + ], + [ + "d", + "efined" + ], + [ + "pl", + "atform" + ], + [ + "cle", + "r" + ], + [ + "cl", + "er" + ], + [ + "c", + "ler" + ], + [ + "ograph", + "ic" + ], + [ + "rit", + "t" + ], + [ + "ri", + "tt" + ], + [ + "r", + "itt" + ], + [ + "▁di", + "c" + ], + [ + "▁d", + "ic" + ], + [ + "▁", + "dic" + ], + [ + "▁Mon", + "d" + ], + [ + "▁Mo", + "nd" + ], + [ + "▁M", + "ond" + ], + [ + "▁Ir", + "eland" + ], + [ + "▁I", + "reland" + ], + [ + "▁Un", + "a" + ], + [ + "▁U", + "na" + ], + [ + "▁commer", + "cial" + ], + [ + "▁P", + "u" + ], + [ + "D", + "i" + ], + [ + "▁е", + "ё" + ], + [ + "▁prec", + "is" + ], + [ + "▁pre", + "cis" + ], + [ + "нар", + "од" + ], + [ + "на", + "род" + ], + [ + "▁qu", + "atre" + ], + [ + "ustr", + "al" + ], + [ + "ust", + "ral" + ], + [ + "▁da", + "g" + ], + [ + "▁d", + "ag" + ], + [ + "▁", + "dag" + ], + [ + "igu", + "e" + ], + [ + "ig", + "ue" + ], + [ + "i", + "gue" + ], + [ + "▁bur", + "n" + ], + [ + "▁bu", + "rn" + ], + [ + "▁b", + "urn" + ], + [ + "▁", + "burn" + ], + [ + "▁office", + "r" + ], + [ + "▁offic", + "er" + ], + [ + "▁А", + "в" + ], + [ + "▁high", + "light" + ], + [ + "▁", + "highlight" + ], + [ + "▁Supp", + "ose" + ], + [ + "▁Sup", + "pose" + ], + [ + "od", + "i" + ], + [ + "o", + "di" + ], + [ + "serv", + "let" + ], + [ + "▁Enc", + "yc" + ], + [ + "▁En", + "cyc" + ], + [ + "▁Rang", + "e" + ], + [ + "▁Ran", + "ge" + ], + [ + "▁R", + "ange" + ], + [ + "▁", + "Range" + ], + [ + "ти", + "й" + ], + [ + "P", + "lease" + ], + [ + "▁ро", + "ків" + ], + [ + "qua", + "nt" + ], + [ + "qu", + "ant" + ], + [ + "▁fla", + "t" + ], + [ + "▁fl", + "at" + ], + [ + "▁f", + "lat" + ], + [ + "▁", + "flat" + ], + [ + "▁Ré", + "férence" + ], + [ + "след", + "ова" + ], + [ + "сле", + "дова" + ], + [ + "rol", + "e" + ], + [ + "ro", + "le" + ], + [ + "r", + "ole" + ], + [ + "▁diese", + "n" + ], + [ + "▁dies", + "en" + ], + [ + "▁die", + "sen" + ], + [ + "▁di", + "esen" + ], + [ + "▁d", + "iesen" + ], + [ + "}}", + "(" + ], + [ + "}", + "}(" + ], + [ + "▁Ind", + "ust" + ], + [ + "▁nú", + "mer" + ], + [ + "▁\"", + ";" + ], + [ + "▁", + "\";" + ], + [ + "lu", + "s" + ], + [ + "l", + "us" + ], + [ + "ô", + "le" + ], + [ + "▁z", + "m" + ], + [ + "▁", + "zm" + ], + [ + "de", + "g" + ], + [ + "d", + "eg" + ], + [ + "▁rou", + "gh" + ], + [ + "▁ro", + "ugh" + ], + [ + "▁r", + "ough" + ], + [ + "▁", + "rough" + ], + [ + "In", + "v" + ], + [ + "▁hu", + "r" + ], + [ + "▁h", + "ur" + ], + [ + "▁Res", + "s" + ], + [ + "▁Re", + "ss" + ], + [ + "▁R", + "ess" + ], + [ + "ch", + "s" + ], + [ + "c", + "hs" + ], + [ + "▁turn", + "s" + ], + [ + "▁tur", + "ns" + ], + [ + "ner", + "o" + ], + [ + "ne", + "ro" + ], + [ + "n", + "ero" + ], + [ + "function", + "s" + ], + [ + "fun", + "ctions" + ], + [ + "ал", + "и" + ], + [ + "а", + "ли" + ], + [ + "▁habit", + "ants" + ], + [ + "▁hab", + "itants" + ], + [ + "а", + "т" + ], + [ + "issue", + "s" + ], + [ + "iss", + "ues" + ], + [ + "▁hu", + "ge" + ], + [ + "▁h", + "uge" + ], + [ + "Util", + "s" + ], + [ + "▁Sa", + "t" + ], + [ + "▁S", + "at" + ], + [ + "▁го", + "судар" + ], + [ + "▁co", + "ast" + ], + [ + "sha", + "pe" + ], + [ + "sh", + "ape" + ], + [ + "s", + "hape" + ], + [ + "L", + "C" + ], + [ + "▁log", + "ging" + ], + [ + "▁", + "logging" + ], + [ + "endo", + "r" + ], + [ + "end", + "or" + ], + [ + "en", + "dor" + ], + [ + "▁lie", + "s" + ], + [ + "▁li", + "es" + ], + [ + "▁l", + "ies" + ], + [ + "▁", + "lies" + ], + [ + "▁dif", + "er" + ], + [ + "▁di", + "fer" + ], + [ + "▁d", + "ifer" + ], + [ + "▁critic", + "al" + ], + [ + "▁crit", + "ical" + ], + [ + "X", + "T" + ], + [ + "мин", + "а" + ], + [ + "ми", + "на" + ], + [ + "ans", + "k" + ], + [ + "an", + "sk" + ], + [ + "Result", + "s" + ], + [ + "k", + "c" + ], + [ + "ivers", + "e" + ], + [ + "iver", + "se" + ], + [ + "i", + "verse" + ], + [ + "EX", + "T" + ], + [ + "E", + "XT" + ], + [ + "AL", + "SE" + ], + [ + "▁vá", + "l" + ], + [ + "▁v", + "ál" + ], + [ + "P", + "i" + ], + [ + "comp", + "ile" + ], + [ + "hell", + "o" + ], + [ + "hel", + "lo" + ], + [ + "h", + "ello" + ], + [ + "▁чем", + "пи" + ], + [ + "▁Ital", + "ia" + ], + [ + "▁It", + "alia" + ], + [ + "▁", + "Italia" + ], + [ + "кол", + "о" + ], + [ + "ко", + "ло" + ], + [ + "к", + "оло" + ], + [ + "▁edit", + "ion" + ], + [ + "▁ed", + "ition" + ], + [ + "gru", + "nd" + ], + [ + "gr", + "und" + ], + [ + "g", + "rund" + ], + [ + "▁data", + "frame" + ], + [ + "▁Follow", + "ing" + ], + [ + "rei", + "b" + ], + [ + "re", + "ib" + ], + [ + "▁Je", + "ff" + ], + [ + "▁J", + "eff" + ], + [ + "▁citt", + "à" + ], + [ + "IT", + "able" + ], + [ + "I", + "Table" + ], + [ + "▁$(", + "\\" + ], + [ + "▁$", + "(\\" + ], + [ + "▁reduce", + "d" + ], + [ + "▁redu", + "ced" + ], + [ + "obi", + "l" + ], + [ + "ob", + "il" + ], + [ + "o", + "bil" + ], + [ + "▁any", + "where" + ], + [ + "'", + "(" + ], + [ + "▁ph", + "r" + ], + [ + "▁p", + "hr" + ], + [ + "▁", + "phr" + ], + [ + "▁K", + "h" + ], + [ + "▁Fra", + "me" + ], + [ + "▁Fr", + "ame" + ], + [ + "▁F", + "rame" + ], + [ + "▁", + "Frame" + ], + [ + "▁man", + "ual" + ], + [ + "▁", + "manual" + ], + [ + "▁cr", + "a" + ], + [ + "▁c", + "ra" + ], + [ + "▁", + "cra" + ], + [ + "▁V", + "S" + ], + [ + "▁", + "VS" + ], + [ + "%", + "=" + ], + [ + "Instance", + "State" + ], + [ + "▁б", + "ра" + ], + [ + "▁", + "бра" + ], + [ + "▁Dra", + "g" + ], + [ + "▁Dr", + "ag" + ], + [ + "▁D", + "rag" + ], + [ + "▁", + "Drag" + ], + [ + "▁Her", + "r" + ], + [ + "▁He", + "rr" + ], + [ + "▁H", + "err" + ], + [ + "▁г", + "у" + ], + [ + "▁", + "гу" + ], + [ + "▁m", + "ús" + ], + [ + "To", + "ol" + ], + [ + "T", + "ool" + ], + [ + "▁Priv", + "ate" + ], + [ + "▁P", + "rivate" + ], + [ + "▁", + "Private" + ], + [ + "▁syn", + "chron" + ], + [ + "▁s", + "ynchron" + ], + [ + "irat", + "ion" + ], + [ + "ira", + "tion" + ], + [ + "ir", + "ation" + ], + [ + "▁об", + "о" + ], + [ + "▁о", + "бо" + ], + [ + "▁typical", + "ly" + ], + [ + "▁typ", + "ically" + ], + [ + "▁imp", + "licit" + ], + [ + "orie", + "nt" + ], + [ + "ori", + "ent" + ], + [ + "or", + "ient" + ], + [ + "▁time", + "r" + ], + [ + "▁tim", + "er" + ], + [ + "▁ti", + "mer" + ], + [ + "▁t", + "imer" + ], + [ + "▁", + "timer" + ], + [ + "▁kön", + "nen" + ], + [ + "ies", + "t" + ], + [ + "ie", + "st" + ], + [ + "i", + "est" + ], + [ + "rai", + "d" + ], + [ + "ra", + "id" + ], + [ + "▁expression", + "s" + ], + [ + "▁express", + "ions" + ], + [ + "▁expr", + "essions" + ], + [ + "▁ai", + "m" + ], + [ + "▁a", + "im" + ], + [ + "▁str", + "e" + ], + [ + "▁st", + "re" + ], + [ + "▁s", + "tre" + ], + [ + "▁", + "stre" + ], + [ + "▁wra", + "p" + ], + [ + "▁wr", + "ap" + ], + [ + "▁w", + "rap" + ], + [ + "▁", + "wrap" + ], + [ + "▁Bar", + "t" + ], + [ + "▁Ba", + "rt" + ], + [ + "▁B", + "art" + ], + [ + "▁bro", + "n" + ], + [ + "▁br", + "on" + ], + [ + "▁b", + "ron" + ], + [ + "▁key", + "board" + ], + [ + "po", + "w" + ], + [ + "p", + "ow" + ], + [ + "▁grup", + "o" + ], + [ + "▁gru", + "po" + ], + [ + "▁ре", + "зу" + ], + [ + "▁profess", + "or" + ], + [ + "▁prof", + "essor" + ], + [ + "▁He", + "ad" + ], + [ + "▁H", + "ead" + ], + [ + "▁", + "Head" + ], + [ + "но", + "ю" + ], + [ + "min", + "us" + ], + [ + "m", + "inus" + ], + [ + "▁Mich", + "el" + ], + [ + "▁Mic", + "hel" + ], + [ + "NO", + "T" + ], + [ + "N", + "OT" + ], + [ + "mo", + "r" + ], + [ + "m", + "or" + ], + [ + "]", + "}" + ], + [ + "wide", + "hat" + ], + [ + "ari", + "s" + ], + [ + "ar", + "is" + ], + [ + "a", + "ris" + ], + [ + "тера", + "тура" + ], + [ + "def", + "n" + ], + [ + "de", + "fn" + ], + [ + "istr", + "z" + ], + [ + "ist", + "rz" + ], + [ + "is", + "trz" + ], + [ + "▁tant", + "o" + ], + [ + "▁tan", + "to" + ], + [ + "▁t", + "anto" + ], + [ + "▁Po", + "w" + ], + [ + "▁P", + "ow" + ], + [ + "▁indic", + "ate" + ], + [ + "▁ind", + "icate" + ], + [ + "▁Win", + "ter" + ], + [ + "▁W", + "inter" + ], + [ + "resh", + "old" + ], + [ + "res", + "hold" + ], + [ + "рі", + "в" + ], + [ + "р", + "ів" + ], + [ + "▁`", + "(" + ], + [ + "▁own", + "er" + ], + [ + "▁ow", + "ner" + ], + [ + "▁o", + "wner" + ], + [ + "▁", + "owner" + ], + [ + "▁dis", + "p" + ], + [ + "▁di", + "sp" + ], + [ + "▁d", + "isp" + ], + [ + "▁к", + "ри" + ], + [ + "▁", + "кри" + ], + [ + "ме", + "т" + ], + [ + "м", + "ет" + ], + [ + "мен", + "т" + ], + [ + "м", + "ент" + ], + [ + "repo", + "rt" + ], + [ + "rep", + "ort" + ], + [ + "re", + "port" + ], + [ + "re", + "quire" + ], + [ + "▁vo", + "y" + ], + [ + "▁v", + "oy" + ], + [ + "▁", + "voy" + ], + [ + "▁A", + "P" + ], + [ + "▁", + "AP" + ], + [ + "▁Españ", + "a" + ], + [ + "▁Esp", + "aña" + ], + [ + "▁S", + "ão" + ], + [ + "j", + "är" + ], + [ + "No", + "n" + ], + [ + "N", + "on" + ], + [ + "Li", + "brary" + ], + [ + "L", + "ibrary" + ], + [ + "ichte", + "n" + ], + [ + "icht", + "en" + ], + [ + "ich", + "ten" + ], + [ + "i", + "chten" + ], + [ + "▁structure", + "s" + ], + [ + "▁struct", + "ures" + ], + [ + "▁mu", + "y" + ], + [ + "▁m", + "uy" + ], + [ + "ár", + "io" + ], + [ + "á", + "rio" + ], + [ + "▁certific", + "ate" + ], + [ + "▁cert", + "ificate" + ], + [ + "чно", + "го" + ], + [ + "ч", + "ного" + ], + [ + "▁provin", + "ce" + ], + [ + "▁prov", + "ince" + ], + [ + "page", + "s" + ], + [ + "pag", + "es" + ], + [ + "pa", + "ges" + ], + [ + "p", + "ages" + ], + [ + "da", + "l" + ], + [ + "d", + "al" + ], + [ + "▁Fred", + "er" + ], + [ + "▁Fre", + "der" + ], + [ + "▁Fr", + "eder" + ], + [ + "ь", + "е" + ], + [ + "Exec", + "ute" + ], + [ + "▁ancien", + "t" + ], + [ + "▁anci", + "ent" + ], + [ + "▁anc", + "ient" + ], + [ + "▁an", + "cient" + ], + [ + "▁film", + "s" + ], + [ + "▁fil", + "ms" + ], + [ + "▁Alf", + "red" + ], + [ + "▁Al", + "fred" + ], + [ + "Aut", + "o" + ], + [ + "A", + "uto" + ], + [ + "▁at", + "om" + ], + [ + "▁a", + "tom" + ], + [ + "▁", + "atom" + ], + [ + "▁el", + "l" + ], + [ + "▁e", + "ll" + ], + [ + "▁", + "ell" + ], + [ + "▁Har", + "r" + ], + [ + "▁Ha", + "rr" + ], + [ + "▁H", + "arr" + ], + [ + "й", + "н" + ], + [ + "▁\"", + "#" + ], + [ + "▁nac", + "ional" + ], + [ + "▁n", + "acional" + ], + [ + "▁neighb", + "or" + ], + [ + "▁neigh", + "bor" + ], + [ + "ступ", + "а" + ], + [ + "сту", + "па" + ], + [ + "▁w", + "it" + ], + [ + "Po", + "p" + ], + [ + "P", + "op" + ], + [ + "▁Gree", + "k" + ], + [ + "▁Gre", + "ek" + ], + [ + "▁G", + "reek" + ], + [ + "▁repe", + "at" + ], + [ + "▁re", + "peat" + ], + [ + "▁", + "repeat" + ], + [ + "ba", + "d" + ], + [ + "b", + "ad" + ], + [ + "▁S", + "C" + ], + [ + "▁", + "SC" + ], + [ + "▁Date", + "Time" + ], + [ + "▁", + "DateTime" + ], + [ + "ш", + "ти" + ], + [ + "▁W", + "H" + ], + [ + "▁", + "WH" + ], + [ + "▁прав", + "и" + ], + [ + "▁пра", + "ви" + ], + [ + "▁", + "прави" + ], + [ + "▁Т", + "и" + ], + [ + "▁sa", + "ison" + ], + [ + "▁s", + "aison" + ], + [ + "▁Har", + "t" + ], + [ + "▁Ha", + "rt" + ], + [ + "▁H", + "art" + ], + [ + "direct", + "ory" + ], + [ + "d", + "irectory" + ], + [ + "ua", + "n" + ], + [ + "u", + "an" + ], + [ + "nor", + "m" + ], + [ + "no", + "rm" + ], + [ + "n", + "orm" + ], + [ + "▁Philip", + "p" + ], + [ + "▁Phili", + "pp" + ], + [ + "▁Phil", + "ipp" + ], + [ + "▁susp", + "ect" + ], + [ + "▁sus", + "pect" + ], + [ + "▁su", + "spect" + ], + [ + "▁ann", + "o" + ], + [ + "▁an", + "no" + ], + [ + "▁", + "anno" + ], + [ + "b", + "c" + ], + [ + "с", + "ла" + ], + [ + "$", + "(" + ], + [ + "▁bef", + "ind" + ], + [ + "▁be", + "find" + ], + [ + "oc", + "s" + ], + [ + "o", + "cs" + ], + [ + "late", + "st" + ], + [ + "lat", + "est" + ], + [ + "la", + "test" + ], + [ + ";\"", + ">" + ], + [ + ";", + "\">" + ], + [ + "▁after", + "wards" + ], + [ + "PU", + "T" + ], + [ + "P", + "UT" + ], + [ + "▁j", + "a" + ], + [ + "▁", + "ja" + ], + [ + "▁Hi", + "l" + ], + [ + "▁H", + "il" + ], + [ + "y", + "z" + ], + [ + "▁Bou", + "r" + ], + [ + "▁Bo", + "ur" + ], + [ + "▁B", + "our" + ], + [ + "▁la", + "id" + ], + [ + "▁Дж", + "е" + ], + [ + "▁Д", + "же" + ], + [ + "pi", + "e" + ], + [ + "p", + "ie" + ], + [ + "w", + "atch" + ], + [ + "▁E", + "q" + ], + [ + "▁", + "Eq" + ], + [ + "cont", + "act" + ], + [ + "ibe", + "r" + ], + [ + "ib", + "er" + ], + [ + "i", + "ber" + ], + [ + "check", + "box" + ], + [ + "▁espa", + "ñ" + ], + [ + "▁esp", + "añ" + ], + [ + "ans", + "e" + ], + [ + "an", + "se" + ], + [ + "▁ш", + "ко" + ], + [ + "▁", + "шко" + ], + [ + "ef", + "f" + ], + [ + "e", + "ff" + ], + [ + "xx", + "x" + ], + [ + "x", + "xx" + ], + [ + "▁G", + "ET" + ], + [ + "▁", + "GET" + ], + [ + "▁lo", + "v" + ], + [ + "▁l", + "ov" + ], + [ + "▁", + "lov" + ], + [ + "itut", + "e" + ], + [ + "itu", + "te" + ], + [ + "it", + "ute" + ], + [ + "zec", + "h" + ], + [ + "ze", + "ch" + ], + [ + "z", + "ech" + ], + [ + "ter", + "e" + ], + [ + "te", + "re" + ], + [ + "t", + "ere" + ], + [ + "▁pur", + "s" + ], + [ + "▁pu", + "rs" + ], + [ + "▁p", + "urs" + ], + [ + "ken", + "s" + ], + [ + "ke", + "ns" + ], + [ + "k", + "ens" + ], + [ + "ian", + "te" + ], + [ + "i", + "ante" + ], + [ + "▁Fre", + "e" + ], + [ + "▁Fr", + "ee" + ], + [ + "▁F", + "ree" + ], + [ + "▁", + "Free" + ], + [ + "▁орган", + "и" + ], + [ + "▁ор", + "гани" + ], + [ + "kre", + "is" + ], + [ + "▁{", + ":" + ], + [ + "▁", + "{:" + ], + [ + "share", + "d" + ], + [ + "sha", + "red" + ], + [ + "sh", + "ared" + ], + [ + "▁Gra", + "ph" + ], + [ + "▁Gr", + "aph" + ], + [ + "▁G", + "raph" + ], + [ + "▁", + "Graph" + ], + [ + "▁connection", + "s" + ], + [ + "▁connect", + "ions" + ], + [ + "▁conne", + "ctions" + ], + [ + "▁DO", + "M" + ], + [ + "▁D", + "OM" + ], + [ + "▁", + "DOM" + ], + [ + "▁Car", + "t" + ], + [ + "▁Ca", + "rt" + ], + [ + "▁C", + "art" + ], + [ + "▁", + "Cart" + ], + [ + "ss", + "on" + ], + [ + "s", + "son" + ], + [ + "▁H", + "amilton" + ], + [ + "тел", + "и" + ], + [ + "те", + "ли" + ], + [ + "▁resta", + "ur" + ], + [ + "▁rest", + "aur" + ], + [ + "▁r", + "estaur" + ], + [ + "Res", + "ol" + ], + [ + "Re", + "sol" + ], + [ + "Dr", + "iver" + ], + [ + "D", + "river" + ], + [ + "▁en", + "f" + ], + [ + "▁", + "enf" + ], + [ + "ED", + "IT" + ], + [ + "▁pre", + "v" + ], + [ + "▁pr", + "ev" + ], + [ + "▁p", + "rev" + ], + [ + "▁", + "prev" + ], + [ + "▁i", + "k" + ], + [ + "▁", + "ik" + ], + [ + "▁s", + "ă" + ], + [ + "j", + "ö" + ], + [ + "▁С", + "ССР" + ], + [ + "▁col", + "our" + ], + [ + "chte", + "n" + ], + [ + "cht", + "en" + ], + [ + "ch", + "ten" + ], + [ + "▁esta", + "d" + ], + [ + "▁est", + "ad" + ], + [ + "▁e", + "stad" + ], + [ + "ino", + "is" + ], + [ + "in", + "ois" + ], + [ + "▁conf", + "ir" + ], + [ + "▁con", + "fir" + ], + [ + "▁v", + "é" + ], + [ + "▁", + "vé" + ], + [ + "▁Ce", + "s" + ], + [ + "▁C", + "es" + ], + [ + "▁Nev", + "er" + ], + [ + "▁Ne", + "ver" + ], + [ + "▁N", + "ever" + ], + [ + "ome", + "r" + ], + [ + "om", + "er" + ], + [ + "o", + "mer" + ], + [ + "ж", + "да" + ], + [ + "с", + "лу" + ], + [ + "че", + "ния" + ], + [ + "dl", + "l" + ], + [ + "d", + "ll" + ], + [ + "▁you", + "th" + ], + [ + "▁yo", + "uth" + ], + [ + "▁y", + "outh" + ], + [ + "eme", + "n" + ], + [ + "em", + "en" + ], + [ + "e", + "men" + ], + [ + "▁studi", + "ed" + ], + [ + "▁stud", + "ied" + ], + [ + "▁Ki", + "l" + ], + [ + "▁K", + "il" + ], + [ + "cio", + "n" + ], + [ + "ci", + "on" + ], + [ + "c", + "ion" + ], + [ + "▁nav", + "ig" + ], + [ + "▁n", + "avig" + ], + [ + "require", + "d" + ], + [ + "re", + "quired" + ], + [ + "orithm", + "s" + ], + [ + "orith", + "ms" + ], + [ + "ilo", + "r" + ], + [ + "il", + "or" + ], + [ + "i", + "lor" + ], + [ + "▁Deutsche", + "n" + ], + [ + "▁Deutsch", + "en" + ], + [ + "▁person", + "s" + ], + [ + "▁pers", + "ons" + ], + [ + "▁Barcel", + "ona" + ], + [ + "▁format", + "ion" + ], + [ + "▁forma", + "tion" + ], + [ + "▁form", + "ation" + ], + [ + "▁", + "formation" + ], + [ + "abe", + "i" + ], + [ + "ab", + "ei" + ], + [ + "a", + "bei" + ], + [ + "▁проти", + "в" + ], + [ + "▁про", + "тив" + ], + [ + "Eng", + "ine" + ], + [ + "ON", + "E" + ], + [ + "O", + "NE" + ], + [ + "og", + "rá" + ], + [ + "Ca", + "p" + ], + [ + "C", + "ap" + ], + [ + "ri", + "r" + ], + [ + "r", + "ir" + ], + [ + "▁gat", + "e" + ], + [ + "▁ga", + "te" + ], + [ + "▁g", + "ate" + ], + [ + "▁", + "gate" + ], + [ + "ora", + "tion" + ], + [ + "or", + "ation" + ], + [ + "ma", + "ven" + ], + [ + "m", + "aven" + ], + [ + "▁combine", + "d" + ], + [ + "▁combin", + "ed" + ], + [ + "▁comb", + "ined" + ], + [ + "▁att", + "r" + ], + [ + "▁at", + "tr" + ], + [ + "▁", + "attr" + ], + [ + "▁ho", + "ok" + ], + [ + "▁h", + "ook" + ], + [ + "▁", + "hook" + ], + [ + "▁которы", + "й" + ], + [ + "▁server", + "s" + ], + [ + "▁serve", + "rs" + ], + [ + "▁serv", + "ers" + ], + [ + "▁ser", + "vers" + ], + [ + "uct", + "ure" + ], + [ + "жен", + "ня" + ], + [ + "же", + "ння" + ], + [ + "t", + "v" + ], + [ + "▁re", + "q" + ], + [ + "▁r", + "eq" + ], + [ + "▁", + "req" + ], + [ + "ja", + "l" + ], + [ + "j", + "al" + ], + [ + "▁local", + "ly" + ], + [ + "▁loc", + "ally" + ], + [ + "}}{", + "\\" + ], + [ + "}}", + "{\\" + ], + [ + "}", + "}{\\" + ], + [ + "B", + "r" + ], + [ + "▁Hi", + "er" + ], + [ + "▁H", + "ier" + ], + [ + "мо", + "р" + ], + [ + "м", + "ор" + ], + [ + "▁apar", + "t" + ], + [ + "▁ap", + "art" + ], + [ + "▁a", + "part" + ], + [ + "\"]", + "," + ], + [ + "\"", + "]," + ], + [ + "▁%>", + "%" + ], + [ + "▁zus", + "ammen" + ], + [ + "▁z", + "usammen" + ], + [ + "▁ident", + "ify" + ], + [ + "▁Alter", + "n" + ], + [ + "▁Alt", + "ern" + ], + [ + "▁Al", + "tern" + ], + [ + "▁б", + "ро" + ], + [ + "▁", + "бро" + ], + [ + "▁ц", + "и" + ], + [ + "▁", + "ци" + ], + [ + "g", + "h" + ], + [ + "▁Te", + "n" + ], + [ + "▁T", + "en" + ], + [ + "R", + "S" + ], + [ + "фор", + "ма" + ], + [ + "▁nell", + "e" + ], + [ + "▁nel", + "le" + ], + [ + "▁ne", + "lle" + ], + [ + "▁n", + "elle" + ], + [ + "▁", + "nelle" + ], + [ + "▁Hi", + "n" + ], + [ + "▁H", + "in" + ], + [ + "ound", + "ing" + ], + [ + "oun", + "ding" + ], + [ + "▁repr", + "és" + ], + [ + "▁rep", + "rés" + ], + [ + "▁re", + "prés" + ], + [ + "ap", + "h" + ], + [ + "a", + "ph" + ], + [ + "▁[", + "\\" + ], + [ + "▁", + "[\\" + ], + [ + "▁Sport", + "s" + ], + [ + "▁S", + "ports" + ], + [ + "ра", + "л" + ], + [ + "р", + "ал" + ], + [ + "▁thr", + "e" + ], + [ + "▁th", + "re" + ], + [ + "▁t", + "hre" + ], + [ + "▁pri", + "n" + ], + [ + "▁pr", + "in" + ], + [ + "▁p", + "rin" + ], + [ + "▁Eli", + "z" + ], + [ + "▁El", + "iz" + ], + [ + "▁Fou", + "r" + ], + [ + "▁Fo", + "ur" + ], + [ + "▁F", + "our" + ], + [ + "▁soci", + "ety" + ], + [ + "▁soc", + "iety" + ], + [ + "Trans", + "action" + ], + [ + "▁ve", + "g" + ], + [ + "▁v", + "eg" + ], + [ + "▁", + "veg" + ], + [ + "▁school", + "s" + ], + [ + "▁sch", + "ools" + ], + [ + "▁over", + "all" + ], + [ + "▁ta", + "il" + ], + [ + "▁t", + "ail" + ], + [ + "▁", + "tail" + ], + [ + "üb", + "er" + ], + [ + "ü", + "ber" + ], + [ + "▁So", + "v" + ], + [ + "▁S", + "ov" + ], + [ + "▁Се", + "р" + ], + [ + "▁С", + "ер" + ], + [ + "▁rap", + "p" + ], + [ + "▁ra", + "pp" + ], + [ + "▁r", + "app" + ], + [ + "▁tra", + "ffic" + ], + [ + "quest", + "ion" + ], + [ + "ques", + "tion" + ], + [ + "qu", + "estion" + ], + [ + "▁envi", + "ron" + ], + [ + "▁en", + "viron" + ], + [ + "▁", + "environ" + ], + [ + "ate", + "ien" + ], + [ + "ic", + "us" + ], + [ + "i", + "cus" + ], + [ + "▁narr", + "ow" + ], + [ + "▁nar", + "row" + ], + [ + "▁n", + "arrow" + ], + [ + "▁pra", + "y" + ], + [ + "▁pr", + "ay" + ], + [ + "▁p", + "ray" + ], + [ + "▁Bo", + "u" + ], + [ + "▁B", + "ou" + ], + [ + "▁Cl", + "ient" + ], + [ + "▁C", + "lient" + ], + [ + "▁", + "Client" + ], + [ + "ab", + "l" + ], + [ + "a", + "bl" + ], + [ + "▁Audio", + "d" + ], + [ + "▁Aud", + "iod" + ], + [ + "▁np", + "m" + ], + [ + "▁n", + "pm" + ], + [ + "▁", + "npm" + ], + [ + "▁Col", + "umn" + ], + [ + "▁", + "Column" + ], + [ + "▁Game", + "s" + ], + [ + "▁Gam", + "es" + ], + [ + "▁Ga", + "mes" + ], + [ + "▁G", + "ames" + ], + [ + "ave", + "r" + ], + [ + "av", + "er" + ], + [ + "a", + "ver" + ], + [ + "onyme", + "s" + ], + [ + "onym", + "es" + ], + [ + "ony", + "mes" + ], + [ + "▁По", + "сле" + ], + [ + "n", + "ą" + ], + [ + "▁N", + "u" + ], + [ + "▁Dic", + "k" + ], + [ + "▁Di", + "ck" + ], + [ + "▁D", + "ick" + ], + [ + "▁tens", + "or" + ], + [ + "▁t", + "ensor" + ], + [ + "▁", + "tensor" + ], + [ + "▁@", + "\"" + ], + [ + "▁", + "@\"" + ], + [ + "v", + "é" + ], + [ + "I", + "con" + ], + [ + "▁под", + "а" + ], + [ + "▁по", + "да" + ], + [ + "▁", + "пода" + ], + [ + "▁Go", + "n" + ], + [ + "▁G", + "on" + ], + [ + "/)", + "." + ], + [ + "/", + ")." + ], + [ + "istr", + "a" + ], + [ + "ist", + "ra" + ], + [ + "is", + "tra" + ], + [ + "i", + "stra" + ], + [ + "▁Audiod", + "ateien" + ], + [ + "Del", + "ete" + ], + [ + "De", + "lete" + ], + [ + "}}", + "}" + ], + [ + "}", + "}}" + ], + [ + "▁ju", + "mp" + ], + [ + "▁j", + "ump" + ], + [ + "▁О", + "б" + ], + [ + "▁princip", + "le" + ], + [ + "▁princi", + "ple" + ], + [ + "▁Ét", + "ats" + ], + [ + "oke", + "d" + ], + [ + "ok", + "ed" + ], + [ + "o", + "ked" + ], + [ + "▁В", + "ла" + ], + [ + "Inter", + "val" + ], + [ + "▁sa", + "u" + ], + [ + "▁s", + "au" + ], + [ + "enc", + "ode" + ], + [ + "en", + "code" + ], + [ + "▁po", + "n" + ], + [ + "▁p", + "on" + ], + [ + "▁", + "pon" + ], + [ + "cat", + "ch" + ], + [ + "c", + "atch" + ], + [ + "▁tie", + "m" + ], + [ + "▁ti", + "em" + ], + [ + "▁t", + "iem" + ], + [ + "▁Gu", + "st" + ], + [ + "▁G", + "ust" + ], + [ + "M", + "C" + ], + [ + "limit", + "s" + ], + [ + "lim", + "its" + ], + [ + "▁keep", + "ing" + ], + [ + "▁ke", + "eping" + ], + [ + "▁song", + "s" + ], + [ + "▁son", + "gs" + ], + [ + "▁s", + "ongs" + ], + [ + "▁ав", + "гу" + ], + [ + "▁райо", + "н" + ], + [ + "▁рай", + "он" + ], + [ + "▁not", + "ification" + ], + [ + "▁", + "notification" + ], + [ + "▁offer", + "ed" + ], + [ + "▁off", + "ered" + ], + [ + "Co", + "r" + ], + [ + "C", + "or" + ], + [ + "▁sh", + "ut" + ], + [ + "error", + "s" + ], + [ + "err", + "ors" + ], + [ + "▁E", + "N" + ], + [ + "▁", + "EN" + ], + [ + "▁lat", + "ach" + ], + [ + "▁sel", + "bst" + ], + [ + "▁check", + "box" + ], + [ + "▁", + "checkbox" + ], + [ + "▁co", + "ol" + ], + [ + "▁c", + "ool" + ], + [ + "▁factor", + "y" + ], + [ + "▁fact", + "ory" + ], + [ + "▁f", + "actory" + ], + [ + "▁", + "factory" + ], + [ + "▁pa", + "id" + ], + [ + "dim", + "ensional" + ], + [ + "nie", + "j" + ], + [ + "ni", + "ej" + ], + [ + "n", + "iej" + ], + [ + "pto", + "n" + ], + [ + "pt", + "on" + ], + [ + "p", + "ton" + ], + [ + "▁pi", + "n" + ], + [ + "▁p", + "in" + ], + [ + "▁", + "pin" + ], + [ + "ake", + "d" + ], + [ + "ak", + "ed" + ], + [ + "a", + "ked" + ], + [ + "▁rel", + "i" + ], + [ + "▁re", + "li" + ], + [ + "▁r", + "eli" + ], + [ + "▁T", + "aylor" + ], + [ + "▁Some", + "thing" + ], + [ + "▁Som", + "ething" + ], + [ + "▁S", + "omething" + ], + [ + "▁", + "Something" + ], + [ + "im", + "um" + ], + [ + "▁Vi", + "n" + ], + [ + "▁V", + "in" + ], + [ + "▁iter", + "ation" + ], + [ + "Fin", + "d" + ], + [ + "Fi", + "nd" + ], + [ + "F", + "ind" + ], + [ + "ков", + "и" + ], + [ + "ко", + "ви" + ], + [ + "к", + "ови" + ], + [ + "▁boy", + "s" + ], + [ + "▁bo", + "ys" + ], + [ + "▁Sim", + "ple" + ], + [ + "▁", + "Simple" + ], + [ + "▁Cris", + "t" + ], + [ + "▁Cr", + "ist" + ], + [ + "▁C", + "rist" + ], + [ + "▁Wa", + "s" + ], + [ + "▁W", + "as" + ], + [ + "ân", + "d" + ], + [ + "â", + "nd" + ], + [ + "▁V", + "a" + ], + [ + "▁т", + "ра" + ], + [ + "▁", + "тра" + ], + [ + "▁destin", + "ation" + ], + [ + "▁dest", + "ination" + ], + [ + "▁", + "destination" + ], + [ + "lim", + "p" + ], + [ + "li", + "mp" + ], + [ + "l", + "imp" + ], + [ + "▁Ka", + "t" + ], + [ + "▁K", + "at" + ], + [ + "wort", + "h" + ], + [ + "wor", + "th" + ], + [ + "w", + "orth" + ], + [ + "▁Ko", + "r" + ], + [ + "▁K", + "or" + ], + [ + "i", + "ção" + ], + [ + "=", + "`" + ], + [ + "▁fair", + "ly" + ], + [ + "fall", + "s" + ], + [ + "fal", + "ls" + ], + [ + "f", + "alls" + ], + [ + "▁re", + "ject" + ], + [ + "▁dre", + "am" + ], + [ + "▁d", + "ream" + ], + [ + "bel", + "l" + ], + [ + "be", + "ll" + ], + [ + "b", + "ell" + ], + [ + "▁tout", + "e" + ], + [ + "▁tou", + "te" + ], + [ + "▁to", + "ute" + ], + [ + "▁t", + "oute" + ], + [ + "▁$\\", + "{" + ], + [ + "▁$", + "\\{" + ], + [ + "▁sto", + "ne" + ], + [ + "▁st", + "one" + ], + [ + "▁", + "stone" + ], + [ + "▁prote", + "ct" + ], + [ + "▁prot", + "ect" + ], + [ + "▁excel", + "l" + ], + [ + "▁exc", + "ell" + ], + [ + "▁ex", + "cell" + ], + [ + "▁Mex", + "ico" + ], + [ + "▁Me", + "xico" + ], + [ + "▁das", + "h" + ], + [ + "▁da", + "sh" + ], + [ + "▁d", + "ash" + ], + [ + "▁", + "dash" + ], + [ + "▁fa", + "ult" + ], + [ + "▁f", + "ault" + ], + [ + "▁", + "fault" + ], + [ + "p", + "matrix" + ], + [ + "alle", + "r" + ], + [ + "all", + "er" + ], + [ + "al", + "ler" + ], + [ + "▁guer", + "re" + ], + [ + "orig", + "in" + ], + [ + "ori", + "gin" + ], + [ + "or", + "igin" + ], + [ + "hi", + "bernate" + ], + [ + "í", + "lia" + ], + [ + "▁Reg", + "ister" + ], + [ + "▁", + "Register" + ], + [ + "unt", + "o" + ], + [ + "un", + "to" + ], + [ + "▁Ba", + "t" + ], + [ + "▁B", + "at" + ], + [ + "▁bo", + "w" + ], + [ + "▁b", + "ow" + ], + [ + "▁", + "bow" + ], + [ + "ськ", + "их" + ], + [ + "сь", + "ких" + ], + [ + "et", + "à" + ], + [ + "▁Lu", + "is" + ], + [ + "▁L", + "uis" + ], + [ + "▁fo", + "u" + ], + [ + "▁f", + "ou" + ], + [ + "▁Camb", + "ridge" + ], + [ + "▁Cam", + "bridge" + ], + [ + "▁ot", + "t" + ], + [ + "▁o", + "tt" + ], + [ + "▁", + "ott" + ], + [ + "su", + "p" + ], + [ + "s", + "up" + ], + [ + "rea", + "s" + ], + [ + "re", + "as" + ], + [ + "▁pointer", + "s" + ], + [ + "▁point", + "ers" + ], + [ + "▁Bo", + "ard" + ], + [ + "▁", + "Board" + ], + [ + "▁р", + "и" + ], + [ + "▁", + "ри" + ], + [ + "▁dri", + "v" + ], + [ + "▁dr", + "iv" + ], + [ + "▁d", + "riv" + ], + [ + "ни", + "н" + ], + [ + "н", + "ин" + ], + [ + "▁Cir", + "c" + ], + [ + "▁Ci", + "rc" + ], + [ + "▁C", + "irc" + ], + [ + "▁", + "Circ" + ], + [ + "▁th", + "ou" + ], + [ + "▁t", + "hou" + ], + [ + "Di", + "v" + ], + [ + "D", + "iv" + ], + [ + "sp", + "ark" + ], + [ + "s", + "park" + ], + [ + "lam", + "ent" + ], + [ + "la", + "ment" + ], + [ + "l", + "ament" + ], + [ + "▁V", + "AL" + ], + [ + "▁", + "VAL" + ], + [ + "Se", + "nd" + ], + [ + "S", + "end" + ], + [ + "▁Ir", + "ish" + ], + [ + "o", + "y" + ], + [ + "▁T", + "u" + ], + [ + "▁", + "Tu" + ], + [ + "▁t", + "rivial" + ], + [ + "Form", + "s" + ], + [ + "For", + "ms" + ], + [ + "▁as", + "í" + ], + [ + "▁Imp", + "er" + ], + [ + "▁Im", + "per" + ], + [ + "▁sign", + "ature" + ], + [ + "uno", + "s" + ], + [ + "un", + "os" + ], + [ + "u", + "nos" + ], + [ + "▁Ne", + "g" + ], + [ + "▁N", + "eg" + ], + [ + "▁can", + "cel" + ], + [ + "▁", + "cancel" + ], + [ + "▁Hein", + "rich" + ], + [ + "ee", + "d" + ], + [ + "e", + "ed" + ], + [ + "Ill", + "ustration" + ], + [ + "▁sull", + "a" + ], + [ + "▁sul", + "la" + ], + [ + "▁su", + "lla" + ], + [ + "▁s", + "ulla" + ], + [ + "▁quart", + "er" + ], + [ + "▁quar", + "ter" + ], + [ + "▁qu", + "arter" + ], + [ + "as", + "z" + ], + [ + "a", + "sz" + ], + [ + "▁blo", + "g" + ], + [ + "▁bl", + "og" + ], + [ + "▁b", + "log" + ], + [ + "▁", + "blog" + ], + [ + "fic", + "a" + ], + [ + "fi", + "ca" + ], + [ + "f", + "ica" + ], + [ + "wo", + "n" + ], + [ + "w", + "on" + ], + [ + "que", + "t" + ], + [ + "qu", + "et" + ], + [ + "q", + "uet" + ], + [ + "])", + ")" + ], + [ + "]", + "))" + ], + [ + "▁gener", + "ation" + ], + [ + "▁c", + "aught" + ], + [ + "▁", + "caught" + ], + [ + "▁land", + "s" + ], + [ + "▁lan", + "ds" + ], + [ + "▁l", + "ands" + ], + [ + "▁", + "lands" + ], + [ + "▁King", + "dom" + ], + [ + "schaft", + "en" + ], + [ + "ron", + "s" + ], + [ + "ro", + "ns" + ], + [ + "r", + "ons" + ], + [ + "annel", + "s" + ], + [ + "anne", + "ls" + ], + [ + "ann", + "els" + ], + [ + "▁Spec", + "ial" + ], + [ + "▁Spe", + "cial" + ], + [ + "▁", + "Special" + ], + [ + "t", + "utorial" + ], + [ + "ti", + "p" + ], + [ + "t", + "ip" + ], + [ + "▁\"\"", + "," + ], + [ + "▁\"", + "\"," + ], + [ + "▁Az", + "ure" + ], + [ + "▁", + "Azure" + ], + [ + "▁bound", + "ed" + ], + [ + "▁b", + "ounded" + ], + [ + "▁", + "bounded" + ], + [ + "S", + "m" + ], + [ + "ta", + "r" + ], + [ + "t", + "ar" + ], + [ + "ве", + "н" + ], + [ + "в", + "ен" + ], + [ + "▁зе", + "м" + ], + [ + "▁з", + "ем" + ], + [ + "▁", + "зем" + ], + [ + "▁not", + "ation" + ], + [ + "▁", + "notation" + ], + [ + "▁ap", + "ache" + ], + [ + "▁", + "apache" + ], + [ + "▁ga", + "z" + ], + [ + "▁g", + "az" + ], + [ + "ier", + "no" + ], + [ + "i", + "erno" + ], + [ + "ange", + "n" + ], + [ + "ang", + "en" + ], + [ + "an", + "gen" + ], + [ + "pect", + "ive" + ], + [ + "▁elect", + "ric" + ], + [ + "▁sem", + "i" + ], + [ + "▁se", + "mi" + ], + [ + "▁s", + "emi" + ], + [ + "MA", + "X" + ], + [ + "M", + "AX" + ], + [ + "eder", + "b" + ], + [ + "ede", + "rb" + ], + [ + "ed", + "erb" + ], + [ + "object", + "s" + ], + [ + "▁difference", + "s" + ], + [ + "▁differ", + "ences" + ], + [ + "▁dif", + "ferences" + ], + [ + "iste", + "d" + ], + [ + "ist", + "ed" + ], + [ + "is", + "ted" + ], + [ + "i", + "sted" + ], + [ + "hre", + "f" + ], + [ + "hr", + "ef" + ], + [ + "h", + "ref" + ], + [ + "ici", + "p" + ], + [ + "ic", + "ip" + ], + [ + "i", + "cip" + ], + [ + "▁num", + "py" + ], + [ + "▁", + "numpy" + ], + [ + "▁ф", + "утбо" + ], + [ + "load", + "er" + ], + [ + "lo", + "ader" + ], + [ + "▁dic", + "h" + ], + [ + "▁di", + "ch" + ], + [ + "▁d", + "ich" + ], + [ + "љ", + "у" + ], + [ + "▁D", + "é" + ], + [ + "H", + "z" + ], + [ + "▁Para", + "m" + ], + [ + "▁Par", + "am" + ], + [ + "▁Pa", + "ram" + ], + [ + "▁P", + "aram" + ], + [ + "▁", + "Param" + ], + [ + "document", + "ation" + ], + [ + "irc", + "raft" + ], + [ + "ir", + "craft" + ], + [ + "E", + "M" + ], + [ + "▁instit", + "ution" + ], + [ + "▁inst", + "itution" + ], + [ + "comp", + "at" + ], + [ + "com", + "pat" + ], + [ + "▁ал", + "ь" + ], + [ + "▁а", + "ль" + ], + [ + "▁", + "аль" + ], + [ + "сла", + "в" + ], + [ + "с", + "лав" + ], + [ + "▁Ne", + "t" + ], + [ + "▁N", + "et" + ], + [ + "▁", + "Net" + ], + [ + "циона", + "ль" + ], + [ + "цион", + "аль" + ], + [ + "ци", + "ональ" + ], + [ + "▁broad", + "cast" + ], + [ + "date", + "time" + ], + [ + "dat", + "etime" + ], + [ + "asy", + "nc" + ], + [ + "as", + "ync" + ], + [ + "a", + "sync" + ], + [ + "vr", + "e" + ], + [ + "v", + "re" + ], + [ + "me", + "an" + ], + [ + "▁Che", + "m" + ], + [ + "▁Ch", + "em" + ], + [ + "▁C", + "hem" + ], + [ + "▁estim", + "ate" + ], + [ + "▁est", + "imate" + ], + [ + "ican", + "a" + ], + [ + "ica", + "na" + ], + [ + "ic", + "ana" + ], + [ + "▁gre", + "p" + ], + [ + "▁gr", + "ep" + ], + [ + "▁g", + "rep" + ], + [ + "▁", + "grep" + ], + [ + "te", + "k" + ], + [ + "t", + "ek" + ], + [ + "ä", + "m" + ], + [ + "ori", + "g" + ], + [ + "or", + "ig" + ], + [ + "o", + "rig" + ], + [ + "▁Vict", + "or" + ], + [ + "▁Vic", + "tor" + ], + [ + "▁Vi", + "ctor" + ], + [ + "uten", + "ant" + ], + [ + "ute", + "nant" + ], + [ + "ut", + "enant" + ], + [ + "ang", + "a" + ], + [ + "an", + "ga" + ], + [ + "pi", + "n" + ], + [ + "p", + "in" + ], + [ + "▁verte", + "x" + ], + [ + "▁vert", + "ex" + ], + [ + "▁ver", + "tex" + ], + [ + "▁CHAP", + "TER" + ], + [ + "cit", + "y" + ], + [ + "ci", + "ty" + ], + [ + "c", + "ity" + ], + [ + "ug", + "by" + ], + [ + "gre", + "en" + ], + [ + "gr", + "een" + ], + [ + "g", + "reen" + ], + [ + "▁Ke", + "r" + ], + [ + "▁K", + "er" + ], + [ + "▁diff", + "ér" + ], + [ + "▁dif", + "fér" + ], + [ + "▁necess", + "arily" + ], + [ + "D", + "C" + ], + [ + "Line", + "ar" + ], + [ + "Lin", + "ear" + ], + [ + "Li", + "near" + ], + [ + "ale", + "m" + ], + [ + "al", + "em" + ], + [ + "a", + "lem" + ], + [ + "▁Late", + "r" + ], + [ + "▁Lat", + "er" + ], + [ + "▁La", + "ter" + ], + [ + "▁L", + "ater" + ], + [ + "▁met", + "a" + ], + [ + "▁me", + "ta" + ], + [ + "▁m", + "eta" + ], + [ + "▁", + "meta" + ], + [ + "je", + "m" + ], + [ + "j", + "em" + ], + [ + "rage", + "n" + ], + [ + "rag", + "en" + ], + [ + "ra", + "gen" + ], + [ + "r", + "agen" + ], + [ + "Ma", + "y" + ], + [ + "M", + "ay" + ], + [ + "▁Mitg", + "lied" + ], + [ + "▁sorte", + "d" + ], + [ + "▁sort", + "ed" + ], + [ + "▁sor", + "ted" + ], + [ + "▁s", + "orted" + ], + [ + "▁", + "sorted" + ], + [ + "uss", + "en" + ], + [ + "us", + "sen" + ], + [ + "▁spo", + "ke" + ], + [ + "▁sp", + "oke" + ], + [ + "▁disable", + "d" + ], + [ + "▁dis", + "abled" + ], + [ + "▁", + "disabled" + ], + [ + "▁accompl", + "ish" + ], + [ + "▁accomp", + "lish" + ], + [ + "▁Russ", + "ia" + ], + [ + "ther", + "e" + ], + [ + "the", + "re" + ], + [ + "th", + "ere" + ], + [ + "t", + "here" + ], + [ + "ee", + "s" + ], + [ + "e", + "es" + ], + [ + "▁hal", + "l" + ], + [ + "▁ha", + "ll" + ], + [ + "▁h", + "all" + ], + [ + "▁", + "hall" + ], + [ + "▁met", + "ric" + ], + [ + "▁", + "metric" + ], + [ + "att", + "ribute" + ], + [ + "то", + "го" + ], + [ + "т", + "ого" + ], + [ + "ab", + "out" + ], + [ + "▁La", + "m" + ], + [ + "▁L", + "am" + ], + [ + "chan", + "nel" + ], + [ + "ch", + "annel" + ], + [ + "▁epis", + "ode" + ], + [ + "▁e", + "pisode" + ], + [ + "▁$('", + "." + ], + [ + "▁$(", + "'." + ], + [ + "▁$", + "('." + ], + [ + "▁", + "ought" + ], + [ + "▁Est", + "e" + ], + [ + "▁Es", + "te" + ], + [ + "▁E", + "ste" + ], + [ + "Object", + "s" + ], + [ + "▁valid", + "ate" + ], + [ + "▁", + "validate" + ], + [ + "▁ri", + "m" + ], + [ + "▁r", + "im" + ], + [ + "▁", + "rim" + ], + [ + "▁numero", + "us" + ], + [ + "▁numer", + "ous" + ], + [ + "▁Java", + "script" + ], + [ + "▁J", + "avascript" + ], + [ + "▁G", + "L" + ], + [ + "▁", + "GL" + ], + [ + "▁Ital", + "y" + ], + [ + "▁It", + "aly" + ], + [ + "ederb", + "örd" + ], + [ + "ona", + "to" + ], + [ + "on", + "ato" + ], + [ + "book", + "s" + ], + [ + "bo", + "oks" + ], + [ + "ston", + "e" + ], + [ + "sto", + "ne" + ], + [ + "st", + "one" + ], + [ + "х", + "у" + ], + [ + "▁je", + "l" + ], + [ + "▁j", + "el" + ], + [ + "▁", + "jel" + ], + [ + "ir", + "i" + ], + [ + "i", + "ri" + ], + [ + "▁AS", + "P" + ], + [ + "▁A", + "SP" + ], + [ + "G", + "A" + ], + [ + "▁stat", + "a" + ], + [ + "▁sta", + "ta" + ], + [ + "▁st", + "ata" + ], + [ + "▁ba", + "z" + ], + [ + "▁b", + "az" + ], + [ + "▁", + "baz" + ], + [ + "Da", + "y" + ], + [ + "D", + "ay" + ], + [ + "th", + "m" + ], + [ + "t", + "hm" + ], + [ + "d", + "h" + ], + [ + "▁File", + "s" + ], + [ + "▁Fil", + "es" + ], + [ + "▁F", + "iles" + ], + [ + "▁", + "Files" + ], + [ + "Android", + "Runtime" + ], + [ + "▁check", + "s" + ], + [ + "▁che", + "cks" + ], + [ + "k", + "r" + ], + [ + "▁ven", + "ne" + ], + [ + "▁v", + "enne" + ], + [ + "S", + "L" + ], + [ + "avi", + "a" + ], + [ + "av", + "ia" + ], + [ + "a", + "via" + ], + [ + "kaz", + "y" + ], + [ + "ka", + "zy" + ], + [ + "k", + "azy" + ], + [ + "▁Th", + "ree" + ], + [ + "▁", + "Three" + ], + [ + "Ad", + "min" + ], + [ + "▁colleg", + "e" + ], + [ + "▁colle", + "ge" + ], + [ + "▁coll", + "ege" + ], + [ + "▁col", + "lege" + ], + [ + "G", + "lobal" + ], + [ + "ti", + "on" + ], + [ + "t", + "ion" + ], + [ + "▁cur", + "ious" + ], + [ + "sh", + "ort" + ], + [ + "▁bas", + "s" + ], + [ + "▁ba", + "ss" + ], + [ + "▁b", + "ass" + ], + [ + "де", + "ла" + ], + [ + "▁де", + "я" + ], + [ + "Sch", + "ema" + ], + [ + "'", + "\\" + ], + [ + "di", + "ff" + ], + [ + "d", + "iff" + ], + [ + "▁C", + "A" + ], + [ + "▁", + "CA" + ], + [ + "▁Cor", + "por" + ], + [ + "▁operator", + "s" + ], + [ + "▁oper", + "ators" + ], + [ + "om", + "rå" + ], + [ + "▁edge", + "s" + ], + [ + "▁ed", + "ges" + ], + [ + ");", + "`" + ], + [ + ")", + ";`" + ], + [ + "ind", + "s" + ], + [ + "in", + "ds" + ], + [ + "▁gi", + "ng" + ], + [ + "▁g", + "ing" + ], + [ + "▁", + "ging" + ], + [ + "&", + "&" + ], + [ + "}-", + "\\" + ], + [ + "}", + "-\\" + ], + [ + "ran", + "o" + ], + [ + "ra", + "no" + ], + [ + "r", + "ano" + ], + [ + "▁s", + "ão" + ], + [ + "▁add", + "s" + ], + [ + "▁ad", + "ds" + ], + [ + "elo", + "r" + ], + [ + "el", + "or" + ], + [ + "e", + "lor" + ], + [ + "▁uns", + "igned" + ], + [ + "▁un", + "signed" + ], + [ + "▁", + "unsigned" + ], + [ + "▁п", + "р" + ], + [ + "▁", + "пр" + ], + [ + "▁Conf", + "ig" + ], + [ + "▁Con", + "fig" + ], + [ + "▁", + "Config" + ], + [ + "▁Es", + "c" + ], + [ + "▁E", + "sc" + ], + [ + "▁cho", + "se" + ], + [ + "▁ch", + "ose" + ], + [ + "▁piece", + "s" + ], + [ + "▁pie", + "ces" + ], + [ + "▁region", + "s" + ], + [ + "▁reg", + "ions" + ], + [ + "Es", + "t" + ], + [ + "E", + "st" + ], + [ + "▁Batt", + "le" + ], + [ + "▁B", + "attle" + ], + [ + "▁fo", + "c" + ], + [ + "▁f", + "oc" + ], + [ + "▁Lig", + "ht" + ], + [ + "▁L", + "ight" + ], + [ + "▁", + "Light" + ], + [ + "pad", + "ding" + ], + [ + "p", + "adding" + ], + [ + "abe", + "n" + ], + [ + "ab", + "en" + ], + [ + "a", + "ben" + ], + [ + "▁euro", + "p" + ], + [ + "▁eu", + "rop" + ], + [ + "▁e", + "urop" + ], + [ + "illo", + "n" + ], + [ + "ill", + "on" + ], + [ + "il", + "lon" + ], + [ + "▁е", + "сть" + ], + [ + "▁bor", + "d" + ], + [ + "▁bo", + "rd" + ], + [ + "▁b", + "ord" + ], + [ + "▁от", + "но" + ], + [ + "▁о", + "тно" + ], + [ + "▁Hon", + "g" + ], + [ + "▁Ho", + "ng" + ], + [ + "▁H", + "ong" + ], + [ + "▁vu", + "l" + ], + [ + "▁v", + "ul" + ], + [ + "plugin", + "s" + ], + [ + "pl", + "ugins" + ], + [ + "▁'", + "<" + ], + [ + "▁k", + "ur" + ], + [ + "▁", + "kur" + ], + [ + "reg", + "ion" + ], + [ + "▁Rep", + "ub" + ], + [ + "▁Re", + "pub" + ], + [ + "iche", + "r" + ], + [ + "ich", + "er" + ], + [ + "ic", + "her" + ], + [ + "i", + "cher" + ], + [ + "}_", + "\\" + ], + [ + "}", + "_\\" + ], + [ + "▁med", + "al" + ], + [ + "▁me", + "dal" + ], + [ + "▁More", + "over" + ], + [ + "B", + "I" + ], + [ + "A", + "v" + ], + [ + "ute", + "r" + ], + [ + "ut", + "er" + ], + [ + "u", + "ter" + ], + [ + "▁sc", + "an" + ], + [ + "▁s", + "can" + ], + [ + "▁", + "scan" + ], + [ + "▁Mun", + "icip" + ], + [ + "▁M", + "unicip" + ], + [ + "▁contra", + "st" + ], + [ + "▁contr", + "ast" + ], + [ + "▁I", + "g" + ], + [ + "▁", + "Ig" + ], + [ + "▁горо", + "д" + ], + [ + "▁гор", + "од" + ], + [ + "▁го", + "род" + ], + [ + "▁", + "город" + ], + [ + "rel", + "ated" + ], + [ + "alin", + "g" + ], + [ + "ali", + "ng" + ], + [ + "al", + "ing" + ], + [ + "a", + "ling" + ], + [ + "▁ма", + "т" + ], + [ + "▁м", + "ат" + ], + [ + "▁", + "мат" + ], + [ + "ün", + "st" + ], + [ + "▁Chr", + "is" + ], + [ + "▁Ch", + "ris" + ], + [ + "w", + "y" + ], + [ + "▁Act", + "ually" + ], + [ + "▁Univers", + "idad" + ], + [ + "Event", + "Listener" + ], + [ + "▁tempor", + "ada" + ], + [ + "▁assign", + "ment" + ], + [ + "▁ass", + "ignment" + ], + [ + "▁Mik", + "e" + ], + [ + "▁Mi", + "ke" + ], + [ + "▁M", + "ike" + ], + [ + "▁w", + "ährend" + ], + [ + "▁św", + "i" + ], + [ + "▁ś", + "wi" + ], + [ + "▁сре", + "д" + ], + [ + "▁с", + "ред" + ], + [ + "ка", + "де" + ], + [ + "▁calculate", + "d" + ], + [ + "▁calcul", + "ated" + ], + [ + "▁calc", + "ulated" + ], + [ + "▁elle", + "r" + ], + [ + "▁ell", + "er" + ], + [ + "▁el", + "ler" + ], + [ + "▁", + "eller" + ], + [ + "▁As", + "h" + ], + [ + "▁A", + "sh" + ], + [ + "rie", + "l" + ], + [ + "ri", + "el" + ], + [ + "r", + "iel" + ], + [ + "▁hard", + "ware" + ], + [ + "▁inten", + "s" + ], + [ + "▁inte", + "ns" + ], + [ + "▁int", + "ens" + ], + [ + "('", + "." + ], + [ + "(", + "'." + ], + [ + "ill", + "i" + ], + [ + "il", + "li" + ], + [ + "ago", + "n" + ], + [ + "ag", + "on" + ], + [ + "a", + "gon" + ], + [ + "▁G", + "y" + ], + [ + "▁heut", + "e" + ], + [ + "▁he", + "ute" + ], + [ + "▁sl", + "e" + ], + [ + "▁s", + "le" + ], + [ + "▁liter", + "ature" + ], + [ + "se", + "m" + ], + [ + "s", + "em" + ], + [ + "mana", + "ger" + ], + [ + "man", + "ager" + ], + [ + "▁Grand", + "e" + ], + [ + "▁Gran", + "de" + ], + [ + "▁Gra", + "nde" + ], + [ + "▁Gr", + "ande" + ], + [ + "▁mix", + "ed" + ], + [ + "▁m", + "ixed" + ], + [ + "▁Ве", + "р" + ], + [ + "▁В", + "ер" + ], + [ + "í", + "cí" + ], + [ + "▁so", + "it" + ], + [ + "▁s", + "oit" + ], + [ + "▁wel", + "come" + ], + [ + "че", + "ние" + ], + [ + "▁Univers", + "ität" + ], + [ + "▁build", + "er" + ], + [ + "▁bu", + "ilder" + ], + [ + "▁", + "builder" + ], + [ + "simp", + "le" + ], + [ + "sim", + "ple" + ], + [ + "ico", + "de" + ], + [ + "ic", + "ode" + ], + [ + "i", + "code" + ], + [ + "ř", + "e" + ], + [ + "inden", + "t" + ], + [ + "inde", + "nt" + ], + [ + "ind", + "ent" + ], + [ + "in", + "dent" + ], + [ + "op", + "o" + ], + [ + "o", + "po" + ], + [ + "▁advance", + "d" + ], + [ + "▁adv", + "anced" + ], + [ + "▁ad", + "vanced" + ], + [ + "temp", + "er" + ], + [ + "tem", + "per" + ], + [ + "ed", + "ge" + ], + [ + "▁date", + "time" + ], + [ + "▁dat", + "etime" + ], + [ + "▁", + "datetime" + ], + [ + "▁don", + "c" + ], + [ + "▁do", + "nc" + ], + [ + "▁d", + "onc" + ], + [ + "лан", + "ня" + ], + [ + "ла", + "ння" + ], + [ + "▁ver", + "d" + ], + [ + "▁ve", + "rd" + ], + [ + "▁v", + "erd" + ], + [ + "д", + "но" + ], + [ + "ito", + "s" + ], + [ + "it", + "os" + ], + [ + "▁he", + "at" + ], + [ + "vis", + "ible" + ], + [ + "vi", + "sible" + ], + [ + "me", + "l" + ], + [ + "m", + "el" + ], + [ + "▁Giov", + "anni" + ], + [ + "▁vari", + "ety" + ], + [ + "▁var", + "iety" + ], + [ + "▁route", + "r" + ], + [ + "▁rout", + "er" + ], + [ + "▁rou", + "ter" + ], + [ + "▁ro", + "uter" + ], + [ + "▁r", + "outer" + ], + [ + "▁", + "router" + ], + [ + "Vec", + "tor" + ], + [ + "V", + "ector" + ], + [ + "▁Wal", + "k" + ], + [ + "▁W", + "alk" + ], + [ + "▁obvious", + "ly" + ], + [ + "▁ob", + "viously" + ], + [ + "he", + "in" + ], + [ + "h", + "ein" + ], + [ + "Fi", + "n" + ], + [ + "F", + "in" + ], + [ + "ITable", + "View" + ], + [ + "Y", + "ear" + ], + [ + "▁E", + "conom" + ], + [ + "▁veloc", + "ity" + ], + [ + "▁vel", + "ocity" + ], + [ + "▁Ci", + "vil" + ], + [ + "▁C", + "ivil" + ], + [ + "▁", + "ј" + ], + [ + "aler", + "t" + ], + [ + "ale", + "rt" + ], + [ + "al", + "ert" + ], + [ + "Ident", + "ifier" + ], + [ + "èn", + "cia" + ], + [ + "▁normal", + "ly" + ], + [ + "▁norm", + "ally" + ], + [ + "▁Egy", + "pt" + ], + [ + "▁E", + "gypt" + ], + [ + "▁c", + "tx" + ], + [ + "▁", + "ctx" + ], + [ + "▁Vere", + "in" + ], + [ + "▁Ver", + "ein" + ], + [ + "▁H", + "u" + ], + [ + "ultur", + "e" + ], + [ + "ult", + "ure" + ], + [ + "ни", + "те" + ], + [ + "l", + "é" + ], + [ + "▁Wie", + "n" + ], + [ + "▁Wi", + "en" + ], + [ + "▁W", + "ien" + ], + [ + "▁Pr", + "z" + ], + [ + "▁P", + "rz" + ], + [ + "By", + "te" + ], + [ + "▁na", + "h" + ], + [ + "▁n", + "ah" + ], + [ + "▁", + "nah" + ], + [ + "ism", + "s" + ], + [ + "is", + "ms" + ], + [ + "▁Pub", + "lish" + ], + [ + "▁Her", + "z" + ], + [ + "▁He", + "rz" + ], + [ + "ic", + "ul" + ], + [ + "i", + "cul" + ], + [ + "pis", + "ode" + ], + [ + "ч", + "і" + ], + [ + "▁diese", + "m" + ], + [ + "▁dies", + "em" + ], + [ + "▁die", + "sem" + ], + [ + "k", + "ö" + ], + [ + "Vis", + "ible" + ], + [ + "▁ri", + "g" + ], + [ + "▁r", + "ig" + ], + [ + "▁", + "rig" + ], + [ + "`)", + "." + ], + [ + "`", + ")." + ], + [ + "Par", + "se" + ], + [ + "P", + "arse" + ], + [ + "▁Jac", + "ques" + ], + [ + "N", + "I" + ], + [ + "▁gla", + "ss" + ], + [ + "▁gl", + "ass" + ], + [ + "▁g", + "lass" + ], + [ + "▁", + "glass" + ], + [ + "---", + "+" + ], + [ + "--", + "-+" + ], + [ + "-", + "--+" + ], + [ + "▁initial", + "ly" + ], + [ + "▁initi", + "ally" + ], + [ + "▁k", + "r" + ], + [ + "▁", + "kr" + ], + [ + "CC", + "N" + ], + [ + "C", + "CN" + ], + [ + "play", + "s" + ], + [ + "pla", + "ys" + ], + [ + "pl", + "ays" + ], + [ + "▁sig", + "u" + ], + [ + "▁si", + "gu" + ], + [ + "▁s", + "igu" + ], + [ + "F", + "older" + ], + [ + "stor", + "age" + ], + [ + "sto", + "rage" + ], + [ + "st", + "orage" + ], + [ + "▁\\", + "|" + ], + [ + "▁", + "\\|" + ], + [ + "ivo", + "s" + ], + [ + "iv", + "os" + ], + [ + "i", + "vos" + ], + [ + "ску", + "ю" + ], + [ + "ск", + "ую" + ], + [ + "▁Mo", + "h" + ], + [ + "▁M", + "oh" + ], + [ + "▁Comm", + "ittee" + ], + [ + "▁Ki", + "m" + ], + [ + "▁K", + "im" + ], + [ + "e", + "u" + ], + [ + "те", + "м" + ], + [ + "т", + "ем" + ], + [ + "▁original", + "e" + ], + [ + "▁origin", + "ale" + ], + [ + "▁orig", + "inale" + ], + [ + "ir", + "s" + ], + [ + "i", + "rs" + ], + [ + "▁Re", + "b" + ], + [ + "▁R", + "eb" + ], + [ + "itu", + "t" + ], + [ + "it", + "ut" + ], + [ + "n", + "l" + ], + [ + "▁Pie", + "r" + ], + [ + "▁Pi", + "er" + ], + [ + "▁P", + "ier" + ], + [ + "▁]", + ";" + ], + [ + "▁", + "];" + ], + [ + "▁Fa", + "l" + ], + [ + "▁F", + "al" + ], + [ + "▁\"\"", + ";" + ], + [ + "▁\"", + "\";" + ], + [ + "mv", + "c" + ], + [ + "m", + "vc" + ], + [ + "▁fem", + "ale" + ], + [ + "▁fe", + "male" + ], + [ + "▁brid", + "ge" + ], + [ + "▁br", + "idge" + ], + [ + "▁b", + "ridge" + ], + [ + "▁", + "bridge" + ], + [ + "▁t", + "ít" + ], + [ + "kt", + "r" + ], + [ + "k", + "tr" + ], + [ + ">", + ")" + ], + [ + "▁sea", + "t" + ], + [ + "▁se", + "at" + ], + [ + "▁ves", + "s" + ], + [ + "▁ve", + "ss" + ], + [ + "▁v", + "ess" + ], + [ + "▁US", + "B" + ], + [ + "▁U", + "SB" + ], + [ + "▁Article", + "s" + ], + [ + "▁Art", + "icles" + ], + [ + "▁Descri", + "ption" + ], + [ + "▁Des", + "cription" + ], + [ + "▁De", + "scription" + ], + [ + "▁", + "Description" + ], + [ + "▁o", + "c" + ], + [ + "▁", + "oc" + ], + [ + "▁house", + "s" + ], + [ + "▁hous", + "es" + ], + [ + "▁ho", + "uses" + ], + [ + "▁h", + "ouses" + ], + [ + "▁Пе", + "т" + ], + [ + "▁П", + "ет" + ], + [ + "lo", + "n" + ], + [ + "l", + "on" + ], + [ + "Not", + "ification" + ], + [ + "▁press", + "ure" + ], + [ + "▁ку", + "ль" + ], + [ + "▁", + "куль" + ], + [ + "igne", + "d" + ], + [ + "ign", + "ed" + ], + [ + "ig", + "ned" + ], + [ + "▁relig", + "ious" + ], + [ + "fa", + "n" + ], + [ + "f", + "an" + ], + [ + "igli", + "a" + ], + [ + "ig", + "lia" + ], + [ + "▁classific", + "ation" + ], + [ + "▁class", + "ification" + ], + [ + "oge", + "ther" + ], + [ + "og", + "ether" + ], + [ + "▁SD", + "K" + ], + [ + "▁S", + "DK" + ], + [ + "▁", + "SDK" + ], + [ + "▁Hum", + "an" + ], + [ + "▁Hu", + "man" + ], + [ + "▁H", + "uman" + ], + [ + "▁comm", + "ission" + ], + [ + "▁com", + "mission" + ], + [ + "▁О", + "р" + ], + [ + "▁ante", + "s" + ], + [ + "▁ant", + "es" + ], + [ + "▁an", + "tes" + ], + [ + "▁", + "antes" + ], + [ + "D", + "T" + ], + [ + "èt", + "e" + ], + [ + "è", + "te" + ], + [ + "pr", + "és" + ], + [ + "p", + "rés" + ], + [ + "/", + "\"" + ], + [ + "▁(", + "«" + ], + [ + "▁h", + "ö" + ], + [ + "▁", + "hö" + ], + [ + "▁ча", + "с" + ], + [ + "▁", + "час" + ], + [ + "▁ja", + "k" + ], + [ + "▁j", + "ak" + ], + [ + "▁", + "jak" + ], + [ + "iene", + "n" + ], + [ + "ien", + "en" + ], + [ + "ie", + "nen" + ], + [ + "i", + "enen" + ], + [ + "ug", + "g" + ], + [ + "u", + "gg" + ], + [ + "W", + "A" + ], + [ + "▁place", + "holder" + ], + [ + "▁", + "placeholder" + ], + [ + "Wil", + "l" + ], + [ + "W", + "ill" + ], + [ + ",", + "," + ], + [ + "▁Ka", + "m" + ], + [ + "▁K", + "am" + ], + [ + "▁we", + "n" + ], + [ + "▁w", + "en" + ], + [ + "▁", + "wen" + ], + [ + "▁Sch", + "ul" + ], + [ + "ți", + "e" + ], + [ + "ț", + "ie" + ], + [ + "▁au", + "d" + ], + [ + "▁a", + "ud" + ], + [ + "▁", + "aud" + ], + [ + "▁su", + "e" + ], + [ + "▁s", + "ue" + ], + [ + "▁refer", + "red" + ], + [ + "▁re", + "ferred" + ], + [ + "ва", + "т" + ], + [ + "в", + "ат" + ], + [ + "▁Par", + "a" + ], + [ + "▁Pa", + "ra" + ], + [ + "▁P", + "ara" + ], + [ + "▁bl", + "a" + ], + [ + "▁b", + "la" + ], + [ + "▁", + "bla" + ], + [ + "UE", + "S" + ], + [ + "U", + "ES" + ], + [ + "▁stati", + "st" + ], + [ + "▁stat", + "ist" + ], + [ + "▁т", + "у" + ], + [ + "▁", + "ту" + ], + [ + "▁Wars", + "za" + ], + [ + "gu", + "e" + ], + [ + "g", + "ue" + ], + [ + "▁Id", + "e" + ], + [ + "▁I", + "de" + ], + [ + "math", + "scr" + ], + [ + "▁lie", + "u" + ], + [ + "▁li", + "eu" + ], + [ + "▁l", + "ieu" + ], + [ + "▁bo", + "d" + ], + [ + "▁b", + "od" + ], + [ + "▁ru", + "s" + ], + [ + "▁r", + "us" + ], + [ + "▁", + "rus" + ], + [ + "▁bo", + "at" + ], + [ + "xs", + "pace" + ], + [ + "x", + "space" + ], + [ + "▁mod", + "al" + ], + [ + "▁mo", + "dal" + ], + [ + "▁", + "modal" + ], + [ + "ле", + "к" + ], + [ + "л", + "ек" + ], + [ + "top", + "ic" + ], + [ + "to", + "pic" + ], + [ + "man", + "y" + ], + [ + "ma", + "ny" + ], + [ + "m", + "any" + ], + [ + "sk", + "ý" + ], + [ + "▁organiz", + "ation" + ], + [ + "▁organ", + "ization" + ], + [ + "▁ге", + "не" + ], + [ + "▁г", + "ене" + ], + [ + "▁Wil", + "son" + ], + [ + "▁com", + "fort" + ], + [ + "ib", + "il" + ], + [ + "i", + "bil" + ], + [ + ":", + "-" + ], + [ + "▁anim", + "al" + ], + [ + "▁ani", + "mal" + ], + [ + "▁an", + "imal" + ], + [ + "Rep", + "ort" + ], + [ + "Re", + "port" + ], + [ + "кам", + "и" + ], + [ + "ка", + "ми" + ], + [ + "jo", + "n" + ], + [ + "j", + "on" + ], + [ + "▁ke", + "r" + ], + [ + "▁k", + "er" + ], + [ + "▁", + "ker" + ], + [ + "▁к", + "ни" + ], + [ + "moz", + "illa" + ], + [ + "Pr", + "ice" + ], + [ + "P", + "rice" + ], + [ + "anti", + "n" + ], + [ + "ant", + "in" + ], + [ + "ement", + "o" + ], + [ + "emen", + "to" + ], + [ + "em", + "ento" + ], + [ + "ma", + "y" + ], + [ + "m", + "ay" + ], + [ + "▁lun", + "g" + ], + [ + "▁lu", + "ng" + ], + [ + "▁l", + "ung" + ], + [ + "▁", + "lung" + ], + [ + "▁blo", + "w" + ], + [ + "▁bl", + "ow" + ], + [ + "▁b", + "low" + ], + [ + "ede", + "ut" + ], + [ + "▁type", + "d" + ], + [ + "▁typ", + "ed" + ], + [ + "▁ty", + "ped" + ], + [ + "▁dec", + "ember" + ], + [ + "▁...", + "." + ], + [ + "▁..", + ".." + ], + [ + "▁.", + "..." + ], + [ + "▁", + "...." + ], + [ + "li", + "ance" + ], + [ + "l", + "iance" + ], + [ + "▁vie", + "l" + ], + [ + "▁vi", + "el" + ], + [ + "▁v", + "iel" + ], + [ + "▁Ф", + "и" + ], + [ + "pres", + "a" + ], + [ + "pre", + "sa" + ], + [ + "pr", + "esa" + ], + [ + "▁ос", + "іб" + ], + [ + "▁Na", + "m" + ], + [ + "▁N", + "am" + ], + [ + "▁Gre", + "n" + ], + [ + "▁Gr", + "en" + ], + [ + "▁G", + "ren" + ], + [ + "си", + "лання" + ], + [ + "VI", + "D" + ], + [ + "V", + "ID" + ], + [ + "str", + "e" + ], + [ + "st", + "re" + ], + [ + "s", + "tre" + ], + [ + "wei", + "s" + ], + [ + "we", + "is" + ], + [ + "▁protect", + "ion" + ], + [ + "▁prote", + "ction" + ], + [ + "▁prot", + "ection" + ], + [ + "ta", + "ient" + ], + [ + "t", + "aient" + ], + [ + "▁officer", + "s" + ], + [ + "▁office", + "rs" + ], + [ + "▁offic", + "ers" + ], + [ + "т", + "но" + ], + [ + "▁Br", + "ig" + ], + [ + "▁B", + "rig" + ], + [ + "▁intel", + "lig" + ], + [ + "▁int", + "ellig" + ], + [ + "я", + "х" + ], + [ + "IT", + "H" + ], + [ + "I", + "TH" + ], + [ + "▁separate", + "d" + ], + [ + "▁separ", + "ated" + ], + [ + "▁L", + "CCN" + ], + [ + "ní", + "m" + ], + [ + "n", + "ím" + ], + [ + "clo", + "ck" + ], + [ + "cl", + "ock" + ], + [ + "c", + "lock" + ], + [ + "▁apar", + "e" + ], + [ + "▁ap", + "are" + ], + [ + "яв", + "и" + ], + [ + "я", + "ви" + ], + [ + "▁Eliz", + "abeth" + ], + [ + "▁Wat", + "er" + ], + [ + "▁Wa", + "ter" + ], + [ + "▁W", + "ater" + ], + [ + "geb", + "iet" + ], + [ + "▁conven", + "t" + ], + [ + "▁conv", + "ent" + ], + [ + "▁con", + "vent" + ], + [ + "fur", + "t" + ], + [ + "fu", + "rt" + ], + [ + "f", + "urt" + ], + [ + "▁beide", + "n" + ], + [ + "▁bei", + "den" + ], + [ + "▁be", + "iden" + ], + [ + "bas", + "h" + ], + [ + "ba", + "sh" + ], + [ + "b", + "ash" + ], + [ + "▁чер", + "ез" + ], + [ + "▁че", + "рез" + ], + [ + "▁u", + "b" + ], + [ + "▁", + "ub" + ], + [ + "▁Stati", + "st" + ], + [ + "▁Stat", + "ist" + ], + [ + "▁limit", + "s" + ], + [ + "▁lim", + "its" + ], + [ + "▁", + "limits" + ], + [ + "V", + "ol" + ], + [ + "ct", + "x" + ], + [ + "c", + "tx" + ], + [ + "▁но", + "в" + ], + [ + "▁н", + "ов" + ], + [ + "▁", + "нов" + ], + [ + "gui", + "de" + ], + [ + "gu", + "ide" + ], + [ + "mi", + "c" + ], + [ + "m", + "ic" + ], + [ + "ies", + "a" + ], + [ + "ie", + "sa" + ], + [ + "i", + "esa" + ], + [ + "▁h", + "uvud" + ], + [ + "R", + "T" + ], + [ + "Fi", + "g" + ], + [ + "F", + "ig" + ], + [ + "▁le", + "ct" + ], + [ + "▁l", + "ect" + ], + [ + "▁", + "lect" + ], + [ + "con", + "n" + ], + [ + "co", + "nn" + ], + [ + "c", + "onn" + ], + [ + "imi", + "t" + ], + [ + "im", + "it" + ], + [ + "i", + "mit" + ], + [ + "га", + "р" + ], + [ + "г", + "ар" + ], + [ + "▁ba", + "jo" + ], + [ + "▁b", + "ajo" + ], + [ + "scri", + "be" + ], + [ + "scr", + "ibe" + ], + [ + "s", + "cribe" + ], + [ + "reg", + "ex" + ], + [ + "re", + "gex" + ], + [ + "▁Cas", + "s" + ], + [ + "▁Ca", + "ss" + ], + [ + "▁C", + "ass" + ], + [ + "▁prop", + "ag" + ], + [ + "▁pro", + "pag" + ], + [ + "'", + "$" + ], + [ + "▁prof", + "es" + ], + [ + "uni", + "que" + ], + [ + "un", + "ique" + ], + [ + "▁S", + "ql" + ], + [ + "▁", + "Sql" + ], + [ + "uni", + "on" + ], + [ + "un", + "ion" + ], + [ + "rio", + "s" + ], + [ + "ri", + "os" + ], + [ + "r", + "ios" + ], + [ + "pi", + "p" + ], + [ + "p", + "ip" + ], + [ + "--", + "+" + ], + [ + "-", + "-+" + ], + [ + "ka", + "dem" + ], + [ + "k", + "adem" + ], + [ + "column", + "s" + ], + [ + "▁var", + "y" + ], + [ + "▁va", + "ry" + ], + [ + "▁v", + "ary" + ], + [ + "▁bere", + "its" + ], + [ + "▁do", + "i" + ], + [ + "▁d", + "oi" + ], + [ + "▁Comm", + "on" + ], + [ + "▁Com", + "mon" + ], + [ + "▁", + "Common" + ], + [ + "▁Rob", + "in" + ], + [ + "▁Ro", + "bin" + ], + [ + "▁", + "×" + ], + [ + "▁se", + "i" + ], + [ + "▁s", + "ei" + ], + [ + "▁sys", + "t" + ], + [ + "▁sy", + "st" + ], + [ + "▁s", + "yst" + ], + [ + "▁v", + "ä" + ], + [ + "▁", + "vä" + ], + [ + "▁Def", + "ault" + ], + [ + "▁De", + "fault" + ], + [ + "▁", + "Default" + ], + [ + "▁ty", + "m" + ], + [ + "▁t", + "ym" + ], + [ + "pe", + "l" + ], + [ + "p", + "el" + ], + [ + "▁believe", + "d" + ], + [ + "▁bel", + "ieved" + ], + [ + "▁provide", + "r" + ], + [ + "▁prov", + "ider" + ], + [ + "▁pro", + "vider" + ], + [ + "▁", + "provider" + ], + [ + "▁minim", + "al" + ], + [ + "▁mini", + "mal" + ], + [ + "▁min", + "imal" + ], + [ + "тал", + "и" + ], + [ + "та", + "ли" + ], + [ + "т", + "али" + ], + [ + "aine", + "s" + ], + [ + "ain", + "es" + ], + [ + "ai", + "nes" + ], + [ + "a", + "ines" + ], + [ + "K", + "it" + ], + [ + "izi", + "o" + ], + [ + "iz", + "io" + ], + [ + "isse", + "n" + ], + [ + "iss", + "en" + ], + [ + "is", + "sen" + ], + [ + "press", + "ed" + ], + [ + "pres", + "sed" + ], + [ + "pr", + "essed" + ], + [ + "▁sta", + "g" + ], + [ + "▁st", + "ag" + ], + [ + "▁s", + "tag" + ], + [ + "▁", + "stag" + ], + [ + "▁ui", + "nt" + ], + [ + "▁u", + "int" + ], + [ + "▁", + "uint" + ], + [ + "ko", + "r" + ], + [ + "k", + "or" + ], + [ + "▁рас", + "по" + ], + [ + "▁ра", + "спо" + ], + [ + "▁inher", + "it" + ], + [ + "▁in", + "herit" + ], + [ + "▁compile", + "d" + ], + [ + "▁comp", + "iled" + ], + [ + "▁feb", + "ru" + ], + [ + "▁fe", + "bru" + ], + [ + "▁f", + "ebru" + ], + [ + "▁tm", + "p" + ], + [ + "▁t", + "mp" + ], + [ + "▁", + "tmp" + ], + [ + "work", + "s" + ], + [ + "wor", + "ks" + ], + [ + "ч", + "на" + ], + [ + "draw", + "able" + ], + [ + "▁Na", + "v" + ], + [ + "▁N", + "av" + ], + [ + "▁", + "Nav" + ], + [ + "▁thought", + "s" + ], + [ + "▁though", + "ts" + ], + [ + "rout", + "e" + ], + [ + "rou", + "te" + ], + [ + "ro", + "ute" + ], + [ + "r", + "oute" + ], + [ + "▁conce", + "rt" + ], + [ + "▁conc", + "ert" + ], + [ + "▁con", + "cert" + ], + [ + "▁option", + "al" + ], + [ + "▁opt", + "ional" + ], + [ + "▁", + "optional" + ], + [ + "▁bra", + "s" + ], + [ + "▁br", + "as" + ], + [ + "▁b", + "ras" + ], + [ + "▁", + "bras" + ], + [ + "▁prov", + "iding" + ], + [ + "со", + "м" + ], + [ + "с", + "ом" + ], + [ + "id", + "x" + ], + [ + "i", + "dx" + ], + [ + "empl", + "o" + ], + [ + "emp", + "lo" + ], + [ + "▁ко", + "ли" + ], + [ + "▁", + "коли" + ], + [ + "▁Ber", + "e" + ], + [ + "▁Be", + "re" + ], + [ + "▁B", + "ere" + ], + [ + "▁El", + "s" + ], + [ + "▁E", + "ls" + ], + [ + "рем", + "ен" + ], + [ + "ре", + "мен" + ], + [ + "▁де", + "ка" + ], + [ + "cou", + "t" + ], + [ + "co", + "ut" + ], + [ + "c", + "out" + ], + [ + "lay", + "er" + ], + [ + "la", + "yer" + ], + [ + "l", + "ayer" + ], + [ + "▁glo", + "b" + ], + [ + "▁gl", + "ob" + ], + [ + "▁g", + "lob" + ], + [ + "▁", + "glob" + ], + [ + "fore", + "ach" + ], + [ + "for", + "each" + ], + [ + "▁Edu", + "cation" + ], + [ + "▁E", + "ducation" + ], + [ + "P", + "O" + ], + [ + "▁impro", + "v" + ], + [ + "▁impr", + "ov" + ], + [ + "▁imp", + "rov" + ], + [ + "▁im", + "prov" + ], + [ + "▁client", + "s" + ], + [ + "▁cli", + "ents" + ], + [ + "▁cl", + "ients" + ], + [ + "group", + "s" + ], + [ + "gro", + "ups" + ], + [ + "gr", + "oups" + ], + [ + "▁kon", + "t" + ], + [ + "▁ko", + "nt" + ], + [ + "▁k", + "ont" + ], + [ + "De", + "l" + ], + [ + "D", + "el" + ], + [ + "ret", + "t" + ], + [ + "re", + "tt" + ], + [ + "r", + "ett" + ], + [ + "▁su", + "p" + ], + [ + "▁s", + "up" + ], + [ + "▁", + "sup" + ], + [ + "▁mo", + "g" + ], + [ + "▁m", + "og" + ], + [ + "ta", + "n" + ], + [ + "t", + "an" + ], + [ + "▁comp", + "l" + ], + [ + "▁com", + "pl" + ], + [ + "irt", + "y" + ], + [ + "ir", + "ty" + ], + [ + "▁nouve", + "au" + ], + [ + "os", + "z" + ], + [ + "o", + "sz" + ], + [ + "▁Nav", + "y" + ], + [ + "▁Na", + "vy" + ], + [ + "▁N", + "avy" + ], + [ + "ber", + "e" + ], + [ + "be", + "re" + ], + [ + "b", + "ere" + ], + [ + "mas", + "k" + ], + [ + "ma", + "sk" + ], + [ + "m", + "ask" + ], + [ + "ov", + "é" + ], + [ + "o", + "vé" + ], + [ + "zi", + "l" + ], + [ + "z", + "il" + ], + [ + "PE", + "R" + ], + [ + "P", + "ER" + ], + [ + "▁població", + "n" + ], + [ + "▁pobla", + "ción" + ], + [ + "▁detail", + "ed" + ], + [ + "▁d", + "etailed" + ], + [ + "ле", + "т" + ], + [ + "л", + "ет" + ], + [ + "▁familie", + "s" + ], + [ + "▁famil", + "ies" + ], + [ + "abe", + "t" + ], + [ + "ab", + "et" + ], + [ + "a", + "bet" + ], + [ + "е", + "вич" + ], + [ + "ände", + "r" + ], + [ + "änd", + "er" + ], + [ + "än", + "der" + ], + [ + "ä", + "nder" + ], + [ + "▁å", + "r" + ], + [ + "▁", + "år" + ], + [ + "▁p", + "endant" + ], + [ + "▁bi", + "l" + ], + [ + "▁b", + "il" + ], + [ + "▁", + "bil" + ], + [ + "▁hin", + "t" + ], + [ + "▁hi", + "nt" + ], + [ + "▁h", + "int" + ], + [ + "ode", + "n" + ], + [ + "od", + "en" + ], + [ + "o", + "den" + ], + [ + "▁exp", + "ansion" + ], + [ + "▁pon", + "t" + ], + [ + "▁po", + "nt" + ], + [ + "▁p", + "ont" + ], + [ + "▁", + "pont" + ], + [ + "asa", + "nt" + ], + [ + "as", + "ant" + ], + [ + "▁Kin", + "d" + ], + [ + "▁Ki", + "nd" + ], + [ + "▁K", + "ind" + ], + [ + "▁", + "Kind" + ], + [ + "ij", + "i" + ], + [ + "i", + "ji" + ], + [ + "▁Aut", + "h" + ], + [ + "▁Au", + "th" + ], + [ + "▁A", + "uth" + ], + [ + "▁", + "Auth" + ], + [ + "laim", + "ed" + ], + [ + "ref", + "lect" + ], + [ + "]", + "=" + ], + [ + "byte", + "s" + ], + [ + "by", + "tes" + ], + [ + "hov", + "er" + ], + [ + "ho", + "ver" + ], + [ + "h", + "over" + ], + [ + "▁це", + "р" + ], + [ + "▁ц", + "ер" + ], + [ + "▁", + "цер" + ], + [ + "grad", + "le" + ], + [ + "Ar", + "ch" + ], + [ + "apes", + "t" + ], + [ + "ape", + "st" + ], + [ + "ap", + "est" + ], + [ + "ás", + "a" + ], + [ + "á", + "sa" + ], + [ + "Car", + "d" + ], + [ + "Ca", + "rd" + ], + [ + "C", + "ard" + ], + [ + "▁tempor", + "ary" + ], + [ + "▁départ", + "ement" + ], + [ + "class", + "es" + ], + [ + "жи", + "ва" + ], + [ + "▁х", + "удо" + ], + [ + "▁mol", + "e" + ], + [ + "▁mo", + "le" + ], + [ + "▁m", + "ole" + ], + [ + "R", + "Y" + ], + [ + "L", + "P" + ], + [ + "▁pe", + "c" + ], + [ + "▁p", + "ec" + ], + [ + "▁", + "pec" + ], + [ + "rodu", + "ction" + ], + [ + "▁Gu", + "ard" + ], + [ + "▁Par", + "liament" + ], + [ + "▁instant", + "i" + ], + [ + "▁inst", + "anti" + ], + [ + "▁not", + "amment" + ], + [ + "▁Dou", + "g" + ], + [ + "▁Do", + "ug" + ], + [ + "▁D", + "oug" + ], + [ + "▁Mars", + "h" + ], + [ + "▁Mar", + "sh" + ], + [ + ".", + "~" + ], + [ + "▁\\", + "\"" + ], + [ + "▁", + "\\\"" + ], + [ + "▁th", + "é" + ], + [ + "▁t", + "hé" + ], + [ + "▁lib", + "re" + ], + [ + "▁li", + "bre" + ], + [ + "do", + "es" + ], + [ + "▁dé", + "but" + ], + [ + "▁Un", + "it" + ], + [ + "▁U", + "nit" + ], + [ + "▁", + "Unit" + ], + [ + "▁ст", + "у" + ], + [ + "▁с", + "ту" + ], + [ + "▁", + "сту" + ], + [ + "▁le", + "ague" + ], + [ + "▁qual", + "e" + ], + [ + "▁qu", + "ale" + ], + [ + "▁q", + "uale" + ], + [ + "▁состав", + "ля" + ], + [ + "▁соста", + "вля" + ], + [ + "Sec", + "urity" + ], + [ + "Se", + "curity" + ], + [ + "▁apparent", + "ly" + ], + [ + "▁appar", + "ently" + ], + [ + "▁tro", + "ops" + ], + [ + "ican", + "o" + ], + [ + "ica", + "no" + ], + [ + "ic", + "ano" + ], + [ + "i", + "cano" + ], + [ + "▁M", + "B" + ], + [ + "▁", + "MB" + ], + [ + "enz", + "e" + ], + [ + "en", + "ze" + ], + [ + "load", + "ing" + ], + [ + "lo", + "ading" + ], + [ + "▁distribu", + "ted" + ], + [ + "▁distrib", + "uted" + ], + [ + "▁dist", + "ributed" + ], + [ + "write", + "r" + ], + [ + "writ", + "er" + ], + [ + "wr", + "iter" + ], + [ + "w", + "riter" + ], + [ + "resource", + "s" + ], + [ + "res", + "ources" + ], + [ + "h", + "ö" + ], + [ + "util", + "s" + ], + [ + "uti", + "ls" + ], + [ + "ut", + "ils" + ], + [ + "▁prepare", + "d" + ], + [ + "▁prepar", + "ed" + ], + [ + "▁prep", + "ared" + ], + [ + "cie", + "r" + ], + [ + "ci", + "er" + ], + [ + "c", + "ier" + ], + [ + "opo", + "l" + ], + [ + "op", + "ol" + ], + [ + "o", + "pol" + ], + [ + "▁län", + "kar" + ], + [ + "he", + "s" + ], + [ + "h", + "es" + ], + [ + "н", + "ва" + ], + [ + "▁open", + "s" + ], + [ + "▁op", + "ens" + ], + [ + "▁", + "opens" + ], + [ + "ago", + "g" + ], + [ + "ag", + "og" + ], + [ + "inter", + "face" + ], + [ + "▁Fun", + "d" + ], + [ + "▁Fu", + "nd" + ], + [ + "▁F", + "und" + ], + [ + "▁pent", + "ru" + ], + [ + "ní", + "ch" + ], + [ + "n", + "ích" + ], + [ + "▁configure", + "d" + ], + [ + "▁configur", + "ed" + ], + [ + "▁config", + "ured" + ], + [ + "▁Web", + "site" + ], + [ + "▁listen", + "er" + ], + [ + "▁liste", + "ner" + ], + [ + "▁list", + "ener" + ], + [ + "▁", + "listener" + ], + [ + "ive", + "l" + ], + [ + "iv", + "el" + ], + [ + "i", + "vel" + ], + [ + "n", + "ę" + ], + [ + "min", + "a" + ], + [ + "mi", + "na" + ], + [ + "m", + "ina" + ], + [ + "▁inve", + "st" + ], + [ + "▁inv", + "est" + ], + [ + "▁in", + "vest" + ], + [ + "▁мі", + "с" + ], + [ + "▁м", + "іс" + ], + [ + "▁da", + "v" + ], + [ + "▁d", + "av" + ], + [ + "▁pat", + "ch" + ], + [ + "▁p", + "atch" + ], + [ + "▁", + "patch" + ], + [ + "piel", + "er" + ], + [ + "pie", + "ler" + ], + [ + "pi", + "eler" + ], + [ + "▁Extern", + "a" + ], + [ + "▁Ext", + "erna" + ], + [ + "t", + "f" + ], + [ + "▁ere", + "d" + ], + [ + "▁er", + "ed" + ], + [ + "▁e", + "red" + ], + [ + "▁", + "ered" + ], + [ + "▁Ass", + "embly" + ], + [ + "▁", + "Assembly" + ], + [ + "▁sou", + "t" + ], + [ + "▁so", + "ut" + ], + [ + "▁s", + "out" + ], + [ + "▁ver", + "k" + ], + [ + "▁v", + "erk" + ], + [ + "▁", + "verk" + ], + [ + "mer", + "s" + ], + [ + "me", + "rs" + ], + [ + "m", + "ers" + ], + [ + "t", + "oggle" + ], + [ + "▁upd", + "ating" + ], + [ + "▁up", + "dating" + ], + [ + "▁Ken", + "t" + ], + [ + "▁Ke", + "nt" + ], + [ + "▁K", + "ent" + ], + [ + "ec", + "a" + ], + [ + "e", + "ca" + ], + [ + "FA", + "ULT" + ], + [ + "▁tit", + "re" + ], + [ + "▁ti", + "tre" + ], + [ + "▁Ken", + "n" + ], + [ + "▁Ke", + "nn" + ], + [ + "▁K", + "enn" + ], + [ + "▁Ми", + "ха" + ], + [ + "сто", + "р" + ], + [ + "ст", + "ор" + ], + [ + "с", + "тор" + ], + [ + "▁pod", + "e" + ], + [ + "▁po", + "de" + ], + [ + "▁p", + "ode" + ], + [ + "▁Se", + "b" + ], + [ + "▁S", + "eb" + ], + [ + "це", + "в" + ], + [ + "ц", + "ев" + ], + [ + "E", + "Y" + ], + [ + "▁sil", + "ver" + ], + [ + "▁capac", + "ity" + ], + [ + "▁cap", + "acity" + ], + [ + "▁complet", + "ion" + ], + [ + "▁comple", + "tion" + ], + [ + "▁Ped", + "ro" + ], + [ + "▁Pe", + "dro" + ], + [ + "fe", + "l" + ], + [ + "f", + "el" + ], + [ + "van", + "o" + ], + [ + "va", + "no" + ], + [ + "v", + "ano" + ], + [ + "ze", + "ug" + ], + [ + "▁inter", + "ior" + ], + [ + "▁inte", + "rior" + ], + [ + "▁in", + "terior" + ], + [ + "▁Res", + "ponse" + ], + [ + "▁", + "Response" + ], + [ + "éd", + "ia" + ], + [ + "é", + "dia" + ], + [ + "▁World", + "Cat" + ], + [ + "▁c", + "ă" + ], + [ + "que", + "l" + ], + [ + "qu", + "el" + ], + [ + "q", + "uel" + ], + [ + "So", + "l" + ], + [ + "S", + "ol" + ], + [ + "іс", + "ля" + ], + [ + "▁Dom", + "in" + ], + [ + "▁Do", + "min" + ], + [ + "▁D", + "omin" + ], + [ + "▁cu", + "m" + ], + [ + "▁c", + "um" + ], + [ + "ce", + "p" + ], + [ + "c", + "ep" + ], + [ + "▁Mus", + "e" + ], + [ + "▁Mu", + "se" + ], + [ + "▁M", + "use" + ], + [ + "▁Mar", + "ía" + ], + [ + "▁Ma", + "ría" + ], + [ + "▁M", + "aría" + ], + [ + "▁function", + "al" + ], + [ + "▁adapt", + "er" + ], + [ + "▁ad", + "apter" + ], + [ + "▁", + "adapter" + ], + [ + "config", + "uration" + ], + [ + "▁tip", + "o" + ], + [ + "▁ti", + "po" + ], + [ + "▁t", + "ipo" + ], + [ + "▁Br", + "y" + ], + [ + "▁B", + "ry" + ], + [ + "v", + "y" + ], + [ + "U", + "L" + ], + [ + "▁trav", + "ers" + ], + [ + "▁tra", + "vers" + ], + [ + "!", + "(" + ], + [ + "▁absolute", + "ly" + ], + [ + "▁absol", + "utely" + ], + [ + "л", + "та" + ], + [ + "тт", + "я" + ], + [ + "т", + "тя" + ], + [ + "▁I", + "T" + ], + [ + "▁", + "IT" + ], + [ + "▁во", + "ен" + ], + [ + "yc", + "le" + ], + [ + "y", + "cle" + ], + [ + "bes", + "t" + ], + [ + "be", + "st" + ], + [ + "b", + "est" + ], + [ + "▁construct", + "ed" + ], + [ + "▁constru", + "cted" + ], + [ + "▁фи", + "ль" + ], + [ + "▁", + "филь" + ], + [ + "cid", + "o" + ], + [ + "ci", + "do" + ], + [ + "c", + "ido" + ], + [ + "ex", + "it" + ], + [ + "gar", + "t" + ], + [ + "ga", + "rt" + ], + [ + "g", + "art" + ], + [ + "▁provin", + "cia" + ], + [ + "ve", + "z" + ], + [ + "v", + "ez" + ], + [ + "cip", + "l" + ], + [ + "ci", + "pl" + ], + [ + "▁Face", + "book" + ], + [ + "▁Fac", + "ebook" + ], + [ + "▁y", + "ellow" + ], + [ + "▁", + "yellow" + ], + [ + "▁Sum", + "mer" + ], + [ + "▁point", + "ing" + ], + [ + "▁possibil", + "ity" + ], + [ + "▁possib", + "ility" + ], + [ + "▁poss", + "ibility" + ], + [ + "▁leg", + "isl" + ], + [ + "▁мо", + "ж" + ], + [ + "▁", + "мож" + ], + [ + "der", + "n" + ], + [ + "de", + "rn" + ], + [ + "d", + "ern" + ], + [ + "кон", + "о" + ], + [ + "ко", + "но" + ], + [ + "▁mechan", + "ism" + ], + [ + "▁Bern", + "ard" + ], + [ + "exp", + "r" + ], + [ + "ex", + "pr" + ], + [ + "лов", + "и" + ], + [ + "ло", + "ви" + ], + [ + "л", + "ови" + ], + [ + "▁digit", + "s" + ], + [ + "▁dig", + "its" + ], + [ + "▁deleg", + "ate" + ], + [ + "▁de", + "legate" + ], + [ + "▁", + "delegate" + ], + [ + "og", + "ram" + ], + [ + "o", + "gram" + ], + [ + "▁D", + "ictionary" + ], + [ + "▁", + "Dictionary" + ], + [ + "is", + "y" + ], + [ + "▁sp", + "o" + ], + [ + "▁s", + "po" + ], + [ + "/", + "$" + ], + [ + "clude", + "d" + ], + [ + "clud", + "ed" + ], + [ + "▁M", + "VC" + ], + [ + "▁té", + "m" + ], + [ + "▁t", + "ém" + ], + [ + "▁print", + "ed" + ], + [ + "▁prin", + "ted" + ], + [ + "▁Got", + "t" + ], + [ + "▁Go", + "tt" + ], + [ + "▁G", + "ott" + ], + [ + "▁O", + "m" + ], + [ + "▁", + "Om" + ], + [ + "ans", + "as" + ], + [ + "▁Dur", + "ch" + ], + [ + "▁D", + "urch" + ], + [ + "▁Ide", + "nt" + ], + [ + "▁Id", + "ent" + ], + [ + "▁I", + "dent" + ], + [ + "▁", + "Ident" + ], + [ + "Q", + "U" + ], + [ + "ht", + "m" + ], + [ + "h", + "tm" + ], + [ + "▁Su", + "l" + ], + [ + "▁S", + "ul" + ], + [ + "']", + "." + ], + [ + "'", + "]." + ], + [ + "▁dut", + "y" + ], + [ + "▁du", + "ty" + ], + [ + "▁Auth", + "or" + ], + [ + "▁Aut", + "hor" + ], + [ + "▁", + "Author" + ], + [ + "▁n", + "ě" + ], + [ + "▁", + "ně" + ], + [ + "owe", + "go" + ], + [ + "ow", + "ego" + ], + [ + "pu", + "s" + ], + [ + "p", + "us" + ], + [ + "emb", + "l" + ], + [ + "em", + "bl" + ], + [ + "Exec", + "utor" + ], + [ + "B", + "L" + ], + [ + "▁Men", + "s" + ], + [ + "▁Me", + "ns" + ], + [ + "▁M", + "ens" + ], + [ + "dis", + "patch" + ], + [ + "▁Mi", + "d" + ], + [ + "▁M", + "id" + ], + [ + "app", + "s" + ], + [ + "ap", + "ps" + ], + [ + "Trans", + "form" + ], + [ + "▁Da", + "t" + ], + [ + "▁D", + "at" + ], + [ + "▁", + "Dat" + ], + [ + "▁imp", + "l" + ], + [ + "▁im", + "pl" + ], + [ + "▁", + "impl" + ], + [ + "ou", + "x" + ], + [ + "o", + "ux" + ], + [ + "hol", + "m" + ], + [ + "ho", + "lm" + ], + [ + "▁In", + "s" + ], + [ + "▁I", + "ns" + ], + [ + "▁Emp", + "ire" + ], + [ + "ру", + "п" + ], + [ + "▁Ap", + "ache" + ], + [ + "SI", + "ON" + ], + [ + "S", + "ION" + ], + [ + "▁pass", + "age" + ], + [ + "########", + "########" + ], + [ + "▁express", + "ed" + ], + [ + "▁expres", + "sed" + ], + [ + "▁expr", + "essed" + ], + [ + "▁ex", + "pressed" + ], + [ + "на", + "д" + ], + [ + "▁o", + "l" + ], + [ + "▁", + "ol" + ], + [ + "▁hav", + "ia" + ], + [ + "▁ha", + "via" + ], + [ + "▁h", + "avia" + ], + [ + "▁бо", + "лее" + ], + [ + "▁enjo", + "y" + ], + [ + "form", + "ance" + ], + [ + "▁dimension", + "s" + ], + [ + "▁dim", + "ensions" + ], + [ + "▁че", + "р" + ], + [ + "▁ч", + "ер" + ], + [ + "▁", + "чер" + ], + [ + "Se", + "e" + ], + [ + "S", + "ee" + ], + [ + "▁mou", + "th" + ], + [ + "▁mo", + "uth" + ], + [ + "▁m", + "outh" + ], + [ + "▁", + "mouth" + ], + [ + "▁ga", + "u" + ], + [ + "▁g", + "au" + ], + [ + "ien", + "cy" + ], + [ + "i", + "ency" + ], + [ + "▁Carol", + "ina" + ], + [ + "Dis", + "t" + ], + [ + "Di", + "st" + ], + [ + "D", + "ist" + ], + [ + "rad", + "io" + ], + [ + "lim", + "it" + ], + [ + "li", + "mit" + ], + [ + "l", + "imit" + ], + [ + "/", + "?" + ], + [ + "▁Bal", + "l" + ], + [ + "▁Ba", + "ll" + ], + [ + "▁B", + "all" + ], + [ + "ні", + "сть" + ], + [ + "Mem", + "ber" + ], + [ + "M", + "ember" + ], + [ + "wa", + "ter" + ], + [ + "w", + "ater" + ], + [ + "▁mur", + "der" + ], + [ + "▁stand", + "ing" + ], + [ + "▁stan", + "ding" + ], + [ + "▁", + "standing" + ], + [ + "▁VI", + "I" + ], + [ + "▁V", + "II" + ], + [ + "Cent", + "er" + ], + [ + "C", + "enter" + ], + [ + "pp", + "a" + ], + [ + "p", + "pa" + ], + [ + "ure", + "au" + ], + [ + "ur", + "eau" + ], + [ + "▁Le", + "ip" + ], + [ + "▁obj", + "et" + ], + [ + "▁ob", + "jet" + ], + [ + "▁Activ", + "ity" + ], + [ + "▁Act", + "ivity" + ], + [ + "▁", + "Activity" + ], + [ + "ember", + "s" + ], + [ + "emb", + "ers" + ], + [ + "em", + "bers" + ], + [ + "v", + "r" + ], + [ + "▁cond", + "u" + ], + [ + "▁con", + "du" + ], + [ + "Cell", + "s" + ], + [ + "C", + "ells" + ], + [ + "inu", + "s" + ], + [ + "in", + "us" + ], + [ + "▁'", + "," + ], + [ + "▁", + "'," + ], + [ + "▁af", + "raid" + ], + [ + "▁х", + "а" + ], + [ + "▁", + "ха" + ], + [ + "▁Vi", + "c" + ], + [ + "▁V", + "ic" + ], + [ + "test", + "ing" + ], + [ + "tes", + "ting" + ], + [ + "Tu", + "be" + ], + [ + "T", + "ube" + ], + [ + "▁vas", + "t" + ], + [ + "▁va", + "st" + ], + [ + "▁v", + "ast" + ], + [ + "P", + "M" + ], + [ + "ni", + "h" + ], + [ + "n", + "ih" + ], + [ + "SS", + "N" + ], + [ + "S", + "SN" + ], + [ + "▁Chi", + "le" + ], + [ + "▁Ch", + "ile" + ], + [ + "yl", + "van" + ], + [ + "▁Bo", + "w" + ], + [ + "▁B", + "ow" + ], + [ + "▁relig", + "ion" + ], + [ + "ophe", + "r" + ], + [ + "oph", + "er" + ], + [ + "op", + "her" + ], + [ + "o", + "pher" + ], + [ + "▁Col", + "l" + ], + [ + "▁Co", + "ll" + ], + [ + "▁C", + "oll" + ], + [ + "▁", + "Coll" + ], + [ + "▁digit", + "al" + ], + [ + "▁dig", + "ital" + ], + [ + "zi", + "oni" + ], + [ + "z", + "ioni" + ], + [ + "Sec", + "tion" + ], + [ + "Se", + "ction" + ], + [ + "S", + "ection" + ], + [ + "▁резу", + "льта" + ], + [ + "Foo", + "t" + ], + [ + "F", + "oot" + ], + [ + "conv", + "ert" + ], + [ + "con", + "vert" + ], + [ + "▁rece", + "iving" + ], + [ + "Cont", + "act" + ], + [ + "▁her", + "o" + ], + [ + "▁he", + "ro" + ], + [ + "▁h", + "ero" + ], + [ + "sa", + "m" + ], + [ + "s", + "am" + ], + [ + "▁poster", + "ior" + ], + [ + "▁poste", + "rior" + ], + [ + "▁pos", + "terior" + ], + [ + "ow", + "i" + ], + [ + "o", + "wi" + ], + [ + "An", + "t" + ], + [ + "A", + "nt" + ], + [ + "▁flag", + "s" + ], + [ + "▁fla", + "gs" + ], + [ + "▁fl", + "ags" + ], + [ + "▁", + "flags" + ], + [ + "▁Ze", + "aland" + ], + [ + "▁bound", + "s" + ], + [ + "▁b", + "ounds" + ], + [ + "▁", + "bounds" + ], + [ + "▁where", + "as" + ], + [ + "▁whe", + "reas" + ], + [ + "inf", + "l" + ], + [ + "in", + "fl" + ], + [ + "Pl", + "ay" + ], + [ + "P", + "lay" + ], + [ + "▁dem", + "o" + ], + [ + "▁de", + "mo" + ], + [ + "▁d", + "emo" + ], + [ + "▁", + "demo" + ], + [ + "▁gi", + "bt" + ], + [ + "▁g", + "ibt" + ], + [ + "▁hosp", + "ital" + ], + [ + "▁h", + "ospital" + ], + [ + "▁volt", + "a" + ], + [ + "▁vol", + "ta" + ], + [ + "▁v", + "olta" + ], + [ + "л", + "ё" + ], + [ + "▁f", + "ashion" + ], + [ + "▁exc", + "eed" + ], + [ + "▁ex", + "ceed" + ], + [ + "elen", + "ium" + ], + [ + "el", + "enium" + ], + [ + "It", + "er" + ], + [ + "I", + "ter" + ], + [ + "kr", + "ie" + ], + [ + "k", + "rie" + ], + [ + "▁integra", + "tion" + ], + [ + "▁integr", + "ation" + ], + [ + "▁", + "integration" + ], + [ + "▁Other", + "wise" + ], + [ + "ad", + "u" + ], + [ + "a", + "du" + ], + [ + "Sh", + "e" + ], + [ + "S", + "he" + ], + [ + "ond", + "e" + ], + [ + "on", + "de" + ], + [ + "o", + "nde" + ], + [ + "ui", + "nt" + ], + [ + "u", + "int" + ], + [ + "rad", + "ius" + ], + [ + "▁ra", + "m" + ], + [ + "▁r", + "am" + ], + [ + "▁", + "ram" + ], + [ + "▁ál", + "bum" + ], + [ + "▁ту", + "р" + ], + [ + "▁т", + "ур" + ], + [ + "▁", + "тур" + ], + [ + "▁d", + "y" + ], + [ + "▁", + "dy" + ], + [ + "▁Ot", + "t" + ], + [ + "▁O", + "tt" + ], + [ + "▁пер", + "и" + ], + [ + "▁пе", + "ри" + ], + [ + "re", + "v" + ], + [ + "r", + "ev" + ], + [ + "rio", + "r" + ], + [ + "ri", + "or" + ], + [ + "r", + "ior" + ], + [ + "í", + "d" + ], + [ + "ira", + "t" + ], + [ + "ir", + "at" + ], + [ + "i", + "rat" + ], + [ + "▁в", + "клю" + ], + [ + "▁important", + "e" + ], + [ + "▁import", + "ante" + ], + [ + "▁Du", + "ke" + ], + [ + "▁caus", + "a" + ], + [ + "▁ca", + "usa" + ], + [ + "▁Math", + "emat" + ], + [ + "▁di", + "plom" + ], + [ + "▁Nic", + "ol" + ], + [ + "▁Ni", + "col" + ], + [ + "▁N", + "icol" + ], + [ + "▁exc", + "lus" + ], + [ + "▁ex", + "clus" + ], + [ + "▁debug", + "ging" + ], + [ + "▁G", + "h" + ], + [ + "origin", + "al" + ], + [ + "orig", + "inal" + ], + [ + "or", + "iginal" + ], + [ + "ly", + "n" + ], + [ + "l", + "yn" + ], + [ + "▁Pl", + "a" + ], + [ + "▁P", + "la" + ], + [ + "suit", + "e" + ], + [ + "su", + "ite" + ], + [ + "cha", + "t" + ], + [ + "ch", + "at" + ], + [ + "c", + "hat" + ], + [ + "▁est", + "ud" + ], + [ + "▁e", + "stud" + ], + [ + "uel", + "le" + ], + [ + "ue", + "lle" + ], + [ + "u", + "elle" + ], + [ + "▁per", + "t" + ], + [ + "▁pe", + "rt" + ], + [ + "▁p", + "ert" + ], + [ + "▁", + "pert" + ], + [ + "▁import", + "ance" + ], + [ + "▁approach", + "es" + ], + [ + "▁appro", + "aches" + ], + [ + "▁d", + "la" + ], + [ + "▁про", + "ф" + ], + [ + "Pre", + "s" + ], + [ + "Pr", + "es" + ], + [ + "P", + "res" + ], + [ + "<", + "\\" + ], + [ + "pre", + "fix" + ], + [ + "p", + "refix" + ], + [ + "SS", + "ION" + ], + [ + "S", + "SION" + ], + [ + "род", + "и" + ], + [ + "ро", + "ди" + ], + [ + "count", + "ry" + ], + [ + "c", + "ountry" + ], + [ + "itz", + "er" + ], + [ + "it", + "zer" + ], + [ + "▁ко", + "р" + ], + [ + "▁к", + "ор" + ], + [ + "▁", + "кор" + ], + [ + "▁sing", + "ular" + ], + [ + "go", + "v" + ], + [ + "g", + "ov" + ], + [ + "ри", + "н" + ], + [ + "р", + "ин" + ], + [ + "▁F", + "A" + ], + [ + "▁", + "FA" + ], + [ + "▁mat", + "rices" + ], + [ + "olar", + "e" + ], + [ + "ola", + "re" + ], + [ + "ol", + "are" + ], + [ + "o", + "lare" + ], + [ + "nik", + "a" + ], + [ + "ni", + "ka" + ], + [ + "n", + "ika" + ], + [ + "pow", + "er" + ], + [ + "po", + "wer" + ], + [ + "p", + "ower" + ], + [ + "ll", + "a" + ], + [ + "l", + "la" + ], + [ + "▁des", + "ire" + ], + [ + "▁famil", + "ia" + ], + [ + "▁fam", + "ilia" + ], + [ + "до", + "р" + ], + [ + "д", + "ор" + ], + [ + "▁fa", + "n" + ], + [ + "▁f", + "an" + ], + [ + "▁", + "fan" + ], + [ + "generate", + "d" + ], + [ + "gener", + "ated" + ], + [ + "▁Co", + "s" + ], + [ + "▁C", + "os" + ], + [ + "▁ż", + "e" + ], + [ + "▁", + "że" + ], + [ + "▁Dies", + "e" + ], + [ + "▁Die", + "se" + ], + [ + "▁Di", + "ese" + ], + [ + "▁D", + "iese" + ], + [ + "mo", + "v" + ], + [ + "m", + "ov" + ], + [ + "▁den", + "ote" + ], + [ + "▁de", + "note" + ], + [ + "\")", + "]" + ], + [ + "\"", + ")]" + ], + [ + "ouver", + "n" + ], + [ + "ouve", + "rn" + ], + [ + "ouv", + "ern" + ], + [ + "ou", + "vern" + ], + [ + "ama", + "n" + ], + [ + "am", + "an" + ], + [ + "a", + "man" + ], + [ + "▁inse", + "r" + ], + [ + "▁ins", + "er" + ], + [ + "▁in", + "ser" + ], + [ + "ij", + "k" + ], + [ + "i", + "jk" + ], + [ + "ott", + "a" + ], + [ + "ot", + "ta" + ], + [ + "o", + "tta" + ], + [ + "era", + "l" + ], + [ + "er", + "al" + ], + [ + "e", + "ral" + ], + [ + "де", + "ль" + ], + [ + "д", + "ель" + ], + [ + "()", + "->" + ], + [ + "(", + ")->" + ], + [ + "▁pode", + "r" + ], + [ + "▁pod", + "er" + ], + [ + "▁po", + "der" + ], + [ + "▁p", + "oder" + ], + [ + "ige", + "s" + ], + [ + "ig", + "es" + ], + [ + "i", + "ges" + ], + [ + "▁On", + "line" + ], + [ + "▁we", + "ird" + ], + [ + "ia", + "c" + ], + [ + "i", + "ac" + ], + [ + "▁quelque", + "s" + ], + [ + "▁quel", + "ques" + ], + [ + "ère", + "nt" + ], + [ + "è", + "rent" + ], + [ + "▁te", + "l" + ], + [ + "▁t", + "el" + ], + [ + "▁", + "tel" + ], + [ + "▁Lat", + "in" + ], + [ + "▁L", + "atin" + ], + [ + "verte", + "r" + ], + [ + "vert", + "er" + ], + [ + "ver", + "ter" + ], + [ + "ля", + "р" + ], + [ + "ро", + "и" + ], + [ + "▁pd", + "f" + ], + [ + "▁p", + "df" + ], + [ + "▁", + "pdf" + ], + [ + "▁key", + "word" + ], + [ + "▁", + "keyword" + ], + [ + "Hand", + "le" + ], + [ + "A", + "fter" + ], + [ + "rec", + "e" + ], + [ + "re", + "ce" + ], + [ + "▁ident", + "ical" + ], + [ + "styles", + "heet" + ], + [ + "style", + "sheet" + ], + [ + "▁станов", + "и" + ], + [ + "▁стан", + "ови" + ], + [ + "▁k", + "a" + ], + [ + "▁", + "ka" + ], + [ + "cem", + "ent" + ], + [ + "ce", + "ment" + ], + [ + "c", + "ement" + ], + [ + "те", + "т" + ], + [ + "т", + "ет" + ], + [ + "▁cha", + "t" + ], + [ + "▁ch", + "at" + ], + [ + "▁c", + "hat" + ], + [ + "▁", + "chat" + ], + [ + "▁Mu", + "n" + ], + [ + "▁M", + "un" + ], + [ + "ał", + "a" + ], + [ + "a", + "ła" + ], + [ + "AN", + "T" + ], + [ + "A", + "NT" + ], + [ + "ol", + "óg" + ], + [ + "▁fan", + "t" + ], + [ + "▁fa", + "nt" + ], + [ + "▁f", + "ant" + ], + [ + "▁fore", + "st" + ], + [ + "▁for", + "est" + ], + [ + "▁fo", + "rest" + ], + [ + "▁ви", + "ко" + ], + [ + "cus", + "s" + ], + [ + "cu", + "ss" + ], + [ + "c", + "uss" + ], + [ + "▁se", + "hr" + ], + [ + "pa", + "g" + ], + [ + "p", + "ag" + ], + [ + "oti", + "c" + ], + [ + "ot", + "ic" + ], + [ + "▁ál", + "l" + ], + [ + "▁á", + "ll" + ], + [ + "▁", + "áll" + ], + [ + "мат", + "и" + ], + [ + "ма", + "ти" + ], + [ + "▁\"", + "'" + ], + [ + "+", + "\"" + ], + [ + "Anim", + "ation" + ], + [ + "An", + "imation" + ], + [ + "ходи", + "т" + ], + [ + "ход", + "ит" + ], + [ + "az", + "u" + ], + [ + "a", + "zu" + ], + [ + "▁play", + "s" + ], + [ + "▁pla", + "ys" + ], + [ + "▁pl", + "ays" + ], + [ + "▁", + "plays" + ], + [ + "izio", + "ni" + ], + [ + "izi", + "oni" + ], + [ + "iz", + "ioni" + ], + [ + "i", + "zioni" + ], + [ + "ми", + "че" + ], + [ + "▁bom", + "b" + ], + [ + "▁bo", + "mb" + ], + [ + "▁b", + "omb" + ], + [ + "▁mere", + "ly" + ], + [ + "▁mer", + "ely" + ], + [ + "▁hold", + "ing" + ], + [ + "▁hol", + "ding" + ], + [ + "▁wen", + "n" + ], + [ + "▁we", + "nn" + ], + [ + "▁w", + "enn" + ], + [ + "▁medi", + "c" + ], + [ + "▁med", + "ic" + ], + [ + "▁me", + "dic" + ], + [ + "▁m", + "edic" + ], + [ + "▁speak", + "ing" + ], + [ + "▁spe", + "aking" + ], + [ + "ongo", + "db" + ], + [ + "ong", + "odb" + ], + [ + "▁Camp", + "e" + ], + [ + "▁Cam", + "pe" + ], + [ + "init", + "y" + ], + [ + "ini", + "ty" + ], + [ + "in", + "ity" + ], + [ + "▁я", + "нва" + ], + [ + "()`", + "." + ], + [ + "()", + "`." + ], + [ + "(", + ")`." + ], + [ + "lus", + "s" + ], + [ + "lu", + "ss" + ], + [ + "l", + "uss" + ], + [ + "▁Hist", + "oire" + ], + [ + "▁His", + "toire" + ], + [ + "▁H", + "istoire" + ], + [ + "▁opera", + "ting" + ], + [ + "▁oper", + "ating" + ], + [ + "Ch", + "annel" + ], + [ + "▁accur", + "acy" + ], + [ + "▁bo", + "s" + ], + [ + "▁b", + "os" + ], + [ + "▁", + "bos" + ], + [ + "▁ev", + "ident" + ], + [ + "ци", + "ю" + ], + [ + "event", + "s" + ], + [ + "even", + "ts" + ], + [ + "ev", + "ents" + ], + [ + "text", + "rm" + ], + [ + "ore", + "ign" + ], + [ + "or", + "eign" + ], + [ + "▁i", + "i" + ], + [ + "▁", + "ii" + ], + [ + "hre", + "n" + ], + [ + "hr", + "en" + ], + [ + "h", + "ren" + ], + [ + "low", + "er" + ], + [ + "lo", + "wer" + ], + [ + "l", + "ower" + ], + [ + "▁то", + "м" + ], + [ + "▁т", + "ом" + ], + [ + "▁", + "том" + ], + [ + "▁Ab", + "out" + ], + [ + "▁", + "About" + ], + [ + "▁a", + "j" + ], + [ + "▁", + "aj" + ], + [ + "er", + "i" + ], + [ + "e", + "ri" + ], + [ + "ступ", + "и" + ], + [ + "сту", + "пи" + ], + [ + "▁dig", + "it" + ], + [ + "▁di", + "git" + ], + [ + "▁", + "digit" + ], + [ + "▁Sp", + "ain" + ], + [ + "▁Date", + "n" + ], + [ + "▁Dat", + "en" + ], + [ + "▁Da", + "ten" + ], + [ + "▁D", + "aten" + ], + [ + "▁form", + "e" + ], + [ + "▁for", + "me" + ], + [ + "▁ш", + "та" + ], + [ + "▁", + "шта" + ], + [ + "▁Bac", + "h" + ], + [ + "▁Ba", + "ch" + ], + [ + "▁B", + "ach" + ], + [ + "non", + "umber" + ], + [ + "no", + "number" + ], + [ + "▁recommend", + "ed" + ], + [ + "▁recomm", + "ended" + ], + [ + "▁read", + "s" + ], + [ + "▁re", + "ads" + ], + [ + "his", + "toire" + ], + [ + "h", + "istoire" + ], + [ + "▁san", + "g" + ], + [ + "▁sa", + "ng" + ], + [ + "▁s", + "ang" + ], + [ + "▁?", + "?" + ], + [ + "▁", + "??" + ], + [ + "▁ста", + "л" + ], + [ + "▁ст", + "ал" + ], + [ + "▁с", + "тал" + ], + [ + "sc", + "ore" + ], + [ + "s", + "core" + ], + [ + "fa", + "s" + ], + [ + "f", + "as" + ], + [ + "▁cu", + "b" + ], + [ + "▁c", + "ub" + ], + [ + "▁gre", + "w" + ], + [ + "▁gr", + "ew" + ], + [ + "▁g", + "rew" + ], + [ + "▁cent", + "ro" + ], + [ + "▁bek", + "annt" + ], + [ + "Event", + "s" + ], + [ + "BE", + "R" + ], + [ + "B", + "ER" + ], + [ + "he", + "w" + ], + [ + "h", + "ew" + ], + [ + "сс", + "а" + ], + [ + "с", + "са" + ], + [ + "▁major", + "ity" + ], + [ + "ît", + "re" + ], + [ + "î", + "tre" + ], + [ + "enc", + "i" + ], + [ + "en", + "ci" + ], + [ + "▁Que", + "ry" + ], + [ + "▁Qu", + "ery" + ], + [ + "▁", + "Query" + ], + [ + "▁któ", + "re" + ], + [ + "i", + "ć" + ], + [ + "▁complex", + "ity" + ], + [ + "▁Fran", + "çois" + ], + [ + "const", + "raint" + ], + [ + "ур", + "на" + ], + [ + "═", + "═" + ], + [ + "▁iter", + "ate" + ], + [ + "let", + "t" + ], + [ + "le", + "tt" + ], + [ + "l", + "ett" + ], + [ + "per", + "or" + ], + [ + "pe", + "ror" + ], + [ + "▁Neder", + "land" + ], + [ + "sha", + "re" + ], + [ + "sh", + "are" + ], + [ + "▁incl", + "u" + ], + [ + "▁inc", + "lu" + ], + [ + "änge", + "r" + ], + [ + "äng", + "er" + ], + [ + "än", + "ger" + ], + [ + "▁Ni", + "c" + ], + [ + "▁N", + "ic" + ], + [ + "ч", + "о" + ], + [ + "F", + "ull" + ], + [ + "▁rapp", + "ort" + ], + [ + "▁rap", + "port" + ], + [ + "▁ra", + "pport" + ], + [ + "ec", + "lipse" + ], + [ + "e", + "clipse" + ], + [ + "▁indust", + "ry" + ], + [ + "header", + "s" + ], + [ + "head", + "ers" + ], + [ + "he", + "aders" + ], + [ + "▁Р", + "и" + ], + [ + "chs", + "el" + ], + [ + "ch", + "sel" + ], + [ + "▁pol", + "ic" + ], + [ + "▁po", + "lic" + ], + [ + "sch", + "ied" + ], + [ + "%", + "," + ], + [ + "O", + "D" + ], + [ + "▁Ja", + "k" + ], + [ + "▁J", + "ak" + ], + [ + "({", + "\\" + ], + [ + "(", + "{\\" + ], + [ + "align", + "ed" + ], + [ + "al", + "igned" + ], + [ + "▁frequent", + "ly" + ], + [ + "▁frequ", + "ently" + ], + [ + "▁suo", + "i" + ], + [ + "▁su", + "oi" + ], + [ + "▁essential", + "ly" + ], + [ + "▁ess", + "entially" + ], + [ + "▁Ri", + "c" + ], + [ + "▁R", + "ic" + ], + [ + "▁report", + "s" + ], + [ + "▁re", + "ports" + ], + [ + "▁dec", + "imal" + ], + [ + "ra", + "r" + ], + [ + "r", + "ar" + ], + [ + "▁Fo", + "o" + ], + [ + "▁F", + "oo" + ], + [ + "▁", + "Foo" + ], + [ + "▁K", + "a" + ], + [ + "▁D", + "C" + ], + [ + "▁", + "DC" + ], + [ + "▁simple", + "r" + ], + [ + "▁simpl", + "er" + ], + [ + "▁simp", + "ler" + ], + [ + "▁sim", + "pler" + ], + [ + "Pan", + "e" + ], + [ + "Pa", + "ne" + ], + [ + "P", + "ane" + ], + [ + "?", + "}" + ], + [ + "So", + "rt" + ], + [ + "S", + "ort" + ], + [ + "▁pos", + "it" + ], + [ + "cd", + "n" + ], + [ + "c", + "dn" + ], + [ + "kt", + "ur" + ], + [ + "▁aw", + "k" + ], + [ + "▁", + "awk" + ], + [ + "зе", + "р" + ], + [ + "з", + "ер" + ], + [ + "P", + "F" + ], + [ + "u", + "ur" + ], + [ + "▁Ros", + "s" + ], + [ + "▁Ro", + "ss" + ], + [ + "▁R", + "oss" + ], + [ + "▁man", + "t" + ], + [ + "▁ma", + "nt" + ], + [ + "▁m", + "ant" + ], + [ + "N", + "a" + ], + [ + "Con", + "s" + ], + [ + "Co", + "ns" + ], + [ + "C", + "ons" + ], + [ + ")))", + ")" + ], + [ + "))", + "))" + ], + [ + ")", + ")))" + ], + [ + "▁technique", + "s" + ], + [ + "▁techni", + "ques" + ], + [ + "▁techn", + "iques" + ], + [ + "imp", + "l" + ], + [ + "im", + "pl" + ], + [ + "▁drop", + "ped" + ], + [ + "▁dro", + "pped" + ], + [ + "▁List", + "a" + ], + [ + "▁Lis", + "ta" + ], + [ + "▁Li", + "sta" + ], + [ + "▁L", + "ista" + ], + [ + "▁Basic", + "ally" + ], + [ + "▁Bas", + "ically" + ], + [ + "enta", + "l" + ], + [ + "ent", + "al" + ], + [ + "en", + "tal" + ], + [ + "▁cel", + "ui" + ], + [ + "▁strateg", + "y" + ], + [ + "▁strat", + "egy" + ], + [ + "▁str", + "ategy" + ], + [ + "▁Wal", + "es" + ], + [ + "▁Wa", + "les" + ], + [ + "▁W", + "ales" + ], + [ + "na", + "n" + ], + [ + "n", + "an" + ], + [ + "▁g", + "min" + ], + [ + "▁gr", + "öß" + ], + [ + "▁eerst", + "e" + ], + [ + "▁eer", + "ste" + ], + [ + "T", + "im" + ], + [ + "nt", + "en" + ], + [ + "n", + "ten" + ], + [ + "res", + "p" + ], + [ + "re", + "sp" + ], + [ + "r", + "esp" + ], + [ + "▁sta", + "ble" + ], + [ + "▁st", + "able" + ], + [ + "▁s", + "table" + ], + [ + "▁", + "stable" + ], + [ + "no", + "v" + ], + [ + "n", + "ov" + ], + [ + "ro", + "b" + ], + [ + "r", + "ob" + ], + [ + "но", + "ј" + ], + [ + "▁mar", + "riage" + ], + [ + "get", + "String" + ], + [ + "Auth", + "or" + ], + [ + "Aut", + "hor" + ], + [ + "▁Gra", + "f" + ], + [ + "▁Gr", + "af" + ], + [ + "▁G", + "raf" + ], + [ + "▁diag", + "ram" + ], + [ + "▁dia", + "gram" + ], + [ + "▁di", + "agram" + ], + [ + "gi", + "a" + ], + [ + "g", + "ia" + ], + [ + "Net", + "work" + ], + [ + "N", + "etwork" + ], + [ + "▁compose", + "d" + ], + [ + "▁compos", + "ed" + ], + [ + "▁comp", + "osed" + ], + [ + "▁com", + "posed" + ], + [ + "▁miss", + "ed" + ], + [ + "▁mis", + "sed" + ], + [ + "▁Me", + "g" + ], + [ + "▁M", + "eg" + ], + [ + "▁прав", + "о" + ], + [ + "▁пра", + "во" + ], + [ + "▁hom", + "onymes" + ], + [ + "▁Book", + "s" + ], + [ + "▁Bo", + "oks" + ], + [ + "▁enc", + "ou" + ], + [ + "▁en", + "cou" + ], + [ + "port", + "e" + ], + [ + "por", + "te" + ], + [ + "p", + "orte" + ], + [ + "▁rot", + "ation" + ], + [ + "▁fi", + "r" + ], + [ + "▁f", + "ir" + ], + [ + "▁", + "fir" + ], + [ + "тель", + "но" + ], + [ + "те", + "льно" + ], + [ + "▁gu", + "n" + ], + [ + "▁g", + "un" + ], + [ + "▁", + "gun" + ], + [ + "▁Af", + "f" + ], + [ + "▁A", + "ff" + ], + [ + "▁", + "Aff" + ], + [ + "но", + "к" + ], + [ + "н", + "ок" + ], + [ + "▁Fuß", + "ball" + ], + [ + "▁Sto", + "ry" + ], + [ + "▁St", + "ory" + ], + [ + "▁", + "Story" + ], + [ + "▁Cha", + "p" + ], + [ + "▁Ch", + "ap" + ], + [ + "▁)", + "." + ], + [ + "▁", + ")." + ], + [ + "▁Se", + "it" + ], + [ + "мо", + "н" + ], + [ + "м", + "он" + ], + [ + "▁té", + "lé" + ], + [ + "▁t", + "élé" + ], + [ + "▁cop", + "ied" + ], + [ + "▁consist", + "ent" + ], + [ + "▁cons", + "istent" + ], + [ + "▁dr", + "ink" + ], + [ + "▁Cha", + "m" + ], + [ + "▁Ch", + "am" + ], + [ + "▁C", + "ham" + ], + [ + "▁matter", + "s" + ], + [ + "▁mat", + "ters" + ], + [ + "▁render", + "ed" + ], + [ + "▁rende", + "red" + ], + [ + "▁rend", + "ered" + ], + [ + "▁hyp", + "oth" + ], + [ + "œ", + "uv" + ], + [ + "▁me", + "er" + ], + [ + "▁par", + "sing" + ], + [ + "▁PR", + "O" + ], + [ + "▁P", + "RO" + ], + [ + "▁", + "PRO" + ], + [ + "serie", + "s" + ], + [ + "ser", + "ies" + ], + [ + "se", + "ries" + ], + [ + "s", + "eries" + ], + [ + "▁z", + "á" + ], + [ + "▁", + "zá" + ], + [ + "stra", + "ße" + ], + [ + "▁Bo", + "ot" + ], + [ + "▁B", + "oot" + ], + [ + "▁", + "Boot" + ], + [ + "▁rep", + "o" + ], + [ + "▁re", + "po" + ], + [ + "▁", + "repo" + ], + [ + "wo", + "r" + ], + [ + "w", + "or" + ], + [ + "▁Stre", + "am" + ], + [ + "▁St", + "ream" + ], + [ + "▁", + "Stream" + ], + [ + "▁A", + "N" + ], + [ + "▁", + "AN" + ], + [ + "▁пі", + "в" + ], + [ + "▁п", + "ів" + ], + [ + "▁S", + "M" + ], + [ + "▁", + "SM" + ], + [ + "▁Ar", + "n" + ], + [ + "▁A", + "rn" + ], + [ + "▁", + "Ž" + ], + [ + "▁[]", + ";" + ], + [ + "▁[", + "];" + ], + [ + "Resource", + "s" + ], + [ + "Res", + "ources" + ], + [ + "▁ela", + "bor" + ], + [ + "▁el", + "abor" + ], + [ + "▁Et", + "h" + ], + [ + "▁E", + "th" + ], + [ + "▁list", + "e" + ], + [ + "▁li", + "ste" + ], + [ + "▁l", + "iste" + ], + [ + "▁relative", + "ly" + ], + [ + "▁relativ", + "ely" + ], + [ + "▁rel", + "atively" + ], + [ + "chan", + "t" + ], + [ + "cha", + "nt" + ], + [ + "ch", + "ant" + ], + [ + "=\"", + "\"" + ], + [ + "=", + "\"\"" + ], + [ + "▁lif", + "t" + ], + [ + "▁li", + "ft" + ], + [ + "▁l", + "ift" + ], + [ + "C", + "N" + ], + [ + "Service", + "s" + ], + [ + "Serv", + "ices" + ], + [ + "ME", + "NT" + ], + [ + "M", + "ENT" + ], + [ + "▁иг", + "ра" + ], + [ + "▁и", + "гра" + ], + [ + "▁", + "игра" + ], + [ + "б", + "ре" + ], + [ + "▁Jo", + "rd" + ], + [ + "▁J", + "ord" + ], + [ + "▁te", + "c" + ], + [ + "▁t", + "ec" + ], + [ + "ш", + "ка" + ], + [ + "▁Su", + "p" + ], + [ + "▁S", + "up" + ], + [ + "▁influ", + "en" + ], + [ + "▁infl", + "uen" + ], + [ + "ond", + "s" + ], + [ + "on", + "ds" + ], + [ + "handle", + "r" + ], + [ + "hand", + "ler" + ], + [ + "▁band", + "a" + ], + [ + "▁ban", + "da" + ], + [ + "▁b", + "anda" + ], + [ + "▁vert", + "ices" + ], + [ + "▁za", + "p" + ], + [ + "▁z", + "ap" + ], + [ + "▁cor", + "d" + ], + [ + "▁co", + "rd" + ], + [ + "▁c", + "ord" + ], + [ + "▁", + "cord" + ], + [ + "alt", + "er" + ], + [ + "al", + "ter" + ], + [ + "zen", + "ia" + ], + [ + "ze", + "nia" + ], + [ + "z", + "enia" + ], + [ + "âte", + "au" + ], + [ + "ât", + "eau" + ], + [ + "▁know", + "ing" + ], + [ + "▁Argent", + "ina" + ], + [ + "Are", + "a" + ], + [ + "Ar", + "ea" + ], + [ + "A", + "rea" + ], + [ + "ан", + "е" + ], + [ + "а", + "не" + ], + [ + "f", + "c" + ], + [ + "=\"", + "/" + ], + [ + "=", + "\"/" + ], + [ + "▁Mi", + "k" + ], + [ + "▁M", + "ik" + ], + [ + "at", + "ă" + ], + [ + "ieu", + "x" + ], + [ + "ie", + "ux" + ], + [ + "▁deutsche", + "n" + ], + [ + "▁deutsch", + "en" + ], + [ + "▁tradition", + "al" + ], + [ + "▁trad", + "itional" + ], + [ + "dec", + "ode" + ], + [ + "de", + "code" + ], + [ + "ve", + "x" + ], + [ + "v", + "ex" + ], + [ + "▁size", + "of" + ], + [ + "▁", + "sizeof" + ], + [ + "▁Fu", + "n" + ], + [ + "▁F", + "un" + ], + [ + "▁", + "Fun" + ], + [ + "▁parse", + "r" + ], + [ + "▁par", + "ser" + ], + [ + "▁", + "parser" + ], + [ + "▁Flor", + "ida" + ], + [ + "▁building", + "s" + ], + [ + "▁build", + "ings" + ], + [ + "▁Man", + "uel" + ], + [ + "ril", + "e" + ], + [ + "ri", + "le" + ], + [ + "r", + "ile" + ], + [ + "▁log", + "ged" + ], + [ + "▁strong", + "ly" + ], + [ + "▁rev", + "ol" + ], + [ + "▁re", + "vol" + ], + [ + "не", + "е" + ], + [ + "xic", + "o" + ], + [ + "xi", + "co" + ], + [ + "x", + "ico" + ], + [ + "▁Fa", + "ir" + ], + [ + "▁F", + "air" + ], + [ + "car", + "t" + ], + [ + "ca", + "rt" + ], + [ + "c", + "art" + ], + [ + "▁Wor", + "t" + ], + [ + "▁Wo", + "rt" + ], + [ + "▁W", + "ort" + ], + [ + "▁Jes", + "us" + ], + [ + "eme", + "s" + ], + [ + "em", + "es" + ], + [ + "e", + "mes" + ], + [ + "sch", + "rift" + ], + [ + "Input", + "Stream" + ], + [ + "wa", + "d" + ], + [ + "w", + "ad" + ], + [ + "▁grande", + "s" + ], + [ + "▁grand", + "es" + ], + [ + "▁gran", + "des" + ], + [ + "▁númer", + "o" + ], + [ + "▁Ott", + "o" + ], + [ + "▁Ot", + "to" + ], + [ + "▁O", + "tto" + ], + [ + "iente", + "s" + ], + [ + "ient", + "es" + ], + [ + "ien", + "tes" + ], + [ + "i", + "entes" + ], + [ + "▁fam", + "ous" + ], + [ + "olog", + "ne" + ], + [ + "ol", + "ogne" + ], + [ + "J", + "e" + ], + [ + "ни", + "ш" + ], + [ + "▁Guer", + "ra" + ], + [ + "bar", + "a" + ], + [ + "ba", + "ra" + ], + [ + "b", + "ara" + ], + [ + "▁ca", + "d" + ], + [ + "▁c", + "ad" + ], + [ + "el", + "ve" + ], + [ + "bra", + "ce" + ], + [ + "br", + "ace" + ], + [ + "b", + "race" + ], + [ + "▁J", + "r" + ], + [ + "stab", + "le" + ], + [ + "sta", + "ble" + ], + [ + "st", + "able" + ], + [ + "s", + "table" + ], + [ + "EC", + "T" + ], + [ + "E", + "CT" + ], + [ + "lem", + "ma" + ], + [ + "media", + "te" + ], + [ + "medi", + "ate" + ], + [ + "med", + "iate" + ], + [ + "▁vi", + "n" + ], + [ + "▁v", + "in" + ], + [ + "▁", + "vin" + ], + [ + "▁mon", + "ument" + ], + [ + "▁c", + "v" + ], + [ + "▁", + "cv" + ], + [ + "▁win", + "ter" + ], + [ + "▁w", + "inter" + ], + [ + "▁transform", + "ation" + ], + [ + "▁trans", + "formation" + ], + [ + "▁Nic", + "k" + ], + [ + "▁Ni", + "ck" + ], + [ + "▁N", + "ick" + ], + [ + "str", + "onom" + ], + [ + "▁fra", + "g" + ], + [ + "▁fr", + "ag" + ], + [ + "▁f", + "rag" + ], + [ + "▁inte", + "l" + ], + [ + "▁int", + "el" + ], + [ + "▁in", + "tel" + ], + [ + "ract", + "ion" + ], + [ + "rac", + "tion" + ], + [ + "ra", + "ction" + ], + [ + "r", + "action" + ], + [ + "▁consider", + "ing" + ], + [ + "▁consid", + "ering" + ], + [ + "▁Fl", + "e" + ], + [ + "▁F", + "le" + ], + [ + "▁", + "ло" + ], + [ + "▁Ap", + "rès" + ], + [ + "▁A", + "près" + ], + [ + "▁A", + "M" + ], + [ + "▁", + "AM" + ], + [ + "▁Hu", + "m" + ], + [ + "▁H", + "um" + ], + [ + "▁m", + "undo" + ], + [ + "NE", + "R" + ], + [ + "N", + "ER" + ], + [ + "▁Bel", + "ow" + ], + [ + "▁Be", + "low" + ], + [ + "▁город", + "а" + ], + [ + "▁горо", + "да" + ], + [ + "▁го", + "рода" + ], + [ + "arter", + "s" + ], + [ + "arte", + "rs" + ], + [ + "art", + "ers" + ], + [ + "ar", + "ters" + ], + [ + "--", + "\"" + ], + [ + "▁П", + "е" + ], + [ + "▁", + "Пе" + ], + [ + "î", + "t" + ], + [ + "▁tx", + "t" + ], + [ + "▁t", + "xt" + ], + [ + "▁", + "txt" + ], + [ + "anger", + "s" + ], + [ + "ange", + "rs" + ], + [ + "ang", + "ers" + ], + [ + "an", + "gers" + ], + [ + "▁th", + "y" + ], + [ + "▁t", + "hy" + ], + [ + "▁", + "thy" + ], + [ + "CL", + "A" + ], + [ + "C", + "LA" + ], + [ + "ible", + "s" + ], + [ + "ib", + "les" + ], + [ + "i", + "bles" + ], + [ + "▁request", + "ed" + ], + [ + "▁requ", + "ested" + ], + [ + "▁Alex", + "and" + ], + [ + "▁factor", + "s" + ], + [ + "▁fact", + "ors" + ], + [ + "▁fa", + "ctors" + ], + [ + "▁produce", + "s" + ], + [ + "▁produ", + "ces" + ], + [ + "ning", + "en" + ], + [ + "n", + "ingen" + ], + [ + "▁со", + "стоя" + ], + [ + "▁optim", + "ization" + ], + [ + "cho", + "d" + ], + [ + "ch", + "od" + ], + [ + "c", + "hod" + ], + [ + ">", + "`" + ], + [ + "▁Wik", + "ip" + ], + [ + "nost", + "i" + ], + [ + "nos", + "ti" + ], + [ + "n", + "osti" + ], + [ + "▁compet", + "ition" + ], + [ + "▁Han", + "n" + ], + [ + "▁Ha", + "nn" + ], + [ + "▁H", + "ann" + ], + [ + "▁zo", + "na" + ], + [ + "▁z", + "ona" + ], + [ + "d", + "c" + ], + [ + "des", + "ign" + ], + [ + "de", + "sign" + ], + [ + "▁Z", + "u" + ], + [ + "▁espe", + "c" + ], + [ + "▁esp", + "ec" + ], + [ + "▁es", + "pec" + ], + [ + "▁e", + "spec" + ], + [ + "equal", + "ity" + ], + [ + "equ", + "ality" + ], + [ + "e", + "quality" + ], + [ + "▁Ab", + "b" + ], + [ + "▁A", + "bb" + ], + [ + "▁develop", + "er" + ], + [ + "▁", + "developer" + ], + [ + "▁\"", + "^" + ], + [ + "▁Sho", + "rt" + ], + [ + "▁Sh", + "ort" + ], + [ + "▁", + "Short" + ], + [ + "▁plan", + "s" + ], + [ + "▁pla", + "ns" + ], + [ + "▁pl", + "ans" + ], + [ + "▁vi", + "t" + ], + [ + "▁v", + "it" + ], + [ + "iza", + "ble" + ], + [ + "iz", + "able" + ], + [ + "burg", + "h" + ], + [ + "bur", + "gh" + ], + [ + "age", + "m" + ], + [ + "ag", + "em" + ], + [ + "a", + "gem" + ], + [ + "▁Prin", + "t" + ], + [ + "▁Pri", + "nt" + ], + [ + "▁Pr", + "int" + ], + [ + "▁", + "Print" + ], + [ + "í", + "v" + ], + [ + "▁suit", + "able" + ], + [ + "▁su", + "itable" + ], + [ + "pick", + "er" + ], + [ + "pic", + "ker" + ], + [ + "pi", + "cker" + ], + [ + "p", + "icker" + ], + [ + "Pro", + "file" + ], + [ + "and", + "y" + ], + [ + "an", + "dy" + ], + [ + "▁qu", + "ot" + ], + [ + "▁", + "quot" + ], + [ + "▁Durant", + "e" + ], + [ + "▁Dur", + "ante" + ], + [ + "▁Franc", + "ia" + ], + [ + "▁Fran", + "cia" + ], + [ + "▁Fr", + "ancia" + ], + [ + "▁tar", + "t" + ], + [ + "▁ta", + "rt" + ], + [ + "▁t", + "art" + ], + [ + "▁Ven", + "ez" + ], + [ + "▁Ve", + "nez" + ], + [ + "▁V", + "enez" + ], + [ + "▁disp", + "atch" + ], + [ + "▁dis", + "patch" + ], + [ + "▁", + "dispatch" + ], + [ + "▁observation", + "s" + ], + [ + "▁observ", + "ations" + ], + [ + "▁", + "ż" + ], + [ + "In", + "valid" + ], + [ + "▁occur", + "r" + ], + [ + "▁occ", + "urr" + ], + [ + "▁oc", + "curr" + ], + [ + "т", + "ки" + ], + [ + "Mem", + "ento" + ], + [ + "M", + "emento" + ], + [ + "▁Sy", + "d" + ], + [ + "▁S", + "yd" + ], + [ + "▁tiem", + "po" + ], + [ + "▁sta", + "ff" + ], + [ + "▁st", + "aff" + ], + [ + "▁section", + "s" + ], + [ + "▁sect", + "ions" + ], + [ + "▁se", + "ctions" + ], + [ + "▁", + "sections" + ], + [ + "▁ss", + "h" + ], + [ + "▁s", + "sh" + ], + [ + "▁", + "ssh" + ], + [ + "▁N", + "GC" + ], + [ + "ë", + "l" + ], + [ + "▁err", + "e" + ], + [ + "▁er", + "re" + ], + [ + "▁divide", + "d" + ], + [ + "▁divid", + "ed" + ], + [ + "▁div", + "ided" + ], + [ + "▁With", + "out" + ], + [ + "▁dur", + "ant" + ], + [ + "▁du", + "rant" + ], + [ + "▁ja", + "ar" + ], + [ + "▁j", + "aar" + ], + [ + "▁", + "−" + ], + [ + "▁soldier", + "s" + ], + [ + "▁sold", + "iers" + ], + [ + "ун", + "к" + ], + [ + "laps", + "e" + ], + [ + "lap", + "se" + ], + [ + "la", + "pse" + ], + [ + "▁Valle", + "y" + ], + [ + "▁Vall", + "ey" + ], + [ + "▁Val", + "ley" + ], + [ + "▁(", + ":" + ], + [ + "▁", + "(:" + ], + [ + "rer", + "a" + ], + [ + "re", + "ra" + ], + [ + "r", + "era" + ], + [ + "▁dé", + "vel" + ], + [ + "▁d", + "ével" + ], + [ + "▁pé", + "ri" + ], + [ + "▁p", + "éri" + ], + [ + "▁calcul", + "ation" + ], + [ + "▁calc", + "ulation" + ], + [ + "▁kein", + "e" + ], + [ + "▁ke", + "ine" + ], + [ + "erta", + "in" + ], + [ + "ert", + "ain" + ], + [ + "er", + "tain" + ], + [ + "▁те", + "ле" + ], + [ + "ру", + "д" + ], + [ + "▁cu", + "l" + ], + [ + "▁c", + "ul" + ], + [ + "▁", + "cul" + ], + [ + "▁clo", + "th" + ], + [ + "▁cl", + "oth" + ], + [ + ";", + "}" + ], + [ + "▁prze", + "d" + ], + [ + "▁prz", + "ed" + ], + [ + "▁pr", + "zed" + ], + [ + "Mont", + "h" + ], + [ + "Mon", + "th" + ], + [ + "Mo", + "nth" + ], + [ + "Pi", + "cker" + ], + [ + "P", + "icker" + ], + [ + "▁S", + "V" + ], + [ + "▁", + "SV" + ], + [ + "aria", + "n" + ], + [ + "ari", + "an" + ], + [ + "ar", + "ian" + ], + [ + "a", + "rian" + ], + [ + "▁Rev", + "iew" + ], + [ + "▁Re", + "view" + ], + [ + "▁han", + "g" + ], + [ + "▁ha", + "ng" + ], + [ + "▁h", + "ang" + ], + [ + "▁", + "hang" + ], + [ + "▁ок", + "т" + ], + [ + "▁о", + "кт" + ], + [ + "▁Fro", + "nt" + ], + [ + "▁Fr", + "ont" + ], + [ + "▁F", + "ront" + ], + [ + "▁", + "Front" + ], + [ + "ot", + "lin" + ], + [ + "▁transl", + "ation" + ], + [ + "▁trans", + "lation" + ], + [ + "▁mod", + "o" + ], + [ + "▁mo", + "do" + ], + [ + "▁m", + "odo" + ], + [ + "▁statist", + "ics" + ], + [ + "▁stat", + "istics" + ], + [ + "▁Nu", + "e" + ], + [ + "▁N", + "ue" + ], + [ + "▁Ни", + "кола" + ], + [ + "NU", + "M" + ], + [ + "N", + "UM" + ], + [ + "▁ship", + "s" + ], + [ + "▁sh", + "ips" + ], + [ + "▁s", + "hips" + ], + [ + "▁", + "ships" + ], + [ + "▁Rep", + "ort" + ], + [ + "▁Re", + "port" + ], + [ + "▁", + "Report" + ], + [ + "{", + "[" + ], + [ + "E", + "ffect" + ], + [ + "ier", + "i" + ], + [ + "ie", + "ri" + ], + [ + "i", + "eri" + ], + [ + "▁partie", + "s" + ], + [ + "▁parti", + "es" + ], + [ + "▁part", + "ies" + ], + [ + "▁par", + "ties" + ], + [ + "pl", + "a" + ], + [ + "p", + "la" + ], + [ + "r", + "w" + ], + [ + "▁Work", + "s" + ], + [ + "▁Wor", + "ks" + ], + [ + "▁ir", + "on" + ], + [ + "▁i", + "ron" + ], + [ + "▁attra", + "ct" + ], + [ + "▁attr", + "act" + ], + [ + "▁att", + "ract" + ], + [ + "▁cor", + "t" + ], + [ + "▁co", + "rt" + ], + [ + "▁c", + "ort" + ], + [ + "n", + "á" + ], + [ + "▁Ste", + "ve" + ], + [ + "▁ben", + "e" + ], + [ + "▁be", + "ne" + ], + [ + "▁b", + "ene" + ], + [ + "то", + "н" + ], + [ + "т", + "он" + ], + [ + "ícul", + "a" + ], + [ + "Tw", + "o" + ], + [ + "T", + "wo" + ], + [ + "▁гла", + "в" + ], + [ + "▁г", + "лав" + ], + [ + "▁V", + "ideo" + ], + [ + "▁", + "Video" + ], + [ + "▁power", + "ful" + ], + [ + "auc", + "h" + ], + [ + "au", + "ch" + ], + [ + "a", + "uch" + ], + [ + "man", + "de" + ], + [ + "ma", + "nde" + ], + [ + "m", + "ande" + ], + [ + "ächs", + "t" + ], + [ + "äch", + "st" + ], + [ + "La", + "t" + ], + [ + "L", + "at" + ], + [ + "▁zn", + "a" + ], + [ + "▁z", + "na" + ], + [ + "▁", + "zna" + ], + [ + "▁figure", + "s" + ], + [ + "▁figur", + "es" + ], + [ + "▁fig", + "ures" + ], + [ + "▁ali", + "as" + ], + [ + "▁al", + "ias" + ], + [ + "▁a", + "lias" + ], + [ + "▁", + "alias" + ], + [ + "ne", + "x" + ], + [ + "n", + "ex" + ], + [ + "▁categorie", + "s" + ], + [ + "▁categor", + "ies" + ], + [ + "▁categ", + "ories" + ], + [ + "▁c", + "ategories" + ], + [ + "▁", + "categories" + ], + [ + "call", + "ed" + ], + [ + "cal", + "led" + ], + [ + "c", + "alled" + ], + [ + "▁Sim", + "ilar" + ], + [ + "▁girl", + "s" + ], + [ + "▁gir", + "ls" + ], + [ + "▁g", + "irls" + ], + [ + "pe", + "z" + ], + [ + "p", + "ez" + ], + [ + "▁join", + "t" + ], + [ + "▁jo", + "int" + ], + [ + "▁j", + "oint" + ], + [ + "▁", + "joint" + ], + [ + "ро", + "го" + ], + [ + "р", + "ого" + ], + [ + "ike", + "n" + ], + [ + "ik", + "en" + ], + [ + "i", + "ken" + ], + [ + "чин", + "а" + ], + [ + "чи", + "на" + ], + [ + "anci", + "a" + ], + [ + "anc", + "ia" + ], + [ + "an", + "cia" + ], + [ + "▁ti", + "jd" + ], + [ + "▁t", + "ijd" + ], + [ + "▁Ros", + "e" + ], + [ + "▁Ro", + "se" + ], + [ + "▁R", + "ose" + ], + [ + "▁algorithm", + "s" + ], + [ + "▁alg", + "orithms" + ], + [ + "▁print", + "ing" + ], + [ + "▁prin", + "ting" + ], + [ + "ne", + "a" + ], + [ + "n", + "ea" + ], + [ + "▁execut", + "ing" + ], + [ + "▁exec", + "uting" + ], + [ + "▁l", + "ambda" + ], + [ + "▁", + "lambda" + ], + [ + "▁region", + "al" + ], + [ + "▁reg", + "ional" + ], + [ + "▁Cop", + "a" + ], + [ + "▁Co", + "pa" + ], + [ + "F", + "oo" + ], + [ + "phy", + "s" + ], + [ + "ph", + "ys" + ], + [ + "z", + "m" + ], + [ + "▁Lau", + "r" + ], + [ + "▁La", + "ur" + ], + [ + "▁L", + "aur" + ], + [ + "▁candid", + "ate" + ], + [ + "▁J", + "a" + ], + [ + "zy", + "m" + ], + [ + "z", + "ym" + ], + [ + "Ex", + "ample" + ], + [ + "▁sp", + "iel" + ], + [ + "▁s", + "piel" + ], + [ + "▁", + "spiel" + ], + [ + "▁де", + "й" + ], + [ + "▁д", + "ей" + ], + [ + "▁", + "дей" + ], + [ + "nehm", + "en" + ], + [ + "neh", + "men" + ], + [ + "ne", + "hmen" + ], + [ + "keit", + "en" + ], + [ + "ke", + "iten" + ], + [ + "▁с", + "ент" + ], + [ + "inte", + "nt" + ], + [ + "int", + "ent" + ], + [ + ".", + "(" + ], + [ + "▁пер", + "вы" + ], + [ + "pro", + "m" + ], + [ + "pr", + "om" + ], + [ + "p", + "rom" + ], + [ + "▁na", + "t" + ], + [ + "▁n", + "at" + ], + [ + "▁", + "nat" + ], + [ + "▁imag", + "ine" + ], + [ + "▁im", + "agine" + ], + [ + "call", + "back" + ], + [ + "component", + "s" + ], + [ + "com", + "ponents" + ], + [ + "with", + "out" + ], + [ + "▁aqu", + "est" + ], + [ + "▁a", + "quest" + ], + [ + "Supp", + "ort" + ], + [ + "Su", + "pport" + ], + [ + "▁respons", + "ible" + ], + [ + "▁je", + "go" + ], + [ + "▁j", + "ego" + ], + [ + "l", + "j" + ], + [ + "wi", + "ll" + ], + [ + "w", + "ill" + ], + [ + "lea", + "n" + ], + [ + "le", + "an" + ], + [ + "ela", + "nd" + ], + [ + "el", + "and" + ], + [ + "e", + "land" + ], + [ + "olog", + "ía" + ], + [ + "m", + "c" + ], + [ + "Pro", + "xy" + ], + [ + "▁oc", + "up" + ], + [ + "▁o", + "cup" + ], + [ + "▁на", + "ходи" + ], + [ + "▁ru", + "b" + ], + [ + "▁r", + "ub" + ], + [ + "ні", + "в" + ], + [ + "н", + "ів" + ], + [ + "▁Fal", + "l" + ], + [ + "▁Fa", + "ll" + ], + [ + "▁F", + "all" + ], + [ + "amo", + "s" + ], + [ + "am", + "os" + ], + [ + "a", + "mos" + ], + [ + "▁E", + "p" + ], + [ + "entr", + "e" + ], + [ + "ent", + "re" + ], + [ + "en", + "tre" + ], + [ + "fa", + "il" + ], + [ + "f", + "ail" + ], + [ + "W", + "orld" + ], + [ + "▁Edit", + "or" + ], + [ + "▁Ed", + "itor" + ], + [ + "▁", + "Editor" + ], + [ + "▁exp", + "os" + ], + [ + "▁ex", + "pos" + ], + [ + "▁find", + "s" + ], + [ + "▁fin", + "ds" + ], + [ + "▁f", + "inds" + ], + [ + "▁Cult", + "ure" + ], + [ + "▁C", + "ulture" + ], + [ + "▁", + "Culture" + ], + [ + "LE", + "ASE" + ], + [ + "▁mov", + "ie" + ], + [ + "▁mo", + "vie" + ], + [ + "▁m", + "ovie" + ], + [ + "▁", + "movie" + ], + [ + "<", + "=" + ], + [ + "omet", + "ric" + ], + [ + "o", + "metric" + ], + [ + "elin", + "g" + ], + [ + "eli", + "ng" + ], + [ + "el", + "ing" + ], + [ + "e", + "ling" + ], + [ + "numer", + "able" + ], + [ + "our", + "d" + ], + [ + "ou", + "rd" + ], + [ + "o", + "urd" + ], + [ + "▁Se", + "a" + ], + [ + "▁S", + "ea" + ], + [ + "▁bil", + "d" + ], + [ + "▁bi", + "ld" + ], + [ + "▁b", + "ild" + ], + [ + "▁", + "bild" + ], + [ + "▁ост", + "а" + ], + [ + "▁ос", + "та" + ], + [ + "▁о", + "ста" + ], + [ + "bl", + "o" + ], + [ + "b", + "lo" + ], + [ + "▁los", + "e" + ], + [ + "▁lo", + "se" + ], + [ + "▁l", + "ose" + ], + [ + "▁", + "lose" + ], + [ + "ateur", + "s" + ], + [ + "ate", + "urs" + ], + [ + "at", + "eurs" + ], + [ + "oure", + "d" + ], + [ + "our", + "ed" + ], + [ + "ou", + "red" + ], + [ + "o", + "ured" + ], + [ + "▁Bat", + "t" + ], + [ + "▁Ba", + "tt" + ], + [ + "▁B", + "att" + ], + [ + "();", + "\r" + ], + [ + "()", + ";\r" + ], + [ + "(", + ");\r" + ], + [ + "▁po", + "z" + ], + [ + "▁p", + "oz" + ], + [ + "post", + "s" + ], + [ + "pos", + "ts" + ], + [ + "pen", + "d" + ], + [ + "pe", + "nd" + ], + [ + "p", + "end" + ], + [ + "cert", + "ain" + ], + [ + "cer", + "tain" + ], + [ + "c", + "ertain" + ], + [ + "ник", + "ом" + ], + [ + "ни", + "ком" + ], + [ + "J", + "ust" + ], + [ + "web", + "kit" + ], + [ + "dem", + "ás" + ], + [ + "~~", + "~~" + ], + [ + "▁indicate", + "s" + ], + [ + "▁indic", + "ates" + ], + [ + "▁par", + "k" + ], + [ + "▁p", + "ark" + ], + [ + "▁", + "park" + ], + [ + "ri", + "que" + ], + [ + "r", + "ique" + ], + [ + "vo", + "d" + ], + [ + "v", + "od" + ], + [ + "▁Cham", + "p" + ], + [ + "▁Cha", + "mp" + ], + [ + "▁Ch", + "amp" + ], + [ + "ft", + "ware" + ], + [ + "OP", + "T" + ], + [ + "O", + "PT" + ], + [ + "dj", + "ango" + ], + [ + "d", + "jango" + ], + [ + "re", + "lease" + ], + [ + "▁", + "È" + ], + [ + "S", + "R" + ], + [ + "▁polit", + "ician" + ], + [ + "▁ro", + "i" + ], + [ + "▁r", + "oi" + ], + [ + "ature", + "n" + ], + [ + "atur", + "en" + ], + [ + "atu", + "ren" + ], + [ + "at", + "uren" + ], + [ + "▁Deutsch", + "e" + ], + [ + "tag", + "on" + ], + [ + "ta", + "gon" + ], + [ + "t", + "agon" + ], + [ + "▁Mo", + "v" + ], + [ + "▁M", + "ov" + ], + [ + "obi", + "erno" + ], + [ + "ob", + "ierno" + ], + [ + "▁da", + "ß" + ], + [ + "uth", + "er" + ], + [ + "ut", + "her" + ], + [ + "u", + "ther" + ], + [ + "ind", + "i" + ], + [ + "in", + "di" + ], + [ + "▁Wikiped", + "ia" + ], + [ + "▁Wikip", + "edia" + ], + [ + "▁Wik", + "ipedia" + ], + [ + "▁ano", + "s" + ], + [ + "▁an", + "os" + ], + [ + "▁a", + "nos" + ], + [ + "▁", + "anos" + ], + [ + "▁observ", + "e" + ], + [ + "▁obser", + "ve" + ], + [ + "▁obs", + "erve" + ], + [ + "▁ob", + "serve" + ], + [ + "ell", + "y" + ], + [ + "el", + "ly" + ], + [ + "▁rail", + "way" + ], + [ + "ato", + "n" + ], + [ + "at", + "on" + ], + [ + "a", + "ton" + ], + [ + "▁en", + "um" + ], + [ + "▁e", + "num" + ], + [ + "▁", + "enum" + ], + [ + "hu", + "s" + ], + [ + "h", + "us" + ], + [ + "▁in", + "hab" + ], + [ + "P", + "si" + ], + [ + "oir", + "e" + ], + [ + "oi", + "re" + ], + [ + "o", + "ire" + ], + [ + "▁Х", + "о" + ], + [ + "▁Sp", + "ace" + ], + [ + "▁S", + "pace" + ], + [ + "▁", + "Space" + ], + [ + "▁Ар", + "хи" + ], + [ + "▁ante", + "rior" + ], + [ + "▁an", + "terior" + ], + [ + "▁", + "Ł" + ], + [ + "ison", + "s" + ], + [ + "iso", + "ns" + ], + [ + "is", + "ons" + ], + [ + "I", + "l" + ], + [ + "▁am", + "éric" + ], + [ + "lap", + "s" + ], + [ + "la", + "ps" + ], + [ + "l", + "aps" + ], + [ + "▁BB", + "C" + ], + [ + "▁B", + "BC" + ], + [ + "QUE", + "ST" + ], + [ + "Const", + "ra" + ], + [ + "Cons", + "tra" + ], + [ + "Con", + "stra" + ], + [ + "mon", + "t" + ], + [ + "mo", + "nt" + ], + [ + "m", + "ont" + ], + [ + "ä", + "ft" + ], + [ + "▁ä", + "ven" + ], + [ + "uber", + "n" + ], + [ + "ube", + "rn" + ], + [ + "ub", + "ern" + ], + [ + "u", + "bern" + ], + [ + "<", + "!--" + ], + [ + "▁cod", + "ing" + ], + [ + "▁co", + "ding" + ], + [ + "▁c", + "oding" + ], + [ + "the", + "ory" + ], + [ + "ath", + "ed" + ], + [ + "at", + "hed" + ], + [ + "▁Ar", + "be" + ], + [ + "▁ш", + "и" + ], + [ + "▁", + "ши" + ], + [ + "for", + "Each" + ], + [ + "omorph", + "ism" + ], + [ + "om", + "orphism" + ], + [ + "detail", + "s" + ], + [ + "det", + "ails" + ], + [ + "ach", + "sen" + ], + [ + "inte", + "gr" + ], + [ + "int", + "egr" + ], + [ + "in", + "tegr" + ], + [ + "V", + "or" + ], + [ + "Un", + "known" + ], + [ + "ace", + "ae" + ], + [ + "a", + "ceae" + ], + [ + "inu", + "e" + ], + [ + "in", + "ue" + ], + [ + "eso", + "me" + ], + [ + "es", + "ome" + ], + [ + "e", + "some" + ], + [ + "▁F", + "ir" + ], + [ + "cha", + "in" + ], + [ + "ch", + "ain" + ], + [ + "▁extreme", + "ly" + ], + [ + "▁extrem", + "ely" + ], + [ + "multi", + "col" + ], + [ + "mult", + "icol" + ], + [ + "▁Sw", + "ift" + ], + [ + "▁address", + "es" + ], + [ + "▁addr", + "esses" + ], + [ + "hs", + "pace" + ], + [ + "h", + "space" + ], + [ + "▁Rog", + "er" + ], + [ + "▁Ro", + "ger" + ], + [ + "▁dess", + "en" + ], + [ + "▁des", + "sen" + ], + [ + "▁d", + "essen" + ], + [ + "▁conse", + "qu" + ], + [ + "▁cons", + "equ" + ], + [ + "▁con", + "sequ" + ], + [ + "ual", + "mente" + ], + [ + "▁Prem", + "ier" + ], + [ + "▁Pre", + "mier" + ], + [ + "▁Rec", + "ord" + ], + [ + "▁Re", + "cord" + ], + [ + "▁", + "Record" + ], + [ + "▁Bro", + "n" + ], + [ + "▁Br", + "on" + ], + [ + "▁B", + "ron" + ], + [ + "ki", + "r" + ], + [ + "k", + "ir" + ], + [ + "se", + "x" + ], + [ + "s", + "ex" + ], + [ + "inter", + "n" + ], + [ + "inte", + "rn" + ], + [ + "int", + "ern" + ], + [ + "in", + "tern" + ], + [ + "▁benef", + "it" + ], + [ + "▁bene", + "fit" + ], + [ + "ume", + "n" + ], + [ + "um", + "en" + ], + [ + "u", + "men" + ], + [ + "▁becom", + "ing" + ], + [ + "▁bec", + "oming" + ], + [ + "▁be", + "coming" + ], + [ + "▁li", + "g" + ], + [ + "▁l", + "ig" + ], + [ + "▁", + "lig" + ], + [ + "▁popul", + "a" + ], + [ + "▁pop", + "ula" + ], + [ + "os", + "c" + ], + [ + "o", + "sc" + ], + [ + "▁ci", + "v" + ], + [ + "▁c", + "iv" + ], + [ + "▁great", + "est" + ], + [ + "▁proc", + "es" + ], + [ + "▁pro", + "ces" + ], + [ + "]", + "*" + ], + [ + "▁мест", + "о" + ], + [ + "▁ме", + "сто" + ], + [ + "▁'", + "$" + ], + [ + "▁", + "'$" + ], + [ + "hel", + "l" + ], + [ + "he", + "ll" + ], + [ + "h", + "ell" + ], + [ + "(\"", + "\\" + ], + [ + "(", + "\"\\" + ], + [ + "▁nin", + "e" + ], + [ + "▁ni", + "ne" + ], + [ + "▁n", + "ine" + ], + [ + "▁Fa", + "c" + ], + [ + "▁F", + "ac" + ], + [ + "ulp", + "t" + ], + [ + "ul", + "pt" + ], + [ + "jou", + "rs" + ], + [ + "jo", + "urs" + ], + [ + "j", + "ours" + ], + [ + "▁Cop", + "y" + ], + [ + "▁Co", + "py" + ], + [ + "▁C", + "opy" + ], + [ + "▁", + "Copy" + ], + [ + "▁activ", + "ities" + ], + [ + "▁Demo", + "cr" + ], + [ + "▁Dem", + "ocr" + ], + [ + "E", + "s" + ], + [ + "Su", + "ccess" + ], + [ + "▁Est", + "a" + ], + [ + "▁Es", + "ta" + ], + [ + "▁E", + "sta" + ], + [ + "itu", + "l" + ], + [ + "it", + "ul" + ], + [ + "ist", + "i" + ], + [ + "is", + "ti" + ], + [ + "▁Be", + "d" + ], + [ + "▁B", + "ed" + ], + [ + "ja", + "s" + ], + [ + "j", + "as" + ], + [ + "▁те", + "м" + ], + [ + "▁т", + "ем" + ], + [ + "▁", + "тем" + ], + [ + "▁Hun", + "g" + ], + [ + "▁Hu", + "ng" + ], + [ + "▁H", + "ung" + ], + [ + "G", + "ame" + ], + [ + "▁he", + "av" + ], + [ + "onn", + "ées" + ], + [ + "▁branch", + "es" + ], + [ + "▁bran", + "ches" + ], + [ + "bor", + "g" + ], + [ + "bo", + "rg" + ], + [ + "b", + "org" + ], + [ + "▁v", + "l" + ], + [ + "▁", + "vl" + ], + [ + "▁slow", + "ly" + ], + [ + "F", + "a" + ], + [ + "Go", + "ogle" + ], + [ + "em", + "i" + ], + [ + "e", + "mi" + ], + [ + "▁circumst", + "ances" + ], + [ + "▁'", + "%" + ], + [ + "▁Un", + "d" + ], + [ + "▁U", + "nd" + ], + [ + "▁", + "Und" + ], + [ + "▁Victor", + "ia" + ], + [ + "▁Vict", + "oria" + ], + [ + "▁Ty", + "p" + ], + [ + "▁T", + "yp" + ], + [ + "▁", + "Typ" + ], + [ + "rupt", + "ed" + ], + [ + "rup", + "ted" + ], + [ + "▁rel", + "ativ" + ], + [ + "▁sl", + "o" + ], + [ + "▁s", + "lo" + ], + [ + "▁pad", + "re" + ], + [ + "▁p", + "adre" + ], + [ + "▁dai", + "ly" + ], + [ + "▁da", + "ily" + ], + [ + "▁d", + "aily" + ], + [ + "▁ort", + "h" + ], + [ + "▁or", + "th" + ], + [ + "▁", + "orth" + ], + [ + "чни", + "й" + ], + [ + "ч", + "ний" + ], + [ + "▁fran", + "zös" + ], + [ + "▁te", + "il" + ], + [ + "▁t", + "eil" + ], + [ + "▁", + "teil" + ], + [ + "▁Sec", + "urity" + ], + [ + "▁Se", + "curity" + ], + [ + "▁", + "Security" + ], + [ + "ordo", + "n" + ], + [ + "ord", + "on" + ], + [ + "or", + "don" + ], + [ + "▁swe", + "et" + ], + [ + "▁s", + "weet" + ], + [ + "SI", + "ZE" + ], + [ + "▁Ce", + "l" + ], + [ + "▁C", + "el" + ], + [ + "èt", + "res" + ], + [ + "è", + "tres" + ], + [ + "omm", + "es" + ], + [ + "om", + "mes" + ], + [ + "▁с", + "і" + ], + [ + "▁", + "сі" + ], + [ + "▁effort", + "s" + ], + [ + "ą", + "z" + ], + [ + "▁oh", + "ne" + ], + [ + "▁South", + "ern" + ], + [ + "▁Sou", + "thern" + ], + [ + "▁approximate", + "ly" + ], + [ + "▁approxim", + "ately" + ], + [ + "це", + "н" + ], + [ + "ц", + "ен" + ], + [ + "('", + "#" + ], + [ + "▁sav", + "ing" + ], + [ + "▁sa", + "ving" + ], + [ + "▁s", + "aving" + ], + [ + "nb", + "sp" + ], + [ + "▁transl", + "ate" + ], + [ + "▁trans", + "late" + ], + [ + "▁", + "translate" + ], + [ + "▁Î", + "n" + ], + [ + "mem", + "ber" + ], + [ + "m", + "ember" + ], + [ + "▁law", + "s" + ], + [ + "▁la", + "ws" + ], + [ + "▁l", + "aws" + ], + [ + "▁же", + "н" + ], + [ + "▁ж", + "ен" + ], + [ + "▁", + "жен" + ], + [ + "▁си", + "сте" + ], + [ + "t", + "c" + ], + [ + ">", + "\\" + ], + [ + "elt", + "e" + ], + [ + "el", + "te" + ], + [ + "▁e", + "hem" + ], + [ + "▁contra", + "d" + ], + [ + "▁contr", + "ad" + ], + [ + "▁cont", + "rad" + ], + [ + "▁con", + "trad" + ], + [ + "▁ру", + "с" + ], + [ + "▁р", + "ус" + ], + [ + "▁", + "рус" + ], + [ + "ь", + "я" + ], + [ + "▁M", + "iddle" + ], + [ + "▁", + "Middle" + ], + [ + "qui", + "p" + ], + [ + "qu", + "ip" + ], + [ + "▁che", + "z" + ], + [ + "▁ch", + "ez" + ], + [ + "▁c", + "hez" + ], + [ + "▁", + "chez" + ], + [ + "Field", + "s" + ], + [ + "▁perm", + "it" + ], + [ + "▁per", + "mit" + ], + [ + "ike", + "l" + ], + [ + "ik", + "el" + ], + [ + "i", + "kel" + ], + [ + "▁w", + "ir" + ], + [ + "▁tri", + "al" + ], + [ + "▁tr", + "ial" + ], + [ + "▁t", + "rial" + ], + [ + "▁versch", + "ied" + ], + [ + "▁ver", + "schied" + ], + [ + "▁фе", + "в" + ], + [ + "▁ф", + "ев" + ], + [ + "▁mal", + "e" + ], + [ + "▁ma", + "le" + ], + [ + "▁m", + "ale" + ], + [ + "▁", + "male" + ], + [ + "▁я", + "зы" + ], + [ + "▁ny", + "el" + ], + [ + "akte", + "r" + ], + [ + "akt", + "er" + ], + [ + "ak", + "ter" + ], + [ + "a", + "kter" + ], + [ + "▁den", + "omin" + ], + [ + "cept", + "or" + ], + [ + "cep", + "tor" + ], + [ + "▁Wa", + "t" + ], + [ + "▁W", + "at" + ], + [ + "▁fin", + "o" + ], + [ + "▁fi", + "no" + ], + [ + "▁f", + "ino" + ], + [ + "▁XVII", + "I" + ], + [ + "▁XVI", + "II" + ], + [ + "▁XV", + "III" + ], + [ + "rypt", + "ion" + ], + [ + "ry", + "ption" + ], + [ + "des", + "c" + ], + [ + "de", + "sc" + ], + [ + "d", + "esc" + ], + [ + "ap", + "a" + ], + [ + "a", + "pa" + ], + [ + "лен", + "а" + ], + [ + "ле", + "на" + ], + [ + "л", + "ена" + ], + [ + "▁ko", + "l" + ], + [ + "▁k", + "ol" + ], + [ + "▁", + "kol" + ], + [ + "▁", + "Є" + ], + [ + "▁depend", + "ent" + ], + [ + "▁dep", + "endent" + ], + [ + "▁", + "dependent" + ], + [ + "▁Cr", + "a" + ], + [ + "▁C", + "ra" + ], + [ + "▁stor", + "m" + ], + [ + "▁sto", + "rm" + ], + [ + "▁st", + "orm" + ], + [ + "▁Ге", + "р" + ], + [ + "▁Г", + "ер" + ], + [ + "▁pip", + "e" + ], + [ + "▁pi", + "pe" + ], + [ + "▁p", + "ipe" + ], + [ + "▁", + "pipe" + ], + [ + "▁attend", + "ed" + ], + [ + "▁att", + "ended" + ], + [ + "▁vit", + "a" + ], + [ + "▁vi", + "ta" + ], + [ + "▁v", + "ita" + ], + [ + "uz", + "ione" + ], + [ + "u", + "zione" + ], + [ + "cza", + "s" + ], + [ + "cz", + "as" + ], + [ + "c", + "zas" + ], + [ + "ond", + "a" + ], + [ + "on", + "da" + ], + [ + "▁bol", + "d" + ], + [ + "▁bo", + "ld" + ], + [ + "▁b", + "old" + ], + [ + "▁", + "bold" + ], + [ + "Column", + "s" + ], + [ + "ici", + "ó" + ], + [ + "ic", + "ió" + ], + [ + "i", + "ció" + ], + [ + "▁cz", + "ę" + ], + [ + "▁c", + "zę" + ], + [ + "▁из", + "вест" + ], + [ + "▁Clo", + "ud" + ], + [ + "▁Cl", + "oud" + ], + [ + "▁", + "Cloud" + ], + [ + "▁war", + "m" + ], + [ + "▁wa", + "rm" + ], + [ + "▁w", + "arm" + ], + [ + "▁с", + "ы" + ], + [ + "▁", + "сы" + ], + [ + "▁ст", + "е" + ], + [ + "▁с", + "те" + ], + [ + "▁", + "сте" + ], + [ + "▁produce", + "r" + ], + [ + "▁produ", + "cer" + ], + [ + "▁Lud", + "wig" + ], + [ + "▁North", + "ern" + ], + [ + "▁Nor", + "thern" + ], + [ + "ł", + "ą" + ], + [ + "NS", + "String" + ], + [ + "▁Ha", + "d" + ], + [ + "▁H", + "ad" + ], + [ + "▁И", + "ван" + ], + [ + "▁E", + "g" + ], + [ + "▁Im", + "p" + ], + [ + "▁I", + "mp" + ], + [ + "▁", + "Imp" + ], + [ + "ш", + "і" + ], + [ + "▁Au", + "ch" + ], + [ + "▁A", + "uch" + ], + [ + "то", + "к" + ], + [ + "т", + "ок" + ], + [ + "▁Hi", + "t" + ], + [ + "▁H", + "it" + ], + [ + "▁qui", + "en" + ], + [ + "▁qu", + "ien" + ], + [ + "▁depart", + "ment" + ], + [ + "▁de", + "partment" + ], + [ + "▁erh", + "ielt" + ], + [ + "▁u", + "i" + ], + [ + "▁", + "ui" + ], + [ + "▁Sp", + "r" + ], + [ + "▁S", + "pr" + ], + [ + "се", + "р" + ], + [ + "с", + "ер" + ], + [ + "our", + "t" + ], + [ + "ou", + "rt" + ], + [ + "o", + "urt" + ], + [ + "▁Steph", + "en" + ], + [ + "▁Step", + "hen" + ], + [ + "▁Ste", + "phen" + ], + [ + "te", + "am" + ], + [ + "▁z", + "ip" + ], + [ + "▁", + "zip" + ], + [ + "▁Ban", + "g" + ], + [ + "▁Ba", + "ng" + ], + [ + "▁B", + "ang" + ], + [ + "▁grow", + "th" + ], + [ + "▁ja", + "m" + ], + [ + "▁j", + "am" + ], + [ + "▁Ka", + "is" + ], + [ + "▁K", + "ais" + ], + [ + "b", + "matrix" + ], + [ + "▁As", + "ia" + ], + [ + "▁rég", + "ion" + ], + [ + "=", + "/" + ], + [ + "▁Pac", + "ific" + ], + [ + "▁author", + "ity" + ], + [ + "▁#", + "[" + ], + [ + "там", + "и" + ], + [ + "та", + "ми" + ], + [ + "▁every", + "one" + ], + [ + "▁atte", + "nd" + ], + [ + "▁att", + "end" + ], + [ + "▁", + "attend" + ], + [ + "▁tim", + "estamp" + ], + [ + "▁", + "timestamp" + ], + [ + "▁tri", + "es" + ], + [ + "▁tr", + "ies" + ], + [ + "▁t", + "ries" + ], + [ + "▁f", + "f" + ], + [ + "▁", + "ff" + ], + [ + "ше", + "й" + ], + [ + "ш", + "ей" + ], + [ + "▁develop", + "ing" + ], + [ + "ol", + "t" + ], + [ + "o", + "lt" + ], + [ + "up", + "s" + ], + [ + "u", + "ps" + ], + [ + "▁moment", + "o" + ], + [ + "▁mom", + "ento" + ], + [ + "▁Sa", + "in" + ], + [ + "▁S", + "ain" + ], + [ + "Te", + "rm" + ], + [ + "T", + "erm" + ], + [ + "▁cell", + "e" + ], + [ + "▁cel", + "le" + ], + [ + "▁ce", + "lle" + ], + [ + "▁c", + "elle" + ], + [ + "G", + "R" + ], + [ + "Mo", + "use" + ], + [ + "M", + "ouse" + ], + [ + "▁челове", + "к" + ], + [ + "▁челов", + "ек" + ], + [ + "▁Collect", + "ion" + ], + [ + "▁Coll", + "ection" + ], + [ + "▁Col", + "lection" + ], + [ + "▁", + "Collection" + ], + [ + "ât", + "re" + ], + [ + "â", + "tre" + ], + [ + "▁Writ", + "e" + ], + [ + "▁W", + "rite" + ], + [ + "▁", + "Write" + ], + [ + "▁Po", + "m" + ], + [ + "▁P", + "om" + ], + [ + "[", + "-" + ], + [ + "Ca", + "m" + ], + [ + "C", + "am" + ], + [ + "▁location", + "s" + ], + [ + "▁loc", + "ations" + ], + [ + "▁J", + "son" + ], + [ + "▁", + "Json" + ], + [ + "elle", + "d" + ], + [ + "ell", + "ed" + ], + [ + "el", + "led" + ], + [ + "select", + "or" + ], + [ + "sel", + "ector" + ], + [ + "re", + "peat" + ], + [ + "ctor", + "s" + ], + [ + "ct", + "ors" + ], + [ + "ott", + "e" + ], + [ + "ot", + "te" + ], + [ + "o", + "tte" + ], + [ + "ви", + "зи" + ], + [ + "änd", + "e" + ], + [ + "än", + "de" + ], + [ + "ä", + "nde" + ], + [ + "▁achieve", + "d" + ], + [ + "▁achiev", + "ed" + ], + [ + "▁ach", + "ieved" + ], + [ + "▁main", + "ly" + ], + [ + "____", + "____" + ], + [ + "!", + ")" + ], + [ + "▁явля", + "ется" + ], + [ + "▁cit", + "ies" + ], + [ + "▁ci", + "ties" + ], + [ + "▁c", + "ities" + ], + [ + "sing", + "le" + ], + [ + "sin", + "gle" + ], + [ + "г", + "ре" + ], + [ + "▁Pa", + "k" + ], + [ + "▁P", + "ak" + ], + [ + "▁allow", + "ing" + ], + [ + "▁allo", + "wing" + ], + [ + "fer", + "red" + ], + [ + "▁а", + "пре" + ], + [ + "ход", + "я" + ], + [ + "хо", + "дя" + ], + [ + "▁browser", + "s" + ], + [ + "▁brow", + "sers" + ], + [ + "▁escri", + "t" + ], + [ + "▁esc", + "rit" + ], + [ + "▁es", + "crit" + ], + [ + "▁mount", + "ain" + ], + [ + "▁network", + "s" + ], + [ + "▁net", + "works" + ], + [ + "kin", + "d" + ], + [ + "ki", + "nd" + ], + [ + "k", + "ind" + ], + [ + "live", + "r" + ], + [ + "liv", + "er" + ], + [ + "li", + "ver" + ], + [ + "l", + "iver" + ], + [ + "▁clos", + "ing" + ], + [ + "▁clo", + "sing" + ], + [ + "▁cl", + "osing" + ], + [ + "▁ski", + "p" + ], + [ + "▁sk", + "ip" + ], + [ + "▁", + "skip" + ], + [ + "ú", + "t" + ], + [ + "▁dur", + "ation" + ], + [ + "▁d", + "uration" + ], + [ + "▁", + "duration" + ], + [ + "éta", + "it" + ], + [ + "ét", + "ait" + ], + [ + "é", + "tait" + ], + [ + "▁sc", + "r" + ], + [ + "▁s", + "cr" + ], + [ + "▁", + "scr" + ], + [ + "B", + "B" + ], + [ + "ór", + "ia" + ], + [ + "ó", + "ria" + ], + [ + "▁Kult", + "ur" + ], + [ + "▁K", + "ultur" + ], + [ + "▁output", + "s" + ], + [ + "multicol", + "umn" + ], + [ + "multi", + "column" + ], + [ + "▁belong", + "s" + ], + [ + "▁bel", + "ongs" + ], + [ + "fe", + "ature" + ], + [ + "uck", + "y" + ], + [ + "uc", + "ky" + ], + [ + "▁jul", + "i" + ], + [ + "▁ju", + "li" + ], + [ + "▁j", + "uli" + ], + [ + "▁район", + "а" + ], + [ + "▁райо", + "на" + ], + [ + "▁рай", + "она" + ], + [ + "з", + "во" + ], + [ + "factor", + "y" + ], + [ + "fact", + "ory" + ], + [ + "f", + "actory" + ], + [ + "Fun", + "c" + ], + [ + "F", + "unc" + ], + [ + "▁ut", + "ter" + ], + [ + "▁", + "utter" + ], + [ + "▁TO", + "DO" + ], + [ + "▁ob", + "t" + ], + [ + "▁o", + "bt" + ], + [ + "ategor", + "ies" + ], + [ + "ateg", + "ories" + ], + [ + "▁combin", + "e" + ], + [ + "▁comb", + "ine" + ], + [ + "▁com", + "bine" + ], + [ + "▁Wal", + "l" + ], + [ + "▁Wa", + "ll" + ], + [ + "▁W", + "all" + ], + [ + "▁under", + "lying" + ], + [ + "aron", + "o" + ], + [ + "aro", + "no" + ], + [ + "ar", + "ono" + ], + [ + "▁Pro", + "te" + ], + [ + "▁Pr", + "ote" + ], + [ + "▁P", + "rote" + ], + [ + "c", + "ów" + ], + [ + "sta", + "n" + ], + [ + "st", + "an" + ], + [ + "s", + "tan" + ], + [ + "▁Ge", + "w" + ], + [ + "▁G", + "ew" + ], + [ + "▁optim", + "al" + ], + [ + "▁opt", + "imal" + ], + [ + "▁Archiv", + "link" + ], + [ + "▁S", + "cript" + ], + [ + "▁", + "Script" + ], + [ + "▁destroy", + "ed" + ], + [ + "х", + "е" + ], + [ + "▁Fire", + "fox" + ], + [ + "▁sol", + "e" + ], + [ + "▁so", + "le" + ], + [ + "▁s", + "ole" + ], + [ + "▁", + "sole" + ], + [ + "La", + "yer" + ], + [ + "L", + "ayer" + ], + [ + "т", + "ку" + ], + [ + "▁store", + "s" + ], + [ + "▁stor", + "es" + ], + [ + "▁sto", + "res" + ], + [ + "▁st", + "ores" + ], + [ + "▁display", + "s" + ], + [ + "▁dis", + "plays" + ], + [ + "ishi", + "ng" + ], + [ + "ish", + "ing" + ], + [ + "is", + "hing" + ], + [ + "▁ос", + "т" + ], + [ + "▁о", + "ст" + ], + [ + "▁inst", + "ant" + ], + [ + "▁el", + "ő" + ], + [ + "▁habit", + "antes" + ], + [ + "▁Ein", + "wo" + ], + [ + "▁al", + "i" + ], + [ + "▁a", + "li" + ], + [ + "▁", + "ali" + ], + [ + "▁ERR", + "OR" + ], + [ + "▁ER", + "ROR" + ], + [ + "▁", + "ERROR" + ], + [ + "▁ah", + "ead" + ], + [ + "▁a", + "head" + ], + [ + "▁goal", + "s" + ], + [ + "▁go", + "als" + ], + [ + "▁má", + "r" + ], + [ + "▁m", + "ár" + ], + [ + "▁s", + "ą" + ], + [ + "▁mar", + "t" + ], + [ + "▁ma", + "rt" + ], + [ + "▁m", + "art" + ], + [ + "▁", + "mart" + ], + [ + "мини", + "стра" + ], + [ + "F", + "r" + ], + [ + "▁Vill", + "a" + ], + [ + "▁Vil", + "la" + ], + [ + "▁Vi", + "lla" + ], + [ + "▁V", + "illa" + ], + [ + "▁Mar", + "c" + ], + [ + "▁Ma", + "rc" + ], + [ + "▁M", + "arc" + ], + [ + "rop", + "y" + ], + [ + "ro", + "py" + ], + [ + "r", + "opy" + ], + [ + "agr", + "am" + ], + [ + "ag", + "ram" + ], + [ + "a", + "gram" + ], + [ + "ha", + "pe" + ], + [ + "h", + "ape" + ], + [ + "ме", + "й" + ], + [ + "м", + "ей" + ], + [ + "▁A", + "L" + ], + [ + "▁", + "AL" + ], + [ + "▁conne", + "xes" + ], + [ + "▁Ent", + "re" + ], + [ + "▁En", + "tre" + ], + [ + "Ste", + "p" + ], + [ + "St", + "ep" + ], + [ + "лі", + "в" + ], + [ + "л", + "ів" + ], + [ + "▁De", + "ath" + ], + [ + "▁ris", + "e" + ], + [ + "▁ri", + "se" + ], + [ + "▁r", + "ise" + ], + [ + "▁fo", + "s" + ], + [ + "▁f", + "os" + ], + [ + "▁le", + "v" + ], + [ + "▁l", + "ev" + ], + [ + "▁", + "lev" + ], + [ + "ga", + "be" + ], + [ + "g", + "abe" + ], + [ + "▁bro", + "ke" + ], + [ + "▁br", + "oke" + ], + [ + "▁b", + "roke" + ], + [ + "product", + "s" + ], + [ + "▁med", + "i" + ], + [ + "▁me", + "di" + ], + [ + "▁m", + "edi" + ], + [ + "▁", + "medi" + ], + [ + "▁disp", + "on" + ], + [ + "▁dis", + "pon" + ], + [ + "Pack", + "age" + ], + [ + "P", + "ackage" + ], + [ + "Image", + "View" + ], + [ + "▁Na", + "g" + ], + [ + "▁N", + "ag" + ], + [ + "uj", + "ą" + ], + [ + "u", + "ją" + ], + [ + "W", + "ord" + ], + [ + "▁kol", + "e" + ], + [ + "▁ko", + "le" + ], + [ + "▁k", + "ole" + ], + [ + "ße", + "r" + ], + [ + "ß", + "er" + ], + [ + ")`", + "." + ], + [ + ")", + "`." + ], + [ + "▁ro", + "l" + ], + [ + "▁r", + "ol" + ], + [ + "▁", + "rol" + ], + [ + "▁", + "í" + ], + [ + "те", + "й" + ], + [ + "т", + "ей" + ], + [ + "Pro", + "gress" + ], + [ + "be", + "an" + ], + [ + "▁sem", + "pre" + ], + [ + "▁s", + "empre" + ], + [ + "State", + "ment" + ], + [ + "Stat", + "ement" + ], + [ + "UP", + "DATE" + ], + [ + "▁mond", + "iale" + ], + [ + "▁wrap", + "per" + ], + [ + "▁wra", + "pper" + ], + [ + "▁wr", + "apper" + ], + [ + "▁w", + "rapper" + ], + [ + "▁", + "wrapper" + ], + [ + "▁Char", + "t" + ], + [ + "▁Cha", + "rt" + ], + [ + "▁Ch", + "art" + ], + [ + "▁C", + "hart" + ], + [ + "▁", + "Chart" + ], + [ + "▁on", + "Click" + ], + [ + "чен", + "ня" + ], + [ + "че", + "ння" + ], + [ + "LO", + "G" + ], + [ + "some", + "thing" + ], + [ + "som", + "ething" + ], + [ + "s", + "omething" + ], + [ + "▁IN", + "SERT" + ], + [ + "▁", + "INSERT" + ], + [ + "ще", + "ния" + ], + [ + "ue", + "t" + ], + [ + "u", + "et" + ], + [ + "wer", + "p" + ], + [ + "we", + "rp" + ], + [ + "rou", + "nd" + ], + [ + "ro", + "und" + ], + [ + "r", + "ound" + ], + [ + "iche", + "n" + ], + [ + "ich", + "en" + ], + [ + "ic", + "hen" + ], + [ + "i", + "chen" + ], + [ + "▁XV", + "I" + ], + [ + "▁X", + "VI" + ], + [ + "з", + "ни" + ], + [ + "▁ave", + "va" + ], + [ + "▁Sto", + "re" + ], + [ + "▁St", + "ore" + ], + [ + "▁", + "Store" + ], + [ + "▁x", + "s" + ], + [ + "▁", + "xs" + ], + [ + "rach", + "t" + ], + [ + "rac", + "ht" + ], + [ + "ra", + "cht" + ], + [ + "r", + "acht" + ], + [ + "sc", + "ar" + ], + [ + "s", + "car" + ], + [ + "▁oper", + "a" + ], + [ + "▁op", + "era" + ], + [ + "▁", + "opera" + ], + [ + "▁degree", + "s" + ], + [ + "▁deg", + "rees" + ], + [ + "▁cit", + "iz" + ], + [ + "äs", + "ident" + ], + [ + "▁classic", + "al" + ], + [ + "▁class", + "ical" + ], + [ + "▁Jer", + "sey" + ], + [ + "▁ers", + "ch" + ], + [ + "▁er", + "sch" + ], + [ + "▁", + "ersch" + ], + [ + "▁treat", + "ment" + ], + [ + "▁насе", + "ље" + ], + [ + "н", + "ня" + ], + [ + "▁bo", + "ost" + ], + [ + "▁", + "boost" + ], + [ + "amo", + "unt" + ], + [ + "am", + "ount" + ], + [ + "a", + "mount" + ], + [ + "▁со", + "зда" + ], + [ + "érie", + "ur" + ], + [ + "éri", + "eur" + ], + [ + "ér", + "ieur" + ], + [ + "▁tell", + "ing" + ], + [ + "▁tel", + "ling" + ], + [ + "▁t", + "elling" + ], + [ + "Ha", + "s" + ], + [ + "H", + "as" + ], + [ + "▁init", + "i" + ], + [ + "▁in", + "iti" + ], + [ + "▁П", + "и" + ], + [ + "ev", + "al" + ], + [ + "e", + "val" + ], + [ + "▁Mat", + "ch" + ], + [ + "▁M", + "atch" + ], + [ + "▁", + "Match" + ], + [ + "▁corr", + "e" + ], + [ + "▁cor", + "re" + ], + [ + "Point", + "er" + ], + [ + "Po", + "inter" + ], + [ + "▁passe", + "s" + ], + [ + "▁pass", + "es" + ], + [ + "comp", + "any" + ], + [ + "▁а", + "н" + ], + [ + "▁", + "ан" + ], + [ + "ache", + "s" + ], + [ + "ach", + "es" + ], + [ + "ac", + "hes" + ], + [ + "a", + "ches" + ], + [ + "▁sig", + "lo" + ], + [ + "не", + "м" + ], + [ + "н", + "ем" + ], + [ + "▁ex", + "change" + ], + [ + "▁", + "exchange" + ], + [ + "cit", + "o" + ], + [ + "ci", + "to" + ], + [ + "c", + "ito" + ], + [ + "▁Ba", + "b" + ], + [ + "▁B", + "ab" + ], + [ + "Do", + "c" + ], + [ + "D", + "oc" + ], + [ + "ze", + "ś" + ], + [ + "▁на", + "род" + ], + [ + "▁", + "народ" + ], + [ + "▁conflic", + "t" + ], + [ + "▁confl", + "ict" + ], + [ + "▁conf", + "lict" + ], + [ + "▁nov", + "ember" + ], + [ + "ea", + "u" + ], + [ + "e", + "au" + ], + [ + "ö", + "v" + ], + [ + "▁Hu", + "b" + ], + [ + "▁H", + "ub" + ], + [ + "▁", + "Hub" + ], + [ + "▁poc", + "o" + ], + [ + "▁po", + "co" + ], + [ + "▁p", + "oco" + ], + [ + "ens", + "a" + ], + [ + "en", + "sa" + ], + [ + "sch", + "ließ" + ], + [ + "lass", + "e" + ], + [ + "las", + "se" + ], + [ + "l", + "asse" + ], + [ + "data", + "s" + ], + [ + "dat", + "as" + ], + [ + "▁ст", + "и" + ], + [ + "▁с", + "ти" + ], + [ + "▁", + "сти" + ], + [ + "uni", + "vers" + ], + [ + "un", + "ivers" + ], + [ + "ek", + "s" + ], + [ + "e", + "ks" + ], + [ + "▁Ch", + "o" + ], + [ + "▁C", + "ho" + ], + [ + "▁", + "Cho" + ], + [ + "▁c", + "ô" + ], + [ + "▁(", + "." + ], + [ + "▁", + "(." + ], + [ + "ew", + "nę" + ], + [ + "▁Chi", + "ef" + ], + [ + "▁Ch", + "ief" + ], + [ + "▁che", + "f" + ], + [ + "▁ch", + "ef" + ], + [ + "▁у", + "прав" + ], + [ + "ul", + "i" + ], + [ + "u", + "li" + ], + [ + "▁''", + "'" + ], + [ + "▁'", + "''" + ], + [ + "▁", + "'''" + ], + [ + "nap", + "shot" + ], + [ + "▁rela", + "c" + ], + [ + "▁rel", + "ac" + ], + [ + "▁re", + "lac" + ], + [ + "ég", + "e" + ], + [ + "é", + "ge" + ], + [ + "w", + "t" + ], + [ + "wen", + "d" + ], + [ + "we", + "nd" + ], + [ + "w", + "end" + ], + [ + "osi", + "ng" + ], + [ + "os", + "ing" + ], + [ + "o", + "sing" + ], + [ + "▁hace", + "r" + ], + [ + "▁ha", + "cer" + ], + [ + "▁ф", + "ран" + ], + [ + "autre", + "s" + ], + [ + "aut", + "res" + ], + [ + "au", + "tres" + ], + [ + "▁fil", + "s" + ], + [ + "▁fi", + "ls" + ], + [ + "▁f", + "ils" + ], + [ + "ere", + "d" + ], + [ + "er", + "ed" + ], + [ + "e", + "red" + ], + [ + "▁По", + "силання" + ], + [ + "▁ther", + "m" + ], + [ + "▁the", + "rm" + ], + [ + "▁th", + "erm" + ], + [ + "ер", + "жа" + ], + [ + "su", + "ch" + ], + [ + "s", + "uch" + ], + [ + "▁ihre", + "n" + ], + [ + "▁ihr", + "en" + ], + [ + "▁ih", + "ren" + ], + [ + "▁i", + "hren" + ], + [ + "▁en", + "contr" + ], + [ + "▁lot", + "s" + ], + [ + "▁lo", + "ts" + ], + [ + "▁l", + "ots" + ], + [ + "log", + "o" + ], + [ + "lo", + "go" + ], + [ + "l", + "ogo" + ], + [ + "▁W", + "i" + ], + [ + "/", + "(" + ], + [ + "ш", + "ње" + ], + [ + "DAT", + "A" + ], + [ + "DA", + "TA" + ], + [ + "D", + "ATA" + ], + [ + "▁Play", + "er" + ], + [ + "▁Pla", + "yer" + ], + [ + "▁Pl", + "ayer" + ], + [ + "▁P", + "layer" + ], + [ + "▁", + "Player" + ], + [ + "▁Leip", + "zig" + ], + [ + "▁relative", + "s" + ], + [ + "▁relativ", + "es" + ], + [ + "▁rel", + "atives" + ], + [ + "ре", + "в" + ], + [ + "р", + "ев" + ], + [ + "▁news", + "p" + ], + [ + "▁new", + "sp" + ], + [ + "?", + "," + ], + [ + "▁Stu", + "tt" + ], + [ + "▁St", + "utt" + ], + [ + "▁du", + "al" + ], + [ + "▁d", + "ual" + ], + [ + "▁compan", + "ies" + ], + [ + "▁za", + "m" + ], + [ + "▁z", + "am" + ], + [ + "put", + "ation" + ], + [ + "▁in", + "equality" + ], + [ + "▁tre", + "m" + ], + [ + "▁tr", + "em" + ], + [ + "▁t", + "rem" + ], + [ + "hip", + "s" + ], + [ + "hi", + "ps" + ], + [ + "h", + "ips" + ], + [ + "anc", + "h" + ], + [ + "an", + "ch" + ], + [ + "▁", + "Ż" + ], + [ + "бур", + "г" + ], + [ + "▁cop", + "ies" + ], + [ + "das", + "h" + ], + [ + "da", + "sh" + ], + [ + "d", + "ash" + ], + [ + "во", + "р" + ], + [ + "в", + "ор" + ], + [ + "spiel", + "er" + ], + [ + "s", + "pieler" + ], + [ + "▁Revol", + "ution" + ], + [ + "▁Re", + "volution" + ], + [ + "est", + "y" + ], + [ + "es", + "ty" + ], + [ + "e", + "sty" + ], + [ + "▁junt", + "o" + ], + [ + "▁jun", + "to" + ], + [ + "▁j", + "unto" + ], + [ + "▁Ind", + "eed" + ], + [ + "oka", + "l" + ], + [ + "ok", + "al" + ], + [ + "o", + "kal" + ], + [ + "ctr", + "ine" + ], + [ + "▁For", + "d" + ], + [ + "▁Fo", + "rd" + ], + [ + "▁F", + "ord" + ], + [ + "▁C", + "REATE" + ], + [ + "▁", + "CREATE" + ], + [ + "▁wall", + "s" + ], + [ + "▁wal", + "ls" + ], + [ + "▁w", + "alls" + ], + [ + "▁aut", + "e" + ], + [ + "▁au", + "te" + ], + [ + "▁a", + "ute" + ], + [ + "S", + "U" + ], + [ + "wh", + "y" + ], + [ + "w", + "hy" + ], + [ + "plement", + "ation" + ], + [ + "rou", + "t" + ], + [ + "ro", + "ut" + ], + [ + "r", + "out" + ], + [ + "Mat", + "rix" + ], + [ + "▁sa", + "d" + ], + [ + "▁s", + "ad" + ], + [ + "ан", + "а" + ], + [ + "а", + "на" + ], + [ + "▁Pi", + "c" + ], + [ + "▁P", + "ic" + ], + [ + ".", + "“" + ], + [ + "▁A", + "C" + ], + [ + "▁", + "AC" + ], + [ + "▁Fe", + "st" + ], + [ + "▁F", + "est" + ], + [ + "▁des", + "ktop" + ], + [ + "▁", + "desktop" + ], + [ + "▁Pa", + "y" + ], + [ + "▁P", + "ay" + ], + [ + "▁", + "Pay" + ], + [ + "omet", + "imes" + ], + [ + "ome", + "times" + ], + [ + "▁Ta", + "k" + ], + [ + "▁T", + "ak" + ], + [ + "ра", + "б" + ], + [ + "▁Se", + "ver" + ], + [ + "▁S", + "ever" + ], + [ + "▁north", + "ern" + ], + [ + "▁nor", + "thern" + ], + [ + "ante", + "r" + ], + [ + "ant", + "er" + ], + [ + "an", + "ter" + ], + [ + "▁Mode", + "rn" + ], + [ + "▁Mod", + "ern" + ], + [ + "▁Mo", + "dern" + ], + [ + "wa", + "l" + ], + [ + "w", + "al" + ], + [ + "{", + "\r" + ], + [ + "on", + "line" + ], + [ + "ö", + "k" + ], + [ + "▁brit", + "ann" + ], + [ + "$", + "_" + ], + [ + "▁ja", + "r" + ], + [ + "▁j", + "ar" + ], + [ + "▁", + "jar" + ], + [ + "T", + "L" + ], + [ + "xxx", + "x" + ], + [ + "xx", + "xx" + ], + [ + "x", + "xxx" + ], + [ + "mer", + "ge" + ], + [ + "▁Name", + "n" + ], + [ + "▁Nam", + "en" + ], + [ + "▁Na", + "men" + ], + [ + "▁N", + "amen" + ], + [ + "▁K", + "EY" + ], + [ + "▁", + "KEY" + ], + [ + "▁refer", + "s" + ], + [ + "▁ref", + "ers" + ], + [ + "▁re", + "fers" + ], + [ + "▁hi", + "n" + ], + [ + "▁h", + "in" + ], + [ + "▁", + "hin" + ], + [ + "▁Volk", + "s" + ], + [ + "▁Vol", + "ks" + ], + [ + "stelle", + "r" + ], + [ + "stell", + "er" + ], + [ + "st", + "eller" + ], + [ + "via", + "tion" + ], + [ + "vi", + "ation" + ], + [ + "v", + "iation" + ], + [ + "oni", + "o" + ], + [ + "on", + "io" + ], + [ + "o", + "nio" + ], + [ + "ight", + "er" + ], + [ + "igh", + "ter" + ], + [ + "Comp", + "at" + ], + [ + "Com", + "pat" + ], + [ + "▁C", + "E" + ], + [ + "▁", + "CE" + ], + [ + "▁pr", + "ó" + ], + [ + "▁p", + "ró" + ], + [ + "▁encuent", + "ra" + ], + [ + "the", + "orem" + ], + [ + "▁pub", + "li" + ], + [ + "▁Develop", + "ment" + ], + [ + "н", + "д" + ], + [ + "▁ro", + "s" + ], + [ + "▁r", + "os" + ], + [ + "▁", + "ros" + ], + [ + "▁sh", + "r" + ], + [ + "▁s", + "hr" + ], + [ + "se", + "au" + ], + [ + "s", + "eau" + ], + [ + "▁gener", + "ating" + ], + [ + "▁gene", + "rating" + ], + [ + "▁difficult", + "y" + ], + [ + "▁Exp", + "ress" + ], + [ + "▁Ex", + "press" + ], + [ + "▁", + "Express" + ], + [ + "Al", + "ignment" + ], + [ + "de", + "utsch" + ], + [ + "▁Вла", + "ди" + ], + [ + "▁suggest", + "s" + ], + [ + "▁sugg", + "ests" + ], + [ + "▁Famil", + "y" + ], + [ + "▁Fam", + "ily" + ], + [ + "▁", + "Family" + ], + [ + "bb", + "i" + ], + [ + "b", + "bi" + ], + [ + "])", + "." + ], + [ + "]", + ")." + ], + [ + "sta", + "w" + ], + [ + "st", + "aw" + ], + [ + "▁president", + "e" + ], + [ + "▁presiden", + "te" + ], + [ + "▁pres", + "idente" + ], + [ + "▁st", + "esso" + ], + [ + "in", + "x" + ], + [ + "i", + "nx" + ], + [ + "set", + "up" + ], + [ + "▁conf", + "orm" + ], + [ + "▁con", + "form" + ], + [ + "▁fr", + "o" + ], + [ + "▁f", + "ro" + ], + [ + "=\\", + "\"" + ], + [ + "=", + "\\\"" + ], + [ + "▁d", + "å" + ], + [ + "icion", + "es" + ], + [ + "icio", + "nes" + ], + [ + "ici", + "ones" + ], + [ + "ic", + "iones" + ], + [ + "i", + "ciones" + ], + [ + "▁evol", + "ution" + ], + [ + "▁e", + "volution" + ], + [ + "pro", + "te" + ], + [ + "pr", + "ote" + ], + [ + "p", + "rote" + ], + [ + "▁print", + "s" + ], + [ + "▁prin", + "ts" + ], + [ + "▁pr", + "ints" + ], + [ + "▁Pon", + "t" + ], + [ + "▁Po", + "nt" + ], + [ + "▁P", + "ont" + ], + [ + "▁conf", + "usion" + ], + [ + "▁", + "Й" + ], + [ + "▁dell", + "o" + ], + [ + "▁del", + "lo" + ], + [ + "▁d", + "ello" + ], + [ + "▁man", + "if" + ], + [ + "Def", + "inition" + ], + [ + "ár", + "a" + ], + [ + "á", + "ra" + ], + [ + "mal", + "s" + ], + [ + "ma", + "ls" + ], + [ + "m", + "als" + ], + [ + "▁sal", + "e" + ], + [ + "▁sa", + "le" + ], + [ + "▁s", + "ale" + ], + [ + "▁drop", + "down" + ], + [ + "▁", + "dropdown" + ], + [ + "Ch", + "ain" + ], + [ + "America", + "n" + ], + [ + "Amer", + "ican" + ], + [ + "▁m", + "k" + ], + [ + "▁", + "mk" + ], + [ + "▁Be", + "z" + ], + [ + "▁B", + "ez" + ], + [ + "▁Fu", + "e" + ], + [ + "▁F", + "ue" + ], + [ + "▁N", + "E" + ], + [ + "▁", + "NE" + ], + [ + "граф", + "и" + ], + [ + "гра", + "фи" + ], + [ + "doc", + "ker" + ], + [ + "do", + "cker" + ], + [ + "d", + "ocker" + ], + [ + "▁^", + "{" + ], + [ + "▁", + "^{" + ], + [ + "Ass", + "ert" + ], + [ + "As", + "sert" + ], + [ + "▁horizon", + "tal" + ], + [ + "▁hor", + "izontal" + ], + [ + "▁", + "horizontal" + ], + [ + "(@", + "\"" + ], + [ + "(", + "@\"" + ], + [ + "▁д", + "ву" + ], + [ + "pro", + "xy" + ], + [ + "U", + "ri" + ], + [ + "gen", + "cy" + ], + [ + "g", + "ency" + ], + [ + "▁\"", + "[" + ], + [ + "▁Q", + "t" + ], + [ + "▁", + "Qt" + ], + [ + "▁Name", + "s" + ], + [ + "▁Nam", + "es" + ], + [ + "▁Na", + "mes" + ], + [ + "▁N", + "ames" + ], + [ + "▁", + "Names" + ], + [ + "▁evalu", + "ate" + ], + [ + "▁eval", + "uate" + ], + [ + "!", + "/" + ], + [ + "▁eing", + "es" + ], + [ + "▁ein", + "ges" + ], + [ + "▁syn", + "th" + ], + [ + "▁sy", + "nth" + ], + [ + "▁You", + "Tube" + ], + [ + "▁turn", + "ing" + ], + [ + "▁tur", + "ning" + ], + [ + "▁Er", + "ic" + ], + [ + "▁E", + "ric" + ], + [ + "▁б", + "ли" + ], + [ + "▁", + "бли" + ], + [ + "▁kl", + "ub" + ], + [ + "▁k", + "lub" + ], + [ + "pl", + "orer" + ], + [ + "▁sport", + "s" + ], + [ + "▁s", + "ports" + ], + [ + "▁si", + "a" + ], + [ + "▁s", + "ia" + ], + [ + "о", + "ш" + ], + [ + "▁da", + "i" + ], + [ + "▁d", + "ai" + ], + [ + "▁europ", + "e" + ], + [ + "▁euro", + "pe" + ], + [ + "▁e", + "urope" + ], + [ + "ician", + "s" + ], + [ + "icia", + "ns" + ], + [ + "ici", + "ans" + ], + [ + "ic", + "ians" + ], + [ + "ings", + "områ" + ], + [ + "▁dr", + "e" + ], + [ + "▁d", + "re" + ], + [ + "▁work", + "around" + ], + [ + "▁su", + "it" + ], + [ + "▁s", + "uit" + ], + [ + "▁", + "suit" + ], + [ + "amb", + "igu" + ], + [ + "▁quant", + "ity" + ], + [ + "▁", + "quantity" + ], + [ + "▁seg", + "undo" + ], + [ + "Sym", + "bol" + ], + [ + "S", + "ymbol" + ], + [ + "▁mor", + "al" + ], + [ + "▁mo", + "ral" + ], + [ + "▁m", + "oral" + ], + [ + "Char", + "t" + ], + [ + "Ch", + "art" + ], + [ + "C", + "hart" + ], + [ + "▁dam", + "it" + ], + [ + "▁da", + "mit" + ], + [ + "▁attempt", + "s" + ], + [ + "▁don", + "n" + ], + [ + "▁do", + "nn" + ], + [ + "▁d", + "onn" + ], + [ + "jo", + "s" + ], + [ + "j", + "os" + ], + [ + "▁er", + "e" + ], + [ + "▁e", + "re" + ], + [ + "▁", + "ere" + ], + [ + "▁hom", + "me" + ], + [ + "▁", + "homme" + ], + [ + "sim", + "p" + ], + [ + "si", + "mp" + ], + [ + "s", + "imp" + ], + [ + "rypt", + "ed" + ], + [ + "▁act", + "s" + ], + [ + "▁ac", + "ts" + ], + [ + "inner", + "HTML" + ], + [ + "▁tourn", + "ament" + ], + [ + "▁sk", + "y" + ], + [ + "▁s", + "ky" + ], + [ + "▁", + "sky" + ], + [ + "Time", + "r" + ], + [ + "Tim", + "er" + ], + [ + "T", + "imer" + ], + [ + "▁million", + "s" + ], + [ + "▁mill", + "ions" + ], + [ + "^", + "+" + ], + [ + "agen", + "t" + ], + [ + "age", + "nt" + ], + [ + "ag", + "ent" + ], + [ + "a", + "gent" + ], + [ + "'))", + ";" + ], + [ + "')", + ");" + ], + [ + "'", + "));" + ], + [ + "▁os", + "t" + ], + [ + "▁o", + "st" + ], + [ + "▁", + "ost" + ], + [ + "▁gl", + "a" + ], + [ + "▁g", + "la" + ], + [ + "▁по", + "мо" + ], + [ + "▁f", + "ün" + ], + [ + "ство", + "м" + ], + [ + "ств", + "ом" + ], + [ + "ст", + "вом" + ], + [ + "ewnę", + "trz" + ], + [ + "▁Mé", + "xico" + ], + [ + "▁lu", + "b" + ], + [ + "▁l", + "ub" + ], + [ + "▁", + "lub" + ], + [ + "▁É", + "d" + ], + [ + "ifi", + "k" + ], + [ + "if", + "ik" + ], + [ + "i", + "fik" + ], + [ + "че", + "ский" + ], + [ + "▁imm", + "er" + ], + [ + "▁im", + "mer" + ], + [ + "▁", + "immer" + ], + [ + "ense", + "n" + ], + [ + "ens", + "en" + ], + [ + "en", + "sen" + ], + [ + "ann", + "y" + ], + [ + "an", + "ny" + ], + [ + "in", + "line" + ], + [ + "▁go", + "ver" + ], + [ + "▁g", + "over" + ], + [ + "au", + "c" + ], + [ + "a", + "uc" + ], + [ + "▁repr", + "e" + ], + [ + "▁rep", + "re" + ], + [ + "▁re", + "pre" + ], + [ + "▁histor", + "ia" + ], + [ + "▁hist", + "oria" + ], + [ + "A", + "g" + ], + [ + "▁pl", + "t" + ], + [ + "▁p", + "lt" + ], + [ + "▁Prin", + "ci" + ], + [ + "▁Pr", + "inci" + ], + [ + "imet", + "er" + ], + [ + "ime", + "ter" + ], + [ + "im", + "eter" + ], + [ + "i", + "meter" + ], + [ + "ő", + "s" + ], + [ + "š", + "e" + ], + [ + "▁U", + "E" + ], + [ + "▁", + "UE" + ], + [ + "Equal", + "s" + ], + [ + "Equ", + "als" + ], + [ + "Eq", + "uals" + ], + [ + "Dis", + "patch" + ], + [ + "lege", + "n" + ], + [ + "leg", + "en" + ], + [ + "le", + "gen" + ], + [ + "l", + "egen" + ], + [ + "ла", + "зи" + ], + [ + "чно", + "й" + ], + [ + "ч", + "ной" + ], + [ + "▁ste", + "ll" + ], + [ + "▁st", + "ell" + ], + [ + "▁", + "stell" + ], + [ + "ń", + "st" + ], + [ + "▁cr", + "i" + ], + [ + "▁c", + "ri" + ], + [ + "▁", + "cri" + ], + [ + "▁Ind", + "ep" + ], + [ + "▁In", + "dep" + ], + [ + "è", + "de" + ], + [ + "}\\", + ")" + ], + [ + "}", + "\\)" + ], + [ + "▁wys", + "t" + ], + [ + "▁wy", + "st" + ], + [ + "▁w", + "yst" + ], + [ + "▁figure", + "d" + ], + [ + "▁figur", + "ed" + ], + [ + "▁fig", + "ured" + ], + [ + "AT", + "CH" + ], + [ + "éb", + "en" + ], + [ + "é", + "ben" + ], + [ + "lach", + "t" + ], + [ + "lac", + "ht" + ], + [ + "la", + "cht" + ], + [ + "l", + "acht" + ], + [ + "▁succeed", + "ed" + ], + [ + "gr", + "y" + ], + [ + "g", + "ry" + ], + [ + "▁pre", + "t" + ], + [ + "▁pr", + "et" + ], + [ + "▁p", + "ret" + ], + [ + "▁", + "pret" + ], + [ + "▁Sa", + "f" + ], + [ + "▁S", + "af" + ], + [ + "▁\")", + ";" + ], + [ + "▁\"", + ");" + ], + [ + "▁", + "\");" + ], + [ + "e", + "h" + ], + [ + "▁offici", + "el" + ], + [ + "▁offic", + "iel" + ], + [ + "краї", + "н" + ], + [ + "win", + "d" + ], + [ + "wi", + "nd" + ], + [ + "w", + "ind" + ], + [ + "▁sc", + "atter" + ], + [ + "▁Fo", + "x" + ], + [ + "▁F", + "ox" + ], + [ + "icio", + "us" + ], + [ + "ici", + "ous" + ], + [ + "ic", + "ious" + ], + [ + "i", + "cious" + ], + [ + "Man", + "y" + ], + [ + "Ma", + "ny" + ], + [ + "M", + "any" + ], + [ + "up", + "er" + ], + [ + "u", + "per" + ], + [ + "▁Con", + "vert" + ], + [ + "▁", + "Convert" + ], + [ + "ster", + "d" + ], + [ + "ste", + "rd" + ], + [ + "st", + "erd" + ], + [ + "▁Ste", + "in" + ], + [ + "▁St", + "ein" + ], + [ + "▁О", + "т" + ], + [ + "}^{", + "(" + ], + [ + "}^", + "{(" + ], + [ + "}", + "^{(" + ], + [ + "bet", + "ween" + ], + [ + "hi", + "re" + ], + [ + "h", + "ire" + ], + [ + "▁on", + "Create" + ], + [ + "▁", + "onCreate" + ], + [ + ";", + "" + ], + [ + "-", + "->" + ], + [ + "▁př", + "í" + ], + [ + "▁p", + "ří" + ], + [ + "pan", + "das" + ], + [ + "p", + "andas" + ], + [ + "▁Pl", + "us" + ], + [ + "▁P", + "lus" + ], + [ + "▁", + "Plus" + ], + [ + "yl", + "l" + ], + [ + "y", + "ll" + ], + [ + "▁ter", + "ror" + ], + [ + "▁te", + "rror" + ], + [ + "▁t", + "error" + ], + [ + "▁cri", + "m" + ], + [ + "▁cr", + "im" + ], + [ + "▁c", + "rim" + ], + [ + "▁za", + "k" + ], + [ + "▁z", + "ak" + ], + [ + "▁", + "zak" + ], + [ + "iss", + "ue" + ], + [ + "pan", + "el" + ], + [ + "pa", + "nel" + ], + [ + "p", + "anel" + ], + [ + "sv", + "g" + ], + [ + "▁re", + "b" + ], + [ + "▁r", + "eb" + ], + [ + "▁", + "reb" + ], + [ + "Custom", + "er" + ], + [ + "sw", + "itch" + ], + [ + "об", + "ра" + ], + [ + "о", + "бра" + ], + [ + "▁Championship", + "s" + ], + [ + "▁Champions", + "hips" + ], + [ + "▁Champion", + "ships" + ], + [ + "cl", + "o" + ], + [ + "c", + "lo" + ], + [ + "att", + "e" + ], + [ + "at", + "te" + ], + [ + "a", + "tte" + ], + [ + "▁any", + "more" + ], + [ + "▁excell", + "ent" + ], + [ + "▁opportun", + "ity" + ], + [ + "▁opport", + "unity" + ], + [ + "▁Bah", + "n" + ], + [ + "▁Ba", + "hn" + ], + [ + "▁B", + "ahn" + ], + [ + "чи", + "н" + ], + [ + "ч", + "ин" + ], + [ + "eti", + "ng" + ], + [ + "et", + "ing" + ], + [ + "e", + "ting" + ], + [ + "▁inc", + "ident" + ], + [ + "to", + "m" + ], + [ + "t", + "om" + ], + [ + "Per", + "s" + ], + [ + "Pe", + "rs" + ], + [ + "P", + "ers" + ], + [ + "bbe", + "n" + ], + [ + "bb", + "en" + ], + [ + "b", + "ben" + ], + [ + "ственно", + "й" + ], + [ + "ствен", + "ной" + ], + [ + "и", + "х" + ], + [ + "route", + "r" + ], + [ + "rout", + "er" + ], + [ + "rou", + "ter" + ], + [ + "ro", + "uter" + ], + [ + "r", + "outer" + ], + [ + "▁new", + "ly" + ], + [ + "▁sil", + "ence" + ], + [ + "▁G", + "NU" + ], + [ + "▁Rail", + "s" + ], + [ + "▁Ra", + "ils" + ], + [ + "▁R", + "ails" + ], + [ + "▁Am", + "b" + ], + [ + "▁A", + "mb" + ], + [ + "▁Qu", + "al" + ], + [ + "▁Q", + "ual" + ], + [ + "▁", + "Qual" + ], + [ + "▁Sch", + "aus" + ], + [ + "▁Sc", + "haus" + ], + [ + "▁So", + "hn" + ], + [ + "▁S", + "ohn" + ], + [ + "▁AL", + "L" + ], + [ + "▁A", + "LL" + ], + [ + "▁", + "ALL" + ], + [ + "▁roy", + "al" + ], + [ + "▁ro", + "yal" + ], + [ + "▁", + "£" + ], + [ + "wi", + "ę" + ], + [ + "w", + "ię" + ], + [ + "▁ent", + "fer" + ], + [ + "▁Rem", + "ove" + ], + [ + "▁Re", + "move" + ], + [ + "▁", + "Remove" + ], + [ + "▁hard", + "ly" + ], + [ + "Us", + "ing" + ], + [ + "U", + "sing" + ], + [ + "ло", + "г" + ], + [ + "▁I", + "ch" + ], + [ + "▁der", + "ni" + ], + [ + "▁d", + "erni" + ], + [ + "▁Connect", + "ion" + ], + [ + "▁Con", + "nection" + ], + [ + "▁", + "Connection" + ], + [ + "fi", + "sh" + ], + [ + "f", + "ish" + ], + [ + "▁Info", + "rm" + ], + [ + "▁Inf", + "orm" + ], + [ + "▁In", + "form" + ], + [ + "▁En", + "er" + ], + [ + "▁E", + "ner" + ], + [ + "ro", + "it" + ], + [ + "r", + "oit" + ], + [ + "B", + "bb" + ], + [ + "View", + "Model" + ], + [ + "V", + "ideo" + ], + [ + "ile", + "y" + ], + [ + "il", + "ey" + ], + [ + "i", + "ley" + ], + [ + "▁мно", + "го" + ], + [ + "▁м", + "ного" + ], + [ + "▁Ge", + "m" + ], + [ + "▁G", + "em" + ], + [ + "▁compr", + "eh" + ], + [ + "▁comp", + "reh" + ], + [ + "en", + "umerate" + ], + [ + "ula", + "s" + ], + [ + "ul", + "as" + ], + [ + "u", + "las" + ], + [ + "▁Ba", + "h" + ], + [ + "▁B", + "ah" + ], + [ + "▁Ye", + "t" + ], + [ + "▁Y", + "et" + ], + [ + "B", + "R" + ], + [ + "х", + "ра" + ], + [ + "▁count", + "y" + ], + [ + "▁coun", + "ty" + ], + [ + "▁His", + "t" + ], + [ + "▁Hi", + "st" + ], + [ + "▁H", + "ist" + ], + [ + "▁Г", + "у" + ], + [ + "▁", + "Ј" + ], + [ + "▁mar", + "i" + ], + [ + "▁ma", + "ri" + ], + [ + "▁m", + "ari" + ], + [ + "▁Cla", + "r" + ], + [ + "▁Cl", + "ar" + ], + [ + "▁C", + "lar" + ], + [ + "Bit", + "map" + ], + [ + "B", + "itmap" + ], + [ + "▁C", + "z" + ], + [ + "▁må", + "n" + ], + [ + "▁m", + "ån" + ], + [ + "▁mer", + "e" + ], + [ + "▁me", + "re" + ], + [ + "▁m", + "ere" + ], + [ + "▁mus", + "ique" + ], + [ + "als", + "o" + ], + [ + "al", + "so" + ], + [ + "date", + "s" + ], + [ + "dat", + "es" + ], + [ + "da", + "tes" + ], + [ + "d", + "ates" + ], + [ + "▁D", + "VD" + ], + [ + "▁go", + "l" + ], + [ + "▁g", + "ol" + ], + [ + "fon", + "y" + ], + [ + "fo", + "ny" + ], + [ + "f", + "ony" + ], + [ + "▁Cast", + "le" + ], + [ + "▁фа", + "ми" + ], + [ + "▁arr", + "ang" + ], + [ + "▁Bus", + "iness" + ], + [ + "▁Ka", + "z" + ], + [ + "▁K", + "az" + ], + [ + "▁os", + "c" + ], + [ + "▁o", + "sc" + ], + [ + "▁", + "osc" + ], + [ + "▁sec", + "olo" + ], + [ + "▁se", + "colo" + ], + [ + "▁affect", + "ed" + ], + [ + "▁aff", + "ected" + ], + [ + "▁He", + "alth" + ], + [ + "re", + "b" + ], + [ + "r", + "eb" + ], + [ + "edit", + "or" + ], + [ + "edi", + "tor" + ], + [ + "ed", + "itor" + ], + [ + "▁own", + "ed" + ], + [ + "▁ow", + "ned" + ], + [ + "▁", + "owned" + ], + [ + "t", + "l" + ], + [ + "▁v", + "í" + ], + [ + "▁", + "ví" + ], + [ + "чни", + "х" + ], + [ + "ч", + "них" + ], + [ + "к", + "ви" + ], + [ + "▁devi", + "ent" + ], + [ + "▁dev", + "ient" + ], + [ + "M", + "utable" + ], + [ + "▁te", + "gen" + ], + [ + "▁t", + "egen" + ], + [ + "Reg", + "ister" + ], + [ + "є", + "ю" + ], + [ + "▁car", + "acter" + ], + [ + "лл", + "и" + ], + [ + "л", + "ли" + ], + [ + "▁nouve", + "lle" + ], + [ + "▁n", + "ouvelle" + ], + [ + "ok", + "o" + ], + [ + "o", + "ko" + ], + [ + "ichte", + "t" + ], + [ + "icht", + "et" + ], + [ + "▁ev", + "ol" + ], + [ + "▁e", + "vol" + ], + [ + "▁Ha", + "b" + ], + [ + "▁H", + "ab" + ], + [ + "▁milit", + "ar" + ], + [ + "▁mil", + "itar" + ], + [ + "▁put", + "s" + ], + [ + "▁pu", + "ts" + ], + [ + "▁p", + "uts" + ], + [ + "endi", + "f" + ], + [ + "end", + "if" + ], + [ + "▁Dav", + "is" + ], + [ + "▁Da", + "vis" + ], + [ + "▁Scot", + "land" + ], + [ + "reg", + "ular" + ], + [ + "▁Cont", + "ext" + ], + [ + "▁Con", + "text" + ], + [ + "▁", + "Context" + ], + [ + "isp", + "iel" + ], + [ + "is", + "piel" + ], + [ + "i", + "spiel" + ], + [ + "▁Gall", + "ery" + ], + [ + "▁G", + "allery" + ], + [ + "\",", + "\r" + ], + [ + "\"", + ",\r" + ], + [ + "▁ar", + "c" + ], + [ + "▁a", + "rc" + ], + [ + "▁", + "arc" + ], + [ + "▁IN", + "FO" + ], + [ + "▁", + "INFO" + ], + [ + "▁co", + "d" + ], + [ + "▁c", + "od" + ], + [ + "▁", + "cod" + ], + [ + "ді", + "в" + ], + [ + "д", + "ів" + ], + [ + "▁var", + "char" + ], + [ + "▁v", + "archar" + ], + [ + "▁", + "varchar" + ], + [ + "▁tou", + "jours" + ], + [ + "atia", + "l" + ], + [ + "ati", + "al" + ], + [ + "at", + "ial" + ], + [ + "▁han", + "no" + ], + [ + "▁h", + "anno" + ], + [ + "▁проф", + "ес" + ], + [ + "▁launch", + "ed" + ], + [ + "▁насе", + "лення" + ], + [ + "▁to", + "n" + ], + [ + "▁t", + "on" + ], + [ + "▁", + "ton" + ], + [ + "ause", + "d" + ], + [ + "aus", + "ed" + ], + [ + "au", + "sed" + ], + [ + "a", + "used" + ], + [ + "▁і", + "з" + ], + [ + "▁t", + "ö" + ], + [ + "▁Pu", + "r" + ], + [ + "▁P", + "ur" + ], + [ + "▁o", + "lymp" + ], + [ + "AR", + "N" + ], + [ + "ó", + "m" + ], + [ + "▁aug", + "ust" + ], + [ + "▁a", + "ugust" + ], + [ + "▁fur", + "n" + ], + [ + "▁fu", + "rn" + ], + [ + "▁f", + "urn" + ], + [ + "▁Col", + "omb" + ], + [ + "▁Staat", + "s" + ], + [ + "▁Sta", + "ats" + ], + [ + "hor", + "a" + ], + [ + "ho", + "ra" + ], + [ + "h", + "ora" + ], + [ + "▁мо", + "р" + ], + [ + "▁м", + "ор" + ], + [ + "▁", + "мор" + ], + [ + "can", + "vas" + ], + [ + "▁grav", + "e" + ], + [ + "▁gra", + "ve" + ], + [ + "▁gr", + "ave" + ], + [ + "▁compos", + "ition" + ], + [ + "▁comp", + "osition" + ], + [ + "▁com", + "position" + ], + [ + "ac", + "ja" + ], + [ + "▁которы", + "е" + ], + [ + "▁ч", + "о" + ], + [ + "▁", + "чо" + ], + [ + "Gener", + "al" + ], + [ + "Gen", + "eral" + ], + [ + "ан", + "і" + ], + [ + "а", + "ні" + ], + [ + "▁Johann", + "es" + ], + [ + "▁Johan", + "nes" + ], + [ + "▁Joh", + "annes" + ], + [ + "ка", + "р" + ], + [ + "к", + "ар" + ], + [ + "▁час", + "т" + ], + [ + "▁ча", + "ст" + ], + [ + "▁Ва", + "си" + ], + [ + "ss", + "h" + ], + [ + "s", + "sh" + ], + [ + "▁repla", + "cing" + ], + [ + "▁<", + ">" + ], + [ + "▁", + "<>" + ], + [ + "ці", + "в" + ], + [ + "ц", + "ів" + ], + [ + "lau", + "s" + ], + [ + "la", + "us" + ], + [ + "l", + "aus" + ], + [ + "en", + "y" + ], + [ + "e", + "ny" + ], + [ + "äh", + "l" + ], + [ + "ä", + "hl" + ], + [ + "▁mar", + "g" + ], + [ + "▁ma", + "rg" + ], + [ + "▁m", + "arg" + ], + [ + "ci", + "ence" + ], + [ + "c", + "ience" + ], + [ + "▁instruct", + "ion" + ], + [ + "▁instru", + "ction" + ], + [ + "▁inst", + "ruction" + ], + [ + "▁ко", + "ји" + ], + [ + "Edit", + "or" + ], + [ + "Ed", + "itor" + ], + [ + "▁fund", + "amental" + ], + [ + "mun", + "d" + ], + [ + "mu", + "nd" + ], + [ + "m", + "und" + ], + [ + "▁exception", + "s" + ], + [ + "▁except", + "ions" + ], + [ + "▁plat", + "e" + ], + [ + "▁pla", + "te" + ], + [ + "▁pl", + "ate" + ], + [ + "▁p", + "late" + ], + [ + "▁", + "plate" + ], + [ + "▁Li", + "s" + ], + [ + "▁L", + "is" + ], + [ + "▁dere", + "n" + ], + [ + "▁der", + "en" + ], + [ + "▁de", + "ren" + ], + [ + "▁d", + "eren" + ], + [ + "pre", + "p" + ], + [ + "pr", + "ep" + ], + [ + "p", + "rep" + ], + [ + "▁janu", + "ari" + ], + [ + "Sc", + "ope" + ], + [ + "S", + "cope" + ], + [ + "yna", + "st" + ], + [ + "yn", + "ast" + ], + [ + "r", + "v" + ], + [ + "ors", + "z" + ], + [ + "or", + "sz" + ], + [ + "▁Ton", + "y" + ], + [ + "▁To", + "ny" + ], + [ + "▁T", + "ony" + ], + [ + "▁д", + "і" + ], + [ + "▁", + "ді" + ], + [ + "▁од", + "на" + ], + [ + "▁о", + "дна" + ], + [ + "▁sa", + "b" + ], + [ + "▁s", + "ab" + ], + [ + "ot", + "i" + ], + [ + "o", + "ti" + ], + [ + "je", + "l" + ], + [ + "j", + "el" + ], + [ + "▁gener", + "ator" + ], + [ + "▁", + "generator" + ], + [ + "▁'", + "." + ], + [ + "▁", + "'." + ], + [ + "▁sh", + "arp" + ], + [ + "▁", + "sharp" + ], + [ + "▁то", + "лько" + ], + [ + "▁account", + "s" + ], + [ + "▁ž", + "e" + ], + [ + "▁", + "že" + ], + [ + "▁for", + "am" + ], + [ + "▁fo", + "ram" + ], + [ + "▁g", + "ouvern" + ], + [ + "TI", + "ME" + ], + [ + "T", + "IME" + ], + [ + "▁Sov", + "iet" + ], + [ + "▁G", + "é" + ], + [ + "▁exp", + "ed" + ], + [ + "▁ex", + "ped" + ], + [ + "▁ordin", + "ary" + ], + [ + "▁ord", + "inary" + ], + [ + "▁", + "ordinary" + ], + [ + "▁Conse", + "rv" + ], + [ + "▁Cons", + "erv" + ], + [ + "▁Con", + "serv" + ], + [ + "▁compl", + "a" + ], + [ + "▁comp", + "la" + ], + [ + "▁com", + "pla" + ], + [ + "te", + "i" + ], + [ + "t", + "ei" + ], + [ + "▁capt", + "ain" + ], + [ + "▁cap", + "tain" + ], + [ + "▁Sam", + "uel" + ], + [ + "▁Dar", + "k" + ], + [ + "▁D", + "ark" + ], + [ + "▁ві", + "н" + ], + [ + "▁в", + "ін" + ], + [ + "▁del", + "ight" + ], + [ + "▁de", + "light" + ], + [ + "rec", + "ht" + ], + [ + "re", + "cht" + ], + [ + "di", + "a" + ], + [ + "d", + "ia" + ], + [ + "esse", + "s" + ], + [ + "ess", + "es" + ], + [ + "ul", + "p" + ], + [ + "u", + "lp" + ], + [ + "ш", + "ки" + ], + [ + "be", + "z" + ], + [ + "b", + "ez" + ], + [ + "▁detect", + "ion" + ], + [ + "▁det", + "ection" + ], + [ + "▁cook", + "ie" + ], + [ + "▁", + "cookie" + ], + [ + "ant", + "ry" + ], + [ + "an", + "try" + ], + [ + "Mult", + "i" + ], + [ + "ob", + "a" + ], + [ + "o", + "ba" + ], + [ + "▁jo", + "y" + ], + [ + "▁j", + "oy" + ], + [ + "▁safe", + "ty" + ], + [ + "▁saf", + "ety" + ], + [ + "|", + "^" + ], + [ + "po", + "d" + ], + [ + "p", + "od" + ], + [ + "ad", + "ém" + ], + [ + "▁Chr", + "on" + ], + [ + "▁Ch", + "ron" + ], + [ + "▁Dj", + "ango" + ], + [ + "▁D", + "jango" + ], + [ + "▁ehem", + "al" + ], + [ + "k", + "h" + ], + [ + "è", + "le" + ], + [ + "▁po", + "c" + ], + [ + "▁p", + "oc" + ], + [ + "B", + "ottom" + ], + [ + "la", + "unch" + ], + [ + "ne", + "m" + ], + [ + "n", + "em" + ], + [ + "▁G", + "ROUP" + ], + [ + "▁", + "GROUP" + ], + [ + "ní", + "ho" + ], + [ + "▁Gi", + "b" + ], + [ + "▁G", + "ib" + ], + [ + "sd", + "k" + ], + [ + "s", + "dk" + ], + [ + "B", + "E" + ], + [ + "▁Gen", + "e" + ], + [ + "▁Ge", + "ne" + ], + [ + "▁G", + "ene" + ], + [ + "▁Sta", + "ff" + ], + [ + "▁St", + "aff" + ], + [ + "▁subsequ", + "ent" + ], + [ + "icio", + "n" + ], + [ + "ici", + "on" + ], + [ + "ic", + "ion" + ], + [ + "i", + "cion" + ], + [ + "▁vict", + "ory" + ], + [ + "▁can", + "on" + ], + [ + "▁ca", + "non" + ], + [ + "▁c", + "anon" + ], + [ + "iza", + "r" + ], + [ + "iz", + "ar" + ], + [ + "i", + "zar" + ], + [ + "izi", + "a" + ], + [ + "iz", + "ia" + ], + [ + "i", + "zia" + ], + [ + "▁mat", + "e" + ], + [ + "▁ma", + "te" + ], + [ + "▁m", + "ate" + ], + [ + "▁", + "mate" + ], + [ + "▁layer", + "s" + ], + [ + "▁lay", + "ers" + ], + [ + "▁", + "layers" + ], + [ + "su", + "do" + ], + [ + "s", + "udo" + ], + [ + "sch", + "ule" + ], + [ + "per", + "iment" + ], + [ + "ül", + "et" + ], + [ + "ü", + "let" + ], + [ + "AR", + "CHAR" + ], + [ + "▁тер", + "рито" + ], + [ + "▁measure", + "s" + ], + [ + "▁meas", + "ures" + ], + [ + "▁me", + "asures" + ], + [ + "▁zo", + "u" + ], + [ + "▁z", + "ou" + ], + [ + "ops", + "is" + ], + [ + "на", + "ми" + ], + [ + "tb", + "ody" + ], + [ + "t", + "body" + ], + [ + "▁es", + "e" + ], + [ + "▁e", + "se" + ], + [ + "▁", + "ese" + ], + [ + "sterd", + "am" + ], + [ + "ster", + "dam" + ], + [ + "▁phot", + "o" + ], + [ + "▁ph", + "oto" + ], + [ + "▁", + "photo" + ], + [ + "ynchron", + "ous" + ], + [ + "set", + "minus" + ], + [ + "▁load", + "s" + ], + [ + "▁lo", + "ads" + ], + [ + "▁", + "loads" + ], + [ + "▁ple", + "asure" + ], + [ + "▁me", + "ille" + ], + [ + "}\\", + "," + ], + [ + "}", + "\\," + ], + [ + "qua", + "l" + ], + [ + "qu", + "al" + ], + [ + "q", + "ual" + ], + [ + "▁fav", + "our" + ], + [ + "▁ro", + "d" + ], + [ + "▁r", + "od" + ], + [ + "▁", + "rod" + ], + [ + "De", + "r" + ], + [ + "D", + "er" + ], + [ + "раб", + "о" + ], + [ + "ра", + "бо" + ], + [ + "▁press", + "ed" + ], + [ + "▁pres", + "sed" + ], + [ + "▁pr", + "essed" + ], + [ + "▁", + "pressed" + ], + [ + "r", + "ę" + ], + [ + "iev", + "ing" + ], + [ + "ie", + "ving" + ], + [ + "mate", + "rial" + ], + [ + "m", + "aterial" + ], + [ + "vir", + "t" + ], + [ + "vi", + "rt" + ], + [ + "v", + "irt" + ], + [ + "▁cap", + "able" + ], + [ + "с", + "ло" + ], + [ + "ush", + "ed" + ], + [ + "us", + "hed" + ], + [ + "▁по", + "бе" + ], + [ + "uset", + "ts" + ], + [ + "uns", + "igned" + ], + [ + "un", + "signed" + ], + [ + "k", + "ów" + ], + [ + "▁o", + "v" + ], + [ + "▁", + "ov" + ], + [ + "ege", + "ben" + ], + [ + "eg", + "eben" + ], + [ + "e", + "geben" + ], + [ + "▁apply", + "ing" + ], + [ + "▁app", + "lying" + ], + [ + "▁gal", + "ax" + ], + [ + "▁ga", + "lax" + ], + [ + "▁Or", + "acle" + ], + [ + "▁O", + "racle" + ], + [ + "▁Stutt", + "gart" + ], + [ + "Inf", + "l" + ], + [ + "In", + "fl" + ], + [ + "ach", + "usetts" + ], + [ + "▁de", + "el" + ], + [ + "li", + "re" + ], + [ + "l", + "ire" + ], + [ + "▁stat", + "unit" + ], + [ + "▁Politik", + "er" + ], + [ + "▁Polit", + "iker" + ], + [ + "▁beaut", + "y" + ], + [ + ")", + ">" + ], + [ + "▁Columb", + "ia" + ], + [ + "▁zewnętrz", + "ne" + ], + [ + "▁про", + "гра" + ], + [ + "▁пр", + "огра" + ], + [ + "▁d", + "x" + ], + [ + "▁", + "dx" + ], + [ + "ck", + "now" + ], + [ + "c", + "know" + ], + [ + "▁du", + "b" + ], + [ + "▁d", + "ub" + ], + [ + "un", + "ächst" + ], + [ + "find", + "ViewById" + ], + [ + "▁Man", + "d" + ], + [ + "▁Ma", + "nd" + ], + [ + "▁M", + "and" + ], + [ + "ál", + "l" + ], + [ + "á", + "ll" + ], + [ + "na", + "ire" + ], + [ + "n", + "aire" + ], + [ + "▁dest", + "in" + ], + [ + "isti", + "ng" + ], + [ + "ist", + "ing" + ], + [ + "is", + "ting" + ], + [ + "agg", + "i" + ], + [ + "ag", + "gi" + ], + [ + "a", + "ggi" + ], + [ + "char", + "t" + ], + [ + "cha", + "rt" + ], + [ + "ch", + "art" + ], + [ + "c", + "hart" + ], + [ + "▁just", + "ice" + ], + [ + "Sim", + "ple" + ], + [ + "▁un", + "fortunately" + ], + [ + "і", + "р" + ], + [ + "▁quest", + "a" + ], + [ + "▁que", + "sta" + ], + [ + "▁qu", + "esta" + ], + [ + "▁", + "questa" + ], + [ + "▁Govern", + "or" + ], + [ + "я", + "в" + ], + [ + "▁mús", + "ica" + ], + [ + "▁equip", + "o" + ], + [ + "▁equ", + "ipo" + ], + [ + "▁Des", + "t" + ], + [ + "▁De", + "st" + ], + [ + "▁D", + "est" + ], + [ + "▁", + "Dest" + ], + [ + "ele", + "ct" + ], + [ + "el", + "ect" + ], + [ + "e", + "lect" + ], + [ + "Stack", + "Trace" + ], + [ + "зо", + "м" + ], + [ + "з", + "ом" + ], + [ + "pro", + "c" + ], + [ + "pr", + "oc" + ], + [ + "p", + "roc" + ], + [ + "enti", + "n" + ], + [ + "ent", + "in" + ], + [ + "ador", + "a" + ], + [ + "ado", + "ra" + ], + [ + "ad", + "ora" + ], + [ + "▁Л", + "ю" + ], + [ + "▁register", + "ed" + ], + [ + "H", + "L" + ], + [ + "face", + "book" + ], + [ + "fac", + "ebook" + ], + [ + "▁stor", + "ing" + ], + [ + "▁sto", + "ring" + ], + [ + "▁st", + "oring" + ], + [ + "▁Current", + "ly" + ], + [ + "▁quad", + "r" + ], + [ + "▁qu", + "adr" + ], + [ + "Stand", + "ard" + ], + [ + "tri", + "m" + ], + [ + "tr", + "im" + ], + [ + "t", + "rim" + ], + [ + "ear", + "s" + ], + [ + "ea", + "rs" + ], + [ + "e", + "ars" + ], + [ + "send", + "er" + ], + [ + "sen", + "der" + ], + [ + "se", + "nder" + ], + [ + "s", + "ender" + ], + [ + "▁Va", + "s" + ], + [ + "▁V", + "as" + ], + [ + "▁ed", + "ific" + ], + [ + "▁Bü", + "r" + ], + [ + "▁B", + "ür" + ], + [ + "▁Count", + "ry" + ], + [ + "▁Coun", + "try" + ], + [ + "▁C", + "ountry" + ], + [ + "▁", + "Country" + ], + [ + "th", + "a" + ], + [ + "t", + "ha" + ], + [ + ";", + "\"" + ], + [ + "no", + "r" + ], + [ + "n", + "or" + ], + [ + "▁Doc", + "tor" + ], + [ + "▁Do", + "ctor" + ], + [ + "rum", + "ent" + ], + [ + "ru", + "ment" + ], + [ + "r", + "ument" + ], + [ + "Ge", + "n" + ], + [ + "G", + "en" + ], + [ + "▁Bu", + "en" + ], + [ + "▁B", + "uen" + ], + [ + "rad", + "e" + ], + [ + "ra", + "de" + ], + [ + "r", + "ade" + ], + [ + "▁k", + "un" + ], + [ + "n", + "avigation" + ], + [ + "Pa", + "y" + ], + [ + "P", + "ay" + ], + [ + "▁capture", + "d" + ], + [ + "▁capt", + "ured" + ], + [ + "▁stru", + "ck" + ], + [ + "▁str", + "uck" + ], + [ + "▁st", + "ruck" + ], + [ + "ven", + "ir" + ], + [ + "ém", + "ent" + ], + [ + "é", + "ment" + ], + [ + "▁Tre", + "e" + ], + [ + "▁Tr", + "ee" + ], + [ + "▁T", + "ree" + ], + [ + "▁", + "Tree" + ], + [ + "▁x", + "x" + ], + [ + "▁", + "xx" + ], + [ + "▁nar", + "r" + ], + [ + "▁na", + "rr" + ], + [ + "▁n", + "arr" + ], + [ + "льно", + "го" + ], + [ + "ль", + "ного" + ], + [ + "▁install", + "ing" + ], + [ + "▁instal", + "ling" + ], + [ + "▁inst", + "alling" + ], + [ + "▁associ", + "ation" + ], + [ + "▁insert", + "ed" + ], + [ + "▁inser", + "ted" + ], + [ + "erne", + "r" + ], + [ + "ern", + "er" + ], + [ + "er", + "ner" + ], + [ + "valid", + "ate" + ], + [ + "▁lu", + "t" + ], + [ + "▁l", + "ut" + ], + [ + "▁gl", + "o" + ], + [ + "▁g", + "lo" + ], + [ + "▁techn", + "ology" + ], + [ + "▁Pla", + "ce" + ], + [ + "▁Pl", + "ace" + ], + [ + "▁P", + "lace" + ], + [ + "▁", + "Place" + ], + [ + "$", + "?" + ], + [ + "▁z", + "v" + ], + [ + "с", + "лі" + ], + [ + "E", + "P" + ], + [ + "▁at", + "mos" + ], + [ + "ug", + "o" + ], + [ + "u", + "go" + ], + [ + "ér", + "t" + ], + [ + "é", + "rt" + ], + [ + "▁Wer", + "k" + ], + [ + "▁W", + "erk" + ], + [ + "▁%", + "}" + ], + [ + "tel", + "e" + ], + [ + "te", + "le" + ], + [ + "t", + "ele" + ], + [ + "Sp", + "an" + ], + [ + "S", + "pan" + ], + [ + "▁Ra", + "j" + ], + [ + "▁R", + "aj" + ], + [ + "▁Person", + "en" + ], + [ + "▁Pers", + "onen" + ], + [ + "▁Can", + "t" + ], + [ + "▁Ca", + "nt" + ], + [ + "▁C", + "ant" + ], + [ + "▁comb", + "at" + ], + [ + "▁com", + "bat" + ], + [ + "▁observ", + "ation" + ], + [ + "▁obs", + "ervation" + ], + [ + "param", + "eter" + ], + [ + "para", + "meter" + ], + [ + "▁agree", + "d" + ], + [ + "▁agre", + "ed" + ], + [ + "▁agr", + "eed" + ], + [ + "pu", + "r" + ], + [ + "p", + "ur" + ], + [ + "▁sh", + "adow" + ], + [ + "▁", + "shadow" + ], + [ + "▁g", + "ł" + ], + [ + "Key", + "s" + ], + [ + "Ke", + "ys" + ], + [ + "Cre", + "d" + ], + [ + "Cr", + "ed" + ], + [ + "C", + "red" + ], + [ + "our", + "i" + ], + [ + "ou", + "ri" + ], + [ + "o", + "uri" + ], + [ + "▁pal", + "e" + ], + [ + "▁pa", + "le" + ], + [ + "▁p", + "ale" + ], + [ + "ick", + "é" + ], + [ + "ic", + "ké" + ], + [ + "▁We", + "ek" + ], + [ + "▁", + "Week" + ], + [ + "▁Prim", + "e" + ], + [ + "▁Pri", + "me" + ], + [ + "▁Pr", + "ime" + ], + [ + ">", + "." + ], + [ + "Init", + "ial" + ], + [ + "▁од", + "ин" + ], + [ + "▁о", + "дин" + ], + [ + "▁''", + "," + ], + [ + "▁'", + "'," + ], + [ + "▁у", + "чи" + ], + [ + "▁In", + "v" + ], + [ + "▁", + "Inv" + ], + [ + "col", + "a" + ], + [ + "co", + "la" + ], + [ + "c", + "ola" + ], + [ + "ci", + "ble" + ], + [ + "c", + "ible" + ], + [ + "▁The", + "atre" + ], + [ + "▁be", + "m" + ], + [ + "▁b", + "em" + ], + [ + "▁satisf", + "y" + ], + [ + "x", + "l" + ], + [ + "▁раз", + "ви" + ], + [ + "▁ра", + "зви" + ], + [ + "▁pix", + "el" + ], + [ + "▁p", + "ixel" + ], + [ + "lá", + "n" + ], + [ + "l", + "án" + ], + [ + "▁twe", + "e" + ], + [ + "▁tw", + "ee" + ], + [ + "ço", + "n" + ], + [ + "ç", + "on" + ], + [ + "не", + "ния" + ], + [ + "▁A", + "T" + ], + [ + "▁", + "AT" + ], + [ + "èg", + "e" + ], + [ + "è", + "ge" + ], + [ + "▁Mor", + "t" + ], + [ + "▁Mo", + "rt" + ], + [ + "▁M", + "ort" + ], + [ + "▁my", + "sq" + ], + [ + "▁", + "mysq" + ], + [ + "fte", + "n" + ], + [ + "ft", + "en" + ], + [ + "f", + "ten" + ], + [ + "▁пе", + "с" + ], + [ + "▁п", + "ес" + ], + [ + "ém", + "a" + ], + [ + "é", + "ma" + ], + [ + "▁Service", + "s" + ], + [ + "▁Serv", + "ices" + ], + [ + "▁", + "Services" + ], + [ + "custom", + "er" + ], + [ + "▁A", + "WS" + ], + [ + "ъ", + "т" + ], + [ + "▁Ac", + "h" + ], + [ + "▁A", + "ch" + ], + [ + "%", + "." + ], + [ + "▁clar", + "ify" + ], + [ + "▁уни", + "версите" + ], + [ + "xt", + "ure" + ], + [ + "um", + "i" + ], + [ + "u", + "mi" + ], + [ + "▁s", + "å" + ], + [ + "▁Pe", + "l" + ], + [ + "▁P", + "el" + ], + [ + "ser", + "ial" + ], + [ + "se", + "rial" + ], + [ + "UR", + "I" + ], + [ + "U", + "RI" + ], + [ + "▁r", + "g" + ], + [ + "▁", + "rg" + ], + [ + "▁со", + "ста" + ], + [ + "ches", + "tra" + ], + [ + "che", + "stra" + ], + [ + "ch", + "estra" + ], + [ + "].", + "[" + ], + [ + "]", + ".[" + ], + [ + "we", + "n" + ], + [ + "w", + "en" + ], + [ + "▁Lond", + "res" + ], + [ + "▁any", + "s" + ], + [ + "▁an", + "ys" + ], + [ + "Data", + "Source" + ], + [ + "▁район", + "е" + ], + [ + "▁райо", + "не" + ], + [ + "▁рай", + "оне" + ], + [ + "▁rei", + "n" + ], + [ + "▁re", + "in" + ], + [ + "▁r", + "ein" + ], + [ + "▁meta", + "data" + ], + [ + "▁met", + "adata" + ], + [ + "▁", + "metadata" + ], + [ + "umb", + "le" + ], + [ + "um", + "ble" + ], + [ + "arbe", + "it" + ], + [ + "ar", + "beit" + ], + [ + "hn", + "er" + ], + [ + "h", + "ner" + ], + [ + "cie", + "nt" + ], + [ + "ci", + "ent" + ], + [ + "c", + "ient" + ], + [ + "▁nor", + "te" + ], + [ + "▁n", + "orte" + ], + [ + "▁он", + "а" + ], + [ + "▁о", + "на" + ], + [ + "▁", + "она" + ], + [ + "▁score", + "d" + ], + [ + "▁sc", + "ored" + ], + [ + "▁ra", + "y" + ], + [ + "▁r", + "ay" + ], + [ + "▁", + "ray" + ], + [ + "▁фев", + "ра" + ], + [ + "▁фе", + "вра" + ], + [ + "▁prot", + "agon" + ], + [ + "▁pro", + "tagon" + ], + [ + "▁Sa", + "c" + ], + [ + "▁S", + "ac" + ], + [ + "▁common", + "ly" + ], + [ + "▁comm", + "only" + ], + [ + "Linear", + "Layout" + ], + [ + "▁app", + "lic" + ], + [ + "▁ма", + "я" + ], + [ + "З", + "а" + ], + [ + "▁access", + "ible" + ], + [ + "iew", + "er" + ], + [ + "ie", + "wer" + ], + [ + "fl", + "ag" + ], + [ + "f", + "lag" + ], + [ + "▁R", + "ück" + ], + [ + "ä", + "u" + ], + [ + "▁eran", + "o" + ], + [ + "▁era", + "no" + ], + [ + "▁er", + "ano" + ], + [ + "▁e", + "rano" + ], + [ + "▁auth", + "entic" + ], + [ + "▁", + "authentic" + ], + [ + "▁R", + "y" + ], + [ + "▁не", + "ско" + ], + [ + "▁embar", + "go" + ], + [ + "▁emb", + "argo" + ], + [ + "▁dr", + "y" + ], + [ + "▁d", + "ry" + ], + [ + "▁reason", + "able" + ], + [ + "▁Mod", + "ule" + ], + [ + "▁", + "Module" + ], + [ + "▁acc", + "eler" + ], + [ + "▁inter", + "view" + ], + [ + "▁Cre", + "ek" + ], + [ + "▁C", + "reek" + ], + [ + "▁al", + "pha" + ], + [ + "▁", + "alpha" + ], + [ + "ser", + "ie" + ], + [ + "se", + "rie" + ], + [ + "s", + "erie" + ], + [ + "The", + "y" + ], + [ + "Th", + "ey" + ], + [ + "ю", + "чи" + ], + [ + "▁Ho", + "f" + ], + [ + "▁H", + "of" + ], + [ + "▁C", + "R" + ], + [ + "▁", + "CR" + ], + [ + "mod", + "al" + ], + [ + "mo", + "dal" + ], + [ + "▁sequence", + "s" + ], + [ + "▁sequ", + "ences" + ], + [ + "close", + "d" + ], + [ + "clos", + "ed" + ], + [ + "clo", + "sed" + ], + [ + "cl", + "osed" + ], + [ + ")}", + "$" + ], + [ + ")", + "}$" + ], + [ + "▁Че", + "р" + ], + [ + "▁Ч", + "ер" + ], + [ + "▁OR", + "DER" + ], + [ + "▁", + "ORDER" + ], + [ + "Right", + "arrow" + ], + [ + "R", + "ightarrow" + ], + [ + "haus", + "en" + ], + [ + "}}", + "_" + ], + [ + "}", + "}_" + ], + [ + "▁tamb", + "é" + ], + [ + "▁magnet", + "ic" + ], + [ + "▁magn", + "etic" + ], + [ + "▁Mc", + "C" + ], + [ + "▁win", + "ning" + ], + [ + "under", + "line" + ], + [ + "▁Bill", + "board" + ], + [ + "na", + "io" + ], + [ + "▁li", + "qu" + ], + [ + "▁l", + "iqu" + ], + [ + "▁", + "liqu" + ], + [ + "display", + "style" + ], + [ + "time", + "out" + ], + [ + "▁consider", + "able" + ], + [ + "▁eb", + "en" + ], + [ + "▁e", + "ben" + ], + [ + "▁", + "eben" + ], + [ + "iffer", + "ent" + ], + [ + "iffe", + "rent" + ], + [ + "an", + "u" + ], + [ + "a", + "nu" + ], + [ + "▁Со", + "в" + ], + [ + "▁С", + "ов" + ], + [ + "[", + "(" + ], + [ + "▁:-", + ")" + ], + [ + "▁:", + "-)" + ], + [ + "le", + "itung" + ], + [ + "form", + "ed" + ], + [ + "for", + "med" + ], + [ + "▁Man", + "ager" + ], + [ + "▁", + "Manager" + ], + [ + "▁on", + "click" + ], + [ + "T", + "Y" + ], + [ + "та", + "х" + ], + [ + "C", + "V" + ], + [ + "run", + "time" + ], + [ + "r", + "untime" + ], + [ + "po", + "que" + ], + [ + "▁Л", + "о" + ], + [ + "Tem", + "p" + ], + [ + "Te", + "mp" + ], + [ + "T", + "emp" + ], + [ + "load", + "ed" + ], + [ + "lo", + "aded" + ], + [ + "▁!=", + "=" + ], + [ + "▁!", + "==" + ], + [ + "▁sing", + "er" + ], + [ + "▁sin", + "ger" + ], + [ + "▁s", + "inger" + ], + [ + "fa", + "r" + ], + [ + "f", + "ar" + ], + [ + "▁Comp", + "le" + ], + [ + "▁Com", + "ple" + ], + [ + "▁", + "Comple" + ], + [ + "▁Ö", + "sterreich" + ], + [ + "Pol", + "icy" + ], + [ + "▁work", + "er" + ], + [ + "▁wor", + "ker" + ], + [ + "▁", + "worker" + ], + [ + "W", + "rapper" + ], + [ + "ob", + "i" + ], + [ + "o", + "bi" + ], + [ + "▁discuss", + "ed" + ], + [ + "▁bu", + "y" + ], + [ + "▁b", + "uy" + ], + [ + "▁янва", + "ря" + ], + [ + "▁Di", + "n" + ], + [ + "▁D", + "in" + ], + [ + "▁ge", + "d" + ], + [ + "▁g", + "ed" + ], + [ + "▁", + "ged" + ], + [ + "ско", + "ј" + ], + [ + "E", + "urope" + ], + [ + "▁tal", + "l" + ], + [ + "▁ta", + "ll" + ], + [ + "▁t", + "all" + ], + [ + "ho", + "s" + ], + [ + "h", + "os" + ], + [ + "ла", + "го" + ], + [ + "▁Blo", + "ck" + ], + [ + "▁Bl", + "ock" + ], + [ + "▁B", + "lock" + ], + [ + "▁", + "Block" + ], + [ + "▁ident", + "ified" + ], + [ + "List", + "View" + ], + [ + "▁attempt", + "ing" + ], + [ + "▁typ", + "ical" + ], + [ + "ps", + "um" + ], + [ + "p", + "sum" + ], + [ + "ost", + "er" + ], + [ + "os", + "ter" + ], + [ + "o", + "ster" + ], + [ + "▁ж", + "урна" + ], + [ + "P", + "e" + ], + [ + "mer", + "ce" + ], + [ + "▁un", + "expected" + ], + [ + "hu", + "i" + ], + [ + "h", + "ui" + ], + [ + "lette", + "r" + ], + [ + "lett", + "er" + ], + [ + "let", + "ter" + ], + [ + "l", + "etter" + ], + [ + "▁nue", + "vo" + ], + [ + "▁а", + "бо" + ], + [ + "▁VAL", + "UES" + ], + [ + "▁I", + "z" + ], + [ + "Flag", + "s" + ], + [ + "Fl", + "ags" + ], + [ + "▁TR", + "UE" + ], + [ + "▁", + "TRUE" + ], + [ + "iza", + "ción" + ], + [ + "iz", + "ación" + ], + [ + "▁grow", + "ing" + ], + [ + "▁gro", + "wing" + ], + [ + "estr", + "e" + ], + [ + "est", + "re" + ], + [ + "es", + "tre" + ], + [ + "e", + "stre" + ], + [ + "▁pol", + "y" + ], + [ + "▁po", + "ly" + ], + [ + "▁p", + "oly" + ], + [ + "▁", + "poly" + ], + [ + "▁Sto", + "ne" + ], + [ + "▁St", + "one" + ], + [ + "▁VII", + "I" + ], + [ + "▁VI", + "II" + ], + [ + "▁V", + "III" + ], + [ + "▁local", + "host" + ], + [ + "▁", + "localhost" + ], + [ + "ähl", + "t" + ], + [ + "äh", + "lt" + ], + [ + "▁embed", + "ded" + ], + [ + "jd", + "bc" + ], + [ + "j", + "dbc" + ], + [ + "▁convent", + "ion" + ], + [ + "▁conven", + "tion" + ], + [ + "▁conv", + "ention" + ], + [ + "▁con", + "vention" + ], + [ + "▁scal", + "a" + ], + [ + "▁sc", + "ala" + ], + [ + "▁s", + "cala" + ], + [ + "▁", + "scala" + ], + [ + "со", + "к" + ], + [ + "с", + "ок" + ], + [ + "▁anal", + "og" + ], + [ + "▁an", + "alog" + ], + [ + "▁\"", + "+" + ], + [ + "▁", + "\"+" + ], + [ + "ц", + "ю" + ], + [ + "oc", + "c" + ], + [ + "o", + "cc" + ], + [ + "▁lit", + "t" + ], + [ + "▁li", + "tt" + ], + [ + "▁l", + "itt" + ], + [ + "P", + "N" + ], + [ + "▁ак", + "тив" + ], + [ + "▁а", + "ктив" + ], + [ + "attribute", + "s" + ], + [ + "att", + "ributes" + ], + [ + "▁Fer", + "d" + ], + [ + "▁Fe", + "rd" + ], + [ + "▁F", + "erd" + ], + [ + "▁az", + "ure" + ], + [ + "▁", + "azure" + ], + [ + "ș", + "ti" + ], + [ + "ño", + "s" + ], + [ + "ñ", + "os" + ], + [ + "pin", + "g" + ], + [ + "pi", + "ng" + ], + [ + "p", + "ing" + ], + [ + "▁teach", + "er" + ], + [ + "▁tea", + "cher" + ], + [ + "▁te", + "acher" + ], + [ + "}", + "&" + ], + [ + "ip", + "e" + ], + [ + "i", + "pe" + ], + [ + "▁No", + "b" + ], + [ + "▁N", + "ob" + ], + [ + "▁им", + "а" + ], + [ + "▁и", + "ма" + ], + [ + "Bi", + "nd" + ], + [ + "B", + "ind" + ], + [ + "▁mag", + "ic" + ], + [ + "▁Trans", + "port" + ], + [ + "▁", + "Transport" + ], + [ + "ix", + "el" + ], + [ + "▁compute", + "d" + ], + [ + "▁comput", + "ed" + ], + [ + "▁comp", + "uted" + ], + [ + "agn", + "a" + ], + [ + "ag", + "na" + ], + [ + "ers", + "t" + ], + [ + "er", + "st" + ], + [ + "H", + "A" + ], + [ + "W", + "ait" + ], + [ + "▁author", + "s" + ], + [ + "▁auth", + "ors" + ], + [ + "▁;", + ")" + ], + [ + "cla", + "m" + ], + [ + "cl", + "am" + ], + [ + "c", + "lam" + ], + [ + "▁Pen", + "nsylvan" + ], + [ + "▁dru", + "g" + ], + [ + "▁dr", + "ug" + ], + [ + "▁d", + "rug" + ], + [ + "▁va", + "in" + ], + [ + "▁v", + "ain" + ], + [ + "▁employ", + "ed" + ], + [ + "▁individual", + "s" + ], + [ + "▁individ", + "uals" + ], + [ + "▁ang", + "e" + ], + [ + "▁an", + "ge" + ], + [ + "▁", + "ange" + ], + [ + "uta", + "t" + ], + [ + "ut", + "at" + ], + [ + "u", + "tat" + ], + [ + "▁$", + "-" + ], + [ + "▁", + "$-" + ], + [ + "corr", + "ect" + ], + [ + "cor", + "rect" + ], + [ + "▁experiment", + "s" + ], + [ + "▁exper", + "iments" + ], + [ + "Arg", + "ument" + ], + [ + "▁I", + "B" + ], + [ + "▁", + "IB" + ], + [ + "▁p", + "ère" + ], + [ + "▁Br", + "ian" + ], + [ + "▁B", + "rian" + ], + [ + "berg", + "er" + ], + [ + "ber", + "ger" + ], + [ + "Ma", + "c" + ], + [ + "M", + "ac" + ], + [ + "ias", + "t" + ], + [ + "ia", + "st" + ], + [ + "i", + "ast" + ], + [ + "Per", + "m" + ], + [ + "Pe", + "rm" + ], + [ + "P", + "erm" + ], + [ + "Ca", + "st" + ], + [ + "C", + "ast" + ], + [ + "▁{}", + ";" + ], + [ + "▁{", + "};" + ], + [ + "▁Stud", + "ent" + ], + [ + "▁Stu", + "dent" + ], + [ + "▁St", + "udent" + ], + [ + "▁", + "Student" + ], + [ + "▁stat", + "t" + ], + [ + "▁sta", + "tt" + ], + [ + "▁st", + "att" + ], + [ + "al", + "gebra" + ], + [ + "▁equal", + "s" + ], + [ + "▁equ", + "als" + ], + [ + "▁eq", + "uals" + ], + [ + "▁", + "equals" + ], + [ + "▁pro", + "jet" + ], + [ + "▁prés", + "ident" + ], + [ + "Activity", + "Thread" + ], + [ + "▁ein", + "z" + ], + [ + "eni", + "a" + ], + [ + "en", + "ia" + ], + [ + "e", + "nia" + ], + [ + "re", + "z" + ], + [ + "r", + "ez" + ], + [ + "ession", + "al" + ], + [ + "ess", + "ional" + ], + [ + "▁авгу", + "ста" + ], + [ + "over", + "ride" + ], + [ + "new", + "s" + ], + [ + "ne", + "ws" + ], + [ + "▁plane", + "t" + ], + [ + "▁plan", + "et" + ], + [ + "▁pla", + "net" + ], + [ + "n", + "n" + ], + [ + "▁Wi", + "s" + ], + [ + "▁W", + "is" + ], + [ + "тв", + "ер" + ], + [ + "т", + "вер" + ], + [ + "▁Val", + "id" + ], + [ + "▁", + "Valid" + ], + [ + "▁Ge", + "f" + ], + [ + "▁G", + "ef" + ], + [ + "гра", + "д" + ], + [ + "▁e", + "ig" + ], + [ + "anto", + "m" + ], + [ + "ant", + "om" + ], + [ + "an", + "tom" + ], + [ + "▁Me", + "ister" + ], + [ + "flag", + "s" + ], + [ + "fl", + "ags" + ], + [ + "fficial", + "e" + ], + [ + "ffic", + "iale" + ], + [ + "ша", + "я" + ], + [ + "-", + "," + ], + [ + "ation", + "en" + ], + [ + "atio", + "nen" + ], + [ + "ati", + "onen" + ], + [ + "at", + "ionen" + ], + [ + "mo", + "use" + ], + [ + "m", + "ouse" + ], + [ + "stand", + "ard" + ], + [ + "Sing", + "le" + ], + [ + "▁bo", + "l" + ], + [ + "▁b", + "ol" + ], + [ + "▁", + "bol" + ], + [ + "isi", + "s" + ], + [ + "is", + "is" + ], + [ + "▁fr", + "uit" + ], + [ + "▁f", + "ruit" + ], + [ + "c", + "ourse" + ], + [ + "itan", + "ts" + ], + [ + "it", + "ants" + ], + [ + "▁ét", + "aient" + ], + [ + "▁é", + "taient" + ], + [ + "Text", + "Field" + ], + [ + "▁фо", + "н" + ], + [ + "▁ф", + "он" + ], + [ + "▁air", + "craft" + ], + [ + "▁a", + "ircraft" + ], + [ + "▁IS", + "SN" + ], + [ + "▁I", + "SSN" + ], + [ + "▁west", + "ern" + ], + [ + "▁", + "western" + ], + [ + "▁represent", + "ing" + ], + [ + "Es", + "p" + ], + [ + "E", + "sp" + ], + [ + "▁Els", + "e" + ], + [ + "▁El", + "se" + ], + [ + "▁", + "Else" + ], + [ + "▁size", + "s" + ], + [ + "▁si", + "zes" + ], + [ + "▁s", + "izes" + ], + [ + "▁satisf", + "ied" + ], + [ + "oto", + "s" + ], + [ + "ot", + "os" + ], + [ + "U", + "D" + ], + [ + "Fin", + "al" + ], + [ + "Fi", + "nal" + ], + [ + "F", + "inal" + ], + [ + "ó", + "j" + ], + [ + "è", + "ve" + ], + [ + "▁Ro", + "y" + ], + [ + "▁R", + "oy" + ], + [ + "ffe", + "n" + ], + [ + "ff", + "en" + ], + [ + "f", + "fen" + ], + [ + "▁sal", + "t" + ], + [ + "▁sa", + "lt" + ], + [ + "▁s", + "alt" + ], + [ + "▁Lab", + "el" + ], + [ + "▁La", + "bel" + ], + [ + "▁L", + "abel" + ], + [ + "▁", + "Label" + ], + [ + "S", + "k" + ], + [ + "▁к", + "ре" + ], + [ + "▁", + "кре" + ], + [ + "▁Ли", + "тература" + ], + [ + "▁с", + "м" + ], + [ + "Attribute", + "s" + ], + [ + "Att", + "ributes" + ], + [ + "ay", + "e" + ], + [ + "a", + "ye" + ], + [ + "сь", + "к" + ], + [ + "▁вы", + "со" + ], + [ + "-", + ")" + ], + [ + "ose", + "s" + ], + [ + "os", + "es" + ], + [ + "calc", + "ul" + ], + [ + "cal", + "cul" + ], + [ + "▁Can", + "not" + ], + [ + "▁C", + "annot" + ], + [ + "▁", + "Cannot" + ], + [ + "Gener", + "ic" + ], + [ + "em", + "o" + ], + [ + "e", + "mo" + ], + [ + "▁Auto", + "r" + ], + [ + "▁Aut", + "or" + ], + [ + "▁Au", + "tor" + ], + [ + "▁A", + "utor" + ], + [ + "лё", + "н" + ], + [ + "л", + "ён" + ], + [ + "ла", + "га" + ], + [ + "vo", + "te" + ], + [ + "v", + "ote" + ], + [ + "licate", + "s" + ], + [ + "lica", + "tes" + ], + [ + "lic", + "ates" + ], + [ + "ru", + "s" + ], + [ + "r", + "us" + ], + [ + "él", + "i" + ], + [ + "é", + "li" + ], + [ + "op", + "f" + ], + [ + "o", + "pf" + ], + [ + "ati", + "que" + ], + [ + "at", + "ique" + ], + [ + "scal", + "a" + ], + [ + "sc", + "ala" + ], + [ + "s", + "cala" + ], + [ + "▁Oh", + "io" + ], + [ + "▁Brit", + "ann" + ], + [ + "▁be", + "f" + ], + [ + "▁b", + "ef" + ], + [ + "▁Ев", + "ро" + ], + [ + "▁Е", + "вро" + ], + [ + "▁Care", + "er" + ], + [ + "isé", + "e" + ], + [ + "is", + "ée" + ], + [ + "ó", + "t" + ], + [ + "bos", + "e" + ], + [ + "bo", + "se" + ], + [ + "b", + "ose" + ], + [ + "▁Бе", + "р" + ], + [ + "▁Б", + "ер" + ], + [ + "▁Control", + "ler" + ], + [ + "▁Cont", + "roller" + ], + [ + "▁", + "Controller" + ], + [ + "pol", + "e" + ], + [ + "po", + "le" + ], + [ + "p", + "ole" + ], + [ + "▁alle", + "n" + ], + [ + "▁all", + "en" + ], + [ + "▁al", + "len" + ], + [ + "▁", + "allen" + ], + [ + "▁ha", + "ck" + ], + [ + "▁h", + "ack" + ], + [ + "▁ext", + "ent" + ], + [ + "▁calc", + "i" + ], + [ + "▁cal", + "ci" + ], + [ + "Me", + "r" + ], + [ + "M", + "er" + ], + [ + "▁summar", + "y" + ], + [ + "▁summ", + "ary" + ], + [ + "▁sum", + "mary" + ], + [ + "▁", + "summary" + ], + [ + "Mar", + "t" + ], + [ + "Ma", + "rt" + ], + [ + "M", + "art" + ], + [ + "▁historic", + "al" + ], + [ + "▁histor", + "ical" + ], + [ + "ima", + "t" + ], + [ + "im", + "at" + ], + [ + "i", + "mat" + ], + [ + "bu", + "d" + ], + [ + "b", + "ud" + ], + [ + "▁FO", + "R" + ], + [ + "▁F", + "OR" + ], + [ + "▁", + "FOR" + ], + [ + "exp", + "ort" + ], + [ + "ex", + "port" + ], + [ + "ed", + "i" + ], + [ + "e", + "di" + ], + [ + "Mapp", + "ing" + ], + [ + "Map", + "ping" + ], + [ + "Ma", + "pping" + ], + [ + "M", + "apping" + ], + [ + "▁A", + "y" + ], + [ + "▁Rub", + "y" + ], + [ + "▁Ru", + "by" + ], + [ + "▁R", + "uby" + ], + [ + "▁definition", + "s" + ], + [ + "▁definit", + "ions" + ], + [ + "▁defin", + "itions" + ], + [ + "▁{", + "$" + ], + [ + "▁", + "{$" + ], + [ + "▁your", + "s" + ], + [ + "▁you", + "rs" + ], + [ + "▁yo", + "urs" + ], + [ + "▁y", + "ours" + ], + [ + "ria", + "s" + ], + [ + "ri", + "as" + ], + [ + "r", + "ias" + ], + [ + "To", + "uch" + ], + [ + "T", + "ouch" + ], + [ + "▁Ga", + "z" + ], + [ + "▁G", + "az" + ], + [ + "▁Auto", + "m" + ], + [ + "▁Aut", + "om" + ], + [ + "▁Au", + "tom" + ], + [ + "▁", + "Autom" + ], + [ + "▁исто", + "ри" + ], + [ + "▁ис", + "тори" + ], + [ + "▁и", + "стори" + ], + [ + "▁del", + "en" + ], + [ + "▁de", + "len" + ], + [ + "▁d", + "elen" + ], + [ + "▁Kind", + "er" + ], + [ + "▁Kin", + "der" + ], + [ + "▁Ki", + "nder" + ], + [ + "▁K", + "inder" + ], + [ + "}}", + "%" + ], + [ + "}", + "}%" + ], + [ + "▁perform", + "ing" + ], + [ + "F", + "R" + ], + [ + "▁Si", + "g" + ], + [ + "▁S", + "ig" + ], + [ + "▁Bra", + "d" + ], + [ + "▁Br", + "ad" + ], + [ + "▁B", + "rad" + ], + [ + "bra", + "s" + ], + [ + "br", + "as" + ], + [ + "b", + "ras" + ], + [ + "▁Ja", + "r" + ], + [ + "▁J", + "ar" + ], + [ + "pk", + "g" + ], + [ + "p", + "kg" + ], + [ + "w", + "r" + ], + [ + "▁Pay", + "s" + ], + [ + "▁Pa", + "ys" + ], + [ + "▁P", + "ays" + ], + [ + "N", + "C" + ], + [ + "▁oppos", + "ed" + ], + [ + "▁opp", + "osed" + ], + [ + "▁op", + "posed" + ], + [ + "Tr", + "y" + ], + [ + "T", + "ry" + ], + [ + "▁ве", + "зе" + ], + [ + "▁Bo", + "g" + ], + [ + "▁B", + "og" + ], + [ + "▁write", + "s" + ], + [ + "▁writ", + "es" + ], + [ + "▁wr", + "ites" + ], + [ + "▁stor", + "ies" + ], + [ + "▁sto", + "ries" + ], + [ + "▁st", + "ories" + ], + [ + "▁mate", + "r" + ], + [ + "▁mat", + "er" + ], + [ + "▁ma", + "ter" + ], + [ + "▁m", + "ater" + ], + [ + "▁stag", + "ione" + ], + [ + "▁st", + "y" + ], + [ + "▁s", + "ty" + ], + [ + "▁", + "sty" + ], + [ + "▁compat", + "ible" + ], + [ + "▁", + "compatible" + ], + [ + "he", + "ast" + ], + [ + "h", + "east" + ], + [ + "▁Gu", + "y" + ], + [ + "▁G", + "uy" + ], + [ + "egr", + "ünd" + ], + [ + "▁ident", + "ifier" + ], + [ + "▁", + "identifier" + ], + [ + "▁head", + "s" + ], + [ + "▁he", + "ads" + ], + [ + "по", + "зи" + ], + [ + "▁st", + "up" + ], + [ + "▁t", + "f" + ], + [ + "▁", + "tf" + ], + [ + "▁ј", + "ош" + ], + [ + "▁Hu", + "gh" + ], + [ + "▁H", + "ugh" + ], + [ + "▁card", + "s" + ], + [ + "▁car", + "ds" + ], + [ + "▁c", + "ards" + ], + [ + "▁", + "cards" + ], + [ + "ov", + "y" + ], + [ + "o", + "vy" + ], + [ + "▁To", + "ast" + ], + [ + "alla", + "s" + ], + [ + "all", + "as" + ], + [ + "al", + "las" + ], + [ + "▁p", + "úblic" + ], + [ + "▁assume", + "s" + ], + [ + "▁assum", + "es" + ], + [ + "▁ass", + "umes" + ], + [ + "▁чемпи", + "она" + ], + [ + "ycle", + "r" + ], + [ + "yc", + "ler" + ], + [ + "y", + "cler" + ], + [ + "▁Juni", + "or" + ], + [ + "▁Jun", + "ior" + ], + [ + "▁F", + "ich" + ], + [ + "▁estimate", + "d" + ], + [ + "▁estim", + "ated" + ], + [ + "zer", + "w" + ], + [ + "ze", + "rw" + ], + [ + "dia", + "log" + ], + [ + "di", + "alog" + ], + [ + "d", + "ialog" + ], + [ + "ши", + "н" + ], + [ + "ш", + "ин" + ], + [ + "she", + "ll" + ], + [ + "sh", + "ell" + ], + [ + "s", + "hell" + ], + [ + "▁ни", + "х" + ], + [ + "▁н", + "их" + ], + [ + "▁", + "них" + ], + [ + "▁pit", + "ch" + ], + [ + "▁p", + "itch" + ], + [ + "до", + "л" + ], + [ + "out", + "ube" + ], + [ + "▁Sant", + "i" + ], + [ + "▁San", + "ti" + ], + [ + "▁S", + "anti" + ], + [ + "On", + "ClickListener" + ], + [ + "▁Mag", + "yar" + ], + [ + "▁M", + "agyar" + ], + [ + "▁vu", + "e" + ], + [ + "▁v", + "ue" + ], + [ + "▁", + "vue" + ], + [ + "i", + "ão" + ], + [ + "▁`", + "#" + ], + [ + "coll", + "ect" + ], + [ + "col", + "lect" + ], + [ + "▁Ro", + "u" + ], + [ + "▁R", + "ou" + ], + [ + "anal", + "ysis" + ], + [ + "istrz", + "ost" + ], + [ + "▁Dig", + "ital" + ], + [ + "▁", + "Digital" + ], + [ + "▁cri", + "st" + ], + [ + "▁cr", + "ist" + ], + [ + "▁c", + "rist" + ], + [ + "rier", + "e" + ], + [ + "rie", + "re" + ], + [ + "ri", + "ere" + ], + [ + "r", + "iere" + ], + [ + "▁camp", + "o" + ], + [ + "▁cam", + "po" + ], + [ + "U", + "s" + ], + [ + "▁circ", + "a" + ], + [ + "▁cir", + "ca" + ], + [ + "▁Com", + "ponent" + ], + [ + "▁", + "Component" + ], + [ + "▁NS", + "String" + ], + [ + "▁", + "NSString" + ], + [ + "p", + "d" + ], + [ + "▁prin", + "ce" + ], + [ + "▁pr", + "ince" + ], + [ + "▁inv", + "oke" + ], + [ + "▁in", + "voke" + ], + [ + "▁", + "invoke" + ], + [ + "▁Mari", + "ne" + ], + [ + "▁Mar", + "ine" + ], + [ + "All", + "ow" + ], + [ + "Al", + "low" + ], + [ + "esti", + "c" + ], + [ + "est", + "ic" + ], + [ + "рист", + "и" + ], + [ + "рис", + "ти" + ], + [ + "ри", + "сти" + ], + [ + "bon", + "e" + ], + [ + "bo", + "ne" + ], + [ + "b", + "one" + ], + [ + "тур", + "ы" + ], + [ + "ту", + "ры" + ], + [ + "▁pass", + "ion" + ], + [ + "ác", + "ió" + ], + [ + "á", + "ció" + ], + [ + "▁or", + "n" + ], + [ + "▁o", + "rn" + ], + [ + "▁", + "orn" + ], + [ + "ве", + "д" + ], + [ + "▁inv", + "ari" + ], + [ + "▁in", + "vari" + ], + [ + "▁н", + "і" + ], + [ + "▁", + "ні" + ], + [ + "Rem", + "ove" + ], + [ + "Re", + "move" + ], + [ + "enci", + "es" + ], + [ + "enc", + "ies" + ], + [ + "en", + "cies" + ], + [ + "ili", + "b" + ], + [ + "il", + "ib" + ], + [ + "i", + "lib" + ], + [ + "▁Direct", + "or" + ], + [ + "▁Dire", + "ctor" + ], + [ + "▁Dir", + "ector" + ], + [ + "\"", + "\"" + ], + [ + "▁Cons", + "e" + ], + [ + "▁Con", + "se" + ], + [ + "google", + "apis" + ], + [ + "ó", + "k" + ], + [ + "▁У", + "кра" + ], + [ + "▁Hav", + "ing" + ], + [ + "▁Ha", + "ving" + ], + [ + "▁H", + "aving" + ], + [ + "Dom", + "ain" + ], + [ + "Do", + "main" + ], + [ + "ier", + "z" + ], + [ + "ie", + "rz" + ], + [ + "но", + "логи" + ], + [ + "н", + "ологи" + ], + [ + "Ch", + "o" + ], + [ + "C", + "ho" + ], + [ + "und", + "efined" + ], + [ + "un", + "defined" + ], + [ + "allo", + "c" + ], + [ + "all", + "oc" + ], + [ + "al", + "loc" + ], + [ + "▁pie", + "d" + ], + [ + "▁pi", + "ed" + ], + [ + "▁p", + "ied" + ], + [ + "▁fra", + "ction" + ], + [ + "▁fr", + "action" + ], + [ + "▁f", + "raction" + ], + [ + "bi", + "a" + ], + [ + "b", + "ia" + ], + [ + "▁пол", + "о" + ], + [ + "▁по", + "ло" + ], + [ + "▁п", + "оло" + ], + [ + "▁", + "поло" + ], + [ + "ug", + "no" + ], + [ + "min", + "ister" + ], + [ + "▁principal", + "e" + ], + [ + "▁princip", + "ale" + ], + [ + "▁refuse", + "d" + ], + [ + "▁ref", + "used" + ], + [ + "brow", + "ser" + ], + [ + "b", + "rowser" + ], + [ + "*", + "," + ], + [ + "▁H", + "ospital" + ], + [ + "▁univers", + "al" + ], + [ + "▁Ern", + "st" + ], + [ + "wh", + "o" + ], + [ + "w", + "ho" + ], + [ + "▁Gar", + "d" + ], + [ + "▁Ga", + "rd" + ], + [ + "▁G", + "ard" + ], + [ + "'", + "_" + ], + [ + "cond", + "e" + ], + [ + "con", + "de" + ], + [ + "co", + "nde" + ], + [ + "c", + "onde" + ], + [ + "▁[", + "{" + ], + [ + "▁", + "[{" + ], + [ + "so", + "b" + ], + [ + "s", + "ob" + ], + [ + "▁Cr", + "it" + ], + [ + "▁C", + "rit" + ], + [ + "▁дека", + "бря" + ], + [ + "▁punt", + "o" + ], + [ + "▁pun", + "to" + ], + [ + "▁p", + "unto" + ], + [ + "▁einges", + "etzt" + ], + [ + "▁tö", + "r" + ], + [ + "▁t", + "ör" + ], + [ + "▁N", + "i" + ], + [ + "▁wor", + "ry" + ], + [ + "▁w", + "orry" + ], + [ + "▁leg", + "end" + ], + [ + "▁", + "legend" + ], + [ + "▁бу", + "ли" + ], + [ + "▁kom", + "m" + ], + [ + "▁ko", + "mm" + ], + [ + "▁k", + "omm" + ], + [ + "rij", + "k" + ], + [ + "ri", + "jk" + ], + [ + "r", + "ijk" + ], + [ + "eff", + "ect" + ], + [ + "ef", + "fect" + ], + [ + "e", + "ffect" + ], + [ + "Or", + "i" + ], + [ + "O", + "ri" + ], + [ + "RE", + "S" + ], + [ + "R", + "ES" + ], + [ + "▁Peter", + "s" + ], + [ + "▁Pet", + "ers" + ], + [ + "▁Pe", + "ters" + ], + [ + "▁P", + "eters" + ], + [ + "▁Bar", + "on" + ], + [ + "▁Ba", + "ron" + ], + [ + "▁B", + "aron" + ], + [ + "▁Go", + "t" + ], + [ + "▁G", + "ot" + ], + [ + "▁hon", + "est" + ], + [ + "▁ho", + "nest" + ], + [ + "är", + "e" + ], + [ + "ä", + "re" + ], + [ + "ás", + "z" + ], + [ + "á", + "sz" + ], + [ + "▁nob", + "le" + ], + [ + "▁no", + "ble" + ], + [ + "▁conclus", + "ion" + ], + [ + "▁concl", + "usion" + ], + [ + "▁con", + "clusion" + ], + [ + "▁formatt", + "ing" + ], + [ + "▁format", + "ting" + ], + [ + "▁form", + "atting" + ], + [ + "▁ott", + "o" + ], + [ + "▁ot", + "to" + ], + [ + "▁o", + "tto" + ], + [ + "▁", + "otto" + ], + [ + "▁del", + "eg" + ], + [ + "▁de", + "leg" + ], + [ + "м", + "б" + ], + [ + "pto", + "p" + ], + [ + "pt", + "op" + ], + [ + "p", + "top" + ], + [ + "▁send", + "s" + ], + [ + "▁sen", + "ds" + ], + [ + "▁s", + "ends" + ], + [ + "urn", + "ame" + ], + [ + "ur", + "name" + ], + [ + "▁festiv", + "al" + ], + [ + "▁fest", + "ival" + ], + [ + "▁f", + "estival" + ], + [ + ",", + "‎" + ], + [ + "ру", + "с" + ], + [ + "р", + "ус" + ], + [ + "▁doc", + "h" + ], + [ + "▁do", + "ch" + ], + [ + "▁d", + "och" + ], + [ + "sub", + "ject" + ], + [ + "su", + "bject" + ], + [ + "▁care", + "ful" + ], + [ + "que", + "nt" + ], + [ + "qu", + "ent" + ], + [ + "q", + "uent" + ], + [ + "▁Lo", + "ad" + ], + [ + "▁", + "Load" + ], + [ + "temper", + "aturen" + ], + [ + "▁ru", + "e" + ], + [ + "▁r", + "ue" + ], + [ + "Mem", + "ory" + ], + [ + "ț", + "a" + ], + [ + "ion", + "a" + ], + [ + "io", + "na" + ], + [ + "i", + "ona" + ], + [ + "▁dent", + "ro" + ], + [ + "▁began", + "n" + ], + [ + "▁beg", + "ann" + ], + [ + "▁A", + "qu" + ], + [ + "▁scient", + "ific" + ], + [ + "ka", + "ń" + ], + [ + "ло", + "к" + ], + [ + "л", + "ок" + ], + [ + "eld", + "e" + ], + [ + "el", + "de" + ], + [ + "▁Th", + "ose" + ], + [ + "qui", + "er" + ], + [ + "qu", + "ier" + ], + [ + "act", + "ér" + ], + [ + "▁Auf", + "lage" + ], + [ + ")", + "'" + ], + [ + "▁grad", + "ient" + ], + [ + "▁", + "gradient" + ], + [ + "inte", + "ger" + ], + [ + "in", + "teger" + ], + [ + "▁Imp", + "ort" + ], + [ + "▁Im", + "port" + ], + [ + "▁", + "Import" + ], + [ + "S", + "K" + ], + [ + "▁Stat", + "us" + ], + [ + "▁St", + "atus" + ], + [ + "▁", + "Status" + ], + [ + "▁expl", + "o" + ], + [ + "▁exp", + "lo" + ], + [ + "A", + "E" + ], + [ + "She", + "ll" + ], + [ + "Sh", + "ell" + ], + [ + "S", + "hell" + ], + [ + "▁Paul", + "o" + ], + [ + "▁Pa", + "ulo" + ], + [ + ".", + "»" + ], + [ + "}", + "", + "'" + ], + [ + "hav", + "ior" + ], + [ + "le", + "i" + ], + [ + "l", + "ei" + ], + [ + "ul", + "f" + ], + [ + "▁geomet", + "ry" + ], + [ + "▁geom", + "etry" + ], + [ + "▁ge", + "ometry" + ], + [ + "▁", + "geometry" + ], + [ + "pre", + "v" + ], + [ + "pr", + "ev" + ], + [ + "p", + "rev" + ], + [ + "emp", + "l" + ], + [ + "em", + "pl" + ], + [ + "▁L", + "é" + ], + [ + "ans", + "on" + ], + [ + "an", + "son" + ], + [ + "▁Ali", + "ce" + ], + [ + "▁Al", + "ice" + ], + [ + "▁A", + "lice" + ], + [ + "proto", + "type" + ], + [ + "pro", + "totype" + ], + [ + "RE", + "AD" + ], + [ + "icul", + "ar" + ], + [ + "ic", + "ular" + ], + [ + "i", + "cular" + ], + [ + "▁б", + "і" + ], + [ + "▁", + "бі" + ], + [ + "▁deutsch", + "e" + ], + [ + "▁Re", + "present" + ], + [ + "site", + "s" + ], + [ + "si", + "tes" + ], + [ + "s", + "ites" + ], + [ + "▁Me", + "an" + ], + [ + "▁dis", + "s" + ], + [ + "▁di", + "ss" + ], + [ + "▁d", + "iss" + ], + [ + "▁Zu", + "r" + ], + [ + "▁Z", + "ur" + ], + [ + "▁пре", + "з" + ], + [ + "▁пр", + "ез" + ], + [ + "▁п", + "рез" + ], + [ + "PA", + "R" + ], + [ + "P", + "AR" + ], + [ + "▁'", + "#" + ], + [ + "▁Dr", + "a" + ], + [ + "▁D", + "ra" + ], + [ + "▁", + "Dra" + ], + [ + "со", + "н" + ], + [ + "с", + "он" + ], + [ + "▁ste", + "ht" + ], + [ + "mark", + "t" + ], + [ + "mar", + "kt" + ], + [ + "▁eas", + "e" + ], + [ + "▁e", + "ase" + ], + [ + "Draw", + "ing" + ], + [ + "Dra", + "wing" + ], + [ + "=", + "%" + ], + [ + "Sto", + "p" + ], + [ + "St", + "op" + ], + [ + "S", + "top" + ], + [ + "▁servi", + "ng" + ], + [ + "▁serv", + "ing" + ], + [ + "▁ser", + "ving" + ], + [ + "▁s", + "erving" + ], + [ + "▁tak", + "że" + ], + [ + "▁D", + "NS" + ], + [ + "▁liter", + "al" + ], + [ + "▁lit", + "eral" + ], + [ + "Di", + "e" + ], + [ + "D", + "ie" + ], + [ + "▁во", + "с" + ], + [ + "▁в", + "ос" + ], + [ + "▁sen", + "ior" + ], + [ + "aci", + "on" + ], + [ + "ac", + "ion" + ], + [ + "a", + "cion" + ], + [ + "▁ub", + "untu" + ], + [ + "▁u", + "buntu" + ], + [ + "▁", + "ubuntu" + ], + [ + "▁Frank", + "furt" + ], + [ + "▁Sund", + "ay" + ], + [ + "▁Sun", + "day" + ], + [ + "á", + "b" + ], + [ + "▁journ", + "ey" + ], + [ + "▁jour", + "ney" + ], + [ + "iss", + "a" + ], + [ + "is", + "sa" + ], + [ + "ber", + "ry" + ], + [ + "▁se", + "p" + ], + [ + "▁s", + "ep" + ], + [ + "▁", + "sep" + ], + [ + "▁io", + "n" + ], + [ + "▁i", + "on" + ], + [ + "▁", + "ion" + ], + [ + "wer", + "t" + ], + [ + "we", + "rt" + ], + [ + "w", + "ert" + ], + [ + "orsz", + "ág" + ], + [ + "or", + "szág" + ], + [ + "serv", + "e" + ], + [ + "ser", + "ve" + ], + [ + "s", + "erve" + ], + [ + "▁Milan", + "o" + ], + [ + "▁Mil", + "ano" + ], + [ + "▁ве", + "ка" + ], + [ + "ра", + "х" + ], + [ + "▁ию", + "ля" + ], + [ + "▁man", + "era" + ], + [ + "▁station", + "s" + ], + [ + "▁stati", + "ons" + ], + [ + "▁stat", + "ions" + ], + [ + "▁st", + "ations" + ], + [ + "▁adopt", + "ed" + ], + [ + "▁any", + "body" + ], + [ + "VER", + "SION" + ], + [ + "F", + "E" + ], + [ + "dor", + "f" + ], + [ + "do", + "rf" + ], + [ + "d", + "orf" + ], + [ + "...", + "," + ], + [ + "..", + ".," + ], + [ + "▁образ", + "ова" + ], + [ + "▁обра", + "зова" + ], + [ + "Log", + "ger" + ], + [ + "фици", + "аль" + ], + [ + "фи", + "циаль" + ], + [ + "WR", + "ITE" + ], + [ + "▁ha", + "m" + ], + [ + "▁h", + "am" + ], + [ + "▁", + "ham" + ], + [ + "▁Fut", + "ure" + ], + [ + "▁F", + "uture" + ], + [ + "▁", + "Future" + ], + [ + "ote", + "n" + ], + [ + "ot", + "en" + ], + [ + "o", + "ten" + ], + [ + "▁A", + "G" + ], + [ + "▁", + "AG" + ], + [ + "▁train", + "ed" + ], + [ + "▁tra", + "ined" + ], + [ + "▁tr", + "ained" + ], + [ + "▁t", + "rained" + ], + [ + "▁Nic", + "h" + ], + [ + "▁Ni", + "ch" + ], + [ + "▁N", + "ich" + ], + [ + "▁univers", + "ity" + ], + [ + "▁un", + "iversity" + ], + [ + "▁Olympic", + "s" + ], + [ + "▁Olymp", + "ics" + ], + [ + "▁doi", + "t" + ], + [ + "▁do", + "it" + ], + [ + "▁d", + "oit" + ], + [ + "▁cultura", + "l" + ], + [ + "▁cult", + "ural" + ], + [ + "Con", + "f" + ], + [ + "▁Con", + "ference" + ], + [ + "orn", + "o" + ], + [ + "or", + "no" + ], + [ + "▁M", + "P" + ], + [ + "▁", + "MP" + ], + [ + "▁bo", + "u" + ], + [ + "▁b", + "ou" + ], + [ + "ci", + "n" + ], + [ + "c", + "in" + ], + [ + "Hi", + "gh" + ], + [ + "H", + "igh" + ], + [ + "annt", + "e" + ], + [ + "ann", + "te" + ], + [ + "▁display", + "ing" + ], + [ + "▁chap", + "ter" + ], + [ + "▁ch", + "apter" + ], + [ + "▁", + "chapter" + ], + [ + "▁Frau", + "en" + ], + [ + "▁Fra", + "uen" + ], + [ + "▁realize", + "d" + ], + [ + "▁realiz", + "ed" + ], + [ + "▁real", + "ized" + ], + [ + "▁attempt", + "ed" + ], + [ + "▁prefer", + "red" + ], + [ + "▁pre", + "ferred" + ], + [ + "Da", + "t" + ], + [ + "D", + "at" + ], + [ + "▁trouv", + "e" + ], + [ + "▁trou", + "ve" + ], + [ + "▁tro", + "uve" + ], + [ + "▁tr", + "ouve" + ], + [ + "▁intent", + "ion" + ], + [ + "▁inten", + "tion" + ], + [ + "▁int", + "ention" + ], + [ + "▁Not", + "ice" + ], + [ + "tim", + "estamp" + ], + [ + "*", + "(" + ], + [ + "▁Ш", + "а" + ], + [ + "ana", + "s" + ], + [ + "an", + "as" + ], + [ + "a", + "nas" + ], + [ + "cl", + "a" + ], + [ + "c", + "la" + ], + [ + "is", + "z" + ], + [ + "i", + "sz" + ], + [ + "tb", + "l" + ], + [ + "t", + "bl" + ], + [ + "Ar", + "r" + ], + [ + "A", + "rr" + ], + [ + "▁in", + "verse" + ], + [ + "▁ter", + "rible" + ], + [ + "▁occup", + "ied" + ], + [ + "J", + "AX" + ], + [ + "<", + "-" + ], + [ + "▁Phil", + "osoph" + ], + [ + "▁Cor", + "ps" + ], + [ + "build", + "er" + ], + [ + "bu", + "ilder" + ], + [ + "▁begin", + "s" + ], + [ + "▁beg", + "ins" + ], + [ + "▁cens", + "us" + ], + [ + "▁c", + "ensus" + ], + [ + ".", + "’" + ], + [ + "▁prove", + "n" + ], + [ + "▁prov", + "en" + ], + [ + "▁pro", + "ven" + ], + [ + "▁pr", + "oven" + ], + [ + "met", + "ric" + ], + [ + "▁increase", + "s" + ], + [ + "▁incre", + "ases" + ], + [ + "wi", + "ch" + ], + [ + "w", + "ich" + ], + [ + "▁AB", + "C" + ], + [ + "▁A", + "BC" + ], + [ + "▁", + "ABC" + ], + [ + "project", + "s" + ], + [ + "▁Th", + "or" + ], + [ + "▁T", + "hor" + ], + [ + "▁conf", + "idence" + ], + [ + "▁u", + "fficiale" + ], + [ + "el", + "m" + ], + [ + "e", + "lm" + ], + [ + "▁gard", + "en" + ], + [ + "▁gar", + "den" + ], + [ + "▁g", + "arden" + ], + [ + "▁rob", + "ust" + ], + [ + "▁cos", + "ì" + ], + [ + "ied", + "z" + ], + [ + "ie", + "dz" + ], + [ + "▁Is", + "lam" + ], + [ + "▁Add", + "ress" + ], + [ + "▁", + "Address" + ], + [ + "▁divid", + "e" + ], + [ + "▁div", + "ide" + ], + [ + "▁E", + "u" + ], + [ + "cat", + "al" + ], + [ + "ca", + "tal" + ], + [ + "c", + "atal" + ], + [ + "det", + "ail" + ], + [ + "de", + "tail" + ], + [ + "ep", + "endant" + ], + [ + "f", + "g" + ], + [ + "▁be", + "w" + ], + [ + "▁b", + "ew" + ], + [ + "▁", + "bew" + ], + [ + "▁fi", + "s" + ], + [ + "▁f", + "is" + ], + [ + "▁B", + "O" + ], + [ + "▁", + "BO" + ], + [ + "▁ws", + "p" + ], + [ + "▁w", + "sp" + ], + [ + "▁pipe", + "line" + ], + [ + "▁pip", + "eline" + ], + [ + "▁p", + "ipeline" + ], + [ + "h", + "d" + ], + [ + "▁S", + "ession" + ], + [ + "▁", + "Session" + ], + [ + "lä", + "nd" + ], + [ + "l", + "änd" + ], + [ + "ive", + "au" + ], + [ + "iv", + "eau" + ], + [ + "est", + "r" + ], + [ + "es", + "tr" + ], + [ + "e", + "str" + ], + [ + "▁partic", + "le" + ], + [ + "▁parti", + "cle" + ], + [ + "▁part", + "icle" + ], + [ + "▁p", + "article" + ], + [ + "▁lar", + "avel" + ], + [ + "▁", + "laravel" + ], + [ + "pi", + "c" + ], + [ + "p", + "ic" + ], + [ + "▁na", + "u" + ], + [ + "▁n", + "au" + ], + [ + "▁fin", + "s" + ], + [ + "▁fi", + "ns" + ], + [ + "▁f", + "ins" + ], + [ + "▁Vi", + "l" + ], + [ + "▁V", + "il" + ], + [ + "▁fu", + "s" + ], + [ + "▁f", + "us" + ], + [ + "▁qu", + "asi" + ], + [ + "opera", + "tion" + ], + [ + "oper", + "ation" + ], + [ + "▁alle", + "r" + ], + [ + "▁all", + "er" + ], + [ + "▁al", + "ler" + ], + [ + "▁", + "aller" + ], + [ + "▁anal", + "y" + ], + [ + "▁an", + "aly" + ], + [ + "▁", + "analy" + ], + [ + "▁О", + "н" + ], + [ + "▁Me", + "s" + ], + [ + "▁M", + "es" + ], + [ + "▁оп", + "ера" + ], + [ + "▁о", + "пера" + ], + [ + "▁handle", + "d" + ], + [ + "▁hand", + "led" + ], + [ + "▁dep", + "rec" + ], + [ + "▁de", + "prec" + ], + [ + "tt", + "o" + ], + [ + "t", + "to" + ], + [ + "▁E", + "k" + ], + [ + "▁stra", + "n" + ], + [ + "▁str", + "an" + ], + [ + "▁st", + "ran" + ], + [ + "▁ang", + "lais" + ], + [ + "ju", + "re" + ], + [ + "j", + "ure" + ], + [ + "▁Sil", + "ver" + ], + [ + "▁close", + "ly" + ], + [ + "▁clos", + "ely" + ], + [ + "enk", + "ins" + ], + [ + "en", + "kins" + ], + [ + "ano", + "s" + ], + [ + "an", + "os" + ], + [ + "a", + "nos" + ], + [ + "ste", + "d" + ], + [ + "st", + "ed" + ], + [ + "s", + "ted" + ], + [ + "▁сент", + "ября" + ], + [ + "bra", + "nd" + ], + [ + "br", + "and" + ], + [ + "b", + "rand" + ], + [ + "нь", + "о" + ], + [ + "▁prés", + "ent" + ], + [ + "▁pré", + "sent" + ], + [ + "ro", + "k" + ], + [ + "r", + "ok" + ], + [ + "mo", + "unt" + ], + [ + "m", + "ount" + ], + [ + "▁Anth", + "ony" + ], + [ + "▁Further", + "more" + ], + [ + "in", + "ha" + ], + [ + "▁ар", + "хи" + ], + [ + "▁раз", + "ли" + ], + [ + "▁окт", + "ября" + ], + [ + "▁pin", + "t" + ], + [ + "▁pi", + "nt" + ], + [ + "▁p", + "int" + ], + [ + "n", + "ý" + ], + [ + "pt", + "s" + ], + [ + "p", + "ts" + ], + [ + "▁ital", + "ien" + ], + [ + "▁ре", + "ги" + ], + [ + "ле", + "з" + ], + [ + "л", + "ез" + ], + [ + "дин", + "а" + ], + [ + "ди", + "на" + ], + [ + "ather", + "ine" + ], + [ + "Intern", + "al" + ], + [ + "Inter", + "nal" + ], + [ + "Int", + "ernal" + ], + [ + "In", + "ternal" + ], + [ + "Qu", + "estion" + ], + [ + "▁sett", + "lement" + ], + [ + "▁В", + "се" + ], + [ + "▁folder", + "s" + ], + [ + "▁fol", + "ders" + ], + [ + "д", + "ри" + ], + [ + "▁val", + "or" + ], + [ + "▁va", + "lor" + ], + [ + "▁Mill", + "er" + ], + [ + "▁Mil", + "ler" + ], + [ + "▁M", + "iller" + ], + [ + "▁Ass", + "ert" + ], + [ + "▁As", + "sert" + ], + [ + "▁", + "Assert" + ], + [ + "▁pat", + "ient" + ], + [ + "▁Nied", + "er" + ], + [ + "▁Nie", + "der" + ], + [ + "▁Ni", + "eder" + ], + [ + "▁N", + "ieder" + ], + [ + "▁E", + "P" + ], + [ + "▁", + "EP" + ], + [ + "▁Ag", + "r" + ], + [ + "▁A", + "gr" + ], + [ + "▁on", + "de" + ], + [ + "▁o", + "nde" + ], + [ + "▁", + "onde" + ], + [ + "▁sc", + "op" + ], + [ + "▁s", + "cop" + ], + [ + "▁", + "scop" + ], + [ + "sequ", + "ence" + ], + [ + "se", + "quence" + ], + [ + "▁P", + "L" + ], + [ + "▁", + "PL" + ], + [ + "▁see", + "k" + ], + [ + "▁se", + "ek" + ], + [ + "java", + "se" + ], + [ + "jav", + "ase" + ], + [ + "▁Vec", + "tor" + ], + [ + "▁Ve", + "ctor" + ], + [ + "▁V", + "ector" + ], + [ + "▁", + "Vector" + ], + [ + "▁n", + "á" + ], + [ + "▁", + "ná" + ], + [ + "▁categor", + "ía" + ], + [ + "clo", + "ne" + ], + [ + "cl", + "one" + ], + [ + "N", + "R" + ], + [ + "av", + "ailable" + ], + [ + "▁Bes", + "ch" + ], + [ + "▁Be", + "sch" + ], + [ + "▁B", + "esch" + ], + [ + "▁ec", + "lipse" + ], + [ + "▁e", + "clipse" + ], + [ + "▁", + "eclipse" + ], + [ + "wick", + "lung" + ], + [ + "dep", + "loy" + ], + [ + "eni", + "e" + ], + [ + "en", + "ie" + ], + [ + "e", + "nie" + ], + [ + "▁\"", + ")" + ], + [ + "▁", + "\")" + ], + [ + "äs", + "t" + ], + [ + "ä", + "st" + ], + [ + "▁syn", + "c" + ], + [ + "▁sy", + "nc" + ], + [ + "▁s", + "ync" + ], + [ + "▁", + "sync" + ], + [ + "CO", + "DE" + ], + [ + "▁Ч", + "е" + ], + [ + "▁float", + "ing" + ], + [ + "▁flo", + "ating" + ], + [ + "/", + "`" + ], + [ + "▁retir", + "ed" + ], + [ + "▁ret", + "ired" + ], + [ + "de", + "b" + ], + [ + "d", + "eb" + ], + [ + "▁partic", + "ul" + ], + [ + "▁parti", + "cul" + ], + [ + "▁part", + "icul" + ], + [ + "▁collect", + "ed" + ], + [ + "▁colle", + "cted" + ], + [ + "▁coll", + "ected" + ], + [ + "▁download", + "ed" + ], + [ + "▁down", + "loaded" + ], + [ + "nic", + "e" + ], + [ + "ni", + "ce" + ], + [ + "n", + "ice" + ], + [ + "▁Buff", + "er" + ], + [ + "▁B", + "uffer" + ], + [ + "▁", + "Buffer" + ], + [ + "▁Acc", + "ount" + ], + [ + "▁Ac", + "count" + ], + [ + "▁", + "Account" + ], + [ + "▁mag", + "gio" + ], + [ + "▁m", + "aggio" + ], + [ + "▁ред", + "а" + ], + [ + "▁ре", + "да" + ], + [ + "▁sale", + "s" + ], + [ + "▁sal", + "es" + ], + [ + "▁sa", + "les" + ], + [ + "▁s", + "ales" + ], + [ + "▁statunit", + "ense" + ], + [ + "▁K", + "i" + ], + [ + "▁Fer", + "r" + ], + [ + "▁Fe", + "rr" + ], + [ + "▁F", + "err" + ], + [ + "Loc", + "k" + ], + [ + "Lo", + "ck" + ], + [ + "L", + "ock" + ], + [ + "▁Isa", + "bel" + ], + [ + "▁Is", + "abel" + ], + [ + "cla", + "r" + ], + [ + "cl", + "ar" + ], + [ + "c", + "lar" + ], + [ + "▁po", + "v" + ], + [ + "▁p", + "ov" + ], + [ + "atr", + "a" + ], + [ + "at", + "ra" + ], + [ + "a", + "tra" + ], + [ + "▁Fra", + "u" + ], + [ + "▁Fr", + "au" + ], + [ + "▁sorti", + "ng" + ], + [ + "▁sort", + "ing" + ], + [ + "▁sor", + "ting" + ], + [ + "▁phr", + "ase" + ], + [ + "▁апре", + "ля" + ], + [ + "▁дея", + "тель" + ], + [ + "▁And", + "ré" + ], + [ + "defin", + "ition" + ], + [ + "def", + "inition" + ], + [ + "writ", + "ing" + ], + [ + "wr", + "iting" + ], + [ + "ér", + "é" + ], + [ + "é", + "ré" + ], + [ + "щ", + "у" + ], + [ + "▁Or", + "d" + ], + [ + "▁O", + "rd" + ], + [ + "▁", + "Ord" + ], + [ + "▁ru", + "m" + ], + [ + "▁r", + "um" + ], + [ + "▁", + "rum" + ], + [ + "▁Tur", + "k" + ], + [ + "▁T", + "urk" + ], + [ + "▁I", + "van" + ], + [ + "the", + "less" + ], + [ + "th", + "eless" + ], + [ + "▁г", + "и" + ], + [ + "▁", + "ги" + ], + [ + "▁sa", + "ke" + ], + [ + "▁s", + "ake" + ], + [ + "▁Base", + "d" + ], + [ + "▁Bas", + "ed" + ], + [ + "▁Ba", + "sed" + ], + [ + "▁B", + "ased" + ], + [ + "dec", + "k" + ], + [ + "de", + "ck" + ], + [ + "oru", + "s" + ], + [ + "or", + "us" + ], + [ + "o", + "rus" + ], + [ + "▁tut", + "ti" + ], + [ + "▁bla", + "n" + ], + [ + "▁bl", + "an" + ], + [ + "▁b", + "lan" + ], + [ + "▁П", + "у" + ], + [ + "Det", + "ail" + ], + [ + "De", + "tail" + ], + [ + "▁Н", + "о" + ], + [ + "▁Sk", + "y" + ], + [ + "▁S", + "ky" + ], + [ + "▁pr", + "ès" + ], + [ + "▁p", + "rès" + ], + [ + "▁", + "près" + ], + [ + "мо", + "й" + ], + [ + "col", + "n" + ], + [ + "co", + "ln" + ], + [ + "че", + "ской" + ], + [ + "et", + "i" + ], + [ + "e", + "ti" + ], + [ + "▁arr", + "ow" + ], + [ + "▁ar", + "row" + ], + [ + "▁", + "arrow" + ], + [ + "▁Ch", + "a" + ], + [ + "▁C", + "ha" + ], + [ + "ch", + "mark" + ], + [ + "œ", + "ur" + ], + [ + "fa", + "b" + ], + [ + "f", + "ab" + ], + [ + "ку", + "ль" + ], + [ + "Grid", + "View" + ], + [ + "▁Back", + "ground" + ], + [ + "▁", + "Background" + ], + [ + "s", + "n" + ], + [ + "▁segu", + "ito" + ], + [ + "▁ni", + "c" + ], + [ + "▁n", + "ic" + ], + [ + "▁", + "nic" + ], + [ + "co", + "u" + ], + [ + "c", + "ou" + ], + [ + "ті", + "в" + ], + [ + "т", + "ів" + ], + [ + "▁b", + "zw" + ], + [ + "add", + "EventListener" + ], + [ + "syn", + "c" + ], + [ + "s", + "ync" + ], + [ + "azz", + "o" + ], + [ + "az", + "zo" + ], + [ + "ab", + "stract" + ], + [ + "asset", + "s" + ], + [ + "asse", + "ts" + ], + [ + "ass", + "ets" + ], + [ + "as", + "sets" + ], + [ + "▁Dr", + "u" + ], + [ + "▁D", + "ru" + ], + [ + "з", + "д" + ], + [ + "ord", + "net" + ], + [ + "▁big", + "ger" + ], + [ + "▁b", + "igger" + ], + [ + "▁initialize", + "d" + ], + [ + "▁initial", + "ized" + ], + [ + "ка", + "з" + ], + [ + "ogen", + "e" + ], + [ + "oge", + "ne" + ], + [ + "og", + "ene" + ], + [ + "vious", + "ly" + ], + [ + "vi", + "ously" + ], + [ + "v", + "iously" + ], + [ + "▁gu", + "id" + ], + [ + "▁g", + "uid" + ], + [ + "scheid", + "ung" + ], + [ + "▁Ze", + "nt" + ], + [ + "▁Z", + "ent" + ], + [ + "▁frame", + "s" + ], + [ + "▁fram", + "es" + ], + [ + "▁fra", + "mes" + ], + [ + "▁fr", + "ames" + ], + [ + "▁", + "frames" + ], + [ + "rieb", + "en" + ], + [ + "rie", + "ben" + ], + [ + "ri", + "eben" + ], + [ + "r", + "ieben" + ], + [ + "▁issue", + "d" + ], + [ + "▁issu", + "ed" + ], + [ + "▁iss", + "ued" + ], + [ + "▁do", + "w" + ], + [ + "▁d", + "ow" + ], + [ + "▁describe", + "s" + ], + [ + "▁descri", + "bes" + ], + [ + "ils", + "t" + ], + [ + "il", + "st" + ], + [ + "i", + "lst" + ], + [ + "▁criter", + "ia" + ], + [ + "▁crit", + "eria" + ], + [ + "▁c", + "riteria" + ], + [ + "▁gentle", + "man" + ], + [ + "Bas", + "ic" + ], + [ + "ne", + "z" + ], + [ + "n", + "ez" + ], + [ + "De", + "v" + ], + [ + "D", + "ev" + ], + [ + "Mo", + "ve" + ], + [ + "M", + "ove" + ], + [ + "▁estab", + "a" + ], + [ + "▁esta", + "ba" + ], + [ + "▁est", + "aba" + ], + [ + "▁sett", + "embre" + ], + [ + "▁set", + "tembre" + ], + [ + "circ", + "le" + ], + [ + "cir", + "cle" + ], + [ + "▁fa", + "is" + ], + [ + "▁f", + "ais" + ], + [ + "▁my", + "st" + ], + [ + "▁m", + "yst" + ], + [ + "▁arch", + "iv" + ], + [ + "▁", + "archiv" + ], + [ + "d", + "ynamic" + ], + [ + "j", + "à" + ], + [ + "ita", + "s" + ], + [ + "it", + "as" + ], + [ + "▁я", + "кий" + ], + [ + "▁do", + "r" + ], + [ + "▁d", + "or" + ], + [ + "▁", + "dor" + ], + [ + "▁Ama", + "zon" + ], + [ + "▁Am", + "azon" + ], + [ + "▁ne", + "ces" + ], + [ + "▁Marc", + "el" + ], + [ + "▁Mar", + "cel" + ], + [ + "▁ell", + "a" + ], + [ + "▁el", + "la" + ], + [ + "▁e", + "lla" + ], + [ + "▁", + "ella" + ], + [ + "ро", + "к" + ], + [ + "р", + "ок" + ], + [ + "▁Pennsylvan", + "ia" + ], + [ + "cul", + "ar" + ], + [ + "cu", + "lar" + ], + [ + "c", + "ular" + ], + [ + "Pa", + "ck" + ], + [ + "P", + "ack" + ], + [ + "ita", + "ge" + ], + [ + "it", + "age" + ], + [ + "▁Bur", + "n" + ], + [ + "▁Bu", + "rn" + ], + [ + "▁B", + "urn" + ], + [ + "▁R", + "O" + ], + [ + "▁", + "RO" + ], + [ + "▁он", + "и" + ], + [ + "▁о", + "ни" + ], + [ + "▁", + "они" + ], + [ + "~", + "$" + ], + [ + "Te", + "X" + ], + [ + "ass", + "ign" + ], + [ + "as", + "sign" + ], + [ + "▁be", + "at" + ], + [ + "iden", + "se" + ], + [ + "id", + "ense" + ], + [ + "ace", + "nt" + ], + [ + "ac", + "ent" + ], + [ + "a", + "cent" + ], + [ + "Al", + "ert" + ], + [ + "▁strat", + "eg" + ], + [ + "▁str", + "ateg" + ], + [ + "▁mån", + "aden" + ], + [ + "LO", + "C" + ], + [ + "L", + "OC" + ], + [ + "▁catal", + "og" + ], + [ + "▁cat", + "alog" + ], + [ + "▁c", + "atalog" + ], + [ + "▁", + "catalog" + ], + [ + "print", + "StackTrace" + ], + [ + "())", + "." + ], + [ + "()", + ")." + ], + [ + "(", + "))." + ], + [ + "ust", + "ed" + ], + [ + "us", + "ted" + ], + [ + "u", + "sted" + ], + [ + "▁Frame", + "work" + ], + [ + "▁", + "Framework" + ], + [ + "EC", + "K" + ], + [ + "E", + "CK" + ], + [ + "▁at", + "é" + ], + [ + "▁a", + "té" + ], + [ + "Frame", + "work" + ], + [ + "▁attack", + "s" + ], + [ + "▁att", + "acks" + ], + [ + "▁Ber", + "t" + ], + [ + "▁Be", + "rt" + ], + [ + "▁B", + "ert" + ], + [ + "▁тра", + "н" + ], + [ + "▁т", + "ран" + ], + [ + ":", + "%" + ], + [ + "ars", + "i" + ], + [ + "ar", + "si" + ], + [ + "not", + "ation" + ], + [ + "▁logic", + "al" + ], + [ + "▁log", + "ical" + ], + [ + "we", + "et" + ], + [ + "▁visit", + "ed" + ], + [ + "▁vis", + "ited" + ], + [ + "br", + "u" + ], + [ + "b", + "ru" + ], + [ + "▁surpr", + "ise" + ], + [ + "▁sur", + "prise" + ], + [ + "^", + "^" + ], + [ + "inal", + "e" + ], + [ + "ina", + "le" + ], + [ + "in", + "ale" + ], + [ + "rem", + "ote" + ], + [ + "'}", + "," + ], + [ + "'", + "}," + ], + [ + "Syn", + "tax" + ], + [ + "S", + "yntax" + ], + [ + "ian", + "e" + ], + [ + "ia", + "ne" + ], + [ + "i", + "ane" + ], + [ + "onne", + "n" + ], + [ + "onn", + "en" + ], + [ + "on", + "nen" + ], + [ + "▁break", + "ing" + ], + [ + "▁bre", + "aking" + ], + [ + "parse", + "r" + ], + [ + "par", + "ser" + ], + [ + "ap", + "k" + ], + [ + "a", + "pk" + ], + [ + "▁Mig", + "uel" + ], + [ + "▁", + "§" + ], + [ + "▁act", + "ing" + ], + [ + "▁ac", + "ting" + ], + [ + "▁geb", + "ru" + ], + [ + "▁ge", + "bru" + ], + [ + "▁g", + "ebru" + ], + [ + "At", + "Index" + ], + [ + "ють", + "ся" + ], + [ + "ю", + "ться" + ], + [ + "▁offer", + "s" + ], + [ + "▁off", + "ers" + ], + [ + "▁of", + "fers" + ], + [ + "▁pra", + "c" + ], + [ + "▁pr", + "ac" + ], + [ + "▁p", + "rac" + ], + [ + "▁gran", + "t" + ], + [ + "▁gra", + "nt" + ], + [ + "▁gr", + "ant" + ], + [ + "▁g", + "rant" + ], + [ + "tern", + "oon" + ], + [ + "▁acqu", + "ired" + ], + [ + "▁ac", + "quired" + ], + [ + "▁N", + "y" + ], + [ + "▁comm", + "a" + ], + [ + "▁com", + "ma" + ], + [ + "ní", + "k" + ], + [ + "n", + "ík" + ], + [ + "▁Ste", + "p" + ], + [ + "▁St", + "ep" + ], + [ + "▁", + "Step" + ], + [ + "inner", + "s" + ], + [ + "inn", + "ers" + ], + [ + "in", + "ners" + ], + [ + "▁S", + "A" + ], + [ + "▁", + "SA" + ], + [ + "▁wa", + "t" + ], + [ + "▁w", + "at" + ], + [ + "day", + "s" + ], + [ + "da", + "ys" + ], + [ + "d", + "ays" + ], + [ + "▁rect", + "angle" + ], + [ + "da", + "r" + ], + [ + "d", + "ar" + ], + [ + "▁tra", + "c" + ], + [ + "▁tr", + "ac" + ], + [ + "▁t", + "rac" + ], + [ + "▁Ind", + "ones" + ], + [ + "▁feed", + "back" + ], + [ + "▁break", + "s" + ], + [ + "▁bre", + "aks" + ], + [ + "part", + "ition" + ], + [ + "ican", + "s" + ], + [ + "ica", + "ns" + ], + [ + "ic", + "ans" + ], + [ + "▁Notice", + "s" + ], + [ + "▁Not", + "ices" + ], + [ + "▁improve", + "d" + ], + [ + "▁improv", + "ed" + ], + [ + "▁impro", + "ved" + ], + [ + "▁impr", + "oved" + ], + [ + "pha", + "n" + ], + [ + "ph", + "an" + ], + [ + "p", + "han" + ], + [ + "▁differenti", + "al" + ], + [ + "▁different", + "ial" + ], + [ + "▁differ", + "ential" + ], + [ + "script", + "s" + ], + [ + "scri", + "pts" + ], + [ + "▁XII", + "I" + ], + [ + "▁XI", + "II" + ], + [ + "▁X", + "III" + ], + [ + "▁Lab", + "or" + ], + [ + "▁La", + "bor" + ], + [ + "▁L", + "abor" + ], + [ + "▁precis", + "ion" + ], + [ + "▁prec", + "ision" + ], + [ + "▁see", + "d" + ], + [ + "▁se", + "ed" + ], + [ + "▁s", + "eed" + ], + [ + "▁", + "seed" + ], + [ + "bund", + "le" + ], + [ + "b", + "undle" + ], + [ + "ident", + "s" + ], + [ + "iden", + "ts" + ], + [ + "id", + "ents" + ], + [ + "hr", + "e" + ], + [ + "h", + "re" + ], + [ + "▁Doug", + "las" + ], + [ + "ul", + "d" + ], + [ + "u", + "ld" + ], + [ + "▁seconda", + "ry" + ], + [ + "▁second", + "ary" + ], + [ + "▁br", + "ig" + ], + [ + "▁b", + "rig" + ], + [ + "▁confirm", + "ed" + ], + [ + "▁confir", + "med" + ], + [ + "▁claim", + "s" + ], + [ + "▁cla", + "ims" + ], + [ + "Ro", + "le" + ], + [ + "R", + "ole" + ], + [ + "▁Jew", + "ish" + ], + [ + "▁př", + "ed" + ], + [ + "▁p", + "řed" + ], + [ + "▁hot", + "el" + ], + [ + "▁ho", + "tel" + ], + [ + "▁compt", + "e" + ], + [ + "▁comp", + "te" + ], + [ + "▁recurs", + "ive" + ], + [ + "▁rec", + "ursive" + ], + [ + "](#", + ")" + ], + [ + "▁rot", + "ate" + ], + [ + "▁", + "rotate" + ], + [ + "▁chrom", + "e" + ], + [ + "▁chr", + "ome" + ], + [ + "▁ch", + "rome" + ], + [ + "▁", + "chrome" + ], + [ + "ine", + "a" + ], + [ + "in", + "ea" + ], + [ + "i", + "nea" + ], + [ + "%;", + "\r" + ], + [ + "%", + ";\r" + ], + [ + "▁En", + "vironment" + ], + [ + "▁", + "Environment" + ], + [ + "pla", + "tz" + ], + [ + "pl", + "atz" + ], + [ + "▁Sing", + "le" + ], + [ + "▁Sin", + "gle" + ], + [ + "▁", + "Single" + ], + [ + "▁seven", + "t" + ], + [ + "▁se", + "vent" + ], + [ + "▁s", + "event" + ], + [ + "▁post", + "ing" + ], + [ + "▁pos", + "ting" + ], + [ + "▁deal", + "ing" + ], + [ + "▁de", + "aling" + ], + [ + "parameter", + "s" + ], + [ + "param", + "eters" + ], + [ + "гра", + "ф" + ], + [ + "Auth", + "entication" + ], + [ + "to", + "uch" + ], + [ + "t", + "ouch" + ], + [ + "A", + "z" + ], + [ + "▁gra", + "y" + ], + [ + "▁gr", + "ay" + ], + [ + "▁g", + "ray" + ], + [ + "▁", + "gray" + ], + [ + "enci", + "ng" + ], + [ + "enc", + "ing" + ], + [ + "en", + "cing" + ], + [ + "bold", + "math" + ], + [ + "▁сайт", + "е" + ], + [ + "▁сай", + "те" + ], + [ + "▁Z", + "a" + ], + [ + "an", + "je" + ], + [ + "▁pol", + "ar" + ], + [ + "▁po", + "lar" + ], + [ + "▁p", + "olar" + ], + [ + "▁у", + "ли" + ], + [ + "ki", + "l" + ], + [ + "k", + "il" + ], + [ + "▁ho", + "ver" + ], + [ + "▁h", + "over" + ], + [ + "▁", + "hover" + ], + [ + "▁RE", + "ST" + ], + [ + "▁Com", + "e" + ], + [ + "▁Co", + "me" + ], + [ + "▁C", + "ome" + ], + [ + "▁", + "Come" + ], + [ + "j", + "b" + ], + [ + "▁Georg", + "ia" + ], + [ + "▁Estad", + "o" + ], + [ + "▁Esta", + "do" + ], + [ + "▁Est", + "ado" + ], + [ + "Output", + "Stream" + ], + [ + "ћ", + "и" + ], + [ + "▁du", + "mp" + ], + [ + "▁d", + "ump" + ], + [ + "▁", + "dump" + ], + [ + "▁Ag", + "e" + ], + [ + "▁A", + "ge" + ], + [ + "▁", + "Age" + ], + [ + "▁sw", + "o" + ], + [ + "▁s", + "wo" + ], + [ + "m", + "obile" + ], + [ + "occ", + "up" + ], + [ + "oc", + "cup" + ], + [ + "ше", + "го" + ], + [ + "ш", + "его" + ], + [ + "▁constitu", + "tion" + ], + [ + "▁constit", + "ution" + ], + [ + "▁const", + "itution" + ], + [ + "go", + "od" + ], + [ + "g", + "ood" + ], + [ + "ak", + "u" + ], + [ + "a", + "ku" + ], + [ + "▁ан", + "г" + ], + [ + "▁а", + "нг" + ], + [ + "▁", + "анг" + ], + [ + "iec", + "k" + ], + [ + "ie", + "ck" + ], + [ + "▁Ps", + "ych" + ], + [ + "▁root", + "s" + ], + [ + "▁ro", + "ots" + ], + [ + "▁ves", + "t" + ], + [ + "▁ve", + "st" + ], + [ + "▁v", + "est" + ], + [ + "▁", + "vest" + ], + [ + "▁года", + "х" + ], + [ + "▁го", + "дах" + ], + [ + "▁Rep", + "ública" + ], + [ + "▁pia", + "n" + ], + [ + "▁pi", + "an" + ], + [ + "▁p", + "ian" + ], + [ + "igr", + "ation" + ], + [ + "▁pré", + "c" + ], + [ + "▁pr", + "éc" + ], + [ + "▁generate", + "s" + ], + [ + "▁gener", + "ates" + ], + [ + "L", + "Y" + ], + [ + "(", + "`" + ], + [ + "▁=", + "~" + ], + [ + "ше", + "ния" + ], + [ + "▁Ra", + "h" + ], + [ + "▁R", + "ah" + ], + [ + "▁connect", + "ing" + ], + [ + "ž", + "í" + ], + [ + "▁f", + "ő" + ], + [ + "▁appe", + "l" + ], + [ + "▁app", + "el" + ], + [ + "▁ap", + "pel" + ], + [ + "▁a", + "ppel" + ], + [ + "▁Rail", + "way" + ], + [ + "г", + "ли" + ], + [ + "▁dével", + "opp" + ], + [ + "▁ap", + "o" + ], + [ + "▁a", + "po" + ], + [ + "fra", + "n" + ], + [ + "fr", + "an" + ], + [ + "f", + "ran" + ], + [ + "▁immedi", + "ate" + ], + [ + "▁im", + "mediate" + ], + [ + "во", + "го" + ], + [ + "в", + "ого" + ], + [ + "Run", + "ner" + ], + [ + "ä", + "g" + ], + [ + "Some", + "thing" + ], + [ + "S", + "omething" + ], + [ + "▁gén", + "éra" + ], + [ + "Event", + "Args" + ], + [ + "inct", + "ion" + ], + [ + "inc", + "tion" + ], + [ + "in", + "ction" + ], + [ + "gl", + "y" + ], + [ + "g", + "ly" + ], + [ + "▁Du", + "e" + ], + [ + "▁D", + "ue" + ], + [ + "▁pros", + "t" + ], + [ + "▁pro", + "st" + ], + [ + "▁pr", + "ost" + ], + [ + "▁p", + "rost" + ], + [ + "▁refer", + "ring" + ], + [ + "▁jo", + "g" + ], + [ + "▁j", + "og" + ], + [ + "▁execut", + "able" + ], + [ + "▁exec", + "utable" + ], + [ + "▁Dre", + "am" + ], + [ + "▁D", + "ream" + ], + [ + "ac", + "s" + ], + [ + "a", + "cs" + ], + [ + "▁Col", + "e" + ], + [ + "▁Co", + "le" + ], + [ + "▁C", + "ole" + ], + [ + "amp", + "f" + ], + [ + "am", + "pf" + ], + [ + "▁Bi", + "s" + ], + [ + "▁B", + "is" + ], + [ + "▁ию", + "ня" + ], + [ + "lied", + "er" + ], + [ + "lie", + "der" + ], + [ + "li", + "eder" + ], + [ + "l", + "ieder" + ], + [ + "те", + "к" + ], + [ + "т", + "ек" + ], + [ + "▁v", + "b" + ], + [ + "▁", + "vb" + ], + [ + "▁mo", + "m" + ], + [ + "▁m", + "om" + ], + [ + "▁:", + "(" + ], + [ + "▁", + ":(" + ], + [ + "▁derni", + "er" + ], + [ + "▁der", + "nier" + ], + [ + "'", + "=>" + ], + [ + "▁это", + "го" + ], + [ + "▁э", + "того" + ], + [ + "▁neu", + "e" + ], + [ + "▁ne", + "ue" + ], + [ + "▁Ч", + "а" + ], + [ + "▁weiter", + "e" + ], + [ + "▁weit", + "ere" + ], + [ + "▁alle", + "g" + ], + [ + "▁all", + "eg" + ], + [ + "▁al", + "leg" + ], + [ + "▁real", + "ity" + ], + [ + "▁re", + "ality" + ], + [ + "▁jud", + "ge" + ], + [ + "▁Bal", + "t" + ], + [ + "▁Ba", + "lt" + ], + [ + "▁B", + "alt" + ], + [ + "▁th", + "in" + ], + [ + "▁t", + "hin" + ], + [ + "▁Ge", + "d" + ], + [ + "▁G", + "ed" + ], + [ + "iev", + "al" + ], + [ + "ie", + "val" + ], + [ + "i", + "eval" + ], + [ + "m", + "x" + ], + [ + "ці", + "ональ" + ], + [ + "▁вы", + "пу" + ], + [ + "▁I", + "X" + ], + [ + "▁", + "IX" + ], + [ + "▁bl", + "ind" + ], + [ + "▁Mot", + "or" + ], + [ + "▁Mo", + "tor" + ], + [ + "▁ш", + "а" + ], + [ + "▁", + "ша" + ], + [ + "▁approxim", + "ation" + ], + [ + "da", + "m" + ], + [ + "d", + "am" + ], + [ + "▁fo", + "g" + ], + [ + "▁f", + "og" + ], + [ + "▁", + "fog" + ], + [ + "ко", + "р" + ], + [ + "к", + "ор" + ], + [ + "▁W", + "rit" + ], + [ + "▁lin", + "g" + ], + [ + "▁li", + "ng" + ], + [ + "▁l", + "ing" + ], + [ + "▁", + "ling" + ], + [ + "▁пи", + "са" + ], + [ + "▁", + "писа" + ], + [ + "▁Mar", + "s" + ], + [ + "▁Ma", + "rs" + ], + [ + "▁M", + "ars" + ], + [ + "ott", + "i" + ], + [ + "ot", + "ti" + ], + [ + "En", + "um" + ], + [ + "E", + "num" + ], + [ + "▁Tri", + "b" + ], + [ + "▁Tr", + "ib" + ], + [ + "▁T", + "rib" + ], + [ + "▁mer", + "c" + ], + [ + "▁me", + "rc" + ], + [ + "▁m", + "erc" + ], + [ + "zu", + "ng" + ], + [ + "z", + "ung" + ], + [ + "van", + "ced" + ], + [ + "v", + "anced" + ], + [ + "cf", + "g" + ], + [ + "c", + "fg" + ], + [ + "на", + "х" + ], + [ + "sche", + "n" + ], + [ + "sch", + "en" + ], + [ + "sc", + "hen" + ], + [ + "s", + "chen" + ], + [ + "\"]", + "." + ], + [ + "\"", + "]." + ], + [ + "be", + "k" + ], + [ + "b", + "ek" + ], + [ + "▁ste", + "r" + ], + [ + "▁st", + "er" + ], + [ + "▁s", + "ter" + ], + [ + "▁", + "ster" + ], + [ + "j", + "p" + ], + [ + "▁Ra", + "p" + ], + [ + "▁R", + "ap" + ], + [ + "▁record", + "ing" + ], + [ + "▁rec", + "ording" + ], + [ + "▁pe", + "int" + ], + [ + "▁let", + "s" + ], + [ + "▁le", + "ts" + ], + [ + "▁l", + "ets" + ], + [ + "▁", + "lets" + ], + [ + "äng", + "e" + ], + [ + "än", + "ge" + ], + [ + ">\"", + ";" + ], + [ + ">", + "\";" + ], + [ + "▁міс", + "це" + ], + [ + "▁cav", + "al" + ], + [ + "▁ca", + "val" + ], + [ + "▁c", + "aval" + ], + [ + "▁CS", + "V" + ], + [ + "▁C", + "SV" + ], + [ + "▁ent", + "stand" + ], + [ + "▁help", + "er" + ], + [ + "▁hel", + "per" + ], + [ + "▁", + "helper" + ], + [ + "ende", + "t" + ], + [ + "end", + "et" + ], + [ + "en", + "det" + ], + [ + "▁Gra", + "m" + ], + [ + "▁Gr", + "am" + ], + [ + "▁G", + "ram" + ], + [ + "▁Die", + "go" + ], + [ + "▁Di", + "ego" + ], + [ + "▁D", + "iego" + ], + [ + "▁Bi", + "shop" + ], + [ + "▁B", + "ishop" + ], + [ + "TA", + "G" + ], + [ + "T", + "AG" + ], + [ + "▁ec", + "c" + ], + [ + "▁e", + "cc" + ], + [ + "▁E", + "en" + ], + [ + "▁A", + "V" + ], + [ + "▁", + "AV" + ], + [ + "C", + "ity" + ], + [ + "▁Gu", + "ide" + ], + [ + "hin", + "d" + ], + [ + "hi", + "nd" + ], + [ + "h", + "ind" + ], + [ + "rica", + "l" + ], + [ + "ric", + "al" + ], + [ + "ri", + "cal" + ], + [ + "r", + "ical" + ], + [ + "▁Ос", + "нов" + ], + [ + "Bu", + "s" + ], + [ + "B", + "us" + ], + [ + "▁z", + "unächst" + ], + [ + "▁ti", + "ck" + ], + [ + "▁t", + "ick" + ], + [ + "▁", + "tick" + ], + [ + "▁Col", + "onel" + ], + [ + "Thank", + "s" + ], + [ + "Th", + "anks" + ], + [ + "▁fer", + "m" + ], + [ + "▁fe", + "rm" + ], + [ + "▁f", + "erm" + ], + [ + "▁grant", + "ed" + ], + [ + "▁gran", + "ted" + ], + [ + "▁gr", + "anted" + ], + [ + "▁th", + "reshold" + ], + [ + "omorph", + "ic" + ], + [ + "▁Hu", + "n" + ], + [ + "▁H", + "un" + ], + [ + "eni", + "s" + ], + [ + "en", + "is" + ], + [ + "e", + "nis" + ], + [ + "▁пра", + "в" + ], + [ + "▁п", + "рав" + ], + [ + "▁", + "прав" + ], + [ + "▁як", + "і" + ], + [ + "▁я", + "кі" + ], + [ + "P", + "G" + ], + [ + "▁w", + "s" + ], + [ + "▁", + "ws" + ], + [ + "▁techni", + "cal" + ], + [ + "▁techn", + "ical" + ], + [ + "estr", + "o" + ], + [ + "est", + "ro" + ], + [ + "kl", + "är" + ], + [ + "k", + "lär" + ], + [ + "var", + "s" + ], + [ + "va", + "rs" + ], + [ + "v", + "ars" + ], + [ + "ocr", + "at" + ], + [ + "oc", + "rat" + ], + [ + "▁оп", + "шти" + ], + [ + "ons", + "o" + ], + [ + "on", + "so" + ], + [ + "ib", + "a" + ], + [ + "i", + "ba" + ], + [ + "▁Sav", + "e" + ], + [ + "▁Sa", + "ve" + ], + [ + "▁S", + "ave" + ], + [ + "▁", + "Save" + ], + [ + "▁program", + "a" + ], + [ + "▁в", + "ъ" + ], + [ + "▁inv", + "ån" + ], + [ + ">(", + ")" + ], + [ + ">", + "()" + ], + [ + "▁me", + "jor" + ], + [ + "▁сло", + "ва" + ], + [ + "▁с", + "лова" + ], + [ + "▁replace", + "ment" + ], + [ + "▁repla", + "cement" + ], + [ + "▁rep", + "lacement" + ], + [ + "▁imp", + "r" + ], + [ + "▁im", + "pr" + ], + [ + "▁Frances", + "co" + ], + [ + "▁Hot", + "el" + ], + [ + "▁Ho", + "tel" + ], + [ + "▁UP", + "DATE" + ], + [ + "▁", + "UPDATE" + ], + [ + "▁му", + "зы" + ], + [ + "ug", + "s" + ], + [ + "u", + "gs" + ], + [ + "var", + "d" + ], + [ + "va", + "rd" + ], + [ + "v", + "ard" + ], + [ + "▁fa", + "z" + ], + [ + "▁f", + "az" + ], + [ + "into", + "n" + ], + [ + "int", + "on" + ], + [ + "in", + "ton" + ], + [ + "▁art", + "s" + ], + [ + "▁ar", + "ts" + ], + [ + "▁", + "arts" + ], + [ + "▁K", + "y" + ], + [ + "▁Il", + "s" + ], + [ + "▁I", + "ls" + ], + [ + "▁ser", + "a" + ], + [ + "▁se", + "ra" + ], + [ + "▁s", + "era" + ], + [ + "▁Vol", + "ume" + ], + [ + "▁", + "Volume" + ], + [ + "▁gi", + "ugno" + ], + [ + "▁as", + "ym" + ], + [ + "▁a", + "sym" + ], + [ + "▁Pi", + "r" + ], + [ + "▁P", + "ir" + ], + [ + "▁NA", + "S" + ], + [ + "▁N", + "AS" + ], + [ + "▁Ta", + "m" + ], + [ + "▁T", + "am" + ], + [ + "ě", + "l" + ], + [ + "Seq", + "u" + ], + [ + "Se", + "qu" + ], + [ + "S", + "equ" + ], + [ + "km", + "al" + ], + [ + "k", + "mal" + ], + [ + "▁Ein", + "s" + ], + [ + "▁E", + "ins" + ], + [ + "▁комп", + "а" + ], + [ + "▁ком", + "па" + ], + [ + "ob", + "e" + ], + [ + "o", + "be" + ], + [ + "oo", + "r" + ], + [ + "o", + "or" + ], + [ + "▁he", + "ap" + ], + [ + "ct", + "l" + ], + [ + "c", + "tl" + ], + [ + "▁separate", + "ly" + ], + [ + "▁separ", + "ately" + ], + [ + "read", + "er" + ], + [ + "rea", + "der" + ], + [ + "re", + "ader" + ], + [ + "▁significant", + "ly" + ], + [ + "▁signific", + "antly" + ], + [ + "▁La", + "g" + ], + [ + "▁L", + "ag" + ], + [ + "note", + "s" + ], + [ + "not", + "es" + ], + [ + "no", + "tes" + ], + [ + "n", + "otes" + ], + [ + "▁sel", + "e" + ], + [ + "▁se", + "le" + ], + [ + "▁s", + "ele" + ], + [ + "▁dedic", + "ated" + ], + [ + "▁Ho", + "st" + ], + [ + "▁H", + "ost" + ], + [ + "▁", + "Host" + ], + [ + "cho", + "ice" + ], + [ + "win", + "g" + ], + [ + "wi", + "ng" + ], + [ + "w", + "ing" + ], + [ + "▁Tit", + "el" + ], + [ + "▁Ti", + "tel" + ], + [ + "▁T", + "itel" + ], + [ + "▁befind", + "et" + ], + [ + "larg", + "e" + ], + [ + "lar", + "ge" + ], + [ + "▁conte", + "n" + ], + [ + "▁cont", + "en" + ], + [ + "▁con", + "ten" + ], + [ + "▁co", + "nten" + ], + [ + "Java", + "Script" + ], + [ + "▁des", + "er" + ], + [ + "▁de", + "ser" + ], + [ + "▁Gor", + "don" + ], + [ + "▁G", + "ordon" + ], + [ + "с", + "пе" + ], + [ + "▁patr", + "i" + ], + [ + "▁pat", + "ri" + ], + [ + "▁pa", + "tri" + ], + [ + "▁p", + "atri" + ], + [ + "▁Rand", + "om" + ], + [ + "▁Ran", + "dom" + ], + [ + "▁R", + "andom" + ], + [ + "▁", + "Random" + ], + [ + "▁Return", + "s" + ], + [ + "ы", + "м" + ], + [ + "ром", + "а" + ], + [ + "ро", + "ма" + ], + [ + "▁Stud", + "ies" + ], + [ + "S", + "l" + ], + [ + "▁fr", + "ü" + ], + [ + "TE", + "XT" + ], + [ + "T", + "EXT" + ], + [ + "ina", + "te" + ], + [ + "in", + "ate" + ], + [ + "▁To", + "l" + ], + [ + "▁T", + "ol" + ], + [ + "▁every", + "where" + ], + [ + "art", + "a" + ], + [ + "ar", + "ta" + ], + [ + "▁orb", + "it" + ], + [ + "▁or", + "bit" + ], + [ + "▁Air", + "es" + ], + [ + "▁A", + "ires" + ], + [ + "▁Is", + "s" + ], + [ + "▁I", + "ss" + ], + [ + "▁te", + "ż" + ], + [ + "▁divers", + "e" + ], + [ + "▁diver", + "se" + ], + [ + "▁di", + "verse" + ], + [ + "▁d", + "iverse" + ], + [ + "▁numer", + "ic" + ], + [ + "▁n", + "umeric" + ], + [ + "▁", + "numeric" + ], + [ + "ma", + "z" + ], + [ + "m", + "az" + ], + [ + "▁mis", + "e" + ], + [ + "▁mi", + "se" + ], + [ + "▁m", + "ise" + ], + [ + "▁batter", + "y" + ], + [ + "▁batt", + "ery" + ], + [ + "▁bat", + "tery" + ], + [ + "▁Ak", + "adem" + ], + [ + "▁A", + "kadem" + ], + [ + "не", + "ние" + ], + [ + "▁simult", + "ane" + ], + [ + "▁De", + "ad" + ], + [ + "▁D", + "ead" + ], + [ + "▁cl", + "ust" + ], + [ + "▁ot", + "ro" + ], + [ + "▁cer", + "ca" + ], + [ + "▁c", + "erca" + ], + [ + "()`", + "," + ], + [ + "()", + "`," + ], + [ + "(", + ")`," + ], + [ + "ro", + "z" + ], + [ + "r", + "oz" + ], + [ + "ă", + "t" + ], + [ + "▁M", + "O" + ], + [ + "▁", + "MO" + ], + [ + "rift", + "en" + ], + [ + "rif", + "ten" + ], + [ + "ri", + "ften" + ], + [ + "import", + "ant" + ], + [ + "▁je", + "ho" + ], + [ + "▁find", + "ViewById" + ], + [ + "▁", + "findViewById" + ], + [ + "▁consequ", + "ence" + ], + [ + "▁conse", + "quence" + ], + [ + "▁con", + "sequence" + ], + [ + "▁measure", + "d" + ], + [ + "▁meas", + "ured" + ], + [ + "ish", + "es" + ], + [ + "is", + "hes" + ], + [ + "▁sz", + "e" + ], + [ + "▁s", + "ze" + ], + [ + "ien", + "do" + ], + [ + "i", + "endo" + ], + [ + "▁Wa", + "hl" + ], + [ + "▁W", + "ahl" + ], + [ + "str", + "ip" + ], + [ + "st", + "rip" + ], + [ + "AR", + "D" + ], + [ + "▁op", + "acity" + ], + [ + "▁", + "opacity" + ], + [ + "WOR", + "D" + ], + [ + "W", + "ORD" + ], + [ + "▁В", + "і" + ], + [ + "▁Loc", + "ation" + ], + [ + "▁Lo", + "cation" + ], + [ + "▁L", + "ocation" + ], + [ + "▁", + "Location" + ], + [ + "ra", + "i" + ], + [ + "r", + "ai" + ], + [ + "пе", + "н" + ], + [ + "п", + "ен" + ], + [ + "▁ri", + "f" + ], + [ + "▁r", + "if" + ], + [ + "▁", + "rif" + ], + [ + "auss", + "ian" + ], + [ + "File", + "Name" + ], + [ + "▁disc", + "o" + ], + [ + "▁dis", + "co" + ], + [ + "ile", + "n" + ], + [ + "il", + "en" + ], + [ + "i", + "len" + ], + [ + "▁va", + "gy" + ], + [ + "▁v", + "agy" + ], + [ + "licit", + "y" + ], + [ + "lic", + "ity" + ], + [ + "li", + "city" + ], + [ + "l", + "icity" + ], + [ + "B", + "order" + ], + [ + "▁Tra", + "ck" + ], + [ + "▁Tr", + "ack" + ], + [ + "▁T", + "rack" + ], + [ + "▁", + "Track" + ], + [ + "бо", + "м" + ], + [ + "б", + "ом" + ], + [ + "fac", + "t" + ], + [ + "fa", + "ct" + ], + [ + "f", + "act" + ], + [ + "ok", + "a" + ], + [ + "o", + "ka" + ], + [ + "▁gi", + "or" + ], + [ + "▁g", + "ior" + ], + [ + "▁", + "gior" + ], + [ + "▁XVI", + "I" + ], + [ + "▁XV", + "II" + ], + [ + "▁d", + "är" + ], + [ + "Si", + "te" + ], + [ + "S", + "ite" + ], + [ + "ał", + "o" + ], + [ + "a", + "ło" + ], + [ + "sk", + "á" + ], + [ + "s", + "ká" + ], + [ + "▁pixel", + "s" + ], + [ + "▁pix", + "els" + ], + [ + "vi", + "ty" + ], + [ + "v", + "ity" + ], + [ + "j", + "Query" + ], + [ + "▁sc", + "ulpt" + ], + [ + "▁car", + "go" + ], + [ + "▁c", + "argo" + ], + [ + "▁direct", + "ive" + ], + [ + "▁wa", + "l" + ], + [ + "▁w", + "al" + ], + [ + "▁", + "wal" + ], + [ + "▁conn", + "a" + ], + [ + "▁con", + "na" + ], + [ + "▁c", + "onna" + ], + [ + "▁Th", + "rough" + ], + [ + "▁это", + "м" + ], + [ + "▁э", + "том" + ], + [ + "Stat", + "ic" + ], + [ + "St", + "atic" + ], + [ + "oms", + "nitt" + ], + [ + "▁run", + "d" + ], + [ + "▁ru", + "nd" + ], + [ + "▁r", + "und" + ], + [ + "▁", + "rund" + ], + [ + "▁claim", + "ed" + ], + [ + "▁c", + "laimed" + ], + [ + "з", + "ня" + ], + [ + "sh", + "a" + ], + [ + "s", + "ha" + ], + [ + "▁ra", + "g" + ], + [ + "▁r", + "ag" + ], + [ + "▁", + "rag" + ], + [ + "cre", + "ment" + ], + [ + "cr", + "ement" + ], + [ + "▁fün", + "f" + ], + [ + "▁riv", + "al" + ], + [ + "▁ri", + "val" + ], + [ + "▁r", + "ival" + ], + [ + "▁", + "rival" + ], + [ + "ri", + "n" + ], + [ + "r", + "in" + ], + [ + "sl", + "ash" + ], + [ + "▁th", + "irty" + ], + [ + "s", + "leep" + ], + [ + "оло", + "ги" + ], + [ + "о", + "логи" + ], + [ + "S", + "M" + ], + [ + "gat", + "e" + ], + [ + "ga", + "te" + ], + [ + "g", + "ate" + ], + [ + "ization", + "s" + ], + [ + "iz", + "ations" + ], + [ + "vi", + "k" + ], + [ + "v", + "ik" + ], + [ + "▁ble", + "ss" + ], + [ + "▁bl", + "ess" + ], + [ + "▁b", + "less" + ], + [ + "▁Ill", + "inois" + ], + [ + "▁T", + "E" + ], + [ + "▁", + "TE" + ], + [ + "uti", + "ng" + ], + [ + "ut", + "ing" + ], + [ + "u", + "ting" + ], + [ + "▁sol", + "ving" + ], + [ + "GE", + "R" + ], + [ + "G", + "ER" + ], + [ + "▁XI", + "V" + ], + [ + "▁X", + "IV" + ], + [ + "▁Indian", + "s" + ], + [ + "▁India", + "ns" + ], + [ + "▁Ind", + "ians" + ], + [ + "expr", + "ess" + ], + [ + "exp", + "ress" + ], + [ + "ex", + "press" + ], + [ + "▁He", + "il" + ], + [ + "▁H", + "eil" + ], + [ + "▁mu", + "jer" + ], + [ + "▁invån", + "are" + ], + [ + "'])", + ";" + ], + [ + "']", + ");" + ], + [ + "'", + "]);" + ], + [ + "▁au", + "r" + ], + [ + "▁a", + "ur" + ], + [ + "▁", + "aur" + ], + [ + "bo", + "ost" + ], + [ + "G", + "O" + ], + [ + "▁ni", + "n" + ], + [ + "▁n", + "in" + ], + [ + "to", + "k" + ], + [ + "t", + "ok" + ], + [ + "go", + "d" + ], + [ + "g", + "od" + ], + [ + "ote", + "r" + ], + [ + "ot", + "er" + ], + [ + "o", + "ter" + ], + [ + ")$", + "$" + ], + [ + ")", + "$$" + ], + [ + "▁desc", + "end" + ], + [ + "р", + "ю" + ], + [ + "▁L", + "anguage" + ], + [ + "▁", + "Language" + ], + [ + "▁div", + "er" + ], + [ + "▁di", + "ver" + ], + [ + "▁d", + "iver" + ], + [ + "▁Ass", + "uming" + ], + [ + "▁frequ", + "ent" + ], + [ + "▁fre", + "quent" + ], + [ + "ч", + "ні" + ], + [ + "▁Bi", + "ography" + ], + [ + ",", + "[" + ], + [ + "ur", + "m" + ], + [ + "u", + "rm" + ], + [ + "▁walk", + "ed" + ], + [ + "▁wal", + "ked" + ], + [ + "▁feder", + "al" + ], + [ + "▁fed", + "eral" + ], + [ + "▁Mich", + "igan" + ], + [ + "▁fact", + "s" + ], + [ + "▁fac", + "ts" + ], + [ + "▁Int", + "egr" + ], + [ + "▁In", + "tegr" + ], + [ + "▁", + "Integr" + ], + [ + "LE", + "S" + ], + [ + "L", + "ES" + ], + [ + "▁Al", + "an" + ], + [ + "▁A", + "lan" + ], + [ + "▁cou", + "p" + ], + [ + "▁co", + "up" + ], + [ + "▁c", + "oup" + ], + [ + "Be", + "r" + ], + [ + "B", + "er" + ], + [ + "▁particle", + "s" + ], + [ + "▁partic", + "les" + ], + [ + "▁parti", + "cles" + ], + [ + "▁part", + "icles" + ], + [ + "▁p", + "articles" + ], + [ + "ћ", + "е" + ], + [ + "Infl", + "ater" + ], + [ + "+", + "(" + ], + [ + "Bo", + "und" + ], + [ + "B", + "ound" + ], + [ + "▁S", + "ü" + ], + [ + "A", + "udio" + ], + [ + "cite", + "t" + ], + [ + "cit", + "et" + ], + [ + "c", + "itet" + ], + [ + "ye", + "ct" + ], + [ + "y", + "ect" + ], + [ + "▁n", + "r" + ], + [ + "▁", + "nr" + ], + [ + "x", + "e" + ], + [ + "▁Bru", + "n" + ], + [ + "▁Br", + "un" + ], + [ + "▁B", + "run" + ], + [ + "▁_", + "," + ], + [ + "▁", + "_," + ], + [ + "avo", + "r" + ], + [ + "av", + "or" + ], + [ + "a", + "vor" + ], + [ + "▁dis", + "cipl" + ], + [ + "al", + "m" + ], + [ + "a", + "lm" + ], + [ + "▁но", + "ября" + ], + [ + "▁SS", + "L" + ], + [ + "▁S", + "SL" + ], + [ + "▁", + "SSL" + ], + [ + "▁Kais", + "er" + ], + [ + "▁Ka", + "iser" + ], + [ + "▁rec", + "her" + ], + [ + "▁re", + "cher" + ], + [ + "yg", + "on" + ], + [ + "y", + "gon" + ], + [ + "▁regard", + "less" + ], + [ + "▁config", + "ur" + ], + [ + "▁un", + "necess" + ], + [ + "▁Clar", + "k" + ], + [ + "▁Cl", + "ark" + ], + [ + "PH", + "P" + ], + [ + "P", + "HP" + ], + [ + "▁F", + "ALSE" + ], + [ + "▁", + "FALSE" + ], + [ + "▁pa", + "d" + ], + [ + "▁p", + "ad" + ], + [ + "▁", + "pad" + ], + [ + "$", + "}" + ], + [ + "▁val", + "u" + ], + [ + "▁va", + "lu" + ], + [ + "▁v", + "alu" + ], + [ + "▁", + "valu" + ], + [ + "▁dise", + "ase" + ], + [ + "▁mai", + "or" + ], + [ + "▁ma", + "ior" + ], + [ + "▁homme", + "s" + ], + [ + "▁hom", + "mes" + ], + [ + "▁h", + "ommes" + ], + [ + "▁Edit", + "ion" + ], + [ + "▁Ed", + "ition" + ], + [ + "sl", + "ant" + ], + [ + "s", + "lant" + ], + [ + "▁end", + "ing" + ], + [ + "▁en", + "ding" + ], + [ + "▁", + "ending" + ], + [ + "▁sett", + "led" + ], + [ + "uru", + "s" + ], + [ + "ur", + "us" + ], + [ + "u", + "rus" + ], + [ + "he", + "d" + ], + [ + "h", + "ed" + ], + [ + "Pat", + "tern" + ], + [ + "▁годи", + "на" + ], + [ + "▁го", + "дина" + ], + [ + "▁Phil", + "adel" + ], + [ + "tikz", + "picture" + ], + [ + "▁co", + "al" + ], + [ + "▁sed", + "e" + ], + [ + "▁se", + "de" + ], + [ + "▁s", + "ede" + ], + [ + "▁satisf", + "ies" + ], + [ + "▁tri", + "m" + ], + [ + "▁tr", + "im" + ], + [ + "▁t", + "rim" + ], + [ + "▁", + "trim" + ], + [ + "▁ba", + "t" + ], + [ + "▁b", + "at" + ], + [ + "▁", + "bat" + ], + [ + "▁améric", + "ain" + ], + [ + "▁lug", + "lio" + ], + [ + "▁поч", + "а" + ], + [ + "▁по", + "ча" + ], + [ + "fff", + "f" + ], + [ + "ff", + "ff" + ], + [ + "f", + "fff" + ], + [ + "▁Tar", + "get" + ], + [ + "▁T", + "arget" + ], + [ + "▁", + "Target" + ], + [ + "gener", + "ate" + ], + [ + "▁Z", + "ie" + ], + [ + "ți", + "a" + ], + [ + "ț", + "ia" + ], + [ + "▁gar", + "d" + ], + [ + "▁ga", + "rd" + ], + [ + "▁g", + "ard" + ], + [ + "▁worker", + "s" + ], + [ + "▁work", + "ers" + ], + [ + "▁Jo", + "b" + ], + [ + "▁J", + "ob" + ], + [ + "▁", + "Job" + ], + [ + "▁urb", + "an" + ], + [ + "▁ur", + "ban" + ], + [ + "▁", + "urban" + ], + [ + "ahl", + "en" + ], + [ + "ah", + "len" + ], + [ + "a", + "hlen" + ], + [ + "▁Build", + "ing" + ], + [ + "▁ne", + "u" + ], + [ + "▁n", + "eu" + ], + [ + "▁chr", + "on" + ], + [ + "▁ch", + "ron" + ], + [ + "▁", + "chron" + ], + [ + "▁Ear", + "l" + ], + [ + "gr", + "o" + ], + [ + "g", + "ro" + ], + [ + "US", + "E" + ], + [ + "U", + "SE" + ], + [ + "▁XI", + "I" + ], + [ + "▁X", + "II" + ], + [ + "▁we", + "alth" + ], + [ + "▁", + "wealth" + ], + [ + "ina", + "e" + ], + [ + "in", + "ae" + ], + [ + "▁Б", + "ра" + ], + [ + "▁liber", + "t" + ], + [ + "▁lib", + "ert" + ], + [ + "▁li", + "bert" + ], + [ + "iro", + "s" + ], + [ + "ir", + "os" + ], + [ + "i", + "ros" + ], + [ + ":", + "$" + ], + [ + "le", + "e" + ], + [ + "l", + "ee" + ], + [ + "ieve", + "s" + ], + [ + "iev", + "es" + ], + [ + "ie", + "ves" + ], + [ + "▁Just", + "ice" + ], + [ + "▁o", + "il" + ], + [ + "▁Ath", + "let" + ], + [ + "▁cl", + "o" + ], + [ + "▁c", + "lo" + ], + [ + "▁", + "clo" + ], + [ + "Scal", + "e" + ], + [ + "Sc", + "ale" + ], + [ + "▁lip", + "s" + ], + [ + "▁li", + "ps" + ], + [ + "▁l", + "ips" + ], + [ + "▁apr", + "il" + ], + [ + "▁ap", + "ril" + ], + [ + "▁a", + "pril" + ], + [ + "▁impress", + "ion" + ], + [ + "▁impr", + "ession" + ], + [ + "▁imp", + "ression" + ], + [ + "▁im", + "pression" + ], + [ + "▁per", + "ce" + ], + [ + "▁участ", + "и" + ], + [ + "▁уча", + "сти" + ], + [ + "vi", + "l" + ], + [ + "v", + "il" + ], + [ + "éc", + "h" + ], + [ + "é", + "ch" + ], + [ + "▁equal", + "ity" + ], + [ + "▁equ", + "ality" + ], + [ + "▁e", + "quality" + ], + [ + "▁", + "equality" + ], + [ + "▁ме", + "т" + ], + [ + "▁м", + "ет" + ], + [ + "▁", + "мет" + ], + [ + "▁annot", + "ation" + ], + [ + "▁an", + "notation" + ], + [ + "▁", + "annotation" + ], + [ + "erna", + "l" + ], + [ + "ern", + "al" + ], + [ + "er", + "nal" + ], + [ + "▁Mac", + "h" + ], + [ + "▁Ma", + "ch" + ], + [ + "▁M", + "ach" + ], + [ + "▁int", + "itul" + ], + [ + "prob", + "lem" + ], + [ + "pro", + "blem" + ], + [ + "ющи", + "х" + ], + [ + "ю", + "щих" + ], + [ + "op", + "lus" + ], + [ + "o", + "plus" + ], + [ + "▁thousand", + "s" + ], + [ + "▁thous", + "ands" + ], + [ + "▁calculation", + "s" + ], + [ + "▁calcul", + "ations" + ], + [ + "▁calc", + "ulations" + ], + [ + "ump", + "s" + ], + [ + "um", + "ps" + ], + [ + "▁tri", + "angle" + ], + [ + "▁", + "triangle" + ], + [ + "pha", + "l" + ], + [ + "ph", + "al" + ], + [ + "p", + "hal" + ], + [ + "▁Dor", + "f" + ], + [ + "▁Do", + "rf" + ], + [ + "▁D", + "orf" + ], + [ + "▁doll", + "ars" + ], + [ + "▁den", + "en" + ], + [ + "▁de", + "nen" + ], + [ + "▁d", + "enen" + ], + [ + "l", + "ès" + ], + [ + "oli", + "d" + ], + [ + "ol", + "id" + ], + [ + "▁Result", + "s" + ], + [ + "▁", + "Results" + ], + [ + "▁Stad", + "ium" + ], + [ + "▁Des", + "p" + ], + [ + "▁De", + "sp" + ], + [ + "▁D", + "esp" + ], + [ + "▁E", + "isen" + ], + [ + "imi", + "r" + ], + [ + "im", + "ir" + ], + [ + "i", + "mir" + ], + [ + "▁sott", + "o" + ], + [ + "▁so", + "tto" + ], + [ + "▁s", + "otto" + ], + [ + "▁č", + "i" + ], + [ + "▁", + "či" + ], + [ + "ata", + "ble" + ], + [ + "at", + "able" + ], + [ + "a", + "table" + ], + [ + "oru", + "m" + ], + [ + "or", + "um" + ], + [ + "o", + "rum" + ], + [ + "▁conver", + "gence" + ], + [ + "▁jeu", + "ne" + ], + [ + "▁je", + "une" + ], + [ + "oki", + "ng" + ], + [ + "ok", + "ing" + ], + [ + "o", + "king" + ], + [ + "▁жи", + "во" + ], + [ + "ain", + "ing" + ], + [ + "ai", + "ning" + ], + [ + "a", + "ining" + ], + [ + "point", + "er" + ], + [ + "po", + "inter" + ], + [ + "cul", + "o" + ], + [ + "cu", + "lo" + ], + [ + "c", + "ulo" + ], + [ + "▁js", + "ou" + ], + [ + "▁gra", + "b" + ], + [ + "▁gr", + "ab" + ], + [ + "▁g", + "rab" + ], + [ + "akt", + "e" + ], + [ + "ak", + "te" + ], + [ + "a", + "kte" + ], + [ + "▁hop", + "ing" + ], + [ + "▁ho", + "ping" + ], + [ + "▁Ma", + "k" + ], + [ + "▁M", + "ak" + ], + [ + "▁sa", + "g" + ], + [ + "▁s", + "ag" + ], + [ + "origin", + "e" + ], + [ + "orig", + "ine" + ], + [ + "▁после", + "д" + ], + [ + "▁по", + "след" + ], + [ + "▁Ve", + "g" + ], + [ + "▁V", + "eg" + ], + [ + "▁the", + "oret" + ], + [ + "▁Tr", + "u" + ], + [ + "▁T", + "ru" + ], + [ + "nem", + "ent" + ], + [ + "ne", + "ment" + ], + [ + "n", + "ement" + ], + [ + "▁face", + "s" + ], + [ + "▁fac", + "es" + ], + [ + "▁fa", + "ces" + ], + [ + "▁f", + "aces" + ], + [ + "▁", + "faces" + ], + [ + "H", + "or" + ], + [ + "Jo", + "in" + ], + [ + "J", + "oin" + ], + [ + "are", + "l" + ], + [ + "ar", + "el" + ], + [ + "a", + "rel" + ], + [ + "▁ок", + "оло" + ], + [ + "▁о", + "коло" + ], + [ + "How", + "ever" + ], + [ + "▁cat", + "al" + ], + [ + "▁ca", + "tal" + ], + [ + "▁c", + "atal" + ], + [ + "▁", + "catal" + ], + [ + "bour", + "g" + ], + [ + "bo", + "urg" + ], + [ + "b", + "ourg" + ], + [ + "▁mysql", + "i" + ], + [ + "▁mysq", + "li" + ], + [ + "▁", + "mysqli" + ], + [ + "acion", + "s" + ], + [ + "aci", + "ons" + ], + [ + "ac", + "ions" + ], + [ + "▁Init", + "ial" + ], + [ + "▁", + "Initial" + ], + [ + "▁ra", + "in" + ], + [ + "▁r", + "ain" + ], + [ + "▁", + "rain" + ], + [ + "itu", + "re" + ], + [ + "it", + "ure" + ], + [ + "▁Science", + "s" + ], + [ + "▁Sci", + "ences" + ], + [ + "▁Kre", + "is" + ], + [ + "._", + "_" + ], + [ + ".", + "__" + ], + [ + "▁cin", + "q" + ], + [ + "▁Au", + "ß" + ], + [ + "▁A", + "uß" + ], + [ + "ith", + "met" + ], + [ + "itor", + "s" + ], + [ + "ito", + "rs" + ], + [ + "it", + "ors" + ], + [ + "ama", + "zon" + ], + [ + "am", + "azon" + ], + [ + "▁ga", + "p" + ], + [ + "▁g", + "ap" + ], + [ + "▁ignore", + "d" + ], + [ + "▁ignor", + "ed" + ], + [ + "▁ign", + "ored" + ], + [ + "ad", + "v" + ], + [ + "ко", + "ї" + ], + [ + "▁част", + "ь" + ], + [ + "▁час", + "ть" + ], + [ + "▁ча", + "сть" + ], + [ + "▁corpo", + "r" + ], + [ + "▁cor", + "por" + ], + [ + "це", + "р" + ], + [ + "ц", + "ер" + ], + [ + "▁crim", + "e" + ], + [ + "▁cri", + "me" + ], + [ + "▁cr", + "ime" + ], + [ + "uo", + "us" + ], + [ + "u", + "ous" + ], + [ + "▁на", + "лази" + ], + [ + "Data", + "Frame" + ], + [ + "вод", + "и" + ], + [ + "во", + "ди" + ], + [ + "Ig", + "n" + ], + [ + "I", + "gn" + ], + [ + "▁Lin", + "coln" + ], + [ + "▁men", + "os" + ], + [ + "▁me", + "nos" + ], + [ + "▁Lu", + "ft" + ], + [ + "▁Lin", + "d" + ], + [ + "▁Li", + "nd" + ], + [ + "▁L", + "ind" + ], + [ + "▁Co", + "ok" + ], + [ + "▁C", + "ook" + ], + [ + "▁", + "Cook" + ], + [ + "▁material", + "s" + ], + [ + "appe", + "d" + ], + [ + "app", + "ed" + ], + [ + "ap", + "ped" + ], + [ + "a", + "pped" + ], + [ + "ign", + "ore" + ], + [ + "▁от", + "кры" + ], + [ + "fri", + "ed" + ], + [ + "fr", + "ied" + ], + [ + "f", + "ried" + ], + [ + "▁gouvern", + "ement" + ], + [ + "▁fire", + "d" + ], + [ + "▁fir", + "ed" + ], + [ + "▁fi", + "red" + ], + [ + "▁f", + "ired" + ], + [ + "▁screens", + "hot" + ], + [ + "▁screen", + "shot" + ], + [ + "се", + "н" + ], + [ + "с", + "ен" + ], + [ + "▁[", + "(" + ], + [ + "▁", + "[(" + ], + [ + "▁органи", + "за" + ], + [ + "Graph", + "ics" + ], + [ + "▁про", + "ти" + ], + [ + "▁ph", + "en" + ], + [ + "▁p", + "hen" + ], + [ + "▁", + "phen" + ], + [ + "cra", + "ft" + ], + [ + "cr", + "aft" + ], + [ + "c", + "raft" + ], + [ + "▁bra", + "in" + ], + [ + "▁br", + "ain" + ], + [ + "▁b", + "rain" + ], + [ + "▁Com", + "o" + ], + [ + "▁Co", + "mo" + ], + [ + "▁C", + "omo" + ], + [ + "▁Every", + "thing" + ], + [ + "ane", + "s" + ], + [ + "an", + "es" + ], + [ + "a", + "nes" + ], + [ + "IG", + "N" + ], + [ + "I", + "GN" + ], + [ + "▁n", + "ederbörd" + ], + [ + "▁", + "nederbörd" + ], + [ + "▁Fore", + "st" + ], + [ + "▁For", + "est" + ], + [ + "▁Fo", + "rest" + ], + [ + "za", + "hl" + ], + [ + "z", + "ahl" + ], + [ + "▁Am", + "ong" + ], + [ + "Q", + "t" + ], + [ + "▁tog", + "g" + ], + [ + "▁to", + "gg" + ], + [ + "▁vari", + "ant" + ], + [ + "▁", + "variant" + ], + [ + "▁hi", + "ll" + ], + [ + "▁h", + "ill" + ], + [ + "▁", + "hill" + ], + [ + "пис", + "и" + ], + [ + "пи", + "си" + ], + [ + "colo", + "n" + ], + [ + "col", + "on" + ], + [ + "co", + "lon" + ], + [ + "▁dic", + "embre" + ], + [ + "го", + "р" + ], + [ + "г", + "ор" + ], + [ + "▁Win", + "d" + ], + [ + "▁Wi", + "nd" + ], + [ + "▁W", + "ind" + ], + [ + "ünst", + "ler" + ], + [ + "▁=", + "\\" + ], + [ + "▁", + "=\\" + ], + [ + "save", + "d" + ], + [ + "sa", + "ved" + ], + [ + "s", + "aved" + ], + [ + "▁ne", + "j" + ], + [ + "▁n", + "ej" + ], + [ + "▁", + "nej" + ], + [ + "unt", + "e" + ], + [ + "un", + "te" + ], + [ + "utt", + "o" + ], + [ + "ut", + "to" + ], + [ + "u", + "tto" + ], + [ + "▁rece", + "ns" + ], + [ + "▁rec", + "ens" + ], + [ + "▁sic", + "k" + ], + [ + "▁si", + "ck" + ], + [ + "▁s", + "ick" + ], + [ + "▁des", + "en" + ], + [ + "▁de", + "sen" + ], + [ + "▁d", + "esen" + ], + [ + "US", + "T" + ], + [ + "U", + "ST" + ], + [ + "▁wor", + "st" + ], + [ + "▁Ang", + "el" + ], + [ + "▁An", + "gel" + ], + [ + "odo", + "x" + ], + [ + "od", + "ox" + ], + [ + "▁Provin", + "ce" + ], + [ + "▁Prov", + "ince" + ], + [ + "▁Ma", + "z" + ], + [ + "▁M", + "az" + ], + [ + "▁agree", + "ment" + ], + [ + "▁agre", + "ement" + ], + [ + "▁Bas", + "s" + ], + [ + "▁Ba", + "ss" + ], + [ + "▁B", + "ass" + ], + [ + "▁seg", + "unda" + ], + [ + "once", + "s" + ], + [ + "onc", + "es" + ], + [ + "on", + "ces" + ], + [ + "▁Link", + "i" + ], + [ + "▁Lin", + "ki" + ], + [ + "▁C", + "L" + ], + [ + "▁", + "CL" + ], + [ + "▁j", + "á" + ], + [ + "item", + "ent" + ], + [ + "ite", + "ment" + ], + [ + "it", + "ement" + ], + [ + "▁ár", + "ea" + ], + [ + "▁á", + "rea" + ], + [ + "▁scala", + "r" + ], + [ + "▁scal", + "ar" + ], + [ + "▁Ре", + "с" + ], + [ + "▁Р", + "ес" + ], + [ + "aw", + "t" + ], + [ + "a", + "wt" + ], + [ + "si", + "eme" + ], + [ + "▁jun", + "i" + ], + [ + "▁ju", + "ni" + ], + [ + "▁j", + "uni" + ], + [ + "▁худо", + "ж" + ], + [ + "iku", + "s" + ], + [ + "ik", + "us" + ], + [ + "▁li", + "d" + ], + [ + "▁l", + "id" + ], + [ + "ppe", + "l" + ], + [ + "pp", + "el" + ], + [ + "p", + "pel" + ], + [ + "av", + "i" + ], + [ + "a", + "vi" + ], + [ + "▁bal", + "ance" + ], + [ + "ippi", + "ng" + ], + [ + "ipp", + "ing" + ], + [ + "ip", + "ping" + ], + [ + "i", + "pping" + ], + [ + "cuss", + "ion" + ], + [ + "че", + "ских" + ], + [ + "(\"", + "." + ], + [ + "(", + "\"." + ], + [ + "Al", + "so" + ], + [ + "▁wh", + "is" + ], + [ + "▁w", + "his" + ], + [ + "HO", + "ME" + ], + [ + "▁brow", + "n" + ], + [ + "▁bro", + "wn" + ], + [ + "▁br", + "own" + ], + [ + "▁b", + "rown" + ], + [ + "▁dí", + "a" + ], + [ + "▁d", + "ía" + ], + [ + "▁pu", + "ò" + ], + [ + "plot", + "lib" + ], + [ + "▁Jahrhundert", + "s" + ], + [ + "D", + "K" + ], + [ + "▁anch", + "or" + ], + [ + "▁anc", + "hor" + ], + [ + "▁an", + "chor" + ], + [ + "▁", + "anchor" + ], + [ + "...", + "]" + ], + [ + "..", + ".]" + ], + [ + "▁Aust", + "ria" + ], + [ + "▁marc", + "a" + ], + [ + "▁mar", + "ca" + ], + [ + "▁m", + "arca" + ], + [ + "▁ge", + "z" + ], + [ + "▁g", + "ez" + ], + [ + "ious", + "ly" + ], + [ + "i", + "ously" + ], + [ + "▁la", + "zy" + ], + [ + "▁l", + "azy" + ], + [ + "x", + "a" + ], + [ + "▁Chan", + "nel" + ], + [ + "▁Ch", + "annel" + ], + [ + "▁", + "Channel" + ], + [ + "▁neue", + "n" + ], + [ + "▁neu", + "en" + ], + [ + "▁ne", + "uen" + ], + [ + "da", + "s" + ], + [ + "d", + "as" + ], + [ + "▁search", + "ed" + ], + [ + "▁sta", + "at" + ], + [ + "▁", + "staat" + ], + [ + "▁Та", + "к" + ], + [ + "▁Jose", + "f" + ], + [ + "▁Jos", + "ef" + ], + [ + "▁Jo", + "sef" + ], + [ + "▁She", + "r" + ], + [ + "▁Sh", + "er" + ], + [ + "▁S", + "her" + ], + [ + "po", + "is" + ], + [ + "p", + "ois" + ], + [ + "▁en", + "em" + ], + [ + "▁e", + "nem" + ], + [ + "▁access", + "ing" + ], + [ + "▁не", + "ко" + ], + [ + "▁fur", + "ono" + ], + [ + "▁pseud", + "o" + ], + [ + "▁pse", + "udo" + ], + [ + "?", + ">" + ], + [ + "▁estado", + "un" + ], + [ + "▁estad", + "oun" + ], + [ + "▁Ви", + "ди" + ], + [ + "▁mot", + "iv" + ], + [ + "▁rec", + "all" + ], + [ + "▁re", + "call" + ], + [ + "iss", + "on" + ], + [ + "is", + "son" + ], + [ + "i", + "sson" + ], + [ + "ó", + "b" + ], + [ + ")-", + "-" + ], + [ + ")", + "--" + ], + [ + "▁Er", + "z" + ], + [ + "▁E", + "rz" + ], + [ + "▁са", + "вез" + ], + [ + "Dir", + "ect" + ], + [ + "Di", + "rect" + ], + [ + "D", + "irect" + ], + [ + "со", + "б" + ], + [ + "с", + "об" + ], + [ + "▁sh", + "o" + ], + [ + "▁s", + "ho" + ], + [ + "v", + "ölker" + ], + [ + "A", + "p" + ], + [ + "gen", + "s" + ], + [ + "ge", + "ns" + ], + [ + "g", + "ens" + ], + [ + "ниш", + "тво" + ], + [ + "▁Am", + "sterdam" + ], + [ + "us", + "k" + ], + [ + "u", + "sk" + ], + [ + "п", + "ло" + ], + [ + "▁sim", + "ulation" + ], + [ + "▁B", + "C" + ], + [ + "▁", + "BC" + ], + [ + "▁Wo", + "j" + ], + [ + "▁W", + "oj" + ], + [ + "auto", + "m" + ], + [ + "aut", + "om" + ], + [ + "au", + "tom" + ], + [ + "Al", + "ex" + ], + [ + "A", + "lex" + ], + [ + "▁econom", + "ic" + ], + [ + "▁econ", + "omic" + ], + [ + "го", + "м" + ], + [ + "г", + "ом" + ], + [ + "ika", + "i" + ], + [ + "ik", + "ai" + ], + [ + "▁alt", + "re" + ], + [ + "▁al", + "tre" + ], + [ + "▁a", + "ltre" + ], + [ + "▁'", + "-" + ], + [ + "▁", + "'-" + ], + [ + "▁We", + "g" + ], + [ + "▁W", + "eg" + ], + [ + "Not", + "Found" + ], + [ + "й", + "ской" + ], + [ + "▁convert", + "ing" + ], + [ + "▁conver", + "ting" + ], + [ + "pha", + "bet" + ], + [ + "ph", + "abet" + ], + [ + "atri", + "ce" + ], + [ + "atr", + "ice" + ], + [ + "at", + "rice" + ], + [ + "bour", + "ne" + ], + [ + "alo", + "m" + ], + [ + "al", + "om" + ], + [ + "▁compar", + "ing" + ], + [ + "▁comp", + "aring" + ], + [ + "▁Z", + "o" + ], + [ + "▁fl", + "a" + ], + [ + "▁f", + "la" + ], + [ + "ва", + "я" + ], + [ + "▁entr", + "a" + ], + [ + "▁ent", + "ra" + ], + [ + "▁en", + "tra" + ], + [ + "▁chars", + "et" + ], + [ + "▁char", + "set" + ], + [ + "developer", + "s" + ], + [ + "develop", + "ers" + ], + [ + "íst", + "ica" + ], + [ + "}", + ">" + ], + [ + "▁Ja", + "zz" + ], + [ + "▁J", + "azz" + ], + [ + "▁How", + "ard" + ], + [ + "▁Ho", + "ward" + ], + [ + "ш", + "та" + ], + [ + "▁clo", + "ne" + ], + [ + "▁cl", + "one" + ], + [ + "▁", + "clone" + ], + [ + "do", + "or" + ], + [ + "d", + "oor" + ], + [ + "▁Pi", + "n" + ], + [ + "▁P", + "in" + ], + [ + "**", + "*" + ], + [ + "*", + "**" + ], + [ + "▁sil", + "ent" + ], + [ + "ec", + "ycle" + ], + [ + "e", + "cycle" + ], + [ + "isc", + "e" + ], + [ + "is", + "ce" + ], + [ + "i", + "sce" + ], + [ + "▁mu", + "d" + ], + [ + "▁m", + "ud" + ], + [ + "▁Dis", + "play" + ], + [ + "▁", + "Display" + ], + [ + "▁li", + "p" + ], + [ + "▁l", + "ip" + ], + [ + "▁", + "lip" + ], + [ + "▁исполь", + "зова" + ], + [ + "▁character", + "istic" + ], + [ + "▁s", + "b" + ], + [ + "▁", + "sb" + ], + [ + "fire", + "base" + ], + [ + "▁Be", + "w" + ], + [ + "▁B", + "ew" + ], + [ + "Cal", + "endar" + ], + [ + "▁us", + "o" + ], + [ + "▁u", + "so" + ], + [ + "▁", + "uso" + ], + [ + "ès", + "e" + ], + [ + "è", + "se" + ], + [ + "▁Ra", + "t" + ], + [ + "▁R", + "at" + ], + [ + "▁espe", + "r" + ], + [ + "▁esp", + "er" + ], + [ + "▁es", + "per" + ], + [ + "▁", + "esper" + ], + [ + "▁throw", + "ing" + ], + [ + "▁thro", + "wing" + ], + [ + "▁rod", + "z" + ], + [ + "▁ro", + "dz" + ], + [ + "▁yard", + "s" + ], + [ + "▁y", + "ards" + ], + [ + "▁gra", + "ss" + ], + [ + "▁gr", + "ass" + ], + [ + "▁g", + "rass" + ], + [ + "▁mark", + "er" + ], + [ + "▁mar", + "ker" + ], + [ + "▁", + "marker" + ], + [ + "▁Ko", + "s" + ], + [ + "▁K", + "os" + ], + [ + "The", + "ta" + ], + [ + "Th", + "eta" + ], + [ + "▁organ", + "is" + ], + [ + "kern", + "el" + ], + [ + "ker", + "nel" + ], + [ + "k", + "ernel" + ], + [ + "▁persona", + "s" + ], + [ + "▁person", + "as" + ], + [ + "▁pers", + "onas" + ], + [ + "kee", + "p" + ], + [ + "ke", + "ep" + ], + [ + "▁exc", + "laimed" + ], + [ + "os", + "lav" + ], + [ + "▁Enter", + "tain" + ], + [ + "▁Ent", + "ertain" + ], + [ + "не", + "р" + ], + [ + "н", + "ер" + ], + [ + "▁in", + "won" + ], + [ + "▁Ran", + "d" + ], + [ + "▁Ra", + "nd" + ], + [ + "▁R", + "and" + ], + [ + "redu", + "ce" + ], + [ + "red", + "uce" + ], + [ + "fa", + "c" + ], + [ + "f", + "ac" + ], + [ + "express", + "ion" + ], + [ + "expr", + "ession" + ], + [ + "exp", + "ression" + ], + [ + "ex", + "pression" + ], + [ + "y", + "j" + ], + [ + "▁different", + "i" + ], + [ + "▁differ", + "enti" + ], + [ + "agli", + "a" + ], + [ + "ag", + "lia" + ], + [ + "▁template", + "s" + ], + [ + "▁tem", + "plates" + ], + [ + "▁", + "templates" + ], + [ + "▁m", + "ű" + ], + [ + "▁pr", + "v" + ], + [ + "▁p", + "rv" + ], + [ + "▁moi", + "s" + ], + [ + "▁mo", + "is" + ], + [ + "▁m", + "ois" + ], + [ + "▁gew", + "ann" + ], + [ + "▁бу", + "ла" + ], + [ + "bib", + "li" + ], + [ + "b", + "ibli" + ], + [ + "dem", + "o" + ], + [ + "de", + "mo" + ], + [ + "d", + "emo" + ], + [ + "▁Anders", + "on" + ], + [ + "▁And", + "erson" + ], + [ + "▁ре", + "д" + ], + [ + "▁", + "ред" + ], + [ + "▁por", + "que" + ], + [ + "▁Pol", + "ogne" + ], + [ + "▁P", + "ologne" + ], + [ + "▁tri", + "p" + ], + [ + "▁tr", + "ip" + ], + [ + "▁t", + "rip" + ], + [ + "▁exempl", + "e" + ], + [ + "▁exem", + "ple" + ], + [ + "▁Intern", + "acional" + ], + [ + "▁ка", + "о" + ], + [ + "In", + "sert" + ], + [ + "gener", + "al" + ], + [ + "gen", + "eral" + ], + [ + "SE", + "SSION" + ], + [ + "berg", + "a" + ], + [ + "ber", + "ga" + ], + [ + "hä", + "lt" + ], + [ + "h", + "ält" + ], + [ + "una", + "s" + ], + [ + "un", + "as" + ], + [ + "u", + "nas" + ], + [ + "мир", + "а" + ], + [ + "ми", + "ра" + ], + [ + "▁yield", + "s" + ], + [ + "maps", + "to" + ], + [ + "map", + "sto" + ], + [ + "sp", + "ot" + ], + [ + "s", + "pot" + ], + [ + "▁+", + "\\" + ], + [ + "▁", + "+\\" + ], + [ + "лл", + "а" + ], + [ + "л", + "ла" + ], + [ + "▁precise", + "ly" + ], + [ + "▁precis", + "ely" + ], + [ + "▁ч", + "лен" + ], + [ + "sh", + "adow" + ], + [ + "Ar", + "e" + ], + [ + "A", + "re" + ], + [ + "una", + "l" + ], + [ + "un", + "al" + ], + [ + "u", + "nal" + ], + [ + "▁disp", + "ar" + ], + [ + "▁dis", + "par" + ], + [ + "▁tít", + "ulo" + ], + [ + "nes", + "t" + ], + [ + "ne", + "st" + ], + [ + "n", + "est" + ], + [ + "▁Lo", + "w" + ], + [ + "▁L", + "ow" + ], + [ + "▁pro", + "t" + ], + [ + "▁pr", + "ot" + ], + [ + "▁p", + "rot" + ], + [ + "▁Cost", + "a" + ], + [ + "▁Cos", + "ta" + ], + [ + "▁Co", + "sta" + ], + [ + "▁C", + "osta" + ], + [ + "name", + "d" + ], + [ + "nam", + "ed" + ], + [ + "na", + "med" + ], + [ + "n", + "amed" + ], + [ + "▁gain", + "ed" + ], + [ + "▁ga", + "ined" + ], + [ + "▁g", + "ained" + ], + [ + "les", + "ia" + ], + [ + "l", + "esia" + ], + [ + "▁administr", + "ation" + ], + [ + "▁admin", + "istration" + ], + [ + "Imp", + "ort" + ], + [ + "Im", + "port" + ], + [ + "br", + "anch" + ], + [ + "b", + "ranch" + ], + [ + "▁sym", + "path" + ], + [ + "vo", + "j" + ], + [ + "v", + "oj" + ], + [ + "▁E", + "C" + ], + [ + "▁", + "EC" + ], + [ + "▁municip", + "io" + ], + [ + "▁animate", + "d" + ], + [ + "▁anim", + "ated" + ], + [ + "▁director", + "ies" + ], + [ + "▁direct", + "ories" + ], + [ + "▁ro", + "of" + ], + [ + "zą", + "d" + ], + [ + "z", + "ąd" + ], + [ + "ime", + "t" + ], + [ + "im", + "et" + ], + [ + "i", + "met" + ], + [ + "pro", + "to" + ], + [ + "pr", + "oto" + ], + [ + "bl", + "a" + ], + [ + "b", + "la" + ], + [ + ":", + "]" + ], + [ + "hav", + "e" + ], + [ + "ha", + "ve" + ], + [ + "h", + "ave" + ], + [ + "ate", + "m" + ], + [ + "at", + "em" + ], + [ + "a", + "tem" + ], + [ + "▁n", + "s" + ], + [ + "▁", + "ns" + ], + [ + "▁sect", + "or" + ], + [ + "▁sec", + "tor" + ], + [ + "▁se", + "ctor" + ], + [ + "▁s", + "ector" + ], + [ + "th", + "ree" + ], + [ + "owan", + "e" + ], + [ + "owa", + "ne" + ], + [ + "ow", + "ane" + ], + [ + "wer", + "s" + ], + [ + "we", + "rs" + ], + [ + "w", + "ers" + ], + [ + "ови", + "х" + ], + [ + "ов", + "их" + ], + [ + "ren", + "ce" + ], + [ + "r", + "ence" + ], + [ + "▁ext", + "r" + ], + [ + "▁ex", + "tr" + ], + [ + "igte", + "n" + ], + [ + "igt", + "en" + ], + [ + "ig", + "ten" + ], + [ + "▁occ", + "ident" + ], + [ + "ț", + "ă" + ], + [ + "▁e", + "at" + ], + [ + "▁hyd", + "ro" + ], + [ + "▁hy", + "dro" + ], + [ + "▁h", + "ydro" + ], + [ + "ubern", + "etes" + ], + [ + "[", + "@" + ], + [ + "▁Mo", + "on" + ], + [ + "▁M", + "oon" + ], + [ + "▁Sh", + "o" + ], + [ + "▁S", + "ho" + ], + [ + "▁else", + "where" + ], + [ + "üll", + "er" + ], + [ + "ül", + "ler" + ], + [ + "Up", + "load" + ], + [ + "лан", + "д" + ], + [ + "ла", + "нд" + ], + [ + "л", + "анд" + ], + [ + "▁F", + "ör" + ], + [ + "w", + "issenschaft" + ], + [ + "K", + "S" + ], + [ + "▁phys", + "ics" + ], + [ + "▁", + "physics" + ], + [ + "t", + "z" + ], + [ + "▁се", + "ред" + ], + [ + "▁Arbe", + "it" + ], + [ + "▁Ar", + "beit" + ], + [ + "▁ме", + "ст" + ], + [ + "▁", + "мест" + ], + [ + "▁Geb", + "iet" + ], + [ + "▁inse", + "ct" + ], + [ + "▁ins", + "ect" + ], + [ + "▁in", + "sect" + ], + [ + "A", + "h" + ], + [ + "iza", + "do" + ], + [ + "iz", + "ado" + ], + [ + "▁temp", + "le" + ], + [ + "▁tem", + "ple" + ], + [ + "▁ann", + "ual" + ], + [ + "sta", + "d" + ], + [ + "st", + "ad" + ], + [ + "▁habit", + "at" + ], + [ + "▁hab", + "itat" + ], + [ + "▁A", + "B" + ], + [ + "▁", + "AB" + ], + [ + "wor", + "t" + ], + [ + "wo", + "rt" + ], + [ + "w", + "ort" + ], + [ + "▁repo", + "s" + ], + [ + "▁rep", + "os" + ], + [ + "▁re", + "pos" + ], + [ + "▁Ne", + "u" + ], + [ + "▁N", + "eu" + ], + [ + "▁$(\"", + "." + ], + [ + "▁$(", + "\"." + ], + [ + "▁$", + "(\"." + ], + [ + "Vor", + "lage" + ], + [ + "▁repre", + "zent" + ], + [ + "est", + "anden" + ], + [ + "Inter", + "n" + ], + [ + "Int", + "ern" + ], + [ + "In", + "tern" + ], + [ + ".", + "`" + ], + [ + "▁fail", + "ing" + ], + [ + "▁fa", + "iling" + ], + [ + "▁Mate", + "rial" + ], + [ + "▁M", + "aterial" + ], + [ + "▁", + "Material" + ], + [ + "▁effective", + "ly" + ], + [ + "▁effect", + "ively" + ], + [ + "тел", + "ем" + ], + [ + "те", + "лем" + ], + [ + "▁г", + "ла" + ], + [ + "▁", + "гла" + ], + [ + "▁nah", + "m" + ], + [ + "▁na", + "hm" + ], + [ + "▁", + "nahm" + ], + [ + "▁different", + "ly" + ], + [ + "▁differ", + "ently" + ], + [ + "ext", + "ension" + ], + [ + "▁Ver", + "m" + ], + [ + "▁Ve", + "rm" + ], + [ + "▁V", + "erm" + ], + [ + "enable", + "d" + ], + [ + "ena", + "bled" + ], + [ + "en", + "abled" + ], + [ + "config", + "ure" + ], + [ + "con", + "figure" + ], + [ + "ni", + "o" + ], + [ + "n", + "io" + ], + [ + "cion", + "es" + ], + [ + "cio", + "nes" + ], + [ + "ci", + "ones" + ], + [ + "c", + "iones" + ], + [ + "▁Be", + "ach" + ], + [ + "▁B", + "each" + ], + [ + "сон", + "а" + ], + [ + "со", + "на" + ], + [ + "с", + "она" + ], + [ + "▁copy", + "ing" + ], + [ + "▁cop", + "ying" + ], + [ + "▁у", + "країн" + ], + [ + "▁приз", + "на" + ], + [ + "▁при", + "зна" + ], + [ + "z", + "h" + ], + [ + "Des", + "ktop" + ], + [ + "▁so", + "st" + ], + [ + "▁s", + "ost" + ], + [ + "▁subsequent", + "ly" + ], + [ + "▁subsequ", + "ently" + ], + [ + "▁sub", + "sequently" + ], + [ + "▁Le", + "hr" + ], + [ + "▁", + "ó" + ], + [ + "lä", + "r" + ], + [ + "l", + "är" + ], + [ + "odo", + "r" + ], + [ + "od", + "or" + ], + [ + "o", + "dor" + ], + [ + "ph", + "on" + ], + [ + "p", + "hon" + ], + [ + "n", + "c" + ], + [ + "iter", + "ator" + ], + [ + "▁э", + "ти" + ], + [ + "▁europ", + "é" + ], + [ + "▁Tor", + "onto" + ], + [ + "ód", + "igo" + ], + [ + "▁post", + "o" + ], + [ + "▁pos", + "to" + ], + [ + "▁po", + "sto" + ], + [ + "▁p", + "osto" + ], + [ + "ff", + "e" + ], + [ + "f", + "fe" + ], + [ + "▁cre", + "w" + ], + [ + "▁cr", + "ew" + ], + [ + "▁c", + "rew" + ], + [ + "▁Schw", + "ar" + ], + [ + "▁Sch", + "war" + ], + [ + "S", + "a" + ], + [ + "squ", + "are" + ], + [ + "s", + "quare" + ], + [ + "▁bes", + "ide" + ], + [ + "▁be", + "side" + ], + [ + "▁М", + "і" + ], + [ + "▁at", + "h" + ], + [ + "▁a", + "th" + ], + [ + "▁", + "ath" + ], + [ + "▁adv", + "ent" + ], + [ + "▁ad", + "vent" + ], + [ + "c", + "ji" + ], + [ + "writ", + "ten" + ], + [ + "wr", + "itten" + ], + [ + "w", + "ritten" + ], + [ + "▁rus", + "s" + ], + [ + "▁ru", + "ss" + ], + [ + "▁r", + "uss" + ], + [ + "ros", + "t" + ], + [ + "ro", + "st" + ], + [ + "r", + "ost" + ], + [ + "H", + "I" + ], + [ + "▁dic", + "e" + ], + [ + "▁di", + "ce" + ], + [ + "▁d", + "ice" + ], + [ + "cc", + "a" + ], + [ + "c", + "ca" + ], + [ + "▁dé", + "p" + ], + [ + "▁d", + "ép" + ], + [ + "pl", + "y" + ], + [ + "p", + "ly" + ], + [ + "big", + "g" + ], + [ + "bi", + "gg" + ], + [ + "b", + "igg" + ], + [ + "zia", + "ł" + ], + [ + "zi", + "ał" + ], + [ + "z", + "iał" + ], + [ + "üt", + "t" + ], + [ + "ü", + "tt" + ], + [ + "▁од", + "но" + ], + [ + "▁о", + "дно" + ], + [ + "J", + "ECT" + ], + [ + "сько", + "му" + ], + [ + "ськ", + "ому" + ], + [ + "сь", + "кому" + ], + [ + "no", + "s" + ], + [ + "n", + "os" + ], + [ + "mo", + "ck" + ], + [ + "m", + "ock" + ], + [ + "La", + "unch" + ], + [ + "sam", + "e" + ], + [ + "sa", + "me" + ], + [ + "s", + "ame" + ], + [ + "▁job", + "s" + ], + [ + "▁jo", + "bs" + ], + [ + "▁j", + "obs" + ], + [ + "▁wide", + "ly" + ], + [ + "▁wid", + "ely" + ], + [ + "▁define", + "s" + ], + [ + "▁defin", + "es" + ], + [ + "▁def", + "ines" + ], + [ + "▁Ps", + "e" + ], + [ + "▁P", + "se" + ], + [ + "▁neighb", + "our" + ], + [ + "▁neigh", + "bour" + ], + [ + "ющи", + "е" + ], + [ + "▁close", + "r" + ], + [ + "▁clos", + "er" + ], + [ + "▁clo", + "ser" + ], + [ + "▁cl", + "oser" + ], + [ + "▁распо", + "ло" + ], + [ + "▁рас", + "поло" + ], + [ + "▁club", + "s" + ], + [ + "▁cl", + "ubs" + ], + [ + "fl", + "y" + ], + [ + "f", + "ly" + ], + [ + "ши", + "м" + ], + [ + "ш", + "им" + ], + [ + "▁suffer", + "ed" + ], + [ + "▁suff", + "ered" + ], + [ + "▁na", + "r" + ], + [ + "▁n", + "ar" + ], + [ + "▁", + "nar" + ], + [ + "▁lav", + "or" + ], + [ + "▁la", + "vor" + ], + [ + "▁l", + "avor" + ], + [ + "Ext", + "ension" + ], + [ + "itional", + "ly" + ], + [ + "ition", + "ally" + ], + [ + "▁gra", + "ce" + ], + [ + "▁gr", + "ace" + ], + [ + "▁g", + "race" + ], + [ + "▁Campe", + "onato" + ], + [ + "▁Christ", + "mas" + ], + [ + "m", + "iddle" + ], + [ + "othe", + "k" + ], + [ + "oth", + "ek" + ], + [ + "element", + "s" + ], + [ + "elem", + "ents" + ], + [ + "ele", + "ments" + ], + [ + "el", + "ements" + ], + [ + "▁son", + "dern" + ], + [ + "▁tard", + "e" + ], + [ + "▁tar", + "de" + ], + [ + "▁t", + "arde" + ], + [ + "▁perman", + "ent" + ], + [ + "▁concl", + "ude" + ], + [ + "▁con", + "clude" + ], + [ + "Se", + "g" + ], + [ + "S", + "eg" + ], + [ + "▁а", + "каде" + ], + [ + "}\"", + "," + ], + [ + "}", + "\"," + ], + [ + "▁февра", + "ля" + ], + [ + "ře", + "d" + ], + [ + "ř", + "ed" + ], + [ + "▁I", + "L" + ], + [ + "▁", + "IL" + ], + [ + "ju", + "d" + ], + [ + "j", + "ud" + ], + [ + "▁US", + "S" + ], + [ + "▁U", + "SS" + ], + [ + "▁Natur", + "e" + ], + [ + "▁Nat", + "ure" + ], + [ + "▁N", + "ature" + ], + [ + "iffer", + "ence" + ], + [ + "iffe", + "rence" + ], + [ + "if", + "ference" + ], + [ + "Serial", + "izer" + ], + [ + "▁tw", + "elve" + ], + [ + "ti", + "d" + ], + [ + "t", + "id" + ], + [ + "ми", + "я" + ], + [ + "че", + "ского" + ], + [ + "▁cal", + "endar" + ], + [ + "▁", + "calendar" + ], + [ + "con", + "cat" + ], + [ + "▁intersect", + "ion" + ], + [ + "▁inter", + "section" + ], + [ + "▁P", + "A" + ], + [ + "▁", + "PA" + ], + [ + "azu", + "re" + ], + [ + "az", + "ure" + ], + [ + "▁situé", + "e" + ], + [ + "▁situ", + "ée" + ], + [ + "▁kind", + "s" + ], + [ + "▁kin", + "ds" + ], + [ + "▁k", + "inds" + ], + [ + "▁aus", + "ge" + ], + [ + "▁ru", + "ral" + ], + [ + "▁r", + "ural" + ], + [ + "The", + "me" + ], + [ + "Th", + "eme" + ], + [ + "▁tal", + "e" + ], + [ + "▁ta", + "le" + ], + [ + "▁t", + "ale" + ], + [ + "no", + "indent" + ], + [ + "go", + "ing" + ], + [ + "r", + "x" + ], + [ + "ag", + "i" + ], + [ + "a", + "gi" + ], + [ + "wrap", + "per" + ], + [ + "wr", + "apper" + ], + [ + "w", + "rapper" + ], + [ + "▁Co", + "ast" + ], + [ + "mb", + "H" + ], + [ + "▁пере", + "д" + ], + [ + "▁пе", + "ред" + ], + [ + "spr", + "e" + ], + [ + "sp", + "re" + ], + [ + "s", + "pre" + ], + [ + "▁}", + "\\" + ], + [ + "▁", + "}\\" + ], + [ + "▁L", + "I" + ], + [ + "▁", + "LI" + ], + [ + "zna", + "m" + ], + [ + "zn", + "am" + ], + [ + "z", + "nam" + ], + [ + "itle", + "d" + ], + [ + "it", + "led" + ], + [ + "Sam", + "ple" + ], + [ + "S", + "ample" + ], + [ + "uli", + "ar" + ], + [ + "ul", + "iar" + ], + [ + "*", + "\\" + ], + [ + "▁resist", + "ance" + ], + [ + "▁res", + "istance" + ], + [ + "sto", + "ck" + ], + [ + "st", + "ock" + ], + [ + "ke", + "d" + ], + [ + "k", + "ed" + ], + [ + "▁H", + "E" + ], + [ + "▁", + "HE" + ], + [ + "▁possess", + "ion" + ], + [ + "▁poss", + "ession" + ], + [ + "▁pos", + "session" + ], + [ + "▁Ri", + "ng" + ], + [ + "▁R", + "ing" + ], + [ + "▁mag", + "yar" + ], + [ + "▁m", + "agyar" + ], + [ + "out", + "s" + ], + [ + "ou", + "ts" + ], + [ + "o", + "uts" + ], + [ + "▁Secret", + "ary" + ], + [ + "nd", + "e" + ], + [ + "n", + "de" + ], + [ + "▁Wal", + "d" + ], + [ + "▁Wa", + "ld" + ], + [ + "▁W", + "ald" + ], + [ + "-", + "(" + ], + [ + "▁IS", + "O" + ], + [ + "▁I", + "SO" + ], + [ + "▁", + "ISO" + ], + [ + "▁af", + "ternoon" + ], + [ + "ione", + "n" + ], + [ + "ion", + "en" + ], + [ + "io", + "nen" + ], + [ + "i", + "onen" + ], + [ + "▁stop", + "s" + ], + [ + "▁sto", + "ps" + ], + [ + "▁st", + "ops" + ], + [ + "▁constant", + "s" + ], + [ + "▁const", + "ants" + ], + [ + "gu", + "ard" + ], + [ + "bo", + "w" + ], + [ + "b", + "ow" + ], + [ + "▁er", + "s" + ], + [ + "▁e", + "rs" + ], + [ + "▁", + "ers" + ], + [ + "▁Fire", + "base" + ], + [ + "▁Cle", + "ar" + ], + [ + "▁Cl", + "ear" + ], + [ + "▁C", + "lear" + ], + [ + "▁", + "Clear" + ], + [ + "▁Hol", + "y" + ], + [ + "▁Ho", + "ly" + ], + [ + "▁H", + "oly" + ], + [ + "W", + "in" + ], + [ + "▁title", + "s" + ], + [ + "▁tit", + "les" + ], + [ + "▁тра", + "в" + ], + [ + "▁т", + "рав" + ], + [ + "▁contr", + "ib" + ], + [ + "▁cont", + "rib" + ], + [ + "▁", + "contrib" + ], + [ + "hä", + "ng" + ], + [ + "h", + "äng" + ], + [ + "▁photo", + "graph" + ], + [ + "▁phot", + "ograph" + ], + [ + "▁Dist", + "ribution" + ], + [ + "ift", + "s" + ], + [ + "if", + "ts" + ], + [ + "▁a", + "unque" + ], + [ + "com", + "b" + ], + [ + "co", + "mb" + ], + [ + "c", + "omb" + ], + [ + "AD", + "D" + ], + [ + "A", + "DD" + ], + [ + "▁public", + "ation" + ], + [ + "▁publi", + "cation" + ], + [ + "▁pub", + "lication" + ], + [ + "▁слу", + "ж" + ], + [ + "▁к", + "ня" + ], + [ + "▁ay", + "ant" + ], + [ + "▁resto", + "re" + ], + [ + "▁rest", + "ore" + ], + [ + "▁re", + "store" + ], + [ + "▁r", + "estore" + ], + [ + "▁bel", + "ief" + ], + [ + "▁vé", + "g" + ], + [ + "▁v", + "ég" + ], + [ + "▁extension", + "s" + ], + [ + "▁extens", + "ions" + ], + [ + "▁ext", + "ensions" + ], + [ + "▁", + "extensions" + ], + [ + "▁dec", + "om" + ], + [ + "▁de", + "com" + ], + [ + "вши", + "й" + ], + [ + "в", + "ший" + ], + [ + "W", + "T" + ], + [ + "▁part", + "i" + ], + [ + "▁par", + "ti" + ], + [ + "▁gi", + "oc" + ], + [ + "▁ми", + "ра" + ], + [ + "▁", + "мира" + ], + [ + "▁iss", + "u" + ], + [ + "▁is", + "su" + ], + [ + "pip", + "e" + ], + [ + "pi", + "pe" + ], + [ + "p", + "ipe" + ], + [ + "▁prop", + "s" + ], + [ + "▁pro", + "ps" + ], + [ + "▁pr", + "ops" + ], + [ + "▁", + "props" + ], + [ + "▁will", + "ing" + ], + [ + "▁wil", + "ling" + ], + [ + "▁w", + "illing" + ], + [ + "▁ne", + "st" + ], + [ + "▁n", + "est" + ], + [ + "▁", + "nest" + ], + [ + "as", + "o" + ], + [ + "a", + "so" + ], + [ + "po", + "t" + ], + [ + "p", + "ot" + ], + [ + "▁handle", + "s" + ], + [ + "▁hand", + "les" + ], + [ + "▁ф", + "о" + ], + [ + "▁", + "фо" + ], + [ + "▁mode", + "r" + ], + [ + "▁mod", + "er" + ], + [ + "▁mo", + "der" + ], + [ + "▁m", + "oder" + ], + [ + "▁eben", + "falls" + ], + [ + "▁fight", + "ing" + ], + [ + "umb", + "n" + ], + [ + "um", + "bn" + ], + [ + "▁trans", + "parent" + ], + [ + "▁Kr", + "ist" + ], + [ + "▁K", + "rist" + ], + [ + "▁home", + "s" + ], + [ + "▁hom", + "es" + ], + [ + "▁ho", + "mes" + ], + [ + "▁voy", + "age" + ], + [ + "Fail", + "ed" + ], + [ + "Fa", + "iled" + ], + [ + "▁Bir", + "d" + ], + [ + "▁Bi", + "rd" + ], + [ + "▁B", + "ird" + ], + [ + "▁He", + "art" + ], + [ + "Count", + "er" + ], + [ + "Co", + "unter" + ], + [ + "C", + "ounter" + ], + [ + "▁Scott", + "ish" + ], + [ + "át", + "ica" + ], + [ + "▁ar", + "beit" + ], + [ + "▁", + "arbeit" + ], + [ + "^{-", + "\\" + ], + [ + "^{", + "-\\" + ], + [ + "▁So", + "r" + ], + [ + "▁S", + "or" + ], + [ + "▁engag", + "ed" + ], + [ + "▁eng", + "aged" + ], + [ + "▁asi", + "de" + ], + [ + "▁as", + "ide" + ], + [ + "▁a", + "side" + ], + [ + "▁Fo", + "u" + ], + [ + "▁F", + "ou" + ], + [ + "▁wie", + "l" + ], + [ + "▁w", + "iel" + ], + [ + "▁recon", + "st" + ], + [ + "▁re", + "const" + ], + [ + "ous", + "in" + ], + [ + "ou", + "sin" + ], + [ + "▁host", + "ed" + ], + [ + "▁hos", + "ted" + ], + [ + "▁ho", + "sted" + ], + [ + "▁class", + "e" + ], + [ + "▁clas", + "se" + ], + [ + "▁cl", + "asse" + ], + [ + "▁c", + "lasse" + ], + [ + "▁conte", + "st" + ], + [ + "▁cont", + "est" + ], + [ + "▁con", + "test" + ], + [ + "...", + "\"" + ], + [ + "..", + ".\"" + ], + [ + "мо", + "м" + ], + [ + "м", + "ом" + ], + [ + "▁be", + "an" + ], + [ + "▁", + "bean" + ], + [ + "ge", + "m" + ], + [ + "g", + "em" + ], + [ + "▁consult", + "ato" + ], + [ + "▁bi", + "o" + ], + [ + "▁b", + "io" + ], + [ + "▁", + "bio" + ], + [ + "▁subject", + "s" + ], + [ + "bo", + "Box" + ], + [ + "▁Sch", + "rift" + ], + [ + "▁din", + "ner" + ], + [ + "▁d", + "inner" + ], + [ + "ă", + "r" + ], + [ + "▁r", + "ówn" + ], + [ + "▁%", + "%" + ], + [ + "▁", + "%%" + ], + [ + "bag", + "e" + ], + [ + "ba", + "ge" + ], + [ + "b", + "age" + ], + [ + "▁ver", + "öff" + ], + [ + "▁detect", + "ed" + ], + [ + "▁det", + "ected" + ], + [ + "ien", + "n" + ], + [ + "ie", + "nn" + ], + [ + "i", + "enn" + ], + [ + "ros", + "e" + ], + [ + "ro", + "se" + ], + [ + "r", + "ose" + ], + [ + "▁To", + "n" + ], + [ + "▁T", + "on" + ], + [ + "Comple", + "te" + ], + [ + "Comp", + "lete" + ], + [ + "▁prot", + "o" + ], + [ + "▁pro", + "to" + ], + [ + "▁pr", + "oto" + ], + [ + "▁", + "proto" + ], + [ + "icht", + "s" + ], + [ + "ich", + "ts" + ], + [ + "i", + "chts" + ], + [ + "ST", + "AT" + ], + [ + "Check", + "ed" + ], + [ + "▁inte", + "n" + ], + [ + "▁int", + "en" + ], + [ + "▁in", + "ten" + ], + [ + "▁i", + "nten" + ], + [ + "▁sm", + "ile" + ], + [ + "▁s", + "mile" + ], + [ + "▁stri", + "p" + ], + [ + "▁str", + "ip" + ], + [ + "▁st", + "rip" + ], + [ + "▁", + "strip" + ], + [ + "ne", + "ut" + ], + [ + "');", + "\r" + ], + [ + "')", + ";\r" + ], + [ + "'", + ");\r" + ], + [ + "fo", + "ur" + ], + [ + "f", + "our" + ], + [ + "▁toda", + "s" + ], + [ + "▁tod", + "as" + ], + [ + "▁to", + "das" + ], + [ + "Control", + "s" + ], + [ + "▁thor", + "ough" + ], + [ + "ru", + "p" + ], + [ + "r", + "up" + ], + [ + "▁држа", + "ви" + ], + [ + "it", + "ă" + ], + [ + "Pro", + "tocol" + ], + [ + "К", + "а" + ], + [ + "▁expand", + "ed" + ], + [ + "ext", + "ra" + ], + [ + "ex", + "tra" + ], + [ + "opo", + "rt" + ], + [ + "op", + "ort" + ], + [ + "o", + "port" + ], + [ + "▁Ста", + "нов" + ], + [ + "lease", + "s" + ], + [ + "le", + "ases" + ], + [ + "▁not", + "ion" + ], + [ + "▁no", + "tion" + ], + [ + "▁n", + "otion" + ], + [ + "▁gu", + "est" + ], + [ + "▁g", + "uest" + ], + [ + "▁Island", + "s" + ], + [ + "▁Is", + "lands" + ], + [ + "ick", + "ed" + ], + [ + "ic", + "ked" + ], + [ + "▁Dav", + "e" + ], + [ + "▁Da", + "ve" + ], + [ + "▁D", + "ave" + ], + [ + "▁reflect", + "ion" + ], + [ + "▁ref", + "lection" + ], + [ + "li", + "v" + ], + [ + "l", + "iv" + ], + [ + "ál", + "ní" + ], + [ + "▁reve", + "aled" + ], + [ + "▁so", + "g" + ], + [ + "▁s", + "og" + ], + [ + "▁Ta", + "x" + ], + [ + "▁T", + "ax" + ], + [ + "▁period", + "o" + ], + [ + "▁peri", + "odo" + ], + [ + "▁Welt", + "krie" + ], + [ + "catal", + "ina" + ], + [ + "qu", + "é" + ], + [ + "q", + "ué" + ], + [ + "▁Fa", + "ther" + ], + [ + "▁F", + "ather" + ], + [ + "▁Bi", + "r" + ], + [ + "▁B", + "ir" + ], + [ + "exp", + "ect" + ], + [ + "ex", + "pect" + ], + [ + "▁reg", + "ression" + ], + [ + "▁re", + "gression" + ], + [ + "in", + "é" + ], + [ + "i", + "né" + ], + [ + "▁da", + "bei" + ], + [ + "▁d", + "abei" + ], + [ + "per", + "m" + ], + [ + "pe", + "rm" + ], + [ + "p", + "erm" + ], + [ + "мен", + "е" + ], + [ + "ме", + "не" + ], + [ + "м", + "ене" + ], + [ + "▁Ab", + "d" + ], + [ + "▁A", + "bd" + ], + [ + "▁C", + "F" + ], + [ + "▁", + "CF" + ], + [ + "ark", + "s" + ], + [ + "ar", + "ks" + ], + [ + "resol", + "ve" + ], + [ + "wed", + "ge" + ], + [ + "w", + "edge" + ], + [ + "▁initial", + "ization" + ], + [ + "▁Vé", + "ase" + ], + [ + "▁при", + "ня" + ], + [ + "st", + "mt" + ], + [ + "▁inc", + "ome" + ], + [ + "▁in", + "come" + ], + [ + "M", + "Y" + ], + [ + "▁od", + "kazy" + ], + [ + "▁Sie", + "he" + ], + [ + "▁bod", + "ies" + ], + [ + "▁so", + "c" + ], + [ + "▁s", + "oc" + ], + [ + "R", + "andom" + ], + [ + "▁sen", + "za" + ], + [ + "▁s", + "enza" + ], + [ + "abl", + "o" + ], + [ + "ab", + "lo" + ], + [ + "a", + "blo" + ], + [ + "▁regard", + "ed" + ], + [ + "▁reg", + "arded" + ], + [ + "on", + "Create" + ], + [ + "▁Mag", + "azine" + ], + [ + "▁Ra", + "f" + ], + [ + "▁R", + "af" + ], + [ + "▁Buen", + "os" + ], + [ + "и", + "л" + ], + [ + ")))", + ";" + ], + [ + "))", + ");" + ], + [ + ")", + "));" + ], + [ + "cap", + "t" + ], + [ + "ca", + "pt" + ], + [ + "c", + "apt" + ], + [ + "red", + "irect" + ], + [ + "re", + "direct" + ], + [ + "▁pet", + "it" + ], + [ + "▁pe", + "tit" + ], + [ + "▁far", + "m" + ], + [ + "▁fa", + "rm" + ], + [ + "▁f", + "arm" + ], + [ + "▁r", + "ôle" + ], + [ + "▁стать", + "и" + ], + [ + "  ", + "  " + ], + [ + "sub", + "figure" + ], + [ + "èce", + "s" + ], + [ + "è", + "ces" + ], + [ + "zie", + "l" + ], + [ + "zi", + "el" + ], + [ + "z", + "iel" + ], + [ + "▁ок", + "он" + ], + [ + "▁о", + "кон" + ], + [ + "E", + "E" + ], + [ + "me", + "e" + ], + [ + "m", + "ee" + ], + [ + "▁pert", + "en" + ], + [ + "▁per", + "ten" + ], + [ + "▁p", + "erten" + ], + [ + "▁représ", + "ent" + ], + [ + "▁L", + "A" + ], + [ + "▁", + "LA" + ], + [ + "?", + "'" + ], + [ + "▁т", + "ру" + ], + [ + "▁ratio", + "nal" + ], + [ + "▁rat", + "ional" + ], + [ + "▁r", + "ational" + ], + [ + "oso", + "f" + ], + [ + "os", + "of" + ], + [ + "▁kn", + "e" + ], + [ + "▁k", + "ne" + ], + [ + "▁artist", + "s" + ], + [ + "▁art", + "ists" + ], + [ + "Fl", + "ow" + ], + [ + "F", + "low" + ], + [ + "▁Ал", + "ь" + ], + [ + "▁А", + "ль" + ], + [ + "izar", + "d" + ], + [ + "iza", + "rd" + ], + [ + "iz", + "ard" + ], + [ + "▁numer", + "o" + ], + [ + "▁num", + "ero" + ], + [ + "act", + "ic" + ], + [ + "a", + "ctic" + ], + [ + "▁destru", + "ct" + ], + [ + "▁dest", + "ruct" + ], + [ + "▁de", + "struct" + ], + [ + "▁П", + "ра" + ], + [ + "ons", + "ieur" + ], + [ + "q", + "t" + ], + [ + "ab", + "estanden" + ], + [ + "no", + "ść" + ], + [ + "Conne", + "ct" + ], + [ + "Con", + "nect" + ], + [ + "▁ora", + "cle" + ], + [ + "▁or", + "acle" + ], + [ + "▁o", + "racle" + ], + [ + "▁", + "oracle" + ], + [ + "▁Stock", + "holm" + ], + [ + "size", + "of" + ], + [ + "▁gem", + "äß" + ], + [ + "AC", + "T" + ], + [ + "A", + "CT" + ], + [ + "▁exper", + "t" + ], + [ + "▁exp", + "ert" + ], + [ + "▁ex", + "pert" + ], + [ + "ution", + "s" + ], + [ + "uti", + "ons" + ], + [ + "ut", + "ions" + ], + [ + "▁ha", + "cia" + ], + [ + "▁h", + "acia" + ], + [ + "▁log", + "ger" + ], + [ + "▁", + "logger" + ], + [ + "▁foo", + "l" + ], + [ + "▁fo", + "ol" + ], + [ + "▁f", + "ool" + ], + [ + "rypt", + "o" + ], + [ + "ry", + "pto" + ], + [ + "æ", + "r" + ], + [ + "▁ci", + "dade" + ], + [ + "▁c", + "idade" + ], + [ + "▁состав", + "е" + ], + [ + "▁соста", + "ве" + ], + [ + "oke", + "r" + ], + [ + "ok", + "er" + ], + [ + "o", + "ker" + ], + [ + "▁Trans", + "fer" + ], + [ + "▁den", + "ied" + ], + [ + "Tra", + "ck" + ], + [ + "Tr", + "ack" + ], + [ + "T", + "rack" + ], + [ + "▁rad", + "i" + ], + [ + "▁ra", + "di" + ], + [ + "▁r", + "adi" + ], + [ + "ze", + "c" + ], + [ + "z", + "ec" + ], + [ + "▁Histor", + "ic" + ], + [ + "▁Einwo", + "hner" + ], + [ + "ко", + "ю" + ], + [ + "▁х", + "ра" + ], + [ + "▁", + "хра" + ], + [ + "▁C", + "ategory" + ], + [ + "▁", + "Category" + ], + [ + "▁Dis", + "ney" + ], + [ + "▁sw", + "ap" + ], + [ + "▁", + "swap" + ], + [ + "Be", + "gin" + ], + [ + "B", + "egin" + ], + [ + "▁m", + "ientras" + ], + [ + "▁dan", + "ce" + ], + [ + "▁d", + "ance" + ], + [ + "▁t", + "ête" + ], + [ + "▁dro", + "it" + ], + [ + "▁dr", + "oit" + ], + [ + "▁d", + "roit" + ], + [ + "ert", + "a" + ], + [ + "er", + "ta" + ], + [ + "▁bird", + "s" + ], + [ + "▁bir", + "ds" + ], + [ + "▁conv", + "in" + ], + [ + "▁con", + "vin" + ], + [ + "para", + "tor" + ], + [ + "par", + "ator" + ], + [ + "д", + "ра" + ], + [ + "▁E", + "S" + ], + [ + "▁", + "ES" + ], + [ + "▁Ressource", + "s" + ], + [ + "▁Ress", + "ources" + ], + [ + "EG", + "IN" + ], + [ + "ück", + "e" + ], + [ + "ü", + "cke" + ], + [ + "▁Cru", + "z" + ], + [ + "▁Cr", + "uz" + ], + [ + "abl", + "ing" + ], + [ + "ab", + "ling" + ], + [ + "a", + "bling" + ], + [ + "▁\"", + "@" + ], + [ + "▁met", + "res" + ], + [ + "▁me", + "tres" + ], + [ + "▁Be", + "g" + ], + [ + "▁B", + "eg" + ], + [ + "▁Gr", + "ünd" + ], + [ + "▁Bo", + "h" + ], + [ + "▁B", + "oh" + ], + [ + "▁mil", + "e" + ], + [ + "▁mi", + "le" + ], + [ + "▁m", + "ile" + ], + [ + "▁", + "mile" + ], + [ + "▁Techn", + "ology" + ], + [ + "\"", + "+" + ], + [ + "acc", + "o" + ], + [ + "ac", + "co" + ], + [ + "a", + "cco" + ], + [ + "▁s", + "s" + ], + [ + "▁", + "ss" + ], + [ + "▁Fe", + "d" + ], + [ + "▁F", + "ed" + ], + [ + "▁Hen", + "d" + ], + [ + "▁He", + "nd" + ], + [ + "▁H", + "end" + ], + [ + "usc", + "h" + ], + [ + "us", + "ch" + ], + [ + "u", + "sch" + ], + [ + "it", + "ä" + ], + [ + "fol", + "k" + ], + [ + "f", + "olk" + ], + [ + "▁abs", + "or" + ], + [ + "anta", + "l" + ], + [ + "ant", + "al" + ], + [ + "an", + "tal" + ], + [ + "od", + "ge" + ], + [ + "▁WH", + "EN" + ], + [ + "▁Extern", + "í" + ], + [ + "▁Reg", + "iment" + ], + [ + "▁evalu", + "ation" + ], + [ + "▁Ta", + "i" + ], + [ + "▁T", + "ai" + ], + [ + "▁vocal", + "s" + ], + [ + "▁voc", + "als" + ], + [ + "▁experiment", + "al" + ], + [ + "▁ex", + "perimental" + ], + [ + "emb", + "ed" + ], + [ + "em", + "bed" + ], + [ + "▁Min", + "n" + ], + [ + "▁Mi", + "nn" + ], + [ + "▁M", + "inn" + ], + [ + "▁в", + "ме" + ], + [ + "pre", + "c" + ], + [ + "pr", + "ec" + ], + [ + "p", + "rec" + ], + [ + "ever", + "y" + ], + [ + "ev", + "ery" + ], + [ + "e", + "very" + ], + [ + "▁ho", + "of" + ], + [ + "▁Fern", + "ando" + ], + [ + "▁Bibli", + "ographie" + ], + [ + "▁na", + "g" + ], + [ + "▁n", + "ag" + ], + [ + "amerikan", + "ischer" + ], + [ + "▁mark", + "s" + ], + [ + "▁mar", + "ks" + ], + [ + "▁m", + "arks" + ], + [ + "▁", + "marks" + ], + [ + "▁U", + "TC" + ], + [ + "▁", + "UTC" + ], + [ + "▁un", + "certain" + ], + [ + "ди", + "я" + ], + [ + "oli", + "a" + ], + [ + "ol", + "ia" + ], + [ + "o", + "lia" + ], + [ + "▁cu", + "p" + ], + [ + "▁c", + "up" + ], + [ + "▁", + "cup" + ], + [ + "▁fill", + "e" + ], + [ + "▁fil", + "le" + ], + [ + "▁fi", + "lle" + ], + [ + "▁f", + "ille" + ], + [ + "▁do", + "k" + ], + [ + "▁d", + "ok" + ], + [ + "use", + "ppe" + ], + [ + "ester", + "d" + ], + [ + "este", + "rd" + ], + [ + "est", + "erd" + ], + [ + "e", + "sterd" + ], + [ + "▁Bran", + "d" + ], + [ + "▁Bra", + "nd" + ], + [ + "▁Br", + "and" + ], + [ + "▁B", + "rand" + ], + [ + "▁Th", + "ird" + ], + [ + "P", + "P" + ], + [ + "node", + "s" + ], + [ + "no", + "des" + ], + [ + "n", + "odes" + ], + [ + "▁Pa", + "d" + ], + [ + "▁P", + "ad" + ], + [ + "▁", + "Pad" + ], + [ + "▁love", + "d" + ], + [ + "▁lov", + "ed" + ], + [ + "▁lo", + "ved" + ], + [ + "▁l", + "oved" + ], + [ + "sw", + "ing" + ], + [ + "s", + "wing" + ], + [ + "▁surprise", + "d" + ], + [ + "▁surpr", + "ised" + ], + [ + "ard", + "i" + ], + [ + "ar", + "di" + ], + [ + "▁G", + "R" + ], + [ + "▁", + "GR" + ], + [ + "]", + "\"" + ], + [ + "▁equal", + "ly" + ], + [ + "▁equ", + "ally" + ], + [ + "▁eq", + "ually" + ], + [ + "ih", + "e" + ], + [ + "i", + "he" + ], + [ + "car", + "e" + ], + [ + "ca", + "re" + ], + [ + "c", + "are" + ], + [ + "пис", + "ок" + ], + [ + "пи", + "сок" + ], + [ + "lij", + "k" + ], + [ + "li", + "jk" + ], + [ + "l", + "ijk" + ], + [ + "rin", + "n" + ], + [ + "ri", + "nn" + ], + [ + "r", + "inn" + ], + [ + "▁\\[", + "\\" + ], + [ + "▁\\", + "[\\" + ], + [ + "▁son", + "s" + ], + [ + "▁so", + "ns" + ], + [ + "▁s", + "ons" + ], + [ + "▁t", + "ät" + ], + [ + "ica", + "mente" + ], + [ + "ic", + "amente" + ], + [ + "▁list", + "ing" + ], + [ + "▁l", + "isting" + ], + [ + "ielle", + "ment" + ], + [ + "iel", + "lement" + ], + [ + "▁nyel", + "ven" + ], + [ + "▁d", + "s" + ], + [ + "▁", + "ds" + ], + [ + "▁agr", + "icult" + ], + [ + "▁Herm", + "ann" + ], + [ + "▁Her", + "mann" + ], + [ + "▁H", + "ermann" + ], + [ + "▁beside", + "s" + ], + [ + "▁bes", + "ides" + ], + [ + "prog", + "ress" + ], + [ + "pro", + "gress" + ], + [ + "▁pec", + "uliar" + ], + [ + "fo", + "cus" + ], + [ + "f", + "ocus" + ], + [ + "c", + "n" + ], + [ + "-", + "$" + ], + [ + "ствен", + "ный" + ], + [ + "our", + "g" + ], + [ + "ou", + "rg" + ], + [ + "o", + "urg" + ], + [ + "▁wy", + "n" + ], + [ + "▁w", + "yn" + ], + [ + "▁conduct", + "ed" + ], + [ + "▁condu", + "cted" + ], + [ + "▁Станов", + "ништво" + ], + [ + "connect", + "ed" + ], + [ + "conne", + "cted" + ], + [ + "conn", + "ected" + ], + [ + "▁bot", + "t" + ], + [ + "▁bo", + "tt" + ], + [ + "▁b", + "ott" + ], + [ + "▁см", + "ер" + ], + [ + "▁с", + "мер" + ], + [ + "▁Po", + "z" + ], + [ + "▁P", + "oz" + ], + [ + "unc", + "t" + ], + [ + "un", + "ct" + ], + [ + "cond", + "a" + ], + [ + "con", + "da" + ], + [ + "c", + "onda" + ], + [ + "▁савез", + "ној" + ], + [ + "▁have", + "t" + ], + [ + "▁hav", + "et" + ], + [ + "▁ha", + "vet" + ], + [ + "lig", + "t" + ], + [ + "li", + "gt" + ], + [ + "l", + "igt" + ], + [ + "orte", + "d" + ], + [ + "ort", + "ed" + ], + [ + "or", + "ted" + ], + [ + "▁enter", + "ing" + ], + [ + "▁ent", + "ering" + ], + [ + "multi", + "p" + ], + [ + "mult", + "ip" + ], + [ + "mul", + "tip" + ], + [ + "▁Temp", + "le" + ], + [ + "▁Tem", + "ple" + ], + [ + "▁Plan", + "t" + ], + [ + "▁Pla", + "nt" + ], + [ + "▁Pl", + "ant" + ], + [ + "▁P", + "lant" + ], + [ + "type", + "of" + ], + [ + "▁V", + "lad" + ], + [ + "▁que", + "d" + ], + [ + "▁qu", + "ed" + ], + [ + "▁q", + "ued" + ], + [ + "▁rest", + "e" + ], + [ + "▁res", + "te" + ], + [ + "▁re", + "ste" + ], + [ + "▁r", + "este" + ], + [ + "▁ма", + "й" + ], + [ + "▁", + "май" + ], + [ + "▁Ver", + "y" + ], + [ + "▁Ve", + "ry" + ], + [ + "▁V", + "ery" + ], + [ + "ambigu", + "ation" + ], + [ + "▁ch", + "alleng" + ], + [ + "▁respect", + "ive" + ], + [ + "▁res", + "pective" + ], + [ + "▁то", + "р" + ], + [ + "▁т", + "ор" + ], + [ + "▁", + "тор" + ], + [ + "C", + "trl" + ], + [ + "▁abs", + "ence" + ], + [ + "ar", + "u" + ], + [ + "a", + "ru" + ], + [ + "во", + "е" + ], + [ + "▁för", + "st" + ], + [ + "▁s", + "q" + ], + [ + "▁", + "sq" + ], + [ + "▁Em", + "peror" + ], + [ + "▁Ig", + "n" + ], + [ + "▁I", + "gn" + ], + [ + "▁", + "Ign" + ], + [ + "▁то", + "ва" + ], + [ + "▁т", + "ова" + ], + [ + "▁", + "това" + ], + [ + ":", + "`" + ], + [ + "ado", + "op" + ], + [ + "ad", + "oop" + ], + [ + "▁Mad", + "ame" + ], + [ + "▁grup", + "po" + ], + [ + "▁gru", + "ppo" + ], + [ + "st", + "ud" + ], + [ + "▁extern", + "as" + ], + [ + "▁Александ", + "р" + ], + [ + "▁dig", + "n" + ], + [ + "▁di", + "gn" + ], + [ + "▁d", + "ign" + ], + [ + "▁жи", + "ве" + ], + [ + "Am", + "ount" + ], + [ + "A", + "mount" + ], + [ + "▁correl", + "ate" + ], + [ + "▁corre", + "late" + ], + [ + "▁Fa", + "nt" + ], + [ + "▁F", + "ant" + ], + [ + "▁rail", + "s" + ], + [ + "▁ra", + "ils" + ], + [ + "▁r", + "ails" + ], + [ + "▁", + "rails" + ], + [ + "f", + "p" + ], + [ + "министра", + "тив" + ], + [ + "▁b", + "ought" + ], + [ + "▁filter", + "s" + ], + [ + "▁fil", + "ters" + ], + [ + "▁", + "filters" + ], + [ + "▁anc", + "ora" + ], + [ + "▁part", + "ner" + ], + [ + "▁quan", + "d" + ], + [ + "▁qu", + "and" + ], + [ + "sym", + "bol" + ], + [ + "s", + "ymbol" + ], + [ + "ula", + "ting" + ], + [ + "ul", + "ating" + ], + [ + "▁z", + "d" + ], + [ + "▁", + "zd" + ], + [ + "aw", + "n" + ], + [ + "a", + "wn" + ], + [ + "▁Gran", + "t" + ], + [ + "▁Gra", + "nt" + ], + [ + "▁Gr", + "ant" + ], + [ + "▁G", + "rant" + ], + [ + "bec", + "ause" + ], + [ + "b", + "ecause" + ], + [ + "rab", + "le" + ], + [ + "ra", + "ble" + ], + [ + "r", + "able" + ], + [ + "\\", + "}" + ], + [ + "ística", + "s" + ], + [ + "íst", + "icas" + ], + [ + "▁у", + "че" + ], + [ + "▁péri", + "ode" + ], + [ + "▁sk", + "e" + ], + [ + "▁s", + "ke" + ], + [ + "▁", + "ske" + ], + [ + "▁Any", + "way" + ], + [ + "▁index", + "es" + ], + [ + "▁inde", + "xes" + ], + [ + "▁direction", + "s" + ], + [ + "▁direct", + "ions" + ], + [ + "▁dire", + "ctions" + ], + [ + "▁RA", + "M" + ], + [ + "▁R", + "AM" + ], + [ + "▁", + "RAM" + ], + [ + "chrom", + "e" + ], + [ + "chr", + "ome" + ], + [ + "ch", + "rome" + ], + [ + "▁apo", + "st" + ], + [ + "▁ap", + "ost" + ], + [ + "▁a", + "post" + ], + [ + "▁warning", + "s" + ], + [ + "▁warn", + "ings" + ], + [ + "▁war", + "nings" + ], + [ + "▁Air", + "port" + ], + [ + "V", + "I" + ], + [ + "abil", + "e" + ], + [ + "abi", + "le" + ], + [ + "ab", + "ile" + ], + [ + "▁lo", + "rd" + ], + [ + "▁l", + "ord" + ], + [ + "prov", + "ider" + ], + [ + "pro", + "vider" + ], + [ + "▁J", + "i" + ], + [ + "ost", + "ream" + ], + [ + "o", + "stream" + ], + [ + "▁geme", + "ente" + ], + [ + "table", + "View" + ], + [ + "Ext", + "ra" + ], + [ + "Ex", + "tra" + ], + [ + "c", + "ursor" + ], + [ + "egr", + "ound" + ], + [ + "eg", + "round" + ], + [ + "e", + "ground" + ], + [ + "▁Mo", + "z" + ], + [ + "▁M", + "oz" + ], + [ + "▁ri", + "b" + ], + [ + "▁r", + "ib" + ], + [ + "▁", + "rib" + ], + [ + "▁mor", + "ph" + ], + [ + "▁m", + "orph" + ], + [ + "load", + "s" + ], + [ + "lo", + "ads" + ], + [ + "els", + "k" + ], + [ + "el", + "sk" + ], + [ + "▁MA", + "X" + ], + [ + "▁M", + "AX" + ], + [ + "▁", + "MAX" + ], + [ + "▁Santi", + "ago" + ], + [ + "▁Hi", + "m" + ], + [ + "▁H", + "im" + ], + [ + "code", + "s" + ], + [ + "cod", + "es" + ], + [ + "co", + "des" + ], + [ + "c", + "odes" + ], + [ + "▁lan", + "z" + ], + [ + "▁l", + "anz" + ], + [ + "▁count", + "s" + ], + [ + "▁coun", + "ts" + ], + [ + "rinn", + "ingsområ" + ], + [ + "щ", + "ё" + ], + [ + "▁sp", + "é" + ], + [ + "▁pierw", + "s" + ], + [ + "▁pier", + "ws" + ], + [ + "▁Sv", + "er" + ], + [ + "▁S", + "ver" + ], + [ + "▁ac", + "know" + ], + [ + "▁a", + "cknow" + ], + [ + "Bo", + "olean" + ], + [ + "▁фами", + "ли" + ], + [ + "▁Sen", + "ate" + ], + [ + "шо", + "в" + ], + [ + "ш", + "ов" + ], + [ + "ager", + "s" + ], + [ + "age", + "rs" + ], + [ + "ag", + "ers" + ], + [ + "a", + "gers" + ], + [ + "▁Nue", + "va" + ], + [ + "bi", + "l" + ], + [ + "b", + "il" + ], + [ + "kie", + "m" + ], + [ + "ki", + "em" + ], + [ + "k", + "iem" + ], + [ + "▁Me", + "y" + ], + [ + "▁M", + "ey" + ], + [ + "wi", + "j" + ], + [ + "w", + "ij" + ], + [ + "▁G", + "mbH" + ], + [ + "valid", + "ation" + ], + [ + "▁en", + "suite" + ], + [ + "ink", + "ing" + ], + [ + "in", + "king" + ], + [ + "▁camp", + "ion" + ], + [ + "▁c", + "ampion" + ], + [ + "▁financi", + "al" + ], + [ + "▁finan", + "cial" + ], + [ + "izo", + "n" + ], + [ + "iz", + "on" + ], + [ + "i", + "zon" + ], + [ + "Header", + "s" + ], + [ + "Head", + "ers" + ], + [ + "He", + "aders" + ], + [ + "▁deprec", + "ated" + ], + [ + "▁fon", + "ction" + ], + [ + "RE", + "G" + ], + [ + "R", + "EG" + ], + [ + "▁volume", + "s" + ], + [ + "▁vol", + "umes" + ], + [ + "▁Ch", + "i" + ], + [ + "▁C", + "hi" + ], + [ + "▁encounter", + "ed" + ], + [ + "la", + "k" + ], + [ + "l", + "ak" + ], + [ + "ра", + "я" + ], + [ + "▁continue", + "s" + ], + [ + "▁continu", + "es" + ], + [ + "▁contin", + "ues" + ], + [ + "▁~", + "[" + ], + [ + "uer", + "te" + ], + [ + "u", + "erte" + ], + [ + "▁\\", + ";" + ], + [ + "▁", + "\\;" + ], + [ + "▁Do", + "k" + ], + [ + "▁D", + "ok" + ], + [ + "▁weight", + "s" + ], + [ + "▁we", + "ights" + ], + [ + "▁r", + "h" + ], + [ + "▁", + "rh" + ], + [ + "▁Nap", + "ole" + ], + [ + "▁Na", + "pole" + ], + [ + "▁natural", + "ly" + ], + [ + "▁natur", + "ally" + ], + [ + "sk", + "u" + ], + [ + "s", + "ku" + ], + [ + "pa", + "s" + ], + [ + "p", + "as" + ], + [ + "▁g", + "egründ" + ], + [ + "et", + "r" + ], + [ + "e", + "tr" + ], + [ + "▁K", + "u" + ], + [ + "ict", + "ed" + ], + [ + "ic", + "ted" + ], + [ + "i", + "cted" + ], + [ + "▁fab", + "ric" + ], + [ + "▁AS", + "C" + ], + [ + "▁A", + "SC" + ], + [ + "▁", + "ASC" + ], + [ + "▁Entertain", + "ment" + ], + [ + "▁ener", + "g" + ], + [ + "▁en", + "erg" + ], + [ + "кла", + "д" + ], + [ + "к", + "лад" + ], + [ + "omo", + "n" + ], + [ + "om", + "on" + ], + [ + "o", + "mon" + ], + [ + "the", + "me" + ], + [ + "th", + "eme" + ], + [ + "▁ха", + "рак" + ], + [ + "▁dra", + "ft" + ], + [ + "▁dr", + "aft" + ], + [ + "▁d", + "raft" + ], + [ + "▁channel", + "s" + ], + [ + "▁ch", + "annels" + ], + [ + "▁deser", + "t" + ], + [ + "▁des", + "ert" + ], + [ + "▁de", + "sert" + ], + [ + "▁trav", + "és" + ], + [ + "▁tra", + "vés" + ], + [ + "▁Loc", + "k" + ], + [ + "▁Lo", + "ck" + ], + [ + "▁L", + "ock" + ], + [ + "▁", + "Lock" + ], + [ + "▁si", + "endo" + ], + [ + "▁s", + "iendo" + ], + [ + "фе", + "к" + ], + [ + "ф", + "ек" + ], + [ + "m", + "ême" + ], + [ + "▁pack", + "et" + ], + [ + "▁pac", + "ket" + ], + [ + "▁pa", + "cket" + ], + [ + "▁Mount", + "ain" + ], + [ + "▁Fa", + "hr" + ], + [ + "▁F", + "ahr" + ], + [ + "bra", + "io" + ], + [ + "пер", + "е" + ], + [ + "пе", + "ре" + ], + [ + "п", + "ере" + ], + [ + "▁gen", + "annt" + ], + [ + "▁deploy", + "ment" + ], + [ + "▁dep", + "loyment" + ], + [ + "Pa", + "l" + ], + [ + "P", + "al" + ], + [ + "но", + "г" + ], + [ + "стр", + "у" + ], + [ + "ст", + "ру" + ], + [ + "Pr", + "im" + ], + [ + "P", + "rim" + ], + [ + "f", + "ür" + ], + [ + "▁danger", + "ous" + ], + [ + "▁sz", + "ám" + ], + [ + "rec", + "k" + ], + [ + "re", + "ck" + ], + [ + "▁pop", + "up" + ], + [ + "ick", + "y" + ], + [ + "ic", + "ky" + ], + [ + "ina", + "r" + ], + [ + "in", + "ar" + ], + [ + "i", + "nar" + ], + [ + "cow", + "o" + ], + [ + "co", + "wo" + ], + [ + "c", + "owo" + ], + [ + "нци", + "кло" + ], + [ + "ít", + "ás" + ], + [ + "▁plugin", + "s" + ], + [ + "▁plug", + "ins" + ], + [ + "▁pl", + "ugins" + ], + [ + "▁", + "plugins" + ], + [ + "▁drive", + "n" + ], + [ + "▁driv", + "en" + ], + [ + "▁dri", + "ven" + ], + [ + "▁dr", + "iven" + ], + [ + "ле", + "в" + ], + [ + "л", + "ев" + ], + [ + "▁\"", + "(" + ], + [ + "tt", + "a" + ], + [ + "t", + "ta" + ], + [ + "▁", + "Ú" + ], + [ + "▁e", + "b" + ], + [ + "▁", + "eb" + ], + [ + "▁''", + ";" + ], + [ + "▁'", + "';" + ], + [ + "▁kn", + "ock" + ], + [ + "▁основ", + "а" + ], + [ + "▁ос", + "нова" + ], + [ + "▁mais", + "on" + ], + [ + "▁mai", + "son" + ], + [ + "▁ma", + "ison" + ], + [ + "▁m", + "aison" + ], + [ + "г", + "ля" + ], + [ + "▁Hon", + "or" + ], + [ + "▁Ho", + "nor" + ], + [ + "ta", + "il" + ], + [ + "t", + "ail" + ], + [ + "rit", + "z" + ], + [ + "ri", + "tz" + ], + [ + "r", + "itz" + ], + [ + "▁gu", + "ys" + ], + [ + "▁combination", + "s" + ], + [ + "▁combin", + "ations" + ], + [ + "onder", + "e" + ], + [ + "onde", + "re" + ], + [ + "ond", + "ere" + ], + [ + "▁Al", + "d" + ], + [ + "▁A", + "ld" + ], + [ + "▁f", + "iddle" + ], + [ + "▁", + "fiddle" + ], + [ + "да", + "в" + ], + [ + "ur", + "d" + ], + [ + "u", + "rd" + ], + [ + "▁project", + "ion" + ], + [ + "▁pro", + "jection" + ], + [ + "▁Tamb", + "ién" + ], + [ + "ver", + "b" + ], + [ + "ve", + "rb" + ], + [ + "v", + "erb" + ], + [ + "▁ter", + "re" + ], + [ + "▁", + "terre" + ], + [ + "rug", + "u" + ], + [ + "ru", + "gu" + ], + [ + "▁sept", + "ember" + ], + [ + "▁se", + "ptember" + ], + [ + "▁<", + "!" + ], + [ + "cos", + "t" + ], + [ + "co", + "st" + ], + [ + "c", + "ost" + ], + [ + "▁nu", + "t" + ], + [ + "▁n", + "ut" + ], + [ + "▁", + "nut" + ], + [ + "{", + "%" + ], + [ + "▁ub", + "ic" + ], + [ + "amar", + "in" + ], + [ + "ama", + "rin" + ], + [ + "am", + "arin" + ], + [ + "ти", + "и" + ], + [ + "▁patr", + "on" + ], + [ + "▁pat", + "ron" + ], + [ + "▁am", + "ely" + ], + [ + "▁est", + "o" + ], + [ + "▁es", + "to" + ], + [ + "▁e", + "sto" + ], + [ + "▁", + "esto" + ], + [ + "▁list", + "op" + ], + [ + "▁li", + "stop" + ], + [ + "fa", + "l" + ], + [ + "f", + "al" + ], + [ + "▁Pro", + "p" + ], + [ + "▁Pr", + "op" + ], + [ + "▁P", + "rop" + ], + [ + "▁", + "Prop" + ], + [ + "▁On", + "t" + ], + [ + "▁O", + "nt" + ], + [ + "▁Mad", + "e" + ], + [ + "▁Ma", + "de" + ], + [ + "▁M", + "ade" + ], + [ + "TE", + "ST" + ], + [ + "▁Ne", + "m" + ], + [ + "▁N", + "em" + ], + [ + "▁Nation", + "s" + ], + [ + "▁Nat", + "ions" + ], + [ + "▁N", + "ations" + ], + [ + "▁в", + "у" + ], + [ + "▁", + "ву" + ], + [ + "includ", + "ing" + ], + [ + "in", + "cluding" + ], + [ + "▁spect", + "rum" + ], + [ + "▁La", + "n" + ], + [ + "▁L", + "an" + ], + [ + "▁Ev", + "er" + ], + [ + "▁E", + "ver" + ], + [ + "Pa", + "ul" + ], + [ + "t", + "m" + ], + [ + "App", + "end" + ], + [ + "Ap", + "pend" + ], + [ + "Rel", + "ative" + ], + [ + "disable", + "d" + ], + [ + "dis", + "abled" + ], + [ + "return", + "s" + ], + [ + "▁flower", + "s" + ], + [ + "▁flow", + "ers" + ], + [ + "▁flo", + "wers" + ], + [ + "ik", + "u" + ], + [ + "i", + "ku" + ], + [ + "▁|", + "\\" + ], + [ + "▁", + "|\\" + ], + [ + "▁Jord", + "an" + ], + [ + "▁Sm", + "all" + ], + [ + "▁ci", + "c" + ], + [ + "▁c", + "ic" + ], + [ + "▁sex", + "ual" + ], + [ + "aut", + "re" + ], + [ + "au", + "tre" + ], + [ + "ва", + "л" + ], + [ + "в", + "ал" + ], + [ + "▁ri", + "p" + ], + [ + "▁r", + "ip" + ], + [ + "▁", + "rip" + ], + [ + "ous", + "t" + ], + [ + "ou", + "st" + ], + [ + "o", + "ust" + ], + [ + "▁Philadel", + "phia" + ], + [ + "▁u", + "k" + ], + [ + "▁", + "uk" + ], + [ + "▁Mong", + "o" + ], + [ + "▁Mon", + "go" + ], + [ + "▁M", + "ongo" + ], + [ + "xml", + "ns" + ], + [ + "▁sho", + "p" + ], + [ + "▁sh", + "op" + ], + [ + "▁", + "shop" + ], + [ + "▁debug", + "ger" + ], + [ + "▁za", + "j" + ], + [ + "▁z", + "aj" + ], + [ + "▁Bill", + "y" + ], + [ + "▁Bil", + "ly" + ], + [ + "▁B", + "illy" + ], + [ + "▁nie", + "m" + ], + [ + "▁ni", + "em" + ], + [ + "▁n", + "iem" + ], + [ + "oli", + "s" + ], + [ + "ol", + "is" + ], + [ + "o", + "lis" + ], + [ + "▁ро", + "ссий" + ], + [ + "agne", + "r" + ], + [ + "agn", + "er" + ], + [ + "ag", + "ner" + ], + [ + "▁ma", + "ven" + ], + [ + "▁m", + "aven" + ], + [ + "▁", + "maven" + ], + [ + "▁Gust", + "av" + ], + [ + "▁Gu", + "stav" + ], + [ + "A", + "us" + ], + [ + "comp", + "are" + ], + [ + "▁je", + "u" + ], + [ + "▁j", + "eu" + ], + [ + "ude", + "r" + ], + [ + "ud", + "er" + ], + [ + "u", + "der" + ], + [ + "ish", + "ment" + ], + [ + "▁ди", + "визи" + ], + [ + "▁Fin", + "land" + ], + [ + "ну", + "т" + ], + [ + "н", + "ут" + ], + [ + "z", + "és" + ], + [ + "▁Liga", + "ções" + ], + [ + "▁Lig", + "ações" + ], + [ + "▁quel", + "lo" + ], + [ + "▁qu", + "ello" + ], + [ + "annot", + "ation" + ], + [ + "an", + "notation" + ], + [ + "▁thre", + "w" + ], + [ + "▁thr", + "ew" + ], + [ + "▁th", + "rew" + ], + [ + "▁Pro", + "of" + ], + [ + "▁", + "Proof" + ], + [ + "▁Are", + "a" + ], + [ + "▁Ar", + "ea" + ], + [ + "▁A", + "rea" + ], + [ + "▁", + "Area" + ], + [ + "ash", + "i" + ], + [ + "as", + "hi" + ], + [ + "▁F", + "O" + ], + [ + "▁", + "FO" + ], + [ + "ja", + "min" + ], + [ + "j", + "amin" + ], + [ + "ден", + "т" + ], + [ + "д", + "ент" + ], + [ + "▁un", + "us" + ], + [ + "fri", + "end" + ], + [ + ".\")", + ";" + ], + [ + ".\"", + ");" + ], + [ + ".", + "\");" + ], + [ + "▁tra", + "kten" + ], + [ + "document", + "class" + ], + [ + "ank", + "a" + ], + [ + "an", + "ka" + ], + [ + "▁arriv", + "e" + ], + [ + "▁arr", + "ive" + ], + [ + "▁ar", + "rive" + ], + [ + "▁donn", + "e" + ], + [ + "▁don", + "ne" + ], + [ + "▁d", + "onne" + ], + [ + "ol", + "y" + ], + [ + "o", + "ly" + ], + [ + "▁Re", + "in" + ], + [ + "▁R", + "ein" + ], + [ + "▁face", + "book" + ], + [ + "▁fac", + "ebook" + ], + [ + "▁", + "facebook" + ], + [ + "ici", + "na" + ], + [ + "ic", + "ina" + ], + [ + "sl", + "ice" + ], + [ + "s", + "lice" + ], + [ + "▁nag", + "y" + ], + [ + "▁na", + "gy" + ], + [ + "▁n", + "agy" + ], + [ + "▁he", + "bben" + ], + [ + "▁I", + "C" + ], + [ + "▁", + "IC" + ], + [ + "▁Ba", + "g" + ], + [ + "▁B", + "ag" + ], + [ + "▁", + "Bag" + ], + [ + "▁circ", + "ul" + ], + [ + "▁cir", + "cul" + ], + [ + "ác", + "t" + ], + [ + "á", + "ct" + ], + [ + "mit", + "t" + ], + [ + "mi", + "tt" + ], + [ + "m", + "itt" + ], + [ + "▁gre", + "y" + ], + [ + "▁gr", + "ey" + ], + [ + "▁g", + "rey" + ], + [ + "▁ca", + "v" + ], + [ + "▁c", + "av" + ], + [ + "▁осо", + "би" + ], + [ + "▁symmet", + "ric" + ], + [ + "▁sym", + "metric" + ], + [ + "▁Si", + "c" + ], + [ + "▁S", + "ic" + ], + [ + "▁medi", + "um" + ], + [ + "▁med", + "ium" + ], + [ + "▁", + "medium" + ], + [ + "▁U", + "TF" + ], + [ + "▁", + "UTF" + ], + [ + "▁Do", + "po" + ], + [ + "▁D", + "opo" + ], + [ + "í", + "ch" + ], + [ + "bar", + "e" + ], + [ + "ba", + "re" + ], + [ + "b", + "are" + ], + [ + "dz", + "ie" + ], + [ + "d", + "zie" + ], + [ + "▁heav", + "en" + ], + [ + "▁he", + "aven" + ], + [ + "▁camp", + "e" + ], + [ + "▁cam", + "pe" + ], + [ + "esterd", + "ay" + ], + [ + "ester", + "day" + ], + [ + "▁W", + "issenschaft" + ], + [ + "пол", + "ь" + ], + [ + "по", + "ль" + ], + [ + "di", + "d" + ], + [ + "d", + "id" + ], + [ + "ale", + "r" + ], + [ + "al", + "er" + ], + [ + "a", + "ler" + ], + [ + "▁citiz", + "ens" + ], + [ + "▁Marg", + "aret" + ], + [ + "▁s", + "ought" + ], + [ + "chart", + "s" + ], + [ + "char", + "ts" + ], + [ + "ch", + "arts" + ], + [ + "CL", + "C" + ], + [ + "C", + "LC" + ], + [ + "oll", + "y" + ], + [ + "ol", + "ly" + ], + [ + "ys", + "z" + ], + [ + "y", + "sz" + ], + [ + "wal", + "d" + ], + [ + "wa", + "ld" + ], + [ + "w", + "ald" + ], + [ + "▁fe", + "n" + ], + [ + "▁f", + "en" + ], + [ + "▁", + "fen" + ], + [ + "▁Si", + "x" + ], + [ + "▁S", + "ix" + ], + [ + "▁Ur", + "s" + ], + [ + "▁U", + "rs" + ], + [ + "▁ор", + "ган" + ], + [ + "▁Tra", + "d" + ], + [ + "▁Tr", + "ad" + ], + [ + "▁T", + "rad" + ], + [ + "cu", + "e" + ], + [ + "c", + "ue" + ], + [ + "sch", + "utz" + ], + [ + "▁precis", + "e" + ], + [ + "▁prec", + "ise" + ], + [ + "▁Wind", + "ow" + ], + [ + "▁W", + "indow" + ], + [ + "▁", + "Window" + ], + [ + "ти", + "е" + ], + [ + "лов", + "і" + ], + [ + "ло", + "ві" + ], + [ + "itor", + "i" + ], + [ + "ito", + "ri" + ], + [ + "it", + "ori" + ], + [ + "dis", + "ambiguation" + ], + [ + "▁х", + "и" + ], + [ + "▁", + "хи" + ], + [ + "▁Natur", + "al" + ], + [ + "▁Nat", + "ural" + ], + [ + "▁N", + "atural" + ], + [ + "da", + "n" + ], + [ + "d", + "an" + ], + [ + "▁con", + "crete" + ], + [ + "ци", + "ја" + ], + [ + "▁spe", + "l" + ], + [ + "▁sp", + "el" + ], + [ + "▁s", + "pel" + ], + [ + "▁Fail", + "ed" + ], + [ + "▁Fa", + "iled" + ], + [ + "▁", + "Failed" + ], + [ + "ści", + "e" + ], + [ + "śc", + "ie" + ], + [ + "ś", + "cie" + ], + [ + "▁bu", + "f" + ], + [ + "▁b", + "uf" + ], + [ + "▁", + "buf" + ], + [ + "uc", + "a" + ], + [ + "u", + "ca" + ], + [ + "icion", + "al" + ], + [ + "icio", + "nal" + ], + [ + "ici", + "onal" + ], + [ + "ic", + "ional" + ], + [ + "▁otto", + "bre" + ], + [ + "▁ott", + "obre" + ], + [ + "▁ф", + "і" + ], + [ + "▁", + "фі" + ], + [ + "▁submit", + "ted" + ], + [ + "▁subm", + "itted" + ], + [ + "lav", + "e" + ], + [ + "la", + "ve" + ], + [ + "l", + "ave" + ], + [ + "▁Pl", + "ot" + ], + [ + "▁P", + "lot" + ], + [ + "▁", + "Plot" + ], + [ + "▁colle", + "g" + ], + [ + "▁coll", + "eg" + ], + [ + "▁col", + "leg" + ], + [ + "ade", + "m" + ], + [ + "ad", + "em" + ], + [ + "a", + "dem" + ], + [ + "▁cha", + "que" + ], + [ + "▁ch", + "aque" + ], + [ + "▁neighbor", + "hood" + ], + [ + "▁calci", + "atore" + ], + [ + "Lo", + "op" + ], + [ + "L", + "oop" + ], + [ + "▁Gas", + "t" + ], + [ + "▁Ga", + "st" + ], + [ + "▁G", + "ast" + ], + [ + "▁ко", + "гда" + ], + [ + "▁industri", + "al" + ], + [ + "▁indust", + "rial" + ], + [ + "▁fat", + "al" + ], + [ + "▁fa", + "tal" + ], + [ + "▁f", + "atal" + ], + [ + "▁Cer", + "t" + ], + [ + "▁Ce", + "rt" + ], + [ + "▁C", + "ert" + ], + [ + "▁", + "Cert" + ], + [ + "lat", + "ion" + ], + [ + "la", + "tion" + ], + [ + "l", + "ation" + ], + [ + "▁Од", + "на" + ], + [ + "▁О", + "дна" + ], + [ + "▁jam", + "ais" + ], + [ + "▁acc", + "um" + ], + [ + "Ident", + "ity" + ], + [ + "Id", + "entity" + ], + [ + "▁Med", + "al" + ], + [ + "▁Me", + "dal" + ], + [ + "Meta", + "data" + ], + [ + "Met", + "adata" + ], + [ + "▁лю", + "дя" + ], + [ + "brid", + "ge" + ], + [ + "br", + "idge" + ], + [ + "b", + "ridge" + ], + [ + "Go", + "od" + ], + [ + "G", + "ood" + ], + [ + "▁что", + "бы" + ], + [ + "▁compose", + "r" + ], + [ + "▁compos", + "er" + ], + [ + "▁comp", + "oser" + ], + [ + "▁bre", + "ad" + ], + [ + "▁br", + "ead" + ], + [ + "▁b", + "read" + ], + [ + "▁clos", + "ure" + ], + [ + "▁", + "closure" + ], + [ + "▁large", + "ly" + ], + [ + "▁larg", + "ely" + ], + [ + "F", + "B" + ], + [ + "▁обла", + "сть" + ], + [ + "▁automat", + "ic" + ], + [ + "▁autom", + "atic" + ], + [ + "ar", + "ía" + ], + [ + "a", + "ría" + ], + [ + "▁sufficient", + "ly" + ], + [ + "▁ital", + "iana" + ], + [ + "▁ка", + "че" + ], + [ + "▁J", + "ó" + ], + [ + "histor", + "y" + ], + [ + "hi", + "story" + ], + [ + "h", + "istory" + ], + [ + "▁H", + "D" + ], + [ + "▁", + "HD" + ], + [ + "▁sigu", + "iente" + ], + [ + "nel", + "l" + ], + [ + "ne", + "ll" + ], + [ + "n", + "ell" + ], + [ + "▁Gre", + "e" + ], + [ + "▁Gr", + "ee" + ], + [ + "▁G", + "ree" + ], + [ + "▁T", + "i" + ], + [ + "▁transfer", + "red" + ], + [ + "▁trans", + "ferred" + ], + [ + "équ", + "ipe" + ], + [ + "é", + "quipe" + ], + [ + "▁Philipp", + "e" + ], + [ + "▁Philip", + "pe" + ], + [ + "▁Phili", + "ppe" + ], + [ + "▁encou", + "rag" + ], + [ + "▁V", + "ietnam" + ], + [ + "▁graph", + "s" + ], + [ + "▁symmet", + "ry" + ], + [ + "fre", + "d" + ], + [ + "fr", + "ed" + ], + [ + "f", + "red" + ], + [ + "we", + "ek" + ], + [ + "▁bron", + "ze" + ], + [ + "ry", + "s" + ], + [ + "r", + "ys" + ], + [ + "▁name", + "ly" + ], + [ + "▁nam", + "ely" + ], + [ + "onder", + "s" + ], + [ + "onde", + "rs" + ], + [ + "ond", + "ers" + ], + [ + "on", + "ders" + ], + [ + "lem", + "agne" + ], + [ + "X", + "Y" + ], + [ + "Con", + "vert" + ], + [ + "}]", + "(" + ], + [ + "}", + "](" + ], + [ + "Reg", + "ion" + ], + [ + "pec", + "ies" + ], + [ + "pe", + "cies" + ], + [ + "▁text", + "ure" + ], + [ + "▁te", + "xture" + ], + [ + "▁ch", + "r" + ], + [ + "▁c", + "hr" + ], + [ + "▁", + "chr" + ], + [ + "не", + "го" + ], + [ + "н", + "его" + ], + [ + "▁some", + "body" + ], + [ + "a", + "qu" + ], + [ + "era", + "s" + ], + [ + "er", + "as" + ], + [ + "e", + "ras" + ], + [ + "▁Нов", + "о" + ], + [ + "▁Но", + "во" + ], + [ + "▁Н", + "ово" + ], + [ + "▁de", + "z" + ], + [ + "▁d", + "ez" + ], + [ + "ani", + "u" + ], + [ + "an", + "iu" + ], + [ + "a", + "niu" + ], + [ + "ok", + "rat" + ], + [ + "▁cover", + "s" + ], + [ + "▁cov", + "ers" + ], + [ + "▁co", + "vers" + ], + [ + "▁signal", + "s" + ], + [ + "▁sign", + "als" + ], + [ + "ђ", + "е" + ], + [ + "▁He", + "b" + ], + [ + "▁H", + "eb" + ], + [ + "▁Ant", + "i" + ], + [ + "▁An", + "ti" + ], + [ + "IV", + "E" + ], + [ + "I", + "VE" + ], + [ + "▁res", + "s" + ], + [ + "▁re", + "ss" + ], + [ + "▁r", + "ess" + ], + [ + "▁", + "ress" + ], + [ + "LE", + "TE" + ], + [ + "yn", + "a" + ], + [ + "y", + "na" + ], + [ + "п", + "ла" + ], + [ + "жде", + "ния" + ], + [ + "ж", + "дения" + ], + [ + "▁cham", + "p" + ], + [ + "▁cha", + "mp" + ], + [ + "▁ch", + "amp" + ], + [ + "▁village", + "s" + ], + [ + "▁villa", + "ges" + ], + [ + "▁vill", + "ages" + ], + [ + "Z", + "one" + ], + [ + "▁i", + "Phone" + ], + [ + "▁sou", + "vent" + ], + [ + "ськ", + "і" + ], + [ + "сь", + "кі" + ], + [ + "▁feb", + "braio" + ], + [ + "ér", + "cito" + ], + [ + "▁X", + "I" + ], + [ + "oka", + "t" + ], + [ + "ok", + "at" + ], + [ + "▁membre", + "s" + ], + [ + "▁memb", + "res" + ], + [ + "▁mem", + "bres" + ], + [ + "ju", + "nit" + ], + [ + "j", + "unit" + ], + [ + "▁Dra", + "w" + ], + [ + "▁Dr", + "aw" + ], + [ + "▁D", + "raw" + ], + [ + "▁", + "Draw" + ], + [ + "▁пров", + "о" + ], + [ + "▁про", + "во" + ], + [ + "▁пр", + "ово" + ], + [ + "▁п", + "рово" + ], + [ + "audi", + "o" + ], + [ + "aud", + "io" + ], + [ + "a", + "udio" + ], + [ + "end", + "l" + ], + [ + "en", + "dl" + ], + [ + "▁Na", + "d" + ], + [ + "▁N", + "ad" + ], + [ + "▁magn", + "itude" + ], + [ + "Su", + "r" + ], + [ + "S", + "ur" + ], + [ + "ici", + "ng" + ], + [ + "ic", + "ing" + ], + [ + "i", + "cing" + ], + [ + "▁un", + "w" + ], + [ + "▁от", + "ри" + ], + [ + "▁о", + "три" + ], + [ + "▁Be", + "y" + ], + [ + "▁B", + "ey" + ], + [ + "▁Vi", + "k" + ], + [ + "▁V", + "ik" + ], + [ + "▁polít", + "ica" + ], + [ + "porte", + "r" + ], + [ + "port", + "er" + ], + [ + "por", + "ter" + ], + [ + "p", + "orter" + ], + [ + "▁Barb", + "ara" + ], + [ + "▁Bar", + "bara" + ], + [ + "ál", + "t" + ], + [ + "á", + "lt" + ], + [ + "bi", + "b" + ], + [ + "b", + "ib" + ], + [ + "▁accomp", + "an" + ], + [ + "▁accom", + "pan" + ], + [ + "V", + "P" + ], + [ + "▁encode", + "d" + ], + [ + "▁enc", + "oded" + ], + [ + "▁en", + "coded" + ], + [ + "▁", + "encoded" + ], + [ + "▁Some", + "times" + ], + [ + "▁S", + "ometimes" + ], + [ + "bir", + "d" + ], + [ + "bi", + "rd" + ], + [ + "b", + "ird" + ], + [ + "▁Ul", + "t" + ], + [ + "▁U", + "lt" + ], + [ + "▁tu", + "n" + ], + [ + "▁t", + "un" + ], + [ + "get", + "Text" + ], + [ + "▁arriv", + "al" + ], + [ + "▁arr", + "ival" + ], + [ + "▁ar", + "rival" + ], + [ + "script", + "style" + ], + [ + "{", + "`" + ], + [ + "▁pers", + "pective" + ], + [ + "LIN", + "E" + ], + [ + "LI", + "NE" + ], + [ + "L", + "INE" + ], + [ + "Format", + "ter" + ], + [ + "Form", + "atter" + ], + [ + "▁bo", + "m" + ], + [ + "▁b", + "om" + ], + [ + "в", + "ра" + ], + [ + "DE", + "BUG" + ], + [ + "Bound", + "s" + ], + [ + "B", + "ounds" + ], + [ + "▁Tit", + "le" + ], + [ + "▁T", + "itle" + ], + [ + "▁", + "Title" + ], + [ + "l", + "ó" + ], + [ + "Da", + "n" + ], + [ + "D", + "an" + ], + [ + "▁gen", + "e" + ], + [ + "▁ge", + "ne" + ], + [ + "▁g", + "ene" + ], + [ + "▁Bi", + "t" + ], + [ + "▁B", + "it" + ], + [ + "▁", + "Bit" + ], + [ + "▁reprodu", + "ce" + ], + [ + "▁graph", + "ics" + ], + [ + "▁", + "graphics" + ], + [ + "▁се", + "м" + ], + [ + "▁с", + "ем" + ], + [ + "р", + "ё" + ], + [ + "▁ре", + "ки" + ], + [ + "usa", + "lem" + ], + [ + "us", + "alem" + ], + [ + "ро", + "ж" + ], + [ + "▁DE", + "S" + ], + [ + "▁D", + "ES" + ], + [ + "▁So", + "ftware" + ], + [ + "ur", + "ance" + ], + [ + "u", + "rance" + ], + [ + "ithmet", + "ic" + ], + [ + "enes", + "s" + ], + [ + "ene", + "ss" + ], + [ + "en", + "ess" + ], + [ + "e", + "ness" + ], + [ + "ich", + "i" + ], + [ + "ic", + "hi" + ], + [ + "i", + "chi" + ], + [ + "Convert", + "er" + ], + [ + "Con", + "verter" + ], + [ + "▁g", + "ithub" + ], + [ + "▁", + "github" + ], + [ + "erd", + "ings" + ], + [ + "gl", + "ise" + ], + [ + "ác", + "h" + ], + [ + "á", + "ch" + ], + [ + "▁bur", + "ied" + ], + [ + "▁bu", + "ried" + ], + [ + "▁vis", + "ion" + ], + [ + "▁v", + "ision" + ], + [ + "▁", + "vision" + ], + [ + "M", + "iss" + ], + [ + "▁see", + "s" + ], + [ + "▁se", + "es" + ], + [ + "▁s", + "ees" + ], + [ + "▁personne", + "s" + ], + [ + "▁personn", + "es" + ], + [ + "▁person", + "nes" + ], + [ + "▁pers", + "onnes" + ], + [ + "▁Int", + "el" + ], + [ + "▁In", + "tel" + ], + [ + "eli", + "a" + ], + [ + "el", + "ia" + ], + [ + "e", + "lia" + ], + [ + "▁č", + "lán" + ], + [ + "▁ch", + "i" + ], + [ + "▁c", + "hi" + ], + [ + "▁", + "chi" + ], + [ + "▁kl", + "as" + ], + [ + "▁k", + "las" + ], + [ + "aut", + "é" + ], + [ + "au", + "té" + ], + [ + "▁star", + "k" + ], + [ + "▁st", + "ark" + ], + [ + "cz", + "e" + ], + [ + "c", + "ze" + ], + [ + "▁driver", + "s" + ], + [ + "▁drive", + "rs" + ], + [ + "▁driv", + "ers" + ], + [ + "▁dri", + "vers" + ], + [ + "▁dr", + "ivers" + ], + [ + "v", + "n" + ], + [ + "!", + "," + ], + [ + "▁год", + "ы" + ], + [ + "▁го", + "ды" + ], + [ + "H", + "i" + ], + [ + "▁explain", + "s" + ], + [ + "▁expla", + "ins" + ], + [ + "▁expl", + "ains" + ], + [ + "article", + "s" + ], + [ + "art", + "icles" + ], + [ + "▁zu", + "g" + ], + [ + "▁z", + "ug" + ], + [ + "▁", + "zug" + ], + [ + "Pro", + "m" + ], + [ + "Pr", + "om" + ], + [ + "P", + "rom" + ], + [ + ">", + "=" + ], + [ + "▁Be", + "at" + ], + [ + "▁Sa", + "x" + ], + [ + "▁S", + "ax" + ], + [ + "vert", + "ical" + ], + [ + "кт", + "о" + ], + [ + "к", + "то" + ], + [ + "▁plant", + "s" + ], + [ + "▁plan", + "ts" + ], + [ + "▁pl", + "ants" + ], + [ + "▁Référence", + "s" + ], + [ + "▁Ré", + "férences" + ], + [ + "▁og", + "ni" + ], + [ + "▁cur", + "s" + ], + [ + "▁cu", + "rs" + ], + [ + "▁c", + "urs" + ], + [ + "▁S", + "K" + ], + [ + "▁", + "SK" + ], + [ + "он", + "и" + ], + [ + "о", + "ни" + ], + [ + "▁dest", + "ac" + ], + [ + "▁des", + "tac" + ], + [ + "\");", + "\r" + ], + [ + "\")", + ";\r" + ], + [ + "\"", + ");\r" + ], + [ + "▁Sur", + "e" + ], + [ + "▁Su", + "re" + ], + [ + "▁S", + "ure" + ], + [ + "▁parti", + "do" + ], + [ + "▁part", + "ido" + ], + [ + "▁Fol", + "ge" + ], + [ + "▁Mo", + "ore" + ], + [ + "▁w", + "z" + ], + [ + "ску", + "с" + ], + [ + "ск", + "ус" + ], + [ + "lt", + "re" + ], + [ + "l", + "tre" + ], + [ + "ond", + "o" + ], + [ + "on", + "do" + ], + [ + "▁pos", + "e" + ], + [ + "▁po", + "se" + ], + [ + "▁p", + "ose" + ], + [ + "▁", + "pose" + ], + [ + "imo", + "s" + ], + [ + "im", + "os" + ], + [ + "i", + "mos" + ], + [ + "бо", + "й" + ], + [ + "ци", + "па" + ], + [ + "ju", + "s" + ], + [ + "j", + "us" + ], + [ + "....", + "." + ], + [ + "...", + ".." + ], + [ + "..", + "..." + ], + [ + ".", + "...." + ], + [ + "▁ép", + "oca" + ], + [ + "▁quant", + "o" + ], + [ + "▁quan", + "to" + ], + [ + "▁qu", + "anto" + ], + [ + "▁Supp", + "ort" + ], + [ + "▁Sup", + "port" + ], + [ + "▁Su", + "pport" + ], + [ + "▁", + "Support" + ], + [ + "gesch", + "ichte" + ], + [ + "SER", + "VER" + ], + [ + "▁George", + "s" + ], + [ + "▁Georg", + "es" + ], + [ + "enu", + "m" + ], + [ + "en", + "um" + ], + [ + "e", + "num" + ], + [ + "▁her", + "m" + ], + [ + "▁he", + "rm" + ], + [ + "▁h", + "erm" + ], + [ + "▁ne", + "bo" + ], + [ + "▁Ch", + "r" + ], + [ + "▁C", + "hr" + ], + [ + "▁", + "Chr" + ], + [ + "char", + "acter" + ], + [ + "▁**", + "*" + ], + [ + "▁*", + "**" + ], + [ + "▁", + "***" + ], + [ + "▁For", + "sch" + ], + [ + "iam", + "i" + ], + [ + "ia", + "mi" + ], + [ + "i", + "ami" + ], + [ + "▁", + "¿" + ], + [ + "cyc", + "h" + ], + [ + "cy", + "ch" + ], + [ + "c", + "ych" + ], + [ + "▁fif", + "th" + ], + [ + "sen", + "t" + ], + [ + "se", + "nt" + ], + [ + "s", + "ent" + ], + [ + "▁andere", + "m" + ], + [ + "▁and", + "erem" + ], + [ + "▁proport", + "ion" + ], + [ + "▁propor", + "tion" + ], + [ + "▁pres", + "t" + ], + [ + "▁pre", + "st" + ], + [ + "▁pr", + "est" + ], + [ + "▁p", + "rest" + ], + [ + "▁Gir", + "l" + ], + [ + "▁Gi", + "rl" + ], + [ + "▁G", + "irl" + ], + [ + "▁dram", + "a" + ], + [ + "▁dra", + "ma" + ], + [ + "▁dr", + "ama" + ], + [ + "▁d", + "rama" + ], + [ + "wan", + "d" + ], + [ + "wa", + "nd" + ], + [ + "w", + "and" + ], + [ + "▁Mai", + "l" + ], + [ + "▁Ma", + "il" + ], + [ + "▁M", + "ail" + ], + [ + "▁", + "Mail" + ], + [ + "▁Lu", + "x" + ], + [ + "▁L", + "ux" + ], + [ + "▁kter", + "ý" + ], + [ + "▁Ges", + "ellschaft" + ], + [ + "▁Hin", + "weis" + ], + [ + "nis", + "se" + ], + [ + "n", + "isse" + ], + [ + "▁mond", + "o" + ], + [ + "▁mon", + "do" + ], + [ + "▁m", + "ondo" + ], + [ + "E", + "q" + ], + [ + "▁per", + "í" + ], + [ + "▁pe", + "rí" + ], + [ + "▁east", + "ern" + ], + [ + "▁eas", + "tern" + ], + [ + "▁e", + "astern" + ], + [ + "▁UE", + "FA" + ], + [ + "ual", + "e" + ], + [ + "ua", + "le" + ], + [ + "u", + "ale" + ], + [ + "▁conv", + "ex" + ], + [ + "▁con", + "vex" + ], + [ + "▁пол", + "ь" + ], + [ + "▁по", + "ль" + ], + [ + "▁", + "поль" + ], + [ + "▁He", + "y" + ], + [ + "▁H", + "ey" + ], + [ + "zen", + "ie" + ], + [ + "ze", + "nie" + ], + [ + "z", + "enie" + ], + [ + "init", + "ely" + ], + [ + "▁Z", + "usammen" + ], + [ + "SS", + "L" + ], + [ + "S", + "SL" + ], + [ + "oca", + "l" + ], + [ + "oc", + "al" + ], + [ + "o", + "cal" + ], + [ + "▁can", + "al" + ], + [ + "▁ca", + "nal" + ], + [ + "▁c", + "anal" + ], + [ + "vo", + "y" + ], + [ + "v", + "oy" + ], + [ + "▁К", + "ри" + ], + [ + "▁köz", + "ött" + ], + [ + "▁car", + "s" + ], + [ + "▁ca", + "rs" + ], + [ + "▁c", + "ars" + ], + [ + "▁vers", + "ión" + ], + [ + "En", + "vironment" + ], + [ + "He", + "r" + ], + [ + "H", + "er" + ], + [ + "▁se", + "ñ" + ], + [ + "▁sp", + "atial" + ], + [ + "ym", + "i" + ], + [ + "y", + "mi" + ], + [ + "Fi", + "re" + ], + [ + "F", + "ire" + ], + [ + "▁veg", + "et" + ], + [ + "▁ve", + "get" + ], + [ + "▁Wi", + "e" + ], + [ + "▁W", + "ie" + ], + [ + "▁zna", + "j" + ], + [ + "▁zn", + "aj" + ], + [ + "▁dam", + "age" + ], + [ + "▁end", + "l" + ], + [ + "▁en", + "dl" + ], + [ + "▁", + "endl" + ], + [ + "gi", + "f" + ], + [ + "g", + "if" + ], + [ + "▁qual", + "i" + ], + [ + "▁qu", + "ali" + ], + [ + "▁которы", + "х" + ], + [ + "ella", + "n" + ], + [ + "ell", + "an" + ], + [ + "el", + "lan" + ], + [ + "▁men", + "s" + ], + [ + "▁me", + "ns" + ], + [ + "▁m", + "ens" + ], + [ + "▁pl", + "ug" + ], + [ + "▁ab", + "und" + ], + [ + "▁a", + "bund" + ], + [ + "FI", + "G" + ], + [ + "F", + "IG" + ], + [ + "▁s", + "f" + ], + [ + "▁", + "sf" + ], + [ + "▁conf", + "l" + ], + [ + "▁con", + "fl" + ], + [ + "▁насе", + "ления" + ], + [ + "▁principle", + "s" + ], + [ + "▁princip", + "les" + ], + [ + "▁princi", + "ples" + ], + [ + "▁Gab", + "riel" + ], + [ + "ib", + "e" + ], + [ + "i", + "be" + ], + [ + "▁{", + "%" + ], + [ + "▁", + "{%" + ], + [ + "▁pobla", + "ció" + ], + [ + "ні", + "ципа" + ], + [ + "▁extrem", + "e" + ], + [ + "▁extr", + "eme" + ], + [ + "▁ext", + "reme" + ], + [ + "▁ass", + "e" + ], + [ + "▁as", + "se" + ], + [ + "▁", + "asse" + ], + [ + "▁v", + "u" + ], + [ + "▁", + "vu" + ], + [ + "Mo", + "ck" + ], + [ + "M", + "ock" + ], + [ + "▁spiel", + "te" + ], + [ + "▁A", + "er" + ], + [ + "▁dat", + "os" + ], + [ + "▁d", + "atos" + ], + [ + "ende", + "s" + ], + [ + "end", + "es" + ], + [ + "en", + "des" + ], + [ + "▁Ge", + "l" + ], + [ + "▁G", + "el" + ], + [ + "▁Go", + "r" + ], + [ + "▁G", + "or" + ], + [ + "Chr", + "ist" + ], + [ + "Ch", + "rist" + ], + [ + "cho", + "s" + ], + [ + "ch", + "os" + ], + [ + "c", + "hos" + ], + [ + "Process", + "or" + ], + [ + "Proc", + "essor" + ], + [ + "▁instru", + "ct" + ], + [ + "▁inst", + "ruct" + ], + [ + "▁in", + "struct" + ], + [ + "▁pick", + "ed" + ], + [ + "▁pic", + "ked" + ], + [ + "▁p", + "icked" + ], + [ + "nahm", + "e" + ], + [ + "nah", + "me" + ], + [ + "fah", + "r" + ], + [ + "fa", + "hr" + ], + [ + "f", + "ahr" + ], + [ + "▁indicate", + "d" + ], + [ + "▁indic", + "ated" + ], + [ + "▁%", + "." + ], + [ + "▁", + "%." + ], + [ + "▁t", + "s" + ], + [ + "▁", + "ts" + ], + [ + "▁not", + "able" + ], + [ + "▁no", + "table" + ], + [ + "▁qual", + "ified" + ], + [ + "▁А", + "л" + ], + [ + "Bl", + "ack" + ], + [ + "B", + "lack" + ], + [ + "▁coun", + "cil" + ], + [ + "▁over", + "head" + ], + [ + "ac", + "i" + ], + [ + "a", + "ci" + ], + [ + "ann", + "ée" + ], + [ + "an", + "née" + ], + [ + "▁init", + "With" + ], + [ + "bi", + "ó" + ], + [ + "b", + "ió" + ], + [ + "▁introdu", + "ction" + ], + [ + "▁int", + "roduction" + ], + [ + "▁compan", + "ion" + ], + [ + "▁exp", + "on" + ], + [ + "▁ex", + "pon" + ], + [ + "▁kö", + "r" + ], + [ + "▁k", + "ör" + ], + [ + "ob", + "y" + ], + [ + "o", + "by" + ], + [ + "bur", + "n" + ], + [ + "bu", + "rn" + ], + [ + "b", + "urn" + ], + [ + "gn", + "u" + ], + [ + "g", + "nu" + ], + [ + "virt", + "ual" + ], + [ + "v", + "irtual" + ], + [ + "▁intel", + "lect" + ], + [ + "▁д", + "ержа" + ], + [ + "▁", + "держа" + ], + [ + "'", + "+" + ], + [ + "б", + "ле" + ], + [ + "▁strict", + "ly" + ], + [ + "▁recogn", + "ize" + ], + [ + "hou", + "r" + ], + [ + "ho", + "ur" + ], + [ + "h", + "our" + ], + [ + "▁W", + "rest" + ], + [ + "enne", + "n" + ], + [ + "enn", + "en" + ], + [ + "en", + "nen" + ], + [ + "$)", + "." + ], + [ + "$", + ")." + ], + [ + "ff", + "f" + ], + [ + "f", + "ff" + ], + [ + "▁Cent", + "ro" + ], + [ + "▁Pit", + "t" + ], + [ + "▁Pi", + "tt" + ], + [ + "▁P", + "itt" + ], + [ + "▁dz", + "iał" + ], + [ + "▁d", + "ział" + ], + [ + "▁", + "dział" + ], + [ + "▁cel", + "a" + ], + [ + "▁ce", + "la" + ], + [ + "▁c", + "ela" + ], + [ + "▁frances", + "e" + ], + [ + "▁franc", + "ese" + ], + [ + "ра", + "ми" + ], + [ + "spec", + "ial" + ], + [ + "spe", + "cial" + ], + [ + "▁Du", + "p" + ], + [ + "▁D", + "up" + ], + [ + "to", + "ire" + ], + [ + "t", + "oire" + ], + [ + "кал", + "ь" + ], + [ + "ка", + "ль" + ], + [ + "к", + "аль" + ], + [ + "CO", + "UNT" + ], + [ + "▁Bro", + "ok" + ], + [ + "▁Br", + "ook" + ], + [ + "▁ру", + "ково" + ], + [ + "pub", + "lique" + ], + [ + "▁second", + "a" + ], + [ + "▁sec", + "onda" + ], + [ + "▁se", + "conda" + ], + [ + "▁comp", + "t" + ], + [ + "▁com", + "pt" + ], + [ + "▁blan", + "d" + ], + [ + "▁bla", + "nd" + ], + [ + "▁bl", + "and" + ], + [ + "▁b", + "land" + ], + [ + "Be", + "fore" + ], + [ + "▁Pac", + "k" + ], + [ + "▁Pa", + "ck" + ], + [ + "▁P", + "ack" + ], + [ + "▁", + "Pack" + ], + [ + "alt", + "y" + ], + [ + "al", + "ty" + ], + [ + "öd", + "er" + ], + [ + "ö", + "der" + ], + [ + "▁interval", + "s" + ], + [ + "▁Daten", + "bank" + ], + [ + "Mo", + "vie" + ], + [ + "M", + "ovie" + ], + [ + "▁trans", + "m" + ], + [ + "▁tran", + "sm" + ], + [ + "▁ta", + "p" + ], + [ + "▁t", + "ap" + ], + [ + "▁по", + "ч" + ], + [ + "fo", + "n" + ], + [ + "f", + "on" + ], + [ + "ia", + "i" + ], + [ + "i", + "ai" + ], + [ + "▁fi", + "b" + ], + [ + "▁f", + "ib" + ], + [ + "▁wy", + "d" + ], + [ + "▁w", + "yd" + ], + [ + "▁hun", + "g" + ], + [ + "▁hu", + "ng" + ], + [ + "▁h", + "ung" + ], + [ + "▁", + "hung" + ], + [ + "▁ali", + "ve" + ], + [ + "▁al", + "ive" + ], + [ + "▁a", + "live" + ], + [ + "Cl", + "ear" + ], + [ + "C", + "lear" + ], + [ + "▁push", + "ed" + ], + [ + "▁p", + "ushed" + ], + [ + "▁tu", + "ple" + ], + [ + "▁", + "tuple" + ], + [ + "ache", + "n" + ], + [ + "ach", + "en" + ], + [ + "ac", + "hen" + ], + [ + "a", + "chen" + ], + [ + "гов", + "о" + ], + [ + "го", + "во" + ], + [ + "г", + "ово" + ], + [ + "▁rever", + "s" + ], + [ + "▁reve", + "rs" + ], + [ + "▁rev", + "ers" + ], + [ + "▁re", + "vers" + ], + [ + "▁aug", + "ment" + ], + [ + "▁au", + "gment" + ], + [ + "▁challeng", + "e" + ], + [ + "▁ch", + "allenge" + ], + [ + "los", + "t" + ], + [ + "lo", + "st" + ], + [ + "l", + "ost" + ], + [ + "▁deux", + "ième" + ], + [ + "struct", + "or" + ], + [ + "stru", + "ctor" + ], + [ + "▁mehrere", + "r" + ], + [ + "▁mehr", + "erer" + ], + [ + "atura", + "l" + ], + [ + "atur", + "al" + ], + [ + "atu", + "ral" + ], + [ + "at", + "ural" + ], + [ + "Sp", + "lit" + ], + [ + "S", + "plit" + ], + [ + "сте", + "м" + ], + [ + "ст", + "ем" + ], + [ + "с", + "тем" + ], + [ + "ш", + "ла" + ], + [ + ")\\", + "\\" + ], + [ + ")", + "\\\\" + ], + [ + "▁Do", + "g" + ], + [ + "▁D", + "og" + ], + [ + "▁developer", + "s" + ], + [ + "▁develop", + "ers" + ], + [ + "▁", + "developers" + ], + [ + "▁no", + "d" + ], + [ + "▁n", + "od" + ], + [ + "▁сто", + "ро" + ], + [ + "▁Na", + "N" + ], + [ + "▁", + "NaN" + ], + [ + "▁pri", + "est" + ], + [ + "▁pr", + "iest" + ], + [ + "▁ex", + "ha" + ], + [ + "UN", + "D" + ], + [ + "U", + "ND" + ], + [ + "pa", + "ir" + ], + [ + "p", + "air" + ], + [ + "alo", + "ne" + ], + [ + "al", + "one" + ], + [ + "▁mo", + "on" + ], + [ + "▁m", + "oon" + ], + [ + "▁#", + "!/" + ], + [ + "▁gun", + "s" + ], + [ + "▁gu", + "ns" + ], + [ + "▁g", + "uns" + ], + [ + "rol", + "a" + ], + [ + "ro", + "la" + ], + [ + "r", + "ola" + ], + [ + "чи", + "та" + ], + [ + "▁Encyclop", + "edia" + ], + [ + "▁Encyc", + "lopedia" + ], + [ + "ati", + "s" + ], + [ + "at", + "is" + ], + [ + "a", + "tis" + ], + [ + "▁'", + "\"" + ], + [ + "▁", + "'\"" + ], + [ + "zy", + "ch" + ], + [ + "z", + "ych" + ], + [ + "▁super", + "fic" + ], + [ + "▁э", + "к" + ], + [ + "еде", + "ра" + ], + [ + "fe", + "ed" + ], + [ + "f", + "eed" + ], + [ + "LA", + "Y" + ], + [ + "F", + "i" + ], + [ + "unk", + "s" + ], + [ + "un", + "ks" + ], + [ + "ise", + "cond" + ], + [ + "i", + "second" + ], + [ + "▁'", + "@" + ], + [ + "▁Add", + "ing" + ], + [ + "▁Ad", + "ding" + ], + [ + "ро", + "е" + ], + [ + "▁tan", + "g" + ], + [ + "▁ta", + "ng" + ], + [ + "▁t", + "ang" + ], + [ + "ц", + "о" + ], + [ + "hu", + "ng" + ], + [ + "h", + "ung" + ], + [ + "bi", + "s" + ], + [ + "b", + "is" + ], + [ + "ské", + "ho" + ], + [ + "sk", + "ého" + ], + [ + "▁adv", + "ert" + ], + [ + "▁ad", + "vert" + ], + [ + "▁за", + "нима" + ], + [ + "uz", + "z" + ], + [ + "u", + "zz" + ], + [ + "ág", + "ina" + ], + [ + "▁Te", + "l" + ], + [ + "▁T", + "el" + ], + [ + "si", + "g" + ], + [ + "s", + "ig" + ], + [ + "▁E", + "z" + ], + [ + "▁guarante", + "e" + ], + [ + "▁teach", + "ing" + ], + [ + "▁te", + "aching" + ], + [ + "ot", + "y" + ], + [ + "o", + "ty" + ], + [ + "term", + "in" + ], + [ + "ter", + "min" + ], + [ + "▁distribution", + "s" + ], + [ + "▁distrib", + "utions" + ], + [ + "FL", + "A" + ], + [ + "F", + "LA" + ], + [ + "▁Gi", + "useppe" + ], + [ + "query", + "Selector" + ], + [ + "▁/", + "\\" + ], + [ + "▁", + "/\\" + ], + [ + "▁S", + "quad" + ], + [ + "g", + "z" + ], + [ + "del", + "ay" + ], + [ + "de", + "lay" + ], + [ + "▁surr", + "ounding" + ], + [ + "▁man", + "us" + ], + [ + "▁m", + "anus" + ], + [ + "▁Ho", + "u" + ], + [ + "▁H", + "ou" + ], + [ + "²", + "," + ], + [ + "▁cult", + "iv" + ], + [ + "▁trouble", + "s" + ], + [ + "▁trou", + "bles" + ], + [ + "▁ra", + "ison" + ], + [ + "▁r", + "aison" + ], + [ + "exp", + "and" + ], + [ + "▁co", + "v" + ], + [ + "▁c", + "ov" + ], + [ + "▁", + "cov" + ], + [ + "nung", + "en" + ], + [ + "n", + "ungen" + ], + [ + "))", + "{" + ], + [ + ")", + "){" + ], + [ + "▁ge", + "en" + ], + [ + "▁g", + "een" + ], + [ + "▁au", + "ßer" + ], + [ + "▁Л", + "і" + ], + [ + "ř", + "i" + ], + [ + "▁situation", + "s" + ], + [ + "▁situ", + "ations" + ], + [ + "▁tele", + "p" + ], + [ + "▁tel", + "ep" + ], + [ + "▁Je", + "d" + ], + [ + "▁J", + "ed" + ], + [ + "▁trava", + "il" + ], + [ + "▁trav", + "ail" + ], + [ + "lia", + "s" + ], + [ + "li", + "as" + ], + [ + "l", + "ias" + ], + [ + "bul", + "let" + ], + [ + "▁select", + "ing" + ], + [ + "avi", + "er" + ], + [ + "av", + "ier" + ], + [ + "a", + "vier" + ], + [ + "▁ess", + "ential" + ], + [ + "(", + "/" + ], + [ + "yy", + "yy" + ], + [ + "št", + "ě" + ], + [ + "ult", + "y" + ], + [ + "ul", + "ty" + ], + [ + "▁kr", + "a" + ], + [ + "▁k", + "ra" + ], + [ + "▁tab", + "s" + ], + [ + "▁ta", + "bs" + ], + [ + "▁t", + "abs" + ], + [ + "▁", + "tabs" + ], + [ + "▁experience", + "d" + ], + [ + "▁experien", + "ced" + ], + [ + "az", + "i" + ], + [ + "a", + "zi" + ], + [ + "▁Director", + "y" + ], + [ + "▁Direct", + "ory" + ], + [ + "▁D", + "irectory" + ], + [ + "▁", + "Directory" + ], + [ + "▁cro", + "n" + ], + [ + "▁cr", + "on" + ], + [ + "▁c", + "ron" + ], + [ + "▁spe", + "nd" + ], + [ + "▁sp", + "end" + ], + [ + "▁s", + "pend" + ], + [ + "▁R", + "A" + ], + [ + "▁", + "RA" + ], + [ + "▁sel", + "enium" + ], + [ + "▁s", + "elenium" + ], + [ + "▁", + "selenium" + ], + [ + "▁Th", + "é" + ], + [ + "▁T", + "hé" + ], + [ + "Element", + "s" + ], + [ + "El", + "ements" + ], + [ + "ci", + "i" + ], + [ + "c", + "ii" + ], + [ + "▁pla", + "t" + ], + [ + "▁pl", + "at" + ], + [ + "▁p", + "lat" + ], + [ + "▁archiv", + "e" + ], + [ + "▁arch", + "ive" + ], + [ + "▁", + "archive" + ], + [ + "▁assist", + "ance" + ], + [ + "▁ass", + "istance" + ], + [ + "▁ne", + "ck" + ], + [ + "▁Aven", + "ue" + ], + [ + "▁A", + "venue" + ], + [ + "▁whe", + "el" + ], + [ + "▁w", + "heel" + ], + [ + "▁had", + "e" + ], + [ + "▁ha", + "de" + ], + [ + "▁h", + "ade" + ], + [ + "Comm", + "on" + ], + [ + "Com", + "mon" + ], + [ + "▁Dia", + "log" + ], + [ + "▁Di", + "alog" + ], + [ + "▁D", + "ialog" + ], + [ + "▁", + "Dialog" + ], + [ + "▁for", + "g" + ], + [ + "▁fo", + "rg" + ], + [ + "▁f", + "org" + ], + [ + "▁sure", + "ly" + ], + [ + "▁sur", + "ely" + ], + [ + "▁h", + "ockey" + ], + [ + "kt", + "ó" + ], + [ + "k", + "tó" + ], + [ + "▁t", + "k" + ], + [ + "▁", + "tk" + ], + [ + "▁Bru", + "ce" + ], + [ + "▁Br", + "uce" + ], + [ + "▁en", + "orm" + ], + [ + "▁e", + "norm" + ], + [ + ",", + "’" + ], + [ + "▁Christoph", + "er" + ], + [ + "▁Christ", + "opher" + ], + [ + "je", + "v" + ], + [ + "j", + "ev" + ], + [ + "▁qu", + "ad" + ], + [ + "▁", + "quad" + ], + [ + "▁A", + "JAX" + ], + [ + "▁reli", + "ef" + ], + [ + "▁rel", + "ief" + ], + [ + "▁mode", + "s" + ], + [ + "▁mod", + "es" + ], + [ + "▁mo", + "des" + ], + [ + "▁m", + "odes" + ], + [ + "sk", + "lär" + ], + [ + "s", + "klär" + ], + [ + "▁Vi", + "d" + ], + [ + "▁V", + "id" + ], + [ + "▁Ser", + "ial" + ], + [ + "▁Se", + "rial" + ], + [ + "▁", + "Serial" + ], + [ + "▁token", + "s" + ], + [ + "▁to", + "kens" + ], + [ + "▁Pol", + "and" + ], + [ + "▁Po", + "land" + ], + [ + "\\", + "]" + ], + [ + "▁vid", + "e" + ], + [ + "▁vi", + "de" + ], + [ + "▁v", + "ide" + ], + [ + "room", + "s" + ], + [ + "ro", + "oms" + ], + [ + "oma", + "s" + ], + [ + "om", + "as" + ], + [ + "o", + "mas" + ], + [ + "▁Bur", + "eau" + ], + [ + "▁B", + "ureau" + ], + [ + "c", + "x" + ], + [ + "ность", + "ю" + ], + [ + "ност", + "ью" + ], + [ + "▁sign", + "s" + ], + [ + "▁sig", + "ns" + ], + [ + "ше", + "ние" + ], + [ + "loss", + "en" + ], + [ + "los", + "sen" + ], + [ + "l", + "ossen" + ], + [ + "▁Queen", + "s" + ], + [ + "▁Que", + "ens" + ], + [ + "▁memb", + "re" + ], + [ + "▁mem", + "bre" + ], + [ + "▁m", + "embre" + ], + [ + "▁me", + "z" + ], + [ + "▁m", + "ez" + ], + [ + "▁", + "mez" + ], + [ + "▁Bo", + "ol" + ], + [ + "▁B", + "ool" + ], + [ + "▁", + "Bool" + ], + [ + "▁Na", + "j" + ], + [ + "▁N", + "aj" + ], + [ + "▁Mem", + "ory" + ], + [ + "▁", + "Memory" + ], + [ + "▁Kh", + "an" + ], + [ + "▁K", + "han" + ], + [ + "▁l", + "à" + ], + [ + "▁", + "là" + ], + [ + "▁Hu", + "d" + ], + [ + "▁H", + "ud" + ], + [ + "▁dis", + "miss" + ], + [ + "▁d", + "ismiss" + ], + [ + "ight", + "h" + ], + [ + "igh", + "th" + ], + [ + "▁f", + "s" + ], + [ + "▁", + "fs" + ], + [ + "prev", + "ent" + ], + [ + "pre", + "vent" + ], + [ + "pr", + "event" + ], + [ + "▁ме", + "да" + ], + [ + "▁Pol", + "ice" + ], + [ + "▁Po", + "lice" + ], + [ + "▁с", + "ко" + ], + [ + "▁", + "ско" + ], + [ + "fin", + "ite" + ], + [ + "▁am", + "i" + ], + [ + "▁a", + "mi" + ], + [ + "▁", + "ami" + ], + [ + "▁Mu", + "ch" + ], + [ + "▁M", + "uch" + ], + [ + "owan", + "ia" + ], + [ + "owa", + "nia" + ], + [ + "ow", + "ania" + ], + [ + "OR", + "Y" + ], + [ + "O", + "RY" + ], + [ + "ior", + "s" + ], + [ + "io", + "rs" + ], + [ + "i", + "ors" + ], + [ + "▁Prem", + "io" + ], + [ + "▁text", + "box" + ], + [ + "d", + "m" + ], + [ + "▁af", + "in" + ], + [ + "▁a", + "fin" + ], + [ + "▁Don", + "ald" + ], + [ + "▁", + "Donald" + ], + [ + "▁Pri", + "v" + ], + [ + "▁Pr", + "iv" + ], + [ + "▁P", + "riv" + ], + [ + "▁dec", + "id" + ], + [ + "▁de", + "cid" + ], + [ + "▁Maur", + "ice" + ], + [ + "▁Mau", + "rice" + ], + [ + "aga", + "n" + ], + [ + "ag", + "an" + ], + [ + "a", + "gan" + ], + [ + "▁Britann", + "ica" + ], + [ + "▁of", + "t" + ], + [ + "▁o", + "ft" + ], + [ + "▁consec", + "utive" + ], + [ + "\"?", + ">" + ], + [ + "\"", + "?>" + ], + [ + "ови", + "й" + ], + [ + "stud", + "ent" + ], + [ + "st", + "udent" + ], + [ + "▁pe", + "que" + ], + [ + "▁diese", + "s" + ], + [ + "▁dies", + "es" + ], + [ + "▁di", + "eses" + ], + [ + "▁ret", + "our" + ], + [ + "ét", + "r" + ], + [ + "é", + "tr" + ], + [ + "▁се", + "з" + ], + [ + "▁с", + "ез" + ], + [ + "▁kr", + "e" + ], + [ + "▁k", + "re" + ], + [ + "▁", + "kre" + ], + [ + "▁vote", + "s" + ], + [ + "▁vot", + "es" + ], + [ + "▁vo", + "tes" + ], + [ + "▁v", + "otes" + ], + [ + "rupt", + "ion" + ], + [ + "rup", + "tion" + ], + [ + "ru", + "ption" + ], + [ + "iza", + "da" + ], + [ + "iz", + "ada" + ], + [ + "▁Wie", + "l" + ], + [ + "▁Wi", + "el" + ], + [ + "▁W", + "iel" + ], + [ + "▁Gra", + "y" + ], + [ + "▁Gr", + "ay" + ], + [ + "▁G", + "ray" + ], + [ + "▁Leo", + "p" + ], + [ + "▁Le", + "op" + ], + [ + "teil", + "ung" + ], + [ + "tei", + "lung" + ], + [ + "([", + "'" + ], + [ + "(", + "['" + ], + [ + "▁white", + "s" + ], + [ + "▁wh", + "ites" + ], + [ + "fri", + "ca" + ], + [ + "fr", + "ica" + ], + [ + "f", + "rica" + ], + [ + "anim", + "ation" + ], + [ + "an", + "imation" + ], + [ + "cur", + "l" + ], + [ + "cu", + "rl" + ], + [ + "c", + "url" + ], + [ + "ling", + "s" + ], + [ + "lin", + "gs" + ], + [ + "l", + "ings" + ], + [ + "=\"", + "$" + ], + [ + "loy", + "d" + ], + [ + "lo", + "yd" + ], + [ + "text", + "sc" + ], + [ + "ор", + "у" + ], + [ + "о", + "ру" + ], + [ + "▁се", + "ла" + ], + [ + "esia", + "n" + ], + [ + "esi", + "an" + ], + [ + "es", + "ian" + ], + [ + "▁Miss", + "ion" + ], + [ + "▁M", + "ission" + ], + [ + "▁не", + "за" + ], + [ + "▁ult", + "imately" + ], + [ + "бо", + "в" + ], + [ + "б", + "ов" + ], + [ + "ole", + "n" + ], + [ + "ol", + "en" + ], + [ + "o", + "len" + ], + [ + "ском", + "у" + ], + [ + "ско", + "му" + ], + [ + "ск", + "ому" + ], + [ + "с", + "кому" + ], + [ + "net", + "e" + ], + [ + "ne", + "te" + ], + [ + "n", + "ete" + ], + [ + "▁Di", + "t" + ], + [ + "▁D", + "it" + ], + [ + "▁cost", + "ru" + ], + [ + "▁co", + "stru" + ], + [ + "dep", + "endent" + ], + [ + "▁Res", + "ource" + ], + [ + "▁Re", + "source" + ], + [ + "▁", + "Resource" + ], + [ + "▁host", + "s" + ], + [ + "▁hos", + "ts" + ], + [ + "▁", + "hosts" + ], + [ + "▁re", + "ar" + ], + [ + "▁r", + "ear" + ], + [ + "D", + "uration" + ], + [ + "ник", + "ів" + ], + [ + "ни", + "ків" + ], + [ + "М", + "а" + ], + [ + "▁plan", + "ning" + ], + [ + "▁pl", + "anning" + ], + [ + "▁predict", + "ion" + ], + [ + "▁pred", + "iction" + ], + [ + "▁pre", + "diction" + ], + [ + "▁Ly", + "n" + ], + [ + "▁L", + "yn" + ], + [ + "▁ki", + "r" + ], + [ + "▁k", + "ir" + ], + [ + "▁", + "kir" + ], + [ + "▁Leg", + "isl" + ], + [ + "ма", + "т" + ], + [ + "м", + "ат" + ], + [ + "▁Soc", + "cer" + ], + [ + "▁S", + "occer" + ], + [ + "▁surve", + "y" + ], + [ + "▁surv", + "ey" + ], + [ + "▁sur", + "vey" + ], + [ + "▁estadoun", + "idense" + ], + [ + "orge", + "n" + ], + [ + "org", + "en" + ], + [ + "or", + "gen" + ], + [ + "jou", + "rd" + ], + [ + "jo", + "urd" + ], + [ + "j", + "ourd" + ], + [ + "▁april", + "e" + ], + [ + "▁apr", + "ile" + ], + [ + "▁ap", + "rile" + ], + [ + "▁id", + "s" + ], + [ + "▁i", + "ds" + ], + [ + "▁", + "ids" + ], + [ + "ськ", + "е" + ], + [ + "сь", + "ке" + ], + [ + "▁employ", + "ee" + ], + [ + "▁emp", + "loyee" + ], + [ + "▁", + "employee" + ], + [ + "▁Schaus", + "pieler" + ], + [ + "р", + "ъ" + ], + [ + "▁multi", + "media" + ], + [ + "▁mult", + "imedia" + ], + [ + "▁сво", + "ю" + ], + [ + "▁win", + "e" + ], + [ + "▁w", + "ine" + ], + [ + "▁E", + "U" + ], + [ + "ic", + "ă" + ], + [ + "▁Rh", + "ein" + ], + [ + "▁R", + "hein" + ], + [ + "▁Pal", + "mar" + ], + [ + "ote", + "ca" + ], + [ + "ot", + "eca" + ], + [ + "▁prepar", + "e" + ], + [ + "▁prep", + "are" + ], + [ + "▁", + "prepare" + ], + [ + "▁To", + "t" + ], + [ + "▁T", + "ot" + ], + [ + "▁Nu", + "ll" + ], + [ + "▁N", + "ull" + ], + [ + "▁", + "Null" + ], + [ + "▁ki", + "n" + ], + [ + "▁k", + "in" + ], + [ + "▁", + "kin" + ], + [ + "inal", + "s" + ], + [ + "ina", + "ls" + ], + [ + "in", + "als" + ], + [ + "▁New", + "ton" + ], + [ + "▁t", + "bl" + ], + [ + "▁", + "tbl" + ], + [ + "▁Sol", + "d" + ], + [ + "▁So", + "ld" + ], + [ + "▁S", + "old" + ], + [ + "▁ver", + "f" + ], + [ + "▁ve", + "rf" + ], + [ + "atur", + "ing" + ], + [ + "atu", + "ring" + ], + [ + "at", + "uring" + ], + [ + "▁lap", + "top" + ], + [ + "▁la", + "ptop" + ], + [ + "▁Сове", + "т" + ], + [ + "▁Сов", + "ет" + ], + [ + "▁Со", + "вет" + ], + [ + "sec", + "ret" + ], + [ + "se", + "cret" + ], + [ + "▁Olymp", + "ic" + ], + [ + "▁football", + "er" + ], + [ + "▁Rud", + "olf" + ], + [ + "▁con", + "he" + ], + [ + "zy", + "sk" + ], + [ + "▁evaluate", + "d" + ], + [ + "▁evalu", + "ated" + ], + [ + "»", + ")" + ], + [ + "sh", + "op" + ], + [ + "re", + "pository" + ], + [ + "▁za", + "ch" + ], + [ + "▁z", + "ach" + ], + [ + "▁los", + "ing" + ], + [ + "▁lo", + "sing" + ], + [ + "▁l", + "osing" + ], + [ + "ette", + "r" + ], + [ + "ett", + "er" + ], + [ + "et", + "ter" + ], + [ + "▁W", + "irtschaft" + ], + [ + "та", + "к" + ], + [ + "▁unnecess", + "ary" + ], + [ + "▁Pho", + "t" + ], + [ + "▁Ph", + "ot" + ], + [ + "▁P", + "hot" + ], + [ + "ansk", + "a" + ], + [ + "ans", + "ka" + ], + [ + "an", + "ska" + ], + [ + "▁Nat", + "ive" + ], + [ + "▁N", + "ative" + ], + [ + "▁", + "Native" + ], + [ + "CC", + "E" + ], + [ + "C", + "CE" + ], + [ + "▁fif", + "ty" + ], + [ + "▁fi", + "fty" + ], + [ + "▁er", + "w" + ], + [ + "▁e", + "rw" + ], + [ + "r", + "h" + ], + [ + "issen", + "t" + ], + [ + "isse", + "nt" + ], + [ + "iss", + "ent" + ], + [ + "is", + "sent" + ], + [ + "}{", + "(" + ], + [ + "}", + "{(" + ], + [ + "▁lan", + "ç" + ], + [ + "▁X", + "code" + ], + [ + "гор", + "од" + ], + [ + "го", + "род" + ], + [ + "ci", + "r" + ], + [ + "c", + "ir" + ], + [ + "▁pel", + "ícula" + ], + [ + "▁Os", + "car" + ], + [ + "▁O", + "scar" + ], + [ + "▁sho", + "re" + ], + [ + "▁sh", + "ore" + ], + [ + "▁supp", + "lied" + ], + [ + "example", + "s" + ], + [ + "ex", + "amples" + ], + [ + "Me", + "ss" + ], + [ + "M", + "ess" + ], + [ + "VI", + "CE" + ], + [ + "V", + "ICE" + ], + [ + "▁ex", + "clude" + ], + [ + "▁he", + "n" + ], + [ + "▁h", + "en" + ], + [ + "▁", + "hen" + ], + [ + "▁гу", + "бер" + ], + [ + "▁Fra", + "gment" + ], + [ + "▁F", + "ragment" + ], + [ + "▁", + "Fragment" + ], + [ + "▁Bit", + "te" + ], + [ + "▁Bi", + "tte" + ], + [ + "▁B", + "itte" + ], + [ + "▁Bes", + "ides" + ], + [ + "▁he", + "s" + ], + [ + "▁h", + "es" + ], + [ + "▁", + "hes" + ], + [ + "▁ihre", + "m" + ], + [ + "▁ihr", + "em" + ], + [ + "▁ih", + "rem" + ], + [ + "▁Ser", + "ge" + ], + [ + "▁art", + "ific" + ], + [ + "=\"$", + "{" + ], + [ + "=\"", + "${" + ], + [ + "лов", + "о" + ], + [ + "ло", + "во" + ], + [ + "л", + "ово" + ], + [ + "ute", + "ur" + ], + [ + "ut", + "eur" + ], + [ + "ta", + "ire" + ], + [ + "t", + "aire" + ], + [ + "па", + "с" + ], + [ + "▁eas", + "iest" + ], + [ + "▁fam", + "iglia" + ], + [ + "N", + "ormal" + ], + [ + "▁dall", + "e" + ], + [ + "▁dal", + "le" + ], + [ + "▁da", + "lle" + ], + [ + "▁d", + "alle" + ], + [ + "▁nation", + "s" + ], + [ + "▁nat", + "ions" + ], + [ + "▁n", + "ations" + ], + [ + "r", + "p" + ], + [ + "the", + "ad" + ], + [ + "th", + "ead" + ], + [ + "t", + "head" + ], + [ + "▁обла", + "сті" + ], + [ + "▁Democr", + "atic" + ], + [ + "▁челов", + "е" + ], + [ + "мо", + "ж" + ], + [ + "▁ге", + "р" + ], + [ + "▁г", + "ер" + ], + [ + "▁", + "гер" + ], + [ + "▁small", + "est" + ], + [ + "▁Publish", + "ing" + ], + [ + "▁T", + "s" + ], + [ + "▁laugh", + "ed" + ], + [ + "ll", + "e" + ], + [ + "l", + "le" + ], + [ + "▁Am", + "t" + ], + [ + "▁A", + "mt" + ], + [ + "▁II", + "S" + ], + [ + "▁I", + "IS" + ], + [ + "FOR", + "M" + ], + [ + "F", + "ORM" + ], + [ + "Ma", + "g" + ], + [ + "M", + "ag" + ], + [ + "до", + "н" + ], + [ + "д", + "он" + ], + [ + "▁stor", + "ia" + ], + [ + "▁sto", + "ria" + ], + [ + "▁st", + "oria" + ], + [ + "▁organiz", + "ed" + ], + [ + "▁organ", + "ized" + ], + [ + "č", + "ní" + ], + [ + "▁o", + "x" + ], + [ + "▁", + "ox" + ], + [ + "ling", + "en" + ], + [ + "lin", + "gen" + ], + [ + "l", + "ingen" + ], + [ + "▁lu", + "ego" + ], + [ + "cc", + "ió" + ], + [ + "c", + "ció" + ], + [ + "▁rel", + "y" + ], + [ + "▁re", + "ly" + ], + [ + "▁r", + "ely" + ], + [ + "▁t", + "ussen" + ], + [ + "erte", + "n" + ], + [ + "ert", + "en" + ], + [ + "er", + "ten" + ], + [ + "▁hon", + "our" + ], + [ + "▁Claud", + "e" + ], + [ + "▁Cla", + "ude" + ], + [ + "▁Kore", + "a" + ], + [ + "▁Kor", + "ea" + ], + [ + "▁Ko", + "rea" + ], + [ + "▁Metro", + "pol" + ], + [ + "▁Met", + "ropol" + ], + [ + "Su", + "per" + ], + [ + "S", + "uper" + ], + [ + "rie", + "n" + ], + [ + "ri", + "en" + ], + [ + "r", + "ien" + ], + [ + "ér", + "ature" + ], + [ + "attr", + "o" + ], + [ + "att", + "ro" + ], + [ + "▁бі", + "ль" + ], + [ + "▁б", + "іль" + ], + [ + "▁", + "біль" + ], + [ + "▁Her", + "bert" + ], + [ + "▁aute", + "urs" + ], + [ + "▁aut", + "eurs" + ], + [ + "▁dar", + "auf" + ], + [ + "▁ment", + "al" + ], + [ + "▁men", + "tal" + ], + [ + "▁m", + "ental" + ], + [ + "▁ran", + "g" + ], + [ + "▁ra", + "ng" + ], + [ + "▁r", + "ang" + ], + [ + "▁só", + "n" + ], + [ + "▁s", + "ón" + ], + [ + "▁So", + "ph" + ], + [ + "▁S", + "oph" + ], + [ + ")\"", + "," + ], + [ + ")", + "\"," + ], + [ + "Des", + "criptor" + ], + [ + "prep", + "are" + ], + [ + "▁Land", + "kreis" + ], + [ + "H", + "C" + ], + [ + "cro", + "ss" + ], + [ + "cr", + "oss" + ], + [ + "c", + "ross" + ], + [ + "ли", + "за" + ], + [ + "▁Log", + "in" + ], + [ + "▁Lo", + "gin" + ], + [ + "▁", + "Login" + ], + [ + "one", + "n" + ], + [ + "on", + "en" + ], + [ + "o", + "nen" + ], + [ + "Fe", + "ature" + ], + [ + "▁muse", + "um" + ], + [ + "▁m", + "useum" + ], + [ + "▁", + "museum" + ], + [ + "ve", + "k" + ], + [ + "v", + "ek" + ], + [ + "▁Nel", + "son" + ], + [ + "▁re", + "jo" + ], + [ + "▁коман", + "ди" + ], + [ + "▁summ", + "ar" + ], + [ + "▁sum", + "mar" + ], + [ + "▁след", + "у" + ], + [ + "▁сле", + "ду" + ], + [ + "äm", + "p" + ], + [ + "ä", + "mp" + ], + [ + "▁Ga", + "s" + ], + [ + "▁G", + "as" + ], + [ + "во", + "м" + ], + [ + "в", + "ом" + ], + [ + "VAL", + "UE" + ], + [ + "ing", + "e" + ], + [ + "in", + "ge" + ], + [ + "per", + "iod" + ], + [ + "lasse", + "n" + ], + [ + "lass", + "en" + ], + [ + "las", + "sen" + ], + [ + "l", + "assen" + ], + [ + "áv", + "al" + ], + [ + "á", + "val" + ], + [ + "▁alt", + "ogether" + ], + [ + "ump", + "h" + ], + [ + "um", + "ph" + ], + [ + "istr", + "o" + ], + [ + "ist", + "ro" + ], + [ + "ą", + "ż" + ], + [ + "▁Ke", + "ep" + ], + [ + "▁Marc", + "o" + ], + [ + "▁Mar", + "co" + ], + [ + "▁ét", + "ant" + ], + [ + "▁Dr", + "e" + ], + [ + "▁D", + "re" + ], + [ + "ge", + "ometry" + ], + [ + "▁Ka", + "s" + ], + [ + "▁K", + "as" + ], + [ + "message", + "s" + ], + [ + "mess", + "ages" + ], + [ + "Co", + "ok" + ], + [ + "C", + "ook" + ], + [ + "▁Sid", + "e" + ], + [ + "▁Si", + "de" + ], + [ + "▁S", + "ide" + ], + [ + "▁", + "Side" + ], + [ + "▁ком", + "и" + ], + [ + "▁ко", + "ми" + ], + [ + "стр", + "и" + ], + [ + "ст", + "ри" + ], + [ + "с", + "три" + ], + [ + "▁exc", + "ess" + ], + [ + "▁ex", + "cess" + ], + [ + "▁Bi", + "ografia" + ], + [ + "XXX", + "X" + ], + [ + "XX", + "XX" + ], + [ + "X", + "XXX" + ], + [ + "▁Ni", + "e" + ], + [ + "▁N", + "ie" + ], + [ + "ven", + "dor" + ], + [ + "v", + "endor" + ], + [ + "xs", + "d" + ], + [ + "x", + "sd" + ], + [ + "Mil", + "l" + ], + [ + "M", + "ill" + ], + [ + "process", + "ing" + ], + [ + "▁Miss", + "ouri" + ], + [ + "▁permet", + "t" + ], + [ + "▁perm", + "ett" + ], + [ + "▁ap", + "ar" + ], + [ + "▁a", + "par" + ], + [ + "▁crow", + "d" + ], + [ + "▁cro", + "wd" + ], + [ + "fer", + "t" + ], + [ + "fe", + "rt" + ], + [ + "f", + "ert" + ], + [ + "▁Do", + "u" + ], + [ + "▁D", + "ou" + ], + [ + "r", + "í" + ], + [ + "▁C", + "C" + ], + [ + "▁", + "CC" + ], + [ + "▁pay", + "ment" + ], + [ + "▁", + "payment" + ], + [ + "▁Hol", + "lywood" + ], + [ + "▁V", + "irtual" + ], + [ + "▁", + "Virtual" + ], + [ + "▁spoke", + "n" + ], + [ + "▁spo", + "ken" + ], + [ + "▁sp", + "oken" + ], + [ + "▁tra", + "m" + ], + [ + "▁tr", + "am" + ], + [ + "▁t", + "ram" + ], + [ + "▁Commun", + "ity" + ], + [ + "▁Comm", + "unity" + ], + [ + "▁administr", + "ative" + ], + [ + "▁во", + "ло" + ], + [ + "▁в", + "оло" + ], + [ + "gio", + "r" + ], + [ + "gi", + "or" + ], + [ + "g", + "ior" + ], + [ + "vis", + "or" + ], + [ + "▁Укра", + "и" + ], + [ + "stag", + "e" + ], + [ + "sta", + "ge" + ], + [ + "st", + "age" + ], + [ + "▁Form", + "at" + ], + [ + "▁For", + "mat" + ], + [ + "▁", + "Format" + ], + [ + "▁conven", + "ient" + ], + [ + "Н", + "а" + ], + [ + "▁media", + "n" + ], + [ + "▁medi", + "an" + ], + [ + "▁med", + "ian" + ], + [ + "▁в", + "ра" + ], + [ + "▁", + "вра" + ], + [ + "▁Пре", + "ма" + ], + [ + "eni", + "g" + ], + [ + "en", + "ig" + ], + [ + "e", + "nig" + ], + [ + "▁Oper", + "a" + ], + [ + "▁Op", + "era" + ], + [ + "ré", + "s" + ], + [ + "r", + "és" + ], + [ + "▁f", + "mt" + ], + [ + "▁", + "fmt" + ], + [ + "▁effic", + "iency" + ], + [ + "mal", + "e" + ], + [ + "ma", + "le" + ], + [ + "m", + "ale" + ], + [ + "Ma", + "ster" + ], + [ + "M", + "aster" + ], + [ + "Ser", + "ies" + ], + [ + "Se", + "ries" + ], + [ + "S", + "eries" + ], + [ + "▁sy", + "d" + ], + [ + "▁s", + "yd" + ], + [ + "gener", + "ic" + ], + [ + "inter", + "val" + ], + [ + "▁e", + "fect" + ], + [ + "▁inwon", + "ers" + ], + [ + "лим", + "пи" + ], + [ + "ire", + "ment" + ], + [ + "ir", + "ement" + ], + [ + "Er", + "r" + ], + [ + "E", + "rr" + ], + [ + "ö", + "h" + ], + [ + "▁ly", + "ing" + ], + [ + "▁l", + "ying" + ], + [ + "▁", + "lying" + ], + [ + "▁Setting", + "s" + ], + [ + "▁S", + "ettings" + ], + [ + "▁", + "Settings" + ], + [ + "!", + "=" + ], + [ + "emat", + "ic" + ], + [ + "em", + "atic" + ], + [ + "arg", + "v" + ], + [ + "▁Bas", + "ic" + ], + [ + "▁", + "Basic" + ], + [ + "▁consider", + "ation" + ], + [ + "▁hab", + "e" + ], + [ + "▁ha", + "be" + ], + [ + "▁h", + "abe" + ], + [ + "-", + "%" + ], + [ + "▁mountain", + "s" + ], + [ + "▁mount", + "ains" + ], + [ + "▁pe", + "ak" + ], + [ + "▁fall", + "en" + ], + [ + "▁fal", + "len" + ], + [ + "▁f", + "allen" + ], + [ + "ede", + "d" + ], + [ + "ed", + "ed" + ], + [ + "e", + "ded" + ], + [ + "log", + "ic" + ], + [ + "▁match", + "ed" + ], + [ + "▁mat", + "ched" + ], + [ + "▁typ", + "ing" + ], + [ + "▁ty", + "ping" + ], + [ + ")}", + "," + ], + [ + ")", + "}," + ], + [ + "▁fan", + "cy" + ], + [ + "▁f", + "ancy" + ], + [ + "▁eleg", + "ant" + ], + [ + "ا", + "ل" + ], + [ + "▁уча", + "ст" + ], + [ + "▁Sar", + "ah" + ], + [ + "▁Sa", + "rah" + ], + [ + "▁Ver", + "d" + ], + [ + "▁Ve", + "rd" + ], + [ + "▁V", + "erd" + ], + [ + "▁te", + "go" + ], + [ + "▁t", + "ego" + ], + [ + "rule", + "s" + ], + [ + "ru", + "les" + ], + [ + "r", + "ules" + ], + [ + "▁mount", + "ed" + ], + [ + "▁mo", + "unted" + ], + [ + "▁і", + "м" + ], + [ + "ер", + "у" + ], + [ + "е", + "ру" + ], + [ + "sto", + "ff" + ], + [ + "st", + "off" + ], + [ + "fahr", + "en" + ], + [ + "fah", + "ren" + ], + [ + "fa", + "hren" + ], + [ + "f", + "ahren" + ], + [ + "dist", + "ance" + ], + [ + "d", + "istance" + ], + [ + "▁Lic", + "ense" + ], + [ + "▁LE", + "FT" + ], + [ + "▁", + "LEFT" + ], + [ + "▁w", + "p" + ], + [ + "▁", + "wp" + ], + [ + "/", + "{" + ], + [ + "▁amaz", + "on" + ], + [ + "▁am", + "azon" + ], + [ + "▁", + "amazon" + ], + [ + ">", + "&" + ], + [ + "▁els", + "ő" + ], + [ + "qu", + "arters" + ], + [ + "▁sho", + "ck" + ], + [ + "▁sh", + "ock" + ], + [ + "nic", + "k" + ], + [ + "ni", + "ck" + ], + [ + "n", + "ick" + ], + [ + "▁Arch", + "ite" + ], + [ + "▁S", + "quare" + ], + [ + "▁rate", + "s" + ], + [ + "▁rat", + "es" + ], + [ + "▁ra", + "tes" + ], + [ + "▁r", + "ates" + ], + [ + "ior", + "e" + ], + [ + "io", + "re" + ], + [ + "i", + "ore" + ], + [ + "▁Na", + "t" + ], + [ + "▁N", + "at" + ], + [ + "▁Char", + "lot" + ], + [ + "reiche", + "n" + ], + [ + "reich", + "en" + ], + [ + "rei", + "chen" + ], + [ + "re", + "ichen" + ], + [ + "▁vari", + "ation" + ], + [ + "▁var", + "iation" + ], + [ + "osi", + "s" + ], + [ + "os", + "is" + ], + [ + "li", + "fe" + ], + [ + "l", + "ife" + ], + [ + "sl", + "ide" + ], + [ + "s", + "lide" + ], + [ + "ab", + "i" + ], + [ + "a", + "bi" + ], + [ + "uk", + "i" + ], + [ + "u", + "ki" + ], + [ + "mys", + "q" + ], + [ + "my", + "sq" + ], + [ + "▁primit", + "ive" + ], + [ + "▁prim", + "itive" + ], + [ + "▁univers", + "itaire" + ], + [ + "LE", + "NG" + ], + [ + "ale", + "ż" + ], + [ + "eb", + "ook" + ], + [ + "e", + "book" + ], + [ + "s", + "yn" + ], + [ + "▁Geg", + "en" + ], + [ + "▁Ge", + "gen" + ], + [ + "▁G", + "egen" + ], + [ + "▁K", + "ü" + ], + [ + "▁ал", + "е" + ], + [ + "▁а", + "ле" + ], + [ + "▁Lu", + "b" + ], + [ + "▁L", + "ub" + ], + [ + "con", + "current" + ], + [ + "izza", + "to" + ], + [ + "izz", + "ato" + ], + [ + "▁st", + "ub" + ], + [ + "▁i", + "e" + ], + [ + "▁", + "ie" + ], + [ + "▁'.", + "/" + ], + [ + "▁'", + "./" + ], + [ + "co", + "d" + ], + [ + "c", + "od" + ], + [ + "▁intern", + "acional" + ], + [ + "▁Gla", + "s" + ], + [ + "▁Gl", + "as" + ], + [ + "▁G", + "las" + ], + [ + "▁mar", + "e" + ], + [ + "▁ma", + "re" + ], + [ + "▁m", + "are" + ], + [ + "▁Ne", + "b" + ], + [ + "▁N", + "eb" + ], + [ + "▁G", + "B" + ], + [ + "▁", + "GB" + ], + [ + "kw", + "args" + ], + [ + "▁au", + "ment" + ], + [ + "▁a", + "ument" + ], + [ + "WI", + "D" + ], + [ + "W", + "ID" + ], + [ + "▁ро", + "д" + ], + [ + "▁р", + "од" + ], + [ + "▁", + "род" + ], + [ + "p", + "unkt" + ], + [ + "▁Gra", + "d" + ], + [ + "▁Gr", + "ad" + ], + [ + "▁G", + "rad" + ], + [ + "▁", + "Grad" + ], + [ + "S", + "N" + ], + [ + "AM", + "P" + ], + [ + "A", + "MP" + ], + [ + "▁Bor", + "n" + ], + [ + "▁Bo", + "rn" + ], + [ + "▁B", + "orn" + ], + [ + "▁Guer", + "re" + ], + [ + "го", + "тов" + ], + [ + "▁medi", + "o" + ], + [ + "▁med", + "io" + ], + [ + "Me", + "d" + ], + [ + "M", + "ed" + ], + [ + "sup", + "p" + ], + [ + "su", + "pp" + ], + [ + "s", + "upp" + ], + [ + "act", + "ual" + ], + [ + "drop", + "down" + ], + [ + "▁ok", + "tober" + ], + [ + "▁", + "ř" + ], + [ + "▁circul", + "ar" + ], + [ + "▁circ", + "ular" + ], + [ + "▁cir", + "cular" + ], + [ + "▁ski", + "n" + ], + [ + "▁sk", + "in" + ], + [ + "▁s", + "kin" + ], + [ + "▁emp", + "has" + ], + [ + "▁em", + "phas" + ], + [ + "▁голо", + "в" + ], + [ + "▁го", + "лов" + ], + [ + "▁pu", + "e" + ], + [ + "▁p", + "ue" + ], + [ + "▁information", + "s" + ], + [ + "▁inform", + "ations" + ], + [ + "▁Wolf", + "gang" + ], + [ + "▁use", + "less" + ], + [ + "▁us", + "eless" + ], + [ + "и", + "т" + ], + [ + "▁Jo", + "an" + ], + [ + "▁бо", + "р" + ], + [ + "▁б", + "ор" + ], + [ + "▁", + "бор" + ], + [ + "▁Gla", + "d" + ], + [ + "▁Gl", + "ad" + ], + [ + "▁G", + "lad" + ], + [ + "▁Kno", + "w" + ], + [ + "▁Kn", + "ow" + ], + [ + "▁K", + "now" + ], + [ + "ké", + "nt" + ], + [ + "k", + "ént" + ], + [ + "spe", + "ed" + ], + [ + "sp", + "eed" + ], + [ + "▁Ke", + "vin" + ], + [ + "un", + "ft" + ], + [ + "▁ar", + "qu" + ], + [ + "▁", + "arqu" + ], + [ + "▁Cas", + "a" + ], + [ + "▁Ca", + "sa" + ], + [ + "▁C", + "asa" + ], + [ + "(.", + ".." + ], + [ + "(", + "..." + ], + [ + "▁rapid", + "ly" + ], + [ + "▁probl", + "e" + ], + [ + "▁prob", + "le" + ], + [ + "▁pro", + "ble" + ], + [ + "▁Ви", + "кипеди" + ], + [ + "že", + "n" + ], + [ + "ž", + "en" + ], + [ + "▁Neb", + "en" + ], + [ + "▁Ne", + "ben" + ], + [ + "▁N", + "eben" + ], + [ + "▁Met", + "er" + ], + [ + "▁Me", + "ter" + ], + [ + "▁M", + "eter" + ], + [ + "Child", + "ren" + ], + [ + "ce", + "m" + ], + [ + "c", + "em" + ], + [ + "igo", + "s" + ], + [ + "ig", + "os" + ], + [ + "aj", + "u" + ], + [ + "a", + "ju" + ], + [ + "▁Ret", + "rie" + ], + [ + "▁Hel", + "l" + ], + [ + "▁He", + "ll" + ], + [ + "▁H", + "ell" + ], + [ + "▁gi", + "g" + ], + [ + "▁g", + "ig" + ], + [ + "▁contro", + "vers" + ], + [ + "▁zoo", + "m" + ], + [ + "▁zo", + "om" + ], + [ + "▁z", + "oom" + ], + [ + "▁ce", + "ns" + ], + [ + "▁c", + "ens" + ], + [ + "▁alc", + "uni" + ], + [ + "▁Head", + "er" + ], + [ + "▁He", + "ader" + ], + [ + "▁", + "Header" + ], + [ + "Met", + "a" + ], + [ + "Me", + "ta" + ], + [ + "M", + "eta" + ], + [ + "Re", + "quired" + ], + [ + "▁ин", + "ститу" + ], + [ + "▁sk", + "up" + ], + [ + "▁s", + "kup" + ], + [ + "▁ing", + "les" + ], + [ + "ég", + "l" + ], + [ + "é", + "gl" + ], + [ + "bi", + "j" + ], + [ + "b", + "ij" + ], + [ + "▁té", + "r" + ], + [ + "▁t", + "ér" + ], + [ + "▁comp", + "ag" + ], + [ + "▁com", + "pag" + ], + [ + "▁commit", + "ted" + ], + [ + "▁comm", + "itted" + ], + [ + "▁process", + "ed" + ], + [ + "▁proces", + "sed" + ], + [ + "▁proc", + "essed" + ], + [ + "Lo", + "wer" + ], + [ + "L", + "ower" + ], + [ + "▁Fore", + "ign" + ], + [ + "▁For", + "eign" + ], + [ + "▁F", + "oreign" + ], + [ + "▁", + "Foreign" + ], + [ + "▁se", + "q" + ], + [ + "▁s", + "eq" + ], + [ + "▁", + "seq" + ], + [ + "sheet", + "s" + ], + [ + "she", + "ets" + ], + [ + "▁Fe", + "m" + ], + [ + "▁F", + "em" + ], + [ + "ho", + "z" + ], + [ + "h", + "oz" + ], + [ + "ink", + "s" + ], + [ + "in", + "ks" + ], + [ + "▁kal", + "l" + ], + [ + "▁ka", + "ll" + ], + [ + "▁k", + "all" + ], + [ + "vari", + "ant" + ], + [ + "▁lib", + "ro" + ], + [ + "▁li", + "bro" + ], + [ + "▁click", + "s" + ], + [ + "▁cli", + "cks" + ], + [ + "▁cl", + "icks" + ], + [ + "▁g", + "obierno" + ], + [ + "ieg", + "el" + ], + [ + "ie", + "gel" + ], + [ + "мо", + "го" + ], + [ + "м", + "ого" + ], + [ + "gem", + "e" + ], + [ + "ge", + "me" + ], + [ + "g", + "eme" + ], + [ + "▁to", + "wer" + ], + [ + "▁t", + "ower" + ], + [ + "▁par", + "ish" + ], + [ + "▁T", + "CP" + ], + [ + "▁l", + "s" + ], + [ + "▁", + "ls" + ], + [ + "▁ng", + "inx" + ], + [ + "▁n", + "ginx" + ], + [ + "▁", + "nginx" + ], + [ + "Na", + "N" + ], + [ + "▁Di", + "r" + ], + [ + "▁D", + "ir" + ], + [ + "▁", + "Dir" + ], + [ + "▁Begriff", + "e" + ], + [ + "▁Begr", + "iffe" + ], + [ + "ari", + "e" + ], + [ + "ar", + "ie" + ], + [ + "a", + "rie" + ], + [ + "ím", + "p" + ], + [ + "í", + "mp" + ], + [ + "icio", + "s" + ], + [ + "ici", + "os" + ], + [ + "ic", + "ios" + ], + [ + "i", + "cios" + ], + [ + "▁sh", + "aring" + ], + [ + "▁cin", + "éma" + ], + [ + "be", + "c" + ], + [ + "b", + "ec" + ], + [ + "RE", + "D" + ], + [ + "R", + "ED" + ], + [ + "▁Kr", + "a" + ], + [ + "▁K", + "ra" + ], + [ + "ab", + "ol" + ], + [ + "a", + "bol" + ], + [ + "▁flu", + "x" + ], + [ + "▁fl", + "ux" + ], + [ + "▁exp", + "ensive" + ], + [ + "▁су", + "ще" + ], + [ + "▁`", + "_" + ], + [ + "oc", + "z" + ], + [ + "o", + "cz" + ], + [ + "ли", + "ст" + ], + [ + "▁acqu", + "aint" + ], + [ + "▁wis", + "e" + ], + [ + "▁w", + "ise" + ], + [ + "▁", + "wise" + ], + [ + "▁pouv", + "oir" + ], + [ + "▁pou", + "voir" + ], + [ + "▁dev", + "ant" + ], + [ + "▁moment", + "um" + ], + [ + "imm", + "er" + ], + [ + "im", + "mer" + ], + [ + "▁Cou", + "pe" + ], + [ + "▁C", + "oupe" + ], + [ + "index", + "Of" + ], + [ + "▁doesn", + "t" + ], + [ + "▁does", + "nt" + ], + [ + "▁за", + "в" + ], + [ + "▁lic", + "ense" + ], + [ + "▁", + "â" + ], + [ + "CS", + "S" + ], + [ + "C", + "SS" + ], + [ + "▁ric", + "e" + ], + [ + "▁ri", + "ce" + ], + [ + "▁r", + "ice" + ], + [ + "▁", + "rice" + ], + [ + "Te", + "am" + ], + [ + "▁an", + "o" + ], + [ + "▁a", + "no" + ], + [ + "▁", + "ano" + ], + [ + "li", + "t" + ], + [ + "l", + "it" + ], + [ + "▁merge", + "d" + ], + [ + "▁mer", + "ged" + ], + [ + "▁Cel", + "l" + ], + [ + "▁Ce", + "ll" + ], + [ + "▁C", + "ell" + ], + [ + "▁", + "Cell" + ], + [ + "л", + "л" + ], + [ + "bo", + "y" + ], + [ + "b", + "oy" + ], + [ + "ast", + "s" + ], + [ + "as", + "ts" + ], + [ + "▁sel", + "l" + ], + [ + "▁se", + "ll" + ], + [ + "▁s", + "ell" + ], + [ + "▁groß", + "e" + ], + [ + "▁gro", + "ße" + ], + [ + "▁virtue", + "l" + ], + [ + "▁virt", + "uel" + ], + [ + "Can", + "cel" + ], + [ + "▁s", + "j" + ], + [ + "g", + "ment" + ], + [ + ".", + "<" + ], + [ + "ча", + "й" + ], + [ + "i", + "ë" + ], + [ + "ak", + "h" + ], + [ + "a", + "kh" + ], + [ + "izer", + "s" + ], + [ + "ize", + "rs" + ], + [ + "iz", + "ers" + ], + [ + "pr", + "it" + ], + [ + "p", + "rit" + ], + [ + "▁Ti", + "b" + ], + [ + "▁T", + "ib" + ], + [ + "▁elabor", + "ate" + ], + [ + "▁f", + "é" + ], + [ + "▁ме", + "ди" + ], + [ + "▁м", + "еди" + ], + [ + "LENG", + "TH" + ], + [ + "▁prim", + "arily" + ], + [ + "▁score", + "s" + ], + [ + "▁sc", + "ores" + ], + [ + "▁carry", + "ing" + ], + [ + "▁lak", + "e" + ], + [ + "▁la", + "ke" + ], + [ + "▁l", + "ake" + ], + [ + "compos", + "e" + ], + [ + "comp", + "ose" + ], + [ + "com", + "pose" + ], + [ + "▁Town", + "ship" + ], + [ + "ung", + "e" + ], + [ + "un", + "ge" + ], + [ + "▁al", + "berga" + ], + [ + "any", + "ch" + ], + [ + "an", + "ych" + ], + [ + "a", + "nych" + ], + [ + "quel", + "le" + ], + [ + "que", + "lle" + ], + [ + "qu", + "elle" + ], + [ + "q", + "uelle" + ], + [ + "▁Ar", + "k" + ], + [ + "▁pri", + "s" + ], + [ + "▁pr", + "is" + ], + [ + "▁p", + "ris" + ], + [ + "▁vol", + "l" + ], + [ + "▁vo", + "ll" + ], + [ + "▁v", + "oll" + ], + [ + "ш", + "ли" + ], + [ + "Valid", + "ation" + ], + [ + "▁ce", + "ux" + ], + [ + "▁popula", + "te" + ], + [ + "▁popul", + "ate" + ], + [ + "▁pop", + "ulate" + ], + [ + "\"", + "\r" + ], + [ + "▁femme", + "s" + ], + [ + "▁fem", + "mes" + ], + [ + "AN", + "G" + ], + [ + "A", + "NG" + ], + [ + "▁Desp", + "ite" + ], + [ + "вы", + "е" + ], + [ + "в", + "ые" + ], + [ + "isk", + "e" + ], + [ + "is", + "ke" + ], + [ + "i", + "ske" + ], + [ + "zu", + "g" + ], + [ + "z", + "ug" + ], + [ + "на", + "ча" + ], + [ + "▁hatte", + "n" + ], + [ + "▁hat", + "ten" + ], + [ + "▁h", + "atten" + ], + [ + "IN", + "SERT" + ], + [ + "Emp", + "loyee" + ], + [ + "▁moment", + "s" + ], + [ + "▁mom", + "ents" + ], + [ + "▁mo", + "ments" + ], + [ + "▁últ", + "ima" + ], + [ + "▁hold", + "er" + ], + [ + "▁hol", + "der" + ], + [ + "▁ho", + "lder" + ], + [ + "▁h", + "older" + ], + [ + "▁", + "holder" + ], + [ + "bl", + "ank" + ], + [ + "Collection", + "s" + ], + [ + "Collect", + "ions" + ], + [ + "Col", + "lections" + ], + [ + "ather", + "s" + ], + [ + "ath", + "ers" + ], + [ + "a", + "thers" + ], + [ + "▁grad", + "e" + ], + [ + "▁gra", + "de" + ], + [ + "▁gr", + "ade" + ], + [ + "▁g", + "rade" + ], + [ + "▁", + "grade" + ], + [ + "▁affair", + "s" + ], + [ + "▁aff", + "airs" + ], + [ + ".$", + "$" + ], + [ + ".", + "$$" + ], + [ + "▁del", + "ta" + ], + [ + "▁d", + "elta" + ], + [ + "▁", + "delta" + ], + [ + "▁Jug", + "end" + ], + [ + "▁españ", + "ol" + ], + [ + "▁O", + "UT" + ], + [ + "▁", + "OUT" + ], + [ + "▁mathemat", + "ical" + ], + [ + "▁mon", + "go" + ], + [ + "▁m", + "ongo" + ], + [ + "▁Ф", + "е" + ], + [ + "uli", + "ng" + ], + [ + "ul", + "ing" + ], + [ + "u", + "ling" + ], + [ + "▁revol", + "ution" + ], + [ + "▁re", + "volution" + ], + [ + "▁co", + "in" + ], + [ + "▁c", + "oin" + ], + [ + "▁sub", + "class" + ], + [ + "\"", + "=>" + ], + [ + "äch", + "e" + ], + [ + "ä", + "che" + ], + [ + "▁py", + "g" + ], + [ + "▁p", + "yg" + ], + [ + "ща", + "я" + ], + [ + "iller", + "y" + ], + [ + "ille", + "ry" + ], + [ + "ill", + "ery" + ], + [ + "▁com", + "enz" + ], + [ + "dep", + "th" + ], + [ + "▁c", + "él" + ], + [ + "▁res", + "ize" + ], + [ + "▁re", + "size" + ], + [ + "▁", + "resize" + ], + [ + "▁Sam", + "e" + ], + [ + "▁Sa", + "me" + ], + [ + "▁S", + "ame" + ], + [ + "▁stri", + "k" + ], + [ + "▁str", + "ik" + ], + [ + "▁st", + "rik" + ], + [ + "▁ti", + "r" + ], + [ + "▁t", + "ir" + ], + [ + "▁scar", + "c" + ], + [ + "▁sc", + "arc" + ], + [ + "▁Mem", + "ber" + ], + [ + "▁M", + "ember" + ], + [ + "▁", + "Member" + ], + [ + "sub", + "scribe" + ], + [ + "ó", + "ż" + ], + [ + "út", + "bol" + ], + [ + "ex", + "cept" + ], + [ + "▁driv", + "ing" + ], + [ + "▁dri", + "ving" + ], + [ + "▁dr", + "iving" + ], + [ + "ki", + "e" + ], + [ + "k", + "ie" + ], + [ + "zon", + "y" + ], + [ + "zo", + "ny" + ], + [ + "z", + "ony" + ], + [ + "ème", + "s" + ], + [ + "è", + "mes" + ], + [ + "Da", + "vid" + ], + [ + "D", + "avid" + ], + [ + "issa", + "nt" + ], + [ + "iss", + "ant" + ], + [ + "▁т", + "ы" + ], + [ + "▁", + "ты" + ], + [ + "▁él", + "ect" + ], + [ + "▁é", + "lect" + ], + [ + "▁ren", + "ame" + ], + [ + "▁re", + "name" + ], + [ + "▁r", + "ename" + ], + [ + "▁Run", + "ning" + ], + [ + "▁R", + "unning" + ], + [ + "▁", + "Running" + ], + [ + "▁interface", + "s" + ], + [ + "▁inter", + "faces" + ], + [ + "////////", + "////////" + ], + [ + "▁Walk", + "er" + ], + [ + "▁Wal", + "ker" + ], + [ + "▁soci", + "été" + ], + [ + "▁ask", + "s" + ], + [ + "▁as", + "ks" + ], + [ + "br", + "id" + ], + [ + "b", + "rid" + ], + [ + "▁je", + "we" + ], + [ + "▁seine", + "s" + ], + [ + "▁sein", + "es" + ], + [ + "▁sei", + "nes" + ], + [ + "▁se", + "ines" + ], + [ + "▁agent", + "s" + ], + [ + "▁ag", + "ents" + ], + [ + "▁M", + "Y" + ], + [ + "▁", + "MY" + ], + [ + "▁Law", + "rence" + ], + [ + "des", + "s" + ], + [ + "de", + "ss" + ], + [ + "d", + "ess" + ], + [ + "iese", + "n" + ], + [ + "ies", + "en" + ], + [ + "ie", + "sen" + ], + [ + "i", + "esen" + ], + [ + "▁людя", + "х" + ], + [ + "прав", + "и" + ], + [ + "пра", + "ви" + ], + [ + "▁anc", + "est" + ], + [ + "▁wel", + "che" + ], + [ + "ra", + "um" + ], + [ + "r", + "aum" + ], + [ + "▁or", + "b" + ], + [ + "▁o", + "rb" + ], + [ + "▁", + "orb" + ], + [ + "sc", + "al" + ], + [ + "s", + "cal" + ], + [ + "▁Le", + "ar" + ], + [ + "▁L", + "ear" + ], + [ + "▁we", + "ar" + ], + [ + "▁w", + "ear" + ], + [ + "▁sla", + "ve" + ], + [ + "▁sl", + "ave" + ], + [ + "▁s", + "lave" + ], + [ + "▁rename", + "d" + ], + [ + "▁ren", + "amed" + ], + [ + "▁re", + "named" + ], + [ + "če", + "n" + ], + [ + "č", + "en" + ], + [ + "mas", + "te" + ], + [ + "ma", + "ste" + ], + [ + "m", + "aste" + ], + [ + "angle", + "s" + ], + [ + "ang", + "les" + ], + [ + "▁Am", + "érica" + ], + [ + "▁t", + "i" + ], + [ + "▁", + "ti" + ], + [ + "▁dem", + "sel" + ], + [ + "▁bene", + "ath" + ], + [ + "bin", + "ary" + ], + [ + "b", + "inary" + ], + [ + "▁ed", + "ición" + ], + [ + "▁kilom", + "et" + ], + [ + "▁kil", + "omet" + ], + [ + "uit", + "s" + ], + [ + "ui", + "ts" + ], + [ + "u", + "its" + ], + [ + "▁cu", + "atro" + ], + [ + "▁entr", + "ance" + ], + [ + "▁ent", + "rance" + ], + [ + "ond", + "issement" + ], + [ + "▁ba", + "g" + ], + [ + "▁b", + "ag" + ], + [ + "▁", + "bag" + ], + [ + "▁Arm", + "en" + ], + [ + "▁Ar", + "men" + ], + [ + "ij", + "o" + ], + [ + "i", + "jo" + ], + [ + "▁Lor", + "s" + ], + [ + "▁Lo", + "rs" + ], + [ + "▁L", + "ors" + ], + [ + "▁demsel", + "ben" + ], + [ + "ê", + "m" + ], + [ + "▁dis", + "crete" + ], + [ + "▁prom", + "inent" + ], + [ + "▁Ja", + "y" + ], + [ + "▁J", + "ay" + ], + [ + "dec", + "or" + ], + [ + "de", + "cor" + ], + [ + "D", + "L" + ], + [ + "▁d", + "í" + ], + [ + "Str", + "uct" + ], + [ + "St", + "ruct" + ], + [ + "▁Product", + "ion" + ], + [ + "▁Produ", + "ction" + ], + [ + "▁P", + "roduction" + ], + [ + "the", + "y" + ], + [ + "th", + "ey" + ], + [ + "ari", + "us" + ], + [ + "ar", + "ius" + ], + [ + "sch", + "nitt" + ], + [ + "▁Co", + "u" + ], + [ + "▁C", + "ou" + ], + [ + "▁le", + "x" + ], + [ + "▁l", + "ex" + ], + [ + "▁", + "lex" + ], + [ + "y", + "outube" + ], + [ + "▁рабо", + "та" + ], + [ + "stat", + "ion" + ], + [ + "sta", + "tion" + ], + [ + "st", + "ation" + ], + [ + "se", + "p" + ], + [ + "s", + "ep" + ], + [ + "▁mir", + "ror" + ], + [ + "▁mi", + "rror" + ], + [ + "▁hit", + "s" + ], + [ + "▁hi", + "ts" + ], + [ + "▁h", + "its" + ], + [ + "▁Be", + "ck" + ], + [ + "atic", + "ally" + ], + [ + "at", + "ically" + ], + [ + "▁La", + "z" + ], + [ + "▁L", + "az" + ], + [ + "▁win", + "ner" + ], + [ + "▁w", + "inner" + ], + [ + "DE", + "X" + ], + [ + "D", + "EX" + ], + [ + "▁IN", + "T" + ], + [ + "▁I", + "NT" + ], + [ + "▁", + "INT" + ], + [ + "}^{", + "-" + ], + [ + "}^", + "{-" + ], + [ + "}", + "^{-" + ], + [ + "▁weg", + "en" + ], + [ + "▁we", + "gen" + ], + [ + "▁w", + "egen" + ], + [ + "ma", + "d" + ], + [ + "m", + "ad" + ], + [ + "Ang", + "le" + ], + [ + "An", + "gle" + ], + [ + "zin", + "g" + ], + [ + "zi", + "ng" + ], + [ + "z", + "ing" + ], + [ + "▁Bayer", + "n" + ], + [ + "▁Bay", + "ern" + ], + [ + "sa", + "l" + ], + [ + "s", + "al" + ], + [ + "äg", + "er" + ], + [ + "ä", + "ger" + ], + [ + "▁bus", + "y" + ], + [ + "▁st", + "ör" + ], + [ + "▁fol", + "k" + ], + [ + "▁f", + "olk" + ], + [ + "▁", + "folk" + ], + [ + "▁pri", + "x" + ], + [ + "▁pr", + "ix" + ], + [ + "▁p", + "rix" + ], + [ + "▁allocate", + "d" + ], + [ + "▁alloc", + "ated" + ], + [ + "▁al", + "located" + ], + [ + "▁p", + "t" + ], + [ + "▁", + "pt" + ], + [ + "aff", + "en" + ], + [ + "af", + "fen" + ], + [ + "a", + "ffen" + ], + [ + "clus", + "ter" + ], + [ + "cl", + "uster" + ], + [ + "▁comple", + "ment" + ], + [ + "▁compl", + "ement" + ], + [ + "▁comp", + "lement" + ], + [ + "▁com", + "plement" + ], + [ + "ár", + "s" + ], + [ + "á", + "rs" + ], + [ + "▁Amer", + "ika" + ], + [ + "рі", + "й" + ], + [ + "р", + "ій" + ], + [ + "▁valle", + "y" + ], + [ + "▁vall", + "ey" + ], + [ + "▁val", + "ley" + ], + [ + "▁room", + "s" + ], + [ + "▁ro", + "oms" + ], + [ + "▁", + "rooms" + ], + [ + "▁mo", + "i" + ], + [ + "▁m", + "oi" + ], + [ + ".\"", + "," + ], + [ + ".", + "\"," + ], + [ + ";;", + ";;" + ], + [ + "▁low", + "est" + ], + [ + "▁lo", + "west" + ], + [ + "no", + "g" + ], + [ + "n", + "og" + ], + [ + "▁land", + "et" + ], + [ + "▁lan", + "det" + ], + [ + "▁program", + "me" + ], + [ + "chi", + "o" + ], + [ + "ch", + "io" + ], + [ + "▁W", + "ährend" + ], + [ + "ánd", + "ez" + ], + [ + "▁дол", + "ж" + ], + [ + "▁ou", + "v" + ], + [ + "▁o", + "uv" + ], + [ + "▁", + "ouv" + ], + [ + "om", + "ány" + ], + [ + "▁Википеди", + "и" + ], + [ + "▁s", + "ó" + ], + [ + "▁ele", + "ktr" + ], + [ + "Des", + "c" + ], + [ + "De", + "sc" + ], + [ + "D", + "esc" + ], + [ + "▁Beau", + "t" + ], + [ + "▁Be", + "aut" + ], + [ + "на", + "р" + ], + [ + "н", + "ар" + ], + [ + "▁мож", + "е" + ], + [ + "▁мо", + "же" + ], + [ + "P", + "ierre" + ], + [ + "eso", + "ta" + ], + [ + "es", + "ota" + ], + [ + "▁operate", + "d" + ], + [ + "▁opera", + "ted" + ], + [ + "▁oper", + "ated" + ], + [ + "▁fort", + "e" + ], + [ + "▁for", + "te" + ], + [ + "▁f", + "orte" + ], + [ + "ри", + "с" + ], + [ + "р", + "ис" + ], + [ + "▁oppos", + "ition" + ], + [ + "▁opp", + "osition" + ], + [ + "▁op", + "position" + ], + [ + "ali", + "a" + ], + [ + "al", + "ia" + ], + [ + "a", + "lia" + ], + [ + "▁Sy", + "l" + ], + [ + "▁S", + "yl" + ], + [ + "get", + "Name" + ], + [ + "ве", + "ли" + ], + [ + "fi", + "k" + ], + [ + "f", + "ik" + ], + [ + "▁compr", + "om" + ], + [ + "▁comp", + "rom" + ], + [ + "▁com", + "prom" + ], + [ + "▁Text", + "View" + ], + [ + "▁", + "TextView" + ], + [ + "Sp", + "ring" + ], + [ + "S", + "pring" + ], + [ + "meta", + "data" + ], + [ + "met", + "adata" + ], + [ + "eng", + "u" + ], + [ + "en", + "gu" + ], + [ + "/", + "," + ], + [ + "▁car", + "ri" + ], + [ + "isto", + "l" + ], + [ + "ist", + "ol" + ], + [ + "is", + "tol" + ], + [ + "▁diag", + "onal" + ], + [ + "list", + "a" + ], + [ + "lis", + "ta" + ], + [ + "li", + "sta" + ], + [ + "l", + "ista" + ], + [ + "ize", + "n" + ], + [ + "iz", + "en" + ], + [ + "i", + "zen" + ], + [ + "▁rend", + "e" + ], + [ + "▁ren", + "de" + ], + [ + "▁re", + "nde" + ], + [ + "▁r", + "ende" + ], + [ + "gc", + "c" + ], + [ + "g", + "cc" + ], + [ + "bec", + "k" + ], + [ + "be", + "ck" + ], + [ + "li", + "us" + ], + [ + "l", + "ius" + ], + [ + "ira", + "l" + ], + [ + "ir", + "al" + ], + [ + "i", + "ral" + ], + [ + "Resol", + "ver" + ], + [ + "▁percent", + "age" + ], + [ + "▁attr", + "a" + ], + [ + "▁att", + "ra" + ], + [ + "▁at", + "tra" + ], + [ + "string", + "s" + ], + [ + "str", + "ings" + ], + [ + "wi", + "ąz" + ], + [ + "od", + "s" + ], + [ + "o", + "ds" + ], + [ + "во", + "лю" + ], + [ + "ę", + "ż" + ], + [ + "▁newsp", + "aper" + ], + [ + "▁news", + "paper" + ], + [ + "imit", + "er" + ], + [ + "imi", + "ter" + ], + [ + "im", + "iter" + ], + [ + "AB", + "C" + ], + [ + "A", + "BC" + ], + [ + "▁Man", + "chester" + ], + [ + "[", + "{" + ], + [ + "Age", + "nt" + ], + [ + "Ag", + "ent" + ], + [ + "A", + "gent" + ], + [ + "▁Wo", + "r" + ], + [ + "▁W", + "or" + ], + [ + "▁Kat", + "h" + ], + [ + "▁Ka", + "th" + ], + [ + "▁K", + "ath" + ], + [ + "▁пов", + "і" + ], + [ + "▁по", + "ві" + ], + [ + "▁ent", + "onces" + ], + [ + "▁n", + "iveau" + ], + [ + "atte", + "d" + ], + [ + "att", + "ed" + ], + [ + "at", + "ted" + ], + [ + "lear", + "n" + ], + [ + "lea", + "rn" + ], + [ + "le", + "arn" + ], + [ + "atique", + "s" + ], + [ + "ati", + "ques" + ], + [ + "at", + "iques" + ], + [ + "▁у", + "би" + ], + [ + "▁qu", + "indi" + ], + [ + "bind", + "ing" + ], + [ + "bin", + "ding" + ], + [ + "b", + "inding" + ], + [ + "▁import", + "ed" + ], + [ + "▁imp", + "orted" + ], + [ + "▁Hor", + "n" + ], + [ + "▁Ho", + "rn" + ], + [ + "▁H", + "orn" + ], + [ + "ember", + "g" + ], + [ + "emb", + "erg" + ], + [ + "em", + "berg" + ], + [ + "comple", + "x" + ], + [ + "comp", + "lex" + ], + [ + "com", + "plex" + ], + [ + "▁neur", + "al" + ], + [ + "▁neu", + "ral" + ], + [ + "▁ne", + "ural" + ], + [ + "in", + "formation" + ], + [ + "▁recogn", + "ition" + ], + [ + "ing", + "t" + ], + [ + "in", + "gt" + ], + [ + "▁inhab", + "itants" + ], + [ + "vu", + "e" + ], + [ + "v", + "ue" + ], + [ + "▁Be", + "völker" + ], + [ + "▁curve", + "s" + ], + [ + "▁curv", + "es" + ], + [ + "▁cur", + "ves" + ], + [ + "▁le", + "b" + ], + [ + "▁l", + "eb" + ], + [ + "▁", + "leb" + ], + [ + "ді", + "й" + ], + [ + "д", + "ій" + ], + [ + "▁so", + "w" + ], + [ + "▁s", + "ow" + ], + [ + "▁sent", + "iment" + ], + [ + "P", + "H" + ], + [ + "rach", + "e" + ], + [ + "rac", + "he" + ], + [ + "ra", + "che" + ], + [ + "r", + "ache" + ], + [ + "▁-", + "(" + ], + [ + "▁", + "-(" + ], + [ + "▁estab", + "le" + ], + [ + "▁esta", + "ble" + ], + [ + "▁est", + "able" + ], + [ + "▁es", + "table" + ], + [ + "▁e", + "stable" + ], + [ + "▁Ferd", + "inand" + ], + [ + "▁éc", + "rit" + ], + [ + "▁é", + "crit" + ], + [ + "▁prime", + "iro" + ], + [ + "▁te", + "x" + ], + [ + "▁t", + "ex" + ], + [ + "▁", + "tex" + ], + [ + "▁inter", + "mediate" + ], + [ + "vera", + "ge" + ], + [ + "ver", + "age" + ], + [ + "ve", + "rage" + ], + [ + "ib", + "us" + ], + [ + "i", + "bus" + ], + [ + "▁serve", + "s" + ], + [ + "▁serv", + "es" + ], + [ + "▁ser", + "ves" + ], + [ + "▁s", + "erves" + ], + [ + "iva", + "s" + ], + [ + "iv", + "as" + ], + [ + "i", + "vas" + ], + [ + "▁br", + "u" + ], + [ + "▁b", + "ru" + ], + [ + "▁", + "bru" + ], + [ + "▁lu", + "m" + ], + [ + "▁l", + "um" + ], + [ + "atti", + "ce" + ], + [ + "att", + "ice" + ], + [ + "ч", + "ный" + ], + [ + "▁Dre", + "s" + ], + [ + "▁Dr", + "es" + ], + [ + "▁D", + "res" + ], + [ + "▁video", + "s" + ], + [ + "▁vide", + "os" + ], + [ + "▁v", + "ideos" + ], + [ + "d", + "uration" + ], + [ + "▁ab", + "it" + ], + [ + "▁a", + "bit" + ], + [ + "▁eg", + "g" + ], + [ + "▁e", + "gg" + ], + [ + "ographic", + "al" + ], + [ + "ograph", + "ical" + ], + [ + "al", + "ph" + ], + [ + "STAT", + "E" + ], + [ + "ST", + "ATE" + ], + [ + "▁пар", + "а" + ], + [ + "▁па", + "ра" + ], + [ + "▁", + "пара" + ], + [ + "read", + "ing" + ], + [ + "rea", + "ding" + ], + [ + "re", + "ading" + ], + [ + "▁veh", + "icle" + ], + [ + "▁fort", + "une" + ], + [ + "ult", + "ats" + ], + [ + "▁Sto", + "ria" + ], + [ + "▁St", + "oria" + ], + [ + "mid", + "t" + ], + [ + "mi", + "dt" + ], + [ + "łą", + "cz" + ], + [ + "▁Mem", + "orial" + ], + [ + "▁va", + "s" + ], + [ + "▁v", + "as" + ], + [ + "▁", + "vas" + ], + [ + "▁за", + "н" + ], + [ + "▁з", + "ан" + ], + [ + "▁", + "зан" + ], + [ + "▁util", + "ity" + ], + [ + "▁ut", + "ility" + ], + [ + "▁obs", + "c" + ], + [ + "▁ob", + "sc" + ], + [ + "▁relac", + "ion" + ], + [ + "▁rela", + "cion" + ], + [ + "▁rel", + "acion" + ], + [ + "▁run", + "at" + ], + [ + "▁ru", + "nat" + ], + [ + "Re", + "lease" + ], + [ + "ta", + "ke" + ], + [ + "t", + "ake" + ], + [ + "▁Oliv", + "er" + ], + [ + "▁Ol", + "iver" + ], + [ + "▁O", + "liver" + ], + [ + "▁Si", + "d" + ], + [ + "▁S", + "id" + ], + [ + "ulo", + "s" + ], + [ + "ul", + "os" + ], + [ + "u", + "los" + ], + [ + "▁Gar", + "c" + ], + [ + "▁Ga", + "rc" + ], + [ + "▁G", + "arc" + ], + [ + "▁роз", + "та" + ], + [ + "▁Sa", + "k" + ], + [ + "▁S", + "ak" + ], + [ + "P", + "y" + ], + [ + "führ", + "t" + ], + [ + "f", + "ührt" + ], + [ + "▁trab", + "al" + ], + [ + "▁tra", + "bal" + ], + [ + "*", + "{" + ], + [ + "▁ze", + "s" + ], + [ + "▁z", + "es" + ], + [ + "▁", + "zes" + ], + [ + "▁szer", + "e" + ], + [ + "▁sze", + "re" + ], + [ + "▁sz", + "ere" + ], + [ + "▁vari", + "os" + ], + [ + "▁var", + "ios" + ], + [ + "▁va", + "rios" + ], + [ + "▁v", + "arios" + ], + [ + "▁ot", + "ra" + ], + [ + "▁o", + "tra" + ], + [ + "▁ev", + "al" + ], + [ + "▁e", + "val" + ], + [ + "▁", + "eval" + ], + [ + "▁situ", + "é" + ], + [ + "▁sit", + "ué" + ], + [ + "▁w", + "ounded" + ], + [ + "▁Vin", + "cent" + ], + [ + "▁вико", + "ри" + ], + [ + "▁enc", + "ode" + ], + [ + "▁en", + "code" + ], + [ + "▁", + "encode" + ], + [ + "Mod", + "al" + ], + [ + "Mo", + "dal" + ], + [ + "▁for", + "b" + ], + [ + "▁fo", + "rb" + ], + [ + "▁f", + "orb" + ], + [ + "▁dynamic", + "s" + ], + [ + "▁dynam", + "ics" + ], + [ + "▁dep", + "os" + ], + [ + "▁de", + "pos" + ], + [ + "ard", + "e" + ], + [ + "ar", + "de" + ], + [ + "▁street", + "s" + ], + [ + "▁stre", + "ets" + ], + [ + "▁Kom", + "m" + ], + [ + "▁Ko", + "mm" + ], + [ + "▁K", + "omm" + ], + [ + "=$", + "(" + ], + [ + "=", + "$(" + ], + [ + "▁пове", + "р" + ], + [ + "▁пов", + "ер" + ], + [ + "▁по", + "вер" + ], + [ + "▁doi", + "s" + ], + [ + "▁do", + "is" + ], + [ + "▁d", + "ois" + ], + [ + "▁vit", + "t" + ], + [ + "▁vi", + "tt" + ], + [ + "▁v", + "itt" + ], + [ + "▁automat", + "isch" + ], + [ + "▁re", + "load" + ], + [ + "▁", + "reload" + ], + [ + "▁Ver", + "walt" + ], + [ + "ber", + "o" + ], + [ + "be", + "ro" + ], + [ + "b", + "ero" + ], + [ + "▁hu", + "b" + ], + [ + "▁h", + "ub" + ], + [ + "▁mo", + "s" + ], + [ + "▁m", + "os" + ], + [ + "▁", + "mos" + ], + [ + "▁tut", + "to" + ], + [ + "▁tu", + "tto" + ], + [ + "▁t", + "utto" + ], + [ + "▁Freder", + "ick" + ], + [ + "ło", + "w" + ], + [ + "ł", + "ow" + ], + [ + "antage", + "s" + ], + [ + "anta", + "ges" + ], + [ + "ant", + "ages" + ], + [ + "aqu", + "e" + ], + [ + "a", + "que" + ], + [ + "pa", + "per" + ], + [ + "p", + "aper" + ], + [ + "▁ein", + "ige" + ], + [ + "`)", + "," + ], + [ + "`", + ")," + ], + [ + "d", + "j" + ], + [ + "▁Pl", + "e" + ], + [ + "▁P", + "le" + ], + [ + "▁%", + "," + ], + [ + "▁", + "%," + ], + [ + "▁Bit", + "map" + ], + [ + "▁B", + "itmap" + ], + [ + "▁", + "Bitmap" + ], + [ + "▁friend", + "ly" + ], + [ + "▁tr", + "uly" + ], + [ + "▁stro", + "ke" + ], + [ + "▁str", + "oke" + ], + [ + "▁st", + "roke" + ], + [ + "▁", + "stroke" + ], + [ + "rop", + "h" + ], + [ + "ro", + "ph" + ], + [ + "r", + "oph" + ], + [ + "▁eng", + "l" + ], + [ + "▁en", + "gl" + ], + [ + "▁", + "engl" + ], + [ + "▁co", + "ff" + ], + [ + "▁c", + "off" + ], + [ + "▁dus", + "t" + ], + [ + "▁du", + "st" + ], + [ + "▁d", + "ust" + ], + [ + "▁Jahre", + "s" + ], + [ + "▁Jahr", + "es" + ], + [ + "▁Jah", + "res" + ], + [ + "pp", + "i" + ], + [ + "p", + "pi" + ], + [ + "▁wy", + "s" + ], + [ + "▁w", + "ys" + ], + [ + "fact", + "or" + ], + [ + "fac", + "tor" + ], + [ + "fa", + "ctor" + ], + [ + "f", + "actor" + ], + [ + "sch", + "luss" + ], + [ + "▁дерев", + "ня" + ], + [ + "▁дере", + "вня" + ], + [ + "▁Pas", + "t" + ], + [ + "▁Pa", + "st" + ], + [ + "▁P", + "ast" + ], + [ + "▁до", + "ма" + ], + [ + "CO", + "M" + ], + [ + "C", + "OM" + ], + [ + "▁puede", + "n" + ], + [ + "▁pue", + "den" + ], + [ + "▁pu", + "eden" + ], + [ + "▁gi", + "ft" + ], + [ + "▁g", + "ift" + ], + [ + "▁Gl", + "a" + ], + [ + "▁G", + "la" + ], + [ + "▁trigger", + "ed" + ], + [ + "él", + "y" + ], + [ + "é", + "ly" + ], + [ + "ül", + "és" + ], + [ + "ü", + "lés" + ], + [ + "▁Ol", + "iv" + ], + [ + "▁O", + "liv" + ], + [ + "▁vers", + "o" + ], + [ + "▁ver", + "so" + ], + [ + "▁", + "verso" + ], + [ + "▁ll", + "e" + ], + [ + "▁l", + "le" + ], + [ + "▁", + "lle" + ], + [ + "▁Gl", + "i" + ], + [ + "▁G", + "li" + ], + [ + "▁L", + "td" + ], + [ + "o", + "a" + ], + [ + "▁territ", + "orio" + ], + [ + "ord", + "re" + ], + [ + "▁dec", + "k" + ], + [ + "▁de", + "ck" + ], + [ + "▁", + "deck" + ], + [ + "dr", + "a" + ], + [ + "d", + "ra" + ], + [ + "asz", + "t" + ], + [ + "as", + "zt" + ], + [ + "▁concern", + "ing" + ], + [ + "▁Add", + "itionally" + ], + [ + "▁kter", + "é" + ], + [ + "▁gru", + "nd" + ], + [ + "▁gr", + "und" + ], + [ + "▁g", + "rund" + ], + [ + "▁", + "grund" + ], + [ + "▁Ges", + "t" + ], + [ + "▁Ge", + "st" + ], + [ + "▁G", + "est" + ], + [ + "▁", + "Gest" + ], + [ + "▁mis", + "under" + ], + [ + "pre", + "t" + ], + [ + "pr", + "et" + ], + [ + "p", + "ret" + ], + [ + "──", + "──" + ], + [ + "▁re", + "putation" + ], + [ + "zi", + "a" + ], + [ + "z", + "ia" + ], + [ + "▁ус", + "пе" + ], + [ + "▁у", + "спе" + ], + [ + "▁escape", + "d" + ], + [ + "▁esc", + "aped" + ], + [ + "▁Pra", + "g" + ], + [ + "▁Pr", + "ag" + ], + [ + "▁P", + "rag" + ], + [ + "per", + "form" + ], + [ + "▁aust", + "ral" + ], + [ + "▁a", + "ustral" + ], + [ + "▁Va", + "ter" + ], + [ + "▁V", + "ater" + ], + [ + "ча", + "с" + ], + [ + "▁race", + "s" + ], + [ + "▁rac", + "es" + ], + [ + "▁ra", + "ces" + ], + [ + "▁r", + "aces" + ], + [ + "▁By", + "te" + ], + [ + "▁", + "Byte" + ], + [ + "Ma", + "sk" + ], + [ + "M", + "ask" + ], + [ + "▁Terr", + "it" + ], + [ + "▁Ter", + "rit" + ], + [ + "ст", + "ю" + ], + [ + "▁Vo", + "ci" + ], + [ + "▁V", + "oci" + ], + [ + "▁Fich", + "ier" + ], + [ + "▁Насе", + "лення" + ], + [ + "▁Unter", + "scheidung" + ], + [ + "teen", + "th" + ], + [ + "te", + "enth" + ], + [ + "▁pil", + "ot" + ], + [ + "▁pi", + "lot" + ], + [ + "▁j", + "i" + ], + [ + "▁", + "ji" + ], + [ + "▁дву", + "х" + ], + [ + "▁orient", + "ation" + ], + [ + "▁", + "orientation" + ], + [ + "ind", + "re" + ], + [ + "▁Dor", + "t" + ], + [ + "▁Do", + "rt" + ], + [ + "▁D", + "ort" + ], + [ + "ça", + "s" + ], + [ + "ç", + "as" + ], + [ + "п", + "ли" + ], + [ + "▁react", + "ion" + ], + [ + "▁re", + "action" + ], + [ + "▁consist", + "ing" + ], + [ + "▁cons", + "isting" + ], + [ + "▁fer", + "ro" + ], + [ + "ти", + "сти" + ], + [ + "yar", + "d" + ], + [ + "ya", + "rd" + ], + [ + "y", + "ard" + ], + [ + "▁с", + "ві" + ], + [ + "▁interpret", + "ation" + ], + [ + "i", + "ą" + ], + [ + "ra", + "h" + ], + [ + "r", + "ah" + ], + [ + "▁fan", + "d" + ], + [ + "▁fa", + "nd" + ], + [ + "▁f", + "and" + ], + [ + "Pub", + "lic" + ], + [ + "P", + "ublic" + ], + [ + "▁univers", + "e" + ], + [ + "▁un", + "iverse" + ], + [ + "▁ret", + "ir" + ], + [ + "▁cons", + "cious" + ], + [ + "ar", + "qu" + ], + [ + "▁was", + "te" + ], + [ + "▁wa", + "ste" + ], + [ + "▁w", + "aste" + ], + [ + "▁Bi", + "b" + ], + [ + "▁B", + "ib" + ], + [ + "ycler", + "View" + ], + [ + "▁listen", + "ing" + ], + [ + "▁liste", + "ning" + ], + [ + "▁list", + "ening" + ], + [ + "gle", + "ich" + ], + [ + "g", + "leich" + ], + [ + "niej", + "s" + ], + [ + "nie", + "js" + ], + [ + "▁correl", + "ation" + ], + [ + "▁corre", + "lation" + ], + [ + "▁cor", + "relation" + ], + [ + "▁receive", + "r" + ], + [ + "▁rece", + "iver" + ], + [ + "▁у", + "да" + ], + [ + "▁cour", + "age" + ], + [ + "▁cou", + "rage" + ], + [ + "uch", + "s" + ], + [ + "uc", + "hs" + ], + [ + "u", + "chs" + ], + [ + "fas", + "s" + ], + [ + "fa", + "ss" + ], + [ + "f", + "ass" + ], + [ + "▁ch", + "unk" + ], + [ + "▁", + "chunk" + ], + [ + "▁An", + "fang" + ], + [ + "▁große", + "n" + ], + [ + "▁groß", + "en" + ], + [ + "▁gro", + "ßen" + ], + [ + "continu", + "e" + ], + [ + "cont", + "inue" + ], + [ + "▁Warsza", + "wa" + ], + [ + "h", + "é" + ], + [ + "i", + "y" + ], + [ + "ive", + "ment" + ], + [ + "iv", + "ement" + ], + [ + "i", + "vement" + ], + [ + "▁", + "α" + ], + [ + "▁expose", + "d" + ], + [ + "▁expos", + "ed" + ], + [ + "▁exp", + "osed" + ], + [ + "▁ex", + "posed" + ], + [ + "▁za", + "hl" + ], + [ + "▁z", + "ahl" + ], + [ + "▁", + "zahl" + ], + [ + "▁sac", + "r" + ], + [ + "▁sa", + "cr" + ], + [ + "▁Look", + "s" + ], + [ + "▁Lo", + "oks" + ], + [ + "▁e", + "ager" + ], + [ + "ente", + "n" + ], + [ + "ent", + "en" + ], + [ + "en", + "ten" + ], + [ + "e", + "nten" + ], + [ + "C", + "ursor" + ], + [ + "/", + "_" + ], + [ + "ix", + "a" + ], + [ + "i", + "xa" + ], + [ + "ре", + "ла" + ], + [ + "зна", + "ча" + ], + [ + "з", + "нача" + ], + [ + "▁фамили", + "ей" + ], + [ + "▁arg", + "ent" + ], + [ + "▁ar", + "gent" + ], + [ + "▁", + "argent" + ], + [ + "▁And", + "ers" + ], + [ + "▁An", + "ders" + ], + [ + "œuv", + "re" + ], + [ + "▁Is", + "a" + ], + [ + "▁I", + "sa" + ], + [ + "мент", + "а" + ], + [ + "мен", + "та" + ], + [ + "▁adv", + "ers" + ], + [ + "▁ad", + "vers" + ], + [ + "rict", + "ion" + ], + [ + "ric", + "tion" + ], + [ + "ri", + "ction" + ], + [ + "r", + "iction" + ], + [ + "G", + "P" + ], + [ + "▁п", + "ісля" + ], + [ + "▁pres", + "erve" + ], + [ + "▁pre", + "serve" + ], + [ + "▁Gard", + "en" + ], + [ + "▁Gar", + "den" + ], + [ + "▁G", + "arden" + ], + [ + "R", + "ate" + ], + [ + "ap", + "rès" + ], + [ + "a", + "près" + ], + [ + "▁read", + "able" + ], + [ + "ind", + "u" + ], + [ + "in", + "du" + ], + [ + "▁ski", + "ll" + ], + [ + "▁sk", + "ill" + ], + [ + "▁s", + "kill" + ], + [ + "▁help", + "ing" + ], + [ + "▁hel", + "ping" + ], + [ + "ograph", + "ique" + ], + [ + "cli", + "ng" + ], + [ + "cl", + "ing" + ], + [ + "c", + "ling" + ], + [ + "olog", + "ist" + ], + [ + "▁Fil", + "ter" + ], + [ + "▁", + "Filter" + ], + [ + "▁fin", + "ger" + ], + [ + "▁f", + "inger" + ], + [ + "▁Val", + "l" + ], + [ + "▁Va", + "ll" + ], + [ + "▁V", + "all" + ], + [ + "▁Pol", + "ish" + ], + [ + "▁Po", + "lish" + ], + [ + "l", + "g" + ], + [ + "▁Familie", + "n" + ], + [ + "▁Famil", + "ien" + ], + [ + "▁water", + "s" + ], + [ + "▁wat", + "ers" + ], + [ + "▁wa", + "ters" + ], + [ + "▁w", + "aters" + ], + [ + "▁pse", + "ud" + ], + [ + "az", + "a" + ], + [ + "a", + "za" + ], + [ + "_", + ")" + ], + [ + "AR", + "Y" + ], + [ + "A", + "RY" + ], + [ + "▁сред", + "и" + ], + [ + "▁сре", + "ди" + ], + [ + "▁с", + "реди" + ], + [ + "▁Mus", + "t" + ], + [ + "▁Mu", + "st" + ], + [ + "▁M", + "ust" + ], + [ + "▁Bo", + "d" + ], + [ + "▁B", + "od" + ], + [ + "ano", + "n" + ], + [ + "an", + "on" + ], + [ + "a", + "non" + ], + [ + "▁lad", + "o" + ], + [ + "▁la", + "do" + ], + [ + "▁l", + "ado" + ], + [ + "▁t", + "ight" + ], + [ + "ime", + "n" + ], + [ + "im", + "en" + ], + [ + "i", + "men" + ], + [ + "appe", + "n" + ], + [ + "app", + "en" + ], + [ + "ap", + "pen" + ], + [ + "a", + "ppen" + ], + [ + "frame", + "s" + ], + [ + "fram", + "es" + ], + [ + "fra", + "mes" + ], + [ + "fr", + "ames" + ], + [ + "inger", + "s" + ], + [ + "inge", + "rs" + ], + [ + "ing", + "ers" + ], + [ + "in", + "gers" + ], + [ + "▁CO", + "VID" + ], + [ + "▁з", + "і" + ], + [ + "▁", + "зі" + ], + [ + "▁с", + "ве" + ], + [ + "▁ц", + "ь" + ], + [ + "▁", + "ць" + ], + [ + "▁Le", + "ft" + ], + [ + "▁L", + "eft" + ], + [ + "▁", + "Left" + ], + [ + "]]", + ";" + ], + [ + "]", + "];" + ], + [ + "ч", + "ь" + ], + [ + "фи", + "ка" + ], + [ + "▁с", + "ло" + ], + [ + "▁", + "сло" + ], + [ + "▁п", + "і" + ], + [ + "▁", + "пі" + ], + [ + "▁exist", + "e" + ], + [ + "▁ex", + "iste" + ], + [ + "▁Atl", + "antic" + ], + [ + "▁maintain", + "ed" + ], + [ + "▁ir", + "re" + ], + [ + "▁ann", + "ée" + ], + [ + "▁an", + "née" + ], + [ + "▁", + "année" + ], + [ + "▁comment", + "ed" + ], + [ + "▁comm", + "ented" + ], + [ + "вер", + "о" + ], + [ + "ве", + "ро" + ], + [ + "bert", + "a" + ], + [ + "ber", + "ta" + ], + [ + "b", + "erta" + ], + [ + "▁La", + "d" + ], + [ + "▁L", + "ad" + ], + [ + "▁Up", + "on" + ], + [ + "▁U", + "pon" + ], + [ + "▁pau", + "se" + ], + [ + "▁pa", + "use" + ], + [ + "▁p", + "ause" + ], + [ + "mil", + "l" + ], + [ + "mi", + "ll" + ], + [ + "m", + "ill" + ], + [ + "opt", + "er" + ], + [ + "op", + "ter" + ], + [ + "U", + "K" + ], + [ + "ре", + "с" + ], + [ + "р", + "ес" + ], + [ + "нцикло", + "педи" + ], + [ + "▁along", + "side" + ], + [ + "▁rob", + "ot" + ], + [ + "▁ro", + "bot" + ], + [ + "▁fer", + "t" + ], + [ + "▁fe", + "rt" + ], + [ + "▁f", + "ert" + ], + [ + "▁", + "fert" + ], + [ + "▁mo", + "y" + ], + [ + "▁m", + "oy" + ], + [ + "▁ad", + "e" + ], + [ + "▁a", + "de" + ], + [ + "▁", + "ade" + ], + [ + "Mapp", + "er" + ], + [ + "Map", + "per" + ], + [ + "Ma", + "pper" + ], + [ + "M", + "apper" + ], + [ + ")-", + ">" + ], + [ + ")", + "->" + ], + [ + "igu", + "a" + ], + [ + "ig", + "ua" + ], + [ + "ét", + "ique" + ], + [ + "т", + "ка" + ], + [ + "alia", + "s" + ], + [ + "ali", + "as" + ], + [ + "al", + "ias" + ], + [ + "a", + "lias" + ], + [ + "▁ор", + "и" + ], + [ + "▁о", + "ри" + ], + [ + "▁Mag", + "n" + ], + [ + "▁Ma", + "gn" + ], + [ + "▁M", + "agn" + ], + [ + "▁gehört", + "e" + ], + [ + "▁gehör", + "te" + ], + [ + "im", + "b" + ], + [ + "i", + "mb" + ], + [ + ")}{", + "\\" + ], + [ + ")}", + "{\\" + ], + [ + ")", + "}{\\" + ], + [ + "▁Wikip", + "édia" + ], + [ + "▁ur", + "s" + ], + [ + "▁u", + "rs" + ], + [ + "▁", + "urs" + ], + [ + "▁end", + "e" + ], + [ + "▁en", + "de" + ], + [ + "▁e", + "nde" + ], + [ + "▁", + "ende" + ], + [ + "le", + "b" + ], + [ + "l", + "eb" + ], + [ + "▁G", + "C" + ], + [ + "▁", + "GC" + ], + [ + "H", + "ol" + ], + [ + "anci", + "ng" + ], + [ + "anc", + "ing" + ], + [ + "an", + "cing" + ], + [ + "Uni", + "on" + ], + [ + "Un", + "ion" + ], + [ + "▁ten", + "ía" + ], + [ + "T", + "T" + ], + [ + "▁estat", + "e" + ], + [ + "▁esta", + "te" + ], + [ + "▁est", + "ate" + ], + [ + "▁e", + "state" + ], + [ + "h", + "á" + ], + [ + "▁пол", + "і" + ], + [ + "▁по", + "лі" + ], + [ + "ult", + "an" + ], + [ + "ul", + "tan" + ], + [ + "▁H", + "ockey" + ], + [ + "uls", + "e" + ], + [ + "ul", + "se" + ], + [ + "▁choice", + "s" + ], + [ + "▁cho", + "ices" + ], + [ + "sche", + "r" + ], + [ + "sch", + "er" + ], + [ + "sc", + "her" + ], + [ + "s", + "cher" + ], + [ + "▁[]", + "," + ], + [ + "▁[", + "]," + ], + [ + "▁potential", + "ly" + ], + [ + "▁pot", + "entially" + ], + [ + "▁Über", + "s" + ], + [ + "▁Ü", + "bers" + ], + [ + "▁adm", + "it" + ], + [ + "▁ad", + "mit" + ], + [ + "Comm", + "ent" + ], + [ + "Com", + "ment" + ], + [ + "ст", + "я" + ], + [ + "с", + "тя" + ], + [ + "▁Vie", + "n" + ], + [ + "▁Vi", + "en" + ], + [ + "▁V", + "ien" + ], + [ + "▁ц", + "і" + ], + [ + "▁", + "ці" + ], + [ + "▁perm", + "ut" + ], + [ + "▁per", + "mut" + ], + [ + "c", + "gi" + ], + [ + "▁cr", + "ít" + ], + [ + "Cons", + "ole" + ], + [ + "Con", + "sole" + ], + [ + "ct", + "ic" + ], + [ + "▁ok", + "res" + ], + [ + "aw", + "k" + ], + [ + "foot", + "ball" + ], + [ + "ou", + "est" + ], + [ + "o", + "uest" + ], + [ + "CT", + "YPE" + ], + [ + "C", + "TYPE" + ], + [ + "olog", + "ique" + ], + [ + "▁const", + "it" + ], + [ + "▁cons", + "tit" + ], + [ + "▁interest", + "s" + ], + [ + "▁inter", + "ests" + ], + [ + "▁Pro", + "gress" + ], + [ + "▁", + "Progress" + ], + [ + "▁Men", + "u" + ], + [ + "▁Me", + "nu" + ], + [ + "▁M", + "enu" + ], + [ + "▁", + "Menu" + ], + [ + "▁tak", + "é" + ], + [ + "▁ta", + "ké" + ], + [ + "▁Asia", + "n" + ], + [ + "▁As", + "ian" + ], + [ + "▁за", + "щи" + ], + [ + "▁young", + "er" + ], + [ + "▁wish", + "ed" + ], + [ + "▁wis", + "hed" + ], + [ + "▁w", + "ished" + ], + [ + "▁Sor", + "t" + ], + [ + "▁So", + "rt" + ], + [ + "▁S", + "ort" + ], + [ + "▁", + "Sort" + ], + [ + "▁audi", + "ence" + ], + [ + "▁aud", + "ience" + ], + [ + "amb", + "a" + ], + [ + "am", + "ba" + ], + [ + "▁gehör", + "t" + ], + [ + "▁K", + "ansas" + ], + [ + "ya", + "ume" + ], + [ + "▁Prof", + "essional" + ], + [ + "â", + "ce" + ], + [ + "▁fat", + "to" + ], + [ + "▁fa", + "tto" + ], + [ + "▁f", + "atto" + ], + [ + "to", + "d" + ], + [ + "t", + "od" + ], + [ + "▁dataset", + "s" + ], + [ + "▁datas", + "ets" + ], + [ + "▁data", + "sets" + ], + [ + "▁far", + "e" + ], + [ + "▁fa", + "re" + ], + [ + "▁f", + "are" + ], + [ + "▁", + "fare" + ], + [ + "▁wave", + "s" + ], + [ + "▁wa", + "ves" + ], + [ + "▁w", + "aves" + ], + [ + "~", + "/" + ], + [ + "▁measure", + "ment" + ], + [ + "▁wo", + "l" + ], + [ + "▁w", + "ol" + ], + [ + "▁", + "wol" + ], + [ + "indu", + "st" + ], + [ + "ind", + "ust" + ], + [ + "▁strugg", + "ling" + ], + [ + "▁pull", + "ed" + ], + [ + "▁pul", + "led" + ], + [ + "▁car", + "atter" + ], + [ + "▁Extern", + "e" + ], + [ + "▁Ext", + "erne" + ], + [ + "▁Ex", + "terne" + ], + [ + "▁дей", + "стви" + ], + [ + "cn", + "t" + ], + [ + "c", + "nt" + ], + [ + "liche", + "s" + ], + [ + "lich", + "es" + ], + [ + "lic", + "hes" + ], + [ + "li", + "ches" + ], + [ + "▁Poss", + "ible" + ], + [ + "▁Pos", + "sible" + ], + [ + "▁face", + "d" + ], + [ + "▁fac", + "ed" + ], + [ + "▁fa", + "ced" + ], + [ + "▁hypoth", + "esis" + ], + [ + "▁kil", + "om" + ], + [ + "▁nä", + "r" + ], + [ + "▁n", + "är" + ], + [ + "bo", + "olean" + ], + [ + "P", + "Y" + ], + [ + "amp", + "a" + ], + [ + "am", + "pa" + ], + [ + "▁kis", + "s" + ], + [ + "▁ki", + "ss" + ], + [ + "▁k", + "iss" + ], + [ + "▁ast", + "ero" + ], + [ + "▁as", + "tero" + ], + [ + "▁neg", + "li" + ], + [ + "ament", + "s" + ], + [ + "amen", + "ts" + ], + [ + "am", + "ents" + ], + [ + "a", + "ments" + ], + [ + "▁St", + "u" + ], + [ + "▁S", + "tu" + ], + [ + "at", + "ó" + ], + [ + "a", + "tó" + ], + [ + "▁Const", + "itution" + ], + [ + "▁inter", + "pol" + ], + [ + "▁Una", + "ble" + ], + [ + "▁Un", + "able" + ], + [ + "▁pi", + "s" + ], + [ + "▁p", + "is" + ], + [ + "▁", + "pis" + ], + [ + "▁par", + "c" + ], + [ + "▁pa", + "rc" + ], + [ + "▁p", + "arc" + ], + [ + "\"]", + ")" + ], + [ + "\"", + "])" + ], + [ + "ple", + "r" + ], + [ + "pl", + "er" + ], + [ + "p", + "ler" + ], + [ + "▁autor", + "y" + ], + [ + "▁auto", + "ry" + ], + [ + "▁aut", + "ory" + ], + [ + "▁alg", + "unos" + ], + [ + "yw", + "na" + ], + [ + "})", + ")" + ], + [ + "}", + "))" + ], + [ + "▁fall", + "s" + ], + [ + "▁fal", + "ls" + ], + [ + "▁f", + "alls" + ], + [ + "▁", + "falls" + ], + [ + "▁é", + "quip" + ], + [ + "▁em", + "it" + ], + [ + "▁e", + "mit" + ], + [ + "▁", + "emit" + ], + [ + "▁prof", + "il" + ], + [ + "▁pro", + "fil" + ], + [ + "get", + "s" + ], + [ + "ge", + "ts" + ], + [ + "g", + "ets" + ], + [ + "ф", + "о" + ], + [ + "▁Milit", + "ary" + ], + [ + "▁nombre", + "ux" + ], + [ + "oc", + "t" + ], + [ + "o", + "ct" + ], + [ + "Rep", + "lace" + ], + [ + "Re", + "place" + ], + [ + "▁season", + "s" + ], + [ + "▁se", + "asons" + ], + [ + "▁ch", + "âteau" + ], + [ + "▁type", + "of" + ], + [ + "▁", + "typeof" + ], + [ + "pol", + "it" + ], + [ + "po", + "lit" + ], + [ + "p", + "olit" + ], + [ + "▁ran", + "d" + ], + [ + "▁ra", + "nd" + ], + [ + "▁r", + "and" + ], + [ + "▁", + "rand" + ], + [ + "▁qu", + "ar" + ], + [ + "▁erst", + "mals" + ], + [ + "си", + "ни" + ], + [ + "▁pay", + "load" + ], + [ + "▁", + "payload" + ], + [ + "П", + "о" + ], + [ + "кі", + "н" + ], + [ + "к", + "ін" + ], + [ + "rep", + "o" + ], + [ + "re", + "po" + ], + [ + "▁Pa", + "v" + ], + [ + "▁P", + "av" + ], + [ + "Sc", + "ore" + ], + [ + "S", + "core" + ], + [ + "erve", + "s" + ], + [ + "erv", + "es" + ], + [ + "er", + "ves" + ], + [ + "▁soll", + "te" + ], + [ + "▁мі", + "ж" + ], + [ + "éb", + "ec" + ], + [ + "é", + "bec" + ], + [ + "▁cli", + "p" + ], + [ + "▁cl", + "ip" + ], + [ + "▁c", + "lip" + ], + [ + "▁", + "clip" + ], + [ + "▁Nic", + "e" + ], + [ + "▁Ni", + "ce" + ], + [ + "▁N", + "ice" + ], + [ + "▁ne", + "ben" + ], + [ + "▁n", + "eben" + ], + [ + "▁ass", + "ass" + ], + [ + "itori", + "es" + ], + [ + "itor", + "ies" + ], + [ + "ito", + "ries" + ], + [ + "it", + "ories" + ], + [ + "▁unit", + "y" + ], + [ + "▁un", + "ity" + ], + [ + "▁", + "unity" + ], + [ + "▁е", + "н" + ], + [ + "▁", + "ен" + ], + [ + "▁Instit", + "ut" + ], + [ + "▁Inst", + "itut" + ], + [ + "▁", + "Institut" + ], + [ + "▁international", + "e" + ], + [ + "▁intern", + "ationale" + ], + [ + "▁нау", + "к" + ], + [ + "▁на", + "ук" + ], + [ + "▁com", + "and" + ], + [ + "▁klein", + "e" + ], + [ + "▁kle", + "ine" + ], + [ + "▁adj", + "acent" + ], + [ + "▁deliver", + "ed" + ], + [ + "▁ш", + "е" + ], + [ + "▁", + "ше" + ], + [ + "зе", + "м" + ], + [ + "з", + "ем" + ], + [ + "▁co", + "t" + ], + [ + "▁c", + "ot" + ], + [ + "▁", + "cot" + ], + [ + "vis", + "ual" + ], + [ + "ва", + "ет" + ], + [ + "▁C", + "ensus" + ], + [ + "\\", + "_" + ], + [ + "▁territ", + "ory" + ], + [ + "чи", + "л" + ], + [ + "ч", + "ил" + ], + [ + "ч", + "ные" + ], + [ + "fl", + "utter" + ], + [ + "Did", + "Load" + ], + [ + "Document", + "s" + ], + [ + "Doc", + "uments" + ], + [ + "▁do", + "b" + ], + [ + "▁d", + "ob" + ], + [ + "▁", + "dob" + ], + [ + "Br", + "e" + ], + [ + "B", + "re" + ], + [ + "anim", + "ate" + ], + [ + "ani", + "mate" + ], + [ + "an", + "imate" + ], + [ + "▁bi", + "z" + ], + [ + "▁b", + "iz" + ], + [ + "▁bat", + "a" + ], + [ + "▁ba", + "ta" + ], + [ + "▁b", + "ata" + ], + [ + "▁S", + "U" + ], + [ + "▁", + "SU" + ], + [ + "es", + "o" + ], + [ + "e", + "so" + ], + [ + "▁prior", + "ity" + ], + [ + "▁p", + "riority" + ], + [ + "vá", + "n" + ], + [ + "v", + "án" + ], + [ + "ira", + "s" + ], + [ + "ir", + "as" + ], + [ + "i", + "ras" + ], + [ + "▁charge", + "d" + ], + [ + "▁charg", + "ed" + ], + [ + "▁char", + "ged" + ], + [ + "▁Mic", + "ro" + ], + [ + "▁Mi", + "cro" + ], + [ + "▁M", + "icro" + ], + [ + "ato", + "ire" + ], + [ + "at", + "oire" + ], + [ + "a", + "toire" + ], + [ + "че", + "р" + ], + [ + "ч", + "ер" + ], + [ + "aba", + "d" + ], + [ + "ab", + "ad" + ], + [ + "a", + "bad" + ], + [ + "ur", + "u" + ], + [ + "u", + "ru" + ], + [ + "▁v", + "š" + ], + [ + "dir", + "e" + ], + [ + "di", + "re" + ], + [ + "d", + "ire" + ], + [ + "▁Tw", + "itter" + ], + [ + "▁мет", + "о" + ], + [ + "▁ме", + "то" + ], + [ + "▁м", + "ето" + ], + [ + ").", + "." + ], + [ + ")", + ".." + ], + [ + "▁Ц", + "ент" + ], + [ + "▁ent", + "wick" + ], + [ + "▁Min", + "d" + ], + [ + "▁Mi", + "nd" + ], + [ + "▁M", + "ind" + ], + [ + "▁ф", + "унк" + ], + [ + "F", + "uture" + ], + [ + "ls", + "t" + ], + [ + "l", + "st" + ], + [ + "ło", + "ż" + ], + [ + "fl", + "i" + ], + [ + "f", + "li" + ], + [ + "t", + "ensor" + ], + [ + "▁top", + "ology" + ], + [ + "▁art", + "e" + ], + [ + "▁ar", + "te" + ], + [ + "▁", + "arte" + ], + [ + "ER", + "T" + ], + [ + "E", + "RT" + ], + [ + "▁vari", + "ance" + ], + [ + "▁var", + "iance" + ], + [ + "Image", + "s" + ], + [ + "Im", + "ages" + ], + [ + "▁(", + "@" + ], + [ + "▁", + "(@" + ], + [ + "Array", + "List" + ], + [ + "O", + "C" + ], + [ + "▁Де", + "мо" + ], + [ + "auc", + "oup" + ], + [ + "▁denote", + "s" + ], + [ + "▁den", + "otes" + ], + [ + "▁de", + "notes" + ], + [ + "imo", + "n" + ], + [ + "im", + "on" + ], + [ + "i", + "mon" + ], + [ + "њ", + "и" + ], + [ + "▁Prz", + "yp" + ], + [ + "▁Za", + "g" + ], + [ + "▁Z", + "ag" + ], + [ + "▁ди", + "ре" + ], + [ + "▁Similar", + "ly" + ], + [ + "б", + "ро" + ], + [ + "▁milit", + "aire" + ], + [ + "▁mil", + "itaire" + ], + [ + "▁том", + "у" + ], + [ + "▁то", + "му" + ], + [ + "▁т", + "ому" + ], + [ + "▁", + "тому" + ], + [ + "▁John", + "ny" + ], + [ + "▁Мекси", + "ку" + ], + [ + "ћ", + "а" + ], + [ + "Su", + "pp" + ], + [ + "S", + "upp" + ], + [ + "▁junio", + "r" + ], + [ + "▁juni", + "or" + ], + [ + "▁jun", + "ior" + ], + [ + "olt", + "re" + ], + [ + "ol", + "tre" + ], + [ + "o", + "ltre" + ], + [ + "▁Мос", + "к" + ], + [ + "▁Мо", + "ск" + ], + [ + "▁admit", + "ted" + ], + [ + "▁adm", + "itted" + ], + [ + "▁relig", + "ios" + ], + [ + "зя", + "й" + ], + [ + "е", + "го" + ], + [ + "▁tea", + "rs" + ], + [ + "▁te", + "ars" + ], + [ + "▁t", + "ears" + ], + [ + "ing", + "o" + ], + [ + "in", + "go" + ], + [ + "od", + "u" + ], + [ + "o", + "du" + ], + [ + "iven", + "ess" + ], + [ + "ive", + "ness" + ], + [ + "iv", + "eness" + ], + [ + "▁log", + "o" + ], + [ + "▁lo", + "go" + ], + [ + "▁l", + "ogo" + ], + [ + "▁", + "logo" + ], + [ + "▁últ", + "imo" + ], + [ + "▁ali", + "ment" + ], + [ + "▁al", + "iment" + ], + [ + "▁U", + "ITableView" + ], + [ + "▁", + "UITableView" + ], + [ + ")", + "!" + ], + [ + "▁n", + "j" + ], + [ + "lett", + "e" + ], + [ + "let", + "te" + ], + [ + "le", + "tte" + ], + [ + "l", + "ette" + ], + [ + "▁resid", + "ent" + ], + [ + "▁res", + "ident" + ], + [ + "▁termin", + "e" + ], + [ + "▁term", + "ine" + ], + [ + "▁ter", + "mine" + ], + [ + "▁у", + "же" + ], + [ + "▁Ст", + "е" + ], + [ + "▁С", + "те" + ], + [ + "off", + "ice" + ], + [ + "▁cart", + "e" + ], + [ + "▁car", + "te" + ], + [ + "▁c", + "arte" + ], + [ + "▁liv", + "re" + ], + [ + "▁li", + "vre" + ], + [ + "▁Моск", + "ов" + ], + [ + "▁Мос", + "ков" + ], + [ + "▁Мо", + "сков" + ], + [ + "▁election", + "s" + ], + [ + "▁elect", + "ions" + ], + [ + "▁ele", + "ctions" + ], + [ + "▁e", + "lections" + ], + [ + "зи", + "ден" + ], + [ + "Tr", + "igger" + ], + [ + "▁Ben", + "jamin" + ], + [ + "add", + "Class" + ], + [ + "ско", + "г" + ], + [ + "▁Observ", + "able" + ], + [ + "▁Ob", + "servable" + ], + [ + "▁", + "Observable" + ], + [ + "Cl", + "a" + ], + [ + "C", + "la" + ], + [ + "geme", + "in" + ], + [ + "gem", + "ein" + ], + [ + "g", + "emein" + ], + [ + "▁conse", + "nt" + ], + [ + "▁cons", + "ent" + ], + [ + "▁con", + "sent" + ], + [ + "в", + "ри" + ], + [ + "▁unf", + "old" + ], + [ + "▁un", + "fold" + ], + [ + "▁governo", + "r" + ], + [ + "▁govern", + "or" + ], + [ + "▁gover", + "nor" + ], + [ + "на", + "л" + ], + [ + "н", + "ал" + ], + [ + "▁tod", + "a" + ], + [ + "▁to", + "da" + ], + [ + "▁t", + "oda" + ], + [ + "Rem", + "ote" + ], + [ + "aria", + "s" + ], + [ + "ari", + "as" + ], + [ + "ar", + "ias" + ], + [ + "a", + "rias" + ], + [ + "▁inst", + "al" + ], + [ + "▁ins", + "tal" + ], + [ + "▁in", + "stal" + ], + [ + "fix", + "ed" + ], + [ + "f", + "ixed" + ], + [ + "▁dec", + "ay" + ], + [ + "▁дере", + "в" + ], + [ + "▁де", + "рев" + ], + [ + "xy", + "z" + ], + [ + "x", + "yz" + ], + [ + "▁DAT", + "E" + ], + [ + "▁DA", + "TE" + ], + [ + "▁D", + "ATE" + ], + [ + "▁", + "DATE" + ], + [ + "ima", + "r" + ], + [ + "im", + "ar" + ], + [ + "i", + "mar" + ], + [ + "nt", + "il" + ], + [ + "n", + "til" + ], + [ + "▁start", + "up" + ], + [ + "ali", + "on" + ], + [ + "al", + "ion" + ], + [ + "▁kole", + "j" + ], + [ + "▁kol", + "ej" + ], + [ + "▁ko", + "lej" + ], + [ + "cio", + "s" + ], + [ + "ci", + "os" + ], + [ + "c", + "ios" + ], + [ + "▁range", + "s" + ], + [ + "▁rang", + "es" + ], + [ + "▁ran", + "ges" + ], + [ + "▁r", + "anges" + ], + [ + "▁stup", + "id" + ], + [ + "▁implementation", + "s" + ], + [ + "▁implement", + "ations" + ], + [ + "▁r", + "m" + ], + [ + "▁", + "rm" + ], + [ + "én", + "ek" + ], + [ + "é", + "nek" + ], + [ + "▁g", + "cc" + ], + [ + "▁", + "gcc" + ], + [ + "▁sc", + "ène" + ], + [ + "N", + "avigation" + ], + [ + "▁", + " " + ], + [ + "▁ка", + "н" + ], + [ + "▁к", + "ан" + ], + [ + "▁", + "кан" + ], + [ + "▁town", + "s" + ], + [ + "User", + "name" + ], + [ + "Us", + "ername" + ], + [ + "▁ф", + "е" + ], + [ + "▁", + "фе" + ], + [ + "▁leader", + "s" + ], + [ + "▁lead", + "ers" + ], + [ + "▁le", + "aders" + ], + [ + "oi", + "t" + ], + [ + "o", + "it" + ], + [ + "w", + "är" + ], + [ + "▁d", + "ummy" + ], + [ + "▁assist", + "ant" + ], + [ + "▁ass", + "istant" + ], + [ + "{$", + "\\" + ], + [ + "{", + "$\\" + ], + [ + "бі", + "р" + ], + [ + "б", + "ір" + ], + [ + "▁ro", + "y" + ], + [ + "▁r", + "oy" + ], + [ + "▁", + "roy" + ], + [ + "▁L", + "ayout" + ], + [ + "▁", + "Layout" + ], + [ + "▁Jun", + "g" + ], + [ + "▁Ju", + "ng" + ], + [ + "▁J", + "ung" + ], + [ + "Line", + "s" + ], + [ + "Lin", + "es" + ], + [ + "Li", + "nes" + ], + [ + "L", + "ines" + ], + [ + "▁Hol", + "land" + ], + [ + "по", + "р" + ], + [ + "п", + "ор" + ], + [ + "▁Г", + "ри" + ], + [ + "▁Ben", + "ed" + ], + [ + "▁Be", + "ned" + ], + [ + "▁B", + "ened" + ], + [ + "▁По", + "д" + ], + [ + "▁П", + "од" + ], + [ + "xl", + "s" + ], + [ + "x", + "ls" + ], + [ + "▁Go", + "l" + ], + [ + "▁G", + "ol" + ], + [ + "▁Ale", + "ks" + ], + [ + "▁Al", + "eks" + ], + [ + "▁ej", + "emplo" + ], + [ + "▁se", + "zon" + ], + [ + "ardin", + "g" + ], + [ + "ardi", + "ng" + ], + [ + "ard", + "ing" + ], + [ + "ar", + "ding" + ], + [ + "foot", + "note" + ], + [ + "▁Cong", + "rès" + ], + [ + "ref", + "er" + ], + [ + "re", + "fer" + ], + [ + "ска", + "та" + ], + [ + "с", + "ката" + ], + [ + "Iter", + "ator" + ], + [ + "▁our", + "selves" + ], + [ + "▁Mi", + "c" + ], + [ + "▁M", + "ic" + ], + [ + "▁c", + "ódigo" + ], + [ + "▁пло", + "ща" + ], + [ + "▁\\", + "$" + ], + [ + "▁Char", + "lie" + ], + [ + "Node", + "s" + ], + [ + "No", + "des" + ], + [ + "N", + "odes" + ], + [ + "▁pu", + "zz" + ], + [ + "▁p", + "uzz" + ], + [ + "▁Ident", + "ifier" + ], + [ + "▁", + "Identifier" + ], + [ + "▁fl", + "utter" + ], + [ + "▁", + "flutter" + ], + [ + "▁pr", + "ü" + ], + [ + "▁", + "prü" + ], + [ + "▁or", + "t" + ], + [ + "▁o", + "rt" + ], + [ + "▁", + "ort" + ], + [ + "▁Cor", + "t" + ], + [ + "▁Co", + "rt" + ], + [ + "▁C", + "ort" + ], + [ + "astic", + "search" + ], + [ + "▁С", + "вя" + ], + [ + "▁Bul", + "l" + ], + [ + "▁Bu", + "ll" + ], + [ + "▁B", + "ull" + ], + [ + "ude", + "m" + ], + [ + "ud", + "em" + ], + [ + "u", + "dem" + ], + [ + "▁appar", + "ent" + ], + [ + "▁ap", + "parent" + ], + [ + ":-", + "-" + ], + [ + ":", + "--" + ], + [ + "▁Ха", + "р" + ], + [ + "▁Х", + "ар" + ], + [ + "▁La", + "p" + ], + [ + "▁L", + "ap" + ], + [ + "▁comp", + "ort" + ], + [ + "▁com", + "port" + ], + [ + "mat", + "ically" + ], + [ + "m", + "atically" + ], + [ + "▁cur", + "ios" + ], + [ + "▁cu", + "rios" + ], + [ + "▁може", + "т" + ], + [ + "▁мож", + "ет" + ], + [ + "▁мо", + "жет" + ], + [ + "▁B", + "h" + ], + [ + "app", + "ing" + ], + [ + "ap", + "ping" + ], + [ + "a", + "pping" + ], + [ + "▁basket", + "ball" + ], + [ + "▁b", + "asketball" + ], + [ + "zet", + "ek" + ], + [ + "ze", + "tek" + ], + [ + "▁run", + "t" + ], + [ + "▁ru", + "nt" + ], + [ + "▁r", + "unt" + ], + [ + "▁Mil", + "an" + ], + [ + "▁Mi", + "lan" + ], + [ + "fect", + "ion" + ], + [ + "fe", + "ction" + ], + [ + "f", + "ection" + ], + [ + "rí", + "a" + ], + [ + "r", + "ía" + ], + [ + "▁Ki", + "n" + ], + [ + "▁K", + "in" + ], + [ + "▁slow", + "er" + ], + [ + "▁slo", + "wer" + ], + [ + "▁sl", + "ower" + ], + [ + "▁s", + "lower" + ], + [ + "bot", + "h" + ], + [ + "bo", + "th" + ], + [ + "b", + "oth" + ], + [ + "▁Institut", + "o" + ], + [ + "▁Instit", + "uto" + ], + [ + "▁Inst", + "ituto" + ], + [ + "▁Historic", + "al" + ], + [ + "▁Histor", + "ical" + ], + [ + "▁równ", + "ież" + ], + [ + "match", + "es" + ], + [ + "mat", + "ches" + ], + [ + "yc", + "i" + ], + [ + "y", + "ci" + ], + [ + "▁esp", + "èce" + ], + [ + "▁Schweiz", + "er" + ], + [ + "▁Schwe", + "izer" + ], + [ + "N", + "T" + ], + [ + "S", + "F" + ], + [ + "aci", + "a" + ], + [ + "ac", + "ia" + ], + [ + "a", + "cia" + ], + [ + "for", + "ge" + ], + [ + "f", + "orge" + ], + [ + "Point", + "s" + ], + [ + "Po", + "ints" + ], + [ + "number", + "s" + ], + [ + "num", + "bers" + ], + [ + "▁fall", + "ing" + ], + [ + "▁fal", + "ling" + ], + [ + "▁f", + "alling" + ], + [ + "▁inherit", + "ance" + ], + [ + "▁Er", + "st" + ], + [ + "▁customer", + "s" + ], + [ + "▁custom", + "ers" + ], + [ + "▁act", + "u" + ], + [ + "▁ac", + "tu" + ], + [ + "▁a", + "ctu" + ], + [ + "▁migr", + "ation" + ], + [ + "▁m", + "igration" + ], + [ + "\\", + "'" + ], + [ + "Pl", + "an" + ], + [ + "P", + "lan" + ], + [ + "M", + "r" + ], + [ + "oth", + "y" + ], + [ + "ot", + "hy" + ], + [ + "o", + "thy" + ], + [ + "▁up", + "grad" + ], + [ + "би", + "ра" + ], + [ + "▁Off", + "ic" + ], + [ + "▁Of", + "fic" + ], + [ + "▁O", + "ffic" + ], + [ + "▁Wa", + "it" + ], + [ + "▁W", + "ait" + ], + [ + "▁", + "Wait" + ], + [ + "▁to", + "ler" + ], + [ + "ardo", + "n" + ], + [ + "ard", + "on" + ], + [ + "ar", + "don" + ], + [ + "▁sli", + "de" + ], + [ + "▁sl", + "ide" + ], + [ + "▁s", + "lide" + ], + [ + "▁", + "slide" + ], + [ + ")", + "_" + ], + [ + "▁ста", + "в" + ], + [ + "▁", + "став" + ], + [ + "▁nucle", + "ar" + ], + [ + "▁nuc", + "lear" + ], + [ + "▁nu", + "clear" + ], + [ + "▁Bi", + "l" + ], + [ + "▁B", + "il" + ], + [ + "own", + "er" + ], + [ + "ow", + "ner" + ], + [ + "o", + "wner" + ], + [ + "▁Harr", + "is" + ], + [ + "▁Har", + "ris" + ], + [ + "In", + "formation" + ], + [ + "▁p", + "ó" + ], + [ + "▁вклю", + "ча" + ], + [ + "▁nu", + "ovo" + ], + [ + "▁Ca", + "v" + ], + [ + "▁C", + "av" + ], + [ + "▁Des", + "cri" + ], + [ + "▁De", + "scri" + ], + [ + "▁а", + "к" + ], + [ + "ód", + "zt" + ], + [ + "▁react", + "js" + ], + [ + "▁Adam", + "s" + ], + [ + "▁Ada", + "ms" + ], + [ + "▁Ad", + "ams" + ], + [ + "▁Altern", + "atively" + ], + [ + "стру", + "к" + ], + [ + "стр", + "ук" + ], + [ + "ст", + "рук" + ], + [ + ")`", + "," + ], + [ + ")", + "`," + ], + [ + "substr", + "ing" + ], + [ + "subst", + "ring" + ], + [ + "sub", + "string" + ], + [ + "▁mass", + "ive" + ], + [ + "▁heav", + "ily" + ], + [ + "▁сез", + "о" + ], + [ + "▁се", + "зо" + ], + [ + "▁An", + "a" + ], + [ + "▁A", + "na" + ], + [ + "▁val", + "e" + ], + [ + "▁va", + "le" + ], + [ + "▁v", + "ale" + ], + [ + "Pa", + "d" + ], + [ + "P", + "ad" + ], + [ + "▁E", + "ither" + ], + [ + "▁r", + "s" + ], + [ + "▁", + "rs" + ], + [ + "anch", + "e" + ], + [ + "anc", + "he" + ], + [ + "an", + "che" + ], + [ + "▁upload", + "ed" + ], + [ + "▁up", + "loaded" + ], + [ + "▁(", + "/" + ], + [ + "▁", + "(/" + ], + [ + "▁спо", + "р" + ], + [ + "▁сп", + "ор" + ], + [ + "▁с", + "пор" + ], + [ + "▁redu", + "ction" + ], + [ + "▁Tok", + "yo" + ], + [ + "gre", + "n" + ], + [ + "gr", + "en" + ], + [ + "g", + "ren" + ], + [ + "▁mig", + "li" + ], + [ + "▁m", + "igli" + ], + [ + "▁iter", + "ator" + ], + [ + "▁", + "iterator" + ], + [ + "sta", + "v" + ], + [ + "st", + "av" + ], + [ + "▁support", + "ing" + ], + [ + "▁ö", + "sterreich" + ], + [ + "▁NS", + "Log" + ], + [ + "istique", + "s" + ], + [ + "isti", + "ques" + ], + [ + "ist", + "iques" + ], + [ + "rim", + "in" + ], + [ + "ri", + "min" + ], + [ + "r", + "imin" + ], + [ + "MO", + "DE" + ], + [ + "}}}", + "\\" + ], + [ + "}}", + "}\\" + ], + [ + "}", + "}}\\" + ], + [ + "▁explo", + "s" + ], + [ + "▁expl", + "os" + ], + [ + "▁exp", + "los" + ], + [ + "от", + "е" + ], + [ + "о", + "те" + ], + [ + "▁(", + "„" + ], + [ + "Sa", + "l" + ], + [ + "S", + "al" + ], + [ + "▁simple", + "st" + ], + [ + "▁simpl", + "est" + ], + [ + "▁gi", + "à" + ], + [ + "▁та", + "н" + ], + [ + "▁т", + "ан" + ], + [ + "▁", + "тан" + ], + [ + "▁cy", + "l" + ], + [ + "▁c", + "yl" + ], + [ + "bi", + "r" + ], + [ + "b", + "ir" + ], + [ + "▁measurement", + "s" + ], + [ + "▁measure", + "ments" + ], + [ + "Create", + "d" + ], + [ + "Cre", + "ated" + ], + [ + "ere", + "k" + ], + [ + "er", + "ek" + ], + [ + "e", + "rek" + ], + [ + "look", + "up" + ], + [ + "w", + "irtschaft" + ], + [ + "▁Вол", + "о" + ], + [ + "▁Во", + "ло" + ], + [ + "▁В", + "оло" + ], + [ + "time", + "r" + ], + [ + "tim", + "er" + ], + [ + "ti", + "mer" + ], + [ + "t", + "imer" + ], + [ + "der", + "r" + ], + [ + "de", + "rr" + ], + [ + "d", + "err" + ], + [ + "▁стал", + "а" + ], + [ + "▁ста", + "ла" + ], + [ + "▁ст", + "ала" + ], + [ + "▁scene", + "s" + ], + [ + "▁scen", + "es" + ], + [ + "▁sc", + "enes" + ], + [ + "▁pers", + "u" + ], + [ + "▁per", + "su" + ], + [ + "lies", + "t" + ], + [ + "lie", + "st" + ], + [ + "li", + "est" + ], + [ + "l", + "iest" + ], + [ + "▁sched", + "ule" + ], + [ + "▁sch", + "edule" + ], + [ + "ta", + "l" + ], + [ + "t", + "al" + ], + [ + "лен", + "о" + ], + [ + "ле", + "но" + ], + [ + "▁paint", + "ing" + ], + [ + "▁pain", + "ting" + ], + [ + "▁improve", + "ment" + ], + [ + "▁improv", + "ement" + ], + [ + "▁impro", + "vement" + ], + [ + "soft", + "ware" + ], + [ + "so", + "ftware" + ], + [ + "▁govern", + "o" + ], + [ + "▁gover", + "no" + ], + [ + "▁Hi", + "r" + ], + [ + "▁H", + "ir" + ], + [ + "Exec", + "ution" + ], + [ + "▁Ok", + "ay" + ], + [ + "Pro", + "p" + ], + [ + "Pr", + "op" + ], + [ + "P", + "rop" + ], + [ + "lost", + "er" + ], + [ + "los", + "ter" + ], + [ + "lo", + "ster" + ], + [ + "l", + "oster" + ], + [ + "ніципа", + "лі" + ], + [ + "▁peu", + "vent" + ], + [ + "ol", + "u" + ], + [ + "o", + "lu" + ], + [ + "▁Ф", + "а" + ], + [ + "roll", + "o" + ], + [ + "rol", + "lo" + ], + [ + "▁ко", + "ло" + ], + [ + "▁к", + "оло" + ], + [ + "▁", + "коло" + ], + [ + "▁carri", + "ère" + ], + [ + "▁car", + "rière" + ], + [ + "▁togg", + "le" + ], + [ + "▁tog", + "gle" + ], + [ + "▁t", + "oggle" + ], + [ + "▁", + "toggle" + ], + [ + "▁($", + "\\" + ], + [ + "▁(", + "$\\" + ], + [ + "▁aggreg", + "ate" + ], + [ + "▁Б", + "і" + ], + [ + "text", + "area" + ], + [ + "O", + "k" + ], + [ + "itt", + "o" + ], + [ + "it", + "to" + ], + [ + "i", + "tto" + ], + [ + "▁st", + "im" + ], + [ + "▁s", + "tim" + ], + [ + "▁recurs", + "ion" + ], + [ + "▁Feder", + "ation" + ], + [ + ")_", + "{" + ], + [ + ")", + "_{" + ], + [ + "ateg", + "or" + ], + [ + "ate", + "gor" + ], + [ + "▁distrib", + "u" + ], + [ + "▁dist", + "ribu" + ], + [ + "Cl", + "oud" + ], + [ + "▁mad", + "re" + ], + [ + "▁m", + "adre" + ], + [ + "▁i", + "v" + ], + [ + "▁", + "iv" + ], + [ + "▁Lie", + "utenant" + ], + [ + "▁subst", + "ant" + ], + [ + "▁le", + "af" + ], + [ + "▁", + "leaf" + ], + [ + "▁Kont", + "rola" + ], + [ + "V", + "A" + ], + [ + "▁tom", + "b" + ], + [ + "▁to", + "mb" + ], + [ + "▁t", + "omb" + ], + [ + "э", + "н" + ], + [ + "ato", + "es" + ], + [ + "▁god", + "ine" + ], + [ + "▁#", + ">" + ], + [ + "C", + "ert" + ], + [ + "▁empres", + "a" + ], + [ + "▁em", + "presa" + ], + [ + "Prop", + "s" + ], + [ + "Pro", + "ps" + ], + [ + "Pr", + "ops" + ], + [ + "▁plan", + "ned" + ], + [ + "▁pl", + "anned" + ], + [ + "▁random", + "ly" + ], + [ + "j", + "ähr" + ], + [ + "ele", + "m" + ], + [ + "el", + "em" + ], + [ + "e", + "lem" + ], + [ + "▁Opera", + "tion" + ], + [ + "▁Oper", + "ation" + ], + [ + "▁", + "Operation" + ], + [ + "*", + "`" + ], + [ + "proto", + "col" + ], + [ + "pro", + "tocol" + ], + [ + "()))", + ";" + ], + [ + "())", + ");" + ], + [ + "()", + "));" + ], + [ + "(", + ")));" + ], + [ + "we", + "l" + ], + [ + "w", + "el" + ], + [ + "▁pra", + "w" + ], + [ + "▁pr", + "aw" + ], + [ + "▁p", + "raw" + ], + [ + "▁си", + "м" + ], + [ + "▁с", + "им" + ], + [ + "▁wo", + "b" + ], + [ + "▁w", + "ob" + ], + [ + "▁ha", + "ce" + ], + [ + "▁h", + "ace" + ], + [ + "▁near", + "est" + ], + [ + "dis", + "able" + ], + [ + "▁Comm", + "un" + ], + [ + "▁Com", + "mun" + ], + [ + "▁C", + "ommun" + ], + [ + "▁reve", + "l" + ], + [ + "▁rev", + "el" + ], + [ + "▁re", + "vel" + ], + [ + "Fre", + "e" + ], + [ + "Fr", + "ee" + ], + [ + "F", + "ree" + ], + [ + "▁bra", + "ckets" + ], + [ + "IO", + "Exception" + ], + [ + "▁alt", + "o" + ], + [ + "▁al", + "to" + ], + [ + "▁mar", + "ry" + ], + [ + "▁au", + "c" + ], + [ + "▁a", + "uc" + ], + [ + "▁", + "auc" + ], + [ + "),", + "\\" + ], + [ + ")", + ",\\" + ], + [ + "▁typ", + "o" + ], + [ + "▁ty", + "po" + ], + [ + "eda", + "d" + ], + [ + "ed", + "ad" + ], + [ + "ar", + "á" + ], + [ + "a", + "rá" + ], + [ + "ica", + "tor" + ], + [ + "ic", + "ator" + ], + [ + "tat", + "ywna" + ], + [ + "▁buf", + "f" + ], + [ + "▁bu", + "ff" + ], + [ + "▁b", + "uff" + ], + [ + "▁", + "buff" + ], + [ + "order", + "s" + ], + [ + "orde", + "rs" + ], + [ + "ord", + "ers" + ], + [ + "or", + "ders" + ], + [ + "▁as", + "ynchronous" + ], + [ + "▁ec", + "on" + ], + [ + "▁e", + "con" + ], + [ + "▁fe", + "u" + ], + [ + "▁f", + "eu" + ], + [ + "▁Ir", + "on" + ], + [ + "▁I", + "ron" + ], + [ + "▁ris", + "ing" + ], + [ + "▁ri", + "sing" + ], + [ + "▁r", + "ising" + ], + [ + "Rad", + "ius" + ], + [ + "cl", + "k" + ], + [ + "▁zweite", + "n" + ], + [ + "▁zwei", + "ten" + ], + [ + "▁zwe", + "iten" + ], + [ + "`", + "'" + ], + [ + "▁un", + "iqu" + ], + [ + "▁F", + "M" + ], + [ + "▁", + "FM" + ], + [ + "▁Bra", + "n" + ], + [ + "▁Br", + "an" + ], + [ + "▁B", + "ran" + ], + [ + "▁fl", + "u" + ], + [ + "▁f", + "lu" + ], + [ + "▁", + "flu" + ], + [ + "▁sens", + "itive" + ], + [ + "urr", + "e" + ], + [ + "ur", + "re" + ], + [ + "▁It", + "er" + ], + [ + "▁I", + "ter" + ], + [ + "▁", + "Iter" + ], + [ + "▁Se", + "in" + ], + [ + "▁S", + "ein" + ], + [ + "▁diferen", + "tes" + ], + [ + "▁difer", + "entes" + ], + [ + "▁не", + "го" + ], + [ + "▁н", + "его" + ], + [ + "▁", + "него" + ], + [ + "chi", + "a" + ], + [ + "ch", + "ia" + ], + [ + "▁An", + "leitung" + ], + [ + "atur", + "day" + ], + [ + "▁short", + "er" + ], + [ + "▁sh", + "orter" + ], + [ + "▁translate", + "d" + ], + [ + "▁transl", + "ated" + ], + [ + "▁Ré", + "s" + ], + [ + "▁R", + "és" + ], + [ + "▁rod", + "e" + ], + [ + "▁ro", + "de" + ], + [ + "▁r", + "ode" + ], + [ + "dra", + "g" + ], + [ + "dr", + "ag" + ], + [ + "d", + "rag" + ], + [ + "▁lang", + "e" + ], + [ + "▁lan", + "ge" + ], + [ + "▁l", + "ange" + ], + [ + "B", + "i" + ], + [ + "ü", + "b" + ], + [ + "le", + "ur" + ], + [ + "l", + "eur" + ], + [ + "▁order", + "ing" + ], + [ + "▁ord", + "ering" + ], + [ + "alo", + "us" + ], + [ + "al", + "ous" + ], + [ + "▁Ко", + "р" + ], + [ + "▁К", + "ор" + ], + [ + "arch", + "ar" + ], + [ + "arc", + "har" + ], + [ + "ar", + "char" + ], + [ + "dest", + "roy" + ], + [ + "erva", + "tion" + ], + [ + "erv", + "ation" + ], + [ + "]]", + "," + ], + [ + "]", + "]," + ], + [ + "Accessor", + "Impl" + ], + [ + "▁autory", + "tatywna" + ], + [ + "Sequ", + "ence" + ], + [ + "Se", + "quence" + ], + [ + "▁pro", + "yect" + ], + [ + "▁bra", + "n" + ], + [ + "▁br", + "an" + ], + [ + "▁b", + "ran" + ], + [ + "▁(", + "+" + ], + [ + "▁Ka", + "b" + ], + [ + "▁K", + "ab" + ], + [ + "▁ze", + "m" + ], + [ + "▁z", + "em" + ], + [ + "▁", + "zem" + ], + [ + "▁Cal", + "cul" + ], + [ + "▁", + "Calcul" + ], + [ + "▁seu", + "l" + ], + [ + "▁se", + "ul" + ], + [ + "▁Ni", + "ger" + ], + [ + "▁N", + "iger" + ], + [ + "▁chi", + "am" + ], + [ + "▁ch", + "iam" + ], + [ + "th", + "row" + ], + [ + "▁Plan", + "et" + ], + [ + "▁Pla", + "net" + ], + [ + "bild", + "ung" + ], + [ + "▁zone", + "s" + ], + [ + "▁zo", + "nes" + ], + [ + "▁z", + "ones" + ], + [ + "trans", + "ition" + ], + [ + "ле", + "ний" + ], + [ + "▁map", + "ped" + ], + [ + "▁ma", + "pped" + ], + [ + "▁m", + "apped" + ], + [ + "ona", + "ut" + ], + [ + "on", + "aut" + ], + [ + "Pa", + "ir" + ], + [ + "P", + "air" + ], + [ + "ilia", + "n" + ], + [ + "ili", + "an" + ], + [ + "il", + "ian" + ], + [ + "▁Mor", + "gan" + ], + [ + "▁M", + "organ" + ], + [ + "▁un", + "to" + ], + [ + "▁", + "unto" + ], + [ + "jo", + "u" + ], + [ + "j", + "ou" + ], + [ + "▁hi", + "d" + ], + [ + "▁h", + "id" + ], + [ + "▁Met", + "a" + ], + [ + "▁Me", + "ta" + ], + [ + "▁M", + "eta" + ], + [ + "▁", + "Meta" + ], + [ + "▁elle", + "s" + ], + [ + "▁ell", + "es" + ], + [ + "▁el", + "les" + ], + [ + "▁e", + "lles" + ], + [ + "▁", + "elles" + ], + [ + "Lo", + "u" + ], + [ + "L", + "ou" + ], + [ + "ram", + "a" + ], + [ + "ra", + "ma" + ], + [ + "r", + "ama" + ], + [ + "ge", + "ordnet" + ], + [ + "▁scarc", + "ely" + ], + [ + "▁min", + "t" + ], + [ + "▁mi", + "nt" + ], + [ + "▁m", + "int" + ], + [ + "F", + "ocus" + ], + [ + "▁Alt", + "er" + ], + [ + "▁Al", + "ter" + ], + [ + "▁di", + "o" + ], + [ + "▁d", + "io" + ], + [ + "▁amp", + "l" + ], + [ + "▁am", + "pl" + ], + [ + "ière", + "ment" + ], + [ + "▁ис", + "следова" + ], + [ + "LE", + "D" + ], + [ + "L", + "ED" + ], + [ + "alg", + "orithm" + ], + [ + "▁сайт", + "і" + ], + [ + "▁сай", + "ті" + ], + [ + "▁\"\"", + ")" + ], + [ + "▁\"", + "\")" + ], + [ + "Hi", + "story" + ], + [ + "H", + "istory" + ], + [ + "p", + "k" + ], + [ + "▁Wh", + "it" + ], + [ + "▁W", + "hit" + ], + [ + "▁систе", + "м" + ], + [ + "▁си", + "стем" + ], + [ + "▁Kirche", + "n" + ], + [ + "▁Kirch", + "en" + ], + [ + "▁Kir", + "chen" + ], + [ + "r", + "à" + ], + [ + "AP", + "P" + ], + [ + "A", + "PP" + ], + [ + "▁<", + "%" + ], + [ + "antin", + "e" + ], + [ + "anti", + "ne" + ], + [ + "ant", + "ine" + ], + [ + "▁Dis", + "k" + ], + [ + "▁Di", + "sk" + ], + [ + "▁D", + "isk" + ], + [ + "con", + "v" + ], + [ + "wel", + "t" + ], + [ + "we", + "lt" + ], + [ + "w", + "elt" + ], + [ + "▁Fu", + "t" + ], + [ + "▁F", + "ut" + ], + [ + "▁No", + "m" + ], + [ + "▁N", + "om" + ], + [ + "ord", + "o" + ], + [ + "or", + "do" + ], + [ + "elli", + "j" + ], + [ + "ell", + "ij" + ], + [ + "el", + "lij" + ], + [ + "▁receive", + "s" + ], + [ + "▁rece", + "ives" + ], + [ + "co", + "w" + ], + [ + "c", + "ow" + ], + [ + "yt", + "u" + ], + [ + "y", + "tu" + ], + [ + "▁obra", + "s" + ], + [ + "▁ob", + "ras" + ], + [ + "▁o", + "bras" + ], + [ + "▁purch", + "ase" + ], + [ + "▁p", + "urchase" + ], + [ + "▁ear", + "ned" + ], + [ + "▁access", + "ed" + ], + [ + "▁acc", + "essed" + ], + [ + "ax", + "i" + ], + [ + "a", + "xi" + ], + [ + "▁Man", + "s" + ], + [ + "▁Ma", + "ns" + ], + [ + "▁M", + "ans" + ], + [ + "iva", + "n" + ], + [ + "iv", + "an" + ], + [ + "i", + "van" + ], + [ + "▁tu", + "vo" + ], + [ + "▁t", + "uvo" + ], + [ + "▁Tra", + "ce" + ], + [ + "▁Tr", + "ace" + ], + [ + "▁T", + "race" + ], + [ + "▁", + "Trace" + ], + [ + "rim", + "onio" + ], + [ + "▁desen", + "vol" + ], + [ + "éri", + "que" + ], + [ + "ér", + "ique" + ], + [ + "é", + "rique" + ], + [ + "▁result", + "ed" + ], + [ + "▁comput", + "ing" + ], + [ + "▁comp", + "uting" + ], + [ + "▁inspir", + "ed" + ], + [ + "▁insp", + "ired" + ], + [ + "▁Pri", + "ze" + ], + [ + "▁Pr", + "ize" + ], + [ + "*", + "\"" + ], + [ + "Comp", + "ut" + ], + [ + "Com", + "put" + ], + [ + "▁extens", + "ive" + ], + [ + "▁ext", + "ensive" + ], + [ + "è", + "g" + ], + [ + "▁Port", + "ály" + ], + [ + "▁cast", + "le" + ], + [ + "▁", + "castle" + ], + [ + "▁*", + "." + ], + [ + "▁", + "*." + ], + [ + "▁photo", + "s" + ], + [ + "▁phot", + "os" + ], + [ + "▁ph", + "otos" + ], + [ + "▁vo", + "et" + ], + [ + "ON", + "G" + ], + [ + "O", + "NG" + ], + [ + "▁All", + "e" + ], + [ + "▁Al", + "le" + ], + [ + "▁A", + "lle" + ], + [ + "▁threat", + "en" + ], + [ + "▁thre", + "aten" + ], + [ + "st", + "üt" + ], + [ + "▁album", + "s" + ], + [ + "▁alb", + "ums" + ], + [ + "▁dens", + "e" + ], + [ + "▁den", + "se" + ], + [ + "▁d", + "ense" + ], + [ + "fl", + "at" + ], + [ + "f", + "lat" + ], + [ + "cont", + "inu" + ], + [ + "Sub", + "ject" + ], + [ + "Su", + "bject" + ], + [ + "▁read", + "only" + ], + [ + "Op", + "t" + ], + [ + "O", + "pt" + ], + [ + "пис", + "ко" + ], + [ + "пи", + "ско" + ], + [ + "▁Ab", + "er" + ], + [ + "▁A", + "ber" + ], + [ + "▁Pos", + "ition" + ], + [ + "▁P", + "osition" + ], + [ + "▁", + "Position" + ], + [ + "▁Tod", + "ay" + ], + [ + "▁To", + "day" + ], + [ + "▁min", + "i" + ], + [ + "▁mi", + "ni" + ], + [ + "▁m", + "ini" + ], + [ + "▁Be", + "f" + ], + [ + "▁B", + "ef" + ], + [ + "list", + "en" + ], + [ + "lis", + "ten" + ], + [ + "li", + "sten" + ], + [ + "l", + "isten" + ], + [ + "ственно", + "го" + ], + [ + "ствен", + "ного" + ], + [ + "SU", + "B" + ], + [ + "S", + "UB" + ], + [ + "oss", + "a" + ], + [ + "os", + "sa" + ], + [ + "▁Pop", + "e" + ], + [ + "▁Po", + "pe" + ], + [ + "▁P", + "ope" + ], + [ + "▁Jim", + "my" + ], + [ + "▁Д", + "ру" + ], + [ + "ungs", + "seite" + ], + [ + "▁tre", + "n" + ], + [ + "▁tr", + "en" + ], + [ + "▁t", + "ren" + ], + [ + "opt", + "im" + ], + [ + "op", + "tim" + ], + [ + "its", + "ch" + ], + [ + "it", + "sch" + ], + [ + "▁sam", + "t" + ], + [ + "▁sa", + "mt" + ], + [ + "▁s", + "amt" + ], + [ + "▁испо", + "л" + ], + [ + "▁ис", + "пол" + ], + [ + "&", + "=" + ], + [ + "▁Przyp", + "isy" + ], + [ + "▁про", + "дол" + ], + [ + "C", + "r" + ], + [ + "erman", + "n" + ], + [ + "erm", + "ann" + ], + [ + "er", + "mann" + ], + [ + "▁мате", + "ри" + ], + [ + "▁ма", + "тери" + ], + [ + "▁Hu", + "go" + ], + [ + "▁H", + "ugo" + ], + [ + "▁Dez", + "e" + ], + [ + "▁De", + "ze" + ], + [ + "TR", + "UE" + ], + [ + "▁defe", + "at" + ], + [ + "▁watch", + "ed" + ], + [ + "▁wat", + "ched" + ], + [ + "▁Gen", + "t" + ], + [ + "▁Ge", + "nt" + ], + [ + "▁G", + "ent" + ], + [ + "AU", + "T" + ], + [ + "A", + "UT" + ], + [ + "oro", + "us" + ], + [ + "or", + "ous" + ], + [ + "▁о", + "преде" + ], + [ + "orient", + "ation" + ], + [ + "ori", + "entation" + ], + [ + "▁distinguish", + "ed" + ], + [ + "▁distingu", + "ished" + ], + [ + "▁mes", + "mo" + ], + [ + "▁sl", + "i" + ], + [ + "▁s", + "li" + ], + [ + "мен", + "а" + ], + [ + "ме", + "на" + ], + [ + "м", + "ена" + ], + [ + "mitt", + "el" + ], + [ + "mit", + "tel" + ], + [ + "m", + "ittel" + ], + [ + "ger", + "icht" + ], + [ + "ge", + "richt" + ], + [ + "eto", + "n" + ], + [ + "et", + "on" + ], + [ + "e", + "ton" + ], + [ + "->", + "{" + ], + [ + "-", + ">{" + ], + [ + "▁won", + "t" + ], + [ + "▁wo", + "nt" + ], + [ + "▁w", + "ont" + ], + [ + "▁we", + "g" + ], + [ + "▁w", + "eg" + ], + [ + "▁", + "weg" + ], + [ + "▁class", + "ific" + ], + [ + "il", + "us" + ], + [ + "i", + "lus" + ], + [ + "▁M", + "D" + ], + [ + "▁", + "MD" + ], + [ + "task", + "s" + ], + [ + "▁chi", + "m" + ], + [ + "▁ch", + "im" + ], + [ + "▁c", + "him" + ], + [ + "awa", + "it" + ], + [ + "aw", + "ait" + ], + [ + "a", + "wait" + ], + [ + "▁gan", + "g" + ], + [ + "▁ga", + "ng" + ], + [ + "▁g", + "ang" + ], + [ + "▁", + "gang" + ], + [ + "▁w", + "ię" + ], + [ + "▁", + "wię" + ], + [ + "th", + "rough" + ], + [ + "▁Russ", + "ell" + ], + [ + "▁guess", + "ing" + ], + [ + "▁ак", + "т" + ], + [ + "▁а", + "кт" + ], + [ + "б", + "лі" + ], + [ + "c", + "ategories" + ], + [ + "су", + "т" + ], + [ + "с", + "ут" + ], + [ + "▁Fe", + "n" + ], + [ + "▁F", + "en" + ], + [ + "▁му", + "ж" + ], + [ + "▁new", + "er" + ], + [ + "▁ne", + "wer" + ], + [ + "▁As", + "ync" + ], + [ + "▁A", + "sync" + ], + [ + "▁", + "Async" + ], + [ + "▁term", + "e" + ], + [ + "▁ter", + "me" + ], + [ + "▁t", + "erme" + ], + [ + ">", + "/" + ], + [ + "пар", + "а" + ], + [ + "па", + "ра" + ], + [ + "▁Tru", + "st" + ], + [ + "▁Tr", + "ust" + ], + [ + "▁T", + "rust" + ], + [ + "▁Op", + "t" + ], + [ + "▁O", + "pt" + ], + [ + "▁", + "Opt" + ], + [ + "▁da", + "h" + ], + [ + "▁d", + "ah" + ], + [ + "▁wonder", + "ful" + ], + [ + "adrat", + "kil" + ], + [ + "▁Г", + "ра" + ], + [ + "map", + "ping" + ], + [ + "ma", + "pping" + ], + [ + "m", + "apping" + ], + [ + "▁discover", + "y" + ], + [ + "▁disco", + "very" + ], + [ + "▁disc", + "overy" + ], + [ + "▁B", + "E" + ], + [ + "▁", + "BE" + ], + [ + "En", + "able" + ], + [ + "▁Fri", + "end" + ], + [ + "с", + "ня" + ], + [ + "▁control", + "led" + ], + [ + "▁cont", + "rolled" + ], + [ + "чно", + "ї" + ], + [ + "ч", + "ної" + ], + [ + "▁contribution", + "s" + ], + [ + "▁contrib", + "utions" + ], + [ + "j", + "ší" + ], + [ + "▁Le", + "v" + ], + [ + "▁L", + "ev" + ], + [ + "▁franc", + "és" + ], + [ + "▁mi", + "c" + ], + [ + "▁m", + "ic" + ], + [ + "▁", + "mic" + ], + [ + "zi", + "k" + ], + [ + "z", + "ik" + ], + [ + "▁ale", + "m" + ], + [ + "▁al", + "em" + ], + [ + "▁a", + "lem" + ], + [ + "▁", + "alem" + ], + [ + "can", + "cel" + ], + [ + "!", + "'" + ], + [ + "▁gra", + "t" + ], + [ + "▁gr", + "at" + ], + [ + "▁g", + "rat" + ], + [ + "▁Begriff", + "sklär" + ], + [ + "Cam", + "era" + ], + [ + "ifica", + "ción" + ], + [ + "ific", + "ación" + ], + [ + "if", + "icación" + ], + [ + "ró", + "d" + ], + [ + "r", + "ód" + ], + [ + "▁Arn", + "old" + ], + [ + "▁bezeichnet", + "er" + ], + [ + "▁f", + "ought" + ], + [ + "▁dep", + "ut" + ], + [ + "▁de", + "put" + ], + [ + "▁Dro", + "p" + ], + [ + "▁Dr", + "op" + ], + [ + "▁D", + "rop" + ], + [ + "▁", + "Drop" + ], + [ + "ta", + "x" + ], + [ + "t", + "ax" + ], + [ + "d", + "g" + ], + [ + "▁Ho", + "p" + ], + [ + "▁H", + "op" + ], + [ + "G", + "N" + ], + [ + "▁Kir", + "ch" + ], + [ + "▁Ба", + "р" + ], + [ + "▁Б", + "ар" + ], + [ + "Inv", + "oke" + ], + [ + "In", + "voke" + ], + [ + "▁er", + "halten" + ], + [ + "▁ve", + "el" + ], + [ + "▁word", + "press" + ], + [ + "▁", + "wordpress" + ], + [ + "▁IN", + "NER" + ], + [ + "trans", + "action" + ], + [ + "▁dé", + "jà" + ], + [ + "Fa", + "ct" + ], + [ + "F", + "act" + ], + [ + "▁над", + "мор" + ], + [ + "▁angular", + "js" + ], + [ + "▁á", + "t" + ], + [ + "▁", + "át" + ], + [ + "▁al", + "ap" + ], + [ + "▁a", + "lap" + ], + [ + "▁Pri", + "ce" + ], + [ + "▁Pr", + "ice" + ], + [ + "▁P", + "rice" + ], + [ + "▁", + "Price" + ], + [ + "▁eff", + "et" + ], + [ + "▁spher", + "e" + ], + [ + "▁sp", + "here" + ], + [ + "▁s", + "phere" + ], + [ + "Class", + "Loader" + ], + [ + "▁rug", + "by" + ], + [ + "▁r", + "ugby" + ], + [ + "▁king", + "dom" + ], + [ + "▁Mu", + "t" + ], + [ + "▁M", + "ut" + ], + [ + "▁ки", + "но" + ], + [ + "▁re", + "ward" + ], + [ + "ci", + "t" + ], + [ + "c", + "it" + ], + [ + "▁present", + "e" + ], + [ + "▁pres", + "ente" + ], + [ + "St", + "o" + ], + [ + "S", + "to" + ], + [ + "Char", + "acter" + ], + [ + "log", + "s" + ], + [ + "lo", + "gs" + ], + [ + "l", + "ogs" + ], + [ + "▁central", + "e" + ], + [ + "▁cent", + "rale" + ], + [ + "▁mou", + "v" + ], + [ + "▁mo", + "uv" + ], + [ + "▁m", + "ouv" + ], + [ + "▁ok", + "ay" + ], + [ + "▁ap", + "lic" + ], + [ + "Mor", + "e" + ], + [ + "Mo", + "re" + ], + [ + "M", + "ore" + ], + [ + "ény", + "ek" + ], + [ + "▁Kö", + "ln" + ], + [ + "net", + "t" + ], + [ + "ne", + "tt" + ], + [ + "n", + "ett" + ], + [ + "▁истори", + "и" + ], + [ + "▁исто", + "рии" + ], + [ + "▁descri", + "bing" + ], + [ + "▁sold", + "ier" + ], + [ + "▁Ne", + "ed" + ], + [ + "▁N", + "eed" + ], + [ + "L", + "ight" + ], + [ + "▁\"\\", + "<" + ], + [ + "▁\"", + "\\<" + ], + [ + "▁ha", + "v" + ], + [ + "▁h", + "av" + ], + [ + "▁", + "hav" + ], + [ + "erm", + "o" + ], + [ + "er", + "mo" + ], + [ + "▁infer", + "ior" + ], + [ + "le", + "a" + ], + [ + "l", + "ea" + ], + [ + "▁g", + "g" + ], + [ + "▁", + "gg" + ], + [ + "▁кон", + "це" + ], + [ + "fra", + "gment" + ], + [ + "f", + "ragment" + ], + [ + "s", + "b" + ], + [ + "Count", + "ry" + ], + [ + "C", + "ountry" + ], + [ + "▁v", + "ě" + ], + [ + "▁", + "vě" + ], + [ + "▁Ben", + "g" + ], + [ + "▁Be", + "ng" + ], + [ + "▁B", + "eng" + ], + [ + "▁Э", + "то" + ], + [ + "▁во", + "до" + ], + [ + "ма", + "р" + ], + [ + "м", + "ар" + ], + [ + "STR", + "ING" + ], + [ + "▁ú", + "j" + ], + [ + "multip", + "le" + ], + [ + "multi", + "ple" + ], + [ + "state", + "ment" + ], + [ + "stat", + "ement" + ], + [ + "▁involve", + "s" + ], + [ + "▁invol", + "ves" + ], + [ + "▁tec", + "n" + ], + [ + "▁te", + "cn" + ], + [ + "St", + "udent" + ], + [ + "gr", + "é" + ], + [ + "g", + "ré" + ], + [ + "▁le", + "an" + ], + [ + "▁", + "lean" + ], + [ + "▁bring", + "ing" + ], + [ + "▁Medic", + "al" + ], + [ + "▁Medi", + "cal" + ], + [ + "▁Med", + "ical" + ], + [ + "▁програ", + "м" + ], + [ + "▁Vo", + "g" + ], + [ + "▁V", + "og" + ], + [ + "▁ж", + "ов" + ], + [ + "▁Sp", + "irit" + ], + [ + "nt", + "h" + ], + [ + "n", + "th" + ], + [ + "▁standard", + "s" + ], + [ + "▁stand", + "ards" + ], + [ + "▁Profil", + "e" + ], + [ + "▁Prof", + "ile" + ], + [ + "▁Pro", + "file" + ], + [ + "▁", + "Profile" + ], + [ + "▁e", + "z" + ], + [ + "▁", + "ez" + ], + [ + "▁террито", + "рии" + ], + [ + "▁ste", + "m" + ], + [ + "▁st", + "em" + ], + [ + "▁s", + "tem" + ], + [ + "ui", + "l" + ], + [ + "u", + "il" + ], + [ + "▁O", + "g" + ], + [ + "B", + "tn" + ], + [ + "na", + "l" + ], + [ + "n", + "al" + ], + [ + "▁near", + "by" + ], + [ + "▁produ", + "cing" + ], + [ + "cri", + "v" + ], + [ + "cr", + "iv" + ], + [ + "c", + "riv" + ], + [ + "▁assumption", + "s" + ], + [ + "▁assum", + "ptions" + ], + [ + "▁Sp", + "ark" + ], + [ + "▁S", + "park" + ], + [ + "▁Lo", + "t" + ], + [ + "▁L", + "ot" + ], + [ + "itude", + "s" + ], + [ + "itud", + "es" + ], + [ + "itu", + "des" + ], + [ + "it", + "udes" + ], + [ + "af", + "ka" + ], + [ + "fi", + "ve" + ], + [ + "f", + "ive" + ], + [ + "ati", + "o" + ], + [ + "at", + "io" + ], + [ + "▁distingu", + "ish" + ], + [ + "roc", + "k" + ], + [ + "ro", + "ck" + ], + [ + "r", + "ock" + ], + [ + "égl", + "ise" + ], + [ + "é", + "glise" + ], + [ + "▁rapp", + "res" + ], + [ + "▁rap", + "pres" + ], + [ + ">\\", + "<" + ], + [ + ">", + "\\<" + ], + [ + "лі", + "й" + ], + [ + "л", + "ій" + ], + [ + "▁ми", + "ни" + ], + [ + "▁", + "мини" + ], + [ + "▁intitul", + "é" + ], + [ + "}}(", + "\\" + ], + [ + "}}", + "(\\" + ], + [ + "}", + "}(\\" + ], + [ + "▁Rou", + "t" + ], + [ + "▁Ro", + "ut" + ], + [ + "▁R", + "out" + ], + [ + "▁", + "Rout" + ], + [ + "▁Bor", + "der" + ], + [ + "▁B", + "order" + ], + [ + "▁", + "Border" + ], + [ + "▁over", + "rid" + ], + [ + "HO", + "ST" + ], + [ + "H", + "OST" + ], + [ + "ritt", + "en" + ], + [ + "rit", + "ten" + ], + [ + "r", + "itten" + ], + [ + "sa", + "y" + ], + [ + "s", + "ay" + ], + [ + "▁Ч", + "и" + ], + [ + "icht", + "ung" + ], + [ + "▁straight", + "forward" + ], + [ + "ob", + "b" + ], + [ + "o", + "bb" + ], + [ + "▁Terr", + "a" + ], + [ + "▁Ter", + "ra" + ], + [ + "▁[", + ":" + ], + [ + "▁", + "[:" + ], + [ + "Be", + "n" + ], + [ + "B", + "en" + ], + [ + "▁compos", + "ite" + ], + [ + ")+", + "\\" + ], + [ + ")", + "+\\" + ], + [ + "▁crow", + "n" + ], + [ + "▁cro", + "wn" + ], + [ + "▁cr", + "own" + ], + [ + "▁c", + "rown" + ], + [ + "direct", + "ion" + ], + [ + "dire", + "ction" + ], + [ + "dir", + "ection" + ], + [ + "d", + "irection" + ], + [ + "▁неско", + "лько" + ], + [ + "▁av", + "ail" + ], + [ + "▁purchase", + "d" + ], + [ + "▁purch", + "ased" + ], + [ + "ho", + "ok" + ], + [ + "h", + "ook" + ], + [ + "eti", + "es" + ], + [ + "et", + "ies" + ], + [ + "e", + "ties" + ], + [ + "▁fas", + "e" + ], + [ + "▁fa", + "se" + ], + [ + "▁f", + "ase" + ], + [ + "▁Ru", + "m" + ], + [ + "▁R", + "um" + ], + [ + "▁gen", + "om" + ], + [ + "▁ge", + "nom" + ], + [ + "▁dé", + "t" + ], + [ + "▁d", + "ét" + ], + [ + "ow", + "ą" + ], + [ + "mp", + "eg" + ], + [ + "▁І", + "н" + ], + [ + "des", + "ktop" + ], + [ + "▁inject", + "ion" + ], + [ + "▁inj", + "ection" + ], + [ + "▁in", + "jection" + ], + [ + "ag", + "le" + ], + [ + "a", + "gle" + ], + [ + "▁Ed", + "d" + ], + [ + "▁E", + "dd" + ], + [ + "_{", + "(" + ], + [ + "_", + "{(" + ], + [ + "▁He", + "m" + ], + [ + "▁H", + "em" + ], + [ + "uto", + "s" + ], + [ + "ut", + "os" + ], + [ + "pro", + "j" + ], + [ + "pr", + "oj" + ], + [ + "▁superfic", + "ie" + ], + [ + "Pl", + "ot" + ], + [ + "P", + "lot" + ], + [ + "▁Doc", + "ker" + ], + [ + "▁Do", + "cker" + ], + [ + "▁D", + "ocker" + ], + [ + "ät", + "z" + ], + [ + "ä", + "tz" + ], + [ + "kre", + "ich" + ], + [ + "k", + "reich" + ], + [ + "▁uncle", + "ar" + ], + [ + "▁un", + "clear" + ], + [ + "▁Unit", + "y" + ], + [ + "▁Un", + "ity" + ], + [ + "▁stream", + "s" + ], + [ + "▁stre", + "ams" + ], + [ + "ви", + "д" + ], + [ + "▁simpl", + "ified" + ], + [ + "Fil", + "l" + ], + [ + "Fi", + "ll" + ], + [ + "F", + "ill" + ], + [ + "▁san", + "t" + ], + [ + "▁sa", + "nt" + ], + [ + "▁s", + "ant" + ], + [ + "▁Komm", + "un" + ], + [ + "▁Kom", + "mun" + ], + [ + "▁K", + "ommun" + ], + [ + "▁du", + "c" + ], + [ + "▁d", + "uc" + ], + [ + "▁д", + "ве" + ], + [ + "▁ob", + "s" + ], + [ + "▁o", + "bs" + ], + [ + "▁", + "obs" + ], + [ + "ž", + "it" + ], + [ + "▁Jane", + "iro" + ], + [ + "б", + "я" + ], + [ + "▁press", + "o" + ], + [ + "▁pres", + "so" + ], + [ + "▁pr", + "esso" + ], + [ + "▁Min", + "istry" + ], + [ + "▁bur", + "st" + ], + [ + "▁b", + "urst" + ], + [ + "▁reach", + "ing" + ], + [ + "▁re", + "aching" + ], + [ + "lit", + "er" + ], + [ + "li", + "ter" + ], + [ + "l", + "iter" + ], + [ + "▁response", + "s" + ], + [ + "▁respons", + "es" + ], + [ + "▁Eu", + "g" + ], + [ + "▁E", + "ug" + ], + [ + "▁so", + "d" + ], + [ + "▁s", + "od" + ], + [ + "▁Cor", + "d" + ], + [ + "▁Co", + "rd" + ], + [ + "▁C", + "ord" + ], + [ + "▁Per", + "m" + ], + [ + "▁Pe", + "rm" + ], + [ + "▁P", + "erm" + ], + [ + "▁", + "Perm" + ], + [ + "part", + "s" + ], + [ + "par", + "ts" + ], + [ + "p", + "arts" + ], + [ + "ци", + "ма" + ], + [ + "variable", + "s" + ], + [ + "vari", + "ables" + ], + [ + "▁forgot", + "ten" + ], + [ + "Fe", + "rn" + ], + [ + "F", + "ern" + ], + [ + "ost", + "ęp" + ], + [ + "v", + "l" + ], + [ + "▁С", + "м" + ], + [ + "ki", + "m" + ], + [ + "k", + "im" + ], + [ + "ają", + "c" + ], + [ + "aj", + "ąc" + ], + [ + "a", + "jąc" + ], + [ + "нал", + "ь" + ], + [ + "на", + "ль" + ], + [ + "н", + "аль" + ], + [ + "г", + "ле" + ], + [ + "help", + "er" + ], + [ + "hel", + "per" + ], + [ + "du", + "p" + ], + [ + "d", + "up" + ], + [ + "eu", + "w" + ], + [ + "e", + "uw" + ], + [ + "fr", + "a" + ], + [ + "f", + "ra" + ], + [ + "elli", + "te" + ], + [ + "ell", + "ite" + ], + [ + "any", + "a" + ], + [ + "an", + "ya" + ], + [ + "▁rei", + "gn" + ], + [ + "▁re", + "ign" + ], + [ + "▁r", + "eign" + ], + [ + "ges", + "amt" + ], + [ + "се", + "да" + ], + [ + "▁Ry", + "an" + ], + [ + "▁R", + "yan" + ], + [ + "▁formatt", + "ed" + ], + [ + "▁format", + "ted" + ], + [ + "▁form", + "atted" + ], + [ + "▁Bor", + "g" + ], + [ + "▁Bo", + "rg" + ], + [ + "▁B", + "org" + ], + [ + "wal", + "k" + ], + [ + "w", + "alk" + ], + [ + "▁а", + "л" + ], + [ + "▁", + "ал" + ], + [ + "agnostic", + "s" + ], + [ + "agnost", + "ics" + ], + [ + "▁Cap", + "e" + ], + [ + "▁Ca", + "pe" + ], + [ + "▁C", + "ape" + ], + [ + "▁Franc", + "o" + ], + [ + "▁Fran", + "co" + ], + [ + "▁fu", + "g" + ], + [ + "▁f", + "ug" + ], + [ + ":", + ")" + ], + [ + "ю", + "з" + ], + [ + "F", + "etch" + ], + [ + "▁rough", + "ly" + ], + [ + "▁Mi", + "s" + ], + [ + "▁M", + "is" + ], + [ + "uet", + "ooth" + ], + [ + "▁Venez", + "uela" + ], + [ + "▁astr", + "onom" + ], + [ + "▁a", + "stronom" + ], + [ + "\")", + "`" + ], + [ + "\"", + ")`" + ], + [ + "omb", + "res" + ], + [ + "om", + "bres" + ], + [ + "▁кото", + "рой" + ], + [ + "ó", + "p" + ], + [ + "owe", + "d" + ], + [ + "ow", + "ed" + ], + [ + "o", + "wed" + ], + [ + "H", + "R" + ], + [ + "▁Cam", + "er" + ], + [ + "▁Ca", + "mer" + ], + [ + "▁C", + "amer" + ], + [ + "ки", + "е" + ], + [ + "par", + "ison" + ], + [ + "▁Bi", + "j" + ], + [ + "▁B", + "ij" + ], + [ + "template", + "s" + ], + [ + "tem", + "plates" + ], + [ + "environ", + "ment" + ], + [ + "en", + "vironment" + ], + [ + "iza", + "ção" + ], + [ + "iz", + "ação" + ], + [ + "▁é", + "r" + ], + [ + "▁", + "ér" + ], + [ + "▁pl", + "enty" + ], + [ + "▁Type", + "Error" + ], + [ + "▁fort", + "y" + ], + [ + "▁for", + "ty" + ], + [ + "коно", + "м" + ], + [ + "кон", + "ом" + ], + [ + "ко", + "ном" + ], + [ + "▁Se", + "d" + ], + [ + "▁S", + "ed" + ], + [ + "▁that", + "s" + ], + [ + "▁th", + "ats" + ], + [ + "▁gravit", + "y" + ], + [ + "▁grav", + "ity" + ], + [ + "▁gra", + "vity" + ], + [ + "▁", + "gravity" + ], + [ + "▁spirit", + "ual" + ], + [ + "▁duplicate", + "s" + ], + [ + "▁dup", + "licates" + ], + [ + "▁encrypt", + "ion" + ], + [ + "▁enc", + "ryption" + ], + [ + "▁reve", + "n" + ], + [ + "▁rev", + "en" + ], + [ + "▁re", + "ven" + ], + [ + "▁r", + "even" + ], + [ + "▁", + "reven" + ], + [ + "get", + "Instance" + ], + [ + "äll", + "or" + ], + [ + "äl", + "lor" + ], + [ + "dis", + "k" + ], + [ + "di", + "sk" + ], + [ + "d", + "isk" + ], + [ + "▁thr", + "o" + ], + [ + "▁th", + "ro" + ], + [ + "▁Na", + "k" + ], + [ + "▁N", + "ak" + ], + [ + "▁po", + "ł" + ], + [ + "▁p", + "oł" + ], + [ + "▁her", + "aus" + ], + [ + "in", + "valid" + ], + [ + "s", + "By" + ], + [ + "Bo", + "ot" + ], + [ + "B", + "oot" + ], + [ + "▁bu", + "cket" + ], + [ + "▁", + "bucket" + ], + [ + "▁Par", + "se" + ], + [ + "▁P", + "arse" + ], + [ + "▁", + "Parse" + ], + [ + "he", + "x" + ], + [ + "h", + "ex" + ], + [ + "Con", + "ne" + ], + [ + "C", + "onne" + ], + [ + "▁Comput", + "er" + ], + [ + "▁Comp", + "uter" + ], + [ + "zy", + "k" + ], + [ + "z", + "yk" + ], + [ + "▁indu", + "ced" + ], + [ + "▁Brun", + "o" + ], + [ + "▁Bru", + "no" + ], + [ + "▁Br", + "uno" + ], + [ + "▁address", + "ed" + ], + [ + "▁addr", + "essed" + ], + [ + "man", + "ia" + ], + [ + "ma", + "nia" + ], + [ + "m", + "ania" + ], + [ + "▁inclu", + "s" + ], + [ + "▁incl", + "us" + ], + [ + "▁inc", + "lus" + ], + [ + "▁in", + "clus" + ], + [ + "ounce", + "d" + ], + [ + "oun", + "ced" + ], + [ + "scripts", + "ize" + ], + [ + "script", + "size" + ], + [ + "▁Ep", + "is" + ], + [ + "▁E", + "pis" + ], + [ + "▁voc", + "al" + ], + [ + "▁vo", + "cal" + ], + [ + "▁v", + "ocal" + ], + [ + "▁Jon", + "athan" + ], + [ + "у", + "м" + ], + [ + "stad", + "en" + ], + [ + "sta", + "den" + ], + [ + "st", + "aden" + ], + [ + "▁Child", + "ren" + ], + [ + "▁", + "Children" + ], + [ + "пе", + "й" + ], + [ + "п", + "ей" + ], + [ + "Ital", + "ia" + ], + [ + "It", + "alia" + ], + [ + "reib", + "ung" + ], + [ + "▁nos", + "t" + ], + [ + "▁no", + "st" + ], + [ + "▁n", + "ost" + ], + [ + "▁", + "nost" + ], + [ + "▁е", + "щё" + ], + [ + "▁Werk", + "e" + ], + [ + "▁Wer", + "ke" + ], + [ + "▁act", + "ress" + ], + [ + "▁Minn", + "esota" + ], + [ + "rik", + "e" + ], + [ + "ri", + "ke" + ], + [ + "r", + "ike" + ], + [ + "▁te", + "k" + ], + [ + "▁t", + "ek" + ], + [ + "▁", + "tek" + ], + [ + "▁prime", + "ira" + ], + [ + "▁fra", + "t" + ], + [ + "▁fr", + "at" + ], + [ + "▁f", + "rat" + ], + [ + "▁Config", + "uration" + ], + [ + "▁", + "Configuration" + ], + [ + "▁bi", + "d" + ], + [ + "▁b", + "id" + ], + [ + "▁", + "bid" + ], + [ + "tr", + "igger" + ], + [ + "Content", + "s" + ], + [ + "Cont", + "ents" + ], + [ + "▁constant", + "ly" + ], + [ + "▁const", + "antly" + ], + [ + "!!", + "!" + ], + [ + "!", + "!!" + ], + [ + "▁dre", + "ad" + ], + [ + "▁dr", + "ead" + ], + [ + "▁d", + "read" + ], + [ + "▁hundred", + "s" + ], + [ + "isti", + "sche" + ], + [ + "ist", + "ische" + ], + [ + "▁card", + "inal" + ], + [ + "T", + "ABLE" + ], + [ + "▁esto", + "s" + ], + [ + "▁est", + "os" + ], + [ + "asso", + "c" + ], + [ + "ass", + "oc" + ], + [ + "gra", + "y" + ], + [ + "gr", + "ay" + ], + [ + "g", + "ray" + ], + [ + "▁Schl", + "oss" + ], + [ + "▁Sch", + "loss" + ], + [ + "▁sch", + "e" + ], + [ + "▁sc", + "he" + ], + [ + "▁s", + "che" + ], + [ + "▁", + "sche" + ], + [ + "con", + "g" + ], + [ + "co", + "ng" + ], + [ + "c", + "ong" + ], + [ + "▁ko", + "ji" + ], + [ + "ète", + "s" + ], + [ + "èt", + "es" + ], + [ + "è", + "tes" + ], + [ + "▁Er", + "a" + ], + [ + "▁E", + "ra" + ], + [ + "om", + "i" + ], + [ + "o", + "mi" + ], + [ + "▁S", + "R" + ], + [ + "▁", + "SR" + ], + [ + "▁wrap", + "ped" + ], + [ + "▁wra", + "pped" + ], + [ + "▁wr", + "apped" + ], + [ + "▁tr", + "unc" + ], + [ + "▁a", + "h" + ], + [ + "▁", + "ah" + ], + [ + "ego", + "s" + ], + [ + "eg", + "os" + ], + [ + "ok", + "i" + ], + [ + "o", + "ki" + ], + [ + "mo", + "uth" + ], + [ + "m", + "outh" + ], + [ + "log", + "ging" + ], + [ + "▁fas", + "c" + ], + [ + "▁fa", + "sc" + ], + [ + "▁f", + "asc" + ], + [ + "▁Sam", + "ple" + ], + [ + "▁S", + "ample" + ], + [ + "▁", + "Sample" + ], + [ + "▁cont", + "e" + ], + [ + "▁con", + "te" + ], + [ + "▁c", + "onte" + ], + [ + "▁vill", + "a" + ], + [ + "▁vil", + "la" + ], + [ + "▁vi", + "lla" + ], + [ + "▁v", + "illa" + ], + [ + "▁", + "villa" + ], + [ + "comment", + "s" + ], + [ + "comm", + "ents" + ], + [ + "com", + "ments" + ], + [ + "▁bata", + "l" + ], + [ + "▁bat", + "al" + ], + [ + "▁ba", + "tal" + ], + [ + "▁b", + "atal" + ], + [ + "▁Garc", + "ía" + ], + [ + "▁Nor", + "te" + ], + [ + "▁N", + "orte" + ], + [ + "▁we", + "chsel" + ], + [ + "▁Muse", + "o" + ], + [ + "▁enf", + "ants" + ], + [ + "▁whis", + "per" + ], + [ + "nak", + "e" + ], + [ + "na", + "ke" + ], + [ + "n", + "ake" + ], + [ + "▁jed", + "nak" + ], + [ + "l", + "ês" + ], + [ + "ender", + "s" + ], + [ + "ende", + "rs" + ], + [ + "end", + "ers" + ], + [ + "en", + "ders" + ], + [ + "▁ä", + "l" + ], + [ + "▁", + "äl" + ], + [ + "▁V", + "B" + ], + [ + "▁", + "VB" + ], + [ + "▁cookie", + "s" + ], + [ + "▁cook", + "ies" + ], + [ + "zet", + "i" + ], + [ + "ze", + "ti" + ], + [ + "z", + "eti" + ], + [ + "atu", + "m" + ], + [ + "at", + "um" + ], + [ + "▁ded", + "u" + ], + [ + "▁de", + "du" + ], + [ + "▁d", + "edu" + ], + [ + "▁arrang", + "ed" + ], + [ + "▁arr", + "anged" + ], + [ + "la", + "z" + ], + [ + "l", + "az" + ], + [ + "▁cu", + "enta" + ], + [ + "ym", + "l" + ], + [ + "y", + "ml" + ], + [ + "▁fla", + "v" + ], + [ + "▁fl", + "av" + ], + [ + "▁f", + "lav" + ], + [ + "M", + "R" + ], + [ + "eme", + "t" + ], + [ + "em", + "et" + ], + [ + "e", + "met" + ], + [ + "бі", + "ль" + ], + [ + "б", + "іль" + ], + [ + "cm", + "p" + ], + [ + "c", + "mp" + ], + [ + "itut", + "o" + ], + [ + "itu", + "to" + ], + [ + "it", + "uto" + ], + [ + "zet", + "t" + ], + [ + "ze", + "tt" + ], + [ + "z", + "ett" + ], + [ + "▁env", + "i" + ], + [ + "▁en", + "vi" + ], + [ + "▁ko", + "t" + ], + [ + "▁k", + "ot" + ], + [ + "$", + ":" + ], + [ + "upp", + "er" + ], + [ + "up", + "per" + ], + [ + "u", + "pper" + ], + [ + "▁Albert", + "o" + ], + [ + "▁Al", + "berto" + ], + [ + "k", + "b" + ], + [ + "An", + "al" + ], + [ + "A", + "nal" + ], + [ + "ör", + "t" + ], + [ + "ö", + "rt" + ], + [ + "▁[", + "-" + ], + [ + "▁", + "[-" + ], + [ + "▁führt", + "e" + ], + [ + "▁führ", + "te" + ], + [ + "ia", + "h" + ], + [ + "i", + "ah" + ], + [ + "▁Tu", + "n" + ], + [ + "▁T", + "un" + ], + [ + "▁и", + "скус" + ], + [ + "uw", + "e" + ], + [ + "u", + "we" + ], + [ + "is", + "pecies" + ], + [ + "i", + "species" + ], + [ + "P", + "ub" + ], + [ + "Syn", + "c" + ], + [ + "S", + "ync" + ], + [ + "▁Colomb", + "ia" + ], + [ + "aker", + "s" + ], + [ + "ake", + "rs" + ], + [ + "ak", + "ers" + ], + [ + "▁Imper", + "ial" + ], + [ + "ovi", + "ng" + ], + [ + "ov", + "ing" + ], + [ + "o", + "ving" + ], + [ + "▁intellig", + "ence" + ], + [ + "▁int", + "elligence" + ], + [ + "▁equip", + "ment" + ], + [ + "ei", + "n" + ], + [ + "e", + "in" + ], + [ + "dag", + "ger" + ], + [ + "d", + "agger" + ], + [ + "▁Ed", + "ge" + ], + [ + "▁", + "Edge" + ], + [ + "▁Рес", + "публи" + ], + [ + "adratkil", + "ometer" + ], + [ + "▁Ant", + "o" + ], + [ + "▁An", + "to" + ], + [ + "▁charge", + "s" + ], + [ + "▁charg", + "es" + ], + [ + "▁char", + "ges" + ], + [ + "▁O", + "cean" + ], + [ + "▁simpl", + "ify" + ], + [ + "▁mie", + "sz" + ], + [ + "▁mi", + "esz" + ], + [ + "▁m", + "iesz" + ], + [ + "run", + "ning" + ], + [ + "r", + "unning" + ], + [ + "▁La", + "c" + ], + [ + "▁L", + "ac" + ], + [ + "gen", + "ommen" + ], + [ + "▁represent", + "ative" + ], + [ + "=", + "." + ], + [ + "▁Pre", + "d" + ], + [ + "▁Pr", + "ed" + ], + [ + "▁P", + "red" + ], + [ + "▁", + "Pred" + ], + [ + "▁sp", + "ite" + ], + [ + "cial", + "e" + ], + [ + "cia", + "le" + ], + [ + "ci", + "ale" + ], + [ + "c", + "iale" + ], + [ + "▁nav", + "e" + ], + [ + "▁na", + "ve" + ], + [ + "▁n", + "ave" + ], + [ + "▁ext", + "ens" + ], + [ + "▁neut", + "ral" + ], + [ + "▁кото", + "рая" + ], + [ + ".<", + "/" + ], + [ + ".", + ":", + ":" + ], + [ + ">", + "::" + ], + [ + "ш", + "ёл" + ], + [ + "▁principale", + "s" + ], + [ + "▁principal", + "es" + ], + [ + "▁princip", + "ales" + ], + [ + "▁ц", + "ар" + ], + [ + "▁tie", + "d" + ], + [ + "▁ti", + "ed" + ], + [ + "▁t", + "ied" + ], + [ + "▁alt", + "a" + ], + [ + "▁al", + "ta" + ], + [ + "▁Ci", + "t" + ], + [ + "▁C", + "it" + ], + [ + "line", + "d" + ], + [ + "lin", + "ed" + ], + [ + "li", + "ned" + ], + [ + "l", + "ined" + ], + [ + "ma", + "jor" + ], + [ + "▁pun", + "k" + ], + [ + "▁p", + "unk" + ], + [ + "▁cin", + "co" + ], + [ + "ick", + "ý" + ], + [ + "▁rag", + "gi" + ], + [ + "▁ra", + "ggi" + ], + [ + "▁r", + "aggi" + ], + [ + "type", + "n" + ], + [ + "typ", + "en" + ], + [ + "ty", + "pen" + ], + [ + "тель", + "ство" + ], + [ + "▁confer", + "ence" + ], + [ + "▁con", + "ference" + ], + [ + "▁сі", + "ль" + ], + [ + "▁с", + "іль" + ], + [ + "▁he", + "ut" + ], + [ + "i", + "š" + ], + [ + "ет", + "а" + ], + [ + "е", + "та" + ], + [ + "velop", + "e" + ], + [ + "vel", + "ope" + ], + [ + "h", + "box" + ], + [ + "now", + "n" + ], + [ + "no", + "wn" + ], + [ + "n", + "own" + ], + [ + "▁za", + "r" + ], + [ + "▁z", + "ar" + ], + [ + "▁", + "zar" + ], + [ + "kt", + "iv" + ], + [ + "ie", + "ß" + ], + [ + "▁ст", + "ре" + ], + [ + "▁с", + "тре" + ], + [ + "▁", + "стре" + ], + [ + "▁Event", + "Args" + ], + [ + "▁", + "EventArgs" + ], + [ + "▁Ir", + "a" + ], + [ + "▁I", + "ra" + ], + [ + "▁VB", + "A" + ], + [ + "▁V", + "BA" + ], + [ + "▁Sant", + "o" + ], + [ + "▁San", + "to" + ], + [ + "▁S", + "anto" + ], + [ + "▁Fac", + "h" + ], + [ + "▁Fa", + "ch" + ], + [ + "▁F", + "ach" + ], + [ + "▁F", + "F" + ], + [ + "▁", + "FF" + ], + [ + "▁Ray", + "mond" + ], + [ + "ме", + "ц" + ], + [ + "im", + "plementation" + ], + [ + "▁brother", + "s" + ], + [ + "▁bro", + "thers" + ], + [ + "▁cô", + "té" + ], + [ + "▁controller", + "s" + ], + [ + "▁control", + "lers" + ], + [ + "▁cont", + "rollers" + ], + [ + "▁Cl", + "e" + ], + [ + "▁C", + "le" + ], + [ + "▁cab", + "le" + ], + [ + "▁ca", + "ble" + ], + [ + "▁c", + "able" + ], + [ + "▁conf", + "er" + ], + [ + "▁con", + "fer" + ], + [ + "▁{", + "-" + ], + [ + "▁", + "{-" + ], + [ + "▁cz", + "ł" + ], + [ + "▁Fil", + "ip" + ], + [ + "atori", + "o" + ], + [ + "ator", + "io" + ], + [ + "ato", + "rio" + ], + [ + "at", + "orio" + ], + [ + "▁w", + "icht" + ], + [ + "▁be", + "aucoup" + ], + [ + "▁Li", + "t" + ], + [ + "▁L", + "it" + ], + [ + "▁session", + "s" + ], + [ + "▁sess", + "ions" + ], + [ + "▁s", + "essions" + ], + [ + "▁Su", + "ccess" + ], + [ + "▁", + "Success" + ], + [ + "▁rout", + "ing" + ], + [ + "▁rou", + "ting" + ], + [ + "▁ro", + "uting" + ], + [ + "ni", + "u" + ], + [ + "n", + "iu" + ], + [ + "▁Vic", + "e" + ], + [ + "▁Vi", + "ce" + ], + [ + "▁V", + "ice" + ], + [ + "▁kr", + "it" + ], + [ + "▁k", + "rit" + ], + [ + "update", + "d" + ], + [ + "up", + "dated" + ], + [ + "▁In", + "valid" + ], + [ + "▁", + "Invalid" + ], + [ + "▁Mann", + "schaft" + ], + [ + "▁ao", + "s" + ], + [ + "▁a", + "os" + ], + [ + "▁tud", + "i" + ], + [ + "▁tu", + "di" + ], + [ + "▁t", + "udi" + ], + [ + "▁desp", + "rés" + ], + [ + "▁des", + "prés" + ], + [ + "qu", + "a" + ], + [ + "q", + "ua" + ], + [ + "Cont", + "ains" + ], + [ + "Comp", + "any" + ], + [ + "▁person", + "a" + ], + [ + "▁pers", + "ona" + ], + [ + "ad", + "apter" + ], + [ + "с", + "ни" + ], + [ + "▁vo", + "j" + ], + [ + "▁v", + "oj" + ], + [ + "▁", + "voj" + ], + [ + "▁esc", + "ri" + ], + [ + "▁es", + "cri" + ], + [ + "▁e", + "scri" + ], + [ + "ag", + "t" + ], + [ + "a", + "gt" + ], + [ + "▁ст", + "во" + ], + [ + "▁с", + "тво" + ], + [ + "▁", + "ство" + ], + [ + "▁dist", + "rito" + ], + [ + "apa", + "n" + ], + [ + "ap", + "an" + ], + [ + "a", + "pan" + ], + [ + "▁aspect", + "s" + ], + [ + "▁za", + "l" + ], + [ + "▁z", + "al" + ], + [ + ")^{", + "\\" + ], + [ + ")^", + "{\\" + ], + [ + ")", + "^{\\" + ], + [ + "▁syst", + "ème" + ], + [ + "▁ан", + "а" + ], + [ + "▁а", + "на" + ], + [ + "▁", + "ана" + ], + [ + "ium", + "s" + ], + [ + "iu", + "ms" + ], + [ + "i", + "ums" + ], + [ + "▁premier", + "s" + ], + [ + "▁premi", + "ers" + ], + [ + "▁prem", + "iers" + ], + [ + "▁по", + "э" + ], + [ + "▁m", + "ère" + ], + [ + "▁Gu", + "n" + ], + [ + "▁G", + "un" + ], + [ + "api", + "ng" + ], + [ + "ap", + "ing" + ], + [ + "a", + "ping" + ], + [ + "▁Ra", + "in" + ], + [ + "▁R", + "ain" + ], + [ + "▁ig", + "ual" + ], + [ + "▁process", + "or" + ], + [ + "▁proc", + "essor" + ], + [ + "▁", + "processor" + ], + [ + "')", + "`" + ], + [ + "'", + ")`" + ], + [ + "bl", + "ing" + ], + [ + "b", + "ling" + ], + [ + "▁mis", + "m" + ], + [ + "▁mi", + "sm" + ], + [ + "▁m", + "ism" + ], + [ + "br", + "áz" + ], + [ + "▁close", + "st" + ], + [ + "▁clos", + "est" + ], + [ + "▁Read", + "ing" + ], + [ + "▁Re", + "ading" + ], + [ + "▁по", + "пу" + ], + [ + "con", + "o" + ], + [ + "co", + "no" + ], + [ + "c", + "ono" + ], + [ + "▁k", + "ult" + ], + [ + "▁!", + "!" + ], + [ + "▁", + "!!" + ], + [ + "▁Express", + "ion" + ], + [ + "▁Exp", + "ression" + ], + [ + "▁Ex", + "pression" + ], + [ + "▁", + "Expression" + ], + [ + "▁induct", + "ion" + ], + [ + "▁indu", + "ction" + ], + [ + "ahr", + "en" + ], + [ + "ah", + "ren" + ], + [ + "a", + "hren" + ], + [ + "▁c", + "p" + ], + [ + "▁", + "cp" + ], + [ + "▁viol", + "ence" + ], + [ + "ient", + "í" + ], + [ + "cent", + "e" + ], + [ + "cen", + "te" + ], + [ + "c", + "ente" + ], + [ + "▁Do", + "b" + ], + [ + "▁D", + "ob" + ], + [ + "ja", + "ck" + ], + [ + "j", + "ack" + ], + [ + "son", + "g" + ], + [ + "so", + "ng" + ], + [ + "s", + "ong" + ], + [ + "bu", + "cket" + ], + [ + "▁dep", + "ort" + ], + [ + "▁de", + "port" + ], + [ + "ким", + "и" + ], + [ + "ки", + "ми" + ], + [ + "l", + "m" + ], + [ + "▁inn", + "oc" + ], + [ + "▁in", + "noc" + ], + [ + "Change", + "s" + ], + [ + "Ch", + "anges" + ], + [ + "▁pro", + "hib" + ], + [ + "ango", + "l" + ], + [ + "ang", + "ol" + ], + [ + "isecond", + "s" + ], + [ + "i", + "seconds" + ], + [ + "▁по", + "р" + ], + [ + "▁п", + "ор" + ], + [ + "▁", + "пор" + ], + [ + "▁hi", + "p" + ], + [ + "▁h", + "ip" + ], + [ + "▁", + "hip" + ], + [ + "▁p", + "ů" + ], + [ + "endor", + "f" + ], + [ + "endo", + "rf" + ], + [ + "end", + "orf" + ], + [ + "en", + "dorf" + ], + [ + "▁schedule", + "d" + ], + [ + "▁sch", + "eduled" + ], + [ + "▁Fl", + "ug" + ], + [ + "acy", + "j" + ], + [ + "ac", + "yj" + ], + [ + "▁Film", + "s" + ], + [ + "▁Fil", + "ms" + ], + [ + "athed", + "ral" + ], + [ + "Po", + "wer" + ], + [ + "P", + "ower" + ], + [ + "ardi", + "n" + ], + [ + "ard", + "in" + ], + [ + "ar", + "din" + ], + [ + "ka", + "p" + ], + [ + "k", + "ap" + ], + [ + "ick", + "en" + ], + [ + "ic", + "ken" + ], + [ + "i", + "cken" + ], + [ + "res", + "ize" + ], + [ + "re", + "size" + ], + [ + "eu", + "s" + ], + [ + "e", + "us" + ], + [ + "r", + "r" + ], + [ + "ля", + "н" + ], + [ + "л", + "ян" + ], + [ + "▁Ha", + "v" + ], + [ + "▁H", + "av" + ], + [ + "▁or", + "a" + ], + [ + "▁o", + "ra" + ], + [ + "▁", + "ora" + ], + [ + "FR", + "OM" + ], + [ + "F", + "ROM" + ], + [ + "ло", + "ся" + ], + [ + "▁ter", + "ug" + ], + [ + "▁te", + "rug" + ], + [ + "▁W", + "idth" + ], + [ + "▁", + "Width" + ], + [ + "▁accept", + "s" + ], + [ + "бе", + "н" + ], + [ + "б", + "ен" + ], + [ + "▁mic", + "h" + ], + [ + "▁mi", + "ch" + ], + [ + "▁m", + "ich" + ], + [ + "▁Cz", + "ech" + ], + [ + "▁C", + "zech" + ], + [ + "▁B", + "edeut" + ], + [ + "▁ви", + "д" + ], + [ + "▁", + "вид" + ], + [ + "ô", + "me" + ], + [ + "▁Lo", + "op" + ], + [ + "▁L", + "oop" + ], + [ + "▁", + "Loop" + ], + [ + "spec", + "t" + ], + [ + "spe", + "ct" + ], + [ + "sp", + "ect" + ], + [ + "s", + "pect" + ], + [ + "ü", + "k" + ], + [ + "esto", + "n" + ], + [ + "est", + "on" + ], + [ + "es", + "ton" + ], + [ + "e", + "ston" + ], + [ + "▁slo", + "t" + ], + [ + "▁sl", + "ot" + ], + [ + "▁s", + "lot" + ], + [ + "▁został", + "a" + ], + [ + "▁Charlot", + "te" + ], + [ + "▁составля", + "ет" + ], + [ + "▁состав", + "ляет" + ], + [ + "▁Prom", + "ise" + ], + [ + "▁ep", + "o" + ], + [ + "▁e", + "po" + ], + [ + "▁dict", + "ion" + ], + [ + "▁dic", + "tion" + ], + [ + "▁di", + "ction" + ], + [ + "▁d", + "iction" + ], + [ + "▁", + "diction" + ], + [ + "▁Frank", + "lin" + ], + [ + "▁Ri", + "v" + ], + [ + "▁R", + "iv" + ], + [ + "ру", + "г" + ], + [ + "cid", + "a" + ], + [ + "ci", + "da" + ], + [ + "c", + "ida" + ], + [ + "▁Ex", + "plorer" + ], + [ + "cook", + "ie" + ], + [ + "▁former", + "ly" + ], + [ + "▁municipal", + "ity" + ], + [ + "▁municip", + "ality" + ], + [ + "▁Stef", + "an" + ], + [ + "▁Ste", + "fan" + ], + [ + "list", + "s" + ], + [ + "lis", + "ts" + ], + [ + "l", + "ists" + ], + [ + "COM", + "P" + ], + [ + "CO", + "MP" + ], + [ + "Le", + "n" + ], + [ + "L", + "en" + ], + [ + "▁Sta", + "at" + ], + [ + "▁N", + "BA" + ], + [ + "den", + "s" + ], + [ + "de", + "ns" + ], + [ + "d", + "ens" + ], + [ + "▁osc", + "ill" + ], + [ + "!", + "." + ], + [ + "▁P", + "O" + ], + [ + "▁", + "PO" + ], + [ + "ô", + "ne" + ], + [ + "ese", + "s" + ], + [ + "es", + "es" + ], + [ + "▁на", + "циональ" + ], + [ + "vo", + "or" + ], + [ + "v", + "oor" + ], + [ + "▁ко", + "пи" + ], + [ + "▁по", + "зи" + ], + [ + "▁", + "пози" + ], + [ + "ul", + "u" + ], + [ + "u", + "lu" + ], + [ + "Constra", + "int" + ], + [ + "Const", + "raint" + ], + [ + "▁сво", + "ей" + ], + [ + "▁algebra", + "ic" + ], + [ + "ч", + "ня" + ], + [ + "Di", + "ct" + ], + [ + "D", + "ict" + ], + [ + "▁appear", + "ing" + ], + [ + "▁appe", + "aring" + ], + [ + "▁pra", + "v" + ], + [ + "▁pr", + "av" + ], + [ + "▁p", + "rav" + ], + [ + "▁Univers", + "al" + ], + [ + "B", + "rowser" + ], + [ + "▁Sing", + "ap" + ], + [ + "ennes", + "see" + ], + [ + "]", + "_" + ], + [ + "▁So", + "f" + ], + [ + "▁S", + "of" + ], + [ + "▁Ca", + "d" + ], + [ + "▁C", + "ad" + ], + [ + "oun", + "ce" + ], + [ + "▁cost", + "s" + ], + [ + "▁cos", + "ts" + ], + [ + "]{", + "\\" + ], + [ + "]", + "{\\" + ], + [ + "../", + "../" + ], + [ + "ські", + "й" + ], + [ + "ськ", + "ій" + ], + [ + "üh", + "l" + ], + [ + "ü", + "hl" + ], + [ + "iet", + "y" + ], + [ + "ie", + "ty" + ], + [ + "i", + "ety" + ], + [ + "п", + "р" + ], + [ + "▁interpret", + "ed" + ], + [ + "▁interpre", + "ted" + ], + [ + "aj", + "n" + ], + [ + "colo", + "g" + ], + [ + "col", + "og" + ], + [ + "co", + "log" + ], + [ + "c", + "olog" + ], + [ + "Y", + "S" + ], + [ + "man", + "s" + ], + [ + "ma", + "ns" + ], + [ + "m", + "ans" + ], + [ + "▁metric", + "s" + ], + [ + "▁met", + "rics" + ], + [ + "▁reg", + "istr" + ], + [ + "▁", + "registr" + ], + [ + "istan", + "ce" + ], + [ + "ist", + "ance" + ], + [ + "▁По", + "ль" + ], + [ + "▁an", + "onymous" + ], + [ + "▁", + "anonymous" + ], + [ + "▁institution", + "s" + ], + [ + "▁instit", + "utions" + ], + [ + "▁zd", + "ob" + ], + [ + "▁z", + "dob" + ], + [ + "prü", + "ng" + ], + [ + "pr", + "üng" + ], + [ + "▁ар", + "ти" + ], + [ + "▁esta", + "t" + ], + [ + "▁est", + "at" + ], + [ + "▁es", + "tat" + ], + [ + "▁e", + "stat" + ], + [ + "acc", + "i" + ], + [ + "ac", + "ci" + ], + [ + "▁academ", + "ic" + ], + [ + "▁chi", + "esa" + ], + [ + "▁ch", + "iesa" + ], + [ + "▁Gia", + "n" + ], + [ + "▁Gi", + "an" + ], + [ + "▁G", + "ian" + ], + [ + "contr", + "ib" + ], + [ + "cont", + "rib" + ], + [ + "ume", + "d" + ], + [ + "um", + "ed" + ], + [ + "u", + "med" + ], + [ + "▁Gi", + "r" + ], + [ + "▁G", + "ir" + ], + [ + "▁base", + "ball" + ], + [ + "numer", + "ic" + ], + [ + "n", + "umeric" + ], + [ + "Gener", + "ator" + ], + [ + "G", + "M" + ], + [ + "▁tin", + "y" + ], + [ + "▁ti", + "ny" + ], + [ + "▁t", + "iny" + ], + [ + "▁", + "tiny" + ], + [ + "▁distinct", + "ion" + ], + [ + "▁dist", + "inction" + ], + [ + "ге", + "р" + ], + [ + "г", + "ер" + ], + [ + "▁rus", + "t" + ], + [ + "▁ru", + "st" + ], + [ + "▁r", + "ust" + ], + [ + "▁", + "rust" + ], + [ + "▁FI", + "FA" + ], + [ + "▁Pro", + "perties" + ], + [ + "▁", + "Properties" + ], + [ + "^", + "-" + ], + [ + "▁эк", + "с" + ], + [ + "▁э", + "кс" + ], + [ + "▁Stan", + "is" + ], + [ + "▁Sta", + "nis" + ], + [ + "▁A", + "jax" + ], + [ + "esc", + "ape" + ], + [ + "es", + "cape" + ], + [ + "▁cons", + "p" + ], + [ + "▁con", + "sp" + ], + [ + "▁Che", + "n" + ], + [ + "▁Ch", + "en" + ], + [ + "▁C", + "hen" + ], + [ + "▁Nav", + "al" + ], + [ + "▁Na", + "val" + ], + [ + "▁N", + "aval" + ], + [ + "Bi", + "t" + ], + [ + "B", + "it" + ], + [ + "▁b", + "ât" + ], + [ + "ским", + "и" + ], + [ + "ски", + "ми" + ], + [ + "с", + "кими" + ], + [ + "dri", + "ve" + ], + [ + "dr", + "ive" + ], + [ + "d", + "rive" + ], + [ + "▁Rou", + "nd" + ], + [ + "▁Ro", + "und" + ], + [ + "▁R", + "ound" + ], + [ + "ph", + "oto" + ], + [ + "▁Lev", + "el" + ], + [ + "▁Le", + "vel" + ], + [ + "▁", + "Level" + ], + [ + "▁ge", + "g" + ], + [ + "▁g", + "eg" + ], + [ + "▁", + "geg" + ], + [ + "To", + "m" + ], + [ + "T", + "om" + ], + [ + "▁M", + "obile" + ], + [ + "▁", + "Mobile" + ], + [ + "▁Tro", + "p" + ], + [ + "▁Tr", + "op" + ], + [ + "▁T", + "rop" + ], + [ + "Direct", + "ion" + ], + [ + "Dir", + "ection" + ], + [ + "D", + "irection" + ], + [ + "isa", + "n" + ], + [ + "is", + "an" + ], + [ + "i", + "san" + ], + [ + ")^{", + "-" + ], + [ + ")^", + "{-" + ], + [ + ")", + "^{-" + ], + [ + "▁Set", + "ting" + ], + [ + "▁", + "Setting" + ], + [ + "▁Pro", + "bably" + ], + [ + "ль", + "я" + ], + [ + "л", + "ья" + ], + [ + "▁asset", + "s" + ], + [ + "▁asse", + "ts" + ], + [ + "▁ass", + "ets" + ], + [ + "▁as", + "sets" + ], + [ + "▁", + "assets" + ], + [ + "▁att", + "e" + ], + [ + "▁at", + "te" + ], + [ + "▁a", + "tte" + ], + [ + "▁", + "atte" + ], + [ + "▁bul", + "k" + ], + [ + "▁b", + "ulk" + ], + [ + "és", + "t" + ], + [ + "é", + "st" + ], + [ + "▁win", + "g" + ], + [ + "▁w", + "ing" + ], + [ + "▁", + "wing" + ], + [ + "niu", + "s" + ], + [ + "ni", + "us" + ], + [ + "n", + "ius" + ], + [ + "▁win", + "s" + ], + [ + "▁w", + "ins" + ], + [ + "▁lu", + "d" + ], + [ + "▁l", + "ud" + ], + [ + "ush", + "ing" + ], + [ + "us", + "hing" + ], + [ + "▁deve", + "n" + ], + [ + "▁dev", + "en" + ], + [ + "▁de", + "ven" + ], + [ + "▁d", + "even" + ], + [ + "огра", + "ф" + ], + [ + "о", + "граф" + ], + [ + "burg", + "er" + ], + [ + "bur", + "ger" + ], + [ + "b", + "urger" + ], + [ + "▁emb", + "ar" + ], + [ + "▁em", + "bar" + ], + [ + "Filter", + "Chain" + ], + [ + "▁tu", + "m" + ], + [ + "▁t", + "um" + ], + [ + "▁ö", + "ss" + ], + [ + "▁nom", + "mé" + ], + [ + "▁pi", + "r" + ], + [ + "▁p", + "ir" + ], + [ + "▁lu", + "c" + ], + [ + "▁l", + "uc" + ], + [ + "db", + "o" + ], + [ + "d", + "bo" + ], + [ + "ague", + "s" + ], + [ + "agu", + "es" + ], + [ + "ag", + "ues" + ], + [ + "▁alc", + "an" + ], + [ + "▁al", + "can" + ], + [ + "ouw", + "en" + ], + [ + "ou", + "wen" + ], + [ + "▁Stan", + "ley" + ], + [ + "ци", + "али" + ], + [ + "▁grow", + "n" + ], + [ + "▁gro", + "wn" + ], + [ + "▁gr", + "own" + ], + [ + "▁g", + "rown" + ], + [ + "▁preserve", + "d" + ], + [ + "▁pres", + "erved" + ], + [ + "▁sol", + "ar" + ], + [ + "▁so", + "lar" + ], + [ + "▁s", + "olar" + ], + [ + "▁Насе", + "ление" + ], + [ + "▁performance", + "s" + ], + [ + "▁perform", + "ances" + ], + [ + "▁Co", + "w" + ], + [ + "▁C", + "ow" + ], + [ + "▁engineer", + "ing" + ], + [ + "▁engine", + "ering" + ], + [ + "▁scal", + "ing" + ], + [ + "▁sc", + "aling" + ], + [ + "atom", + "ic" + ], + [ + "ato", + "mic" + ], + [ + "at", + "omic" + ], + [ + "end", + "ance" + ], + [ + "▁ac", + "e" + ], + [ + "▁a", + "ce" + ], + [ + "▁", + "ace" + ], + [ + "änge", + "n" + ], + [ + "äng", + "en" + ], + [ + "än", + "gen" + ], + [ + "An", + "im" + ], + [ + "A", + "nim" + ], + [ + "phas", + "e" + ], + [ + "pha", + "se" + ], + [ + "ph", + "ase" + ], + [ + "z", + "burg" + ], + [ + "O", + "ld" + ], + [ + "▁serv", + "ant" + ], + [ + "▁geme", + "ins" + ], + [ + "▁Ob", + "serv" + ], + [ + "trans", + "late" + ], + [ + "▁cover", + "ing" + ], + [ + "▁cov", + "ering" + ], + [ + "▁está", + "n" + ], + [ + "▁est", + "án" + ], + [ + "▁problem", + "a" + ], + [ + "▁proble", + "ma" + ], + [ + "▁probl", + "ema" + ], + [ + "▁у", + "станов" + ], + [ + "▁lle", + "v" + ], + [ + "▁ll", + "ev" + ], + [ + "▁l", + "lev" + ], + [ + "▁c", + "zerw" + ], + [ + "é", + "al" + ], + [ + "me", + "z" + ], + [ + "m", + "ez" + ], + [ + "RE", + "E" + ], + [ + "R", + "EE" + ], + [ + "ER", + "R" + ], + [ + "тур", + "и" + ], + [ + "ту", + "ри" + ], + [ + "seg", + "u" + ], + [ + "se", + "gu" + ], + [ + "s", + "egu" + ], + [ + "▁prof", + "it" + ], + [ + "▁pro", + "fit" + ], + [ + "▁multip", + "lication" + ], + [ + "kom", + "men" + ], + [ + "k", + "ommen" + ], + [ + "▁fa", + "ut" + ], + [ + "▁f", + "aut" + ], + [ + "▁candidate", + "s" + ], + [ + "▁candid", + "ates" + ], + [ + "▁Ur", + "i" + ], + [ + "▁U", + "ri" + ], + [ + "▁", + "Uri" + ], + [ + "▁Laur", + "a" + ], + [ + "▁Lau", + "ra" + ], + [ + "▁La", + "ura" + ], + [ + "▁sa", + "p" + ], + [ + "▁s", + "ap" + ], + [ + "▁ви", + "сини" + ], + [ + "▁Bet", + "ween" + ], + [ + "fa", + "de" + ], + [ + "f", + "ade" + ], + [ + "▁reserve", + "d" + ], + [ + "▁res", + "erved" + ], + [ + "▁invol", + "ving" + ], + [ + "▁Mar", + "e" + ], + [ + "▁Ma", + "re" + ], + [ + "▁M", + "are" + ], + [ + "▁Cont", + "ainer" + ], + [ + "▁", + "Container" + ], + [ + "▁на", + "зна" + ], + [ + "▁DE", + "BUG" + ], + [ + "▁", + "DEBUG" + ], + [ + "▁hur", + "t" + ], + [ + "▁hu", + "rt" + ], + [ + "▁h", + "urt" + ], + [ + "▁Pol", + "ski" + ], + [ + "▁lu", + "x" + ], + [ + "▁l", + "ux" + ], + [ + "C", + "B" + ], + [ + "wa", + "ch" + ], + [ + "w", + "ach" + ], + [ + "▁перио", + "д" + ], + [ + "▁пери", + "од" + ], + [ + "▁C", + "atherine" + ], + [ + "▁gan", + "z" + ], + [ + "▁g", + "anz" + ], + [ + "ucht", + "e" + ], + [ + "uch", + "te" + ], + [ + "u", + "chte" + ], + [ + "▁consume", + "r" + ], + [ + "▁consum", + "er" + ], + [ + "▁cons", + "umer" + ], + [ + "▁cross", + "ed" + ], + [ + "order", + "ed" + ], + [ + "orde", + "red" + ], + [ + "ord", + "ered" + ], + [ + "awa", + "y" + ], + [ + "aw", + "ay" + ], + [ + "a", + "way" + ], + [ + "tech", + "n" + ], + [ + "te", + "chn" + ], + [ + "▁subs", + "cri" + ], + [ + "▁sub", + "scri" + ], + [ + "▁short", + "cut" + ], + [ + "▁произ", + "вод" + ], + [ + "▁simultane", + "ously" + ], + [ + "▁rat", + "ing" + ], + [ + "▁ra", + "ting" + ], + [ + "▁r", + "ating" + ], + [ + "▁", + "rating" + ], + [ + "▁King", + "s" + ], + [ + "▁Kin", + "gs" + ], + [ + "▁K", + "ings" + ], + [ + "▁relationship", + "s" + ], + [ + "▁relations", + "hips" + ], + [ + "▁relation", + "ships" + ], + [ + "▁Se", + "x" + ], + [ + "▁S", + "ex" + ], + [ + "▁To", + "ol" + ], + [ + "▁T", + "ool" + ], + [ + "▁", + "Tool" + ], + [ + "ag", + "h" + ], + [ + "a", + "gh" + ], + [ + "acter", + "s" + ], + [ + "act", + "ers" + ], + [ + "ac", + "ters" + ], + [ + "log", + "ger" + ], + [ + "hom", + "me" + ], + [ + "enger", + "s" + ], + [ + "eng", + "ers" + ], + [ + "en", + "gers" + ], + [ + "▁R", + "i" + ], + [ + "ear", + "ance" + ], + [ + "ea", + "rance" + ], + [ + "▁appearance", + "s" + ], + [ + "▁appear", + "ances" + ], + [ + "Re", + "al" + ], + [ + "▁pass", + "e" + ], + [ + "▁pas", + "se" + ], + [ + "▁p", + "asse" + ], + [ + "ic", + "lopedia" + ], + [ + "ч", + "ко" + ], + [ + "ter", + "re" + ], + [ + "▁Ont", + "ario" + ], + [ + "▁перед", + "а" + ], + [ + "▁пере", + "да" + ], + [ + "foot", + "er" + ], + [ + "foo", + "ter" + ], + [ + "fo", + "oter" + ], + [ + "archiv", + "i" + ], + [ + "arch", + "ivi" + ], + [ + "ifi", + "z" + ], + [ + "if", + "iz" + ], + [ + "▁Prote", + "st" + ], + [ + "▁Pro", + "test" + ], + [ + "▁LI", + "N" + ], + [ + "▁L", + "IN" + ], + [ + "▁", + "LIN" + ], + [ + "unn", + "able" + ], + [ + "▁cent", + "uries" + ], + [ + "▁Bay", + "er" + ], + [ + "▁Ba", + "yer" + ], + [ + "▁B", + "ayer" + ], + [ + "ці", + "ю" + ], + [ + "ови", + "н" + ], + [ + "ов", + "ин" + ], + [ + "о", + "вин" + ], + [ + "▁Andre", + "a" + ], + [ + "▁And", + "rea" + ], + [ + "select", + "ion" + ], + [ + "sel", + "ection" + ], + [ + "se", + "lection" + ], + [ + "▁cal", + "m" + ], + [ + "▁ca", + "lm" + ], + [ + "▁c", + "alm" + ], + [ + "▁modific", + "ation" + ], + [ + "▁mod", + "ification" + ], + [ + "▁short", + "ly" + ], + [ + "ina", + "ire" + ], + [ + "in", + "aire" + ], + [ + "i", + "naire" + ], + [ + "▁fus", + "ion" + ], + [ + "▁f", + "usion" + ], + [ + "▁feeling", + "s" + ], + [ + "▁feel", + "ings" + ], + [ + "▁fee", + "lings" + ], + [ + "P", + "K" + ], + [ + "▁Robert", + "o" + ], + [ + "▁Ro", + "berto" + ], + [ + "г", + "не" + ], + [ + "Sh", + "ared" + ], + [ + "▁mehr", + "ere" + ], + [ + "▁Nie", + "m" + ], + [ + "▁Ni", + "em" + ], + [ + "▁N", + "iem" + ], + [ + "om", + "p" + ], + [ + "o", + "mp" + ], + [ + "En", + "v" + ], + [ + "▁Art", + "icle" + ], + [ + "▁Po", + "k" + ], + [ + "▁P", + "ok" + ], + [ + "▁V", + "ARCHAR" + ], + [ + "▁di", + "l" + ], + [ + "▁d", + "il" + ], + [ + "▁aff", + "ord" + ], + [ + "▁af", + "ford" + ], + [ + "▁conf", + "ront" + ], + [ + "▁con", + "front" + ], + [ + "owan", + "ie" + ], + [ + "owa", + "nie" + ], + [ + "ow", + "anie" + ], + [ + "▁minist", + "re" + ], + [ + "▁mini", + "stre" + ], + [ + "▁min", + "istre" + ], + [ + "ades", + "h" + ], + [ + "ade", + "sh" + ], + [ + "ad", + "esh" + ], + [ + "▁Pol", + "y" + ], + [ + "▁Po", + "ly" + ], + [ + "▁P", + "oly" + ], + [ + "▁Рас", + "по" + ], + [ + "▁Ра", + "спо" + ], + [ + "▁Gru", + "ppe" + ], + [ + "▁Hel", + "en" + ], + [ + "▁He", + "len" + ], + [ + "▁H", + "elen" + ], + [ + "▁c", + "c" + ], + [ + "▁", + "cc" + ], + [ + "▁port", + "rait" + ], + [ + "be", + "w" + ], + [ + "b", + "ew" + ], + [ + "▁bet", + "a" + ], + [ + "▁be", + "ta" + ], + [ + "▁b", + "eta" + ], + [ + "▁", + "beta" + ], + [ + "▁Wi", + "r" + ], + [ + "▁W", + "ir" + ], + [ + "▁Aud", + "io" + ], + [ + "▁A", + "udio" + ], + [ + "▁", + "Audio" + ], + [ + "▁(\\", + "<" + ], + [ + "▁(", + "\\<" + ], + [ + "rior", + "ity" + ], + [ + "▁ni", + "t" + ], + [ + "▁n", + "it" + ], + [ + "▁", + "nit" + ], + [ + "▁представ", + "и" + ], + [ + "▁пред", + "стави" + ], + [ + "▁Vi", + "e" + ], + [ + "▁V", + "ie" + ], + [ + "▁w", + "ür" + ], + [ + "▁", + "wür" + ], + [ + "▁Hol", + "d" + ], + [ + "▁Ho", + "ld" + ], + [ + "▁H", + "old" + ], + [ + "▁", + "Hold" + ], + [ + "▁Sa", + "d" + ], + [ + "▁S", + "ad" + ], + [ + "▁To", + "chter" + ], + [ + "▁ol", + "tre" + ], + [ + "▁o", + "ltre" + ], + [ + "▁", + "oltre" + ], + [ + "▁Act", + "iv" + ], + [ + "▁", + "Activ" + ], + [ + "▁Jas", + "on" + ], + [ + "▁Ja", + "son" + ], + [ + "▁J", + "ason" + ], + [ + "▁wie", + "ku" + ], + [ + "▁regard", + "s" + ], + [ + "▁reg", + "ards" + ], + [ + "▁ta", + "ste" + ], + [ + "▁t", + "aste" + ], + [ + "agnost", + "ic" + ], + [ + "ла", + "ся" + ], + [ + "▁Sel", + "f" + ], + [ + "▁S", + "elf" + ], + [ + "▁", + "Self" + ], + [ + "▁ap", + "r" + ], + [ + "▁a", + "pr" + ], + [ + "▁De", + "ep" + ], + [ + "sc", + "op" + ], + [ + "s", + "cop" + ], + [ + "Act", + "iv" + ], + [ + "▁typed", + "ef" + ], + [ + "▁type", + "def" + ], + [ + "Content", + "View" + ], + [ + "compile", + "r" + ], + [ + "comp", + "iler" + ], + [ + "▁Rot", + "h" + ], + [ + "▁Ro", + "th" + ], + [ + "▁R", + "oth" + ], + [ + "x", + "c" + ], + [ + "зи", + "к" + ], + [ + "▁larg", + "o" + ], + [ + "▁lar", + "go" + ], + [ + "▁l", + "argo" + ], + [ + "▁Ren", + "a" + ], + [ + "▁Re", + "na" + ], + [ + "▁R", + "ena" + ], + [ + "heit", + "en" + ], + [ + "he", + "iten" + ], + [ + "▁platform", + "s" + ], + [ + "▁plat", + "forms" + ], + [ + "ull", + "a" + ], + [ + "ul", + "la" + ], + [ + "u", + "lla" + ], + [ + "▁gl", + "ance" + ], + [ + "▁mas", + "cul" + ], + [ + "▁me", + "x" + ], + [ + "▁m", + "ex" + ], + [ + "▁J", + "orge" + ], + [ + "▁func", + "ion" + ], + [ + "▁fun", + "cion" + ], + [ + "cho", + "ose" + ], + [ + "▁review", + "s" + ], + [ + "▁re", + "views" + ], + [ + "▁Alb", + "an" + ], + [ + "▁Al", + "ban" + ], + [ + "▁Gl", + "o" + ], + [ + "▁G", + "lo" + ], + [ + "▁Spec", + "ies" + ], + [ + "▁Spe", + "cies" + ], + [ + "▁S", + "pecies" + ], + [ + "▁Fam", + "e" + ], + [ + "▁Fa", + "me" + ], + [ + "▁F", + "ame" + ], + [ + "▁Rol", + "l" + ], + [ + "▁Ro", + "ll" + ], + [ + "▁R", + "oll" + ], + [ + "▁P", + "uerto" + ], + [ + "▁\\", + ")" + ], + [ + "▁", + "\\)" + ], + [ + "ymn", + "as" + ], + [ + "ym", + "nas" + ], + [ + "en", + "viron" + ], + [ + "▁i", + "phone" + ], + [ + "▁Wrest", + "ling" + ], + [ + "ał", + "y" + ], + [ + "a", + "ły" + ], + [ + "▁Indian", + "a" + ], + [ + "▁India", + "na" + ], + [ + "▁Ind", + "iana" + ], + [ + "Rad", + "io" + ], + [ + "V", + "S" + ], + [ + "▁independ", + "ence" + ], + [ + "та", + "й" + ], + [ + "▁dec", + "ode" + ], + [ + "▁de", + "code" + ], + [ + "▁", + "decode" + ], + [ + "Wh", + "ite" + ], + [ + "▁jour", + "n" + ], + [ + "▁jou", + "rn" + ], + [ + "▁jo", + "urn" + ], + [ + "▁j", + "ourn" + ], + [ + "ícul", + "o" + ], + [ + "í", + "culo" + ], + [ + "▁Bar", + "b" + ], + [ + "▁Ba", + "rb" + ], + [ + "▁Ev", + "angel" + ], + [ + "▁And", + "y" + ], + [ + "▁An", + "dy" + ], + [ + "▁Wel", + "come" + ], + [ + "▁Dev", + "ice" + ], + [ + "▁De", + "vice" + ], + [ + "▁", + "Device" + ], + [ + "ge", + "f" + ], + [ + "g", + "ef" + ], + [ + "▁remember", + "ed" + ], + [ + "▁variation", + "s" + ], + [ + "▁vari", + "ations" + ], + [ + "▁Ad", + "olf" + ], + [ + "ita", + "ine" + ], + [ + "it", + "aine" + ], + [ + "▁надмор", + "ској" + ], + [ + "▁ste", + "am" + ], + [ + "▁s", + "team" + ], + [ + "▁concern", + "s" + ], + [ + "▁`", + "|" + ], + [ + "▁би", + "о" + ], + [ + "тель", + "ства" + ], + [ + "▁qu", + "attro" + ], + [ + "ext", + "end" + ], + [ + "▁trabaj", + "o" + ], + [ + "▁trab", + "ajo" + ], + [ + "en", + "berg" + ], + [ + "▁scenario", + "s" + ], + [ + "▁scen", + "arios" + ], + [ + "ân", + "t" + ], + [ + "â", + "nt" + ], + [ + "▁komm", + "t" + ], + [ + "▁kom", + "mt" + ], + [ + "▁dom", + "estic" + ], + [ + "▁B", + "asketball" + ], + [ + "▁Co", + "oper" + ], + [ + "so", + "ck" + ], + [ + "s", + "ock" + ], + [ + "дер", + "жа" + ], + [ + "д", + "ержа" + ], + [ + "={", + "\\" + ], + [ + "=", + "{\\" + ], + [ + "▁in", + "ici" + ], + [ + "▁Phil", + "l" + ], + [ + "▁Ph", + "ill" + ], + [ + "▁P", + "hill" + ], + [ + "▁гене", + "рал" + ], + [ + "archivi", + "ato" + ], + [ + "ъ", + "н" + ], + [ + "Ro", + "b" + ], + [ + "R", + "ob" + ], + [ + "▁ton", + "g" + ], + [ + "▁to", + "ng" + ], + [ + "▁t", + "ong" + ], + [ + "▁characteristic", + "s" + ], + [ + "▁character", + "istics" + ], + [ + "▁am", + "az" + ], + [ + "▁a", + "maz" + ], + [ + "▁Mod", + "e" + ], + [ + "▁Mo", + "de" + ], + [ + "▁M", + "ode" + ], + [ + "▁", + "Mode" + ], + [ + "▁inaug", + "ur" + ], + [ + "we", + "hr" + ], + [ + "ran", + "t" + ], + [ + "ra", + "nt" + ], + [ + "r", + "ant" + ], + [ + "ional", + "i" + ], + [ + "iona", + "li" + ], + [ + "ion", + "ali" + ], + [ + "▁Mot", + "her" + ], + [ + "▁Mo", + "ther" + ], + [ + "▁M", + "other" + ], + [ + "M", + "a" + ], + [ + "é", + "qu" + ], + [ + "▁Kel", + "ly" + ], + [ + "▁K", + "elly" + ], + [ + "cil", + "e" + ], + [ + "ci", + "le" + ], + [ + "c", + "ile" + ], + [ + "▁beste", + "ht" + ], + [ + "▁estimate", + "s" + ], + [ + "▁estim", + "ates" + ], + [ + "rugu", + "ay" + ], + [ + "▁An", + "s" + ], + [ + "▁A", + "ns" + ], + [ + "Ma", + "d" + ], + [ + "M", + "ad" + ], + [ + "▁на", + "в" + ], + [ + "▁donné", + "es" + ], + [ + "▁donn", + "ées" + ], + [ + "▁d", + "onnées" + ], + [ + "▁", + "données" + ], + [ + "▁trop", + "ical" + ], + [ + "▁Sever", + "al" + ], + [ + "elte", + "r" + ], + [ + "elt", + "er" + ], + [ + "el", + "ter" + ], + [ + "▁Ph", + "o" + ], + [ + "▁P", + "ho" + ], + [ + "ke", + "m" + ], + [ + "k", + "em" + ], + [ + "▁Custom", + "er" + ], + [ + "▁", + "Customer" + ], + [ + "▁скла", + "ді" + ], + [ + "▁course", + "s" + ], + [ + "▁cours", + "es" + ], + [ + "▁c", + "ourses" + ], + [ + "Pl", + "atform" + ], + [ + "nav", + "bar" + ], + [ + "learn", + "ing" + ], + [ + "lear", + "ning" + ], + [ + "le", + "arning" + ], + [ + "▁Sw", + "edish" + ], + [ + "▁zas", + "t" + ], + [ + "▁za", + "st" + ], + [ + "▁z", + "ast" + ], + [ + "▁Li", + "g" + ], + [ + "▁L", + "ig" + ], + [ + "man", + "agement" + ], + [ + "▁lo", + "d" + ], + [ + "▁l", + "od" + ], + [ + "uff", + "le" + ], + [ + "Text", + "ure" + ], + [ + "Te", + "xture" + ], + [ + "arg", + "a" + ], + [ + "ar", + "ga" + ], + [ + "át", + "um" + ], + [ + "▁D", + "DR" + ], + [ + "ні", + "ї" + ], + [ + "н", + "ії" + ], + [ + "▁Soci", + "été" + ], + [ + "▁domain", + "s" + ], + [ + "▁dom", + "ains" + ], + [ + "▁permit", + "ted" + ], + [ + "▁perm", + "itted" + ], + [ + "▁extern", + "e" + ], + [ + "▁ext", + "erne" + ], + [ + "▁ex", + "terne" + ], + [ + "▁quel", + "que" + ], + [ + "v", + "t" + ], + [ + "ym", + "an" + ], + [ + "y", + "man" + ], + [ + "▁War", + "d" + ], + [ + "▁Wa", + "rd" + ], + [ + "▁W", + "ard" + ], + [ + "▁ag", + "li" + ], + [ + "▁", + "agli" + ], + [ + "▁and", + "ra" + ], + [ + "▁an", + "dra" + ], + [ + "▁", + "andra" + ], + [ + "S", + "napshot" + ], + [ + "▁m", + "å" + ], + [ + "▁ye", + "ah" + ], + [ + "ден", + "а" + ], + [ + "де", + "на" + ], + [ + "д", + "ена" + ], + [ + "ęp", + "u" + ], + [ + "ę", + "pu" + ], + [ + "ask", + "ell" + ], + [ + "▁Ré", + "publique" + ], + [ + "in", + "ject" + ], + [ + "▁'", + ";" + ], + [ + "▁", + "';" + ], + [ + "än", + "n" + ], + [ + "ä", + "nn" + ], + [ + "▁z", + "elf" + ], + [ + "▁Ent", + "wicklung" + ], + [ + "ár", + "ia" + ], + [ + "á", + "ria" + ], + [ + "onom", + "y" + ], + [ + "ono", + "my" + ], + [ + "on", + "omy" + ], + [ + "▁sv", + "il" + ], + [ + "▁s", + "vil" + ], + [ + "ies", + "e" + ], + [ + "ie", + "se" + ], + [ + "i", + "ese" + ], + [ + "▁conse", + "r" + ], + [ + "▁cons", + "er" + ], + [ + "▁con", + "ser" + ], + [ + "▁ni", + "m" + ], + [ + "▁n", + "im" + ], + [ + "▁", + "nim" + ], + [ + "▁rés", + "z" + ], + [ + "▁ré", + "sz" + ], + [ + "▁r", + "ész" + ], + [ + "▁И", + "тали" + ], + [ + "▁partic", + "i" + ], + [ + "▁parti", + "ci" + ], + [ + "▁part", + "ici" + ], + [ + "▁Li", + "on" + ], + [ + "▁L", + "ion" + ], + [ + "s", + "r" + ], + [ + "al", + "ways" + ], + [ + "▁Влади", + "мир" + ], + [ + "че", + "ские" + ], + [ + "[", + "," + ], + [ + "▁Def", + "inition" + ], + [ + "▁", + "Definition" + ], + [ + "nan", + "t" + ], + [ + "na", + "nt" + ], + [ + "n", + "ant" + ], + [ + "oe", + "m" + ], + [ + "o", + "em" + ], + [ + "Id", + "s" + ], + [ + "I", + "ds" + ], + [ + "▁в", + "не" + ], + [ + "▁[", + "...]" + ], + [ + "▁нап", + "рав" + ], + [ + "▁на", + "прав" + ], + [ + "▁G", + "O" + ], + [ + "▁", + "GO" + ], + [ + "▁år", + "s" + ], + [ + "▁å", + "rs" + ], + [ + "▁ut", + "án" + ], + [ + "▁out", + "ros" + ], + [ + "▁reg", + "ión" + ], + [ + "▁Mon", + "g" + ], + [ + "▁Mo", + "ng" + ], + [ + "▁M", + "ong" + ], + [ + "▁film", + "e" + ], + [ + "▁fil", + "me" + ], + [ + "▁trip", + "le" + ], + [ + "▁tri", + "ple" + ], + [ + "▁spo", + "ns" + ], + [ + "▁sp", + "ons" + ], + [ + "De", + "velop" + ], + [ + "▁out", + "come" + ], + [ + "▁Bib", + "le" + ], + [ + "▁Bi", + "ble" + ], + [ + "▁B", + "ible" + ], + [ + "▁имен", + "и" + ], + [ + "▁име", + "ни" + ], + [ + "▁и", + "мени" + ], + [ + "Can", + "vas" + ], + [ + "пу", + "та" + ], + [ + "cur", + "r" + ], + [ + "cu", + "rr" + ], + [ + "c", + "urr" + ], + [ + "ás", + "ok" + ], + [ + "){", + "\\" + ], + [ + ")", + "{\\" + ], + [ + "ning", + "ar" + ], + [ + "`", + ";" + ], + [ + "▁Fl", + "ash" + ], + [ + ":", + "#" + ], + [ + "mus", + "t" + ], + [ + "mu", + "st" + ], + [ + "m", + "ust" + ], + [ + "cp", + "u" + ], + [ + "c", + "pu" + ], + [ + "▁format", + "s" + ], + [ + "▁forma", + "ts" + ], + [ + "▁form", + "ats" + ], + [ + "Ha", + "r" + ], + [ + "H", + "ar" + ], + [ + "▁epis", + "odio" + ], + [ + "▁Ros", + "a" + ], + [ + "▁Ro", + "sa" + ], + [ + "▁R", + "osa" + ], + [ + "▁d", + "ès" + ], + [ + "emi", + "t" + ], + [ + "em", + "it" + ], + [ + "e", + "mit" + ], + [ + "riter", + "ia" + ], + [ + "rite", + "ria" + ], + [ + "rit", + "eria" + ], + [ + "An", + "notation" + ], + [ + "Fl", + "ag" + ], + [ + "F", + "lag" + ], + [ + "g", + "mail" + ], + [ + "▁Norm", + "al" + ], + [ + "▁Nor", + "mal" + ], + [ + "▁N", + "ormal" + ], + [ + "▁", + "Normal" + ], + [ + "ollar", + "y" + ], + [ + "oll", + "ary" + ], + [ + "▁fos", + "s" + ], + [ + "▁fo", + "ss" + ], + [ + "▁f", + "oss" + ], + [ + "▁conc", + "urrent" + ], + [ + "▁con", + "current" + ], + [ + "▁", + "concurrent" + ], + [ + "▁crash", + "es" + ], + [ + "▁вид", + "е" + ], + [ + "▁ви", + "де" + ], + [ + "▁Min", + "or" + ], + [ + "▁Mi", + "nor" + ], + [ + "▁Si", + "t" + ], + [ + "▁S", + "it" + ], + [ + "▁S", + "N" + ], + [ + "▁", + "SN" + ], + [ + "▁sc", + "ar" + ], + [ + "▁s", + "car" + ], + [ + "▁", + "scar" + ], + [ + "▁fem", + "in" + ], + [ + "▁fe", + "min" + ], + [ + "▁specific", + "ation" + ], + [ + "▁spec", + "ification" + ], + [ + "so", + "ap" + ], + [ + "▁opera", + "te" + ], + [ + "▁oper", + "ate" + ], + [ + "▁o", + "perate" + ], + [ + "▁principal", + "mente" + ], + [ + "▁aus", + "t" + ], + [ + "▁au", + "st" + ], + [ + "▁a", + "ust" + ], + [ + "ibil", + "e" + ], + [ + "ib", + "ile" + ], + [ + "iti", + "me" + ], + [ + "it", + "ime" + ], + [ + "i", + "time" + ], + [ + "ле", + "жа" + ], + [ + "if", + "rame" + ], + [ + "i", + "frame" + ], + [ + "▁concept", + "s" + ], + [ + "▁conce", + "pts" + ], + [ + "▁ta", + "ck" + ], + [ + "▁t", + "ack" + ], + [ + "▁vis", + "s" + ], + [ + "▁vi", + "ss" + ], + [ + "▁v", + "iss" + ], + [ + "▁car", + "bon" + ], + [ + "ter", + "y" + ], + [ + "te", + "ry" + ], + [ + "t", + "ery" + ], + [ + "▁nam", + "ing" + ], + [ + "▁na", + "ming" + ], + [ + "▁n", + "aming" + ], + [ + "▁Ort", + "s" + ], + [ + "▁Or", + "ts" + ], + [ + "ident", + "e" + ], + [ + "iden", + "te" + ], + [ + "id", + "ente" + ], + [ + "▁Cap", + "it" + ], + [ + "▁Ca", + "pit" + ], + [ + "▁exp", + "r" + ], + [ + "▁ex", + "pr" + ], + [ + "▁", + "expr" + ], + [ + "▁насе", + "љу" + ], + [ + "▁Select", + "ed" + ], + [ + "▁Sele", + "cted" + ], + [ + "▁Sel", + "ected" + ], + [ + "▁", + "Selected" + ], + [ + "▁hint", + "er" + ], + [ + "▁hin", + "ter" + ], + [ + "▁h", + "inter" + ], + [ + "▁if", + "rame" + ], + [ + "▁i", + "frame" + ], + [ + "▁", + "iframe" + ], + [ + "▁z", + "b" + ], + [ + "index", + "Path" + ], + [ + "col", + "l" + ], + [ + "co", + "ll" + ], + [ + "c", + "oll" + ], + [ + "▁wr", + "ześ" + ], + [ + "▁ach", + "t" + ], + [ + "▁ac", + "ht" + ], + [ + "▁a", + "cht" + ], + [ + "▁", + "acht" + ], + [ + "▁gradu", + "ally" + ], + [ + "▁grad", + "ually" + ], + [ + "▁ч", + "у" + ], + [ + "▁", + "чу" + ], + [ + "зе", + "й" + ], + [ + "з", + "ей" + ], + [ + "ha", + "ft" + ], + [ + "h", + "aft" + ], + [ + "▁tra", + "n" + ], + [ + "▁tr", + "an" + ], + [ + "▁t", + "ran" + ], + [ + "▁la", + "quelle" + ], + [ + "yt", + "ics" + ], + [ + "ID", + "E" + ], + [ + "I", + "DE" + ], + [ + "▁pyg", + "ame" + ], + [ + "▁py", + "game" + ], + [ + "▁Pack", + "age" + ], + [ + "▁P", + "ackage" + ], + [ + "▁", + "Package" + ], + [ + "▁class", + "Name" + ], + [ + "▁", + "className" + ], + [ + "B", + "al" + ], + [ + "per", + "l" + ], + [ + "pe", + "rl" + ], + [ + "тин", + "а" + ], + [ + "ти", + "на" + ], + [ + "O", + "cc" + ], + [ + "▁in", + "frastr" + ], + [ + "▁Champion", + "s" + ], + [ + "▁Champ", + "ions" + ], + [ + "▁class", + "ic" + ], + [ + "▁Ra", + "w" + ], + [ + "▁R", + "aw" + ], + [ + "▁", + "Raw" + ], + [ + "▁partial", + "ly" + ], + [ + "▁parti", + "ally" + ], + [ + "▁Te", + "d" + ], + [ + "▁T", + "ed" + ], + [ + "▁sto", + "let" + ], + [ + "raine", + "d" + ], + [ + "rain", + "ed" + ], + [ + "rai", + "ned" + ], + [ + "ra", + "ined" + ], + [ + "r", + "ained" + ], + [ + "WH", + "ERE" + ], + [ + "W", + "HERE" + ], + [ + "▁val", + "l" + ], + [ + "▁va", + "ll" + ], + [ + "▁v", + "all" + ], + [ + "▁Juli", + "a" + ], + [ + "▁Jul", + "ia" + ], + [ + "▁Ju", + "lia" + ], + [ + "za", + "t" + ], + [ + "z", + "at" + ], + [ + "▁surr", + "ounded" + ], + [ + "SE", + "E" + ], + [ + "S", + "EE" + ], + [ + "▁walk", + "ing" + ], + [ + "▁wal", + "king" + ], + [ + "B", + "ad" + ], + [ + "FO", + "R" + ], + [ + "F", + "OR" + ], + [ + "contr", + "e" + ], + [ + "cont", + "re" + ], + [ + "con", + "tre" + ], + [ + "▁Pale", + "st" + ], + [ + "▁Pal", + "est" + ], + [ + "át", + "ico" + ], + [ + "▁engine", + "er" + ], + [ + "▁partner", + "s" + ], + [ + "▁part", + "ners" + ], + [ + "▁Jew", + "s" + ], + [ + "▁Je", + "ws" + ], + [ + "iler", + "s" + ], + [ + "ile", + "rs" + ], + [ + "il", + "ers" + ], + [ + "i", + "lers" + ], + [ + "▁cer", + "em" + ], + [ + "▁ce", + "rem" + ], + [ + "▁c", + "erem" + ], + [ + "▁interaction", + "s" + ], + [ + "▁interact", + "ions" + ], + [ + "▁inter", + "actions" + ], + [ + "ac", + "u" + ], + [ + "a", + "cu" + ], + [ + "st", + "y" + ], + [ + "s", + "ty" + ], + [ + "▁Prince", + "ss" + ], + [ + "▁Prin", + "cess" + ], + [ + "sha", + "rp" + ], + [ + "sh", + "arp" + ], + [ + "▁Single", + "s" + ], + [ + "▁Sing", + "les" + ], + [ + "▁ї", + "х" + ], + [ + "che", + "z" + ], + [ + "ch", + "ez" + ], + [ + "c", + "hez" + ], + [ + "Receive", + "r" + ], + [ + "Rece", + "iver" + ], + [ + "▁patient", + "s" + ], + [ + "▁pat", + "ients" + ], + [ + "string", + "ify" + ], + [ + "▁compet", + "ed" + ], + [ + "be", + "y" + ], + [ + "b", + "ey" + ], + [ + "$", + ";" + ], + [ + "▁B", + "d" + ], + [ + "had", + "oop" + ], + [ + "h", + "adoop" + ], + [ + "▁Div", + "isión" + ], + [ + "öl", + "d" + ], + [ + "ö", + "ld" + ], + [ + "▁restrict", + "ed" + ], + [ + "▁command", + "er" + ], + [ + "▁comma", + "nder" + ], + [ + "▁comm", + "ander" + ], + [ + "▁High", + "way" + ], + [ + "▁Č", + "esk" + ], + [ + "▁my", + "th" + ], + [ + "▁m", + "yth" + ], + [ + "ча", + "н" + ], + [ + "ч", + "ан" + ], + [ + "rah", + "am" + ], + [ + "ra", + "ham" + ], + [ + "▁en", + "qu" + ], + [ + "▁po", + "g" + ], + [ + "▁p", + "og" + ], + [ + "▁comun", + "a" + ], + [ + "▁com", + "una" + ], + [ + "▁print", + "ln" + ], + [ + "▁", + "println" + ], + [ + "▁к", + "руп" + ], + [ + "▁dep", + "ois" + ], + [ + "▁de", + "pois" + ], + [ + "▁seat", + "s" + ], + [ + "▁sea", + "ts" + ], + [ + "▁se", + "ats" + ], + [ + "▁neigh", + "b" + ], + [ + "цион", + "а" + ], + [ + "ци", + "она" + ], + [ + "agin", + "e" + ], + [ + "agi", + "ne" + ], + [ + "ag", + "ine" + ], + [ + "▁cloth", + "es" + ], + [ + "▁clo", + "thes" + ], + [ + "▁Pri", + "or" + ], + [ + "▁Pr", + "ior" + ], + [ + "▁P", + "rior" + ], + [ + "Bra", + "in" + ], + [ + "Br", + "ain" + ], + [ + "B", + "rain" + ], + [ + "FF", + "FF" + ], + [ + "':", + "'" + ], + [ + "'", + ":'" + ], + [ + "feature", + "s" + ], + [ + "fe", + "atures" + ], + [ + "▁files", + "ystem" + ], + [ + "▁file", + "system" + ], + [ + "▁single", + "s" + ], + [ + "▁sing", + "les" + ], + [ + "▁Mel", + "bourne" + ], + [ + "▁destruct", + "ion" + ], + [ + "▁destru", + "ction" + ], + [ + "▁dest", + "ruction" + ], + [ + "▁Ly", + "on" + ], + [ + "▁Ins", + "el" + ], + [ + "▁In", + "sel" + ], + [ + "Na", + "v" + ], + [ + "N", + "av" + ], + [ + "▁Rep", + "lace" + ], + [ + "▁Re", + "place" + ], + [ + "▁", + "Replace" + ], + [ + "▁l", + "é" + ], + [ + "▁", + "lé" + ], + [ + "Wh", + "o" + ], + [ + "W", + "ho" + ], + [ + "▁Esta", + "d" + ], + [ + "▁Est", + "ad" + ], + [ + "▁E", + "stad" + ], + [ + "▁dimension", + "al" + ], + [ + "▁dim", + "ensional" + ], + [ + "▁", + "dimensional" + ], + [ + "▁ö", + "ff" + ], + [ + "▁", + "öff" + ], + [ + "▁grand", + "s" + ], + [ + "▁gran", + "ds" + ], + [ + "▁gr", + "ands" + ], + [ + "дж", + "а" + ], + [ + "д", + "жа" + ], + [ + "plan", + "e" + ], + [ + "pla", + "ne" + ], + [ + "pl", + "ane" + ], + [ + "p", + "lane" + ], + [ + "ност", + "і" + ], + [ + "нос", + "ті" + ], + [ + "но", + "сті" + ], + [ + "▁Orig", + "in" + ], + [ + "▁Ori", + "gin" + ], + [ + "▁Or", + "igin" + ], + [ + "▁", + "Origin" + ], + [ + "W", + "I" + ], + [ + "änn", + "er" + ], + [ + "än", + "ner" + ], + [ + "▁Cr", + "y" + ], + [ + "▁C", + "ry" + ], + [ + "IT", + "ION" + ], + [ + "▁fö", + "dd" + ], + [ + "▁cult", + "ura" + ], + [ + "▁Ran", + "k" + ], + [ + "▁R", + "ank" + ], + [ + "▁vue", + "l" + ], + [ + "▁vu", + "el" + ], + [ + "▁v", + "uel" + ], + [ + "▁za", + "g" + ], + [ + "▁z", + "ag" + ], + [ + "▁Max", + "im" + ], + [ + "▁Ma", + "xim" + ], + [ + "он", + "у" + ], + [ + "о", + "ну" + ], + [ + "())", + ")" + ], + [ + "()", + "))" + ], + [ + "(", + ")))" + ], + [ + "R", + "aw" + ], + [ + "kir", + "che" + ], + [ + "k", + "irche" + ], + [ + "▁a", + "demás" + ], + [ + "▁ti", + "e" + ], + [ + "▁t", + "ie" + ], + [ + "▁St", + "yle" + ], + [ + "▁", + "Style" + ], + [ + "ско", + "в" + ], + [ + "ск", + "ов" + ], + [ + "с", + "ков" + ], + [ + "istan", + "t" + ], + [ + "ista", + "nt" + ], + [ + "ist", + "ant" + ], + [ + "ol", + "ph" + ], + [ + "▁Z", + "ür" + ], + [ + "▁Inf", + "o" + ], + [ + "▁In", + "fo" + ], + [ + "▁", + "Info" + ], + [ + "DO", + "M" + ], + [ + "D", + "OM" + ], + [ + "us", + "c" + ], + [ + "u", + "sc" + ], + [ + "nah", + "m" + ], + [ + "na", + "hm" + ], + [ + "▁Ф", + "едера" + ], + [ + "▁Fo", + "t" + ], + [ + "▁F", + "ot" + ], + [ + "▁specify", + "ing" + ], + [ + "▁spec", + "ifying" + ], + [ + "▁tit", + "olo" + ], + [ + "▁Boy", + "s" + ], + [ + "▁Bo", + "ys" + ], + [ + "iec", + "h" + ], + [ + "ie", + "ch" + ], + [ + "i", + "ech" + ], + [ + "Pl", + "ace" + ], + [ + "P", + "lace" + ], + [ + "▁Hof", + "f" + ], + [ + "▁Ho", + "ff" + ], + [ + "▁H", + "off" + ], + [ + "▁cache", + "d" + ], + [ + "▁ca", + "ched" + ], + [ + "▁c", + "ached" + ], + [ + "вал", + "ь" + ], + [ + "ва", + "ль" + ], + [ + "в", + "аль" + ], + [ + "ish", + "er" + ], + [ + "is", + "her" + ], + [ + "roll", + "ing" + ], + [ + "rol", + "ling" + ], + [ + "open", + "s" + ], + [ + "ope", + "ns" + ], + [ + "op", + "ens" + ], + [ + "▁h", + "r" + ], + [ + "▁", + "hr" + ], + [ + "-----", + "-" + ], + [ + "----", + "--" + ], + [ + "---", + "---" + ], + [ + "--", + "----" + ], + [ + "-", + "-----" + ], + [ + "▁maggio", + "r" + ], + [ + "▁mag", + "gior" + ], + [ + "▁transaction", + "s" + ], + [ + "▁trans", + "actions" + ], + [ + "▁crim", + "inal" + ], + [ + "▁c", + "riminal" + ], + [ + "▁retr", + "e" + ], + [ + "▁ret", + "re" + ], + [ + "▁re", + "tre" + ], + [ + "▁Camp", + "bell" + ], + [ + "))", + ":" + ], + [ + ")", + "):" + ], + [ + "▁ne", + "d" + ], + [ + "▁n", + "ed" + ], + [ + "▁", + "ned" + ], + [ + "Page", + "r" + ], + [ + "Pa", + "ger" + ], + [ + "P", + "ager" + ], + [ + "▁Her", + "o" + ], + [ + "▁He", + "ro" + ], + [ + "▁H", + "ero" + ], + [ + "(_", + "_" + ], + [ + "(", + "__" + ], + [ + "▁un", + "cle" + ], + [ + "▁reach", + "es" + ], + [ + "▁re", + "aches" + ], + [ + "art", + "o" + ], + [ + "ar", + "to" + ], + [ + "▁hell", + "o" + ], + [ + "▁hel", + "lo" + ], + [ + "▁h", + "ello" + ], + [ + "▁", + "hello" + ], + [ + "Pre", + "ferences" + ], + [ + "▁за", + "тем" + ], + [ + "Name", + "d" + ], + [ + "Na", + "med" + ], + [ + "N", + "amed" + ], + [ + "▁reader", + "s" + ], + [ + "▁read", + "ers" + ], + [ + "▁re", + "aders" + ], + [ + "х", + "і" + ], + [ + "ker", + "n" + ], + [ + "ke", + "rn" + ], + [ + "k", + "ern" + ], + [ + "▁у", + "по" + ], + [ + "ки", + "н" + ], + [ + "к", + "ин" + ], + [ + "▁la", + "v" + ], + [ + "▁l", + "av" + ], + [ + "▁", + "lav" + ], + [ + "▁no", + "b" + ], + [ + "▁n", + "ob" + ], + [ + "▁sec", + "re" + ], + [ + "▁se", + "cre" + ], + [ + "▁List", + "View" + ], + [ + "▁", + "ListView" + ], + [ + "ва", + "ния" + ], + [ + "▁May", + "or" + ], + [ + "bor", + "ough" + ], + [ + "bo", + "rough" + ], + [ + "▁fil", + "osof" + ], + [ + "нен", + "ня" + ], + [ + "не", + "ння" + ], + [ + "фр", + "и" + ], + [ + "ф", + "ри" + ], + [ + "▁pat", + "r" + ], + [ + "▁pa", + "tr" + ], + [ + "▁p", + "atr" + ], + [ + "F", + "M" + ], + [ + "▁ac", + "id" + ], + [ + "▁a", + "cid" + ], + [ + "▁Salv", + "ador" + ], + [ + "▁ab", + "b" + ], + [ + "▁a", + "bb" + ], + [ + "▁", + "abb" + ], + [ + "▁Gra", + "ham" + ], + [ + "▁G", + "raham" + ], + [ + "pol", + "icy" + ], + [ + "neg", + "ative" + ], + [ + "ński", + "ego" + ], + [ + "ń", + "skiego" + ], + [ + "▁He", + "imat" + ], + [ + "▁da", + "zu" + ], + [ + "▁d", + "azu" + ], + [ + "▁mel", + "y" + ], + [ + "▁me", + "ly" + ], + [ + "▁m", + "ely" + ], + [ + "▁rid", + "e" + ], + [ + "▁ri", + "de" + ], + [ + "▁r", + "ide" + ], + [ + "▁", + "ride" + ], + [ + "▁dut", + "ies" + ], + [ + "▁du", + "ties" + ], + [ + "over", + "y" + ], + [ + "ove", + "ry" + ], + [ + "ov", + "ery" + ], + [ + "o", + "very" + ], + [ + "▁Prop", + "osition" + ], + [ + "▁Pro", + "position" + ], + [ + "▁Pa", + "olo" + ], + [ + "/", + "'" + ], + [ + "▁Ma", + "u" + ], + [ + "▁M", + "au" + ], + [ + "iment", + "i" + ], + [ + "imen", + "ti" + ], + [ + "im", + "enti" + ], + [ + "Sa", + "int" + ], + [ + "S", + "aint" + ], + [ + "fa", + "ther" + ], + [ + "f", + "ather" + ], + [ + "▁equ", + "ilib" + ], + [ + "phon", + "y" + ], + [ + "ph", + "ony" + ], + [ + "▁cla", + "s" + ], + [ + "▁cl", + "as" + ], + [ + "▁c", + "las" + ], + [ + "▁от", + "ли" + ], + [ + "▁Buffer", + "ed" + ], + [ + "▁Buff", + "ered" + ], + [ + "re", + "k" + ], + [ + "r", + "ek" + ], + [ + "▁mit", + "t" + ], + [ + "▁mi", + "tt" + ], + [ + "▁m", + "itt" + ], + [ + "▁", + "mitt" + ], + [ + "▁Hu", + "r" + ], + [ + "▁H", + "ur" + ], + [ + "▁Har", + "vard" + ], + [ + "▁demonstr", + "ate" + ], + [ + "ua", + "rio" + ], + [ + "u", + "ario" + ], + [ + "▁dol", + "or" + ], + [ + "▁do", + "lor" + ], + [ + "▁reject", + "ed" + ], + [ + "▁M", + "üller" + ], + [ + "▁na", + "c" + ], + [ + "▁n", + "ac" + ], + [ + "▁Bell", + "e" + ], + [ + "▁Bel", + "le" + ], + [ + "▁Be", + "lle" + ], + [ + "▁B", + "elle" + ], + [ + "▁gather", + "ed" + ], + [ + "n", + "r" + ], + [ + "fri", + "ka" + ], + [ + "fr", + "ika" + ], + [ + "öl", + "l" + ], + [ + "ö", + "ll" + ], + [ + "▁chem", + "ical" + ], + [ + "ni", + "g" + ], + [ + "n", + "ig" + ], + [ + "▁cal", + "c" + ], + [ + "▁", + "calc" + ], + [ + "▁DE", + "FAULT" + ], + [ + "▁", + "DEFAULT" + ], + [ + "▁philosoph", + "y" + ], + [ + "▁Lar", + "avel" + ], + [ + "▁align", + "ment" + ], + [ + "▁al", + "ignment" + ], + [ + "E", + "V" + ], + [ + "e", + "or" + ], + [ + "▁dz", + "ie" + ], + [ + "▁d", + "zie" + ], + [ + "▁", + "dzie" + ], + [ + "▁mes", + "t" + ], + [ + "▁me", + "st" + ], + [ + "▁m", + "est" + ], + [ + "▁I", + "o" + ], + [ + "CR", + "E" + ], + [ + "C", + "RE" + ], + [ + "з", + "ви" + ], + [ + "▁Medi", + "c" + ], + [ + "▁Med", + "ic" + ], + [ + "▁Me", + "dic" + ], + [ + "▁M", + "edic" + ], + [ + "▁n", + "ä" + ], + [ + "▁za", + "b" + ], + [ + "▁z", + "ab" + ], + [ + "▁Slo", + "v" + ], + [ + "▁Sl", + "ov" + ], + [ + "▁S", + "lov" + ], + [ + "ut", + "lich" + ], + [ + "▁ampl", + "it" + ], + [ + "▁amp", + "lit" + ], + [ + "▁am", + "plit" + ], + [ + "▁Frank", + "reich" + ], + [ + "▁Fran", + "kreich" + ], + [ + "▁кі", + "ль" + ], + [ + "▁к", + "іль" + ], + [ + "IN", + "D" + ], + [ + "I", + "ND" + ], + [ + "exec", + "ution" + ], + [ + "▁Kar", + "riere" + ], + [ + "d", + "ostęp" + ], + [ + "▁ré", + "al" + ], + [ + "▁r", + "éal" + ], + [ + "eng", + "o" + ], + [ + "en", + "go" + ], + [ + "▁sever", + "e" + ], + [ + "▁se", + "vere" + ], + [ + "зм", + "а" + ], + [ + "з", + "ма" + ], + [ + "▁тур", + "ни" + ], + [ + "▁Cart", + "er" + ], + [ + "▁Car", + "ter" + ], + [ + "▁C", + "arter" + ], + [ + "▁Robin", + "son" + ], + [ + "▁Rob", + "inson" + ], + [ + "getElement", + "sBy" + ], + [ + "▁proto", + "type" + ], + [ + "▁pro", + "totype" + ], + [ + "▁", + "prototype" + ], + [ + "▁jap", + "on" + ], + [ + "▁ja", + "pon" + ], + [ + "führ", + "ung" + ], + [ + "f", + "ührung" + ], + [ + "▁conse", + "gu" + ], + [ + "▁cons", + "egu" + ], + [ + "▁con", + "segu" + ], + [ + "▁stud", + "i" + ], + [ + "▁st", + "udi" + ], + [ + "▁li", + "re" + ], + [ + "▁l", + "ire" + ], + [ + "▁", + "lire" + ], + [ + "▁sch", + "ließ" + ], + [ + "▁", + "schließ" + ], + [ + "▁Bu", + "ff" + ], + [ + "▁B", + "uff" + ], + [ + "▁redu", + "nd" + ], + [ + "▁red", + "und" + ], + [ + "▁er", + "n" + ], + [ + "▁e", + "rn" + ], + [ + "▁", + "ern" + ], + [ + "▁myst", + "er" + ], + [ + "▁my", + "ster" + ], + [ + "▁propri", + "o" + ], + [ + "▁prop", + "rio" + ], + [ + "ate", + "ful" + ], + [ + "▁Par", + "ent" + ], + [ + "▁Pa", + "rent" + ], + [ + "▁", + "Parent" + ], + [ + "▁lad", + "ies" + ], + [ + "rac", + "k" + ], + [ + "ra", + "ck" + ], + [ + "r", + "ack" + ], + [ + "тик", + "а" + ], + [ + "ти", + "ка" + ], + [ + "en", + "burg" + ], + [ + "▁каче", + "стве" + ], + [ + "▁E", + "F" + ], + [ + "▁", + "EF" + ], + [ + "▁sta", + "m" + ], + [ + "▁st", + "am" + ], + [ + "▁nue", + "va" + ], + [ + "▁filter", + "ed" + ], + [ + "▁fil", + "tered" + ], + [ + "ret", + "en" + ], + [ + "re", + "ten" + ], + [ + "r", + "eten" + ], + [ + "▁I", + "an" + ], + [ + "▁Matth", + "ew" + ], + [ + "▁Matt", + "hew" + ], + [ + "ki", + "h" + ], + [ + "k", + "ih" + ], + [ + "▁", + "ő" + ], + [ + "▁ком", + "пози" + ], + [ + "▁fore", + "ver" + ], + [ + "▁for", + "ever" + ], + [ + "oire", + "s" + ], + [ + "oir", + "es" + ], + [ + "oi", + "res" + ], + [ + "o", + "ires" + ], + [ + ":\\", + "\\" + ], + [ + ":", + "\\\\" + ], + [ + "▁ét", + "udes" + ], + [ + "▁sou", + "p" + ], + [ + "▁so", + "up" + ], + [ + "▁s", + "oup" + ], + [ + "▁please", + "d" + ], + [ + "▁ple", + "ased" + ], + [ + "▁p", + "leased" + ], + [ + ")}", + "(" + ], + [ + ")", + "}(" + ], + [ + "▁Sto", + "p" + ], + [ + "▁St", + "op" + ], + [ + "▁S", + "top" + ], + [ + "▁", + "Stop" + ], + [ + "Set", + "ter" + ], + [ + "S", + "etter" + ], + [ + "▁Hel", + "p" + ], + [ + "▁He", + "lp" + ], + [ + "▁", + "Help" + ], + [ + "▁bar", + "s" + ], + [ + "▁ba", + "rs" + ], + [ + "▁b", + "ars" + ], + [ + "▁", + "bars" + ], + [ + "▁ER", + "R" + ], + [ + "▁", + "ERR" + ], + [ + "▁(", + "?" + ], + [ + "▁", + "(?" + ], + [ + "▁poet", + "ry" + ], + [ + "▁po", + "etry" + ], + [ + "▁Ut", + "il" + ], + [ + "▁U", + "til" + ], + [ + "▁", + "Util" + ], + [ + "A", + "K" + ], + [ + "▁fic", + "k" + ], + [ + "▁fi", + "ck" + ], + [ + "▁f", + "ick" + ], + [ + "▁I", + "M" + ], + [ + "▁", + "IM" + ], + [ + "▁pro", + "ud" + ], + [ + "▁pr", + "oud" + ], + [ + "нос", + "и" + ], + [ + "но", + "си" + ], + [ + "▁mu", + "erte" + ], + [ + "▁m", + "uerte" + ], + [ + "▁Palmar", + "ès" + ], + [ + "▁Na", + "s" + ], + [ + "▁N", + "as" + ], + [ + "щи", + "х" + ], + [ + "щ", + "их" + ], + [ + "▁que", + "r" + ], + [ + "▁qu", + "er" + ], + [ + "▁q", + "uer" + ], + [ + "▁", + "quer" + ], + [ + "▁ap", + "enas" + ], + [ + "▁a", + "penas" + ], + [ + "][", + "'" + ], + [ + "]", + "['" + ], + [ + "▁Kon", + "st" + ], + [ + "по", + "н" + ], + [ + "п", + "он" + ], + [ + "▁Sch", + "iff" + ], + [ + "▁m", + "p" + ], + [ + "▁", + "mp" + ], + [ + "▁б", + "лаго" + ], + [ + "fra", + "m" + ], + [ + "fr", + "am" + ], + [ + "f", + "ram" + ], + [ + "▁house", + "hold" + ], + [ + "▁trac", + "t" + ], + [ + "▁tra", + "ct" + ], + [ + "▁tr", + "act" + ], + [ + "▁t", + "ract" + ], + [ + "enc", + "oding" + ], + [ + "▁under", + "t" + ], + [ + "▁und", + "ert" + ], + [ + "▁", + "undert" + ], + [ + "▁Au", + "g" + ], + [ + "▁A", + "ug" + ], + [ + "ова", + "н" + ], + [ + "ов", + "ан" + ], + [ + "о", + "ван" + ], + [ + "▁Arte", + "n" + ], + [ + "▁Art", + "en" + ], + [ + "▁Ar", + "ten" + ], + [ + "▁invoke", + "d" + ], + [ + "▁inv", + "oked" + ], + [ + "▁d", + "ynast" + ], + [ + "▁fle", + "et" + ], + [ + "че", + "ство" + ], + [ + "▁Mur", + "ray" + ], + [ + "▁gu", + "t" + ], + [ + "▁g", + "ut" + ], + [ + "eli", + "hood" + ], + [ + "▁SS", + "H" + ], + [ + "▁S", + "SH" + ], + [ + "от", + "вет" + ], + [ + "▁personal", + "ly" + ], + [ + "▁person", + "ally" + ], + [ + "при", + "я" + ], + [ + "п", + "рия" + ], + [ + "▁finan", + "ci" + ], + [ + "▁fin", + "anci" + ], + [ + "▁Thom", + "pson" + ], + [ + "al", + "u" + ], + [ + "a", + "lu" + ], + [ + "ident", + "ity" + ], + [ + "id", + "entity" + ], + [ + "▁Gra", + "b" + ], + [ + "▁Gr", + "ab" + ], + [ + "▁G", + "rab" + ], + [ + "add", + "le" + ], + [ + "É", + "t" + ], + [ + "▁To", + "b" + ], + [ + "▁T", + "ob" + ], + [ + "▁verl", + "or" + ], + [ + "▁ver", + "lor" + ], + [ + "▁Saint", + "e" + ], + [ + "▁Sain", + "te" + ], + [ + "▁Sa", + "inte" + ], + [ + "▁do", + "p" + ], + [ + "▁d", + "op" + ], + [ + "▁вер", + "е" + ], + [ + "▁ве", + "ре" + ], + [ + "▁в", + "ере" + ], + [ + "__", + "_" + ], + [ + "_", + "__" + ], + [ + "▁prom", + "otion" + ], + [ + "▁-", + "=" + ], + [ + "▁от", + "де" + ], + [ + "▁amb", + "igu" + ], + [ + "▁", + "ambigu" + ], + [ + "ORD", + "ER" + ], + [ + "OR", + "DER" + ], + [ + "▁Commun", + "ic" + ], + [ + "▁Comm", + "unic" + ], + [ + "▁impl", + "y" + ], + [ + "▁imp", + "ly" + ], + [ + "▁im", + "ply" + ], + [ + "one", + "d" + ], + [ + "on", + "ed" + ], + [ + "o", + "ned" + ], + [ + "clud", + "ing" + ], + [ + "▁coll", + "ision" + ], + [ + "▁fragment", + "s" + ], + [ + "▁frag", + "ments" + ], + [ + "script", + "ion" + ], + [ + "scri", + "ption" + ], + [ + "s", + "cription" + ], + [ + "▁'", + "{" + ], + [ + "ля", + "х" + ], + [ + "л", + "ях" + ], + [ + "▁han", + "s" + ], + [ + "▁ha", + "ns" + ], + [ + "▁h", + "ans" + ], + [ + "у", + "с" + ], + [ + "wi", + "re" + ], + [ + "w", + "ire" + ], + [ + "names", + "pace" + ], + [ + "name", + "space" + ], + [ + "▁swo", + "rd" + ], + [ + "▁sw", + "ord" + ], + [ + "▁s", + "word" + ], + [ + "ref", + "resh" + ], + [ + "▁kw", + "am" + ], + [ + "z", + "s" + ], + [ + "common", + "s" + ], + [ + "comm", + "ons" + ], + [ + "▁cos", + "a" + ], + [ + "▁co", + "sa" + ], + [ + "▁c", + "osa" + ], + [ + "▁reg", + "ime" + ], + [ + "gre", + "p" + ], + [ + "gr", + "ep" + ], + [ + "g", + "rep" + ], + [ + "▁dio", + "c" + ], + [ + "▁di", + "oc" + ], + [ + "▁Cont", + "act" + ], + [ + "▁", + "Contact" + ], + [ + "▁esta", + "s" + ], + [ + "▁est", + "as" + ], + [ + "▁Ste", + "wart" + ], + [ + "▁viel", + "e" + ], + [ + "▁vie", + "le" + ], + [ + "▁vi", + "ele" + ], + [ + "▁v", + "iele" + ], + [ + "тов", + "а" + ], + [ + "то", + "ва" + ], + [ + "т", + "ова" + ], + [ + "▁Ra", + "n" + ], + [ + "▁R", + "an" + ], + [ + "anne", + "s" + ], + [ + "ann", + "es" + ], + [ + "an", + "nes" + ], + [ + "ida", + "y" + ], + [ + "id", + "ay" + ], + [ + "i", + "day" + ], + [ + "▁snap", + "shot" + ], + [ + "▁s", + "napshot" + ], + [ + "orr", + "ow" + ], + [ + "or", + "row" + ], + [ + "▁za", + "č" + ], + [ + "▁участи", + "е" + ], + [ + "▁promise", + "d" + ], + [ + "▁prom", + "ised" + ], + [ + "Ass", + "embly" + ], + [ + "▁champions", + "hip" + ], + [ + "▁champion", + "ship" + ], + [ + "▁Def", + "ine" + ], + [ + "▁ere", + "n" + ], + [ + "▁er", + "en" + ], + [ + "▁e", + "ren" + ], + [ + "▁", + "eren" + ], + [ + "▁нов", + "о" + ], + [ + "▁но", + "во" + ], + [ + "▁н", + "ово" + ], + [ + "▁", + "ново" + ], + [ + "▁think", + "s" + ], + [ + "▁thin", + "ks" + ], + [ + "▁th", + "inks" + ], + [ + "Ag", + "e" + ], + [ + "A", + "ge" + ], + [ + "▁ge", + "v" + ], + [ + "▁g", + "ev" + ], + [ + "var", + "char" + ], + [ + "v", + "archar" + ], + [ + "iv", + "ità" + ], + [ + "comp", + "os" + ], + [ + "com", + "pos" + ], + [ + "▁Mut", + "ter" + ], + [ + "▁M", + "utter" + ], + [ + "CON", + "T" + ], + [ + "CO", + "NT" + ], + [ + "arm", + "ée" + ], + [ + "agne", + "t" + ], + [ + "agn", + "et" + ], + [ + "ag", + "net" + ], + [ + "▁Bro", + "w" + ], + [ + "▁Br", + "ow" + ], + [ + "▁B", + "row" + ], + [ + ".", + "—" + ], + [ + "▁Tele", + "vision" + ], + [ + "▁Д", + "ля" + ], + [ + "▁v", + "m" + ], + [ + "▁", + "vm" + ], + [ + "▁ord", + "in" + ], + [ + "▁or", + "din" + ], + [ + "▁", + "ordin" + ], + [ + "▁Миха", + "й" + ], + [ + "▁apro", + "xim" + ], + [ + "')", + "->" + ], + [ + "'", + ")->" + ], + [ + "▁zo", + "o" + ], + [ + "▁z", + "oo" + ], + [ + "ipp", + "i" + ], + [ + "ip", + "pi" + ], + [ + "i", + "ppi" + ], + [ + "▁sin", + "o" + ], + [ + "▁si", + "no" + ], + [ + "▁s", + "ino" + ], + [ + "▁Qu", + "ébec" + ], + [ + "rage", + "s" + ], + [ + "rag", + "es" + ], + [ + "ra", + "ges" + ], + [ + "r", + "ages" + ], + [ + "ä", + "ck" + ], + [ + "ein", + "g" + ], + [ + "ei", + "ng" + ], + [ + "e", + "ing" + ], + [ + "ar", + "lo" + ], + [ + "pio", + "s" + ], + [ + "pi", + "os" + ], + [ + "p", + "ios" + ], + [ + "▁Cha", + "n" + ], + [ + "▁Ch", + "an" + ], + [ + "▁C", + "han" + ], + [ + "▁ell", + "i" + ], + [ + "▁el", + "li" + ], + [ + "▁", + "elli" + ], + [ + "▁incon", + "s" + ], + [ + "▁inc", + "ons" + ], + [ + "▁in", + "cons" + ], + [ + "gest", + "ellt" + ], + [ + "g", + "estellt" + ], + [ + "pper", + "s" + ], + [ + "ppe", + "rs" + ], + [ + "pp", + "ers" + ], + [ + "p", + "pers" + ], + [ + "Je", + "an" + ], + [ + "anst", + "alt" + ], + [ + "▁Dan", + "ce" + ], + [ + "▁D", + "ance" + ], + [ + "▁toe", + "n" + ], + [ + "▁to", + "en" + ], + [ + "▁dec", + "is" + ], + [ + "▁de", + "cis" + ], + [ + "▁Ре", + "зу" + ], + [ + "▁official", + "ly" + ], + [ + "▁offici", + "ally" + ], + [ + "ätz", + "e" + ], + [ + "ät", + "ze" + ], + [ + "▁до", + "ро" + ], + [ + "▁enum", + "er" + ], + [ + "▁en", + "umer" + ], + [ + "▁e", + "numer" + ], + [ + "▁trois", + "ième" + ], + [ + "ty", + "p" + ], + [ + "t", + "yp" + ], + [ + "off", + "s" + ], + [ + "of", + "fs" + ], + [ + "бо", + "ль" + ], + [ + "od", + "n" + ], + [ + "o", + "dn" + ], + [ + "▁Za", + "r" + ], + [ + "▁Z", + "ar" + ], + [ + "▁дру", + "го" + ], + [ + "qui", + "a" + ], + [ + "qu", + "ia" + ], + [ + "▁Nicola", + "s" + ], + [ + "▁Nicol", + "as" + ], + [ + "▁Nic", + "olas" + ], + [ + "пис", + "у" + ], + [ + "пи", + "су" + ], + [ + "▁mo", + "b" + ], + [ + "▁m", + "ob" + ], + [ + "pace", + "s" + ], + [ + "pa", + "ces" + ], + [ + "p", + "aces" + ], + [ + "ньо", + "го" + ], + [ + "нь", + "ого" + ], + [ + "Al", + "g" + ], + [ + "A", + "lg" + ], + [ + "éro", + "ï" + ], + [ + "Error", + "s" + ], + [ + "Err", + "ors" + ], + [ + "▁г", + "ре" + ], + [ + "▁", + "гре" + ], + [ + "▁жен", + "щи" + ], + [ + "inc", + "h" + ], + [ + "in", + "ch" + ], + [ + "▁Korea", + "n" + ], + [ + "▁Kore", + "an" + ], + [ + "▁Ap", + "ost" + ], + [ + "▁A", + "post" + ], + [ + "▁Live", + "r" + ], + [ + "▁Liv", + "er" + ], + [ + "▁Li", + "ver" + ], + [ + "▁L", + "iver" + ], + [ + "▁element", + "ary" + ], + [ + "▁D", + "I" + ], + [ + "▁", + "DI" + ], + [ + "ви", + "си" + ], + [ + "▁so", + "il" + ], + [ + "▁D", + "LL" + ], + [ + "▁ris", + "p" + ], + [ + "▁ri", + "sp" + ], + [ + "▁r", + "isp" + ], + [ + "▁Sh", + "akespe" + ], + [ + "▁G", + "aussian" + ], + [ + "▁Kur", + "t" + ], + [ + "▁Ku", + "rt" + ], + [ + "▁K", + "urt" + ], + [ + "Vert", + "ex" + ], + [ + "Ver", + "tex" + ], + [ + "eb", + "ol" + ], + [ + "e", + "bol" + ], + [ + "organ", + "isation" + ], + [ + "äre", + "n" + ], + [ + "är", + "en" + ], + [ + "ä", + "ren" + ], + [ + "▁Y", + "ES" + ], + [ + "▁", + "YES" + ], + [ + "C", + "UR" + ], + [ + "▁нача", + "ль" + ], + [ + "▁пос", + "тро" + ], + [ + "▁по", + "стро" + ], + [ + "▁Lu", + "igi" + ], + [ + "▁c", + "aching" + ], + [ + "prevent", + "Default" + ], + [ + "am", + "d" + ], + [ + "a", + "md" + ], + [ + "▁Vi", + "t" + ], + [ + "▁V", + "it" + ], + [ + "sub", + "st" + ], + [ + "su", + "bst" + ], + [ + "▁ст", + "рои" + ], + [ + "▁Camp", + "ion" + ], + [ + "▁C", + "ampion" + ], + [ + "ch", + "r" + ], + [ + "c", + "hr" + ], + [ + "фер", + "е" + ], + [ + "фе", + "ре" + ], + [ + "ф", + "ере" + ], + [ + "▁С", + "писок" + ], + [ + "N", + "F" + ], + [ + "▁cí", + "m" + ], + [ + "▁c", + "ím" + ], + [ + "▁h", + "é" + ], + [ + "▁", + "hé" + ], + [ + "reb", + "be" + ], + [ + "re", + "bbe" + ], + [ + "oc", + "y" + ], + [ + "o", + "cy" + ], + [ + "bel", + "ow" + ], + [ + "be", + "low" + ], + [ + "▁byl", + "o" + ], + [ + "▁by", + "lo" + ], + [ + "▁У", + "и" + ], + [ + "▁\\(", + "{\\" + ], + [ + "▁\\", + "({\\" + ], + [ + "▁`", + ":" + ], + [ + "▁", + "`:" + ], + [ + "gior", + "e" + ], + [ + "gio", + "re" + ], + [ + "gi", + "ore" + ], + [ + "g", + "iore" + ], + [ + "Sa", + "n" + ], + [ + "S", + "an" + ], + [ + "▁Ga", + "te" + ], + [ + "▁G", + "ate" + ], + [ + "▁в", + "с" + ], + [ + "▁ol", + "imp" + ], + [ + "▁o", + "limp" + ], + [ + "▁Mat", + "rix" + ], + [ + "▁", + "Matrix" + ], + [ + "▁hear", + "ing" + ], + [ + "▁he", + "aring" + ], + [ + "ri", + "i" + ], + [ + "r", + "ii" + ], + [ + "tf", + "rac" + ], + [ + "t", + "frac" + ], + [ + "▁allem", + "and" + ], + [ + "▁V", + "ue" + ], + [ + "л", + "н" + ], + [ + "▁comp", + "iling" + ], + [ + "▁En", + "s" + ], + [ + "▁E", + "ns" + ], + [ + "▁investig", + "ation" + ], + [ + "▁A", + "x" + ], + [ + "▁char", + "s" + ], + [ + "▁cha", + "rs" + ], + [ + "▁ch", + "ars" + ], + [ + "▁target", + "s" + ], + [ + "▁tar", + "gets" + ], + [ + "▁lo", + "ud" + ], + [ + "▁l", + "oud" + ], + [ + "use", + "ment" + ], + [ + "us", + "ement" + ], + [ + "▁Net", + "her" + ], + [ + "▁Ne", + "ther" + ], + [ + "▁N", + "ether" + ], + [ + "com", + "merce" + ], + [ + "IG", + "HT" + ], + [ + "oco", + "a" + ], + [ + "oc", + "oa" + ], + [ + "ife", + "cycle" + ], + [ + "if", + "ecycle" + ], + [ + "▁Le", + "o" + ], + [ + "pr", + "iv" + ], + [ + "p", + "riv" + ], + [ + "▁good", + "s" + ], + [ + "▁go", + "ods" + ], + [ + "ada", + "mente" + ], + [ + "ad", + "amente" + ], + [ + "A", + "ustral" + ], + [ + "▁reb", + "oot" + ], + [ + "▁re", + "boot" + ], + [ + "Ge", + "st" + ], + [ + "G", + "est" + ], + [ + "▁representation", + "s" + ], + [ + "▁represent", + "ations" + ], + [ + "ce", + "u" + ], + [ + "c", + "eu" + ], + [ + "▁do", + "ctrine" + ], + [ + "cer", + "s" + ], + [ + "ce", + "rs" + ], + [ + "c", + "ers" + ], + [ + "▁Kra", + "k" + ], + [ + "▁Kr", + "ak" + ], + [ + "▁K", + "rak" + ], + [ + "▁adv", + "oc" + ], + [ + "▁squad", + "ra" + ], + [ + "▁arbeit", + "ete" + ], + [ + "üs", + "t" + ], + [ + "ü", + "st" + ], + [ + "▁pil", + "l" + ], + [ + "▁pi", + "ll" + ], + [ + "▁p", + "ill" + ], + [ + "An", + "swer" + ], + [ + "▁к", + "віт" + ], + [ + "▁W", + "a" + ], + [ + "uman", + "n" + ], + [ + "uma", + "nn" + ], + [ + "um", + "ann" + ], + [ + "u", + "mann" + ], + [ + "▁Dy", + "nam" + ], + [ + "▁D", + "ynam" + ], + [ + "Fa", + "mil" + ], + [ + "F", + "amil" + ], + [ + "▁ten", + "nis" + ], + [ + "▁t", + "ennis" + ], + [ + "▁Engine", + "ering" + ], + [ + "▁circle", + "s" + ], + [ + "▁circ", + "les" + ], + [ + "▁cir", + "cles" + ], + [ + "▁Mary", + "land" + ], + [ + "▁best", + "a" + ], + [ + "▁bes", + "ta" + ], + [ + "▁be", + "sta" + ], + [ + "▁b", + "esta" + ], + [ + "▁base", + "s" + ], + [ + "▁bas", + "es" + ], + [ + "▁b", + "ases" + ], + [ + "▁znaj", + "du" + ], + [ + "ктор", + "а" + ], + [ + "кто", + "ра" + ], + [ + "к", + "тора" + ], + [ + "▁arr", + "est" + ], + [ + "▁ar", + "rest" + ], + [ + "ле", + "р" + ], + [ + "л", + "ер" + ], + [ + "▁Gi", + "a" + ], + [ + "▁G", + "ia" + ], + [ + "▁remark", + "able" + ], + [ + "▁мо", + "гу" + ], + [ + "▁Sup", + "reme" + ], + [ + "▁`", + "%" + ], + [ + "do", + "r" + ], + [ + "d", + "or" + ], + [ + "▁au", + "jourd" + ], + [ + "▁w", + "is" + ], + [ + "WID", + "TH" + ], + [ + "▁mism", + "a" + ], + [ + "▁mis", + "ma" + ], + [ + "▁flu", + "id" + ], + [ + "▁fl", + "uid" + ], + [ + "▁petit", + "e" + ], + [ + "▁pet", + "ite" + ], + [ + "▁To", + "w" + ], + [ + "▁T", + "ow" + ], + [ + "Reg", + "istry" + ], + [ + "eme", + "d" + ], + [ + "em", + "ed" + ], + [ + "e", + "med" + ], + [ + "▁Wis", + "consin" + ], + [ + "▁Ra", + "cing" + ], + [ + "▁R", + "acing" + ], + [ + "▁registr", + "ation" + ], + [ + "▁reg", + "istration" + ], + [ + "/", + "%" + ], + [ + "th", + "ird" + ], + [ + "▁monument", + "s" + ], + [ + "▁mon", + "uments" + ], + [ + "че", + "й" + ], + [ + "ч", + "ей" + ], + [ + "▁je", + "t" + ], + [ + "▁j", + "et" + ], + [ + "▁", + "jet" + ], + [ + "▁Ur", + "ban" + ], + [ + "ál", + "va" + ], + [ + "▁mil", + "ieu" + ], + [ + "▁poss", + "ess" + ], + [ + "▁ger", + "m" + ], + [ + "▁ge", + "rm" + ], + [ + "▁g", + "erm" + ], + [ + "dep", + "endencies" + ], + [ + "▁enem", + "ies" + ], + [ + "▁same", + "n" + ], + [ + "▁sam", + "en" + ], + [ + "▁sa", + "men" + ], + [ + "▁s", + "amen" + ], + [ + "▁Wer", + "ner" + ], + [ + "▁W", + "erner" + ], + [ + "▁hi", + "zo" + ], + [ + "▁h", + "izo" + ], + [ + "▁t", + "d" + ], + [ + "▁", + "td" + ], + [ + "▁y", + "esterday" + ], + [ + "▁А", + "д" + ], + [ + "▁has", + "n" + ], + [ + "▁ha", + "sn" + ], + [ + "cell", + "ation" + ], + [ + "cel", + "lation" + ], + [ + "ová", + "ní" + ], + [ + "ov", + "ání" + ], + [ + "lik", + "a" + ], + [ + "li", + "ka" + ], + [ + "l", + "ika" + ], + [ + "We", + "ek" + ], + [ + "▁In", + "g" + ], + [ + "▁I", + "ng" + ], + [ + "▁Em", + "ail" + ], + [ + "▁E", + "mail" + ], + [ + "▁", + "Email" + ], + [ + "▁m", + "ètres" + ], + [ + "▁O", + "CLC" + ], + [ + "▁among", + "st" + ], + [ + "▁spl", + "end" + ], + [ + "fu", + "r" + ], + [ + "f", + "ur" + ], + [ + "antic", + "s" + ], + [ + "anti", + "cs" + ], + [ + "ant", + "ics" + ], + [ + "▁XX", + "X" + ], + [ + "▁X", + "XX" + ], + [ + "▁", + "XXX" + ], + [ + "▁груп", + "пы" + ], + [ + "lac", + "h" + ], + [ + "la", + "ch" + ], + [ + "l", + "ach" + ], + [ + "▁cou", + "sin" + ], + [ + "▁c", + "ousin" + ], + [ + "▁invari", + "ant" + ], + [ + "▁in", + "variant" + ], + [ + "ђ", + "у" + ], + [ + "▁Bei", + "spiel" + ], + [ + "▁Be", + "ispiel" + ], + [ + "▁hard", + "er" + ], + [ + "▁har", + "der" + ], + [ + "▁bel", + "l" + ], + [ + "▁be", + "ll" + ], + [ + "▁b", + "ell" + ], + [ + "▁", + "bell" + ], + [ + "▁or", + "ch" + ], + [ + "▁", + "orch" + ], + [ + "t", + "b" + ], + [ + "Foot", + "note" + ], + [ + "reg", + "on" + ], + [ + "re", + "gon" + ], + [ + "Mart", + "in" + ], + [ + "▁inc", + "on" + ], + [ + "▁in", + "con" + ], + [ + "▁attack", + "ed" + ], + [ + "_{", + "-" + ], + [ + "_", + "{-" + ], + [ + "▁Tra", + "s" + ], + [ + "▁Tr", + "as" + ], + [ + "▁T", + "ras" + ], + [ + "part", + "y" + ], + [ + "par", + "ty" + ], + [ + "ite", + "it" + ], + [ + "▁sain", + "t" + ], + [ + "▁sa", + "int" + ], + [ + "▁s", + "aint" + ], + [ + "rás", + "ok" + ], + [ + "r", + "ások" + ], + [ + "▁container", + "s" + ], + [ + "▁contain", + "ers" + ], + [ + "M", + "o" + ], + [ + "▁S", + "n" + ], + [ + "quant", + "ity" + ], + [ + "▁ra", + "s" + ], + [ + "▁r", + "as" + ], + [ + "▁", + "ras" + ], + [ + "▁Can", + "al" + ], + [ + "▁Ca", + "nal" + ], + [ + "▁C", + "anal" + ], + [ + "cc", + "ion" + ], + [ + "c", + "cion" + ], + [ + "uv", + "o" + ], + [ + "u", + "vo" + ], + [ + "▁id", + "x" + ], + [ + "▁i", + "dx" + ], + [ + "▁", + "idx" + ], + [ + "typen", + "ame" + ], + [ + "type", + "name" + ], + [ + "typ", + "ename" + ], + [ + "▁R", + "ugby" + ], + [ + "▁See", + "ms" + ], + [ + "▁Se", + "ems" + ], + [ + "▁transm", + "it" + ], + [ + "▁trans", + "mit" + ], + [ + "▁Pr", + "äsident" + ], + [ + "з", + "не" + ], + [ + "▁Bak", + "er" + ], + [ + "▁Ba", + "ker" + ], + [ + "▁B", + "aker" + ], + [ + "int", + "h" + ], + [ + "in", + "th" + ], + [ + "i", + "nth" + ], + [ + "▁tö", + "bb" + ], + [ + "vere", + "in" + ], + [ + "ver", + "ein" + ], + [ + "▁espec", + "ie" + ], + [ + "▁espe", + "cie" + ], + [ + ",", + "(" + ], + [ + "▁té", + "c" + ], + [ + "▁t", + "éc" + ], + [ + "▁W", + "ITH" + ], + [ + "▁uno", + "s" + ], + [ + "▁un", + "os" + ], + [ + "▁u", + "nos" + ], + [ + "▁", + "unos" + ], + [ + "▁polit", + "ics" + ], + [ + "create", + "Element" + ], + [ + "▁stat", + "s" + ], + [ + "▁sta", + "ts" + ], + [ + "▁st", + "ats" + ], + [ + "▁", + "stats" + ], + [ + "▁T", + "ennessee" + ], + [ + "▁Bedeut", + "ung" + ], + [ + "▁Sc", + "reen" + ], + [ + "▁S", + "creen" + ], + [ + "▁", + "Screen" + ], + [ + "▁Stra", + "ße" + ], + [ + "anz", + "e" + ], + [ + "an", + "ze" + ], + [ + "▁part", + "ly" + ], + [ + "man", + "uel" + ], + [ + "ola", + "tion" + ], + [ + "ol", + "ation" + ], + [ + "o", + "lation" + ], + [ + "hor", + "izontal" + ], + [ + "érieur", + "e" + ], + [ + "érie", + "ure" + ], + [ + "amp", + "io" + ], + [ + "am", + "pio" + ], + [ + "▁ст", + "рук" + ], + [ + "▁", + "струк" + ], + [ + "We", + "ight" + ], + [ + "La", + "nd" + ], + [ + "L", + "and" + ], + [ + "pol", + "y" + ], + [ + "po", + "ly" + ], + [ + "p", + "oly" + ], + [ + "▁Da", + "k" + ], + [ + "▁D", + "ak" + ], + [ + "▁Ass", + "ume" + ], + [ + "\".", + "$" + ], + [ + "\"", + ".$" + ], + [ + "▁cas", + "i" + ], + [ + "▁ca", + "si" + ], + [ + "▁c", + "asi" + ], + [ + "▁gros", + "s" + ], + [ + "▁gro", + "ss" + ], + [ + "▁gr", + "oss" + ], + [ + "▁g", + "ross" + ], + [ + "▁enter", + "tain" + ], + [ + "▁ent", + "ertain" + ], + [ + "▁déc", + "ada" + ], + [ + "'.", + "$" + ], + [ + "'", + ".$" + ], + [ + "ence", + "r" + ], + [ + "enc", + "er" + ], + [ + "en", + "cer" + ], + [ + "▁guarantee", + "d" + ], + [ + "▁guarante", + "ed" + ], + [ + "]$", + "." + ], + [ + "]", + "$." + ], + [ + "ли", + "ся" + ], + [ + "▁accept", + "able" + ], + [ + "rais", + "e" + ], + [ + "rai", + "se" + ], + [ + "ra", + "ise" + ], + [ + "ir", + "us" + ], + [ + "i", + "rus" + ], + [ + "wei", + "t" + ], + [ + "we", + "it" + ], + [ + "▁Ан", + "а" + ], + [ + "▁А", + "на" + ], + [ + "▁hill", + "s" + ], + [ + "▁h", + "ills" + ], + [ + "ip", + "age" + ], + [ + "i", + "page" + ], + [ + "BI", + "T" + ], + [ + "B", + "IT" + ], + [ + "▁nuc", + "le" + ], + [ + "▁nu", + "cle" + ], + [ + "▁util", + "is" + ], + [ + "▁ut", + "ilis" + ], + [ + "CA", + "A" + ], + [ + "C", + "AA" + ], + [ + "ène", + "s" + ], + [ + "èn", + "es" + ], + [ + "è", + "nes" + ], + [ + "▁Schwe", + "iz" + ], + [ + "▁A", + "A" + ], + [ + "▁", + "AA" + ], + [ + "ning", + "er" + ], + [ + "n", + "inger" + ], + [ + "▁band", + "s" + ], + [ + "▁ban", + "ds" + ], + [ + "▁b", + "ands" + ], + [ + "▁tend", + "er" + ], + [ + "▁ten", + "der" + ], + [ + "▁te", + "nder" + ], + [ + "▁t", + "ender" + ], + [ + "so", + "m" + ], + [ + "s", + "om" + ], + [ + "W", + "arning" + ], + [ + "▁B", + "ischof" + ], + [ + "▁Ar", + "c" + ], + [ + "▁A", + "rc" + ], + [ + "▁Wo", + "man" + ], + [ + "▁W", + "oman" + ], + [ + "▁transm", + "ission" + ], + [ + "▁trans", + "mission" + ], + [ + "ч", + "ни" + ], + [ + "istr", + "e" + ], + [ + "ist", + "re" + ], + [ + "is", + "tre" + ], + [ + "i", + "stre" + ], + [ + "B", + "Y" + ], + [ + "▁S", + "I" + ], + [ + "▁", + "SI" + ], + [ + "▁Па", + "р" + ], + [ + "▁П", + "ар" + ], + [ + "▁})", + "." + ], + [ + "▁}", + ")." + ], + [ + "▁", + "})." + ], + [ + "▁present", + "a" + ], + [ + "▁pres", + "enta" + ], + [ + "▁Ren", + "é" + ], + [ + "▁Re", + "né" + ], + [ + "▁happ", + "iness" + ], + [ + "▁P", + "unk" + ], + [ + "col", + "s" + ], + [ + "co", + "ls" + ], + [ + "c", + "ols" + ], + [ + "▁Des", + "de" + ], + [ + "рё", + "х" + ], + [ + "▁мо", + "на" + ], + [ + "▁м", + "она" + ], + [ + "▁scr", + "atch" + ], + [ + "▁t", + "cp" + ], + [ + "▁", + "tcp" + ], + [ + "ête", + "s" + ], + [ + "êt", + "es" + ], + [ + "ê", + "tes" + ], + [ + "itate", + "d" + ], + [ + "itat", + "ed" + ], + [ + "ita", + "ted" + ], + [ + "it", + "ated" + ], + [ + "▁difer", + "en" + ], + [ + "▁dif", + "eren" + ], + [ + "ge", + "h" + ], + [ + "g", + "eh" + ], + [ + "nahme", + "n" + ], + [ + "nahm", + "en" + ], + [ + "nah", + "men" + ], + [ + "na", + "hmen" + ], + [ + "П", + "е" + ], + [ + "ck", + "i" + ], + [ + "c", + "ki" + ], + [ + "▁Te", + "atro" + ], + [ + "▁Rem", + "ember" + ], + [ + "▁Re", + "member" + ], + [ + "▁fr", + "ight" + ], + [ + "▁f", + "right" + ], + [ + "▁Ya", + "m" + ], + [ + "▁Y", + "am" + ], + [ + "west", + "ern" + ], + [ + "lete", + "d" + ], + [ + "let", + "ed" + ], + [ + "le", + "ted" + ], + [ + "▁вс", + "тре" + ], + [ + "▁в", + "стре" + ], + [ + "▁telep", + "ülés" + ], + [ + "зи", + "н" + ], + [ + "з", + "ин" + ], + [ + "▁Qu", + "ant" + ], + [ + "▁", + "Quant" + ], + [ + "▁sup", + "re" + ], + [ + "▁su", + "pre" + ], + [ + "áj", + "a" + ], + [ + "á", + "ja" + ], + [ + "ді", + "я" + ], + [ + "д", + "ія" + ], + [ + "▁carre", + "ra" + ], + [ + "▁car", + "rera" + ], + [ + "kre", + "t" + ], + [ + "kr", + "et" + ], + [ + "k", + "ret" + ], + [ + "par", + "a" + ], + [ + "pa", + "ra" + ], + [ + "p", + "ara" + ], + [ + "▁SU", + "M" + ], + [ + "▁S", + "UM" + ], + [ + "▁", + "SUM" + ], + [ + "▁pi", + "t" + ], + [ + "▁p", + "it" + ], + [ + "▁", + "pit" + ], + [ + "ź", + "dz" + ], + [ + "é", + "o" + ], + [ + "рен", + "ня" + ], + [ + "ре", + "ння" + ], + [ + "▁Cho", + "r" + ], + [ + "▁Ch", + "or" + ], + [ + "▁C", + "hor" + ], + [ + "▁vo", + "ix" + ], + [ + "▁execut", + "ive" + ], + [ + "▁exec", + "utive" + ], + [ + "▁all", + "erdings" + ], + [ + "May", + "be" + ], + [ + "▁де", + "нь" + ], + [ + "▁д", + "ень" + ], + [ + "▁fly", + "ing" + ], + [ + "▁fl", + "ying" + ], + [ + "▁f", + "lying" + ], + [ + "▁par", + "liament" + ], + [ + "жда", + "н" + ], + [ + "ж", + "дан" + ], + [ + "▁fra", + "m" + ], + [ + "▁fr", + "am" + ], + [ + "▁f", + "ram" + ], + [ + "▁", + "fram" + ], + [ + "▁жов", + "т" + ], + [ + "▁u", + "gly" + ], + [ + "▁бу", + "ду" + ], + [ + "ign", + "y" + ], + [ + "ig", + "ny" + ], + [ + "\\|", + "_{" + ], + [ + "\\", + "|_{" + ], + [ + "▁bit", + "ter" + ], + [ + "▁b", + "itter" + ], + [ + "sc", + "e" + ], + [ + "s", + "ce" + ], + [ + "▁pol", + "e" + ], + [ + "▁po", + "le" + ], + [ + "▁p", + "ole" + ], + [ + "▁", + "pole" + ], + [ + "Ver", + "lag" + ], + [ + "▁total", + "ité" + ], + [ + "▁found", + "ation" + ], + [ + "j", + "t" + ], + [ + "▁sli", + "ce" + ], + [ + "▁sl", + "ice" + ], + [ + "▁s", + "lice" + ], + [ + "▁", + "slice" + ], + [ + "ifi", + "que" + ], + [ + "if", + "ique" + ], + [ + "▁integra", + "te" + ], + [ + "▁integr", + "ate" + ], + [ + "str", + "ij" + ], + [ + "st", + "rij" + ], + [ + "▁asym", + "pt" + ], + [ + "▁е", + "му" + ], + [ + "▁pert", + "urb" + ], + [ + "▁Flo", + "w" + ], + [ + "▁Fl", + "ow" + ], + [ + "▁F", + "low" + ], + [ + "▁", + "Flow" + ], + [ + "jb", + "oss" + ], + [ + "RI", + "G" + ], + [ + "R", + "IG" + ], + [ + "▁Ale", + "ss" + ], + [ + "▁Al", + "ess" + ], + [ + "▁A", + "less" + ], + [ + "XX", + "X" + ], + [ + "X", + "XX" + ], + [ + "▁sum", + "m" + ], + [ + "▁su", + "mm" + ], + [ + "▁s", + "umm" + ], + [ + "sql", + "ite" + ], + [ + "▁che", + "er" + ], + [ + "pro", + "b" + ], + [ + "pr", + "ob" + ], + [ + "p", + "rob" + ], + [ + "▁GP", + "U" + ], + [ + "▁G", + "PU" + ], + [ + "zi", + "ł" + ], + [ + "z", + "ił" + ], + [ + "(*", + ")" + ], + [ + "(", + "*)" + ], + [ + "▁indu", + "ct" + ], + [ + "▁ind", + "uct" + ], + [ + "▁in", + "duct" + ], + [ + "RA", + "Y" + ], + [ + "bla", + "tt" + ], + [ + "bl", + "att" + ], + [ + "quest", + "a" + ], + [ + "ques", + "ta" + ], + [ + "que", + "sta" + ], + [ + "qu", + "esta" + ], + [ + "or", + "u" + ], + [ + "o", + "ru" + ], + [ + "▁Ins", + "ide" + ], + [ + "▁In", + "side" + ], + [ + "▁Mc", + "G" + ], + [ + "▁Ne", + "p" + ], + [ + "▁N", + "ep" + ], + [ + "м", + "п" + ], + [ + "▁inv", + "e" + ], + [ + "▁in", + "ve" + ], + [ + "▁Anim", + "al" + ], + [ + "▁An", + "imal" + ], + [ + "▁so", + "b" + ], + [ + "▁s", + "ob" + ], + [ + "▁", + "sob" + ], + [ + "ít", + "ott" + ], + [ + "loy", + "ment" + ], + [ + "▁bu", + "nd" + ], + [ + "▁b", + "und" + ], + [ + "▁", + "bund" + ], + [ + "Stat", + "ion" + ], + [ + "St", + "ation" + ], + [ + "▁B", + "EGIN" + ], + [ + "▁part", + "iellement" + ], + [ + "ig", + "g" + ], + [ + "i", + "gg" + ], + [ + "esto", + "re" + ], + [ + "est", + "ore" + ], + [ + "e", + "store" + ], + [ + "▁coin", + "c" + ], + [ + "▁co", + "inc" + ], + [ + "▁Som", + "mer" + ], + [ + "▁m", + "d" + ], + [ + "▁", + "md" + ], + [ + "▁lock", + "ed" + ], + [ + "▁loc", + "ked" + ], + [ + "▁", + "locked" + ], + [ + "math", + "char" + ], + [ + "arm", + "a" + ], + [ + "ar", + "ma" + ], + [ + "pen", + "t" + ], + [ + "pe", + "nt" + ], + [ + "p", + "ent" + ], + [ + "ari", + "um" + ], + [ + "ar", + "ium" + ], + [ + "a", + "rium" + ], + [ + "▁ear", + "s" + ], + [ + "▁e", + "ars" + ], + [ + "▁", + "ears" + ], + [ + "▁Song", + "s" + ], + [ + "▁Son", + "gs" + ], + [ + "▁S", + "ongs" + ], + [ + "▁similar", + "ly" + ], + [ + "▁literal", + "ly" + ], + [ + "▁liter", + "ally" + ], + [ + "▁inc", + "hes" + ], + [ + "▁in", + "ches" + ], + [ + "▁affect", + "ion" + ], + [ + "▁aff", + "ection" + ], + [ + "▁af", + "fection" + ], + [ + "l", + "p" + ], + [ + "▁conclude", + "d" + ], + [ + "▁con", + "cluded" + ], + [ + "▁му", + "ніципалі" + ], + [ + "▁па", + "мя" + ], + [ + "esta", + "ur" + ], + [ + "est", + "aur" + ], + [ + "▁Jos", + "h" + ], + [ + "▁Jo", + "sh" + ], + [ + "▁J", + "osh" + ], + [ + "▁Fri", + "tz" + ], + [ + "▁Fr", + "itz" + ], + [ + "▁F", + "ritz" + ], + [ + "DB", + "C" + ], + [ + "D", + "BC" + ], + [ + "д", + "ён" + ], + [ + "pos", + "a" + ], + [ + "po", + "sa" + ], + [ + "p", + "osa" + ], + [ + "▁gold", + "en" + ], + [ + "▁gol", + "den" + ], + [ + "▁p", + "c" + ], + [ + "▁", + "pc" + ], + [ + "▁com", + "te" + ], + [ + "▁Zie", + "l" + ], + [ + "▁Z", + "iel" + ], + [ + "▁présent", + "e" + ], + [ + "▁prés", + "ente" + ], + [ + "mark", + "s" + ], + [ + "mar", + "ks" + ], + [ + "m", + "arks" + ], + [ + "igne", + "ur" + ], + [ + "ign", + "eur" + ], + [ + "ig", + "neur" + ], + [ + "▁Dr", + "ive" + ], + [ + "▁D", + "rive" + ], + [ + "▁neg", + "lect" + ], + [ + "▁roz", + "p" + ], + [ + "▁F", + "ive" + ], + [ + "space", + "s" + ], + [ + "sp", + "aces" + ], + [ + "s", + "paces" + ], + [ + "▁Med", + "i" + ], + [ + "▁Me", + "di" + ], + [ + "▁M", + "edi" + ], + [ + "▁existe", + "d" + ], + [ + "▁exist", + "ed" + ], + [ + "▁ex", + "isted" + ], + [ + "▁był", + "a" + ], + [ + "▁by", + "ła" + ], + [ + "дж", + "и" + ], + [ + "д", + "жи" + ], + [ + "▁fr", + "ente" + ], + [ + "т", + "ник" + ], + [ + "od", + "d" + ], + [ + "o", + "dd" + ], + [ + "▁answer", + "ing" + ], + [ + "bia", + "n" + ], + [ + "bi", + "an" + ], + [ + "b", + "ian" + ], + [ + "▁Eug", + "en" + ], + [ + "▁Eu", + "gen" + ], + [ + "▁E", + "ugen" + ], + [ + "▁Public", + "ations" + ], + [ + "▁Pub", + "lications" + ], + [ + "▁Di", + "a" + ], + [ + "▁D", + "ia" + ], + [ + "l", + "á" + ], + [ + "▁'", + "_" + ], + [ + "▁", + "'_" + ], + [ + "▁rec", + "uper" + ], + [ + "ом", + "у" + ], + [ + "о", + "му" + ], + [ + "▁App", + "end" + ], + [ + "▁Ap", + "pend" + ], + [ + "▁", + "Append" + ], + [ + "oba", + "r" + ], + [ + "ob", + "ar" + ], + [ + "o", + "bar" + ], + [ + "▁employee", + "s" + ], + [ + "▁employ", + "ees" + ], + [ + "▁comp", + "ens" + ], + [ + "emet", + "ery" + ], + [ + "eme", + "tery" + ], + [ + "▁э", + "лект" + ], + [ + "MO", + "N" + ], + [ + "M", + "ON" + ], + [ + "oli", + "n" + ], + [ + "ol", + "in" + ], + [ + "o", + "lin" + ], + [ + "▁histor", + "ic" + ], + [ + "hi", + "s" + ], + [ + "h", + "is" + ], + [ + "ą", + "d" + ], + [ + "n", + "m" + ], + [ + "▁Got", + "h" + ], + [ + "▁Go", + "th" + ], + [ + "▁G", + "oth" + ], + [ + "▁stre", + "ss" + ], + [ + "▁str", + "ess" + ], + [ + "▁st", + "ress" + ], + [ + "▁parte", + "cip" + ], + [ + "▁A", + "w" + ], + [ + "▁sa", + "r" + ], + [ + "▁s", + "ar" + ], + [ + "▁h", + "u" + ], + [ + "▁", + "hu" + ], + [ + "▁mat", + "plotlib" + ], + [ + "▁Mys", + "t" + ], + [ + "▁My", + "st" + ], + [ + "▁M", + "yst" + ], + [ + "();", + "`" + ], + [ + "()", + ";`" + ], + [ + "(", + ");`" + ], + [ + "sche", + "in" + ], + [ + "sch", + "ein" + ], + [ + "sc", + "hein" + ], + [ + "Long", + "rightarrow" + ], + [ + "▁р", + "я" + ], + [ + "▁", + "ря" + ], + [ + "▁Is", + "ra" + ], + [ + "[", + "^" + ], + [ + "no", + "u" + ], + [ + "n", + "ou" + ], + [ + "▁syn", + "d" + ], + [ + "▁sy", + "nd" + ], + [ + "work", + "ing" + ], + [ + "wor", + "king" + ], + [ + "▁Nat", + "ion" + ], + [ + "▁Na", + "tion" + ], + [ + "▁N", + "ation" + ], + [ + "▁Pen", + "t" + ], + [ + "▁Pe", + "nt" + ], + [ + "▁P", + "ent" + ], + [ + "▁klas", + "s" + ], + [ + "▁kl", + "ass" + ], + [ + "▁k", + "lass" + ], + [ + "▁applic", + "able" + ], + [ + "▁Dia", + "m" + ], + [ + "▁Di", + "am" + ], + [ + "▁D", + "iam" + ], + [ + "▁bras", + "ile" + ], + [ + "▁pa", + "c" + ], + [ + "▁p", + "ac" + ], + [ + "▁He", + "ight" + ], + [ + "▁", + "Height" + ], + [ + "P", + "ut" + ], + [ + "▁intr", + "o" + ], + [ + "▁int", + "ro" + ], + [ + "▁", + "intro" + ], + [ + "▁unus", + "ual" + ], + [ + "na", + "s" + ], + [ + "n", + "as" + ], + [ + "▁Geb", + "äude" + ], + [ + "▁be", + "am" + ], + [ + "▁Rec", + "t" + ], + [ + "▁Re", + "ct" + ], + [ + "▁R", + "ect" + ], + [ + "▁", + "Rect" + ], + [ + "▁Prime", + "ra" + ], + [ + "▁Prim", + "era" + ], + [ + "▁ha", + "ut" + ], + [ + "▁h", + "aut" + ], + [ + "▁tra", + "it" + ], + [ + "▁tr", + "ait" + ], + [ + "▁t", + "rait" + ], + [ + "prü", + "ft" + ], + [ + "ina", + "ción" + ], + [ + "in", + "ación" + ], + [ + "▁configuration", + "s" + ], + [ + "▁configur", + "ations" + ], + [ + "▁gi", + "lt" + ], + [ + "▁g", + "ilt" + ], + [ + "▁territ", + "oire" + ], + [ + "he", + "z" + ], + [ + "h", + "ez" + ], + [ + "▁alt", + "e" + ], + [ + "▁al", + "te" + ], + [ + "rel", + "ative" + ], + [ + "Ex", + "cel" + ], + [ + "▁W", + "right" + ], + [ + "G", + "V" + ], + [ + "пол", + "и" + ], + [ + "по", + "ли" + ], + [ + "Qu", + "ant" + ], + [ + "▁gau", + "ge" + ], + [ + "▁ga", + "uge" + ], + [ + "▁multip", + "ly" + ], + [ + "▁multi", + "ply" + ], + [ + "AS", + "S" + ], + [ + "A", + "SS" + ], + [ + "ствен", + "но" + ], + [ + "ан", + "у" + ], + [ + "а", + "ну" + ], + [ + "▁jed", + "en" + ], + [ + "▁je", + "den" + ], + [ + "▁j", + "eden" + ], + [ + "▁liter", + "ary" + ], + [ + "▁Dr", + "o" + ], + [ + "▁D", + "ro" + ], + [ + "▁advis", + "e" + ], + [ + "▁adv", + "ise" + ], + [ + "itz", + "en" + ], + [ + "it", + "zen" + ], + [ + "▁dis", + "ag" + ], + [ + "web", + "site" + ], + [ + "▁ді", + "я" + ], + [ + "▁д", + "ія" + ], + [ + "▁", + "дія" + ], + [ + "▁observe", + "r" + ], + [ + "▁observ", + "er" + ], + [ + "▁obser", + "ver" + ], + [ + "▁ob", + "server" + ], + [ + "▁janu", + "ár" + ], + [ + "v", + "ě" + ], + [ + "ku", + "p" + ], + [ + "k", + "up" + ], + [ + "▁Se", + "s" + ], + [ + "▁S", + "es" + ], + [ + "▁woj", + "ew" + ], + [ + "▁stage", + "s" + ], + [ + "▁stag", + "es" + ], + [ + "▁sta", + "ges" + ], + [ + "▁st", + "ages" + ], + [ + "▁време", + "ни" + ], + [ + "▁вре", + "мени" + ], + [ + "łu", + "ż" + ], + [ + "но", + "с" + ], + [ + "н", + "ос" + ], + [ + "Down", + "load" + ], + [ + "ip", + "o" + ], + [ + "i", + "po" + ], + [ + "▁gra", + "f" + ], + [ + "▁gr", + "af" + ], + [ + "▁g", + "raf" + ], + [ + "▁ро", + "бо" + ], + [ + "▁Nik", + "ol" + ], + [ + "▁Ni", + "kol" + ], + [ + "▁fi", + "c" + ], + [ + "▁f", + "ic" + ], + [ + "▁", + "fic" + ], + [ + "▁join", + "ing" + ], + [ + "▁jo", + "ining" + ], + [ + "▁divers", + "os" + ], + [ + "▁LI", + "KE" + ], + [ + "▁F", + "itz" + ], + [ + "▁dim", + "in" + ], + [ + "▁di", + "min" + ], + [ + "▁d", + "imin" + ], + [ + "▁dist", + "rib" + ], + [ + "Sa", + "m" + ], + [ + "S", + "am" + ], + [ + "ko", + "z" + ], + [ + "k", + "oz" + ], + [ + "▁alpha", + "bet" + ], + [ + "▁al", + "phabet" + ], + [ + "ose", + "r" + ], + [ + "os", + "er" + ], + [ + "o", + "ser" + ], + [ + "OU", + "R" + ], + [ + "O", + "UR" + ], + [ + "uk", + "a" + ], + [ + "u", + "ka" + ], + [ + "ка", + "я" + ], + [ + "▁ste", + "el" + ], + [ + "▁`-", + "-" + ], + [ + "▁`", + "--" + ], + [ + "▁ten", + "er" + ], + [ + "▁te", + "ner" + ], + [ + "▁t", + "ener" + ], + [ + "mark", + "er" + ], + [ + "mar", + "ker" + ], + [ + "▁He", + "aven" + ], + [ + "new", + "command" + ], + [ + "▁prisoner", + "s" + ], + [ + "▁prison", + "ers" + ], + [ + "▁Kn", + "ight" + ], + [ + "▁K", + "night" + ], + [ + "▁present", + "s" + ], + [ + "▁pres", + "ents" + ], + [ + "▁quest", + "i" + ], + [ + "▁qu", + "esti" + ], + [ + "▁train", + "s" + ], + [ + "▁tra", + "ins" + ], + [ + "▁tr", + "ains" + ], + [ + "oper", + "a" + ], + [ + "ope", + "ra" + ], + [ + "op", + "era" + ], + [ + "▁Line", + "ar" + ], + [ + "▁Lin", + "ear" + ], + [ + "▁Li", + "near" + ], + [ + "▁", + "Linear" + ], + [ + "▁M", + "E" + ], + [ + "▁", + "ME" + ], + [ + "▁Bu", + "c" + ], + [ + "▁B", + "uc" + ], + [ + "Le", + "g" + ], + [ + "L", + "eg" + ], + [ + "▁ag", + "ua" + ], + [ + "▁", + "agua" + ], + [ + "▁Gr", + "iff" + ], + [ + "ol", + "g" + ], + [ + "o", + "lg" + ], + [ + "ds", + "t" + ], + [ + "d", + "st" + ], + [ + ".", + "\r" + ], + [ + "▁persone", + "s" + ], + [ + "▁person", + "es" + ], + [ + "▁pers", + "ones" + ], + [ + "Ma", + "l" + ], + [ + "M", + "al" + ], + [ + "бер", + "е" + ], + [ + "бе", + "ре" + ], + [ + "б", + "ере" + ], + [ + "folg", + "e" + ], + [ + "fol", + "ge" + ], + [ + "▁ac", + "ab" + ], + [ + "ct", + "u" + ], + [ + "c", + "tu" + ], + [ + "pt", + "ic" + ], + [ + "▁N", + "avigation" + ], + [ + "▁", + "Navigation" + ], + [ + "R", + "uss" + ], + [ + "га", + "ль" + ], + [ + "г", + "аль" + ], + [ + "▁Fu", + "l" + ], + [ + "▁F", + "ul" + ], + [ + "▁ма", + "є" + ], + [ + "чна", + "я" + ], + [ + "ч", + "ная" + ], + [ + "wn", + "er" + ], + [ + "w", + "ner" + ], + [ + "contr", + "a" + ], + [ + "cont", + "ra" + ], + [ + "con", + "tra" + ], + [ + "▁joue", + "ur" + ], + [ + "▁jou", + "eur" + ], + [ + "▁Jes", + "s" + ], + [ + "▁Je", + "ss" + ], + [ + "▁J", + "ess" + ], + [ + "▁ren", + "ew" + ], + [ + "▁re", + "new" + ], + [ + "▁la", + "p" + ], + [ + "▁l", + "ap" + ], + [ + "▁", + "lap" + ], + [ + "▁cast", + "ing" + ], + [ + "▁cas", + "ting" + ], + [ + "ga", + "l" + ], + [ + "g", + "al" + ], + [ + "▁tém", + "atu" + ], + [ + "▁на", + "зыва" + ], + [ + "за", + "х" + ], + [ + "ч", + "не" + ], + [ + ")-", + "\\" + ], + [ + ")", + "-\\" + ], + [ + "▁част", + "о" + ], + [ + "▁час", + "то" + ], + [ + "▁ча", + "сто" + ], + [ + "}$", + "-" + ], + [ + "}", + "$-" + ], + [ + "▁lic", + "z" + ], + [ + "▁li", + "cz" + ], + [ + "▁l", + "icz" + ], + [ + "▁em", + "ot" + ], + [ + "▁e", + "mot" + ], + [ + "har", + "m" + ], + [ + "ha", + "rm" + ], + [ + "h", + "arm" + ], + [ + "▁occasion", + "ally" + ], + [ + "▁hor", + "ror" + ], + [ + "▁ho", + "rror" + ], + [ + "ea", + "st" + ], + [ + "e", + "ast" + ], + [ + "▁print", + "er" + ], + [ + "▁prin", + "ter" + ], + [ + "▁pr", + "inter" + ], + [ + "ara", + "n" + ], + [ + "ar", + "an" + ], + [ + "a", + "ran" + ], + [ + "▁Miss", + "iss" + ], + [ + "fol", + "low" + ], + [ + "f", + "ollow" + ], + [ + "▁Bar", + "ry" + ], + [ + "▁investig", + "ate" + ], + [ + "go", + "w" + ], + [ + "g", + "ow" + ], + [ + "▁American", + "s" + ], + [ + "▁America", + "ns" + ], + [ + "▁Amer", + "icans" + ], + [ + "S", + "ince" + ], + [ + "▁від", + "о" + ], + [ + "▁ві", + "до" + ], + [ + "▁re", + "un" + ], + [ + "osc", + "i" + ], + [ + "os", + "ci" + ], + [ + "o", + "sci" + ], + [ + "▁Chap", + "ter" + ], + [ + "▁Ch", + "apter" + ], + [ + "▁ba", + "y" + ], + [ + "▁b", + "ay" + ], + [ + "▁", + "bay" + ], + [ + "ром", + "е" + ], + [ + "ро", + "ме" + ], + [ + "eth", + "e" + ], + [ + "et", + "he" + ], + [ + "e", + "the" + ], + [ + "éd", + "ie" + ], + [ + "é", + "die" + ], + [ + "como", + "t" + ], + [ + "com", + "ot" + ], + [ + "co", + "mot" + ], + [ + "▁miejs", + "cowo" + ], + [ + "▁studi", + "erte" + ], + [ + "▁stud", + "ierte" + ], + [ + "ouver", + "t" + ], + [ + "ouve", + "rt" + ], + [ + "ouv", + "ert" + ], + [ + "ou", + "vert" + ], + [ + "▁ку", + "р" + ], + [ + "▁к", + "ур" + ], + [ + "▁", + "кур" + ], + [ + "▁DES", + "C" + ], + [ + "▁DE", + "SC" + ], + [ + "▁touch", + "ed" + ], + [ + "▁tou", + "ched" + ], + [ + "▁Jer", + "ry" + ], + [ + "ues", + "e" + ], + [ + "ue", + "se" + ], + [ + "u", + "ese" + ], + [ + "ли", + "ще" + ], + [ + "authentic", + "ation" + ], + [ + "auth", + "entication" + ], + [ + "▁coll", + "e" + ], + [ + "▁col", + "le" + ], + [ + "▁co", + "lle" + ], + [ + "he", + "art" + ], + [ + "▁regime", + "nt" + ], + [ + "▁reg", + "iment" + ], + [ + "cribe", + "d" + ], + [ + "cri", + "bed" + ], + [ + "▁Бо", + "ль" + ], + [ + "▁про", + "ис" + ], + [ + "ce", + "ae" + ], + [ + "▁mass", + "es" + ], + [ + "▁scroll", + "ing" + ], + [ + "▁sc", + "rolling" + ], + [ + "ust", + "o" + ], + [ + "us", + "to" + ], + [ + "u", + "sto" + ], + [ + "S", + "W" + ], + [ + "ova", + "t" + ], + [ + "ov", + "at" + ], + [ + "o", + "vat" + ], + [ + "▁gr", + "âce" + ], + [ + "▁Архи", + "в" + ], + [ + "▁Се", + "вер" + ], + [ + "ava", + "it" + ], + [ + "av", + "ait" + ], + [ + "▁Marsh", + "all" + ], + [ + "▁Mars", + "hall" + ], + [ + "▁Hash", + "Map" + ], + [ + "▁", + "HashMap" + ], + [ + "aco", + "n" + ], + [ + "ac", + "on" + ], + [ + "a", + "con" + ], + [ + "ücke", + "n" + ], + [ + "ück", + "en" + ], + [ + "ü", + "cken" + ], + [ + "[]", + ")" + ], + [ + "[", + "])" + ], + [ + "▁ev", + "angel" + ], + [ + "etz", + "ung" + ], + [ + "et", + "zung" + ], + [ + "tt", + "emberg" + ], + [ + "ster", + "s" + ], + [ + "ste", + "rs" + ], + [ + "st", + "ers" + ], + [ + "s", + "ters" + ], + [ + "T", + "M" + ], + [ + "▁ли", + "тера" + ], + [ + "qu", + "ot" + ], + [ + "Pre", + "d" + ], + [ + "Pr", + "ed" + ], + [ + "P", + "red" + ], + [ + "▁wer", + "k" + ], + [ + "▁w", + "erk" + ], + [ + "▁", + "werk" + ], + [ + "▁habe", + "r" + ], + [ + "▁hab", + "er" + ], + [ + "▁ha", + "ber" + ], + [ + "lav", + "a" + ], + [ + "la", + "va" + ], + [ + "l", + "ava" + ], + [ + "vo", + "us" + ], + [ + "v", + "ous" + ], + [ + "▁Lat", + "e" + ], + [ + "▁La", + "te" + ], + [ + "▁L", + "ate" + ], + [ + "cyc", + "le" + ], + [ + "cy", + "cle" + ], + [ + "c", + "ycle" + ], + [ + "ти", + "рова" + ], + [ + "▁прод", + "у" + ], + [ + "▁про", + "ду" + ], + [ + "▁population", + "s" + ], + [ + "▁popul", + "ations" + ], + [ + "▁pop", + "ulations" + ], + [ + "▁Ya", + "n" + ], + [ + "▁Y", + "an" + ], + [ + "Pre", + "fix" + ], + [ + "P", + "refix" + ], + [ + "actér", + "istiques" + ], + [ + "+", + "'" + ], + [ + "()`", + "](" + ], + [ + "()", + "`](" + ], + [ + "▁Л", + "ь" + ], + [ + "фи", + "ль" + ], + [ + "▁жи", + "зни" + ], + [ + "ft", + "p" + ], + [ + "f", + "tp" + ], + [ + "▁все", + "х" + ], + [ + "▁g", + "dzie" + ], + [ + "▁vide", + "a" + ], + [ + "▁vid", + "ea" + ], + [ + "▁v", + "idea" + ], + [ + "oa", + "uth" + ], + [ + "o", + "auth" + ], + [ + "▁pi", + "d" + ], + [ + "▁p", + "id" + ], + [ + "▁", + "pid" + ], + [ + "ů", + "m" + ], + [ + "▁pes", + "so" + ], + [ + "▁p", + "esso" + ], + [ + "▁track", + "ing" + ], + [ + "▁trac", + "king" + ], + [ + "izi", + "n" + ], + [ + "iz", + "in" + ], + [ + "i", + "zin" + ], + [ + "▁Mor", + "ris" + ], + [ + "щи", + "й" + ], + [ + "▁Provin", + "z" + ], + [ + "▁Mitt", + "e" + ], + [ + "▁Mit", + "te" + ], + [ + "▁Mi", + "tte" + ], + [ + "▁M", + "itte" + ], + [ + "▁artific", + "ial" + ], + [ + "bráz", + "ky" + ], + [ + "▁до", + "сти" + ], + [ + "▁restore", + "d" + ], + [ + "▁resto", + "red" + ], + [ + "▁rest", + "ored" + ], + [ + "▁communic", + "ate" + ], + [ + "▁commun", + "icate" + ], + [ + "agi", + "t" + ], + [ + "ag", + "it" + ], + [ + "a", + "git" + ], + [ + "Rec", + "ogn" + ], + [ + "▁lo", + "n" + ], + [ + "▁l", + "on" + ], + [ + "▁", + "lon" + ], + [ + "▁зан", + "я" + ], + [ + "▁за", + "ня" + ], + [ + "▁Arg", + "ument" + ], + [ + "▁", + "Argument" + ], + [ + "flu", + "sh" + ], + [ + "fl", + "ush" + ], + [ + "ман", + "а" + ], + [ + "ма", + "на" + ], + [ + "м", + "ана" + ], + [ + "second", + "s" + ], + [ + "sec", + "onds" + ], + [ + "U", + "C" + ], + [ + "▁Ru", + "th" + ], + [ + "▁R", + "uth" + ], + [ + "▁tu", + "b" + ], + [ + "▁t", + "ub" + ], + [ + "▁Bre", + "t" + ], + [ + "▁Br", + "et" + ], + [ + "▁B", + "ret" + ], + [ + "▁Per", + "e" + ], + [ + "▁Pe", + "re" + ], + [ + "▁P", + "ere" + ], + [ + "▁respons", + "ibility" + ], + [ + "ńcz", + "y" + ], + [ + "ń", + "czy" + ], + [ + "▁environment", + "s" + ], + [ + "▁environ", + "ments" + ], + [ + "ke", + "e" + ], + [ + "k", + "ee" + ], + [ + "▁gro", + "ot" + ], + [ + "▁gr", + "oot" + ], + [ + "▁g", + "root" + ], + [ + "▁paint", + "ed" + ], + [ + "▁pain", + "ted" + ], + [ + "▁Éd", + "itions" + ], + [ + "cp", + "y" + ], + [ + "c", + "py" + ], + [ + "ár", + "t" + ], + [ + "á", + "rt" + ], + [ + "lich", + "keit" + ], + [ + "ard", + "a" + ], + [ + "ar", + "da" + ], + [ + "B", + "atch" + ], + [ + "▁Leop", + "old" + ], + [ + "reas", + "on" + ], + [ + "rea", + "son" + ], + [ + "re", + "ason" + ], + [ + "n", + "oreferrer" + ], + [ + "sen", + "s" + ], + [ + "se", + "ns" + ], + [ + "s", + "ens" + ], + [ + "▁rock", + "s" + ], + [ + "▁ro", + "cks" + ], + [ + "▁Hit", + "ler" + ], + [ + "ла", + "т" + ], + [ + "л", + "ат" + ], + [ + "▁quote", + "d" + ], + [ + "▁quot", + "ed" + ], + [ + "▁qu", + "oted" + ], + [ + "▁ко", + "лле" + ], + [ + "▁у", + "ров" + ], + [ + "ba", + "g" + ], + [ + "b", + "ag" + ], + [ + ".\"", + ")" + ], + [ + ".", + "\")" + ], + [ + "▁M", + "L" + ], + [ + "▁", + "ML" + ], + [ + "▁kom", + "t" + ], + [ + "▁ko", + "mt" + ], + [ + "▁[", + "_" + ], + [ + "▁", + "[_" + ], + [ + "▁spect", + "ral" + ], + [ + "ed", + "o" + ], + [ + "e", + "do" + ], + [ + "▁in", + "sieme" + ], + [ + "▁suffer", + "ing" + ], + [ + "▁suff", + "ering" + ], + [ + "slide", + "r" + ], + [ + "sl", + "ider" + ], + [ + "▁Kenn", + "edy" + ], + [ + "ola", + "te" + ], + [ + "ol", + "ate" + ], + [ + "o", + "late" + ], + [ + "▁Pat", + "ri" + ], + [ + "▁Pa", + "tri" + ], + [ + "▁P", + "atri" + ], + [ + "зи", + "и" + ], + [ + "O", + "H" + ], + [ + "▁те", + "а" + ], + [ + "▁прав", + "а" + ], + [ + "▁пра", + "ва" + ], + [ + "ма", + "х" + ], + [ + "rew", + "rite" + ], + [ + "re", + "write" + ], + [ + "r", + "ewrite" + ], + [ + "▁Eins", + "atz" + ], + [ + "ext", + "ernal" + ], + [ + "ex", + "ternal" + ], + [ + "hold", + "s" + ], + [ + "hol", + "ds" + ], + [ + "h", + "olds" + ], + [ + "▁Place", + "s" + ], + [ + "▁Pla", + "ces" + ], + [ + "▁Pl", + "aces" + ], + [ + "▁P", + "laces" + ], + [ + "aty", + "pe" + ], + [ + "at", + "ype" + ], + [ + "a", + "type" + ], + [ + "▁vul", + "ner" + ], + [ + "▁abandon", + "ed" + ], + [ + "Ori", + "gin" + ], + [ + "Or", + "igin" + ], + [ + "▁maxim", + "al" + ], + [ + "▁max", + "imal" + ], + [ + "AA", + "AA" + ], + [ + "▁Base", + "ball" + ], + [ + "▁Clo", + "se" + ], + [ + "▁Cl", + "ose" + ], + [ + "▁C", + "lose" + ], + [ + "▁", + "Close" + ], + [ + "▁paint", + "er" + ], + [ + "▁pain", + "ter" + ], + [ + "▁pa", + "inter" + ], + [ + "▁assign", + "ing" + ], + [ + "N", + "B" + ], + [ + "bla", + "st" + ], + [ + "bl", + "ast" + ], + [ + "b", + "last" + ], + [ + "▁K", + "ünstler" + ], + [ + ")]", + "(" + ], + [ + ")", + "](" + ], + [ + "fac", + "h" + ], + [ + "fa", + "ch" + ], + [ + "f", + "ach" + ], + [ + "▁Constant", + "in" + ], + [ + "▁Const", + "antin" + ], + [ + "oke", + "s" + ], + [ + "ok", + "es" + ], + [ + "o", + "kes" + ], + [ + "▁nob", + "ody" + ], + [ + "▁no", + "body" + ], + [ + "▁subt", + "ract" + ], + [ + "▁foss", + "e" + ], + [ + "▁fos", + "se" + ], + [ + "▁cert", + "ific" + ], + [ + "▁mus", + "e" + ], + [ + "▁mu", + "se" + ], + [ + "▁m", + "use" + ], + [ + "/)", + "," + ], + [ + "/", + ")," + ], + [ + "▁Prof", + "il" + ], + [ + "▁Pro", + "fil" + ], + [ + "▁pro", + "xim" + ], + [ + "▁Jer", + "usalem" + ], + [ + "▁simpl", + "icity" + ], + [ + "▁simp", + "licity" + ], + [ + "▁ws", + "z" + ], + [ + "▁w", + "sz" + ], + [ + "NUM", + "BER" + ], + [ + "utt", + "avia" + ], + [ + "U", + "ITableView" + ], + [ + "ichte", + "r" + ], + [ + "icht", + "er" + ], + [ + "ich", + "ter" + ], + [ + "i", + "chter" + ], + [ + "жа", + "н" + ], + [ + "ж", + "ан" + ], + [ + "▁La", + "v" + ], + [ + "▁L", + "av" + ], + [ + "itch", + "en" + ], + [ + "it", + "chen" + ], + [ + "▁Че", + "м" + ], + [ + "▁Ч", + "ем" + ], + [ + "T", + "u" + ], + [ + "▁ge", + "om" + ], + [ + "▁zv", + "uky" + ], + [ + "▁Sur", + "vey" + ], + [ + "AN", + "CE" + ], + [ + "▁encrypt", + "ed" + ], + [ + "▁enc", + "rypted" + ], + [ + "pro", + "f" + ], + [ + "pr", + "of" + ], + [ + "▁dar", + "e" + ], + [ + "▁da", + "re" + ], + [ + "▁d", + "are" + ], + [ + "▁Lor", + "en" + ], + [ + "▁Lo", + "ren" + ], + [ + "▁L", + "oren" + ], + [ + "т", + "в" + ], + [ + "▁Ал", + "ек" + ], + [ + "▁А", + "лек" + ], + [ + "▁computer", + "s" + ], + [ + "▁compute", + "rs" + ], + [ + "▁comput", + "ers" + ], + [ + "▁expect", + "ation" + ], + [ + "▁substant", + "ial" + ], + [ + "▁Д", + "ми" + ], + [ + "▁`", + "{" + ], + [ + "▁др", + "а" + ], + [ + "▁д", + "ра" + ], + [ + "▁", + "дра" + ], + [ + "ub", + "ble" + ], + [ + "▁perform", + "s" + ], + [ + "▁per", + "forms" + ], + [ + "▁Krie", + "g" + ], + [ + "▁Kr", + "ieg" + ], + [ + "▁inc", + "oming" + ], + [ + "▁in", + "coming" + ], + [ + "▁Class", + "ification" + ], + [ + "Web", + "View" + ], + [ + "▁episode", + "s" + ], + [ + "▁epis", + "odes" + ], + [ + "appe", + "r" + ], + [ + "app", + "er" + ], + [ + "ap", + "per" + ], + [ + "a", + "pper" + ], + [ + "äu", + "fig" + ], + [ + "▁gi", + "ov" + ], + [ + "▁Dep", + "art" + ], + [ + "▁De", + "part" + ], + [ + "бор", + "а" + ], + [ + "бо", + "ра" + ], + [ + "ed", + "ly" + ], + [ + "osp", + "od" + ], + [ + "os", + "pod" + ], + [ + "▁pt", + "r" + ], + [ + "▁p", + "tr" + ], + [ + "▁", + "ptr" + ], + [ + "▁d", + "átum" + ], + [ + "▁estim", + "ation" + ], + [ + "▁est", + "imation" + ], + [ + "icol", + "e" + ], + [ + "ico", + "le" + ], + [ + "ic", + "ole" + ], + [ + "i", + "cole" + ], + [ + "▁---", + "-" + ], + [ + "▁--", + "--" + ], + [ + "▁-", + "---" + ], + [ + "▁", + "----" + ], + [ + "▁prince", + "s" + ], + [ + "▁prin", + "ces" + ], + [ + "HE", + "AD" + ], + [ + "▁diffus", + "ion" + ], + [ + "▁diff", + "usion" + ], + [ + "▁dri", + "e" + ], + [ + "▁dr", + "ie" + ], + [ + "▁d", + "rie" + ], + [ + "▁Ad", + "a" + ], + [ + "▁A", + "da" + ], + [ + "ниц", + "е" + ], + [ + "ни", + "це" + ], + [ + "ng", + "inx" + ], + [ + "n", + "ginx" + ], + [ + "sha", + "l" + ], + [ + "sh", + "al" + ], + [ + "s", + "hal" + ], + [ + "▁febru", + "ari" + ], + [ + "▁Ta", + "t" + ], + [ + "▁T", + "at" + ], + [ + "look", + "ing" + ], + [ + "lo", + "oking" + ], + [ + "ku", + "nd" + ], + [ + "k", + "und" + ], + [ + "▁De", + "an" + ], + [ + "m", + "ongodb" + ], + [ + "вши", + "х" + ], + [ + "в", + "ших" + ], + [ + "▁Au", + "r" + ], + [ + "▁A", + "ur" + ], + [ + "▁Flor", + "a" + ], + [ + "▁Flo", + "ra" + ], + [ + "▁Fl", + "ora" + ], + [ + "▁Studio", + "s" + ], + [ + "▁Stud", + "ios" + ], + [ + "ци", + "је" + ], + [ + "ei", + "l" + ], + [ + "e", + "il" + ], + [ + "Inst", + "all" + ], + [ + "▁franc", + "h" + ], + [ + "▁fran", + "ch" + ], + [ + "▁fr", + "anch" + ], + [ + "▁f", + "ranch" + ], + [ + "▁H", + "MS" + ], + [ + "▁practice", + "s" + ], + [ + "▁pract", + "ices" + ], + [ + "le", + "j" + ], + [ + "l", + "ej" + ], + [ + "dal", + "e" + ], + [ + "da", + "le" + ], + [ + "d", + "ale" + ], + [ + "▁post", + "e" + ], + [ + "▁pos", + "te" + ], + [ + "▁po", + "ste" + ], + [ + "▁Hel", + "s" + ], + [ + "▁He", + "ls" + ], + [ + "▁H", + "els" + ], + [ + "▁reli", + "able" + ], + [ + "źdz", + "ier" + ], + [ + "▁vers", + "e" + ], + [ + "▁ver", + "se" + ], + [ + "▁", + "verse" + ], + [ + "erme", + "ister" + ], + [ + "er", + "meister" + ], + [ + "▁qui", + "t" + ], + [ + "▁qu", + "it" + ], + [ + "▁q", + "uit" + ], + [ + "▁", + "quit" + ], + [ + "ét", + "ico" + ], + [ + "ili", + "s" + ], + [ + "il", + "is" + ], + [ + "i", + "lis" + ], + [ + "edo", + "r" + ], + [ + "ed", + "or" + ], + [ + "e", + "dor" + ], + [ + "▁Cultura", + "l" + ], + [ + "▁Cult", + "ural" + ], + [ + "дж", + "е" + ], + [ + "д", + "же" + ], + [ + "▁like", + "d" + ], + [ + "▁lik", + "ed" + ], + [ + "▁li", + "ked" + ], + [ + "▁mongo", + "db" + ], + [ + "▁m", + "ongodb" + ], + [ + "▁", + "mongodb" + ], + [ + "▁Broad", + "way" + ], + [ + "▁I", + "R" + ], + [ + "▁", + "IR" + ], + [ + "esz", + "t" + ], + [ + "es", + "zt" + ], + [ + "ho", + "v" + ], + [ + "h", + "ov" + ], + [ + "▁mí", + "st" + ], + [ + "▁m", + "íst" + ], + [ + "reich", + "e" + ], + [ + "rei", + "che" + ], + [ + "re", + "iche" + ], + [ + "▁k", + "B" + ], + [ + "сто", + "м" + ], + [ + "ст", + "ом" + ], + [ + "с", + "том" + ], + [ + "▁SQL", + "ite" + ], + [ + "▁tor", + "neo" + ], + [ + "\\", + "." + ], + [ + "Or", + "d" + ], + [ + "O", + "rd" + ], + [ + "▁Administr", + "ation" + ], + [ + "▁Admin", + "istration" + ], + [ + "▁з", + "да" + ], + [ + "▁", + "зда" + ], + [ + "▁Hin", + "ter" + ], + [ + "▁H", + "inter" + ], + [ + "▁Vi", + "a" + ], + [ + "▁V", + "ia" + ], + [ + "Dec", + "imal" + ], + [ + "orio", + "us" + ], + [ + "ori", + "ous" + ], + [ + "or", + "ious" + ], + [ + "▁nécess", + "aire" + ], + [ + "w", + "x" + ], + [ + "▁te", + "j" + ], + [ + "▁t", + "ej" + ], + [ + "▁tem", + "a" + ], + [ + "▁te", + "ma" + ], + [ + "▁t", + "ema" + ], + [ + "O", + "brázky" + ], + [ + "рит", + "е" + ], + [ + "ри", + "те" + ], + [ + "▁build", + "s" + ], + [ + "▁late", + "n" + ], + [ + "▁lat", + "en" + ], + [ + "▁la", + "ten" + ], + [ + "▁l", + "aten" + ], + [ + "▁г", + "г" + ], + [ + "Vis", + "ibility" + ], + [ + "lä", + "u" + ], + [ + "l", + "äu" + ], + [ + "▁sec", + "hs" + ], + [ + "▁se", + "chs" + ], + [ + "▁лу", + "ч" + ], + [ + "cer", + "a" + ], + [ + "ce", + "ra" + ], + [ + "c", + "era" + ], + [ + "Co", + "uld" + ], + [ + "C", + "ould" + ], + [ + "▁tra", + "ject" + ], + [ + "}}^", + "{" + ], + [ + "}}", + "^{" + ], + [ + "}", + "}^{" + ], + [ + "▁Jap", + "on" + ], + [ + "▁Ja", + "pon" + ], + [ + "ano", + "ther" + ], + [ + "an", + "other" + ], + [ + "I", + "K" + ], + [ + "▁belong", + "ing" + ], + [ + "▁facil", + "ities" + ], + [ + "▁fac", + "ilities" + ], + [ + "▁Da", + "ily" + ], + [ + "▁D", + "aily" + ], + [ + "▁dec", + "e" + ], + [ + "▁de", + "ce" + ], + [ + "int", + "ro" + ], + [ + "▁слу", + "ча" + ], + [ + "Names", + "pace" + ], + [ + "Name", + "space" + ], + [ + "▁Ba", + "k" + ], + [ + "▁B", + "ak" + ], + [ + "local", + "e" + ], + [ + "loc", + "ale" + ], + [ + "U", + "G" + ], + [ + "=$", + "{" + ], + [ + "=", + "${" + ], + [ + "▁comp", + "añ" + ], + [ + "ją", + "c" + ], + [ + "j", + "ąc" + ], + [ + "▁ar", + "ithmetic" + ], + [ + "for", + "um" + ], + [ + "fo", + "rum" + ], + [ + "f", + "orum" + ], + [ + "▁port", + "a" + ], + [ + "▁por", + "ta" + ], + [ + "on", + "k" + ], + [ + "▁gen", + "der" + ], + [ + "▁ge", + "nder" + ], + [ + "▁g", + "ender" + ], + [ + "▁", + "gender" + ], + [ + "▁expect", + "s" + ], + [ + "б", + "ка" + ], + [ + "▁na", + "k" + ], + [ + "▁n", + "ak" + ], + [ + "▁", + "nak" + ], + [ + "▁Gra", + "ce" + ], + [ + "▁Gr", + "ace" + ], + [ + "▁G", + "race" + ], + [ + "▁str", + "o" + ], + [ + "▁st", + "ro" + ], + [ + "ivid", + "ual" + ], + [ + "▁CO", + "M" + ], + [ + "▁C", + "OM" + ], + [ + "▁", + "COM" + ], + [ + "▁Far", + "m" + ], + [ + "▁Fa", + "rm" + ], + [ + "▁F", + "arm" + ], + [ + "▁cant", + "on" + ], + [ + "▁can", + "ton" + ], + [ + "▁c", + "anton" + ], + [ + "том", + "у" + ], + [ + "то", + "му" + ], + [ + "т", + "ому" + ], + [ + "java", + "x" + ], + [ + "jav", + "ax" + ], + [ + "се", + "й" + ], + [ + "с", + "ей" + ], + [ + "▁brief", + "ly" + ], + [ + "Fa", + "ce" + ], + [ + "F", + "ace" + ], + [ + "rot", + "ate" + ], + [ + "const", + "ant" + ], + [ + "▁gall", + "ery" + ], + [ + "▁g", + "allery" + ], + [ + "astr", + "o" + ], + [ + "ast", + "ro" + ], + [ + "aller", + "y" + ], + [ + "alle", + "ry" + ], + [ + "all", + "ery" + ], + [ + "▁D", + "J" + ], + [ + "charg", + "e" + ], + [ + "char", + "ge" + ], + [ + "ходит", + "ь" + ], + [ + "ходи", + "ть" + ], + [ + "C", + "ent" + ], + [ + "\\\"", + "," + ], + [ + "\\", + "\"," + ], + [ + "▁donn", + "a" + ], + [ + "▁don", + "na" + ], + [ + "▁d", + "onna" + ], + [ + "arc", + "a" + ], + [ + "ar", + "ca" + ], + [ + "lad", + "e" + ], + [ + "la", + "de" + ], + [ + "l", + "ade" + ], + [ + "zi", + "n" + ], + [ + "z", + "in" + ], + [ + "▁Ne", + "d" + ], + [ + "▁N", + "ed" + ], + [ + "▁host", + "ing" + ], + [ + "▁hos", + "ting" + ], + [ + "ido", + "r" + ], + [ + "id", + "or" + ], + [ + "i", + "dor" + ], + [ + "itat", + "ive" + ], + [ + "it", + "ative" + ], + [ + "ig", + "s" + ], + [ + "i", + "gs" + ], + [ + "▁пр", + "я" + ], + [ + "▁п", + "ря" + ], + [ + "▁tick", + "et" + ], + [ + "▁ti", + "cket" + ], + [ + "▁t", + "icket" + ], + [ + "▁study", + "ing" + ], + [ + "▁stud", + "ying" + ], + [ + "▁design", + "er" + ], + [ + "▁des", + "igner" + ], + [ + "lapse", + "d" + ], + [ + "laps", + "ed" + ], + [ + "lap", + "sed" + ], + [ + "l", + "apsed" + ], + [ + "▁la", + "at" + ], + [ + "▁di", + "x" + ], + [ + "▁d", + "ix" + ], + [ + "▁integrate", + "d" + ], + [ + "▁integra", + "ted" + ], + [ + "▁integr", + "ated" + ], + [ + "▁inform", + "ed" + ], + [ + "▁in", + "formed" + ], + [ + "▁behav", + "e" + ], + [ + "▁beh", + "ave" + ], + [ + "▁be", + "have" + ], + [ + "▁lab", + "our" + ], + [ + "▁la", + "bour" + ], + [ + "est", + "ellt" + ], + [ + "cal", + "endar" + ], + [ + "▁kill", + "ing" + ], + [ + "▁kil", + "ling" + ], + [ + "▁k", + "illing" + ], + [ + "▁tw", + "itter" + ], + [ + "▁", + "twitter" + ], + [ + "ia", + "e" + ], + [ + "i", + "ae" + ], + [ + "▁histor", + "ique" + ], + [ + "DE", + "FAULT" + ], + [ + "iał", + "a" + ], + [ + "ia", + "ła" + ], + [ + "i", + "ała" + ], + [ + "▁theoret", + "ical" + ], + [ + "▁under", + "s" + ], + [ + "▁und", + "ers" + ], + [ + "▁un", + "ders" + ], + [ + "ля", + "ет" + ], + [ + "ata", + "n" + ], + [ + "at", + "an" + ], + [ + "a", + "tan" + ], + [ + "▁sur", + "name" + ], + [ + "▁s", + "urname" + ], + [ + "▁inter", + "cept" + ], + [ + "гла", + "сно" + ], + [ + "▁општи", + "ни" + ], + [ + "▁tir", + "ed" + ], + [ + "▁ti", + "red" + ], + [ + "▁t", + "ired" + ], + [ + "▁Bet", + "h" + ], + [ + "▁Be", + "th" + ], + [ + "▁B", + "eth" + ], + [ + "▁ад", + "министратив" + ], + [ + "L", + "i" + ], + [ + "▁Ту", + "р" + ], + [ + "▁Т", + "ур" + ], + [ + "▁Sc", + "anner" + ], + [ + "▁Ster", + "n" + ], + [ + "▁Ste", + "rn" + ], + [ + "▁St", + "ern" + ], + [ + "▁S", + "tern" + ], + [ + "▁вме", + "сте" + ], + [ + "▁report", + "ing" + ], + [ + "▁sul", + "l" + ], + [ + "▁su", + "ll" + ], + [ + "▁s", + "ull" + ], + [ + "ци", + "ей" + ], + [ + "bert", + "s" + ], + [ + "ber", + "ts" + ], + [ + "ogo", + "nal" + ], + [ + "og", + "onal" + ], + [ + "ő", + "k" + ], + [ + "▁ip", + "sum" + ], + [ + "▁i", + "psum" + ], + [ + "▁seule", + "ment" + ], + [ + "▁seul", + "ement" + ], + [ + "▁seu", + "lement" + ], + [ + "▁Seite", + "n" + ], + [ + "▁Seit", + "en" + ], + [ + "▁Se", + "iten" + ], + [ + "word", + "press" + ], + [ + "▁fe", + "aturing" + ], + [ + "istische", + "n" + ], + [ + "isti", + "schen" + ], + [ + "ist", + "ischen" + ], + [ + "ju", + "b" + ], + [ + "j", + "ub" + ], + [ + "▁ét", + "r" + ], + [ + "▁é", + "tr" + ], + [ + "▁", + "étr" + ], + [ + "▁te", + "a" + ], + [ + "▁t", + "ea" + ], + [ + "▁adapt", + "ed" + ], + [ + "▁scale", + "s" + ], + [ + "▁scal", + "es" + ], + [ + "▁sc", + "ales" + ], + [ + "▁na", + "n" + ], + [ + "▁n", + "an" + ], + [ + "▁", + "nan" + ], + [ + "get", + "Value" + ], + [ + "▁Blue", + "s" + ], + [ + "▁Bl", + "ues" + ], + [ + "acle", + "s" + ], + [ + "ac", + "les" + ], + [ + "a", + "cles" + ], + [ + "▁stat", + "i" + ], + [ + "▁sta", + "ti" + ], + [ + "▁st", + "ati" + ], + [ + "▁ent", + "itled" + ], + [ + "▁R", + "alph" + ], + [ + "gra", + "vity" + ], + [ + "▁entre", + "pr" + ], + [ + "któ", + "ber" + ], + [ + "lim", + "at" + ], + [ + "li", + "mat" + ], + [ + "l", + "imat" + ], + [ + "li", + "s" + ], + [ + "l", + "is" + ], + [ + "De", + "mo" + ], + [ + "D", + "emo" + ], + [ + "rel", + "ation" + ], + [ + "re", + "lation" + ], + [ + "▁ne", + "p" + ], + [ + "▁n", + "ep" + ], + [ + "pro", + "wad" + ], + [ + "iti", + "s" + ], + [ + "it", + "is" + ], + [ + "i", + "tis" + ], + [ + "▁pu", + "p" + ], + [ + "▁p", + "up" + ], + [ + "nehm", + "er" + ], + [ + "neh", + "mer" + ], + [ + "▁disapp", + "oint" + ], + [ + "▁etwa", + "s" + ], + [ + "▁et", + "was" + ], + [ + "anno", + "n" + ], + [ + "ann", + "on" + ], + [ + "an", + "non" + ], + [ + "▁appro", + "ved" + ], + [ + "▁cle", + "ver" + ], + [ + "▁cl", + "ever" + ], + [ + "Load", + "ing" + ], + [ + "Lo", + "ading" + ], + [ + "▁ver", + "z" + ], + [ + "▁ve", + "rz" + ], + [ + "ress", + "e" + ], + [ + "res", + "se" + ], + [ + "r", + "esse" + ], + [ + "▁insp", + "ir" + ], + [ + "▁sam", + "pling" + ], + [ + "▁Be", + "k" + ], + [ + "▁B", + "ek" + ], + [ + "})$", + "." + ], + [ + "})", + "$." + ], + [ + "}", + ")$." + ], + [ + "▁г", + "рома" + ], + [ + "▁spec", + "ie" + ], + [ + "▁spe", + "cie" + ], + [ + "▁rep", + "ub" + ], + [ + "▁re", + "pub" + ], + [ + "▁load", + "er" + ], + [ + "▁lo", + "ader" + ], + [ + "▁", + "loader" + ], + [ + "▁er", + "f" + ], + [ + "▁e", + "rf" + ], + [ + "▁should", + "er" + ], + [ + "rai", + "s" + ], + [ + "ra", + "is" + ], + [ + "r", + "ais" + ], + [ + "▁мат", + "е" + ], + [ + "▁ма", + "те" + ], + [ + "▁Mont", + "h" + ], + [ + "▁Mon", + "th" + ], + [ + "▁Mo", + "nth" + ], + [ + "▁", + "Month" + ], + [ + "Sc", + "ene" + ], + [ + "▁block", + "ing" + ], + [ + "▁o", + "cean" + ], + [ + "geb", + "en" + ], + [ + "ge", + "ben" + ], + [ + "g", + "eben" + ], + [ + "▁Kil", + "ometer" + ], + [ + "▁b", + "edeut" + ], + [ + "▁Mi", + "x" + ], + [ + "▁M", + "ix" + ], + [ + "fm", + "t" + ], + [ + "f", + "mt" + ], + [ + "▁Nor", + "weg" + ], + [ + "▁ID", + "s" + ], + [ + "par", + "allel" + ], + [ + "▁anti", + "cip" + ], + [ + "▁ant", + "icip" + ], + [ + "▁rev", + "is" + ], + [ + "▁re", + "vis" + ], + [ + "ха", + "н" + ], + [ + "х", + "ан" + ], + [ + "▁све", + "т" + ], + [ + "▁с", + "вет" + ], + [ + "CA", + "SE" + ], + [ + "C", + "ASE" + ], + [ + "▁führ", + "t" + ], + [ + "▁f", + "ührt" + ], + [ + "▁", + "führt" + ], + [ + "▁atom", + "ic" + ], + [ + "▁at", + "omic" + ], + [ + "▁", + "atomic" + ], + [ + "▁dark", + "ness" + ], + [ + "▁Fußball", + "spieler" + ], + [ + "▁Ж", + "и" + ], + [ + "quis", + "ition" + ], + [ + "▁Sie", + "g" + ], + [ + "▁Si", + "eg" + ], + [ + "▁S", + "ieg" + ], + [ + "C", + "irc" + ], + [ + "▁c", + "ientí" + ], + [ + "nell", + "e" + ], + [ + "nel", + "le" + ], + [ + "ne", + "lle" + ], + [ + "n", + "elle" + ], + [ + "SH", + "A" + ], + [ + "S", + "HA" + ], + [ + "▁ur", + "b" + ], + [ + "▁u", + "rb" + ], + [ + "▁", + "urb" + ], + [ + "▁k", + "si" + ], + [ + "leq", + "slant" + ], + [ + "▁ф", + "рон" + ], + [ + "▁defe", + "ct" + ], + [ + "▁def", + "ect" + ], + [ + "▁de", + "fect" + ], + [ + "▁r", + "á" + ], + [ + "▁", + "rá" + ], + [ + "▁strong", + "er" + ], + [ + "▁p", + "ł" + ], + [ + "▁commun", + "ities" + ], + [ + "нин", + "а" + ], + [ + "ни", + "на" + ], + [ + "ena", + "s" + ], + [ + "en", + "as" + ], + [ + "e", + "nas" + ], + [ + "ienne", + "nt" + ], + [ + "ienn", + "ent" + ], + [ + "▁safe", + "ly" + ], + [ + "▁saf", + "ely" + ], + [ + "▁т", + "я" + ], + [ + "▁", + "тя" + ], + [ + "▁ben", + "chmark" + ], + [ + "▁Bra", + "un" + ], + [ + "method", + "s" + ], + [ + "arg", + "ument" + ], + [ + "vo", + "s" + ], + [ + "v", + "os" + ], + [ + "ob", + "ox" + ], + [ + "o", + "box" + ], + [ + "ров", + "и" + ], + [ + "ро", + "ви" + ], + [ + "р", + "ови" + ], + [ + "▁recher", + "che" + ], + [ + "m", + "n" + ], + [ + "▁bring", + "s" + ], + [ + "▁br", + "ings" + ], + [ + "m", + "achine" + ], + [ + "CES", + "S" + ], + [ + "CE", + "SS" + ], + [ + "host", + "s" + ], + [ + "hos", + "ts" + ], + [ + "▁N", + "Y" + ], + [ + "Auto", + "w" + ], + [ + "Aut", + "ow" + ], + [ + "▁сов", + "ремен" + ], + [ + "▁Gar", + "y" + ], + [ + "▁Ga", + "ry" + ], + [ + "▁G", + "ary" + ], + [ + "▁sens", + "or" + ], + [ + "▁s", + "ensor" + ], + [ + "▁document", + "ed" + ], + [ + "▁prend", + "re" + ], + [ + "▁pr", + "endre" + ], + [ + "▁pe", + "er" + ], + [ + "eni", + "x" + ], + [ + "en", + "ix" + ], + [ + "ha", + "i" + ], + [ + "h", + "ai" + ], + [ + "ar", + "be" + ], + [ + "цен", + "т" + ], + [ + "ц", + "ент" + ], + [ + "_", + "(" + ], + [ + "▁U", + "RI" + ], + [ + "▁", + "URI" + ], + [ + "ев", + "а" + ], + [ + "е", + "ва" + ], + [ + "▁Reg", + "ie" + ], + [ + "▁Re", + "gie" + ], + [ + "▁Mon", + "ument" + ], + [ + "▁onder", + "werp" + ], + [ + "B", + "ag" + ], + [ + "ti", + "t" + ], + [ + "t", + "it" + ], + [ + "▁st", + "ir" + ], + [ + "▁ner", + "v" + ], + [ + "▁ne", + "rv" + ], + [ + "▁n", + "erv" + ], + [ + "стор", + "ія" + ], + [ + "▁so", + "v" + ], + [ + "▁s", + "ov" + ], + [ + "▁writer", + "s" + ], + [ + "▁write", + "rs" + ], + [ + "▁writ", + "ers" + ], + [ + "▁sort", + "s" + ], + [ + "▁sor", + "ts" + ], + [ + "ab", + "solute" + ], + [ + "▁difficult", + "ies" + ], + [ + "▁parl", + "ament" + ], + [ + "▁par", + "lament" + ], + [ + "▁IE", + "numerable" + ], + [ + "▁diss", + "ol" + ], + [ + "▁dis", + "sol" + ], + [ + "▁CH", + "ECK" + ], + [ + "arin", + "a" + ], + [ + "ari", + "na" + ], + [ + "ar", + "ina" + ], + [ + "in", + "burgh" + ], + [ + "D", + "M" + ], + [ + "▁ein", + "d" + ], + [ + "▁e", + "ind" + ], + [ + "▁bud", + "get" + ], + [ + "▁certain", + "s" + ], + [ + "▁cert", + "ains" + ], + [ + "▁först", + "a" + ], + [ + "▁för", + "sta" + ], + [ + "an", + "ja" + ], + [ + "a", + "nja" + ], + [ + "▁год", + "ов" + ], + [ + "▁го", + "дов" + ], + [ + "▁те", + "к" + ], + [ + "▁т", + "ек" + ], + [ + "▁", + "тек" + ], + [ + "▁Duc", + "h" + ], + [ + "▁Du", + "ch" + ], + [ + "▁D", + "uch" + ], + [ + "gu", + "i" + ], + [ + "g", + "ui" + ], + [ + "▁Team", + "s" + ], + [ + "▁Te", + "ams" + ], + [ + "▁мно", + "ги" + ], + [ + "Mar", + "ie" + ], + [ + "Ma", + "rie" + ], + [ + "M", + "arie" + ], + [ + "Int", + "egr" + ], + [ + "In", + "tegr" + ], + [ + "Thread", + "Pool" + ], + [ + "rus", + "t" + ], + [ + "ru", + "st" + ], + [ + "r", + "ust" + ], + [ + "í", + "k" + ], + [ + "%", + "\"" + ], + [ + "en", + "f" + ], + [ + "sp", + "l" + ], + [ + "s", + "pl" + ], + [ + "▁beg", + "un" + ], + [ + "▁be", + "gun" + ], + [ + "lo", + "u" + ], + [ + "l", + "ou" + ], + [ + "▁Rewrite", + "Rule" + ], + [ + "tu", + "ple" + ], + [ + "ane", + "ous" + ], + [ + "▁mari", + "ne" + ], + [ + "▁mar", + "ine" + ], + [ + "▁", + "marine" + ], + [ + "atta", + "n" + ], + [ + "att", + "an" + ], + [ + "at", + "tan" + ], + [ + "ika", + "l" + ], + [ + "ik", + "al" + ], + [ + "i", + "kal" + ], + [ + "▁gradu", + "ated" + ], + [ + "ill", + "é" + ], + [ + "il", + "lé" + ], + [ + "▁пров", + "е" + ], + [ + "▁про", + "ве" + ], + [ + "▁пр", + "ове" + ], + [ + "▁Ро", + "з" + ], + [ + "▁Р", + "оз" + ], + [ + "',", + "\r" + ], + [ + "'", + ",\r" + ], + [ + "▁Pf", + "arr" + ], + [ + "▁ni", + "vel" + ], + [ + "▁n", + "ivel" + ], + [ + "▁пра", + "цю" + ], + [ + "mus", + "ic" + ], + [ + "▁set", + "Timeout" + ], + [ + "ER", + "S" + ], + [ + "E", + "RS" + ], + [ + "▁Er", + "ik" + ], + [ + "▁E", + "rik" + ], + [ + "pi", + "t" + ], + [ + "p", + "it" + ], + [ + "▁Х", + "ро" + ], + [ + "▁pi", + "ł" + ], + [ + "▁p", + "ił" + ], + [ + "▁per", + "i" + ], + [ + "▁pe", + "ri" + ], + [ + "▁p", + "eri" + ], + [ + "до", + "к" + ], + [ + "д", + "ок" + ], + [ + "usz", + "t" + ], + [ + "us", + "zt" + ], + [ + "▁Be", + "ar" + ], + [ + "▁B", + "ear" + ], + [ + "Class", + "Name" + ], + [ + "▁Par", + "lament" + ], + [ + "▁ai", + "x" + ], + [ + "▁a", + "ix" + ], + [ + "▁inv", + "ited" + ], + [ + "▁PA", + "TH" + ], + [ + "▁P", + "ATH" + ], + [ + "▁", + "PATH" + ], + [ + "xt", + "er" + ], + [ + "x", + "ter" + ], + [ + "▁Ra", + "ce" + ], + [ + "▁R", + "ace" + ], + [ + "▁he", + "cho" + ], + [ + "▁h", + "echo" + ], + [ + "▁Tow", + "er" + ], + [ + "▁To", + "wer" + ], + [ + "▁T", + "ower" + ], + [ + "▁ut", + "f" + ], + [ + "▁u", + "tf" + ], + [ + "▁", + "utf" + ], + [ + "act", + "ly" + ], + [ + "▁бу", + "де" + ], + [ + "▁angle", + "s" + ], + [ + "▁ang", + "les" + ], + [ + "▁", + "angles" + ], + [ + "ня", + "я" + ], + [ + "ouvelle", + "s" + ], + [ + "ouvel", + "les" + ], + [ + "ouve", + "lles" + ], + [ + "ouv", + "elles" + ], + [ + "▁clim", + "ate" + ], + [ + "▁cli", + "mate" + ], + [ + "▁cl", + "imate" + ], + [ + "▁sing", + "ing" + ], + [ + "▁sin", + "ging" + ], + [ + "▁navig", + "ate" + ], + [ + ">'", + ";" + ], + [ + ">", + "';" + ], + [ + "adow", + "s" + ], + [ + "ado", + "ws" + ], + [ + "ad", + "ows" + ], + [ + "▁let", + "a" + ], + [ + "▁le", + "ta" + ], + [ + "▁l", + "eta" + ], + [ + "▁Sit", + "z" + ], + [ + "▁Si", + "tz" + ], + [ + "▁S", + "itz" + ], + [ + "▁partition", + "s" + ], + [ + "▁part", + "itions" + ], + [ + "▁doc", + "k" + ], + [ + "▁do", + "ck" + ], + [ + "▁d", + "ock" + ], + [ + "▁ż", + "y" + ], + [ + "▁", + "ży" + ], + [ + "▁alloc", + "ate" + ], + [ + "▁benefit", + "s" + ], + [ + "▁benef", + "its" + ], + [ + "▁nie", + "der" + ], + [ + "▁ni", + "eder" + ], + [ + "▁n", + "ieder" + ], + [ + "xp", + "ath" + ], + [ + "x", + "path" + ], + [ + "me", + "ck" + ], + [ + "äll", + "e" + ], + [ + "äl", + "le" + ], + [ + "ä", + "lle" + ], + [ + "▁coup", + "ling" + ], + [ + "▁cou", + "pling" + ], + [ + "жи", + "л" + ], + [ + "ж", + "ил" + ], + [ + "For", + "Key" + ], + [ + "arg", + "ent" + ], + [ + "ar", + "gent" + ], + [ + "clo", + "u" + ], + [ + "cl", + "ou" + ], + [ + "c", + "lou" + ], + [ + "▁instrument", + "s" + ], + [ + "▁instru", + "ments" + ], + [ + "▁ent", + "hus" + ], + [ + "▁mé", + "g" + ], + [ + "▁m", + "ég" + ], + [ + "▁Па", + "в" + ], + [ + "▁Ra", + "ch" + ], + [ + "▁R", + "ach" + ], + [ + "----", + "-" + ], + [ + "---", + "--" + ], + [ + "--", + "---" + ], + [ + "-", + "----" + ], + [ + "▁API", + "s" + ], + [ + "▁AP", + "Is" + ], + [ + "▁Vie", + "r" + ], + [ + "▁Vi", + "er" + ], + [ + "▁V", + "ier" + ], + [ + "C", + "md" + ], + [ + "itor", + "e" + ], + [ + "ito", + "re" + ], + [ + "it", + "ore" + ], + [ + "▁Cub", + "a" + ], + [ + "▁Cu", + "ba" + ], + [ + "▁C", + "uba" + ], + [ + "▁dátum", + "mal" + ], + [ + "▁embed", + "ding" + ], + [ + "std", + "io" + ], + [ + "▁Gil", + "bert" + ], + [ + "▁ge", + "prüft" + ], + [ + "▁stati", + "ng" + ], + [ + "▁stat", + "ing" + ], + [ + "▁sta", + "ting" + ], + [ + "▁st", + "ating" + ], + [ + "▁trigger", + "s" + ], + [ + "▁trig", + "gers" + ], + [ + "+", + "=" + ], + [ + "▁spé", + "cial" + ], + [ + "▁deli", + "ber" + ], + [ + "▁del", + "iber" + ], + [ + "ми", + "н" + ], + [ + "м", + "ин" + ], + [ + "Pro", + "du" + ], + [ + "Pr", + "odu" + ], + [ + "P", + "rodu" + ], + [ + "▁Stat", + "i" + ], + [ + "▁Sta", + "ti" + ], + [ + "▁St", + "ati" + ], + [ + "▁zu", + "s" + ], + [ + "▁z", + "us" + ], + [ + "ktion", + "en" + ], + [ + "kt", + "ionen" + ], + [ + "Dispatch", + "er" + ], + [ + "ida", + "l" + ], + [ + "id", + "al" + ], + [ + "i", + "dal" + ], + [ + "▁L", + "P" + ], + [ + "▁", + "LP" + ], + [ + "opter", + "a" + ], + [ + "opt", + "era" + ], + [ + "op", + "tera" + ], + [ + "▁esta", + "r" + ], + [ + "▁est", + "ar" + ], + [ + "▁es", + "tar" + ], + [ + "▁e", + "star" + ], + [ + "▁зна", + "чи" + ], + [ + "с", + "мо" + ], + [ + "ouse", + "s" + ], + [ + "ous", + "es" + ], + [ + "o", + "uses" + ], + [ + "engo", + "no" + ], + [ + "eng", + "ono" + ], + [ + "▁W", + "PF" + ], + [ + "pub", + "lish" + ], + [ + "▁te", + "or" + ], + [ + "▁t", + "eor" + ], + [ + "eli", + "f" + ], + [ + "el", + "if" + ], + [ + "▁er", + "g" + ], + [ + "▁e", + "rg" + ], + [ + "▁", + "erg" + ], + [ + "▁separ", + "ation" + ], + [ + "Pa", + "n" + ], + [ + "P", + "an" + ], + [ + "▁Or", + "chestra" + ], + [ + "Pe", + "ter" + ], + [ + "P", + "eter" + ], + [ + "bound", + "s" + ], + [ + "b", + "ounds" + ], + [ + "▁Shakespe", + "are" + ], + [ + "▁cant", + "ante" + ], + [ + "▁dem", + "i" + ], + [ + "▁de", + "mi" + ], + [ + "▁d", + "emi" + ], + [ + "▁Pop", + "ular" + ], + [ + "ф", + "р" + ], + [ + "arr", + "ing" + ], + [ + "ar", + "ring" + ], + [ + "ци", + "н" + ], + [ + "ц", + "ин" + ], + [ + "▁И", + "с" + ], + [ + "vo", + "n" + ], + [ + "v", + "on" + ], + [ + "▁subst", + "itution" + ], + [ + "▁lí", + "nea" + ], + [ + "\\}$", + "." + ], + [ + "\\}", + "$." + ], + [ + "\\", + "}$." + ], + [ + "com", + "o" + ], + [ + "co", + "mo" + ], + [ + "c", + "omo" + ], + [ + "▁ва", + "ж" + ], + [ + "wa", + "gen" + ], + [ + "w", + "agen" + ], + [ + "▁rare", + "ly" + ], + [ + "▁period", + "s" + ], + [ + "▁peri", + "ods" + ], + [ + "gl", + "ob" + ], + [ + "g", + "lob" + ], + [ + "▁Fri", + "d" + ], + [ + "▁Fr", + "id" + ], + [ + "▁F", + "rid" + ], + [ + "▁Ter", + "r" + ], + [ + "▁Te", + "rr" + ], + [ + "▁T", + "err" + ], + [ + "▁Re", + "lease" + ], + [ + "▁", + "Release" + ], + [ + "Brain", + "z" + ], + [ + "▁гра", + "ф" + ], + [ + "▁", + "граф" + ], + [ + "DI", + "S" + ], + [ + "D", + "IS" + ], + [ + "compat", + "ible" + ], + [ + "▁po", + "č" + ], + [ + "LI", + "N" + ], + [ + "L", + "IN" + ], + [ + "▁K", + "ällor" + ], + [ + "▁A", + "rizona" + ], + [ + "pp", + "y" + ], + [ + "p", + "py" + ], + [ + "Se", + "q" + ], + [ + "S", + "eq" + ], + [ + "▁A", + "in" + ], + [ + "▁Tour", + "n" + ], + [ + "▁To", + "urn" + ], + [ + "▁T", + "ourn" + ], + [ + "bro", + "w" + ], + [ + "br", + "ow" + ], + [ + "b", + "row" + ], + [ + "▁Kö", + "r" + ], + [ + "▁K", + "ör" + ], + [ + "▁as", + "h" + ], + [ + "▁a", + "sh" + ], + [ + "▁", + "ash" + ], + [ + "ogene", + "ous" + ], + [ + "▁dia", + "lect" + ], + [ + "▁насе", + "ља" + ], + [ + "mysql", + "i" + ], + [ + "mysq", + "li" + ], + [ + "цо", + "в" + ], + [ + "ц", + "ов" + ], + [ + "▁flo", + "r" + ], + [ + "▁fl", + "or" + ], + [ + "▁f", + "lor" + ], + [ + "▁ф", + "ло" + ], + [ + "IA", + "B" + ], + [ + "I", + "AB" + ], + [ + "▁With", + "in" + ], + [ + "▁Wit", + "hin" + ], + [ + "^", + "(" + ], + [ + "▁bo", + "is" + ], + [ + "▁b", + "ois" + ], + [ + "▁tan", + "k" + ], + [ + "▁t", + "ank" + ], + [ + "▁aff", + "ili" + ], + [ + "▁hij", + "o" + ], + [ + "▁hi", + "jo" + ], + [ + "▁h", + "ijo" + ], + [ + "▁Kat", + "e" + ], + [ + "▁Ka", + "te" + ], + [ + "▁K", + "ate" + ], + [ + "▁Ver", + "l" + ], + [ + "▁Ve", + "rl" + ], + [ + "▁Mi", + "ami" + ], + [ + "▁M", + "iami" + ], + [ + "▁types", + "cript" + ], + [ + "▁type", + "script" + ], + [ + "њ", + "у" + ], + [ + "▁Ver", + "n" + ], + [ + "▁Ve", + "rn" + ], + [ + "▁V", + "ern" + ], + [ + "▁ви", + "со" + ], + [ + "iem", + "ann" + ], + [ + "ie", + "mann" + ], + [ + "i", + "emann" + ], + [ + "▁cover", + "age" + ], + [ + "▁co", + "verage" + ], + [ + "br", + "ie" + ], + [ + "b", + "rie" + ], + [ + "▁Start", + "ing" + ], + [ + "▁Star", + "ting" + ], + [ + "num", + "py" + ], + [ + "▁Jen", + "kins" + ], + [ + "▁J", + "enkins" + ], + [ + "▁ké", + "t" + ], + [ + "▁k", + "ét" + ], + [ + "▁gru", + "p" + ], + [ + "▁gr", + "up" + ], + [ + "▁g", + "rup" + ], + [ + "▁Sci", + "ent" + ], + [ + "▁Sc", + "ient" + ], + [ + "▁S", + "cient" + ], + [ + "▁inter", + "rupt" + ], + [ + "▁blo", + "b" + ], + [ + "▁bl", + "ob" + ], + [ + "▁b", + "lob" + ], + [ + "▁", + "blob" + ], + [ + "uge", + "l" + ], + [ + "ug", + "el" + ], + [ + "u", + "gel" + ], + [ + "▁Ort", + "h" + ], + [ + "▁Or", + "th" + ], + [ + "aba", + "ma" + ], + [ + "ab", + "ama" + ], + [ + "▁Ba", + "pt" + ], + [ + "▁B", + "apt" + ], + [ + "own", + "ik" + ], + [ + "ow", + "nik" + ], + [ + "▁бы", + "ть" + ], + [ + "▁Juli", + "us" + ], + [ + "▁Jul", + "ius" + ], + [ + "▁Ju", + "lius" + ], + [ + "▁Пре", + "з" + ], + [ + "▁П", + "рез" + ], + [ + "▁subst", + "itute" + ], + [ + "support", + "ed" + ], + [ + "supp", + "orted" + ], + [ + "ch", + "y" + ], + [ + "c", + "hy" + ], + [ + "egy", + "zetek" + ], + [ + "▁Perform", + "ance" + ], + [ + "▁Per", + "formance" + ], + [ + "less", + "ly" + ], + [ + "Con", + "structor" + ], + [ + "▁extend", + "ing" + ], + [ + "▁ext", + "ending" + ], + [ + "▁Mus", + "lim" + ], + [ + "Over", + "flow" + ], + [ + "▁Jen", + "n" + ], + [ + "▁Je", + "nn" + ], + [ + "▁J", + "enn" + ], + [ + "▁produ", + "z" + ], + [ + "▁prod", + "uz" + ], + [ + "мі", + "ї" + ], + [ + "м", + "ії" + ], + [ + "▁país", + "es" + ], + [ + "▁eu", + "x" + ], + [ + "▁e", + "ux" + ], + [ + "▁fat", + "e" + ], + [ + "▁fa", + "te" + ], + [ + "▁f", + "ate" + ], + [ + "olog", + "e" + ], + [ + "olo", + "ge" + ], + [ + "ol", + "oge" + ], + [ + "у", + "к" + ], + [ + "▁wob", + "ei" + ], + [ + "▁wo", + "bei" + ], + [ + "▁Sach", + "sen" + ], + [ + "▁S", + "achsen" + ], + [ + "▁сай", + "т" + ], + [ + "▁са", + "йт" + ], + [ + "Model", + "s" + ], + [ + "Mode", + "ls" + ], + [ + "Mod", + "els" + ], + [ + "▁Fa", + "st" + ], + [ + "▁F", + "ast" + ], + [ + "bes", + "ondere" + ], + [ + "▁F", + "R" + ], + [ + "▁", + "FR" + ], + [ + "▁ac", + "on" + ], + [ + "▁a", + "con" + ], + [ + "▁", + "acon" + ], + [ + "▁Den", + "kmal" + ], + [ + "▁anc", + "h" + ], + [ + "▁an", + "ch" + ], + [ + "▁", + "anch" + ], + [ + "▁públic", + "o" + ], + [ + "▁Ta", + "s" + ], + [ + "▁T", + "as" + ], + [ + "▁can", + "d" + ], + [ + "▁ca", + "nd" + ], + [ + "▁c", + "and" + ], + [ + "▁pa", + "ździer" + ], + [ + "▁Мо", + "н" + ], + [ + "▁М", + "он" + ], + [ + "▁vers", + "us" + ], + [ + "ru", + "t" + ], + [ + "r", + "ut" + ], + [ + "G", + "T" + ], + [ + "▁insert", + "ing" + ], + [ + "▁inser", + "ting" + ], + [ + "▁can", + "ad" + ], + [ + "▁ca", + "nad" + ], + [ + "є", + "м" + ], + [ + "▁Met", + "ro" + ], + [ + "▁M", + "etro" + ], + [ + "▁Herz", + "og" + ], + [ + "Ign", + "ore" + ], + [ + "▁decre", + "ase" + ], + [ + "▁пу", + "н" + ], + [ + "▁п", + "ун" + ], + [ + "▁F", + "ischer" + ], + [ + "▁Mal", + "l" + ], + [ + "▁Ma", + "ll" + ], + [ + "▁M", + "all" + ], + [ + "▁n", + "örd" + ], + [ + "io", + "stream" + ], + [ + "i", + "ostream" + ], + [ + "▁Lux", + "emb" + ], + [ + "pay", + "load" + ], + [ + "▁Zeit", + "ung" + ], + [ + "▁Ze", + "itung" + ], + [ + "▁modify", + "ing" + ], + [ + "▁mod", + "ifying" + ], + [ + "▁Che", + "r" + ], + [ + "▁Ch", + "er" + ], + [ + "▁C", + "her" + ], + [ + "▁Luc", + "i" + ], + [ + "▁Lu", + "ci" + ], + [ + "n", + "x" + ], + [ + "▁lo", + "ose" + ], + [ + "▁topic", + "s" + ], + [ + "▁top", + "ics" + ], + [ + "▁vari", + "ed" + ], + [ + "▁var", + "ied" + ], + [ + "▁va", + "ried" + ], + [ + "▁p", + "g" + ], + [ + "▁", + "pg" + ], + [ + "aje", + "s" + ], + [ + "aj", + "es" + ], + [ + "a", + "jes" + ], + [ + "um", + "m" + ], + [ + "u", + "mm" + ], + [ + "View", + "s" + ], + [ + "▁Be", + "au" + ], + [ + "▁B", + "eau" + ], + [ + "MA", + "P" + ], + [ + "M", + "AP" + ], + [ + "ipe", + "line" + ], + [ + "ip", + "eline" + ], + [ + "▁Inter", + "est" + ], + [ + "ari", + "th" + ], + [ + "ar", + "ith" + ], + [ + "▁seg", + "ún" + ], + [ + "▁Geme", + "ins" + ], + [ + "▁Att", + "ribute" + ], + [ + "▁", + "Attribute" + ], + [ + "comm", + "unity" + ], + [ + "▁цент", + "р" + ], + [ + "▁kilomet", + "er" + ], + [ + "▁kilom", + "eter" + ], + [ + "▁kil", + "ometer" + ], + [ + "▁éc", + "onom" + ], + [ + "▁é", + "conom" + ], + [ + "lar", + "ation" + ], + [ + "▁к", + "ъ" + ], + [ + "▁carri", + "age" + ], + [ + "▁car", + "riage" + ], + [ + "▁Lan", + "e" + ], + [ + "▁La", + "ne" + ], + [ + "▁L", + "ane" + ], + [ + "▁не", + "об" + ], + [ + "ku", + "r" + ], + [ + "k", + "ur" + ], + [ + "▁A", + "F" + ], + [ + "▁", + "AF" + ], + [ + "INT", + "ER" + ], + [ + "IN", + "TER" + ], + [ + "))", + "$" + ], + [ + ")", + ")$" + ], + [ + "▁bei", + "de" + ], + [ + "▁be", + "ide" + ], + [ + "dest", + "ination" + ], + [ + "▁font", + "s" + ], + [ + "▁fon", + "ts" + ], + [ + "▁", + "fonts" + ], + [ + "append", + "Child" + ], + [ + "▁MA", + "R" + ], + [ + "▁M", + "AR" + ], + [ + "▁ga", + "y" + ], + [ + "▁g", + "ay" + ], + [ + "mi", + "l" + ], + [ + "m", + "il" + ], + [ + "les", + "h" + ], + [ + "le", + "sh" + ], + [ + "l", + "esh" + ], + [ + "è", + "t" + ], + [ + "▁Wa", + "ng" + ], + [ + "▁W", + "ang" + ], + [ + "▁Year", + "s" + ], + [ + "▁Ye", + "ars" + ], + [ + "▁Y", + "ears" + ], + [ + "▁Sym", + "bol" + ], + [ + "▁S", + "ymbol" + ], + [ + "▁", + "Symbol" + ], + [ + "Li", + "ve" + ], + [ + "L", + "ive" + ], + [ + "qu", + "ency" + ], + [ + "▁User", + "s" + ], + [ + "▁Use", + "rs" + ], + [ + "▁Us", + "ers" + ], + [ + "▁U", + "sers" + ], + [ + "▁", + "Users" + ], + [ + "▁Un", + "icode" + ], + [ + "▁Sa", + "u" + ], + [ + "▁S", + "au" + ], + [ + "▁ton", + "s" + ], + [ + "▁to", + "ns" + ], + [ + "▁t", + "ons" + ], + [ + "▁", + "tons" + ], + [ + "▁Н", + "і" + ], + [ + "▁кра", + "ї" + ], + [ + "▁", + "краї" + ], + [ + "AX", + "I" + ], + [ + "▁Pic", + "k" + ], + [ + "▁Pi", + "ck" + ], + [ + "▁P", + "ick" + ], + [ + "A", + "I" + ], + [ + "▁hat", + "h" + ], + [ + "▁ha", + "th" + ], + [ + "▁h", + "ath" + ], + [ + "▁ain", + "da" + ], + [ + "▁a", + "inda" + ], + [ + "▁pap", + "a" + ], + [ + "▁pa", + "pa" + ], + [ + "▁p", + "apa" + ], + [ + "▁C", + "enso" + ], + [ + "▁Bal", + "d" + ], + [ + "▁Ba", + "ld" + ], + [ + "▁B", + "ald" + ], + [ + "▁Насе", + "ље" + ], + [ + "▁simulation", + "s" + ], + [ + "▁sim", + "ulations" + ], + [ + "▁jar", + "en" + ], + [ + "▁ja", + "ren" + ], + [ + "▁j", + "aren" + ], + [ + "▁inherit", + "ed" + ], + [ + "▁inher", + "ited" + ], + [ + "▁то", + "й" + ], + [ + "▁", + "той" + ], + [ + "▁feel", + "s" + ], + [ + "▁fee", + "ls" + ], + [ + "▁fe", + "els" + ], + [ + "ress", + "ion" + ], + [ + "r", + "ession" + ], + [ + "▁o", + "któber" + ], + [ + "bi", + "d" + ], + [ + "b", + "id" + ], + [ + "ás", + "i" + ], + [ + "á", + "si" + ], + [ + "▁mus", + "s" + ], + [ + "▁mu", + "ss" + ], + [ + "▁m", + "uss" + ], + [ + "vent", + "ory" + ], + [ + "▁me", + "ist" + ], + [ + "▁bor", + "e" + ], + [ + "▁bo", + "re" + ], + [ + "▁b", + "ore" + ], + [ + "▁slide", + "r" + ], + [ + "▁sli", + "der" + ], + [ + "▁sl", + "ider" + ], + [ + "▁", + "slider" + ], + [ + "де", + "ли" + ], + [ + "\\", + ";" + ], + [ + "▁extract", + "ed" + ], + [ + "▁extra", + "cted" + ], + [ + "ку", + "р" + ], + [ + "к", + "ур" + ], + [ + "Ed", + "ge" + ], + [ + "▁per", + "f" + ], + [ + "▁pe", + "rf" + ], + [ + "▁Brig", + "ade" + ], + [ + "▁гра", + "д" + ], + [ + "▁", + "град" + ], + [ + "ien", + "ie" + ], + [ + "ie", + "nie" + ], + [ + "i", + "enie" + ], + [ + "▁Nord", + "en" + ], + [ + "▁Nor", + "den" + ], + [ + "▁N", + "orden" + ], + [ + "▁can", + "cer" + ], + [ + "▁c", + "ancer" + ], + [ + "\"", + "/" + ], + [ + "C", + "ur" + ], + [ + "▁Сер", + "е" + ], + [ + "▁Се", + "ре" + ], + [ + "▁С", + "ере" + ], + [ + "▁liqu", + "id" + ], + [ + "struct", + "ure" + ], + [ + "str", + "ucture" + ], + [ + "▁cho", + "osing" + ], + [ + "▁Per", + "l" + ], + [ + "▁Pe", + "rl" + ], + [ + "Si", + "de" + ], + [ + "S", + "ide" + ], + [ + "ü", + "s" + ], + [ + "рито", + "р" + ], + [ + "рит", + "ор" + ], + [ + "ри", + "тор" + ], + [ + "▁ko", + "st" + ], + [ + "▁k", + "ost" + ], + [ + "▁packet", + "s" + ], + [ + "▁pack", + "ets" + ], + [ + "▁pa", + "ckets" + ], + [ + "▁кото", + "рого" + ], + [ + "▁Com", + "un" + ], + [ + "▁Co", + "mun" + ], + [ + "▁finger", + "s" + ], + [ + "▁fin", + "gers" + ], + [ + "▁f", + "ingers" + ], + [ + "ográ", + "fica" + ], + [ + ">", + ":" + ], + [ + "▁champion", + "nat" + ], + [ + "▁bl", + "ieb" + ], + [ + "▁Sit", + "u" + ], + [ + "▁Si", + "tu" + ], + [ + "▁S", + "itu" + ], + [ + "▁su", + "ic" + ], + [ + "and", + "is" + ], + [ + "an", + "dis" + ], + [ + "Fr", + "e" + ], + [ + "F", + "re" + ], + [ + "▁Con", + "c" + ], + [ + "▁Co", + "nc" + ], + [ + "▁C", + "onc" + ], + [ + "▁repub", + "lic" + ], + [ + "▁rep", + "ublic" + ], + [ + "▁re", + "public" + ], + [ + "▁arm", + "ed" + ], + [ + "▁ar", + "med" + ], + [ + "▁hel", + "l" + ], + [ + "▁he", + "ll" + ], + [ + "▁h", + "ell" + ], + [ + "▁", + "hell" + ], + [ + "▁hö", + "g" + ], + [ + "▁h", + "ög" + ], + [ + "rag", + "ma" + ], + [ + "▁ens", + "e" + ], + [ + "▁en", + "se" + ], + [ + "▁", + "ense" + ], + [ + "▁ac", + "res" + ], + [ + "▁Ві", + "д" + ], + [ + "▁В", + "ід" + ], + [ + "▁Ref", + "orm" + ], + [ + "▁Re", + "form" + ], + [ + "Main", + "Activity" + ], + [ + "keep", + "er" + ], + [ + "kee", + "per" + ], + [ + "ke", + "eper" + ], + [ + "er", + "b" + ], + [ + "e", + "rb" + ], + [ + "▁mon", + "aster" + ], + [ + "sub", + "subsection" + ], + [ + "▁Ди", + "в" + ], + [ + "▁cre", + "ature" + ], + [ + "▁indic", + "ating" + ], + [ + "▁url", + "s" + ], + [ + "▁ur", + "ls" + ], + [ + "▁", + "urls" + ], + [ + "▁ke", + "in" + ], + [ + "▁k", + "ein" + ], + [ + "обра", + "з" + ], + [ + "об", + "раз" + ], + [ + "pic", + "k" + ], + [ + "pi", + "ck" + ], + [ + "p", + "ick" + ], + [ + "▁Ad", + "mir" + ], + [ + "▁old", + "est" + ], + [ + "▁ol", + "dest" + ], + [ + "▁mu", + "z" + ], + [ + "▁m", + "uz" + ], + [ + "▁contradict", + "ion" + ], + [ + "▁contrad", + "iction" + ], + [ + "▁contra", + "diction" + ], + [ + "▁prob", + "abil" + ], + [ + "illi", + "ant" + ], + [ + "▁pa", + "v" + ], + [ + "▁p", + "av" + ], + [ + "▁pap", + "el" + ], + [ + "▁pa", + "pel" + ], + [ + "ub", + "s" + ], + [ + "u", + "bs" + ], + [ + "▁жен", + "а" + ], + [ + "▁же", + "на" + ], + [ + "▁ж", + "ена" + ], + [ + "▁", + "жена" + ], + [ + "AM", + "L" + ], + [ + "A", + "ML" + ], + [ + "▁reci", + "p" + ], + [ + "▁rec", + "ip" + ], + [ + "▁re", + "cip" + ], + [ + "▁CO", + "L" + ], + [ + "▁C", + "OL" + ], + [ + "▁", + "COL" + ], + [ + "add", + "ed" + ], + [ + "ad", + "ded" + ], + [ + "▁cl", + "ue" + ], + [ + "▁Ukrain", + "e" + ], + [ + "▁Uk", + "raine" + ], + [ + "▁jel", + "ent" + ], + [ + "чен", + "ь" + ], + [ + "че", + "нь" + ], + [ + "ч", + "ень" + ], + [ + "▁mathemat", + "ics" + ], + [ + "Ac", + "cept" + ], + [ + "▁со", + "т" + ], + [ + "▁с", + "от" + ], + [ + "▁се", + "вер" + ], + [ + "▁isol", + "ated" + ], + [ + "▁по", + "я" + ], + [ + "w", + "ür" + ], + [ + "Route", + "r" + ], + [ + "Rout", + "er" + ], + [ + "Ro", + "uter" + ], + [ + "R", + "outer" + ], + [ + "CA", + "T" + ], + [ + "C", + "AT" + ], + [ + "rg", + "b" + ], + [ + "r", + "gb" + ], + [ + "▁Lo", + "v" + ], + [ + "▁L", + "ov" + ], + [ + "mut", + "able" + ], + [ + "mu", + "table" + ], + [ + "m", + "utable" + ], + [ + "▁We", + "s" + ], + [ + "▁W", + "es" + ], + [ + "▁Ital", + "ien" + ], + [ + "Dra", + "g" + ], + [ + "Dr", + "ag" + ], + [ + "D", + "rag" + ], + [ + "eni", + "um" + ], + [ + "en", + "ium" + ], + [ + "atti", + "ng" + ], + [ + "att", + "ing" + ], + [ + "at", + "ting" + ], + [ + "tc", + "p" + ], + [ + "t", + "cp" + ], + [ + "▁erfolg", + "te" + ], + [ + "▁Bei", + "t" + ], + [ + "▁Be", + "it" + ], + [ + "га", + "то" + ], + [ + "▁System", + "s" + ], + [ + "▁Syst", + "ems" + ], + [ + "▁res", + "erve" + ], + [ + "▁re", + "serve" + ], + [ + "ere", + "e" + ], + [ + "er", + "ee" + ], + [ + "e", + "ree" + ], + [ + "▁Пар", + "и" + ], + [ + "▁Па", + "ри" + ], + [ + "▁за", + "ли" + ], + [ + "▁з", + "али" + ], + [ + "▁ren", + "t" + ], + [ + "▁re", + "nt" + ], + [ + "▁r", + "ent" + ], + [ + "▁", + "rent" + ], + [ + "▁sun", + "t" + ], + [ + "▁su", + "nt" + ], + [ + "▁s", + "unt" + ], + [ + "▁Girl", + "s" + ], + [ + "▁Gir", + "ls" + ], + [ + "▁G", + "irls" + ], + [ + "▁Ern", + "est" + ], + [ + "▁Er", + "nest" + ], + [ + "▁fit", + "s" + ], + [ + "▁fi", + "ts" + ], + [ + "▁f", + "its" + ], + [ + "▁opp", + "on" + ], + [ + "▁op", + "pon" + ], + [ + "▁живе", + "ло" + ], + [ + "▁av", + "aient" + ], + [ + "▁Flor", + "ence" + ], + [ + "▁Flo", + "rence" + ], + [ + "▁чи", + "сле" + ], + [ + "▁engine", + "s" + ], + [ + "▁eng", + "ines" + ], + [ + "D", + "ynamic" + ], + [ + "▁stycz", + "nia" + ], + [ + "▁bi", + "as" + ], + [ + "▁b", + "ias" + ], + [ + "▁Ex", + "change" + ], + [ + "ди", + "й" + ], + [ + "▁historique", + "s" + ], + [ + "▁histor", + "iques" + ], + [ + "▁H", + "ä" + ], + [ + "ho", + "d" + ], + [ + "h", + "od" + ], + [ + "▁w", + "ł" + ], + [ + "sch", + "ap" + ], + [ + "▁la", + "c" + ], + [ + "▁l", + "ac" + ], + [ + "▁", + "lac" + ], + [ + "▁Fo", + "i" + ], + [ + "▁F", + "oi" + ], + [ + "▁dw", + "ell" + ], + [ + "▁d", + "well" + ], + [ + "▁Unter", + "nehmen" + ], + [ + "UR", + "N" + ], + [ + "▁kilomet", + "res" + ], + [ + "▁Одна", + "ко" + ], + [ + "к", + "ли" + ], + [ + "▁Sr", + "i" + ], + [ + "▁S", + "ri" + ], + [ + "Group", + "s" + ], + [ + "Gr", + "oups" + ], + [ + "min", + "d" + ], + [ + "mi", + "nd" + ], + [ + "m", + "ind" + ], + [ + "os", + "lov" + ], + [ + "fer", + "n" + ], + [ + "fe", + "rn" + ], + [ + "f", + "ern" + ], + [ + "eg", + "u" + ], + [ + "e", + "gu" + ], + [ + "abel", + "ed" + ], + [ + "abe", + "led" + ], + [ + "F", + "iddle" + ], + [ + "▁Cent", + "ury" + ], + [ + "/", + "-" + ], + [ + "▁J", + "egyzetek" + ], + [ + "He", + "n" + ], + [ + "H", + "en" + ], + [ + "ens", + "emble" + ], + [ + "▁Gu", + "t" + ], + [ + "▁G", + "ut" + ], + [ + "_{", + "{\\" + ], + [ + "_", + "{{\\" + ], + [ + "▁rank", + "ing" + ], + [ + "▁ran", + "king" + ], + [ + "+", + "$" + ], + [ + "ал", + "а" + ], + [ + "а", + "ла" + ], + [ + "▁#", + "{" + ], + [ + "▁", + "#{" + ], + [ + "imiento", + "s" + ], + [ + "im", + "ientos" + ], + [ + "achi", + "m" + ], + [ + "ach", + "im" + ], + [ + "ac", + "him" + ], + [ + "ride", + "s" + ], + [ + "rid", + "es" + ], + [ + "ri", + "des" + ], + [ + "r", + "ides" + ], + [ + "▁Kl", + "aus" + ], + [ + "▁K", + "laus" + ], + [ + "▁inten", + "d" + ], + [ + "▁inte", + "nd" + ], + [ + "▁int", + "end" + ], + [ + "▁Kent", + "ucky" + ], + [ + "cip", + "e" + ], + [ + "ci", + "pe" + ], + [ + "c", + "ipe" + ], + [ + "▁Di", + "enst" + ], + [ + "▁D", + "ienst" + ], + [ + "▁situ", + "ated" + ], + [ + "▁pó", + "ź" + ], + [ + "▁scri", + "t" + ], + [ + "▁scr", + "it" + ], + [ + "▁sc", + "rit" + ], + [ + "▁s", + "crit" + ], + [ + "cli", + "p" + ], + [ + "cl", + "ip" + ], + [ + "c", + "lip" + ], + [ + "не", + "т" + ], + [ + "н", + "ет" + ], + [ + "table", + "s" + ], + [ + "tab", + "les" + ], + [ + "ta", + "bles" + ], + [ + "t", + "ables" + ], + [ + "▁Nie", + "d" + ], + [ + "▁Ni", + "ed" + ], + [ + "▁N", + "ied" + ], + [ + "▁Mc", + "K" + ], + [ + "▁pow", + "st" + ], + [ + "▁kun", + "nen" + ], + [ + "▁Eva", + "ns" + ], + [ + "▁Ev", + "ans" + ], + [ + "ж", + "ды" + ], + [ + "ват", + "ь" + ], + [ + "ва", + "ть" + ], + [ + "ucha", + "r" + ], + [ + "uch", + "ar" + ], + [ + "uc", + "har" + ], + [ + "u", + "char" + ], + [ + "▁resident", + "s" + ], + [ + "▁resid", + "ents" + ], + [ + "▁res", + "idents" + ], + [ + "ia", + "k" + ], + [ + "i", + "ak" + ], + [ + "▁Res", + "ol" + ], + [ + "▁Re", + "sol" + ], + [ + "▁", + "Resol" + ], + [ + "▁vec", + "es" + ], + [ + "▁ve", + "ces" + ], + [ + "▁satisfy", + "ing" + ], + [ + "▁satisf", + "ying" + ], + [ + "IN", + "F" + ], + [ + "I", + "NF" + ], + [ + "▁си", + "н" + ], + [ + "▁с", + "ин" + ], + [ + "▁cross", + "ing" + ], + [ + "ibe", + "n" + ], + [ + "ib", + "en" + ], + [ + "i", + "ben" + ], + [ + "▁ши", + "ро" + ], + [ + "pt", + "o" + ], + [ + "p", + "to" + ], + [ + "IL", + "L" + ], + [ + "I", + "LL" + ], + [ + "▁ро", + "ль" + ], + [ + "▁akt", + "iv" + ], + [ + "▁a", + "ktiv" + ], + [ + "▁обра", + "щения" + ], + [ + "Wik", + "ispecies" + ], + [ + "▁Hö", + "he" + ], + [ + "cr", + "o" + ], + [ + "c", + "ro" + ], + [ + "══", + "══" + ], + [ + "alt", + "ra" + ], + [ + "al", + "tra" + ], + [ + "▁FI", + "LE" + ], + [ + "▁", + "FILE" + ], + [ + "▁up", + "s" + ], + [ + "▁u", + "ps" + ], + [ + "▁", + "ups" + ], + [ + "▁alloc", + "ation" + ], + [ + "▁allo", + "cation" + ], + [ + "▁all", + "ocation" + ], + [ + "▁al", + "location" + ], + [ + "Mich", + "ael" + ], + [ + "▁acknow", + "led" + ], + [ + "Lin", + "ux" + ], + [ + "▁met", + "ros" + ], + [ + "▁", + "metros" + ], + [ + "tt", + "e" + ], + [ + "t", + "te" + ], + [ + "af", + "en" + ], + [ + "a", + "fen" + ], + [ + "▁x", + "code" + ], + [ + "▁тра", + "ди" + ], + [ + "spec", + "ies" + ], + [ + "spe", + "cies" + ], + [ + "s", + "pecies" + ], + [ + "▁inj", + "ury" + ], + [ + "▁сам", + "ы" + ], + [ + "▁са", + "мы" + ], + [ + "▁l", + "attice" + ], + [ + "M", + "aterial" + ], + [ + "anden", + "burg" + ], + [ + "and", + "enburg" + ], + [ + "▁huvud", + "staden" + ], + [ + "stor", + "y" + ], + [ + "sto", + "ry" + ], + [ + "st", + "ory" + ], + [ + "▁vary", + "ing" + ], + [ + "▁var", + "ying" + ], + [ + "▁kö", + "vet" + ], + [ + "▁Росси", + "йской" + ], + [ + "irs", + "e" + ], + [ + "ir", + "se" + ], + [ + "▁dru", + "m" + ], + [ + "▁dr", + "um" + ], + [ + "▁d", + "rum" + ], + [ + "Press", + "ed" + ], + [ + "Pres", + "sed" + ], + [ + "Pr", + "essed" + ], + [ + "La", + "r" + ], + [ + "L", + "ar" + ], + [ + "▁Ag", + "u" + ], + [ + "▁A", + "gu" + ], + [ + "▁we", + "il" + ], + [ + "▁w", + "eil" + ], + [ + "▁comm", + "ence" + ], + [ + "▁Seg", + "ún" + ], + [ + "Gest", + "ure" + ], + [ + "Sh", + "ape" + ], + [ + "S", + "hape" + ], + [ + "▁Vor", + "s" + ], + [ + "▁Vo", + "rs" + ], + [ + "▁V", + "ors" + ], + [ + "▁succ", + "ès" + ], + [ + "▁correct", + "ed" + ], + [ + "▁corre", + "cted" + ], + [ + "▁corr", + "ected" + ], + [ + "K", + "ar" + ], + [ + "▁cru", + "el" + ], + [ + "▁cr", + "uel" + ], + [ + "▁polit", + "ico" + ], + [ + "▁Schrift", + "steller" + ], + [ + "▁ris", + "ult" + ], + [ + "et", + "u" + ], + [ + "e", + "tu" + ], + [ + "arch", + "iv" + ], + [ + "▁gén", + "ero" + ], + [ + "▁gé", + "nero" + ], + [ + "▁L", + "ü" + ], + [ + "▁tri", + "umph" + ], + [ + "OR", + "S" + ], + [ + "O", + "RS" + ], + [ + "L", + "u" + ], + [ + "▁personne", + "l" + ], + [ + "▁personn", + "el" + ], + [ + "▁person", + "nel" + ], + [ + "▁Hill", + "s" + ], + [ + "▁Hil", + "ls" + ], + [ + "▁H", + "ills" + ], + [ + "asse", + "t" + ], + [ + "ass", + "et" + ], + [ + "as", + "set" + ], + [ + "dom", + "in" + ], + [ + "do", + "min" + ], + [ + "d", + "omin" + ], + [ + "Rece", + "ive" + ], + [ + "▁O", + "ak" + ], + [ + "▁Kn", + "o" + ], + [ + "▁K", + "no" + ], + [ + "▁The", + "ory" + ], + [ + "iri", + "e" + ], + [ + "ir", + "ie" + ], + [ + "i", + "rie" + ], + [ + "owa", + "n" + ], + [ + "ow", + "an" + ], + [ + "o", + "wan" + ], + [ + "▁esta", + "va" + ], + [ + "▁est", + "ava" + ], + [ + "▁execute", + "s" + ], + [ + "▁execut", + "es" + ], + [ + "▁exec", + "utes" + ], + [ + "й", + "т" + ], + [ + "óp", + "ez" + ], + [ + "ó", + "pez" + ], + [ + "пол", + "о" + ], + [ + "по", + "ло" + ], + [ + "п", + "оло" + ], + [ + "ét", + "ica" + ], + [ + "▁назва", + "ние" + ], + [ + "▁conver", + "ges" + ], + [ + "▁not", + "re" + ], + [ + "▁no", + "tre" + ], + [ + "▁populate", + "d" + ], + [ + "▁popula", + "ted" + ], + [ + "▁popul", + "ated" + ], + [ + "▁pop", + "ulated" + ], + [ + "▁movement", + "s" + ], + [ + "▁move", + "ments" + ], + [ + "▁mov", + "ements" + ], + [ + "▁statist", + "ical" + ], + [ + "▁Zwe", + "iten" + ], + [ + "qui", + "n" + ], + [ + "qu", + "in" + ], + [ + "▁importante", + "s" + ], + [ + "▁important", + "es" + ], + [ + "▁import", + "antes" + ], + [ + "▁kle", + "in" + ], + [ + "▁kl", + "ein" + ], + [ + "▁k", + "lein" + ], + [ + "▁Seg", + "unda" + ], + [ + "schließ", + "end" + ], + [ + "Fail", + "ure" + ], + [ + "na", + "r" + ], + [ + "n", + "ar" + ], + [ + "da", + "g" + ], + [ + "d", + "ag" + ], + [ + "▁ru", + "olo" + ], + [ + "▁fict", + "ion" + ], + [ + "▁fic", + "tion" + ], + [ + "▁fi", + "ction" + ], + [ + "▁f", + "iction" + ], + [ + "▁исполь", + "зу" + ], + [ + "▁cr", + "isis" + ], + [ + "▁Get", + "ting" + ], + [ + ",", + "%" + ], + [ + "▁ар", + "мии" + ], + [ + "▁camp", + "us" + ], + [ + "▁cam", + "pus" + ], + [ + "▁foot", + "er" + ], + [ + "▁foo", + "ter" + ], + [ + "▁fo", + "oter" + ], + [ + "▁", + "footer" + ], + [ + "▁día", + "s" + ], + [ + "▁dí", + "as" + ], + [ + "▁d", + "ías" + ], + [ + "ба", + "н" + ], + [ + "б", + "ан" + ], + [ + "▁libert", + "y" + ], + [ + "▁liber", + "ty" + ], + [ + "▁g", + "h" + ], + [ + "▁", + "gh" + ], + [ + "▁cham", + "ber" + ], + [ + "▁district", + "s" + ], + [ + "▁exc", + "ited" + ], + [ + "▁can", + "ción" + ], + [ + "ter", + "o" + ], + [ + "te", + "ro" + ], + [ + "t", + "ero" + ], + [ + "▁Work", + "ing" + ], + [ + "▁Wor", + "king" + ], + [ + "▁czę", + "ści" + ], + [ + "ль", + "ный" + ], + [ + "▁for", + "um" + ], + [ + "▁fo", + "rum" + ], + [ + "▁f", + "orum" + ], + [ + "▁", + "forum" + ], + [ + "▁E", + "he" + ], + [ + "▁ка", + "та" + ], + [ + "▁", + "ката" + ], + [ + "itation", + "s" + ], + [ + "itat", + "ions" + ], + [ + "it", + "ations" + ], + [ + "Tool", + "s" + ], + [ + "To", + "ols" + ], + [ + "T", + "ools" + ], + [ + "achi", + "v" + ], + [ + "ach", + "iv" + ], + [ + "▁cre", + "s" + ], + [ + "▁cr", + "es" + ], + [ + "▁c", + "res" + ], + [ + "ast", + "o" + ], + [ + "as", + "to" + ], + [ + "a", + "sto" + ], + [ + "▁reve", + "r" + ], + [ + "▁rev", + "er" + ], + [ + "▁re", + "ver" + ], + [ + "▁r", + "ever" + ], + [ + "▁naz", + "ionale" + ], + [ + "▁n", + "azionale" + ], + [ + "▁door", + "s" + ], + [ + "▁do", + "ors" + ], + [ + "▁Nan", + "cy" + ], + [ + "▁N", + "ancy" + ], + [ + "▁island", + "s" + ], + [ + "▁is", + "lands" + ], + [ + "Im", + "p" + ], + [ + "I", + "mp" + ], + [ + "▁Cha", + "ir" + ], + [ + "▁Ch", + "air" + ], + [ + "▁vor", + "m" + ], + [ + "▁vo", + "rm" + ], + [ + "▁v", + "orm" + ], + [ + "se", + "in" + ], + [ + "s", + "ein" + ], + [ + "▁до", + "ку" + ], + [ + "ers", + "et" + ], + [ + "er", + "set" + ], + [ + "▁tät", + "ig" + ], + [ + "▁Kr", + "it" + ], + [ + "▁K", + "rit" + ], + [ + "▁п", + "я" + ], + [ + "▁conserv", + "ation" + ], + [ + "▁cons", + "ervation" + ], + [ + "▁Parti", + "do" + ], + [ + "▁Part", + "ido" + ], + [ + "min", + "ipage" + ], + [ + "Valid", + "ator" + ], + [ + "▁recover", + "y" + ], + [ + "▁rec", + "overy" + ], + [ + "▁NAS", + "A" + ], + [ + "▁NA", + "SA" + ], + [ + "▁bre", + "ast" + ], + [ + "▁br", + "east" + ], + [ + "ilt", + "y" + ], + [ + "il", + "ty" + ], + [ + "anal", + "y" + ], + [ + "ana", + "ly" + ], + [ + "an", + "aly" + ], + [ + "eline", + "s" + ], + [ + "elin", + "es" + ], + [ + "eli", + "nes" + ], + [ + "el", + "ines" + ], + [ + "e", + "lines" + ], + [ + "▁S", + "aturday" + ], + [ + "em", + "ark" + ], + [ + "e", + "mark" + ], + [ + "ce", + "j" + ], + [ + "c", + "ej" + ], + [ + "Ze", + "ro" + ], + [ + "Z", + "ero" + ], + [ + "▁Turn", + "er" + ], + [ + "▁Tur", + "ner" + ], + [ + "sec", + "ure" + ], + [ + "Ex", + "ists" + ], + [ + "▁Ric", + "k" + ], + [ + "▁Ri", + "ck" + ], + [ + "▁R", + "ick" + ], + [ + "eval", + "u" + ], + [ + "ev", + "alu" + ], + [ + "e", + "valu" + ], + [ + "ctr", + "l" + ], + [ + "ct", + "rl" + ], + [ + "c", + "trl" + ], + [ + "▁compress", + "ion" + ], + [ + "▁compr", + "ession" + ], + [ + "▁comp", + "ression" + ], + [ + "▁com", + "pression" + ], + [ + "▁C", + "URL" + ], + [ + "text", + "color" + ], + [ + ")\\", + "," + ], + [ + ")", + "\\," + ], + [ + "long", + "rightarrow" + ], + [ + "▁Fern", + "seh" + ], + [ + "▁", + "Fernseh" + ], + [ + "ich", + "a" + ], + [ + "ic", + "ha" + ], + [ + "i", + "cha" + ], + [ + "▁lo", + "i" + ], + [ + "▁l", + "oi" + ], + [ + "▁От", + "е" + ], + [ + "▁О", + "те" + ], + [ + "▁cav", + "e" + ], + [ + "▁ca", + "ve" + ], + [ + "▁c", + "ave" + ], + [ + "▁do", + "zen" + ], + [ + "▁explain", + "ing" + ], + [ + "▁expla", + "ining" + ], + [ + "▁expl", + "aining" + ], + [ + "▁inn", + "ov" + ], + [ + "▁in", + "nov" + ], + [ + "▁Nich", + "olas" + ], + [ + "▁diam", + "eter" + ], + [ + "▁dia", + "meter" + ], + [ + "▁Maria", + "n" + ], + [ + "▁Mari", + "an" + ], + [ + "▁Mar", + "ian" + ], + [ + "▁Ma", + "rian" + ], + [ + "▁M", + "arian" + ], + [ + "▁fire", + "s" + ], + [ + "▁fir", + "es" + ], + [ + "▁fi", + "res" + ], + [ + "▁f", + "ires" + ], + [ + "▁art", + "ifact" + ], + [ + "▁", + "artifact" + ], + [ + "▁Park", + "er" + ], + [ + "▁Par", + "ker" + ], + [ + "▁Bun", + "d" + ], + [ + "▁Bu", + "nd" + ], + [ + "▁B", + "und" + ], + [ + "▁vert", + "e" + ], + [ + "▁ver", + "te" + ], + [ + "▁v", + "erte" + ], + [ + "▁", + "verte" + ], + [ + "▁tale", + "nt" + ], + [ + "▁tal", + "ent" + ], + [ + "▁Luc", + "as" + ], + [ + "▁Lu", + "cas" + ], + [ + "re", + "verse" + ], + [ + "▁folg", + "enden" + ], + [ + "▁Sa", + "h" + ], + [ + "▁S", + "ah" + ], + [ + "jection", + "s" + ], + [ + "ject", + "ions" + ], + [ + "je", + "ctions" + ], + [ + "▁inve", + "ce" + ], + [ + "▁cost", + "itu" + ], + [ + "▁ss", + "l" + ], + [ + "▁s", + "sl" + ], + [ + "▁", + "ssl" + ], + [ + "}}", + "^" + ], + [ + "}", + "}^" + ], + [ + "▁viol", + "ent" + ], + [ + "▁spo", + "s" + ], + [ + "▁sp", + "os" + ], + [ + "▁s", + "pos" + ], + [ + "Ro", + "ut" + ], + [ + "R", + "out" + ], + [ + "jd", + "k" + ], + [ + "j", + "dk" + ], + [ + "▁за", + "ме" + ], + [ + "▁fur", + "ent" + ], + [ + "▁fu", + "rent" + ], + [ + "▁f", + "urent" + ], + [ + "anda", + "l" + ], + [ + "and", + "al" + ], + [ + "an", + "dal" + ], + [ + "H", + "om" + ], + [ + "▁Sen", + "ior" + ], + [ + "▁p", + "ounds" + ], + [ + "▁Disc", + "ogs" + ], + [ + "▁з", + "е" + ], + [ + "▁", + "зе" + ], + [ + "'}", + "[" + ], + [ + "'", + "}[" + ], + [ + "▁Napole", + "on" + ], + [ + "ordinate", + "s" + ], + [ + "ordin", + "ates" + ], + [ + "à", + "n" + ], + [ + "▁kur", + "z" + ], + [ + "▁k", + "urz" + ], + [ + "▁ver", + "e" + ], + [ + "▁ve", + "re" + ], + [ + "▁v", + "ere" + ], + [ + "▁", + "vere" + ], + [ + "▁re", + "use" + ], + [ + "▁Ге", + "н" + ], + [ + "▁Г", + "ен" + ], + [ + "▁Sy", + "st" + ], + [ + "▁S", + "yst" + ], + [ + "▁disappear", + "ed" + ], + [ + "▁disapp", + "eared" + ], + [ + "▁Wat", + "ch" + ], + [ + "▁W", + "atch" + ], + [ + "▁", + "Watch" + ], + [ + "bibli", + "othek" + ], + [ + "▁кор", + "пу" + ], + [ + "▁C", + "s" + ], + [ + "▁}", + "`" + ], + [ + "▁", + "}`" + ], + [ + "▁r", + "ör" + ], + [ + "▁де", + "ла" + ], + [ + "▁", + "дела" + ], + [ + "V", + "B" + ], + [ + "▁calcul", + "us" + ], + [ + "▁calc", + "ulus" + ], + [ + "род", + "а" + ], + [ + "ро", + "да" + ], + [ + "▁jud", + "gment" + ], + [ + "ati", + "le" + ], + [ + "at", + "ile" + ], + [ + "▁long", + "ue" + ], + [ + "▁lon", + "gue" + ], + [ + "▁Hu", + "s" + ], + [ + "▁H", + "us" + ], + [ + "J", + "ac" + ], + [ + "}}", + ")" + ], + [ + "}", + "})" + ], + [ + "RI", + "PT" + ], + [ + "IAB", + "ot" + ], + [ + "▁ap", + "ós" + ], + [ + "▁ast", + "on" + ], + [ + "▁as", + "ton" + ], + [ + "▁a", + "ston" + ], + [ + "Web", + "achiv" + ], + [ + "▁URL", + "s" + ], + [ + "▁co", + "at" + ], + [ + "▁э", + "коно" + ], + [ + "▁le", + "ar" + ], + [ + "▁l", + "ear" + ], + [ + "▁", + "lear" + ], + [ + "extension", + "s" + ], + [ + "ext", + "ensions" + ], + [ + "▁Class", + "ic" + ], + [ + "T", + "I" + ], + [ + "▁Tag", + "e" + ], + [ + "▁Ta", + "ge" + ], + [ + "▁T", + "age" + ], + [ + "▁l", + "á" + ], + [ + "▁", + "lá" + ], + [ + "▁sem", + "b" + ], + [ + "▁se", + "mb" + ], + [ + "▁s", + "emb" + ], + [ + "▁développ", + "ement" + ], + [ + "IST", + "S" + ], + [ + "IS", + "TS" + ], + [ + "▁solve", + "s" + ], + [ + "▁sol", + "ves" + ], + [ + ",\\", + "," + ], + [ + ",", + "\\," + ], + [ + "▁чем", + "пі" + ], + [ + "ordin", + "ary" + ], + [ + "ord", + "inary" + ], + [ + "▁Ba", + "v" + ], + [ + "▁B", + "av" + ], + [ + "▁mucho", + "s" + ], + [ + "▁much", + "os" + ], + [ + "▁mu", + "chos" + ], + [ + "S", + "elf" + ], + [ + "▁Ма", + "й" + ], + [ + "▁Die", + "t" + ], + [ + "▁Di", + "et" + ], + [ + "▁D", + "iet" + ], + [ + "▁necess", + "ity" + ], + [ + "ві", + "д" + ], + [ + "в", + "ід" + ], + [ + "▁man", + "o" + ], + [ + "▁ma", + "no" + ], + [ + "▁m", + "ano" + ], + [ + "▁С", + "р" + ], + [ + "▁car", + "re" + ], + [ + "▁Camer", + "a" + ], + [ + "▁Cam", + "era" + ], + [ + "▁", + "Camera" + ], + [ + "▁Nar", + "od" + ], + [ + "▁Na", + "rod" + ], + [ + "▁N", + "arod" + ], + [ + "▁Pho", + "ne" + ], + [ + "▁Ph", + "one" + ], + [ + "▁", + "Phone" + ], + [ + "▁poly", + "m" + ], + [ + "▁pol", + "ym" + ], + [ + "imo", + "re" + ], + [ + "im", + "ore" + ], + [ + "i", + "more" + ], + [ + "is", + "Empty" + ], + [ + "▁Hou", + "ston" + ], + [ + "▁Rec", + "e" + ], + [ + "▁Re", + "ce" + ], + [ + "▁", + "Rece" + ], + [ + "▁presenta", + "tion" + ], + [ + "▁present", + "ation" + ], + [ + "▁pres", + "entation" + ], + [ + "▁", + "presentation" + ], + [ + "ници", + "па" + ], + [ + "ни", + "ципа" + ], + [ + "▁D", + "b" + ], + [ + "▁", + "Db" + ], + [ + "▁conf", + "ident" + ], + [ + "▁}", + "{" + ], + [ + "▁", + "}{" + ], + [ + "▁bul", + "let" + ], + [ + "▁", + "bullet" + ], + [ + "▁{}", + "," + ], + [ + "▁{", + "}," + ], + [ + "ANG", + "E" + ], + [ + "AN", + "GE" + ], + [ + "▁Not", + "re" + ], + [ + "▁No", + "tre" + ], + [ + "chi", + "n" + ], + [ + "ch", + "in" + ], + [ + "c", + "hin" + ], + [ + "▁Drag", + "on" + ], + [ + "▁Dra", + "gon" + ], + [ + "▁Dr", + "agon" + ], + [ + "erc", + "a" + ], + [ + "er", + "ca" + ], + [ + "ial", + "i" + ], + [ + "ia", + "li" + ], + [ + "i", + "ali" + ], + [ + "▁asse", + "t" + ], + [ + "▁ass", + "et" + ], + [ + "▁as", + "set" + ], + [ + "▁", + "asset" + ], + [ + "▁muit", + "o" + ], + [ + "▁mu", + "ito" + ], + [ + "▁deep", + "ly" + ], + [ + "▁restrict", + "ion" + ], + [ + "▁rest", + "riction" + ], + [ + "▁commer", + "ce" + ], + [ + "▁com", + "merce" + ], + [ + "▁", + "commerce" + ], + [ + "▁Bom", + "b" + ], + [ + "▁Bo", + "mb" + ], + [ + "▁B", + "omb" + ], + [ + "c", + "aught" + ], + [ + "q", + "q" + ], + [ + "▁Ara", + "g" + ], + [ + "▁Ar", + "ag" + ], + [ + "▁A", + "rag" + ], + [ + "▁не", + "мец" + ], + [ + "▁Anal", + "ysis" + ], + [ + "▁člán", + "ku" + ], + [ + "▁ba", + "by" + ], + [ + "▁b", + "aby" + ], + [ + "▁e", + "chter" + ], + [ + "▁одно", + "го" + ], + [ + "▁од", + "ного" + ], + [ + "▁о", + "дного" + ], + [ + "жен", + "а" + ], + [ + "же", + "на" + ], + [ + "ж", + "ена" + ], + [ + "▁whites", + "pace" + ], + [ + "▁white", + "space" + ], + [ + "ç", + "u" + ], + [ + "LI", + "ST" + ], + [ + "L", + "IST" + ], + [ + "fri", + "que" + ], + [ + "fr", + "ique" + ], + [ + "f", + "rique" + ], + [ + "▁vari", + "as" + ], + [ + "▁var", + "ias" + ], + [ + "▁va", + "rias" + ], + [ + "▁v", + "arias" + ], + [ + "▁Wi", + "t" + ], + [ + "▁W", + "it" + ], + [ + "▁Lic", + "encia" + ], + [ + "Ex", + "it" + ], + [ + "▁sier", + "p" + ], + [ + "▁sie", + "rp" + ], + [ + "▁asse", + "mb" + ], + [ + "▁ass", + "emb" + ], + [ + "▁split", + "ting" + ], + [ + "▁spl", + "itting" + ], + [ + "▁pal", + "ace" + ], + [ + "▁pa", + "lace" + ], + [ + "▁block", + "ed" + ], + [ + "▁b", + "locked" + ], + [ + "▁bound", + "aries" + ], + [ + "▁iteration", + "s" + ], + [ + "▁iter", + "ations" + ], + [ + "▁Rot", + "ten" + ], + [ + "▁Ver", + "kehr" + ], + [ + "▁we", + "er" + ], + [ + "Test", + "s" + ], + [ + "T", + "ests" + ], + [ + "ift", + "ing" + ], + [ + "if", + "ting" + ], + [ + "▁reg", + "ul" + ], + [ + "▁pers", + "ist" + ], + [ + "▁Sol", + "ution" + ], + [ + "p", + "b" + ], + [ + "▁col", + "lapse" + ], + [ + "▁", + "collapse" + ], + [ + "▁arrest", + "ed" + ], + [ + "▁arr", + "ested" + ], + [ + "▁pred", + "icate" + ], + [ + "▁Zo", + "ne" + ], + [ + "▁Z", + "one" + ], + [ + "▁", + "Zone" + ], + [ + "▁ing", + "en" + ], + [ + "▁in", + "gen" + ], + [ + "▁", + "ingen" + ], + [ + "zá", + "lez" + ], + [ + "▁bank", + "s" + ], + [ + "▁ban", + "ks" + ], + [ + "▁b", + "anks" + ], + [ + "plan", + "t" + ], + [ + "pla", + "nt" + ], + [ + "pl", + "ant" + ], + [ + "p", + "lant" + ], + [ + "▁Nell", + "a" + ], + [ + "▁Nel", + "la" + ], + [ + "▁Ne", + "lla" + ], + [ + "▁N", + "ella" + ], + [ + "▁ба", + "н" + ], + [ + "▁б", + "ан" + ], + [ + "▁", + "бан" + ], + [ + "▁Sn", + "ow" + ], + [ + "▁S", + "now" + ], + [ + "▁Kre", + "uz" + ], + [ + "í", + "cio" + ], + [ + "▁enter", + "s" + ], + [ + "▁ent", + "ers" + ], + [ + "▁en", + "ters" + ], + [ + "▁expos", + "e" + ], + [ + "▁exp", + "ose" + ], + [ + "▁ex", + "pose" + ], + [ + "č", + "i" + ], + [ + "ши", + "е" + ], + [ + "Qu", + "al" + ], + [ + "Q", + "ual" + ], + [ + "▁lands", + "cape" + ], + [ + "▁пода", + "цима" + ], + [ + "ma", + "i" + ], + [ + "m", + "ai" + ], + [ + "sta", + "g" + ], + [ + "st", + "ag" + ], + [ + "s", + "tag" + ], + [ + "ова", + "ний" + ], + [ + "DE", + "F" + ], + [ + "D", + "EF" + ], + [ + "[]", + "{" + ], + [ + "[", + "]{" + ], + [ + "▁derni", + "ère" + ], + [ + "ic", + "ut" + ], + [ + "i", + "cut" + ], + [ + "▁X", + "ml" + ], + [ + "▁", + "Xml" + ], + [ + "▁sub", + "group" + ], + [ + "▁Pol", + "sce" + ], + [ + "▁War", + "ning" + ], + [ + "▁W", + "arning" + ], + [ + "▁", + "Warning" + ], + [ + "▁vehicle", + "s" + ], + [ + "▁veh", + "icles" + ], + [ + "io", + "t" + ], + [ + "i", + "ot" + ], + [ + "▁d", + "ll" + ], + [ + "▁", + "dll" + ], + [ + "ron", + "t" + ], + [ + "ro", + "nt" + ], + [ + "r", + "ont" + ], + [ + "▁Louis", + "e" + ], + [ + "▁Lou", + "ise" + ], + [ + "▁ar", + "a" + ], + [ + "▁a", + "ra" + ], + [ + "▁", + "ara" + ], + [ + "▁Sc", + "ala" + ], + [ + "▁S", + "cala" + ], + [ + "▁canon", + "ical" + ], + [ + "▁pla", + "cing" + ], + [ + "▁pl", + "acing" + ], + [ + "ER", + "Y" + ], + [ + "E", + "RY" + ], + [ + "▁Ja", + "g" + ], + [ + "▁J", + "ag" + ], + [ + "▁vir", + "us" + ], + [ + "▁vi", + "rus" + ], + [ + "▁v", + "irus" + ], + [ + "em", + "u" + ], + [ + "e", + "mu" + ], + [ + "▁});", + "\r" + ], + [ + "▁})", + ";\r" + ], + [ + "▁}", + ");\r" + ], + [ + "▁м", + "м" + ], + [ + "▁Try", + "ing" + ], + [ + "▁Tr", + "ying" + ], + [ + "▁Lex", + "ikon" + ], + [ + "abor", + "d" + ], + [ + "ab", + "ord" + ], + [ + "▁exped", + "ition" + ], + [ + "▁demande", + "d" + ], + [ + "▁demand", + "ed" + ], + [ + "Z", + "yg" + ], + [ + "lei", + "n" + ], + [ + "le", + "in" + ], + [ + "l", + "ein" + ], + [ + "▁verw", + "endet" + ], + [ + "рин", + "а" + ], + [ + "ри", + "на" + ], + [ + "wo", + "l" + ], + [ + "w", + "ol" + ], + [ + "▁p", + "ivot" + ], + [ + "▁одна", + "ко" + ], + [ + "▁propri", + "et" + ], + [ + "▁award", + "s" + ], + [ + "▁aw", + "ards" + ], + [ + "▁a", + "wards" + ], + [ + "to", + "ut" + ], + [ + "t", + "out" + ], + [ + "▁ass", + "im" + ], + [ + "▁as", + "sim" + ], + [ + "▁Sto", + "rm" + ], + [ + "▁St", + "orm" + ], + [ + "Li", + "mit" + ], + [ + "L", + "imit" + ], + [ + "eli", + "n" + ], + [ + "el", + "in" + ], + [ + "e", + "lin" + ], + [ + "we", + "alth" + ], + [ + "ue", + "z" + ], + [ + "u", + "ez" + ], + [ + "▁rappres", + "ent" + ], + [ + "▁rap", + "present" + ], + [ + "▁rest", + "a" + ], + [ + "▁res", + "ta" + ], + [ + "▁re", + "sta" + ], + [ + "▁r", + "esta" + ], + [ + "▁gegründ", + "et" + ], + [ + "▁journal", + "ist" + ], + [ + "isi", + "e" + ], + [ + "is", + "ie" + ], + [ + "▁facil", + "ity" + ], + [ + "▁fac", + "ility" + ], + [ + "ille", + "d" + ], + [ + "ill", + "ed" + ], + [ + "il", + "led" + ], + [ + "ul", + "k" + ], + [ + "▁P", + "K" + ], + [ + "▁", + "PK" + ], + [ + "An", + "chor" + ], + [ + "▁_", + ")" + ], + [ + "▁", + "_)" + ], + [ + "V", + "F" + ], + [ + "LA", + "B" + ], + [ + "L", + "AB" + ], + [ + "▁n", + "å" + ], + [ + "odo", + "s" + ], + [ + "od", + "os" + ], + [ + "▁bill", + "ion" + ], + [ + "virt", + "i" + ], + [ + "vir", + "ti" + ], + [ + "▁Je", + "ux" + ], + [ + "юз", + "а" + ], + [ + "ю", + "за" + ], + [ + "tom", + "cat" + ], + [ + "▁chart", + "s" + ], + [ + "▁char", + "ts" + ], + [ + "▁ch", + "arts" + ], + [ + "▁", + "charts" + ], + [ + "▁Bund", + "le" + ], + [ + "▁B", + "undle" + ], + [ + "▁", + "Bundle" + ], + [ + "▁ls", + "t" + ], + [ + "▁l", + "st" + ], + [ + "▁", + "lst" + ], + [ + "▁ex", + "er" + ], + [ + "▁female", + "s" + ], + [ + "▁fem", + "ales" + ], + [ + "▁oblig", + "ed" + ], + [ + "▁ab", + "y" + ], + [ + "▁a", + "by" + ], + [ + "▁", + "aby" + ], + [ + "rolle", + "d" + ], + [ + "roll", + "ed" + ], + [ + "rol", + "led" + ], + [ + "dr", + "i" + ], + [ + "d", + "ri" + ], + [ + "▁Sch", + "e" + ], + [ + "▁Sc", + "he" + ], + [ + "▁S", + "che" + ], + [ + "▁vessel", + "s" + ], + [ + "▁vess", + "els" + ], + [ + "IMA", + "RY" + ], + [ + "IM", + "ARY" + ], + [ + "▁reason", + "ing" + ], + [ + "▁про", + "те" + ], + [ + "▁пр", + "оте" + ], + [ + "FILE", + "S" + ], + [ + "FI", + "LES" + ], + [ + "ver", + "k" + ], + [ + "v", + "erk" + ], + [ + "oso", + "s" + ], + [ + "os", + "os" + ], + [ + "▁ком", + "му" + ], + [ + "ді", + "ї" + ], + [ + "д", + "ії" + ], + [ + "▁d", + "d" + ], + [ + "▁", + "dd" + ], + [ + "▁со", + "ответ" + ], + [ + "▁IO", + "Exception" + ], + [ + "▁", + "IOException" + ], + [ + "ský", + "ch" + ], + [ + "sk", + "ých" + ], + [ + "▁CL", + "I" + ], + [ + "▁C", + "LI" + ], + [ + "▁", + "CLI" + ], + [ + "▁", + "ње" + ], + [ + "C", + "M" + ], + [ + "T", + "D" + ], + [ + "▁possibil", + "ities" + ], + [ + "▁possib", + "ilities" + ], + [ + "▁Comp", + "os" + ], + [ + "▁Com", + "pos" + ], + [ + "hal", + "f" + ], + [ + "h", + "alf" + ], + [ + "▁web", + "page" + ], + [ + "▁sw", + "ing" + ], + [ + "▁s", + "wing" + ], + [ + "▁", + "swing" + ], + [ + "▁za", + "s" + ], + [ + "▁z", + "as" + ], + [ + "▁", + "zas" + ], + [ + "▁cy", + "cl" + ], + [ + "lei", + "d" + ], + [ + "le", + "id" + ], + [ + "istic", + "a" + ], + [ + "isti", + "ca" + ], + [ + "ist", + "ica" + ], + [ + "▁Ins", + "ert" + ], + [ + "▁In", + "sert" + ], + [ + "▁", + "Insert" + ], + [ + "▁Sw", + "eden" + ], + [ + "▁want", + "ing" + ], + [ + "▁", + "ال" + ], + [ + "▁e", + "euw" + ], + [ + "▁Admin", + "istr" + ], + [ + "▁War", + "ren" + ], + [ + "▁b", + "s" + ], + [ + "▁", + "bs" + ], + [ + "▁pa", + "m" + ], + [ + "▁p", + "am" + ], + [ + "anu", + "s" + ], + [ + "an", + "us" + ], + [ + "Dr", + "a" + ], + [ + "D", + "ra" + ], + [ + "exp", + "l" + ], + [ + "ex", + "pl" + ], + [ + "▁Kan", + "t" + ], + [ + "▁Ka", + "nt" + ], + [ + "▁K", + "ant" + ], + [ + "▁Aust", + "in" + ], + [ + "▁cs", + "ak" + ], + [ + "▁c", + "sak" + ], + [ + "▁the", + "atre" + ], + [ + "▁compat", + "ibility" + ], + [ + "мати", + "че" + ], + [ + "ма", + "тиче" + ], + [ + "set", + "State" + ], + [ + "б", + "ю" + ], + [ + "}{", + "|" + ], + [ + "}", + "{|" + ], + [ + "▁D", + "y" + ], + [ + "▁Zw", + "ischen" + ], + [ + "Al", + "t" + ], + [ + "A", + "lt" + ], + [ + "CLA", + "RE" + ], + [ + "step", + "s" + ], + [ + "ste", + "ps" + ], + [ + "st", + "eps" + ], + [ + "▁Lag", + "e" + ], + [ + "▁La", + "ge" + ], + [ + "▁L", + "age" + ], + [ + "▁Mit", + "t" + ], + [ + "▁Mi", + "tt" + ], + [ + "▁M", + "itt" + ], + [ + "▁Dub", + "lin" + ], + [ + "▁рабо", + "ты" + ], + [ + "de", + "ep" + ], + [ + "▁flow", + "s" + ], + [ + "▁flo", + "ws" + ], + [ + "▁fl", + "ows" + ], + [ + "▁Pala", + "ce" + ], + [ + "▁Pal", + "ace" + ], + [ + "▁Pa", + "lace" + ], + [ + "uni", + "x" + ], + [ + "un", + "ix" + ], + [ + "ref", + "s" + ], + [ + "re", + "fs" + ], + [ + "uma", + "r" + ], + [ + "um", + "ar" + ], + [ + "u", + "mar" + ], + [ + "ase", + "t" + ], + [ + "as", + "et" + ], + [ + "a", + "set" + ], + [ + "co", + "v" + ], + [ + "c", + "ov" + ], + [ + "▁pin", + "g" + ], + [ + "▁pi", + "ng" + ], + [ + "▁p", + "ing" + ], + [ + "▁", + "ping" + ], + [ + "▁Saf", + "ari" + ], + [ + "flu", + "g" + ], + [ + "fl", + "ug" + ], + [ + "creen", + "s" + ], + [ + "cre", + "ens" + ], + [ + "c", + "reens" + ], + [ + "{", + "#" + ], + [ + "▁ре", + "а" + ], + [ + "ador", + "s" + ], + [ + "ado", + "rs" + ], + [ + "ad", + "ors" + ], + [ + "▁am", + "or" + ], + [ + "▁a", + "mor" + ], + [ + "uc", + "e" + ], + [ + "u", + "ce" + ], + [ + "dem", + "ic" + ], + [ + "de", + "mic" + ], + [ + "▁Nether", + "lands" + ], + [ + "▁cluster", + "s" + ], + [ + "▁clust", + "ers" + ], + [ + "▁enf", + "or" + ], + [ + "▁en", + "for" + ], + [ + "mar", + "ine" + ], + [ + "▁bug", + "s" + ], + [ + "▁bu", + "gs" + ], + [ + "▁b", + "ugs" + ], + [ + "izza", + "ta" + ], + [ + "izz", + "ata" + ], + [ + "▁scr", + "a" + ], + [ + "▁sc", + "ra" + ], + [ + "▁s", + "cra" + ], + [ + "Le", + "s" + ], + [ + "L", + "es" + ], + [ + "qui", + "ck" + ], + [ + "qu", + "ick" + ], + [ + "▁turn", + "o" + ], + [ + "▁tur", + "no" + ], + [ + "_", + "*" + ], + [ + "ер", + "а" + ], + [ + "е", + "ра" + ], + [ + "Gener", + "ated" + ], + [ + ">", + "[" + ], + [ + "▁est", + "re" + ], + [ + "▁es", + "tre" + ], + [ + "▁e", + "stre" + ], + [ + "▁", + "estre" + ], + [ + "ord", + "e" + ], + [ + "or", + "de" + ], + [ + "▁ver", + "g" + ], + [ + "▁ve", + "rg" + ], + [ + "▁v", + "erg" + ], + [ + "ро", + "з" + ], + [ + "р", + "оз" + ], + [ + "▁pa", + "u" + ], + [ + "▁p", + "au" + ], + [ + "include", + "s" + ], + [ + "includ", + "es" + ], + [ + "in", + "cludes" + ], + [ + "ass", + "a" + ], + [ + "as", + "sa" + ], + [ + "ader", + "s" + ], + [ + "ade", + "rs" + ], + [ + "ad", + "ers" + ], + [ + "a", + "ders" + ], + [ + "▁Гер", + "ма" + ], + [ + "▁esta", + "ven" + ], + [ + "▁est", + "aven" + ], + [ + "▁ear", + "liest" + ], + [ + "▁result", + "ado" + ], + [ + "▁res", + "ultado" + ], + [ + "mu", + "n" + ], + [ + "m", + "un" + ], + [ + "▁plot", + "s" + ], + [ + "▁pl", + "ots" + ], + [ + "▁", + "plots" + ], + [ + "di", + "n" + ], + [ + "d", + "in" + ], + [ + "sort", + "ed" + ], + [ + "s", + "orted" + ], + [ + "▁prefer", + "ence" + ], + [ + "▁pre", + "ference" + ], + [ + "▁p", + "reference" + ], + [ + "ri", + "ó" + ], + [ + "r", + "ió" + ], + [ + "тур", + "е" + ], + [ + "ту", + "ре" + ], + [ + "▁Lig", + "ue" + ], + [ + "▁Li", + "gue" + ], + [ + "▁L", + "igue" + ], + [ + "▁зав", + "ер" + ], + [ + "▁за", + "вер" + ], + [ + "ph", + "r" + ], + [ + "p", + "hr" + ], + [ + "▁poc", + "ket" + ], + [ + "▁po", + "cket" + ], + [ + "▁p", + "ocket" + ], + [ + "▁par", + "l" + ], + [ + "▁pa", + "rl" + ], + [ + "▁la", + "k" + ], + [ + "▁l", + "ak" + ], + [ + "▁", + "lak" + ], + [ + "▁pow", + "ie" + ], + [ + "▁po", + "wie" + ], + [ + "▁p", + "owie" + ], + [ + "▁altre", + "s" + ], + [ + "▁alt", + "res" + ], + [ + "▁al", + "tres" + ], + [ + "$}", + ";" + ], + [ + "$", + "};" + ], + [ + "pla", + "in" + ], + [ + "pl", + "ain" + ], + [ + "p", + "lain" + ], + [ + "▁Cre", + "d" + ], + [ + "▁Cr", + "ed" + ], + [ + "▁C", + "red" + ], + [ + "▁", + "Cred" + ], + [ + "itz", + "a" + ], + [ + "it", + "za" + ], + [ + "per", + "p" + ], + [ + "pe", + "rp" + ], + [ + "Gre", + "en" + ], + [ + "Gr", + "een" + ], + [ + "G", + "reen" + ], + [ + "▁dev", + "oted" + ], + [ + "product", + "ion" + ], + [ + "produ", + "ction" + ], + [ + "p", + "roduction" + ], + [ + "work", + "er" + ], + [ + "wor", + "ker" + ], + [ + "else", + "n" + ], + [ + "els", + "en" + ], + [ + "el", + "sen" + ], + [ + "▁ver", + "n" + ], + [ + "▁ve", + "rn" + ], + [ + "▁v", + "ern" + ], + [ + "▁", + "vern" + ], + [ + "▁már", + "cius" + ], + [ + "▁Conf", + "eder" + ], + [ + "▁Liver", + "pool" + ], + [ + "▁му", + "зи" + ], + [ + "▁email", + "s" + ], + [ + "▁em", + "ails" + ], + [ + "▁distance", + "s" + ], + [ + "▁dist", + "ances" + ], + [ + "▁segment", + "s" + ], + [ + "▁seg", + "ments" + ], + [ + "▁ant", + "h" + ], + [ + "▁an", + "th" + ], + [ + "▁a", + "nth" + ], + [ + "▁", + "anth" + ], + [ + "▁wr", + "est" + ], + [ + "▁w", + "rest" + ], + [ + "▁ho", + "og" + ], + [ + "▁cin", + "ema" + ], + [ + "rr", + "or" + ], + [ + "r", + "ror" + ], + [ + "▁geb", + "oren" + ], + [ + "▁é", + "c" + ], + [ + "▁", + "éc" + ], + [ + "Mark", + "er" + ], + [ + "Mar", + "ker" + ], + [ + "▁Comp", + "et" + ], + [ + "▁Com", + "pet" + ], + [ + "▁ли", + "сто" + ], + [ + "allow", + "ed" + ], + [ + "allo", + "wed" + ], + [ + "all", + "owed" + ], + [ + "vol", + "ume" + ], + [ + "Esp", + "agne" + ], + [ + "Z", + "e" + ], + [ + "▁fix", + "es" + ], + [ + "▁fi", + "xes" + ], + [ + "▁ro", + "nd" + ], + [ + "▁r", + "ond" + ], + [ + "▁arrang", + "ement" + ], + [ + "/", + "~" + ], + [ + ".]", + "(" + ], + [ + ".", + "](" + ], + [ + "▁For", + "rások" + ], + [ + "▁weitere", + "n" + ], + [ + "▁weiter", + "en" + ], + [ + "▁weit", + "eren" + ], + [ + "ex", + "cel" + ], + [ + "▁з", + "мі" + ], + [ + "▁modern", + "e" + ], + [ + "▁moder", + "ne" + ], + [ + "▁mod", + "erne" + ], + [ + "Eng", + "lish" + ], + [ + "▁Transfer", + "markt" + ], + [ + "▁bear", + "ing" + ], + [ + "▁be", + "aring" + ], + [ + "▁clear", + "ed" + ], + [ + "▁cle", + "ared" + ], + [ + "▁cl", + "eared" + ], + [ + "▁са", + "м" + ], + [ + "▁div", + "s" + ], + [ + "▁di", + "vs" + ], + [ + "ć", + "i" + ], + [ + "▁это", + "й" + ], + [ + "▁э", + "той" + ], + [ + "▁Ге", + "ор" + ], + [ + "sce", + "ne" + ], + [ + "sc", + "ene" + ], + [ + "▁age", + "s" + ], + [ + "▁ag", + "es" + ], + [ + "▁a", + "ges" + ], + [ + "▁", + "ages" + ], + [ + "GE", + "N" + ], + [ + "G", + "EN" + ], + [ + "rä", + "n" + ], + [ + "r", + "än" + ], + [ + "▁To", + "ul" + ], + [ + "▁T", + "oul" + ], + [ + "▁Ab", + "s" + ], + [ + "▁A", + "bs" + ], + [ + "j", + "át" + ], + [ + "▁median", + "te" + ], + [ + "▁medi", + "ante" + ], + [ + "▁med", + "iante" + ], + [ + "▁emp", + "res" + ], + [ + "▁em", + "pres" + ], + [ + "▁Emp", + "loyee" + ], + [ + "▁", + "Employee" + ], + [ + "▁polynomial", + "s" + ], + [ + "▁optim", + "ize" + ], + [ + "▁вы", + "ступа" + ], + [ + "far", + "e" + ], + [ + "fa", + "re" + ], + [ + "f", + "are" + ], + [ + "ве", + "й" + ], + [ + "в", + "ей" + ], + [ + "x", + "f" + ], + [ + "que", + "z" + ], + [ + "qu", + "ez" + ], + [ + "q", + "uez" + ], + [ + "▁bot", + "an" + ], + [ + "▁bo", + "tan" + ], + [ + "▁defe", + "nd" + ], + [ + "▁def", + "end" + ], + [ + "▁Qu", + "art" + ], + [ + "Mon", + "t" + ], + [ + "Mo", + "nt" + ], + [ + "M", + "ont" + ], + [ + "v", + "b" + ], + [ + "ti", + "ck" + ], + [ + "t", + "ick" + ], + [ + "W", + "D" + ], + [ + "min", + "e" + ], + [ + "mi", + "ne" + ], + [ + "m", + "ine" + ], + [ + "▁mod", + "ific" + ], + [ + "not", + "ification" + ], + [ + "▁den", + "n" + ], + [ + "▁de", + "nn" + ], + [ + "▁d", + "enn" + ], + [ + "▁alg", + "o" + ], + [ + "▁al", + "go" + ], + [ + "▁Sp", + "o" + ], + [ + "▁S", + "po" + ], + [ + "▁m", + "istrzost" + ], + [ + "/", + ":" + ], + [ + "▁apr", + "esent" + ], + [ + "▁a", + "present" + ], + [ + "▁про", + "д" + ], + [ + "▁пр", + "од" + ], + [ + "▁п", + "род" + ], + [ + "Vol", + "ume" + ], + [ + "sk", + "ą" + ], + [ + "s", + "ką" + ], + [ + "prote", + "cted" + ], + [ + "▁Turk", + "ish" + ], + [ + "az", + "y" + ], + [ + "a", + "zy" + ], + [ + "▁pou", + "v" + ], + [ + "▁po", + "uv" + ], + [ + "▁p", + "ouv" + ], + [ + "▁perí", + "odo" + ], + [ + "sko", + "g" + ], + [ + "sk", + "og" + ], + [ + "▁entr", + "opy" + ], + [ + "▁ent", + "ropy" + ], + [ + "ze", + "d" + ], + [ + "z", + "ed" + ], + [ + "тор", + "и" + ], + [ + "то", + "ри" + ], + [ + "▁li", + "j" + ], + [ + "▁l", + "ij" + ], + [ + "▁", + "lij" + ], + [ + "board", + "s" + ], + [ + "bo", + "ards" + ], + [ + "▁ста", + "ту" + ], + [ + "Bo", + "ol" + ], + [ + "B", + "ool" + ], + [ + "▁polit", + "y" + ], + [ + "▁pol", + "ity" + ], + [ + "@\"", + "," + ], + [ + "@", + "\"," + ], + [ + "▁рі", + "к" + ], + [ + "né", + "e" + ], + [ + "n", + "ée" + ], + [ + "▁Zu", + "g" + ], + [ + "▁Z", + "ug" + ], + [ + "▁Unit", + "i" + ], + [ + "▁Un", + "iti" + ], + [ + "ém", + "et" + ], + [ + "é", + "met" + ], + [ + "ati", + "ence" + ], + [ + "at", + "ience" + ], + [ + "dim", + "en" + ], + [ + "di", + "men" + ], + [ + "d", + "imen" + ], + [ + "▁Steve", + "n" + ], + [ + "▁Ste", + "ven" + ], + [ + "▁St", + "even" + ], + [ + "H", + "a" + ], + [ + "ACT", + "ION" + ], + [ + "A", + "CTION" + ], + [ + "▁wa", + "nd" + ], + [ + "▁w", + "and" + ], + [ + "▁", + "wand" + ], + [ + "▁Nav", + "ar" + ], + [ + "▁Na", + "var" + ], + [ + "▁сі", + "чня" + ], + [ + "W", + "atch" + ], + [ + "▁Stu", + "art" + ], + [ + "▁zd", + "e" + ], + [ + "▁z", + "de" + ], + [ + "▁кон", + "тро" + ], + [ + "datas", + "et" + ], + [ + "data", + "set" + ], + [ + "dat", + "aset" + ], + [ + "y", + "ó" + ], + [ + "▁Bus", + "h" + ], + [ + "▁Bu", + "sh" + ], + [ + "▁B", + "ush" + ], + [ + "▁се", + "бя" + ], + [ + "▁worth", + "y" + ], + [ + "▁wor", + "thy" + ], + [ + "▁Bl", + "e" + ], + [ + "▁B", + "le" + ], + [ + "▁prop", + "or" + ], + [ + "▁pro", + "por" + ], + [ + "▁Villa", + "ge" + ], + [ + "▁Vill", + "age" + ], + [ + "▁Vil", + "lage" + ], + [ + "▁r", + "y" + ], + [ + "▁", + "ry" + ], + [ + "▁vo", + "it" + ], + [ + "▁v", + "oit" + ], + [ + "▁копи", + "я" + ], + [ + "▁z", + "p" + ], + [ + "▁cur", + "a" + ], + [ + "▁cu", + "ra" + ], + [ + "▁c", + "ura" + ], + [ + "▁H", + "tml" + ], + [ + "▁", + "Html" + ], + [ + "▁Diese", + "r" + ], + [ + "▁Dies", + "er" + ], + [ + "▁Die", + "ser" + ], + [ + "▁Day", + "s" + ], + [ + "▁Da", + "ys" + ], + [ + "▁D", + "ays" + ], + [ + "▁", + "Days" + ], + [ + "onne", + "s" + ], + [ + "onn", + "es" + ], + [ + "on", + "nes" + ], + [ + "▁anti", + "gu" + ], + [ + "▁ant", + "igu" + ], + [ + "▁Staat", + "en" + ], + [ + "▁Sta", + "aten" + ], + [ + "▁fa", + "int" + ], + [ + "▁f", + "aint" + ], + [ + "ong", + "s" + ], + [ + "on", + "gs" + ], + [ + "▁ö", + "st" + ], + [ + "▁", + "öst" + ], + [ + "Red", + "irect" + ], + [ + "Re", + "direct" + ], + [ + "ел", + "ь" + ], + [ + "е", + "ль" + ], + [ + "atori", + "al" + ], + [ + "ator", + "ial" + ], + [ + "ato", + "rial" + ], + [ + "at", + "orial" + ], + [ + "▁both", + "er" + ], + [ + "▁bot", + "her" + ], + [ + "▁bo", + "ther" + ], + [ + "▁b", + "other" + ], + [ + "Edit", + "Text" + ], + [ + "▁Gi", + "ul" + ], + [ + "▁зав", + "о" + ], + [ + "▁за", + "во" + ], + [ + "▁pue", + "blo" + ], + [ + "▁Mississ", + "ippi" + ], + [ + "ja", + "k" + ], + [ + "j", + "ak" + ], + [ + "▁wing", + "s" + ], + [ + "▁win", + "gs" + ], + [ + "▁w", + "ings" + ], + [ + "on", + "c" + ], + [ + "o", + "nc" + ], + [ + "ív", + "el" + ], + [ + "í", + "vel" + ], + [ + "ien", + "cia" + ], + [ + "i", + "encia" + ], + [ + "entlich", + "t" + ], + [ + "ent", + "licht" + ], + [ + "▁B", + "TW" + ], + [ + "orn", + "al" + ], + [ + "or", + "nal" + ], + [ + "▁Кор", + "о" + ], + [ + "▁Ко", + "ро" + ], + [ + "▁од", + "ним" + ], + [ + "▁sal", + "v" + ], + [ + "▁sa", + "lv" + ], + [ + "▁find", + "en" + ], + [ + "▁fin", + "den" + ], + [ + "▁f", + "inden" + ], + [ + "ge", + "o" + ], + [ + "▁а", + "виа" + ], + [ + "att", + "ung" + ], + [ + "vi", + "v" + ], + [ + "v", + "iv" + ], + [ + "▁Lu", + "ther" + ], + [ + "▁L", + "uther" + ], + [ + "▁об", + "щи" + ], + [ + "▁Roll", + "e" + ], + [ + "▁Rol", + "le" + ], + [ + "▁Ro", + "lle" + ], + [ + "▁Ab", + "raham" + ], + [ + "▁center", + "ed" + ], + [ + "▁cent", + "ered" + ], + [ + "▁sla", + "sh" + ], + [ + "▁sl", + "ash" + ], + [ + "▁", + "slash" + ], + [ + "isa", + "t" + ], + [ + "is", + "at" + ], + [ + "eman", + "n" + ], + [ + "ema", + "nn" + ], + [ + "em", + "ann" + ], + [ + "e", + "mann" + ], + [ + "O", + "s" + ], + [ + "пар", + "та" + ], + [ + "▁Pa", + "blo" + ], + [ + "▁P", + "ablo" + ], + [ + "▁collabor", + "ation" + ], + [ + "path", + "s" + ], + [ + "pat", + "hs" + ], + [ + "éd", + "ition" + ], + [ + "▁view", + "ed" + ], + [ + "▁vie", + "wed" + ], + [ + "▁consist", + "ed" + ], + [ + "▁cons", + "isted" + ], + [ + "▁recover", + "ed" + ], + [ + "▁Mex", + "ican" + ], + [ + "▁F", + "ix" + ], + [ + "▁spel", + "l" + ], + [ + "▁spe", + "ll" + ], + [ + "▁sp", + "ell" + ], + [ + "Spec", + "ial" + ], + [ + "Spe", + "cial" + ], + [ + "▁С", + "т" + ], + [ + "esse", + "ur" + ], + [ + "ess", + "eur" + ], + [ + "▁Украи", + "ны" + ], + [ + "form", + "er" + ], + [ + "for", + "mer" + ], + [ + "▁ś", + "w" + ], + [ + "▁zero", + "s" + ], + [ + "▁ze", + "ros" + ], + [ + "▁z", + "eros" + ], + [ + "▁Straße", + "n" + ], + [ + "▁Stra", + "ßen" + ], + [ + "▁organis", + "ation" + ], + [ + "▁organ", + "isation" + ], + [ + "▁", + "organisation" + ], + [ + "üss", + "en" + ], + [ + "üs", + "sen" + ], + [ + "▁S", + "ierra" + ], + [ + "▁Sea", + "son" + ], + [ + "▁Se", + "ason" + ], + [ + "▁vol", + "ont" + ], + [ + "Bean", + "Factory" + ], + [ + "▁помо", + "щ" + ], + [ + "▁press", + "ing" + ], + [ + "▁pres", + "sing" + ], + [ + "▁equival", + "ence" + ], + [ + "▁cat", + "t" + ], + [ + "▁ca", + "tt" + ], + [ + "▁c", + "att" + ], + [ + "ici", + "ty" + ], + [ + "ic", + "ity" + ], + [ + "i", + "city" + ], + [ + "▁accomplish", + "ed" + ], + [ + "▁accompl", + "ished" + ], + [ + "▁accomp", + "lished" + ], + [ + "▁y", + "o" + ], + [ + "▁", + "yo" + ], + [ + "▁si", + "c" + ], + [ + "▁s", + "ic" + ], + [ + "▁import", + "s" + ], + [ + "▁im", + "ports" + ], + [ + "▁accom", + "mod" + ], + [ + "▁Port", + "o" + ], + [ + "▁Por", + "to" + ], + [ + "▁як", + "а" + ], + [ + "▁я", + "ка" + ], + [ + "▁lo", + "an" + ], + [ + "тик", + "и" + ], + [ + "ти", + "ки" + ], + [ + "▁check", + "out" + ], + [ + "▁asse", + "ss" + ], + [ + "▁ass", + "ess" + ], + [ + "▁Pop", + "ulation" + ], + [ + "uren", + "t" + ], + [ + "ure", + "nt" + ], + [ + "ur", + "ent" + ], + [ + "u", + "rent" + ], + [ + "clo", + "jure" + ], + [ + "▁Santo", + "s" + ], + [ + "▁Sant", + "os" + ], + [ + "▁inform", + "áció" + ], + [ + "PO", + "S" + ], + [ + "P", + "OS" + ], + [ + "▁gar", + "e" + ], + [ + "▁ga", + "re" + ], + [ + "▁g", + "are" + ], + [ + "▁ki", + "ck" + ], + [ + "▁k", + "ick" + ], + [ + "▁radi", + "cal" + ], + [ + "▁rad", + "ical" + ], + [ + "▁Pe", + "ace" + ], + [ + "▁stream", + "ing" + ], + [ + "▁stre", + "aming" + ], + [ + "cam", + "p" + ], + [ + "ca", + "mp" + ], + [ + "c", + "amp" + ], + [ + "zą", + "t" + ], + [ + "гово", + "р" + ], + [ + "гов", + "ор" + ], + [ + "го", + "вор" + ], + [ + "▁Reg", + "ierung" + ], + [ + "▁proceed", + "ed" + ], + [ + "f", + "m" + ], + [ + "лен", + "ы" + ], + [ + "ле", + "ны" + ], + [ + "▁ear", + "nest" + ], + [ + "▁Para", + "d" + ], + [ + "▁Par", + "ad" + ], + [ + "▁Pa", + "rad" + ], + [ + "request", + "s" + ], + [ + "▁Ra", + "um" + ], + [ + "▁R", + "aum" + ], + [ + "š", + "č" + ], + [ + "▁polic", + "ies" + ], + [ + "▁Ti", + "g" + ], + [ + "▁T", + "ig" + ], + [ + "▁sit", + "t" + ], + [ + "▁si", + "tt" + ], + [ + "▁s", + "itt" + ], + [ + "▁Ener", + "gy" + ], + [ + "▁pure", + "ly" + ], + [ + "▁pur", + "ely" + ], + [ + "▁Ha", + "ut" + ], + [ + "▁H", + "aut" + ], + [ + "▁Spe", + "ed" + ], + [ + "▁Sp", + "eed" + ], + [ + "▁", + "Speed" + ], + [ + "bi", + "o" + ], + [ + "b", + "io" + ], + [ + "▁or", + "ange" + ], + [ + "▁o", + "range" + ], + [ + "▁big", + "gest" + ], + [ + "▁britann", + "ique" + ], + [ + "▁Not", + "able" + ], + [ + "▁No", + "table" + ], + [ + "v", + "u" + ], + [ + "ле", + "нии" + ], + [ + "би", + "н" + ], + [ + "б", + "ин" + ], + [ + "▁Nas", + "h" + ], + [ + "▁Na", + "sh" + ], + [ + "▁N", + "ash" + ], + [ + "ще", + "ние" + ], + [ + "▁ci", + "el" + ], + [ + "▁c", + "iel" + ], + [ + "adém", + "ie" + ], + [ + "▁гру", + "дня" + ], + [ + "▁jou", + "e" + ], + [ + "▁jo", + "ue" + ], + [ + "▁vote", + "d" + ], + [ + "▁vot", + "ed" + ], + [ + "▁vo", + "ted" + ], + [ + "▁v", + "oted" + ], + [ + "ric", + "o" + ], + [ + "ri", + "co" + ], + [ + "r", + "ico" + ], + [ + "▁го", + "р" + ], + [ + "▁г", + "ор" + ], + [ + "▁", + "гор" + ], + [ + "▁коман", + "ду" + ], + [ + "iti", + "vity" + ], + [ + "it", + "ivity" + ], + [ + "▁щ", + "е" + ], + [ + "▁", + "ще" + ], + [ + "▁definit", + "e" + ], + [ + "▁defin", + "ite" + ], + [ + "▁de", + "finite" + ], + [ + "urop", + "a" + ], + [ + "uro", + "pa" + ], + [ + "!\"", + ");" + ], + [ + "!", + "\");" + ], + [ + "Default", + "s" + ], + [ + "▁неко", + "торы" + ], + [ + "éd", + "ération" + ], + [ + "▁sil", + "ly" + ], + [ + "▁s", + "illy" + ], + [ + "▁talk", + "ed" + ], + [ + "▁tal", + "ked" + ], + [ + "re", + "u" + ], + [ + "r", + "eu" + ], + [ + "▁Lo", + "mb" + ], + [ + "▁L", + "omb" + ], + [ + "▁stat", + "ue" + ], + [ + "кт", + "а" + ], + [ + "к", + "та" + ], + [ + "ю", + "р" + ], + [ + "um", + "ably" + ], + [ + "▁город", + "е" + ], + [ + "▁горо", + "де" + ], + [ + "▁Run", + "time" + ], + [ + "▁R", + "untime" + ], + [ + "▁", + "Runtime" + ], + [ + "▁diag", + "n" + ], + [ + "▁dia", + "gn" + ], + [ + "▁di", + "agn" + ], + [ + "▁retr", + "o" + ], + [ + "▁ret", + "ro" + ], + [ + "▁r", + "etro" + ], + [ + "▁Sver", + "ige" + ], + [ + "▁inici", + "al" + ], + [ + "▁in", + "icial" + ], + [ + "ien", + "za" + ], + [ + "i", + "enza" + ], + [ + "▁fig", + "lio" + ], + [ + "▁zo", + "g" + ], + [ + "▁z", + "og" + ], + [ + "▁re", + "y" + ], + [ + "▁r", + "ey" + ], + [ + "▁", + "rey" + ], + [ + "▁Run", + "d" + ], + [ + "▁Ru", + "nd" + ], + [ + "▁R", + "und" + ], + [ + "т", + "ный" + ], + [ + "▁ce", + "ased" + ], + [ + "ern", + "o" + ], + [ + "er", + "no" + ], + [ + "▁es", + "a" + ], + [ + "▁e", + "sa" + ], + [ + "▁", + "esa" + ], + [ + "▁trou", + "v" + ], + [ + "▁tro", + "uv" + ], + [ + "▁tr", + "ouv" + ], + [ + "▁Gemeinde", + "n" + ], + [ + "▁Geme", + "inden" + ], + [ + "▁comer", + "cial" + ], + [ + "ska", + "p" + ], + [ + "sk", + "ap" + ], + [ + "s", + "kap" + ], + [ + "ena", + "rio" + ], + [ + "en", + "ario" + ], + [ + "▁jur", + "is" + ], + [ + "▁ju", + "ris" + ], + [ + "T", + "B" + ], + [ + "нал", + "а" + ], + [ + "на", + "ла" + ], + [ + "н", + "ала" + ], + [ + "▁vi", + "j" + ], + [ + "▁v", + "ij" + ], + [ + "V", + "O" + ], + [ + "▁cli", + "n" + ], + [ + "▁cl", + "in" + ], + [ + "▁c", + "lin" + ], + [ + "jö", + "r" + ], + [ + "j", + "ör" + ], + [ + "са", + "н" + ], + [ + "с", + "ан" + ], + [ + "ował", + "a" + ], + [ + "owa", + "ła" + ], + [ + "ow", + "ała" + ], + [ + "ribu", + "ción" + ], + [ + "rib", + "ución" + ], + [ + "▁urs", + "prüng" + ], + [ + "▁cond", + "em" + ], + [ + "▁con", + "dem" + ], + [ + "▁Sta", + "ge" + ], + [ + "▁St", + "age" + ], + [ + "▁", + "Stage" + ], + [ + "▁mix", + "ing" + ], + [ + "▁рі", + "з" + ], + [ + "▁fan", + "s" + ], + [ + "▁fa", + "ns" + ], + [ + "▁f", + "ans" + ], + [ + "há", + "z" + ], + [ + "h", + "áz" + ], + [ + "soci", + "al" + ], + [ + "so", + "cial" + ], + [ + "za", + "n" + ], + [ + "z", + "an" + ], + [ + "▁сво", + "й" + ], + [ + "▁с", + "вой" + ], + [ + "Cook", + "ie" + ], + [ + "▁Rol", + "and" + ], + [ + "▁Ro", + "land" + ], + [ + "az", + "ionale" + ], + [ + "▁Slov", + "en" + ], + [ + "▁Slo", + "ven" + ], + [ + "▁Sl", + "oven" + ], + [ + "▁Fich", + "e" + ], + [ + "▁F", + "iche" + ], + [ + "▁S", + "é" + ], + [ + "h", + "ä" + ], + [ + "▁official", + "s" + ], + [ + "▁offici", + "als" + ], + [ + "▁în", + "t" + ], + [ + "▁î", + "nt" + ], + [ + "Inter", + "ceptor" + ], + [ + "Table", + "s" + ], + [ + "Tab", + "les" + ], + [ + "T", + "ables" + ], + [ + "▁dav", + "on" + ], + [ + "▁da", + "von" + ], + [ + "initial", + "ize" + ], + [ + "init", + "ialize" + ], + [ + "]=", + "\"" + ], + [ + "]", + "=\"" + ], + [ + "▁Bod", + "y" + ], + [ + "▁Bo", + "dy" + ], + [ + "▁B", + "ody" + ], + [ + "▁", + "Body" + ], + [ + "▁Up", + "per" + ], + [ + "▁U", + "pper" + ], + [ + "▁", + "Upper" + ], + [ + "▁Coll", + "ect" + ], + [ + "▁Col", + "lect" + ], + [ + "▁", + "Collect" + ], + [ + "▁Zür", + "ich" + ], + [ + "Hor", + "izontal" + ], + [ + "Ty", + "p" + ], + [ + "T", + "yp" + ], + [ + "▁polít", + "ico" + ], + [ + "▁Rewrite", + "Cond" + ], + [ + "▁hope", + "d" + ], + [ + "▁hop", + "ed" + ], + [ + "▁ho", + "ped" + ], + [ + "▁h", + "oped" + ], + [ + "▁anx", + "ious" + ], + [ + "Li", + "ter" + ], + [ + "L", + "iter" + ], + [ + "ja", + "hr" + ], + [ + "j", + "ahr" + ], + [ + "▁assemb", + "le" + ], + [ + "▁ass", + "emble" + ], + [ + "▁cry", + "pt" + ], + [ + "▁c", + "rypt" + ], + [ + "lah", + "oma" + ], + [ + "AS", + "H" + ], + [ + "A", + "SH" + ], + [ + "▁Б", + "ри" + ], + [ + "▁Ci", + "c" + ], + [ + "▁C", + "ic" + ], + [ + "tw", + "itter" + ], + [ + "hy", + "per" + ], + [ + "▁Tel", + "l" + ], + [ + "▁Te", + "ll" + ], + [ + "▁T", + "ell" + ], + [ + "іль", + "ки" + ], + [ + "во", + "бо" + ], + [ + "▁baz", + "ie" + ], + [ + "▁ba", + "zie" + ], + [ + "▁contempor", + "ary" + ], + [ + "▁Param", + "eter" + ], + [ + "▁Para", + "meter" + ], + [ + "▁", + "Parameter" + ], + [ + "st", + "wa" + ], + [ + "▁bek", + "end" + ], + [ + "co", + "ck" + ], + [ + "c", + "ock" + ], + [ + "prev", + "ious" + ], + [ + "pre", + "vious" + ], + [ + "ensk", + "a" + ], + [ + "ens", + "ka" + ], + [ + "en", + "ska" + ], + [ + "▁call", + "er" + ], + [ + "▁cal", + "ler" + ], + [ + "▁c", + "aller" + ], + [ + "]]", + ")" + ], + [ + "]", + "])" + ], + [ + "▁Ra", + "z" + ], + [ + "▁R", + "az" + ], + [ + "▁Sel", + "on" + ], + [ + "▁Se", + "lon" + ], + [ + "▁propos", + "al" + ], + [ + "▁b", + "ý" + ], + [ + "▁Sie", + "d" + ], + [ + "▁Si", + "ed" + ], + [ + "▁S", + "ied" + ], + [ + "▁Arbeit", + "s" + ], + [ + "▁Arbe", + "its" + ], + [ + "▁pri", + "de" + ], + [ + "▁pr", + "ide" + ], + [ + "▁p", + "ride" + ], + [ + "▁slo", + "pe" + ], + [ + "▁sl", + "ope" + ], + [ + "id", + "é" + ], + [ + "grad", + "ient" + ], + [ + "▁Дже", + "рела" + ], + [ + "▁S", + "H" + ], + [ + "▁", + "SH" + ], + [ + "▁раз", + "рабо" + ], + [ + "ivers", + "ity" + ], + [ + "спо", + "дар" + ], + [ + "\\{", + "\\" + ], + [ + "\\", + "{\\" + ], + [ + "▁стал", + "и" + ], + [ + "▁ста", + "ли" + ], + [ + "▁ст", + "али" + ], + [ + "▁с", + "тали" + ], + [ + "▁Einz", + "el" + ], + [ + "▁Ein", + "zel" + ], + [ + "▁rg", + "ba" + ], + [ + "▁An", + "im" + ], + [ + "▁A", + "nim" + ], + [ + "▁", + "Anim" + ], + [ + "▁alle", + "s" + ], + [ + "▁all", + "es" + ], + [ + "▁al", + "les" + ], + [ + "▁a", + "lles" + ], + [ + "▁", + "alles" + ], + [ + "ба", + "р" + ], + [ + "б", + "ар" + ], + [ + "ert", + "e" + ], + [ + "er", + "te" + ], + [ + "▁réalis", + "é" + ], + [ + "▁réal", + "isé" + ], + [ + "Inst", + "itut" + ], + [ + "▁mark", + "up" + ], + [ + "▁mar", + "kup" + ], + [ + "▁var", + "s" + ], + [ + "▁va", + "rs" + ], + [ + "▁v", + "ars" + ], + [ + "▁", + "vars" + ], + [ + "▁ga", + "m" + ], + [ + "▁g", + "am" + ], + [ + "▁Васи", + "ль" + ], + [ + "izz", + "a" + ], + [ + "iz", + "za" + ], + [ + "i", + "zza" + ], + [ + "▁Co", + "b" + ], + [ + "▁C", + "ob" + ], + [ + "▁Meta", + "l" + ], + [ + "▁Met", + "al" + ], + [ + "▁Me", + "tal" + ], + [ + "▁M", + "etal" + ], + [ + "▁le", + "ak" + ], + [ + "▁Lan", + "c" + ], + [ + "▁La", + "nc" + ], + [ + "▁L", + "anc" + ], + [ + "Sw", + "itch" + ], + [ + "Del", + "ay" + ], + [ + "De", + "lay" + ], + [ + "atu", + "ur" + ], + [ + "at", + "uur" + ], + [ + "▁че", + "ты" + ], + [ + "▁анг", + "лий" + ], + [ + "▁leg", + "acy" + ], + [ + "▁desar", + "roll" + ], + [ + "▁top", + "ological" + ], + [ + "▁jewe", + "ils" + ], + [ + "▁Nederland", + "se" + ], + [ + "▁atmos", + "phere" + ], + [ + "urb", + "an" + ], + [ + "ur", + "ban" + ], + [ + "▁slo", + "v" + ], + [ + "▁sl", + "ov" + ], + [ + "▁s", + "lov" + ], + [ + "▁law", + "yer" + ], + [ + "pe", + "cially" + ], + [ + "▁altern", + "ate" + ], + [ + "▁param", + "et" + ], + [ + "▁para", + "met" + ], + [ + "▁establish", + "ment" + ], + [ + "▁wood", + "s" + ], + [ + "▁wo", + "ods" + ], + [ + "P", + "D" + ], + [ + "▁на", + "и" + ], + [ + "▁man", + "g" + ], + [ + "▁ma", + "ng" + ], + [ + "▁m", + "ang" + ], + [ + "▁wechsel", + "te" + ], + [ + "ськ", + "у" + ], + [ + "сь", + "ку" + ], + [ + ".", + "=" + ], + [ + "▁fif", + "teen" + ], + [ + "SU", + "M" + ], + [ + "S", + "UM" + ], + [ + "▁Fr", + "o" + ], + [ + "▁F", + "ro" + ], + [ + "▁LE", + "D" + ], + [ + "▁L", + "ED" + ], + [ + "▁", + "LED" + ], + [ + "owan", + "o" + ], + [ + "owa", + "no" + ], + [ + "ow", + "ano" + ], + [ + "стви", + "е" + ], + [ + "▁D", + "onnées" + ], + [ + "to", + "l" + ], + [ + "t", + "ol" + ], + [ + "ży", + "n" + ], + [ + "ż", + "yn" + ], + [ + "cre", + "f" + ], + [ + "cr", + "ef" + ], + [ + "c", + "ref" + ], + [ + "стви", + "и" + ], + [ + "hor", + "n" + ], + [ + "ho", + "rn" + ], + [ + "h", + "orn" + ], + [ + "▁со", + "об" + ], + [ + "▁обо", + "ро" + ], + [ + "▁Comple", + "te" + ], + [ + "▁Comp", + "lete" + ], + [ + "▁", + "Complete" + ], + [ + "“", + ")" + ], + [ + "▁kind", + "ly" + ], + [ + "▁Cham", + "ber" + ], + [ + "s", + "ég" + ], + [ + "W", + "H" + ], + [ + "▁amb", + "ient" + ], + [ + "к", + "ро" + ], + [ + "▁che", + "val" + ], + [ + "▁ch", + "eval" + ], + [ + "▁на", + "писа" + ], + [ + "fl", + "u" + ], + [ + "f", + "lu" + ], + [ + "▁Off", + "iz" + ], + [ + "mat", + "e" + ], + [ + "ma", + "te" + ], + [ + "m", + "ate" + ], + [ + "nat", + "ural" + ], + [ + "n", + "atural" + ], + [ + "sep", + "ar" + ], + [ + "se", + "par" + ], + [ + "emp", + "re" + ], + [ + "em", + "pre" + ], + [ + "View", + "Holder" + ], + [ + "f", + "w" + ], + [ + "▁let", + "ech" + ], + [ + "▁le", + "tech" + ], + [ + "▁trail", + "ing" + ], + [ + "▁tra", + "iling" + ], + [ + "atr", + "i" + ], + [ + "at", + "ri" + ], + [ + "a", + "tri" + ], + [ + "▁G", + "ó" + ], + [ + "▁Bon", + "n" + ], + [ + "▁Bo", + "nn" + ], + [ + "▁B", + "onn" + ], + [ + "▁unlike", + "ly" + ], + [ + "▁un", + "likely" + ], + [ + "RA", + "M" + ], + [ + "R", + "AM" + ], + [ + "ens", + "t" + ], + [ + "en", + "st" + ], + [ + "Stat", + "s" + ], + [ + "St", + "ats" + ], + [ + "▁поли", + "тиче" + ], + [ + ")--", + "(" + ], + [ + ")-", + "-(" + ], + [ + "▁tro", + "m" + ], + [ + "▁tr", + "om" + ], + [ + "▁t", + "rom" + ], + [ + "!.", + ".." + ], + [ + "!", + "..." + ], + [ + "▁Mean", + "while" + ], + [ + "стан", + "а" + ], + [ + "ста", + "на" + ], + [ + "ст", + "ана" + ], + [ + "▁Rein", + "o" + ], + [ + "▁Re", + "ino" + ], + [ + "▁Ari", + "st" + ], + [ + "▁Ar", + "ist" + ], + [ + "▁A", + "rist" + ], + [ + "$}", + "}%" + ], + [ + "$", + "}}%" + ], + [ + "▁sole", + "m" + ], + [ + "▁sol", + "em" + ], + [ + "▁so", + "lem" + ], + [ + "clos", + "ure" + ], + [ + "ign", + "ation" + ], + [ + "ło", + "d" + ], + [ + "ł", + "od" + ], + [ + "▁div", + "or" + ], + [ + "▁di", + "vor" + ], + [ + "▁между", + "народ" + ], + [ + "=\"", + "" + ], + [ + "▁=", + "=>" + ], + [ + "Ori", + "entation" + ], + [ + "ci", + "d" + ], + [ + "c", + "id" + ], + [ + "Car", + "t" + ], + [ + "Ca", + "rt" + ], + [ + "C", + "art" + ], + [ + "▁mur", + "m" + ], + [ + "▁mu", + "rm" + ], + [ + "▁m", + "urm" + ], + [ + "▁asse", + "z" + ], + [ + "▁ass", + "ez" + ], + [ + "▁link", + "ing" + ], + [ + "▁lin", + "king" + ], + [ + "▁l", + "inking" + ], + [ + "build", + "ing" + ], + [ + "▁recon", + "na" + ], + [ + "▁rec", + "onna" + ], + [ + "▁sho", + "ok" + ], + [ + "▁sh", + "ook" + ], + [ + "▁s", + "hook" + ], + [ + "mana", + "ged" + ], + [ + "man", + "aged" + ], + [ + "land", + "a" + ], + [ + "lan", + "da" + ], + [ + "l", + "anda" + ], + [ + "▁Le", + "ón" + ], + [ + "▁cré", + "ation" + ], + [ + "до", + "й" + ], + [ + "oci", + "ty" + ], + [ + "oc", + "ity" + ], + [ + "o", + "city" + ], + [ + "▁w", + "ij" + ], + [ + "▁", + "wij" + ], + [ + "▁wie", + "ś" + ], + [ + "xt", + "art" + ], + [ + "▁Mov", + "e" + ], + [ + "▁Mo", + "ve" + ], + [ + "▁M", + "ove" + ], + [ + "▁", + "Move" + ], + [ + "lung", + "en" + ], + [ + "l", + "ungen" + ], + [ + "ству", + "ет" + ], + [ + "orn", + "ey" + ], + [ + "or", + "ney" + ], + [ + "option", + "al" + ], + [ + "opt", + "ional" + ], + [ + "mac", + "ro" + ], + [ + "ma", + "cro" + ], + [ + "Cond", + "ition" + ], + [ + "▁square", + "s" + ], + [ + "▁squ", + "ares" + ], + [ + "▁mistake", + "n" + ], + [ + "▁mist", + "aken" + ], + [ + "án", + "t" + ], + [ + "á", + "nt" + ], + [ + "▁Ri", + "s" + ], + [ + "▁R", + "is" + ], + [ + "▁sentence", + "s" + ], + [ + "▁sent", + "ences" + ], + [ + "ere", + "a" + ], + [ + "er", + "ea" + ], + [ + "e", + "rea" + ], + [ + "▁mi", + "j" + ], + [ + "▁m", + "ij" + ], + [ + "Un", + "d" + ], + [ + "U", + "nd" + ], + [ + "▁nom", + "br" + ], + [ + "z", + "A" + ], + [ + "▁Independ", + "ent" + ], + [ + "▁Indep", + "endent" + ], + [ + "▁In", + "dependent" + ], + [ + "▁prev", + "iew" + ], + [ + "▁pre", + "view" + ], + [ + "▁p", + "review" + ], + [ + "▁", + "preview" + ], + [ + "ima", + "s" + ], + [ + "im", + "as" + ], + [ + "i", + "mas" + ], + [ + "▁male", + "s" + ], + [ + "▁mal", + "es" + ], + [ + "▁ma", + "les" + ], + [ + "▁m", + "ales" + ], + [ + "inent", + "al" + ], + [ + "inen", + "tal" + ], + [ + "in", + "ental" + ], + [ + "Th", + "ank" + ], + [ + "▁pop", + "ol" + ], + [ + "▁po", + "pol" + ], + [ + "▁p", + "opol" + ], + [ + "▁pov", + "er" + ], + [ + "▁po", + "ver" + ], + [ + "▁p", + "over" + ], + [ + "▁gra", + "sp" + ], + [ + "▁gr", + "asp" + ], + [ + "▁imp", + "ed" + ], + [ + "▁im", + "ped" + ], + [ + "▁campion", + "ato" + ], + [ + "▁We", + "i" + ], + [ + "▁W", + "ei" + ], + [ + "▁title", + "d" + ], + [ + "▁tit", + "led" + ], + [ + "▁t", + "itled" + ], + [ + "▁A", + "demás" + ], + [ + "▁Pass", + "word" + ], + [ + "▁", + "Password" + ], + [ + "▁Pa", + "m" + ], + [ + "▁P", + "am" + ], + [ + "UI", + "LD" + ], + [ + "▁ли", + "пня" + ], + [ + "wer", + "b" + ], + [ + "we", + "rb" + ], + [ + "w", + "erb" + ], + [ + "........", + "........" + ], + [ + "▁R", + "ío" + ], + [ + "▁te", + "eth" + ], + [ + "b", + "p" + ], + [ + "▁S", + "W" + ], + [ + "▁", + "SW" + ], + [ + "ula", + "ire" + ], + [ + "ul", + "aire" + ], + [ + "▁sei", + "zed" + ], + [ + "▁se", + "ized" + ], + [ + "▁Ste", + "f" + ], + [ + "▁St", + "ef" + ], + [ + "ú", + "l" + ], + [ + "▁vi", + "z" + ], + [ + "▁v", + "iz" + ], + [ + "ion", + "y" + ], + [ + "io", + "ny" + ], + [ + "i", + "ony" + ], + [ + "▁jun", + "t" + ], + [ + "▁ju", + "nt" + ], + [ + "▁j", + "unt" + ], + [ + "▁kter", + "á" + ], + [ + "▁wrześ", + "nia" + ], + [ + "<", + ">" + ], + [ + "▁sur", + "g" + ], + [ + "▁su", + "rg" + ], + [ + "▁s", + "urg" + ], + [ + "▁tut", + "te" + ], + [ + "▁tu", + "tte" + ], + [ + "▁Ho", + "b" + ], + [ + "▁H", + "ob" + ], + [ + "пов", + "ід" + ], + [ + "по", + "від" + ], + [ + "▁wo", + "hl" + ], + [ + "▁w", + "ohl" + ], + [ + "▁", + "wohl" + ], + [ + "▁tra", + "g" + ], + [ + "▁tr", + "ag" + ], + [ + "▁t", + "rag" + ], + [ + "▁Crow", + "n" + ], + [ + "▁Cro", + "wn" + ], + [ + "▁Cr", + "own" + ], + [ + "▁C", + "rown" + ], + [ + "▁trov", + "a" + ], + [ + "▁tro", + "va" + ], + [ + "▁tr", + "ova" + ], + [ + "стов", + "у" + ], + [ + "сто", + "ву" + ], + [ + "▁Vien", + "na" + ], + [ + "ese", + "hen" + ], + [ + "▁met", + "ropol" + ], + [ + "▁reflect", + "ed" + ], + [ + "тет", + "а" + ], + [ + "те", + "та" + ], + [ + "т", + "ета" + ], + [ + "▁tradu", + "c" + ], + [ + "▁trad", + "uc" + ], + [ + "▁Bas", + "t" + ], + [ + "▁Ba", + "st" + ], + [ + "▁B", + "ast" + ], + [ + "▁ersch", + "ien" + ], + [ + "wo", + "ord" + ], + [ + "()", + "\"" + ], + [ + "(", + ")\"" + ], + [ + "tal", + "et" + ], + [ + "ta", + "let" + ], + [ + "t", + "alet" + ], + [ + "▁road", + "s" + ], + [ + "▁ro", + "ads" + ], + [ + "веде", + "ния" + ], + [ + "ве", + "дения" + ], + [ + "ühr", + "ung" + ], + [ + "▁co", + "gn" + ], + [ + "▁c", + "ogn" + ], + [ + "▁Vall", + "e" + ], + [ + "▁Val", + "le" + ], + [ + "▁Va", + "lle" + ], + [ + "▁V", + "alle" + ], + [ + "▁land", + "ing" + ], + [ + "▁lan", + "ding" + ], + [ + "▁Reg", + "ex" + ], + [ + "▁Re", + "gex" + ], + [ + "▁Io", + "wa" + ], + [ + "▁I", + "owa" + ], + [ + "dz", + "iał" + ], + [ + "d", + "ział" + ], + [ + "▁erre", + "ichte" + ], + [ + "au", + "m" + ], + [ + "a", + "um" + ], + [ + "▁found", + "er" + ], + [ + "▁fou", + "nder" + ], + [ + "▁fo", + "under" + ], + [ + "ap", + "olis" + ], + [ + "Comp", + "iler" + ], + [ + "▁ko", + "p" + ], + [ + "▁k", + "op" + ], + [ + "▁", + "kop" + ], + [ + "▁mar", + "c" + ], + [ + "▁ma", + "rc" + ], + [ + "▁m", + "arc" + ], + [ + "▁те", + "ритор" + ], + [ + "))", + "`" + ], + [ + ")", + ")`" + ], + [ + "▁le", + "i" + ], + [ + "▁l", + "ei" + ], + [ + "▁", + "lei" + ], + [ + "geo", + "n" + ], + [ + "ge", + "on" + ], + [ + "▁weapon", + "s" + ], + [ + "▁weap", + "ons" + ], + [ + "▁hor", + "n" + ], + [ + "▁ho", + "rn" + ], + [ + "▁h", + "orn" + ], + [ + "▁", + "horn" + ], + [ + "▁el", + "if" + ], + [ + "▁", + "elif" + ], + [ + "▁Capit", + "al" + ], + [ + "▁Cap", + "ital" + ], + [ + "ć", + "e" + ], + [ + "▁for", + "all" + ], + [ + "▁", + "forall" + ], + [ + "▁э", + "та" + ], + [ + "prev", + "iew" + ], + [ + "pre", + "view" + ], + [ + "p", + "review" + ], + [ + "▁D", + "NA" + ], + [ + "▁si", + "d" + ], + [ + "▁s", + "id" + ], + [ + "or", + "ch" + ], + [ + "▁Ra", + "s" + ], + [ + "▁R", + "as" + ], + [ + "▁ara", + "b" + ], + [ + "▁ar", + "ab" + ], + [ + "▁a", + "rab" + ], + [ + "▁", + "arab" + ], + [ + "Be", + "st" + ], + [ + "B", + "est" + ], + [ + "▁с", + "чита" + ], + [ + "▁L", + "ópez" + ], + [ + "an", + "ça" + ], + [ + "▁fun", + "kc" + ], + [ + "▁tiene", + "n" + ], + [ + "▁tie", + "nen" + ], + [ + "▁ti", + "enen" + ], + [ + "▁t", + "ienen" + ], + [ + ";", + "&" + ], + [ + "m", + "useum" + ], + [ + "▁Er", + "r" + ], + [ + "▁E", + "rr" + ], + [ + "▁", + "Err" + ], + [ + "▁res", + "ort" + ], + [ + "▁re", + "sort" + ], + [ + "No", + "v" + ], + [ + "N", + "ov" + ], + [ + "▁ka", + "l" + ], + [ + "▁k", + "al" + ], + [ + "▁", + "kal" + ], + [ + "M", + "W" + ], + [ + "ш", + "ь" + ], + [ + "anch", + "or" + ], + [ + "anc", + "hor" + ], + [ + "an", + "chor" + ], + [ + "▁ро", + "ман" + ], + [ + "lea", + "ding" + ], + [ + "le", + "ading" + ], + [ + "▁mant", + "en" + ], + [ + "▁man", + "ten" + ], + [ + "▁ma", + "nten" + ], + [ + "▁m", + "anten" + ], + [ + "▁Sil", + "va" + ], + [ + "da", + "de" + ], + [ + "d", + "ade" + ], + [ + "▁design", + "ated" + ], + [ + "▁revis", + "ta" + ], + [ + "▁rev", + "ista" + ], + [ + "O", + "ct" + ], + [ + "per", + "cent" + ], + [ + "▁у", + "ні" + ], + [ + "ident", + "ifier" + ], + [ + "mas", + "s" + ], + [ + "ma", + "ss" + ], + [ + "m", + "ass" + ], + [ + "@", + "@" + ], + [ + "uls", + "ion" + ], + [ + "ger", + "meister" + ], + [ + "g", + "ermeister" + ], + [ + "▁predict", + "ed" + ], + [ + "▁pred", + "icted" + ], + [ + "▁с", + "ви" + ], + [ + "жно", + "й" + ], + [ + "ж", + "ной" + ], + [ + "▁Er", + "geb" + ], + [ + "▁cu", + "st" + ], + [ + "▁c", + "ust" + ], + [ + "▁remove", + "s" + ], + [ + "▁remov", + "es" + ], + [ + "char", + "g" + ], + [ + "cha", + "rg" + ], + [ + "ch", + "arg" + ], + [ + "при", + "мер" + ], + [ + "▁form", + "ing" + ], + [ + "▁for", + "ming" + ], + [ + "asm", + "a" + ], + [ + "as", + "ma" + ], + [ + "std", + "out" + ], + [ + "F", + "un" + ], + [ + "ym", + "e" + ], + [ + "y", + "me" + ], + [ + "tere", + "d" + ], + [ + "ter", + "ed" + ], + [ + "te", + "red" + ], + [ + "t", + "ered" + ], + [ + "urs", + "ive" + ], + [ + "igh", + "ed" + ], + [ + "ig", + "hed" + ], + [ + "▁сле", + "д" + ], + [ + "▁", + "след" + ], + [ + "verb", + "and" + ], + [ + "ver", + "band" + ], + [ + "▁LO", + "G" + ], + [ + "▁", + "LOG" + ], + [ + "ram", + "s" + ], + [ + "ra", + "ms" + ], + [ + "r", + "ams" + ], + [ + "éo", + "n" + ], + [ + "é", + "on" + ], + [ + "end", + "ra" + ], + [ + "en", + "dra" + ], + [ + "▁Bere", + "ich" + ], + [ + "▁Be", + "reich" + ], + [ + "▁tempor", + "al" + ], + [ + "▁tempo", + "ral" + ], + [ + "▁temp", + "oral" + ], + [ + "▁lang", + "ue" + ], + [ + "▁lan", + "gue" + ], + [ + "▁In", + "n" + ], + [ + "▁I", + "nn" + ], + [ + "▁more", + "over" + ], + [ + "▁tutorial", + "s" + ], + [ + "M", + "iddle" + ], + [ + "▁совет", + "ский" + ], + [ + "▁mainten", + "ance" + ], + [ + "asure", + "s" + ], + [ + "as", + "ures" + ], + [ + "▁vál", + "to" + ], + [ + "BA", + "SE" + ], + [ + "B", + "ASE" + ], + [ + "▁disapp", + "ear" + ], + [ + "ски", + "я" + ], + [ + "▁conoc", + "ido" + ], + [ + "▁На", + "у" + ], + [ + "▁Liber", + "t" + ], + [ + "▁Lib", + "ert" + ], + [ + "▁Li", + "bert" + ], + [ + "▁Har", + "old" + ], + [ + "▁life", + "time" + ], + [ + "▁lif", + "etime" + ], + [ + "▁T", + "ür" + ], + [ + "▁zaw", + "od" + ], + [ + "▁za", + "wod" + ], + [ + "omi", + "c" + ], + [ + "om", + "ic" + ], + [ + "o", + "mic" + ], + [ + "▁Retrie", + "ved" + ], + [ + "arch", + "itecture" + ], + [ + "č", + "ka" + ], + [ + "iform", + "es" + ], + [ + "develop", + "ment" + ], + [ + "ord", + "nung" + ], + [ + "In", + "f" + ], + [ + "leb", + "en" + ], + [ + "le", + "ben" + ], + [ + "l", + "eben" + ], + [ + "▁Star", + "s" + ], + [ + "▁Sta", + "rs" + ], + [ + "▁St", + "ars" + ], + [ + "sign", + "al" + ], + [ + "sig", + "nal" + ], + [ + "▁gram", + "mar" + ], + [ + "▁cors", + "o" + ], + [ + "▁cor", + "so" + ], + [ + "▁W", + "agner" + ], + [ + "▁ge", + "ht" + ], + [ + "▁royal", + "e" + ], + [ + "▁roy", + "ale" + ], + [ + "war", + "n" + ], + [ + "wa", + "rn" + ], + [ + "w", + "arn" + ], + [ + "umble", + "d" + ], + [ + "umb", + "led" + ], + [ + "um", + "bled" + ], + [ + "▁inst", + "it" + ], + [ + "▁ins", + "tit" + ], + [ + "▁Ш", + "и" + ], + [ + "h", + "h" + ], + [ + "▁ref", + "uge" + ], + [ + "▁favor", + "ite" + ], + [ + "iert", + "o" + ], + [ + "ier", + "to" + ], + [ + "▁cond", + "ado" + ], + [ + "▁The", + "r" + ], + [ + "▁Th", + "er" + ], + [ + "▁T", + "her" + ], + [ + "▁человек", + "а" + ], + [ + "▁челове", + "ка" + ], + [ + "▁Foo", + "d" + ], + [ + "▁Fo", + "od" + ], + [ + "▁F", + "ood" + ], + [ + "▁sei", + "zo" + ], + [ + "▁se", + "izo" + ], + [ + "▁Initial", + "ize" + ], + [ + "▁Init", + "ialize" + ], + [ + "▁conn", + "u" + ], + [ + "▁con", + "nu" + ], + [ + "▁over", + "lap" + ], + [ + "▁Em", + "il" + ], + [ + "▁E", + "mil" + ], + [ + "▁Mart", + "í" + ], + [ + "▁жовт", + "ня" + ], + [ + "erv", + "a" + ], + [ + "er", + "va" + ], + [ + "▁boat", + "s" + ], + [ + "▁bo", + "ats" + ], + [ + "a", + "ções" + ], + [ + "▁der", + "rot" + ], + [ + "▁mal", + "loc" + ], + [ + "▁m", + "alloc" + ], + [ + "▁", + "malloc" + ], + [ + "▁conj", + "ect" + ], + [ + "▁con", + "ject" + ], + [ + "j", + "k" + ], + [ + "▁sar", + "e" + ], + [ + "▁sa", + "re" + ], + [ + "▁s", + "are" + ], + [ + "лем", + "ен" + ], + [ + "ле", + "мен" + ], + [ + "▁sum", + "s" + ], + [ + "▁su", + "ms" + ], + [ + "▁s", + "ums" + ], + [ + "Author", + "ization" + ], + [ + "▁Ku", + "n" + ], + [ + "▁K", + "un" + ], + [ + "]$", + "," + ], + [ + "]", + "$," + ], + [ + "gemein", + "de" + ], + [ + "geme", + "inde" + ], + [ + "g", + "emeinde" + ], + [ + "odo", + "t" + ], + [ + "od", + "ot" + ], + [ + "o", + "dot" + ], + [ + "def", + "in" + ], + [ + "de", + "fin" + ], + [ + "▁em", + "ission" + ], + [ + "▁e", + "mission" + ], + [ + "▁Кра", + "с" + ], + [ + "▁appar", + "t" + ], + [ + "▁app", + "art" + ], + [ + "▁ap", + "part" + ], + [ + "▁stop", + "ping" + ], + [ + "▁sto", + "pping" + ], + [ + "▁С", + "ред" + ], + [ + "▁conj", + "ug" + ], + [ + "▁ins", + "ight" + ], + [ + "▁Broad", + "cast" + ], + [ + "▁PM", + "ID" + ], + [ + "▁advantage", + "s" + ], + [ + "▁adv", + "antages" + ], + [ + "ene", + "s" + ], + [ + "en", + "es" + ], + [ + "e", + "nes" + ], + [ + "▁resid", + "ence" + ], + [ + "▁res", + "idence" + ], + [ + "lj", + "en" + ], + [ + "l", + "jen" + ], + [ + "isse", + "ur" + ], + [ + "iss", + "eur" + ], + [ + "▁pubblic", + "ato" + ], + [ + "▁Git", + "Hub" + ], + [ + "▁Per", + "u" + ], + [ + "▁Pe", + "ru" + ], + [ + "▁galax", + "ies" + ], + [ + "▁annotation", + "s" + ], + [ + "▁annot", + "ations" + ], + [ + "ga", + "s" + ], + [ + "g", + "as" + ], + [ + "▁rép", + "ond" + ], + [ + "▁ré", + "pond" + ], + [ + "J", + "s" + ], + [ + "▁independent", + "ly" + ], + [ + "▁independ", + "ently" + ], + [ + "N", + "P" + ], + [ + "▁in", + "qu" + ], + [ + "▁ground", + "s" + ], + [ + "▁gr", + "ounds" + ], + [ + "Component", + "s" + ], + [ + "Com", + "ponents" + ], + [ + "▁ante", + "n" + ], + [ + "▁ant", + "en" + ], + [ + "▁an", + "ten" + ], + [ + "▁a", + "nten" + ], + [ + "▁", + "anten" + ], + [ + "▁в", + "з" + ], + [ + "▁ho", + "s" + ], + [ + "▁h", + "os" + ], + [ + "▁", + "hos" + ], + [ + "▁sin", + "t" + ], + [ + "▁si", + "nt" + ], + [ + "▁s", + "int" + ], + [ + "▁hid", + "ing" + ], + [ + "▁hi", + "ding" + ], + [ + "▁h", + "iding" + ], + [ + "▁wojew", + "ództ" + ], + [ + "Message", + "s" + ], + [ + "Mess", + "ages" + ], + [ + "▁пока", + "за" + ], + [ + "▁по", + "каза" + ], + [ + "==", + "=" + ], + [ + "=", + "==" + ], + [ + "▁Ab", + "stract" + ], + [ + "▁", + "Abstract" + ], + [ + "▁län", + "g" + ], + [ + "▁lä", + "ng" + ], + [ + "▁l", + "äng" + ], + [ + "▁Form", + "ula" + ], + [ + "da", + "wn" + ], + [ + "d", + "awn" + ], + [ + "▁design", + "s" + ], + [ + "Im", + "g" + ], + [ + "▁Portug", + "uese" + ], + [ + "▁inclu", + "y" + ], + [ + "▁incl", + "uy" + ], + [ + "avig", + "ator" + ], + [ + "▁Bro", + "thers" + ], + [ + "▁contin", + "ent" + ], + [ + "▁cont", + "inent" + ], + [ + "▁evident", + "ly" + ], + [ + "rac", + "e" + ], + [ + "ra", + "ce" + ], + [ + "r", + "ace" + ], + [ + "ць", + "кого" + ], + [ + "▁rec", + "k" + ], + [ + "▁re", + "ck" + ], + [ + "▁", + "reck" + ], + [ + "▁сер", + "пня" + ], + [ + "▁Gre", + "y" + ], + [ + "▁Gr", + "ey" + ], + [ + "▁G", + "rey" + ], + [ + "▁appe", + "al" + ], + [ + "▁un", + "like" + ], + [ + "▁powers", + "hell" + ], + [ + "▁power", + "shell" + ], + [ + "▁pow", + "ershell" + ], + [ + "▁rac", + "c" + ], + [ + "▁ra", + "cc" + ], + [ + "▁r", + "acc" + ], + [ + "fer", + "s" + ], + [ + "fe", + "rs" + ], + [ + "f", + "ers" + ], + [ + "▁burn", + "ing" + ], + [ + "▁bur", + "ning" + ], + [ + "fass", + "t" + ], + [ + "fas", + "st" + ], + [ + "install", + "ed" + ], + [ + "inst", + "alled" + ], + [ + "▁Gi", + "ve" + ], + [ + "▁G", + "ive" + ], + [ + "▁colon", + "ial" + ], + [ + "▁col", + "onial" + ], + [ + "▁", + "€" + ], + [ + "▁R", + "ö" + ], + [ + "▁chr", + "ist" + ], + [ + "▁ch", + "rist" + ], + [ + "neh", + "m" + ], + [ + "ne", + "hm" + ], + [ + "та", + "м" + ], + [ + "▁cor", + "po" + ], + [ + "▁con", + "virti" + ], + [ + "yt", + "er" + ], + [ + "y", + "ter" + ], + [ + "S", + "ym" + ], + [ + "▁Gree", + "ce" + ], + [ + "▁mot", + "h" + ], + [ + "▁mo", + "th" + ], + [ + "▁m", + "oth" + ], + [ + "▁Joh", + "an" + ], + [ + "▁Jo", + "han" + ], + [ + "▁mon", + "arch" + ], + [ + "▁Down", + "load" + ], + [ + "▁", + "Download" + ], + [ + "▁cra", + "ft" + ], + [ + "▁cr", + "aft" + ], + [ + "▁c", + "raft" + ], + [ + "▁", + "craft" + ], + [ + "u", + "ž" + ], + [ + "▁Lu", + "ke" + ], + [ + "▁suff", + "ix" + ], + [ + "▁suf", + "fix" + ], + [ + "\\", + "/" + ], + [ + "Ha", + "ve" + ], + [ + "H", + "ave" + ], + [ + "▁кар", + "ь" + ], + [ + "▁ка", + "рь" + ], + [ + "▁comfort", + "able" + ], + [ + "▁tip", + "s" + ], + [ + "▁ti", + "ps" + ], + [ + "▁t", + "ips" + ], + [ + "▁П", + "ісля" + ], + [ + "▁бро", + "ја" + ], + [ + "▁ин", + "форма" + ], + [ + "M", + "Q" + ], + [ + "бра", + "н" + ], + [ + "б", + "ран" + ], + [ + "▁t", + "x" + ], + [ + "▁", + "tx" + ], + [ + "▁slave", + "s" + ], + [ + "▁sla", + "ves" + ], + [ + "▁sl", + "aves" + ], + [ + "▁fire", + "wall" + ], + [ + "▁Force", + "s" + ], + [ + "▁For", + "ces" + ], + [ + "ati", + "f" + ], + [ + "at", + "if" + ], + [ + "▁Qu", + "ellen" + ], + [ + "▁thé", + "âtre" + ], + [ + "ль", + "ных" + ], + [ + "▁располо", + "жен" + ], + [ + "▁Det", + "ails" + ], + [ + "▁", + "Details" + ], + [ + "k", + "ą" + ], + [ + "▁long", + "itud" + ], + [ + "IN", + "ST" + ], + [ + "▁nav", + "al" + ], + [ + "▁na", + "val" + ], + [ + "▁n", + "aval" + ], + [ + "Fern", + "seh" + ], + [ + "esse", + "l" + ], + [ + "ess", + "el" + ], + [ + "es", + "sel" + ], + [ + "Gr", + "ad" + ], + [ + "G", + "rad" + ], + [ + "▁bel", + "ang" + ], + [ + "▁be", + "lang" + ], + [ + "▁ag", + "gi" + ], + [ + "▁a", + "ggi" + ], + [ + "▁", + "aggi" + ], + [ + "Zygote", + "Init" + ], + [ + "ł", + "ów" + ], + [ + "▁Su", + "g" + ], + [ + "▁S", + "ug" + ], + [ + "si", + "l" + ], + [ + "s", + "il" + ], + [ + "▁ex", + "terior" + ], + [ + "щ", + "і" + ], + [ + "OR", + "D" + ], + [ + "ense", + "r" + ], + [ + "ens", + "er" + ], + [ + "en", + "ser" + ], + [ + "▁rapid", + "e" + ], + [ + "▁rap", + "ide" + ], + [ + "▁тем", + "пера" + ], + [ + "inci", + "e" + ], + [ + "inc", + "ie" + ], + [ + "in", + "cie" + ], + [ + "S", + "i" + ], + [ + "ava", + "m" + ], + [ + "av", + "am" + ], + [ + "arde", + "d" + ], + [ + "ard", + "ed" + ], + [ + "ar", + "ded" + ], + [ + "▁Add", + "ed" + ], + [ + "▁Ad", + "ded" + ], + [ + "End", + "point" + ], + [ + "hard", + "t" + ], + [ + "har", + "dt" + ], + [ + "стра", + "н" + ], + [ + "стр", + "ан" + ], + [ + "ст", + "ран" + ], + [ + "▁est", + "ilo" + ], + [ + "▁Ha", + "z" + ], + [ + "▁H", + "az" + ], + [ + "▁muss", + "te" + ], + [ + "▁mus", + "ste" + ], + [ + "u", + "o" + ], + [ + "ii", + "i" + ], + [ + "i", + "ii" + ], + [ + "▁ř", + "í" + ], + [ + "▁", + "ří" + ], + [ + "anze", + "n" + ], + [ + "anz", + "en" + ], + [ + "an", + "zen" + ], + [ + "же", + "ний" + ], + [ + "ah", + "a" + ], + [ + "a", + "ha" + ], + [ + "ARN", + "ING" + ], + [ + "▁ren", + "ov" + ], + [ + "▁re", + "nov" + ], + [ + "▁div", + "ine" + ], + [ + "▁convin", + "ced" + ], + [ + "▁human", + "s" + ], + [ + "▁hum", + "ans" + ], + [ + "▁hu", + "mans" + ], + [ + "▁depart", + "ure" + ], + [ + "▁Medi", + "ter" + ], + [ + "▁Med", + "iter" + ], + [ + "q", + "a" + ], + [ + "▁possess", + "ed" + ], + [ + "▁poss", + "essed" + ], + [ + "▁цер", + "кви" + ], + [ + "gi", + "v" + ], + [ + "g", + "iv" + ], + [ + "▁сво", + "ї" + ], + [ + "▁Orts", + "te" + ], + [ + "▁Ort", + "ste" + ], + [ + "R", + "ich" + ], + [ + "pu", + "is" + ], + [ + "p", + "uis" + ], + [ + "in", + "crement" + ], + [ + "▁Hann", + "over" + ], + [ + "▁u", + "cz" + ], + [ + "Don", + "e" + ], + [ + "Do", + "ne" + ], + [ + "D", + "one" + ], + [ + "▁alg", + "uns" + ], + [ + "FI", + "X" + ], + [ + "F", + "IX" + ], + [ + "▁Her", + "itage" + ], + [ + "remove", + "Class" + ], + [ + "фе", + "р" + ], + [ + "ф", + "ер" + ], + [ + "▁ab", + "c" + ], + [ + "▁a", + "bc" + ], + [ + "▁", + "abc" + ], + [ + "D", + "r" + ], + [ + "▁сем", + "ей" + ], + [ + "▁се", + "мей" + ], + [ + "{", + ":" + ], + [ + "▁seul", + "e" + ], + [ + "▁seu", + "le" + ], + [ + "▁se", + "ule" + ], + [ + "zeichnung", + "en" + ], + [ + "zeich", + "nungen" + ], + [ + "add", + "y" + ], + [ + "ad", + "dy" + ], + [ + "▁Par", + "ís" + ], + [ + "üss", + "eld" + ], + [ + "▁rece", + "ption" + ], + [ + "▁re", + "ception" + ], + [ + "fol", + "io" + ], + [ + "fo", + "lio" + ], + [ + "ti", + "ny" + ], + [ + "t", + "iny" + ], + [ + "▁recens", + "ement" + ], + [ + "▁Nu", + "r" + ], + [ + "▁N", + "ur" + ], + [ + "▁ki", + "er" + ], + [ + "▁k", + "ier" + ], + [ + "▁gmin", + "a" + ], + [ + "▁g", + "mina" + ], + [ + "sta", + "at" + ], + [ + "ánd", + "ose" + ], + [ + "че", + "ская" + ], + [ + "▁speak", + "er" + ], + [ + "▁spe", + "aker" + ], + [ + "▁exponent", + "ial" + ], + [ + "▁expon", + "ential" + ], + [ + "▁Die", + "u" + ], + [ + "▁Di", + "eu" + ], + [ + "▁D", + "ieu" + ], + [ + "▁при", + "з" + ], + [ + "▁пр", + "из" + ], + [ + "▁Raf", + "ael" + ], + [ + "▁gg", + "plot" + ], + [ + "▁Temp", + "late" + ], + [ + "▁Tem", + "plate" + ], + [ + "▁", + "Template" + ], + [ + "our", + "e" + ], + [ + "ou", + "re" + ], + [ + "o", + "ure" + ], + [ + "▁Inn", + "er" + ], + [ + "▁In", + "ner" + ], + [ + "▁", + "Inner" + ], + [ + "ogn", + "e" + ], + [ + "og", + "ne" + ], + [ + "iga", + "re" + ], + [ + "ig", + "are" + ], + [ + "▁Art", + "e" + ], + [ + "▁Ar", + "te" + ], + [ + "▁Co", + "v" + ], + [ + "▁C", + "ov" + ], + [ + "▁auf", + "grund" + ], + [ + "▁Б", + "ы" + ], + [ + "▁cerem", + "ony" + ], + [ + "▁Sp", + "art" + ], + [ + "▁S", + "part" + ], + [ + "ject", + "ive" + ], + [ + "y", + "i" + ], + [ + "▁in", + "izi" + ], + [ + "▁lat", + "in" + ], + [ + "▁l", + "atin" + ], + [ + "▁Never", + "theless" + ], + [ + "▁Don", + "e" + ], + [ + "▁Do", + "ne" + ], + [ + "▁D", + "one" + ], + [ + "▁", + "Done" + ], + [ + "т", + "ря" + ], + [ + "▁Ar", + "r" + ], + [ + "▁A", + "rr" + ], + [ + "▁", + "Arr" + ], + [ + "se", + "ason" + ], + [ + "▁скла", + "ду" + ], + [ + "▁pod", + "czas" + ], + [ + "▁Beaut", + "iful" + ], + [ + "▁Weltkrie", + "g" + ], + [ + "▁з", + "о" + ], + [ + "▁", + "зо" + ], + [ + "▁over", + "come" + ], + [ + "▁Pra", + "ha" + ], + [ + "▁Pr", + "aha" + ], + [ + "▁район", + "у" + ], + [ + "▁райо", + "ну" + ], + [ + "▁рай", + "ону" + ], + [ + "▁subscri", + "ption" + ], + [ + "▁subs", + "cription" + ], + [ + "▁sub", + "scription" + ], + [ + "igen", + "t" + ], + [ + "ige", + "nt" + ], + [ + "ig", + "ent" + ], + [ + "i", + "gent" + ], + [ + "▁по", + "ка" + ], + [ + "late", + "x" + ], + [ + "lat", + "ex" + ], + [ + "la", + "tex" + ], + [ + "▁be", + "ach" + ], + [ + "▁b", + "each" + ], + [ + "▁ро", + "ках" + ], + [ + "ge", + "g" + ], + [ + "g", + "eg" + ], + [ + "▁prob", + "l" + ], + [ + "▁pro", + "bl" + ], + [ + "argument", + "s" + ], + [ + "arg", + "uments" + ], + [ + "▁organization", + "s" + ], + [ + "▁organiz", + "ations" + ], + [ + "▁organ", + "izations" + ], + [ + "▁Na", + "n" + ], + [ + "▁N", + "an" + ], + [ + "▁stone", + "s" + ], + [ + "▁sto", + "nes" + ], + [ + "▁st", + "ones" + ], + [ + "▁Hun", + "ter" + ], + [ + "▁H", + "unter" + ], + [ + "▁regular", + "ly" + ], + [ + "шо", + "го" + ], + [ + "ш", + "ого" + ], + [ + "▁flex", + "ible" + ], + [ + "opt", + "s" + ], + [ + "op", + "ts" + ], + [ + "o", + "pts" + ], + [ + "á", + "ř" + ], + [ + "wi", + "tz" + ], + [ + "w", + "itz" + ], + [ + "▁'", + ")" + ], + [ + "▁", + "')" + ], + [ + "PA", + "SS" + ], + [ + "P", + "ASS" + ], + [ + "▁kra", + "j" + ], + [ + "▁kr", + "aj" + ], + [ + "▁k", + "raj" + ], + [ + "▁fa", + "ke" + ], + [ + "▁f", + "ake" + ], + [ + "heit", + "s" + ], + [ + "he", + "its" + ], + [ + "osp", + "h" + ], + [ + "os", + "ph" + ], + [ + "parse", + "Int" + ], + [ + "F", + "ALSE" + ], + [ + "▁profes", + "s" + ], + [ + "▁prof", + "ess" + ], + [ + "pe", + "ople" + ], + [ + "▁prec", + "ip" + ], + [ + "▁pre", + "cip" + ], + [ + "dir", + "name" + ], + [ + "▁per", + "pet" + ], + [ + "▁Update", + "d" + ], + [ + "▁Up", + "dated" + ], + [ + "▁", + "Updated" + ], + [ + "ray", + "ed" + ], + [ + "ra", + "yed" + ], + [ + "▁prov", + "oc" + ], + [ + "▁трав", + "ня" + ], + [ + "▁тра", + "вня" + ], + [ + "▁categor", + "ie" + ], + [ + "▁categ", + "orie" + ], + [ + "▁те", + "о" + ], + [ + "с", + "ну" + ], + [ + "ot", + "r" + ], + [ + "o", + "tr" + ], + [ + "▁Вер", + "хов" + ], + [ + "▁comp", + "ét" + ], + [ + "Co", + "st" + ], + [ + "C", + "ost" + ], + [ + "▁wide", + "r" + ], + [ + "▁wid", + "er" + ], + [ + "▁w", + "ider" + ], + [ + "▁Ob", + "viously" + ], + [ + "писа", + "н" + ], + [ + "пис", + "ан" + ], + [ + "пи", + "сан" + ], + [ + "▁на", + "стоя" + ], + [ + "▁seek", + "ing" + ], + [ + "▁see", + "king" + ], + [ + "())", + "," + ], + [ + "()", + ")," + ], + [ + "(", + "))," + ], + [ + "▁équip", + "e" + ], + [ + "▁é", + "quipe" + ], + [ + "▁", + "équipe" + ], + [ + "▁commit", + "s" + ], + [ + "▁comm", + "its" + ], + [ + "▁Sv", + "ens" + ], + [ + "▁S", + "vens" + ], + [ + "я", + "бре" + ], + [ + "ater", + "n" + ], + [ + "ate", + "rn" + ], + [ + "at", + "ern" + ], + [ + "a", + "tern" + ], + [ + "▁het", + "er" + ], + [ + "▁he", + "ter" + ], + [ + "▁h", + "eter" + ], + [ + "▁Boot", + "strap" + ], + [ + "én", + "é" + ], + [ + "é", + "né" + ], + [ + "▁derivative", + "s" + ], + [ + "▁deriv", + "atives" + ], + [ + "▁Det", + "roit" + ], + [ + "▁provincia", + "l" + ], + [ + "▁provin", + "cial" + ], + [ + "onom", + "ie" + ], + [ + "E", + "B" + ], + [ + "▁cu", + "er" + ], + [ + "▁c", + "uer" + ], + [ + "▁отно", + "си" + ], + [ + "▁от", + "носи" + ], + [ + "▁не", + "й" + ], + [ + "▁н", + "ей" + ], + [ + "▁", + "ней" + ], + [ + ")", + "»." + ], + [ + "▁Ci", + "udad" + ], + [ + "IA", + "L" + ], + [ + "I", + "AL" + ], + [ + "zy", + "st" + ], + [ + "z", + "yst" + ], + [ + ")\"", + ")" + ], + [ + ")", + "\")" + ], + [ + "▁Al", + "c" + ], + [ + "blog", + "s" + ], + [ + "blo", + "gs" + ], + [ + "bl", + "ogs" + ], + [ + "b", + "logs" + ], + [ + "▁par", + "mi" + ], + [ + "▁Album", + "s" + ], + [ + "▁Alb", + "ums" + ], + [ + "▁Bol", + "iv" + ], + [ + "▁Bo", + "liv" + ], + [ + "▁cl", + "és" + ], + [ + "▁c", + "lés" + ], + [ + "Product", + "s" + ], + [ + "uer", + "do" + ], + [ + "▁gel", + "ang" + ], + [ + "▁ge", + "lang" + ], + [ + "zn", + "ik" + ], + [ + "z", + "nik" + ], + [ + "ha", + "gen" + ], + [ + "h", + "agen" + ], + [ + "an", + "onymous" + ], + [ + "▁sv", + "g" + ], + [ + "▁", + "svg" + ], + [ + "▁Conse", + "il" + ], + [ + "▁Cons", + "eil" + ], + [ + "▁Ar", + "i" + ], + [ + "▁A", + "ri" + ], + [ + "col", + "i" + ], + [ + "co", + "li" + ], + [ + "c", + "oli" + ], + [ + "▁cz", + "y" + ], + [ + "▁c", + "zy" + ], + [ + "▁", + "czy" + ], + [ + "▁C", + "V" + ], + [ + "▁", + "CV" + ], + [ + "▁for", + "d" + ], + [ + "▁fo", + "rd" + ], + [ + "▁f", + "ord" + ], + [ + "▁", + "ford" + ], + [ + "▁Auß", + "er" + ], + [ + "▁Au", + "ßer" + ], + [ + "▁C", + "I" + ], + [ + "▁", + "CI" + ], + [ + "▁temp", + "t" + ], + [ + "▁tem", + "pt" + ], + [ + "▁t", + "empt" + ], + [ + "▁Organ", + "isation" + ], + [ + "á", + "š" + ], + [ + "▁cycle", + "s" + ], + [ + "▁cycl", + "es" + ], + [ + "▁cy", + "cles" + ], + [ + "▁ges", + "lacht" + ], + [ + "▁лю", + "дей" + ], + [ + "ým", + "i" + ], + [ + "ý", + "mi" + ], + [ + "▁Spiel", + "er" + ], + [ + "▁S", + "pieler" + ], + [ + "ef", + "e" + ], + [ + "e", + "fe" + ], + [ + "▁Mar", + "vel" + ], + [ + "▁porta", + "l" + ], + [ + "▁port", + "al" + ], + [ + "▁por", + "tal" + ], + [ + "▁", + "portal" + ], + [ + "▁Сер", + "г" + ], + [ + "▁grad", + "o" + ], + [ + "▁gra", + "do" + ], + [ + "▁gr", + "ado" + ], + [ + "▁g", + "rado" + ], + [ + "▁handler", + "s" + ], + [ + "▁handle", + "rs" + ], + [ + "▁hand", + "lers" + ], + [ + "▁Inter", + "face" + ], + [ + "▁", + "Interface" + ], + [ + "AM", + "E" + ], + [ + "A", + "ME" + ], + [ + "▁serious", + "ly" + ], + [ + "▁ser", + "iously" + ], + [ + "▁Bind", + "ing" + ], + [ + "▁Bin", + "ding" + ], + [ + "▁B", + "inding" + ], + [ + "▁", + "Binding" + ], + [ + "▁Ran", + "g" + ], + [ + "▁Ra", + "ng" + ], + [ + "▁R", + "ang" + ], + [ + "▁nad", + "a" + ], + [ + "▁na", + "da" + ], + [ + "▁n", + "ada" + ], + [ + "oc", + "e" + ], + [ + "o", + "ce" + ], + [ + "▁integr", + "a" + ], + [ + "▁inte", + "gra" + ], + [ + "ocr", + "acy" + ], + [ + "oc", + "racy" + ], + [ + "▁аль", + "бо" + ], + [ + "▁stabil", + "ity" + ], + [ + "▁st", + "ability" + ], + [ + "Un", + "s" + ], + [ + "U", + "ns" + ], + [ + "▁ve", + "ter" + ], + [ + "▁v", + "eter" + ], + [ + "------", + "+" + ], + [ + "-----", + "-+" + ], + [ + "----", + "--+" + ], + [ + "---", + "---+" + ], + [ + "--", + "----+" + ], + [ + "▁sera", + "it" + ], + [ + "▁ser", + "ait" + ], + [ + "▁se", + "rait" + ], + [ + "▁om", + "itted" + ], + [ + "▁uncertain", + "ty" + ], + [ + "onia", + "n" + ], + [ + "oni", + "an" + ], + [ + "on", + "ian" + ], + [ + "▁rest", + "o" + ], + [ + "▁res", + "to" + ], + [ + "▁re", + "sto" + ], + [ + "▁r", + "esto" + ], + [ + "▁же", + "лез" + ], + [ + "▁одно", + "й" + ], + [ + "▁од", + "ной" + ], + [ + "▁Bevölker", + "ung" + ], + [ + "▁Kra", + "ft" + ], + [ + "▁Kr", + "aft" + ], + [ + "▁K", + "raft" + ], + [ + "ст", + "р" + ], + [ + "▁Mos", + "cow" + ], + [ + "lan", + "e" + ], + [ + "la", + "ne" + ], + [ + "l", + "ane" + ], + [ + "ara", + "b" + ], + [ + "ar", + "ab" + ], + [ + "a", + "rab" + ], + [ + "▁spo", + "le" + ], + [ + "▁sp", + "ole" + ], + [ + "▁s", + "pole" + ], + [ + "▁сво", + "его" + ], + [ + "?", + ":" + ], + [ + "ST", + "ART" + ], + [ + "▁инте", + "р" + ], + [ + "▁ин", + "тер" + ], + [ + "▁sym", + "pt" + ], + [ + "▁Loren", + "zo" + ], + [ + "▁ej", + "ec" + ], + [ + "▁pros", + "per" + ], + [ + "DA", + "T" + ], + [ + "D", + "AT" + ], + [ + "лимпи", + "й" + ], + [ + "▁shape", + "s" + ], + [ + "▁sh", + "apes" + ], + [ + "value", + "Of" + ], + [ + "▁associ", + "ate" + ], + [ + "▁Medi", + "en" + ], + [ + "▁Med", + "ien" + ], + [ + "EN", + "V" + ], + [ + "▁с", + "ре" + ], + [ + "▁држа", + "ве" + ], + [ + "▁the", + "ories" + ], + [ + "he", + "b" + ], + [ + "h", + "eb" + ], + [ + "▁Way", + "ne" + ], + [ + "▁String", + "Builder" + ], + [ + "iw", + "ers" + ], + [ + "i", + "wers" + ], + [ + "▁Map", + "s" + ], + [ + "▁Ma", + "ps" + ], + [ + "▁M", + "aps" + ], + [ + "Ph", + "ys" + ], + [ + "\\}", + "\\" + ], + [ + "\\", + "}\\" + ], + [ + "▁Part", + "e" + ], + [ + "▁Par", + "te" + ], + [ + "▁P", + "arte" + ], + [ + "▁Hud", + "son" + ], + [ + "ло", + "н" + ], + [ + "л", + "он" + ], + [ + "L", + "ng" + ], + [ + "▁р", + "ы" + ], + [ + "▁", + "ры" + ], + [ + "сте", + "й" + ], + [ + "ст", + "ей" + ], + [ + "с", + "тей" + ], + [ + "la", + "u" + ], + [ + "l", + "au" + ], + [ + "ance", + "r" + ], + [ + "anc", + "er" + ], + [ + "an", + "cer" + ], + [ + "▁Cop", + "pa" + ], + [ + "▁Co", + "ppa" + ], + [ + "▁вій", + "сь" + ], + [ + "▁u", + "cc" + ], + [ + "▁Pat", + "tern" + ], + [ + "▁", + "Pattern" + ], + [ + "▁gar", + "bage" + ], + [ + "▁Gon", + "zález" + ], + [ + "▁Encyc", + "lop" + ], + [ + "ette", + "n" + ], + [ + "ett", + "en" + ], + [ + "et", + "ten" + ], + [ + "Ext", + "ernal" + ], + [ + "Ex", + "ternal" + ], + [ + "RE", + "F" + ], + [ + "R", + "EF" + ], + [ + ">", + ";" + ], + [ + "lijk", + "e" + ], + [ + "lij", + "ke" + ], + [ + "▁inter", + "sect" + ], + [ + "▁Un", + "less" + ], + [ + "▁deep", + "er" + ], + [ + "▁de", + "eper" + ], + [ + "▁ж", + "і" + ], + [ + "▁", + "жі" + ], + [ + "den", + "t" + ], + [ + "de", + "nt" + ], + [ + "d", + "ent" + ], + [ + "le", + "f" + ], + [ + "l", + "ef" + ], + [ + "▁ch", + "anson" + ], + [ + "▁diff", + "us" + ], + [ + "▁prim", + "i" + ], + [ + "▁pri", + "mi" + ], + [ + "▁pr", + "imi" + ], + [ + "▁Wie", + "der" + ], + [ + "▁Wi", + "eder" + ], + [ + "▁W", + "ieder" + ], + [ + "▁aw", + "s" + ], + [ + "▁a", + "ws" + ], + [ + "▁", + "aws" + ], + [ + "owan", + "a" + ], + [ + "owa", + "na" + ], + [ + "ow", + "ana" + ], + [ + "▁social", + "e" + ], + [ + "▁soci", + "ale" + ], + [ + "▁soc", + "iale" + ], + [ + "▁so", + "ciale" + ], + [ + "ik", + "k" + ], + [ + "i", + "kk" + ], + [ + "льно", + "й" + ], + [ + "ль", + "ной" + ], + [ + "▁division", + "s" + ], + [ + "▁divis", + "ions" + ], + [ + "▁div", + "isions" + ], + [ + "ло", + "со" + ], + [ + "▁Cla", + "ud" + ], + [ + "▁Cl", + "aud" + ], + [ + "▁Y", + "a" + ], + [ + "▁voc", + "e" + ], + [ + "▁vo", + "ce" + ], + [ + "▁v", + "oce" + ], + [ + "▁Bran", + "ch" + ], + [ + "▁Br", + "anch" + ], + [ + "▁B", + "ranch" + ], + [ + "▁fit", + "ted" + ], + [ + "▁f", + "itted" + ], + [ + "or", + "r" + ], + [ + "o", + "rr" + ], + [ + "ôt", + "el" + ], + [ + "ô", + "tel" + ], + [ + "str", + "oke" + ], + [ + "st", + "roke" + ], + [ + "listen", + "er" + ], + [ + "list", + "ener" + ], + [ + "ima", + "n" + ], + [ + "im", + "an" + ], + [ + "i", + "man" + ], + [ + "во", + "сто" + ], + [ + "▁Sh", + "ah" + ], + [ + "Int", + "roduction" + ], + [ + "▁new", + "line" + ], + [ + "▁til", + "e" + ], + [ + "▁ti", + "le" + ], + [ + "▁t", + "ile" + ], + [ + "'])", + ")" + ], + [ + "']", + "))" + ], + [ + "'", + "]))" + ], + [ + "▁trava", + "ux" + ], + [ + "▁trav", + "aux" + ], + [ + "CON", + "FIG" + ], + [ + "▁quadr", + "atic" + ], + [ + "onne", + "ur" + ], + [ + "onn", + "eur" + ], + [ + "on", + "neur" + ], + [ + "▁Gi", + "org" + ], + [ + "▁ident", + "ific" + ], + [ + "érica", + "ine" + ], + [ + "éric", + "aine" + ], + [ + "▁UI", + "View" + ], + [ + "▁", + "UIView" + ], + [ + "▁Liber", + "al" + ], + [ + "▁Lib", + "eral" + ], + [ + "▁Ko", + "ch" + ], + [ + "▁K", + "och" + ], + [ + "▁Berlin", + "er" + ], + [ + "▁Berl", + "iner" + ], + [ + "▁notification", + "s" + ], + [ + "▁not", + "ifications" + ], + [ + "▁Sus", + "an" + ], + [ + "▁Su", + "san" + ], + [ + "▁cad", + "re" + ], + [ + "▁c", + "adre" + ], + [ + "▁Kl", + "oster" + ], + [ + "▁K", + "loster" + ], + [ + "▁exam", + "ine" + ], + [ + "▁еди", + "н" + ], + [ + "▁е", + "дин" + ], + [ + "▁UN", + "ION" + ], + [ + "▁alte", + "n" + ], + [ + "▁alt", + "en" + ], + [ + "▁al", + "ten" + ], + [ + "▁fin", + "it" + ], + [ + "▁fi", + "nit" + ], + [ + "▁f", + "init" + ], + [ + "▁ped", + "ig" + ], + [ + "▁pe", + "dig" + ], + [ + "cy", + "k" + ], + [ + "c", + "yk" + ], + [ + "▁mouv", + "ement" + ], + [ + "▁mou", + "vement" + ], + [ + "IO", + "S" + ], + [ + "I", + "OS" + ], + [ + "▁бри", + "тан" + ], + [ + "▁bou", + "t" + ], + [ + "▁bo", + "ut" + ], + [ + "▁b", + "out" + ], + [ + "▁авто", + "р" + ], + [ + "▁ав", + "тор" + ], + [ + "ниц", + "тво" + ], + [ + "ет", + "о" + ], + [ + "е", + "то" + ], + [ + "ler", + "a" + ], + [ + "le", + "ra" + ], + [ + "l", + "era" + ], + [ + "cl", + "s" + ], + [ + "c", + "ls" + ], + [ + "▁Le", + "y" + ], + [ + "▁L", + "ey" + ], + [ + "am", + "y" + ], + [ + "a", + "my" + ], + [ + "agen", + "s" + ], + [ + "age", + "ns" + ], + [ + "ag", + "ens" + ], + [ + "a", + "gens" + ], + [ + "ash", + "ed" + ], + [ + "as", + "hed" + ], + [ + "▁ok", + "rę" + ], + [ + "г", + "ро" + ], + [ + "elle", + "tt" + ], + [ + "ell", + "ett" + ], + [ + "el", + "lett" + ], + [ + "▁Fel", + "low" + ], + [ + "▁F", + "ellow" + ], + [ + "▁manif", + "old" + ], + [ + "$)", + "," + ], + [ + "$", + ")," + ], + [ + "ld", + "er" + ], + [ + "l", + "der" + ], + [ + "▁vo", + "z" + ], + [ + "▁v", + "oz" + ], + [ + "▁beg", + "g" + ], + [ + "▁be", + "gg" + ], + [ + "▁bar", + "on" + ], + [ + "▁ba", + "ron" + ], + [ + "▁b", + "aron" + ], + [ + "▁fi", + "d" + ], + [ + "▁f", + "id" + ], + [ + "▁fir", + "ing" + ], + [ + "▁fi", + "ring" + ], + [ + "▁f", + "iring" + ], + [ + "ild", + "a" + ], + [ + "il", + "da" + ], + [ + "de", + "k" + ], + [ + "d", + "ek" + ], + [ + "A", + "U" + ], + [ + "itar", + "e" + ], + [ + "ita", + "re" + ], + [ + "it", + "are" + ], + [ + "▁Ar", + "a" + ], + [ + "▁A", + "ra" + ], + [ + "▁Ex", + "it" + ], + [ + "▁", + "Exit" + ], + [ + "▁cinema", + "t" + ], + [ + "▁cin", + "emat" + ], + [ + "▁intro", + "s" + ], + [ + "▁intr", + "os" + ], + [ + "▁int", + "ros" + ], + [ + "▁contact", + "s" + ], + [ + "пен", + "и" + ], + [ + "пе", + "ни" + ], + [ + "▁m", + "öglich" + ], + [ + "▁Singap", + "ore" + ], + [ + "str", + "öm" + ], + [ + "▁Her", + "n" + ], + [ + "▁He", + "rn" + ], + [ + "▁H", + "ern" + ], + [ + "▁six", + "th" + ], + [ + "▁publication", + "s" + ], + [ + "▁public", + "ations" + ], + [ + "▁pub", + "lications" + ], + [ + "vi", + "e" + ], + [ + "v", + "ie" + ], + [ + "▁Ha", + "t" + ], + [ + "▁H", + "at" + ], + [ + "▁accept", + "ing" + ], + [ + "á", + "c" + ], + [ + "st", + "wo" + ], + [ + "s", + "two" + ], + [ + "▁quiet", + "ly" + ], + [ + "Ph", + "oto" + ], + [ + "▁bas", + "ket" + ], + [ + "▁b", + "asket" + ], + [ + "▁eigen", + "values" + ], + [ + "▁méd", + "ec" + ], + [ + "▁mé", + "dec" + ], + [ + "▁Ol", + "imp" + ], + [ + "▁O", + "limp" + ], + [ + "▁цер", + "ков" + ], + [ + "ali", + "n" + ], + [ + "al", + "in" + ], + [ + "a", + "lin" + ], + [ + "cons", + "um" + ], + [ + "con", + "sum" + ], + [ + "▁las", + "sen" + ], + [ + "▁l", + "assen" + ], + [ + "▁", + "lassen" + ], + [ + "▁ан", + "ти" + ], + [ + "▁Se", + "q" + ], + [ + "▁S", + "eq" + ], + [ + "▁", + "Seq" + ], + [ + "\";", + "\r" + ], + [ + "\"", + ";\r" + ], + [ + "rar", + "e" + ], + [ + "ra", + "re" + ], + [ + "r", + "are" + ], + [ + "▁$|", + "\\" + ], + [ + "▁$", + "|\\" + ], + [ + "▁nic", + "k" + ], + [ + "▁ni", + "ck" + ], + [ + "▁n", + "ick" + ], + [ + "▁", + "nick" + ], + [ + "df", + "lare" + ], + [ + "V", + "ec" + ], + [ + "bind", + "ung" + ], + [ + "▁b", + "g" + ], + [ + "▁", + "bg" + ], + [ + "change", + "s" + ], + [ + "chan", + "ges" + ], + [ + "ch", + "anges" + ], + [ + "Day", + "s" + ], + [ + "Da", + "ys" + ], + [ + "D", + "ays" + ], + [ + "▁Mou", + "se" + ], + [ + "▁Mo", + "use" + ], + [ + "▁M", + "ouse" + ], + [ + "▁", + "Mouse" + ], + [ + "▁wait", + "ed" + ], + [ + "▁wa", + "ited" + ], + [ + "▁Tom", + "atoes" + ], + [ + "▁fa", + "s" + ], + [ + "▁f", + "as" + ], + [ + "▁", + "fas" + ], + [ + "vert", + "e" + ], + [ + "ver", + "te" + ], + [ + "v", + "erte" + ], + [ + "▁success", + "ion" + ], + [ + "▁succ", + "ession" + ], + [ + "со", + "р" + ], + [ + "с", + "ор" + ], + [ + "▁sol", + "s" + ], + [ + "▁so", + "ls" + ], + [ + "▁s", + "ols" + ], + [ + "▁Ren", + "der" + ], + [ + "▁Re", + "nder" + ], + [ + "▁R", + "ender" + ], + [ + "▁", + "Render" + ], + [ + "▁leaders", + "hip" + ], + [ + "▁leader", + "ship" + ], + [ + "▁lead", + "ership" + ], + [ + "▁signific", + "ance" + ], + [ + "▁gau", + "che" + ], + [ + "▁ga", + "uche" + ], + [ + "can", + "o" + ], + [ + "ca", + "no" + ], + [ + "c", + "ano" + ], + [ + "▁Pi", + "e" + ], + [ + "▁P", + "ie" + ], + [ + "enso", + "ort" + ], + [ + "▁camb", + "io" + ], + [ + "▁cam", + "bio" + ], + [ + "▁у", + "з" + ], + [ + "▁ende", + "av" + ], + [ + "Complete", + "d" + ], + [ + "Comple", + "ted" + ], + [ + "Comp", + "leted" + ], + [ + "▁Архив", + "ная" + ], + [ + "j", + "d" + ], + [ + "ór", + "ico" + ], + [ + "ó", + "rico" + ], + [ + "▁church", + "es" + ], + [ + "▁anim", + "ate" + ], + [ + "▁ani", + "mate" + ], + [ + "▁an", + "imate" + ], + [ + "▁", + "animate" + ], + [ + "S", + "G" + ], + [ + "comput", + "e" + ], + [ + "comp", + "ute" + ], + [ + "▁uniform", + "ly" + ], + [ + "IN", + "IT" + ], + [ + "lle", + "s" + ], + [ + "ll", + "es" + ], + [ + "l", + "les" + ], + [ + "Http", + "Request" + ], + [ + "К", + "о" + ], + [ + "Di", + "ff" + ], + [ + "D", + "iff" + ], + [ + "▁sa", + "h" + ], + [ + "▁s", + "ah" + ], + [ + "air", + "o" + ], + [ + "ai", + "ro" + ], + [ + "a", + "iro" + ], + [ + "may", + "be" + ], + [ + "UT", + "E" + ], + [ + "U", + "TE" + ], + [ + "▁Do", + "w" + ], + [ + "▁D", + "ow" + ], + [ + "hum", + "an" + ], + [ + "hu", + "man" + ], + [ + "h", + "uman" + ], + [ + "▁aur", + "ait" + ], + [ + "▁au", + "rait" + ], + [ + "dar", + "k" + ], + [ + "d", + "ark" + ], + [ + "▁rep", + "air" + ], + [ + "▁re", + "pair" + ], + [ + "▁ne", + "r" + ], + [ + "▁n", + "er" + ], + [ + "▁", + "ner" + ], + [ + "▁Da", + "bei" + ], + [ + "▁D", + "abei" + ], + [ + "▁Bot", + "an" + ], + [ + "▁Bo", + "tan" + ], + [ + "Origin", + "al" + ], + [ + "Or", + "iginal" + ], + [ + "az", + "ă" + ], + [ + "▁NA", + "T" + ], + [ + "▁N", + "AT" + ], + [ + "imp", + "er" + ], + [ + "im", + "per" + ], + [ + "▁You", + "th" + ], + [ + "▁Y", + "outh" + ], + [ + "the", + "s" + ], + [ + "th", + "es" + ], + [ + "t", + "hes" + ], + [ + "▁окру", + "га" + ], + [ + "▁Fl", + "o" + ], + [ + "▁F", + "lo" + ], + [ + "▁break", + "fast" + ], + [ + "url", + "s" + ], + [ + "ur", + "ls" + ], + [ + "▁über", + "nahm" + ], + [ + "ário", + "s" + ], + [ + "ár", + "ios" + ], + [ + "á", + "rios" + ], + [ + "▁Or", + "ange" + ], + [ + "▁O", + "range" + ], + [ + "▁Aff", + "airs" + ], + [ + "sk", + "e" + ], + [ + "s", + "ke" + ], + [ + "▁not", + "ify" + ], + [ + "▁", + "notify" + ], + [ + "imo", + "ine" + ], + [ + "▁Are", + "na" + ], + [ + "▁Ar", + "ena" + ], + [ + "▁liber", + "al" + ], + [ + "▁lib", + "eral" + ], + [ + "▁ob", + "ec" + ], + [ + "▁o", + "bec" + ], + [ + "if", + "a" + ], + [ + "i", + "fa" + ], + [ + "gue", + "z" + ], + [ + "gu", + "ez" + ], + [ + "g", + "uez" + ], + [ + "ion", + "o" + ], + [ + "io", + "no" + ], + [ + "i", + "ono" + ], + [ + "пера", + "тор" + ], + [ + "▁retain", + "ed" + ], + [ + "▁ret", + "ained" + ], + [ + "fail", + "ed" + ], + [ + "fa", + "iled" + ], + [ + "bin", + "e" + ], + [ + "bi", + "ne" + ], + [ + "b", + "ine" + ], + [ + "т", + "ных" + ], + [ + "▁CG", + "Rect" + ], + [ + "cam", + "era" + ], + [ + "iden", + "ote" + ], + [ + "ide", + "note" + ], + [ + "K", + "B" + ], + [ + "▁light", + "s" + ], + [ + "▁l", + "ights" + ], + [ + "▁Picture", + "s" + ], + [ + "▁P", + "ictures" + ], + [ + "▁Squad", + "ron" + ], + [ + "▁Vol", + "k" + ], + [ + "▁V", + "olk" + ], + [ + "▁bur", + "g" + ], + [ + "▁bu", + "rg" + ], + [ + "▁b", + "urg" + ], + [ + "▁", + "burg" + ], + [ + ",", + "]" + ], + [ + "G", + "i" + ], + [ + "ê", + "que" + ], + [ + "make", + "Text" + ], + [ + "▁every", + "body" + ], + [ + "▁Hyp", + "er" + ], + [ + "▁Hy", + "per" + ], + [ + "▁De", + "ux" + ], + [ + "▁glo", + "ry" + ], + [ + "▁gl", + "ory" + ], + [ + "present", + "ation" + ], + [ + "pres", + "entation" + ], + [ + "onic", + "a" + ], + [ + "oni", + "ca" + ], + [ + "on", + "ica" + ], + [ + "o", + "nica" + ], + [ + "▁fr", + "ère" + ], + [ + "age", + "t" + ], + [ + "ag", + "et" + ], + [ + "a", + "get" + ], + [ + "▁hint", + "s" + ], + [ + "▁hin", + "ts" + ], + [ + "▁h", + "ints" + ], + [ + "▁tun", + "nel" + ], + [ + "▁t", + "unnel" + ], + [ + "▁E", + "j" + ], + [ + "ál", + "is" + ], + [ + "á", + "lis" + ], + [ + "▁Vi", + "v" + ], + [ + "▁V", + "iv" + ], + [ + "ствен", + "ных" + ], + [ + "▁cap", + "s" + ], + [ + "▁ca", + "ps" + ], + [ + "▁c", + "aps" + ], + [ + "PAR", + "T" + ], + [ + "PA", + "RT" + ], + [ + "P", + "ART" + ], + [ + "oc", + "i" + ], + [ + "o", + "ci" + ], + [ + "▁price", + "s" + ], + [ + "▁pri", + "ces" + ], + [ + "▁pr", + "ices" + ], + [ + "▁p", + "rices" + ], + [ + "curr", + "ency" + ], + [ + "c", + "urrency" + ], + [ + "▁acht", + "er" + ], + [ + "▁ach", + "ter" + ], + [ + "▁a", + "chter" + ], + [ + "rom", + "agnet" + ], + [ + "gende", + "r" + ], + [ + "gen", + "der" + ], + [ + "ge", + "nder" + ], + [ + "g", + "ender" + ], + [ + "▁su", + "is" + ], + [ + "▁s", + "uis" + ], + [ + "version", + "s" + ], + [ + "vers", + "ions" + ], + [ + "▁Train", + "ing" + ], + [ + "▁Tra", + "ining" + ], + [ + "▁Tr", + "aining" + ], + [ + "ins", + "ide" + ], + [ + "in", + "side" + ], + [ + "eg", + "e" + ], + [ + "e", + "ge" + ], + [ + "▁total", + "e" + ], + [ + "▁tot", + "ale" + ], + [ + "▁Da", + "ar" + ], + [ + "▁D", + "aar" + ], + [ + "▁grud", + "nia" + ], + [ + "▁I", + "er" + ], + [ + "▁occasion", + "s" + ], + [ + "▁occas", + "ions" + ], + [ + "▁k", + "de" + ], + [ + "▁tensor", + "flow" + ], + [ + "▁", + "tensorflow" + ], + [ + "▁ó", + "r" + ], + [ + "▁", + "ór" + ], + [ + "Method", + "s" + ], + [ + "▁loop", + "ing" + ], + [ + "▁direct", + "eur" + ], + [ + "k", + "ę" + ], + [ + "▁is", + "omorphism" + ], + [ + "▁Jo", + "ão" + ], + [ + "▁align", + "ed" + ], + [ + "▁al", + "igned" + ], + [ + "▁", + "aligned" + ], + [ + "он", + "ов" + ], + [ + "о", + "нов" + ], + [ + "urg", + "er" + ], + [ + "ur", + "ger" + ], + [ + "▁nov", + "a" + ], + [ + "▁no", + "va" + ], + [ + "▁n", + "ova" + ], + [ + "mor", + "row" + ], + [ + "m", + "orrow" + ], + [ + "alter", + "n" + ], + [ + "alt", + "ern" + ], + [ + "al", + "tern" + ], + [ + "H", + "D" + ], + [ + "▁mar", + "qu" + ], + [ + "▁m", + "arqu" + ], + [ + "ativa", + "s" + ], + [ + "ativ", + "as" + ], + [ + "ati", + "vas" + ], + [ + "at", + "ivas" + ], + [ + "gg", + "reg" + ], + [ + "g", + "greg" + ], + [ + "▁anci", + "en" + ], + [ + "▁anc", + "ien" + ], + [ + "ni", + "t" + ], + [ + "n", + "it" + ], + [ + "▁secure", + "d" + ], + [ + "▁sec", + "ured" + ], + [ + "mi", + "er" + ], + [ + "m", + "ier" + ], + [ + "▁Ol", + "e" + ], + [ + "▁O", + "le" + ], + [ + "▁ин", + "те" + ], + [ + "▁min", + "us" + ], + [ + "▁m", + "inus" + ], + [ + "▁", + "minus" + ], + [ + "▁clear", + "er" + ], + [ + "▁nell", + "o" + ], + [ + "▁nel", + "lo" + ], + [ + "▁n", + "ello" + ], + [ + "▁információ", + "k" + ], + [ + "▁prop", + "re" + ], + [ + "▁pro", + "pre" + ], + [ + "{", + "." + ], + [ + "ilo", + "g" + ], + [ + "il", + "og" + ], + [ + "i", + "log" + ], + [ + "▁Qu", + "ick" + ], + [ + "▁acc", + "us" + ], + [ + "▁ac", + "cus" + ], + [ + "emp", + "loyee" + ], + [ + "▁з", + "у" + ], + [ + "▁", + "зу" + ], + [ + "ць", + "кий" + ], + [ + "фі", + "цій" + ], + [ + "▁пу", + "бли" + ], + [ + "▁", + "публи" + ], + [ + "▁ben", + "t" + ], + [ + "▁be", + "nt" + ], + [ + "▁b", + "ent" + ], + [ + "▁по", + "зво" + ], + [ + "▁По", + "р" + ], + [ + "▁П", + "ор" + ], + [ + "áz", + "í" + ], + [ + "án", + "ico" + ], + [ + "á", + "nico" + ], + [ + "empty", + "set" + ], + [ + "▁sur", + "tout" + ], + [ + "ren", + "o" + ], + [ + "re", + "no" + ], + [ + "r", + "eno" + ], + [ + "un", + "ya" + ], + [ + "▁у", + "ез" + ], + [ + "▁Mill", + "ionen" + ], + [ + "▁listop", + "ada" + ], + [ + "▁Main", + "e" + ], + [ + "▁Mai", + "ne" + ], + [ + "▁Ma", + "ine" + ], + [ + "▁M", + "aine" + ], + [ + "▁grupo", + "s" + ], + [ + "▁grup", + "os" + ], + [ + "▁gru", + "pos" + ], + [ + "▁Sto", + "rage" + ], + [ + "▁St", + "orage" + ], + [ + "▁", + "Storage" + ], + [ + "▁app", + "le" + ], + [ + "▁ap", + "ple" + ], + [ + "▁", + "apple" + ], + [ + "▁L", + "ö" + ], + [ + "ouse", + "d" + ], + [ + "ous", + "ed" + ], + [ + "ou", + "sed" + ], + [ + "o", + "used" + ], + [ + "д", + "ро" + ], + [ + "sc", + "i" + ], + [ + "s", + "ci" + ], + [ + "▁hi", + "bernate" + ], + [ + "▁", + "hibernate" + ], + [ + "do", + "g" + ], + [ + "d", + "og" + ], + [ + "▁вос", + "то" + ], + [ + "▁во", + "сто" + ], + [ + "▁", + "восто" + ], + [ + "▁intens", + "ity" + ], + [ + "legen", + "d" + ], + [ + "lege", + "nd" + ], + [ + "leg", + "end" + ], + [ + "▁Will", + "e" + ], + [ + "▁Wil", + "le" + ], + [ + "▁Wi", + "lle" + ], + [ + "▁W", + "ille" + ], + [ + "▁szer", + "int" + ], + [ + "ges", + "ellschaft" + ], + [ + "▁Liv", + "ing" + ], + [ + "▁Li", + "ving" + ], + [ + "▁L", + "iving" + ], + [ + "all", + "o" + ], + [ + "al", + "lo" + ], + [ + "▁Sp", + "lit" + ], + [ + "▁S", + "plit" + ], + [ + "▁", + "Split" + ], + [ + "dr", + "u" + ], + [ + "d", + "ru" + ], + [ + "ne", + "ed" + ], + [ + "n", + "eed" + ], + [ + "▁Дж", + "он" + ], + [ + "▁Sw", + "iss" + ], + [ + "▁spr", + "aw" + ], + [ + "▁sp", + "raw" + ], + [ + "▁beh", + "o" + ], + [ + "▁be", + "ho" + ], + [ + "▁fot", + "ograf" + ], + [ + "▁ren", + "contre" + ], + [ + "▁ki", + "s" + ], + [ + "▁k", + "is" + ], + [ + "▁sign", + "ing" + ], + [ + "▁sig", + "ning" + ], + [ + "aku", + "lt" + ], + [ + "ak", + "ult" + ], + [ + "▁index", + "ing" + ], + [ + "ap", + "or" + ], + [ + "a", + "por" + ], + [ + "▁concept", + "ion" + ], + [ + "▁conce", + "ption" + ], + [ + "▁con", + "ception" + ], + [ + "agg", + "reg" + ], + [ + "ag", + "greg" + ], + [ + "a", + "ggreg" + ], + [ + "▁Са", + "вез" + ], + [ + "▁aff", + "air" + ], + [ + "ě", + "ní" + ], + [ + "A", + "ugust" + ], + [ + "▁се", + "кре" + ], + [ + "▁miesz", + "kań" + ], + [ + "UI", + "Image" + ], + [ + "▁bi", + "shop" + ], + [ + "▁b", + "ishop" + ], + [ + "▁", + "bishop" + ], + [ + "▁servant", + "s" + ], + [ + "▁serv", + "ants" + ], + [ + "▁tra", + "il" + ], + [ + "▁tr", + "ail" + ], + [ + "dig", + "it" + ], + [ + "di", + "git" + ], + [ + "▁join", + "s" + ], + [ + "▁jo", + "ins" + ], + [ + "▁Ne", + "ar" + ], + [ + "▁N", + "ear" + ], + [ + "öff", + "entlich" + ], + [ + ">", + "{" + ], + [ + "▁sk", + "ład" + ], + [ + "gef", + "ührt" + ], + [ + "ge", + "führt" + ], + [ + "▁Hol", + "z" + ], + [ + "▁Milit", + "är" + ], + [ + "ach", + "i" + ], + [ + "ac", + "hi" + ], + [ + "a", + "chi" + ], + [ + "Up", + "per" + ], + [ + "U", + "pper" + ], + [ + "pin", + "e" + ], + [ + "pi", + "ne" + ], + [ + "p", + "ine" + ], + [ + "utz", + "t" + ], + [ + "ut", + "zt" + ], + [ + "▁nu", + "ova" + ], + [ + "ibr", + "ation" + ], + [ + "▁Bi", + "en" + ], + [ + "▁B", + "ien" + ], + [ + "▁первы", + "й" + ], + [ + "▁пер", + "вый" + ], + [ + "▁Cre", + "ating" + ], + [ + "On", + "ce" + ], + [ + "▁ein", + "mal" + ], + [ + "▁geomet", + "ric" + ], + [ + "▁ge", + "ometric" + ], + [ + "st", + "vo" + ], + [ + "▁k", + "W" + ], + [ + "▁decom", + "position" + ], + [ + "▁come", + "dy" + ], + [ + "▁com", + "edy" + ], + [ + "▁activ", + "ation" + ], + [ + "▁ang", + "ry" + ], + [ + "▁an", + "gry" + ], + [ + "ille", + "urs" + ], + [ + "ill", + "eurs" + ], + [ + "▁instant", + "ly" + ], + [ + "▁inst", + "antly" + ], + [ + "▁suggest", + "ing" + ], + [ + "▁Cla", + "y" + ], + [ + "▁Cl", + "ay" + ], + [ + "▁C", + "lay" + ], + [ + "co", + "t" + ], + [ + "c", + "ot" + ], + [ + "▁Gé", + "n" + ], + [ + "▁G", + "én" + ], + [ + "($", + "(" + ], + [ + "(", + "$(" + ], + [ + "un", + "wrap" + ], + [ + "▁lift", + "ed" + ], + [ + "▁lif", + "ted" + ], + [ + "▁Ki", + "t" + ], + [ + "▁K", + "it" + ], + [ + "▁", + "Kit" + ], + [ + "▁line", + "a" + ], + [ + "▁lin", + "ea" + ], + [ + "▁li", + "nea" + ], + [ + "▁l", + "inea" + ], + [ + "о", + "к" + ], + [ + "har", + "t" + ], + [ + "ha", + "rt" + ], + [ + "h", + "art" + ], + [ + "->", + "_" + ], + [ + "▁nu", + "it" + ], + [ + "▁n", + "uit" + ], + [ + "▁Iss", + "ue" + ], + [ + "ли", + "и" + ], + [ + "▁r", + "öm" + ], + [ + "Task", + "s" + ], + [ + "▁S", + "r" + ], + [ + "▁sei", + "s" + ], + [ + "▁se", + "is" + ], + [ + "asi", + "a" + ], + [ + "as", + "ia" + ], + [ + "}}$", + "." + ], + [ + "}}", + "$." + ], + [ + "}", + "}$." + ], + [ + ":", + "{" + ], + [ + "control", + "s" + ], + [ + "contr", + "ols" + ], + [ + "▁St", + "im" + ], + [ + "▁S", + "tim" + ], + [ + "▁Rec", + "ht" + ], + [ + "▁Re", + "cht" + ], + [ + "ocia", + "ción" + ], + [ + "oci", + "ación" + ], + [ + "▁Nat", + "al" + ], + [ + "▁Na", + "tal" + ], + [ + "▁N", + "atal" + ], + [ + "▁Philipp", + "ines" + ], + [ + "ule", + "n" + ], + [ + "ul", + "en" + ], + [ + "u", + "len" + ], + [ + "F", + "ixed" + ], + [ + "▁switch", + "ed" + ], + [ + "Z", + "ip" + ], + [ + "osp", + "el" + ], + [ + "os", + "pel" + ], + [ + "▁нача", + "ле" + ], + [ + "▁Bla", + "n" + ], + [ + "▁Bl", + "an" + ], + [ + "▁B", + "lan" + ], + [ + "urs", + "t" + ], + [ + "ur", + "st" + ], + [ + "▁auto", + "ur" + ], + [ + "▁aut", + "our" + ], + [ + "C", + "a" + ], + [ + "▁lat", + "itude" + ], + [ + "▁Fre", + "i" + ], + [ + "▁Fr", + "ei" + ], + [ + "▁F", + "rei" + ], + [ + "▁Mus", + "ée" + ], + [ + "▁Kur", + "z" + ], + [ + "▁Ku", + "rz" + ], + [ + "▁K", + "urz" + ], + [ + "▁reg", + "ião" + ], + [ + "sw", + "ap" + ], + [ + "▁hat", + "e" + ], + [ + "▁ha", + "te" + ], + [ + "▁h", + "ate" + ], + [ + "▁modification", + "s" + ], + [ + "▁modific", + "ations" + ], + [ + "▁mod", + "ifications" + ], + [ + "▁Ко", + "м" + ], + [ + "▁К", + "ом" + ], + [ + "▁Anto", + "ine" + ], + [ + "ug", + "a" + ], + [ + "u", + "ga" + ], + [ + "RE", + "CT" + ], + [ + "R", + "ECT" + ], + [ + "ét", + "er" + ], + [ + "é", + "ter" + ], + [ + "G", + "ROUP" + ], + [ + "▁sacr", + "ific" + ], + [ + "▁Wh", + "e" + ], + [ + "▁W", + "he" + ], + [ + "▁Steven", + "s" + ], + [ + "▁Steve", + "ns" + ], + [ + "▁Ste", + "vens" + ], + [ + "olog", + "ische" + ], + [ + "Sum", + "mary" + ], + [ + "ob", + "s" + ], + [ + "o", + "bs" + ], + [ + "hn", + "en" + ], + [ + "h", + "nen" + ], + [ + "<", + "%=" + ], + [ + "di", + "enst" + ], + [ + "d", + "ienst" + ], + [ + "rem", + "ark" + ], + [ + "re", + "mark" + ], + [ + "r", + "emark" + ], + [ + "▁veröff", + "entlicht" + ], + [ + "е", + "л" + ], + [ + "▁Mo", + "ck" + ], + [ + "▁M", + "ock" + ], + [ + "▁", + "Mock" + ], + [ + "▁Ль", + "в" + ], + [ + "▁tr", + "ês" + ], + [ + "g", + "b" + ], + [ + "▁celebr", + "ated" + ], + [ + "▁E", + "b" + ], + [ + "▁cost", + "a" + ], + [ + "▁cos", + "ta" + ], + [ + "▁co", + "sta" + ], + [ + "▁c", + "osta" + ], + [ + "▁Ge", + "ographic" + ], + [ + "▁attach", + "ment" + ], + [ + "▁att", + "achment" + ], + [ + "mann", + "schaft" + ], + [ + "▁depend", + "ence" + ], + [ + "�", + "�" + ], + [ + "▁att", + "itude" + ], + [ + "eta", + "l" + ], + [ + "et", + "al" + ], + [ + "e", + "tal" + ], + [ + "vi", + "c" + ], + [ + "v", + "ic" + ], + [ + "bau", + "t" + ], + [ + "ba", + "ut" + ], + [ + "b", + "aut" + ], + [ + "▁до", + "в" + ], + [ + "▁д", + "ов" + ], + [ + "▁", + "дов" + ], + [ + "▁inter", + "ven" + ], + [ + "▁G", + "ü" + ], + [ + "ón", + "ica" + ], + [ + "ó", + "nica" + ], + [ + "▁Po", + "n" + ], + [ + "▁P", + "on" + ], + [ + "▁dispon", + "ible" + ], + [ + "▁Fe", + "b" + ], + [ + "▁F", + "eb" + ], + [ + "▁wor", + "ship" + ], + [ + "▁Specific", + "ally" + ], + [ + "H", + "y" + ], + [ + "ij", + "u" + ], + [ + "i", + "ju" + ], + [ + "▁c", + "b" + ], + [ + "▁", + "cb" + ], + [ + "▁sp", + "ac" + ], + [ + "level", + "and" + ], + [ + "lev", + "eland" + ], + [ + "▁local", + "idad" + ], + [ + "▁preced", + "ing" + ], + [ + "▁prec", + "eding" + ], + [ + "▁H", + "essen" + ], + [ + "x", + "p" + ], + [ + "▁Wei", + "n" + ], + [ + "▁We", + "in" + ], + [ + "▁W", + "ein" + ], + [ + "▁Rom", + "â" + ], + [ + "▁gior", + "no" + ], + [ + "▁gi", + "orno" + ], + [ + "▁квіт", + "ня" + ], + [ + "lla", + "ços" + ], + [ + "▁Academ", + "ia" + ], + [ + "▁k", + "ül" + ], + [ + "▁Å", + "rs" + ], + [ + "▁на", + "ј" + ], + [ + "uc", + "lide" + ], + [ + "Intern", + "et" + ], + [ + "Inter", + "net" + ], + [ + "ort", + "on" + ], + [ + "or", + "ton" + ], + [ + "▁cor", + "n" + ], + [ + "▁co", + "rn" + ], + [ + "▁c", + "orn" + ], + [ + "я", + "ми" + ], + [ + "▁\"", + "*" + ], + [ + "▁Fel", + "ix" + ], + [ + "apa", + "t" + ], + [ + "ap", + "at" + ], + [ + "a", + "pat" + ], + [ + "▁сво", + "и" + ], + [ + "MI", + "T" + ], + [ + "M", + "IT" + ], + [ + "mad", + "e" + ], + [ + "ma", + "de" + ], + [ + "m", + "ade" + ], + [ + "▁lo", + "comot" + ], + [ + "ход", + "а" + ], + [ + "хо", + "да" + ], + [ + "F", + "P" + ], + [ + "▁p", + "m" + ], + [ + "▁", + "pm" + ], + [ + ".*", + ";" + ], + [ + "▁Ham", + "m" + ], + [ + "▁Ha", + "mm" + ], + [ + "▁H", + "amm" + ], + [ + "`", + "}" + ], + [ + "Layout", + "Inflater" + ], + [ + "==", + "\"" + ], + [ + "=", + "=\"" + ], + [ + "▁Eu", + "r" + ], + [ + "▁E", + "ur" + ], + [ + "▁dog", + "s" + ], + [ + "▁do", + "gs" + ], + [ + "▁d", + "ogs" + ], + [ + "же", + "нии" + ], + [ + "▁az", + "on" + ], + [ + "▁a", + "zon" + ], + [ + "▁", + "azon" + ], + [ + "▁em", + "ulator" + ], + [ + "▁ric", + "on" + ], + [ + "▁ri", + "con" + ], + [ + "▁r", + "icon" + ], + [ + "be", + "eld" + ], + [ + "▁н", + "у" + ], + [ + "▁", + "ну" + ], + [ + "▁approxim", + "ate" + ], + [ + "L", + "M" + ], + [ + "▁Bon", + "d" + ], + [ + "▁Bo", + "nd" + ], + [ + "▁B", + "ond" + ], + [ + "▁en", + "h" + ], + [ + "ęd", + "z" + ], + [ + "ę", + "dz" + ], + [ + "▁sol", + "it" + ], + [ + "▁so", + "lit" + ], + [ + "▁s", + "olit" + ], + [ + "Relative", + "Layout" + ], + [ + "ete", + "or" + ], + [ + "et", + "eor" + ], + [ + "amento", + "s" + ], + [ + "ament", + "os" + ], + [ + "▁ind", + "irect" + ], + [ + "▁in", + "direct" + ], + [ + "ib", + "ől" + ], + [ + "▁gro", + "s" + ], + [ + "▁gr", + "os" + ], + [ + "▁g", + "ros" + ], + [ + "▁Original", + "s" + ], + [ + "▁Origin", + "als" + ], + [ + "▁Orig", + "inals" + ], + [ + "command", + "s" + ], + [ + "comm", + "ands" + ], + [ + "Exp", + "ort" + ], + [ + "Ex", + "port" + ], + [ + "▁Av", + "ec" + ], + [ + "▁A", + "vec" + ], + [ + "▁solem", + "n" + ], + [ + "▁sole", + "mn" + ], + [ + "▁correct", + "ion" + ], + [ + "▁corre", + "ction" + ], + [ + "▁corr", + "ection" + ], + [ + "▁прово", + "ди" + ], + [ + "▁про", + "води" + ], + [ + "▁Mos", + "k" + ], + [ + "▁Mo", + "sk" + ], + [ + "▁под", + "о" + ], + [ + "▁по", + "до" + ], + [ + "▁geb", + "ied" + ], + [ + "▁nast", + "ęp" + ], + [ + "▁Drive", + "r" + ], + [ + "▁Dr", + "iver" + ], + [ + "▁D", + "river" + ], + [ + "▁", + "Driver" + ], + [ + "▁O", + "ok" + ], + [ + "▁Ve", + "c" + ], + [ + "▁V", + "ec" + ], + [ + "▁", + "Vec" + ], + [ + "▁lung", + "o" + ], + [ + "▁lun", + "go" + ], + [ + "fico", + "s" + ], + [ + "fic", + "os" + ], + [ + "fi", + "cos" + ], + [ + "f", + "icos" + ], + [ + "▁svo", + "l" + ], + [ + "▁sv", + "ol" + ], + [ + "▁s", + "vol" + ], + [ + "▁ki", + "d" + ], + [ + "▁k", + "id" + ], + [ + "n", + "ja" + ], + [ + "▁H", + "r" + ], + [ + "▁под", + "дер" + ], + [ + "▁vis", + "ibility" + ], + [ + "▁", + "visibility" + ], + [ + "▁Mé", + "d" + ], + [ + "▁M", + "éd" + ], + [ + "▁cp", + "u" + ], + [ + "▁c", + "pu" + ], + [ + "▁", + "cpu" + ], + [ + "dis", + "cussion" + ], + [ + "Ass", + "et" + ], + [ + "As", + "set" + ], + [ + "▁def", + "ense" + ], + [ + "▁Any", + "one" + ], + [ + "▁Just", + "in" + ], + [ + "isz", + "t" + ], + [ + "is", + "zt" + ], + [ + "▁Coll", + "ins" + ], + [ + "▁Val", + "ent" + ], + [ + "▁Pal", + "e" + ], + [ + "▁Pa", + "le" + ], + [ + "▁P", + "ale" + ], + [ + "▁fue", + "l" + ], + [ + "▁fu", + "el" + ], + [ + "▁f", + "uel" + ], + [ + "▁nos", + "e" + ], + [ + "▁no", + "se" + ], + [ + "▁n", + "ose" + ], + [ + "rí", + "guez" + ], + [ + "▁Schl", + "es" + ], + [ + "▁Sch", + "les" + ], + [ + "▁Mal", + "ays" + ], + [ + "▁comm", + "ut" + ], + [ + "▁com", + "mut" + ], + [ + "dr", + "o" + ], + [ + "d", + "ro" + ], + [ + "ui", + "ng" + ], + [ + "u", + "ing" + ], + [ + "▁Ric", + "o" + ], + [ + "▁Ri", + "co" + ], + [ + "▁R", + "ico" + ], + [ + "▁Em", + "ma" + ], + [ + "or", + "p" + ], + [ + "o", + "rp" + ], + [ + "▁Kir", + "k" + ], + [ + "▁K", + "irk" + ], + [ + "▁Qu", + "ando" + ], + [ + "▁Neu", + "e" + ], + [ + "▁Ne", + "ue" + ], + [ + "▁demand", + "e" + ], + [ + "▁dem", + "ande" + ], + [ + "▁de", + "mande" + ], + [ + "▁Cov", + "er" + ], + [ + "▁Co", + "ver" + ], + [ + "▁C", + "over" + ], + [ + "▁res", + "cue" + ], + [ + "▁gew", + "ählt" + ], + [ + "▁Cal", + "endar" + ], + [ + "▁", + "Calendar" + ], + [ + "▁Mad", + "onna" + ], + [ + "W", + "P" + ], + [ + "osh", + "i" + ], + [ + "os", + "hi" + ], + [ + "▁Ma", + "ven" + ], + [ + "▁M", + "aven" + ], + [ + "▁bell", + "e" + ], + [ + "▁bel", + "le" + ], + [ + "▁be", + "lle" + ], + [ + "▁b", + "elle" + ], + [ + "▁w", + "x" + ], + [ + "▁", + "wx" + ], + [ + "▁sug", + "ar" + ], + [ + "▁su", + "gar" + ], + [ + "▁Bet", + "rieb" + ], + [ + "▁equilib", + "rium" + ], + [ + "E", + "AR" + ], + [ + "▁text", + "s" + ], + [ + "▁tex", + "ts" + ], + [ + "сло", + "в" + ], + [ + "с", + "лов" + ], + [ + "▁czerw", + "ca" + ], + [ + "▁D", + "üsseld" + ], + [ + "▁EL", + "SE" + ], + [ + "▁amer", + "y" + ], + [ + "▁am", + "ery" + ], + [ + "▁an", + "i" + ], + [ + "▁a", + "ni" + ], + [ + "▁", + "ani" + ], + [ + "▁ob", + "ey" + ], + [ + "▁o", + "bey" + ], + [ + "▁Nel", + "l" + ], + [ + "▁Ne", + "ll" + ], + [ + "▁N", + "ell" + ], + [ + "▁inn", + "e" + ], + [ + "▁in", + "ne" + ], + [ + "▁т", + "ро" + ], + [ + "▁", + "тро" + ], + [ + "F", + "D" + ], + [ + "cc", + "o" + ], + [ + "c", + "co" + ], + [ + "▁Zo", + "b" + ], + [ + "▁Z", + "ob" + ], + [ + "alet", + "te" + ], + [ + "ale", + "tte" + ], + [ + "al", + "ette" + ], + [ + "a", + "lette" + ], + [ + "▁má", + "jus" + ], + [ + "ect", + "ed" + ], + [ + "ec", + "ted" + ], + [ + "e", + "cted" + ], + [ + "▁Turk", + "ey" + ], + [ + "▁Tur", + "key" + ], + [ + "▁Whe", + "ther" + ], + [ + "▁Wh", + "ether" + ], + [ + "q", + "i" + ], + [ + "▁ш", + "то" + ], + [ + "▁head", + "quarters" + ], + [ + "end", + "i" + ], + [ + "en", + "di" + ], + [ + "aru", + "s" + ], + [ + "ar", + "us" + ], + [ + "a", + "rus" + ], + [ + "op", + "us" + ], + [ + "o", + "pus" + ], + [ + "▁зо", + "ло" + ], + [ + "▁з", + "оло" + ], + [ + "▁dest", + "ru" + ], + [ + "▁de", + "stru" + ], + [ + "▁Lo", + "k" + ], + [ + "▁L", + "ok" + ], + [ + "▁satisf", + "action" + ], + [ + "()", + "\r" + ], + [ + "(", + ")\r" + ], + [ + "▁Те", + "р" + ], + [ + "▁Т", + "ер" + ], + [ + "Jo", + "se" + ], + [ + "J", + "ose" + ], + [ + "▁conqu", + "er" + ], + [ + "▁con", + "quer" + ], + [ + "▁E", + "ffect" + ], + [ + "▁", + "Effect" + ], + [ + "Layout", + "Params" + ], + [ + "ie", + "z" + ], + [ + "i", + "ez" + ], + [ + "▁extern", + "s" + ], + [ + "▁gegen", + "über" + ], + [ + "▁ES", + "P" + ], + [ + "▁E", + "SP" + ], + [ + "olt", + "a" + ], + [ + "ol", + "ta" + ], + [ + "process", + "or" + ], + [ + "proc", + "essor" + ], + [ + "▁Ku", + "lt" + ], + [ + "▁K", + "ult" + ], + [ + "▁Atl", + "anta" + ], + [ + "▁tie", + "r" + ], + [ + "▁ti", + "er" + ], + [ + "▁t", + "ier" + ], + [ + "Oper", + "ator" + ], + [ + "▁ди", + "а" + ], + [ + "▁пи", + "сь" + ], + [ + "▁gro", + "ß" + ], + [ + "▁heart", + "s" + ], + [ + "▁hear", + "ts" + ], + [ + "▁he", + "arts" + ], + [ + "▁mill", + "imeter" + ], + [ + "alth", + "ough" + ], + [ + "al", + "though" + ], + [ + "alle", + "s" + ], + [ + "all", + "es" + ], + [ + "al", + "les" + ], + [ + "a", + "lles" + ], + [ + "▁Mag", + "ic" + ], + [ + "train", + "ing" + ], + [ + "tra", + "ining" + ], + [ + "tr", + "aining" + ], + [ + "olin", + "e" + ], + [ + "oli", + "ne" + ], + [ + "ol", + "ine" + ], + [ + "o", + "line" + ], + [ + "▁орган", + "і" + ], + [ + ">\\<", + "^" + ], + [ + ">", + "\\<^" + ], + [ + "ці", + "аль" + ], + [ + "export", + "s" + ], + [ + "ex", + "ports" + ], + [ + "Work", + "book" + ], + [ + "▁вере", + "сня" + ], + [ + "▁tele", + "s" + ], + [ + "▁tel", + "es" + ], + [ + "▁te", + "les" + ], + [ + "▁t", + "eles" + ], + [ + "▁econom", + "y" + ], + [ + "▁econ", + "omy" + ], + [ + "▁ec", + "onomy" + ], + [ + "▁tra", + "p" + ], + [ + "▁tr", + "ap" + ], + [ + "▁t", + "rap" + ], + [ + "▁ref", + "use" + ], + [ + "▁strange", + "r" + ], + [ + "▁stran", + "ger" + ], + [ + "▁str", + "anger" + ], + [ + "▁inst", + "inct" + ], + [ + "по", + "да" + ], + [ + "ola", + "n" + ], + [ + "ol", + "an" + ], + [ + "o", + "lan" + ], + [ + "▁nin", + "g" + ], + [ + "▁ni", + "ng" + ], + [ + "▁n", + "ing" + ], + [ + "▁", + "ning" + ], + [ + "infl", + "ate" + ], + [ + "inf", + "late" + ], + [ + "itate", + "a" + ], + [ + "itat", + "ea" + ], + [ + "ack", + "s" + ], + [ + "ac", + "ks" + ], + [ + "a", + "cks" + ], + [ + "▁Jo", + "y" + ], + [ + "▁J", + "oy" + ], + [ + "FLA", + "G" + ], + [ + "FL", + "AG" + ], + [ + "ail", + "and" + ], + [ + "ai", + "land" + ], + [ + "▁sort", + "i" + ], + [ + "▁sor", + "ti" + ], + [ + "▁в", + "пер" + ], + [ + "▁pé", + "n" + ], + [ + "▁p", + "én" + ], + [ + "Not", + "hing" + ], + [ + "No", + "thing" + ], + [ + "N", + "othing" + ], + [ + "▁sz", + "áz" + ], + [ + "▁Á", + "ng" + ], + [ + "▁A", + "UT" + ], + [ + "▁", + "AUT" + ], + [ + "Action", + "s" + ], + [ + "Act", + "ions" + ], + [ + "A", + "ctions" + ], + [ + "E", + "very" + ], + [ + "▁чер", + "вня" + ], + [ + "▁авто", + "мо" + ], + [ + "▁rout", + "ine" + ], + [ + "▁est", + "ruct" + ], + [ + "▁e", + "struct" + ], + [ + "▁Gan", + "g" + ], + [ + "▁Ga", + "ng" + ], + [ + "▁G", + "ang" + ], + [ + "▁hole", + "s" + ], + [ + "▁hol", + "es" + ], + [ + "▁ho", + "les" + ], + [ + "▁h", + "oles" + ], + [ + "thes", + "is" + ], + [ + "th", + "esis" + ], + [ + "▁conc", + "l" + ], + [ + "▁con", + "cl" + ], + [ + "▁p", + "é" + ], + [ + "rier", + "s" + ], + [ + "rie", + "rs" + ], + [ + "ri", + "ers" + ], + [ + "r", + "iers" + ], + [ + "рово", + "й" + ], + [ + "ро", + "вой" + ], + [ + "р", + "овой" + ], + [ + "adi", + "c" + ], + [ + "ad", + "ic" + ], + [ + "a", + "dic" + ], + [ + "Spe", + "ed" + ], + [ + "Sp", + "eed" + ], + [ + "▁command", + "ed" + ], + [ + "▁Naz", + "ionale" + ], + [ + "▁N", + "azionale" + ], + [ + "Man", + "aged" + ], + [ + "▁DE", + "CLARE" + ], + [ + "▁sed", + "an" + ], + [ + "▁se", + "dan" + ], + [ + "String", + "s" + ], + [ + "Str", + "ings" + ], + [ + "▁sacr", + "ed" + ], + [ + "▁sac", + "red" + ], + [ + "▁sa", + "cred" + ], + [ + "ters", + "uch" + ], + [ + "ter", + "such" + ], + [ + "▁abit", + "anti" + ], + [ + "br", + "it" + ], + [ + "b", + "rit" + ], + [ + "▁NC", + "AA" + ], + [ + "▁N", + "CAA" + ], + [ + "▁С", + "П" + ], + [ + "▁age", + "d" + ], + [ + "▁ag", + "ed" + ], + [ + "▁a", + "ged" + ], + [ + "▁", + "aged" + ], + [ + "▁Chi", + "esa" + ], + [ + "▁Ch", + "iesa" + ], + [ + "▁revis", + "ion" + ], + [ + "▁rev", + "ision" + ], + [ + "▁re", + "vision" + ], + [ + "op", + "ro" + ], + [ + "o", + "pro" + ], + [ + "▁over", + "write" + ], + [ + "embro", + "s" + ], + [ + "emb", + "ros" + ], + [ + "▁sorti", + "e" + ], + [ + "▁sort", + "ie" + ], + [ + "▁ott", + "en" + ], + [ + "▁ot", + "ten" + ], + [ + "xi", + "v" + ], + [ + "x", + "iv" + ], + [ + "▁del", + "i" + ], + [ + "▁de", + "li" + ], + [ + "▁d", + "eli" + ], + [ + "▁As", + "p" + ], + [ + "▁A", + "sp" + ], + [ + "▁ball", + "s" + ], + [ + "▁bal", + "ls" + ], + [ + "▁b", + "alls" + ], + [ + "ka", + "f" + ], + [ + "k", + "af" + ], + [ + "▁bra", + "ve" + ], + [ + "▁br", + "ave" + ], + [ + "▁все", + "го" + ], + [ + "▁вс", + "его" + ], + [ + "eg", + "n" + ], + [ + "e", + "gn" + ], + [ + "jp", + "eg" + ], + [ + "▁Ost", + "en" + ], + [ + "▁Os", + "ten" + ], + [ + "▁O", + "sten" + ], + [ + "Const", + "ants" + ], + [ + "▁Inf", + "antry" + ], + [ + "▁Ne", + "v" + ], + [ + "▁N", + "ev" + ], + [ + "▁як", + "их" + ], + [ + "▁я", + "ких" + ], + [ + "▁му", + "ниципа" + ], + [ + "ci", + "ja" + ], + [ + "c", + "ija" + ], + [ + "▁po", + "em" + ], + [ + "▁p", + "oem" + ], + [ + "▁neg", + "ro" + ], + [ + "▁ne", + "gro" + ], + [ + "ха", + "р" + ], + [ + "х", + "ар" + ], + [ + "▁As", + "k" + ], + [ + "▁A", + "sk" + ], + [ + "▁av", + "o" + ], + [ + "▁a", + "vo" + ], + [ + "▁", + "avo" + ], + [ + "▁Mey", + "er" + ], + [ + "▁Me", + "yer" + ], + [ + "▁West", + "en" + ], + [ + "▁Wes", + "ten" + ], + [ + "▁We", + "sten" + ], + [ + "▁W", + "esten" + ], + [ + "▁ok", + "o" + ], + [ + "▁o", + "ko" + ], + [ + "▁", + "oko" + ], + [ + "agi", + "n" + ], + [ + "ag", + "in" + ], + [ + "a", + "gin" + ], + [ + "▁Süd", + "en" + ], + [ + "▁Sü", + "den" + ], + [ + "entr", + "ies" + ], + [ + "ent", + "ries" + ], + [ + "▁Repub", + "lik" + ], + [ + "▁Rep", + "ublik" + ], + [ + "Collection", + "View" + ], + [ + "------", + "-" + ], + [ + "-----", + "--" + ], + [ + "----", + "---" + ], + [ + "---", + "----" + ], + [ + "--", + "-----" + ], + [ + "-", + "------" + ], + [ + "▁fire", + "fox" + ], + [ + "▁alc", + "une" + ], + [ + "▁фо", + "то" + ], + [ + "▁отри", + "ма" + ], + [ + "~~~~", + "~~~~" + ], + [ + "▁Ра", + "з" + ], + [ + "▁Comple", + "x" + ], + [ + "▁Comp", + "lex" + ], + [ + "▁Com", + "plex" + ], + [ + "▁pi", + "a" + ], + [ + "▁p", + "ia" + ], + [ + "▁public", + "ada" + ], + [ + "we", + "i" + ], + [ + "w", + "ei" + ], + [ + "ced", + "ure" + ], + [ + "occup", + "ation" + ], + [ + "▁medic", + "ine" + ], + [ + "▁dro", + "ve" + ], + [ + "▁dr", + "ove" + ], + [ + "Pro", + "blem" + ], + [ + "▁begin", + "ner" + ], + [ + "▁beg", + "inner" + ], + [ + "▁thorough", + "ly" + ], + [ + "uri", + "a" + ], + [ + "ur", + "ia" + ], + [ + "u", + "ria" + ], + [ + "avan", + "t" + ], + [ + "ava", + "nt" + ], + [ + "av", + "ant" + ], + [ + "uch", + "a" + ], + [ + "uc", + "ha" + ], + [ + "u", + "cha" + ], + [ + "▁lev", + "er" + ], + [ + "▁le", + "ver" + ], + [ + "▁l", + "ever" + ], + [ + "▁teat", + "ro" + ], + [ + "▁te", + "atro" + ], + [ + "AV", + "A" + ], + [ + "A", + "VA" + ], + [ + "sq", + "u" + ], + [ + "s", + "qu" + ], + [ + "tra", + "t" + ], + [ + "tr", + "at" + ], + [ + "t", + "rat" + ], + [ + "iva", + "tal" + ], + [ + "iv", + "atal" + ], + [ + "▁dir", + "ty" + ], + [ + "▁d", + "irty" + ], + [ + "▁second", + "e" + ], + [ + "▁sec", + "onde" + ], + [ + "▁se", + "conde" + ], + [ + "▁grav", + "it" + ], + [ + "▁propos", + "ition" + ], + [ + "▁prop", + "osition" + ], + [ + "▁pro", + "position" + ], + [ + "h", + "bar" + ], + [ + "omin", + "i" + ], + [ + "omi", + "ni" + ], + [ + "om", + "ini" + ], + [ + "▁", + "”" + ], + [ + "▁Cam", + "il" + ], + [ + "▁Ca", + "mil" + ], + [ + "▁C", + "amil" + ], + [ + "▁que", + "en" + ], + [ + "▁qu", + "een" + ], + [ + "mod", + "ifier" + ], + [ + "J", + "an" + ], + [ + "▁ly", + "r" + ], + [ + "▁l", + "yr" + ], + [ + "Com", + "boBox" + ], + [ + "ioni", + "c" + ], + [ + "ion", + "ic" + ], + [ + "io", + "nic" + ], + [ + "i", + "onic" + ], + [ + "▁hol", + "y" + ], + [ + "▁ho", + "ly" + ], + [ + "▁h", + "oly" + ], + [ + "▁Sebast", + "ian" + ], + [ + "|", + "_{" + ], + [ + "▁{", + "@" + ], + [ + "▁мож", + "но" + ], + [ + "▁мо", + "жно" + ], + [ + "▁Cre", + "ative" + ], + [ + "▁inter", + "ess" + ], + [ + "▁inte", + "ress" + ], + [ + "▁C", + "T" + ], + [ + "▁", + "CT" + ], + [ + "i", + "ções" + ], + [ + "▁cha", + "nt" + ], + [ + "▁ch", + "ant" + ], + [ + "▁", + "chant" + ], + [ + "▁wsp", + "ół" + ], + [ + "▁Мекси", + "ка" + ], + [ + "▁rank", + "ed" + ], + [ + "▁ran", + "ked" + ], + [ + "▁paździer", + "nika" + ], + [ + "▁bru", + "t" + ], + [ + "▁br", + "ut" + ], + [ + "▁b", + "rut" + ], + [ + "▁far", + "ther" + ], + [ + "▁Ver", + "b" + ], + [ + "▁Ve", + "rb" + ], + [ + "▁V", + "erb" + ], + [ + "▁Se", + "ven" + ], + [ + "▁S", + "even" + ], + [ + "lb", + "l" + ], + [ + "l", + "bl" + ], + [ + "▁mention", + "s" + ], + [ + "▁ment", + "ions" + ], + [ + "▁Fig", + "ht" + ], + [ + "▁F", + "ight" + ], + [ + "ife", + "n" + ], + [ + "if", + "en" + ], + [ + "i", + "fen" + ], + [ + "▁bo", + "g" + ], + [ + "▁b", + "og" + ], + [ + "▁reg", + "res" + ], + [ + "▁re", + "gres" + ], + [ + "▁sc", + "oring" + ], + [ + "ican", + "e" + ], + [ + "ica", + "ne" + ], + [ + "ic", + "ane" + ], + [ + "▁Ell", + "i" + ], + [ + "▁El", + "li" + ], + [ + "▁pier", + "w" + ], + [ + "▁pie", + "rw" + ], + [ + "me", + "asure" + ], + [ + "ński", + "ej" + ], + [ + "ń", + "skiej" + ], + [ + "#", + "{" + ], + [ + "▁де", + "ся" + ], + [ + "▁var", + "maste" + ], + [ + "▁Un", + "ix" + ], + [ + "I", + "Z" + ], + [ + "iti", + "é" + ], + [ + "Prim", + "ary" + ], + [ + "▁Spring", + "er" + ], + [ + "▁Spr", + "inger" + ], + [ + "ün", + "g" + ], + [ + "ü", + "ng" + ], + [ + "▁an", + "v" + ], + [ + "▁version", + "e" + ], + [ + "▁vers", + "ione" + ], + [ + "▁shoulder", + "s" + ], + [ + "▁should", + "ers" + ], + [ + "▁бри", + "га" + ], + [ + "▁ja", + "v" + ], + [ + "▁j", + "av" + ], + [ + "▁", + "jav" + ], + [ + "lt", + "al" + ], + [ + "l", + "tal" + ], + [ + "▁kall", + "aste" + ], + [ + "▁Mitch", + "ell" + ], + [ + "▁wire", + "less" + ], + [ + "▁wir", + "eless" + ], + [ + "▁Á", + "l" + ], + [ + "resp", + "ons" + ], + [ + "cou", + "ld" + ], + [ + "co", + "uld" + ], + [ + "c", + "ould" + ], + [ + "▁rela", + "x" + ], + [ + "▁rel", + "ax" + ], + [ + "▁re", + "lax" + ], + [ + "▁", + "relax" + ], + [ + "Lo", + "nd" + ], + [ + "L", + "ond" + ], + [ + "ń", + "cz" + ], + [ + "ствова", + "л" + ], + [ + "ство", + "вал" + ], + [ + "▁pol", + "ski" + ], + [ + "en", + "ç" + ], + [ + "za", + "r" + ], + [ + "z", + "ar" + ], + [ + "▁dt", + "ype" + ], + [ + "▁d", + "type" + ], + [ + "own", + "ed" + ], + [ + "ow", + "ned" + ], + [ + "unk", + "nown" + ], + [ + "un", + "known" + ], + [ + "▁mut", + "able" + ], + [ + "▁mu", + "table" + ], + [ + "▁m", + "utable" + ], + [ + "▁", + "mutable" + ], + [ + "▁si", + "empre" + ], + [ + "▁Mont", + "real" + ], + [ + "▁loc", + "ate" + ], + [ + "▁trace", + "s" + ], + [ + "▁trac", + "es" + ], + [ + "▁tra", + "ces" + ], + [ + "▁tr", + "aces" + ], + [ + "▁ins", + "gesamt" + ], + [ + "▁Ni", + "l" + ], + [ + "▁N", + "il" + ], + [ + "▁", + "Nil" + ], + [ + "▁прод", + "а" + ], + [ + "▁про", + "да" + ], + [ + "▁п", + "рода" + ], + [ + "▁War", + "ner" + ], + [ + "▁Na", + "u" + ], + [ + "▁N", + "au" + ], + [ + "tri", + "angle" + ], + [ + "▁concentr", + "ation" + ], + [ + "▁gentle", + "men" + ], + [ + "äch", + "t" + ], + [ + "ä", + "cht" + ], + [ + "filter", + "s" + ], + [ + "fil", + "ters" + ], + [ + "inci", + "pal" + ], + [ + "VAL", + "ID" + ], + [ + "▁де", + "пута" + ], + [ + "ad", + "ó" + ], + [ + "▁kon", + "st" + ], + [ + "gs", + "å" + ], + [ + "aga", + "s" + ], + [ + "ag", + "as" + ], + [ + "a", + "gas" + ], + [ + "▁meille", + "ur" + ], + [ + "▁дан", + "ным" + ], + [ + "є", + "дна" + ], + [ + "encode", + "d" + ], + [ + "enc", + "oded" + ], + [ + "en", + "coded" + ], + [ + "<", + "'" + ], + [ + "▁sheet", + "s" + ], + [ + "▁she", + "ets" + ], + [ + "▁", + "sheets" + ], + [ + "cu", + "ador" + ], + [ + "▁викори", + "стову" + ], + [ + "▁Dep", + "ut" + ], + [ + "▁De", + "put" + ], + [ + "▁man", + "ière" + ], + [ + "ą", + "g" + ], + [ + "cs", + "ol" + ], + [ + "c", + "sol" + ], + [ + ")$", + "-" + ], + [ + ")", + "$-" + ], + [ + "UI", + "View" + ], + [ + "▁mill", + "ones" + ], + [ + "▁Ehr", + "en" + ], + [ + "▁E", + "hren" + ], + [ + "Si", + "l" + ], + [ + "S", + "il" + ], + [ + "▁at", + "ac" + ], + [ + "▁a", + "tac" + ], + [ + "▁Col", + "d" + ], + [ + "▁Co", + "ld" + ], + [ + "▁C", + "old" + ], + [ + "\"", + "\\" + ], + [ + "▁approach", + "ed" + ], + [ + "▁appro", + "ached" + ], + [ + "▁Års", + "med" + ], + [ + "W", + "M" + ], + [ + "▁Dep", + "ort" + ], + [ + "▁De", + "port" + ], + [ + "mi", + "s" + ], + [ + "m", + "is" + ], + [ + "and", + "box" + ], + [ + "obs", + "erv" + ], + [ + "ob", + "serv" + ], + [ + "sett", + "ing" + ], + [ + "set", + "ting" + ], + [ + "hat", + "ó" + ], + [ + "ha", + "tó" + ], + [ + "h", + "ató" + ], + [ + "▁stra", + "t" + ], + [ + "▁str", + "at" + ], + [ + "▁st", + "rat" + ], + [ + "▁s", + "trat" + ], + [ + "▁spr", + "e" + ], + [ + "▁sp", + "re" + ], + [ + "▁s", + "pre" + ], + [ + "▁", + "spre" + ], + [ + "▁personn", + "e" + ], + [ + "▁person", + "ne" + ], + [ + "▁pers", + "onne" + ], + [ + "▁dirig", + "e" + ], + [ + "▁dir", + "ige" + ], + [ + "pu", + "ll" + ], + [ + "p", + "ull" + ], + [ + "dat", + "ing" + ], + [ + "da", + "ting" + ], + [ + "d", + "ating" + ], + [ + "▁Fac", + "t" + ], + [ + "▁Fa", + "ct" + ], + [ + "▁F", + "act" + ], + [ + "▁", + "Fact" + ], + [ + "▁manip", + "ulate" + ], + [ + "▁MA", + "C" + ], + [ + "▁M", + "AC" + ], + [ + "▁de", + "j" + ], + [ + "▁d", + "ej" + ], + [ + "ult", + "imo" + ], + [ + "F", + "X" + ], + [ + "Li", + "fe" + ], + [ + "L", + "ife" + ], + [ + "▁cra", + "ck" + ], + [ + "▁cr", + "ack" + ], + [ + "▁c", + "rack" + ], + [ + "▁m", + "í" + ], + [ + "▁пов", + "е" + ], + [ + "▁по", + "ве" + ], + [ + "▁п", + "ове" + ], + [ + "▁wor", + "e" + ], + [ + "▁wo", + "re" + ], + [ + "▁w", + "ore" + ], + [ + "univers", + "ité" + ], + [ + "▁formula", + "s" + ], + [ + "▁form", + "ulas" + ], + [ + "▁Elis", + "abeth" + ], + [ + "plot", + "s" + ], + [ + "pl", + "ots" + ], + [ + "mil", + "e" + ], + [ + "mi", + "le" + ], + [ + "m", + "ile" + ], + [ + "▁men", + "or" + ], + [ + "▁me", + "nor" + ], + [ + "ти", + "л" + ], + [ + "т", + "ил" + ], + [ + "key", + "word" + ], + [ + "▁Balt", + "imore" + ], + [ + "hre", + "r" + ], + [ + "hr", + "er" + ], + [ + "h", + "rer" + ], + [ + "▁Cle", + "ment" + ], + [ + "▁Cl", + "ement" + ], + [ + "▁C", + "lement" + ], + [ + "vi", + "m" + ], + [ + "v", + "im" + ], + [ + "ras", + "s" + ], + [ + "ra", + "ss" + ], + [ + "r", + "ass" + ], + [ + "T", + "ake" + ], + [ + "▁cím", + "ű" + ], + [ + "▁Con", + "vention" + ], + [ + "at", + "ge" + ], + [ + "see", + "d" + ], + [ + "se", + "ed" + ], + [ + "s", + "eed" + ], + [ + "▁D", + "í" + ], + [ + "▁Sp", + "ider" + ], + [ + "aho", + "o" + ], + [ + "ah", + "oo" + ], + [ + "▁име", + "ет" + ], + [ + "ühr", + "t" + ], + [ + "üh", + "rt" + ], + [ + "▁по", + "писа" + ], + [ + "▁Co", + "t" + ], + [ + "▁C", + "ot" + ], + [ + "▁noble", + "s" + ], + [ + "▁nob", + "les" + ], + [ + "▁no", + "bles" + ], + [ + "RES", + "S" + ], + [ + "RE", + "SS" + ], + [ + "▁chem", + "in" + ], + [ + "▁che", + "min" + ], + [ + "▁gł", + "ówn" + ], + [ + "G", + "G" + ], + [ + "▁German", + "ia" + ], + [ + "▁Germ", + "ania" + ], + [ + "▁Ger", + "mania" + ], + [ + "▁Alexand", + "re" + ], + [ + "hen", + "s" + ], + [ + "he", + "ns" + ], + [ + "h", + "ens" + ], + [ + "sw", + "ift" + ], + [ + "oo", + "p" + ], + [ + "o", + "op" + ], + [ + "Sub", + "view" + ], + [ + "▁requ", + "iring" + ], + [ + "ędz", + "y" + ], + [ + "ęd", + "zy" + ], + [ + "▁fic", + "t" + ], + [ + "▁fi", + "ct" + ], + [ + "▁f", + "ict" + ], + [ + "▁Кон", + "стан" + ], + [ + "▁dép", + "ut" + ], + [ + "▁dé", + "put" + ], + [ + "▁surpr", + "ising" + ], + [ + "▁dei", + "x" + ], + [ + "▁de", + "ix" + ], + [ + "▁unter", + "schied" + ], + [ + "ins", + "on" + ], + [ + "in", + "son" + ], + [ + "▁Char", + "acter" + ], + [ + "▁", + "Character" + ], + [ + "▁gest", + "ion" + ], + [ + "▁ges", + "tion" + ], + [ + "▁g", + "estion" + ], + [ + "ch", + "us" + ], + [ + "c", + "hus" + ], + [ + "come", + "s" + ], + [ + "com", + "es" + ], + [ + "co", + "mes" + ], + [ + "▁neu", + "r" + ], + [ + "▁ne", + "ur" + ], + [ + "▁n", + "eur" + ], + [ + "▁", + "neur" + ], + [ + "▁ye", + "ux" + ], + [ + "oll", + "ar" + ], + [ + "ol", + "lar" + ], + [ + "▁para", + "d" + ], + [ + "▁par", + "ad" + ], + [ + "▁pa", + "rad" + ], + [ + "▁maggior", + "e" + ], + [ + "▁maggio", + "re" + ], + [ + "▁mag", + "giore" + ], + [ + "TR", + "AN" + ], + [ + "▁vot", + "re" + ], + [ + "▁vo", + "tre" + ], + [ + "▁desc", + "ent" + ], + [ + "▁des", + "cent" + ], + [ + "▁I", + "con" + ], + [ + "▁", + "Icon" + ], + [ + "▁Jud", + "ge" + ], + [ + "▁occup", + "ation" + ], + [ + "▁", + "occupation" + ], + [ + "ep", + "ing" + ], + [ + "e", + "ping" + ], + [ + "▁tong", + "ue" + ], + [ + "▁ton", + "gue" + ], + [ + "▁En", + "llaços" + ], + [ + "ru", + "f" + ], + [ + "r", + "uf" + ], + [ + "▁prote", + "in" + ], + [ + "▁prot", + "ein" + ], + [ + "▁visitor", + "s" + ], + [ + "▁visit", + "ors" + ], + [ + "▁vis", + "itors" + ], + [ + "ax", + "y" + ], + [ + "a", + "xy" + ], + [ + "este", + "n" + ], + [ + "est", + "en" + ], + [ + "es", + "ten" + ], + [ + "e", + "sten" + ], + [ + "blic", + "a" + ], + [ + "bl", + "ica" + ], + [ + "b", + "lica" + ], + [ + "h", + "w" + ], + [ + "▁spirit", + "s" + ], + [ + "▁spir", + "its" + ], + [ + "▁reduce", + "s" + ], + [ + "▁redu", + "ces" + ], + [ + "▁ме", + "н" + ], + [ + "▁м", + "ен" + ], + [ + "▁", + "мен" + ], + [ + "▁Lam", + "b" + ], + [ + "▁La", + "mb" + ], + [ + "▁L", + "amb" + ], + [ + "▁Min", + "e" + ], + [ + "▁Mi", + "ne" + ], + [ + "▁M", + "ine" + ], + [ + "▁ver", + "ified" + ], + [ + "▁Bab", + "y" + ], + [ + "▁Ba", + "by" + ], + [ + "▁B", + "aby" + ], + [ + "▁pri", + "ze" + ], + [ + "▁pr", + "ize" + ], + [ + "в", + "ър" + ], + [ + "▁rating", + "s" + ], + [ + "▁rat", + "ings" + ], + [ + "▁for", + "e" + ], + [ + "▁fo", + "re" + ], + [ + "▁f", + "ore" + ], + [ + "▁", + "fore" + ], + [ + "ash", + "a" + ], + [ + "as", + "ha" + ], + [ + "a", + "sha" + ], + [ + "urr", + "ence" + ], + [ + "ur", + "rence" + ], + [ + "▁int", + "ér" + ], + [ + "▁Ol", + "ímp" + ], + [ + "cr", + "a" + ], + [ + "c", + "ra" + ], + [ + "▁computation", + "al" + ], + [ + "▁comput", + "ational" + ], + [ + "irc", + "he" + ], + [ + "ir", + "che" + ], + [ + ".:", + " " + ], + [ + "▁illustrate", + "d" + ], + [ + "▁illustr", + "ated" + ], + [ + "▁Sh", + "are" + ], + [ + "▁household", + "s" + ], + [ + "▁house", + "holds" + ], + [ + "▁con", + "volution" + ], + [ + "oem", + "d" + ], + [ + "oe", + "md" + ], + [ + "▁zdob", + "y" + ], + [ + "▁zd", + "oby" + ], + [ + "cc", + "c" + ], + [ + "c", + "cc" + ], + [ + "▁quant", + "ities" + ], + [ + "Ch", + "e" + ], + [ + "C", + "he" + ], + [ + "Sh", + "ould" + ], + [ + "▁gen", + "ius" + ], + [ + "▁ge", + "nius" + ], + [ + "ad", + "j" + ], + [ + "a", + "dj" + ], + [ + "х", + "ва" + ], + [ + "Пе", + "тер" + ], + [ + "EM", + "A" + ], + [ + "E", + "MA" + ], + [ + "▁Right", + "s" + ], + [ + "▁R", + "ights" + ], + [ + "▁El", + "i" + ], + [ + "▁E", + "li" + ], + [ + "VA", + "R" + ], + [ + "V", + "AR" + ], + [ + "ш", + "ло" + ], + [ + "▁з", + "бір" + ], + [ + "ift", + "ung" + ], + [ + "▁contribute", + "d" + ], + [ + "▁contribu", + "ted" + ], + [ + "▁contrib", + "uted" + ], + [ + "▁cont", + "ributed" + ], + [ + "ze", + "f" + ], + [ + "z", + "ef" + ], + [ + "▁CH", + "AR" + ], + [ + "▁", + "CHAR" + ], + [ + "▁Si", + "b" + ], + [ + "▁S", + "ib" + ], + [ + "▁Man", + "t" + ], + [ + "▁Ma", + "nt" + ], + [ + "▁M", + "ant" + ], + [ + "▁свя", + "зи" + ], + [ + "▁java", + "fx" + ], + [ + "▁c", + "ependant" + ], + [ + "▁int", + "u" + ], + [ + "▁in", + "tu" + ], + [ + "▁т", + "вор" + ], + [ + "▁", + "Ó" + ], + [ + "gue", + "r" + ], + [ + "gu", + "er" + ], + [ + "g", + "uer" + ], + [ + "rad", + "o" + ], + [ + "ra", + "do" + ], + [ + "r", + "ado" + ], + [ + "▁Rev", + "ol" + ], + [ + "▁Re", + "vol" + ], + [ + "▁fé", + "min" + ], + [ + "▁Or", + "leans" + ], + [ + "▁po", + "j" + ], + [ + "▁p", + "oj" + ], + [ + "▁pre", + "z" + ], + [ + "▁pr", + "ez" + ], + [ + "▁p", + "rez" + ], + [ + "Te", + "x" + ], + [ + "T", + "ex" + ], + [ + "ouw", + "d" + ], + [ + "ou", + "wd" + ], + [ + "?", + "(" + ], + [ + "▁LI", + "M" + ], + [ + "▁L", + "IM" + ], + [ + "isti", + "que" + ], + [ + "ist", + "ique" + ], + [ + "esa", + "r" + ], + [ + "es", + "ar" + ], + [ + "▁he", + "ures" + ], + [ + "ick", + "i" + ], + [ + "ic", + "ki" + ], + [ + "i", + "cki" + ], + [ + "▁db", + "o" + ], + [ + "▁d", + "bo" + ], + [ + "▁", + "dbo" + ], + [ + "ski", + "h" + ], + [ + "sk", + "ih" + ], + [ + "s", + "kih" + ], + [ + "conf", + "irm" + ], + [ + "▁vil", + "ág" + ], + [ + "▁ci", + "utat" + ], + [ + "▁D", + "R" + ], + [ + "▁", + "DR" + ], + [ + "▁Haw", + "ai" + ], + [ + "che", + "d" + ], + [ + "ch", + "ed" + ], + [ + "c", + "hed" + ], + [ + "▁sp", + "her" + ], + [ + "▁s", + "pher" + ], + [ + "▁Art", + "ikel" + ], + [ + "▁Multi", + "ple" + ], + [ + "ci", + "u" + ], + [ + "c", + "iu" + ], + [ + "▁м", + "ы" + ], + [ + "▁", + "мы" + ], + [ + "▁lip", + "ca" + ], + [ + "](", + "/" + ], + [ + "]", + "(/" + ], + [ + "Str", + "ategy" + ], + [ + "▁Al", + "abama" + ], + [ + "SD", + "K" + ], + [ + "S", + "DK" + ], + [ + "UT", + "C" + ], + [ + "U", + "TC" + ], + [ + "__", + "." + ], + [ + "_", + "_." + ], + [ + "Argument", + "s" + ], + [ + "Arg", + "uments" + ], + [ + "▁set", + "ContentView" + ], + [ + "î", + "le" + ], + [ + "By", + "Val" + ], + [ + "▁J", + "VM" + ], + [ + "юще", + "го" + ], + [ + "▁Leon", + "ard" + ], + [ + "▁just", + "ify" + ], + [ + "це", + "м" + ], + [ + "ц", + "ем" + ], + [ + "▁na", + "b" + ], + [ + "▁n", + "ab" + ], + [ + "▁", + "nab" + ], + [ + "CCE", + "SS" + ], + [ + "C", + "CESS" + ], + [ + "▁hope", + "s" + ], + [ + "▁hop", + "es" + ], + [ + "▁ho", + "pes" + ], + [ + ")", + "&" + ], + [ + "ser", + "o" + ], + [ + "se", + "ro" + ], + [ + "s", + "ero" + ], + [ + "▁за", + "й" + ], + [ + "слі", + "д" + ], + [ + "▁Ré", + "g" + ], + [ + "▁R", + "ég" + ], + [ + "▁San", + "g" + ], + [ + "▁Sa", + "ng" + ], + [ + "▁S", + "ang" + ], + [ + "▁fun", + "g" + ], + [ + "▁fu", + "ng" + ], + [ + "▁f", + "ung" + ], + [ + "ba", + "ar" + ], + [ + "b", + "aar" + ], + [ + "▁coff", + "ee" + ], + [ + "ass", + "embly" + ], + [ + "▁Ві", + "н" + ], + [ + "▁В", + "ін" + ], + [ + "э", + "й" + ], + [ + "▁compr", + "end" + ], + [ + "▁comp", + "rend" + ], + [ + "fill", + "ed" + ], + [ + "fil", + "led" + ], + [ + "f", + "illed" + ], + [ + "р", + "д" + ], + [ + "odi", + "a" + ], + [ + "od", + "ia" + ], + [ + "o", + "dia" + ], + [ + "▁gen", + "s" + ], + [ + "▁ge", + "ns" + ], + [ + "▁g", + "ens" + ], + [ + "▁", + "gens" + ], + [ + "flu", + "ss" + ], + [ + "fl", + "uss" + ], + [ + "f", + "luss" + ], + [ + "Draw", + "able" + ], + [ + "▁surv", + "e" + ], + [ + "▁sur", + "ve" + ], + [ + "Set", + "up" + ], + [ + "▁n", + "ależ" + ], + [ + "▁conj", + "unto" + ], + [ + "▁Е", + "го" + ], + [ + "▁old", + "al" + ], + [ + "▁ol", + "dal" + ], + [ + "▁verb", + "ose" + ], + [ + "▁ver", + "bose" + ], + [ + "▁Elect", + "ric" + ], + [ + "▁Harris", + "on" + ], + [ + "▁Harr", + "ison" + ], + [ + "▁H", + "arrison" + ], + [ + "eng", + "en" + ], + [ + "en", + "gen" + ], + [ + "para", + "graph" + ], + [ + "par", + "agraph" + ], + [ + "▁nouvelle", + "s" + ], + [ + "▁nouve", + "lles" + ], + [ + "▁n", + "ouvelles" + ], + [ + "▁вре", + "ме" + ], + [ + "▁mem", + "or" + ], + [ + "▁me", + "mor" + ], + [ + "▁m", + "emor" + ], + [ + "▁mayor", + "ía" + ], + [ + "▁mayo", + "ría" + ], + [ + "са", + "д" + ], + [ + "▁bata", + "ille" + ], + [ + "▁bat", + "aille" + ], + [ + "▁therm", + "al" + ], + [ + "▁ther", + "mal" + ], + [ + "▁Хро", + "нологи" + ], + [ + "▁Bet", + "ter" + ], + [ + "▁B", + "etter" + ], + [ + "by", + "e" + ], + [ + "b", + "ye" + ], + [ + "▁теа", + "тра" + ], + [ + "ro", + "e" + ], + [ + "r", + "oe" + ], + [ + "▁seg", + "le" + ], + [ + "▁se", + "gle" + ], + [ + "rot", + "t" + ], + [ + "ro", + "tt" + ], + [ + "r", + "ott" + ], + [ + "▁opinion", + "s" + ], + [ + "▁opin", + "ions" + ], + [ + ")}", + ")" + ], + [ + ")", + "})" + ], + [ + "ühl", + "e" + ], + [ + "üh", + "le" + ], + [ + "▁Gü", + "n" + ], + [ + "▁G", + "ün" + ], + [ + "▁", + "Щ" + ], + [ + "b", + "ól" + ], + [ + "▁Lar", + "ry" + ], + [ + "▁sol", + "ic" + ], + [ + "▁so", + "lic" + ], + [ + "▁zw", + "ar" + ], + [ + "▁z", + "war" + ], + [ + "▁Carol", + "ine" + ], + [ + "▁Car", + "oline" + ], + [ + "▁Reich", + "s" + ], + [ + "Extension", + "s" + ], + [ + "Ext", + "ensions" + ], + [ + "mi", + "gr" + ], + [ + "m", + "igr" + ], + [ + ":", + "@" + ], + [ + "▁enumer", + "ate" + ], + [ + "▁en", + "umerate" + ], + [ + "▁", + "enumerate" + ], + [ + "▁eigen", + "en" + ], + [ + "▁eig", + "enen" + ], + [ + "▁explo", + "re" + ], + [ + "▁expl", + "ore" + ], + [ + "ém", + "u" + ], + [ + "é", + "mu" + ], + [ + "▁ga", + "t" + ], + [ + "▁g", + "at" + ], + [ + "▁", + "gat" + ], + [ + "▁imper", + "ial" + ], + [ + "▁Us", + "ually" + ], + [ + "▁tu", + "d" + ], + [ + "▁t", + "ud" + ], + [ + "▁у", + "кра" + ], + [ + "hi", + "m" + ], + [ + "h", + "im" + ], + [ + "▁corner", + "s" + ], + [ + "▁corn", + "ers" + ], + [ + "▁cor", + "ners" + ], + [ + "▁SE", + "R" + ], + [ + "▁S", + "ER" + ], + [ + "▁", + "SER" + ], + [ + "▁interpret", + "er" + ], + [ + "▁interpre", + "ter" + ], + [ + "▁I", + "ce" + ], + [ + "▁amount", + "s" + ], + [ + "▁Pal", + "a" + ], + [ + "▁Pa", + "la" + ], + [ + "▁P", + "ala" + ], + [ + "▁tin", + "ha" + ], + [ + "▁t", + "inha" + ], + [ + "vol", + "e" + ], + [ + "vo", + "le" + ], + [ + "v", + "ole" + ], + [ + "▁gl", + "e" + ], + [ + "▁g", + "le" + ], + [ + "▁", + "gle" + ], + [ + "uc", + "ci" + ], + [ + "▁sie", + "he" + ], + [ + "Jac", + "k" + ], + [ + "J", + "ack" + ], + [ + "▁wol", + "l" + ], + [ + "▁wo", + "ll" + ], + [ + "▁w", + "oll" + ], + [ + "▁el", + "der" + ], + [ + "▁e", + "lder" + ], + [ + "▁ко", + "раб" + ], + [ + "▁eng", + "ag" + ], + [ + "▁Laur", + "ent" + ], + [ + "▁Lau", + "rent" + ], + [ + "▁La", + "urent" + ], + [ + "▁ach", + "iev" + ], + [ + "isti", + "k" + ], + [ + "ist", + "ik" + ], + [ + "arc", + "t" + ], + [ + "ar", + "ct" + ], + [ + "тно", + "го" + ], + [ + "т", + "ного" + ], + [ + "▁gi", + "r" + ], + [ + "▁g", + "ir" + ], + [ + "▁Sing", + "h" + ], + [ + "▁Sin", + "gh" + ], + [ + "math", + "op" + ], + [ + "US", + "A" + ], + [ + "U", + "SA" + ], + [ + "▁Pro", + "jekt" + ], + [ + "▁deb", + "e" + ], + [ + "▁de", + "be" + ], + [ + "richt", + "ung" + ], + [ + "r", + "ichtung" + ], + [ + "▁Ts", + "ch" + ], + [ + "▁T", + "sch" + ], + [ + "umin", + "ate" + ], + [ + "um", + "inate" + ], + [ + "▁sz", + "ó" + ], + [ + "▁s", + "zó" + ], + [ + "ly", + "ph" + ], + [ + "зиден", + "т" + ], + [ + "зи", + "дент" + ], + [ + "▁limitation", + "s" + ], + [ + "▁limit", + "ations" + ], + [ + "▁lim", + "itations" + ], + [ + "юще", + "й" + ], + [ + "▁bil", + "a" + ], + [ + "▁bi", + "la" + ], + [ + "▁b", + "ila" + ], + [ + "P", + "ush" + ], + [ + "▁offer", + "ing" + ], + [ + "▁off", + "ering" + ], + [ + "ienne", + "s" + ], + [ + "ienn", + "es" + ], + [ + "ien", + "nes" + ], + [ + "i", + "ennes" + ], + [ + "Fr", + "i" + ], + [ + "F", + "ri" + ], + [ + "▁post", + "gresql" + ], + [ + "▁", + "postgresql" + ], + [ + "▁Tom", + "my" + ], + [ + "▁partic", + "olare" + ], + [ + "▁stolet", + "í" + ], + [ + "▁arr", + "ib" + ], + [ + "▁ar", + "rib" + ], + [ + "▁Ev", + "a" + ], + [ + "▁E", + "va" + ], + [ + "sch", + "ool" + ], + [ + "▁vend", + "or" + ], + [ + "▁ven", + "dor" + ], + [ + "▁v", + "endor" + ], + [ + "▁", + "vendor" + ], + [ + "▁Dal", + "las" + ], + [ + "▁D", + "allas" + ], + [ + "▁pro", + "long" + ], + [ + "CRE", + "ATE" + ], + [ + "C", + "REATE" + ], + [ + "▁suiv", + "ante" + ], + [ + "STAT", + "US" + ], + [ + "l", + "à" + ], + [ + "k", + "v" + ], + [ + "▁h", + "äufig" + ], + [ + "▁Agr", + "icult" + ], + [ + "▁hu", + "it" + ], + [ + "▁h", + "uit" + ], + [ + "▁in", + "oltre" + ], + [ + "▁L", + "loyd" + ], + [ + "▁францу", + "з" + ], + [ + "▁вы", + "пол" + ], + [ + "▁faith", + "ful" + ], + [ + "▁Ва", + "р" + ], + [ + "▁В", + "ар" + ], + [ + "▁ver", + "l" + ], + [ + "▁ve", + "rl" + ], + [ + "▁ju", + "ego" + ], + [ + "▁Резу", + "лтати" + ], + [ + ",", + "...," + ], + [ + "▁implicit", + "ly" + ], + [ + "irk", + "s" + ], + [ + "ir", + "ks" + ], + [ + "Cal", + "cul" + ], + [ + "▁mes", + "es" + ], + [ + "▁m", + "eses" + ], + [ + "ome", + "d" + ], + [ + "om", + "ed" + ], + [ + "o", + "med" + ], + [ + "▁pa", + "k" + ], + [ + "▁p", + "ak" + ], + [ + "her", + "it" + ], + [ + "he", + "rit" + ], + [ + "▁opt", + "ical" + ], + [ + "▁І", + "сторія" + ], + [ + "ve", + "is" + ], + [ + "▁capital", + "e" + ], + [ + "▁capit", + "ale" + ], + [ + "place", + "holder" + ], + [ + "int", + "rag" + ], + [ + "▁Atl", + "as" + ], + [ + "▁At", + "las" + ], + [ + "▁", + "Atlas" + ], + [ + ")]", + ";" + ], + [ + ")", + "];" + ], + [ + "icon", + "s" + ], + [ + "ico", + "ns" + ], + [ + "ic", + "ons" + ], + [ + "i", + "cons" + ], + [ + "▁Ben", + "t" + ], + [ + "▁Be", + "nt" + ], + [ + "▁B", + "ent" + ], + [ + "▁W", + "idget" + ], + [ + "▁", + "Widget" + ], + [ + "▁vol", + "unt" + ], + [ + "av", + "o" + ], + [ + "a", + "vo" + ], + [ + "ég", + "r" + ], + [ + "é", + "gr" + ], + [ + "lig", + "e" + ], + [ + "li", + "ge" + ], + [ + "l", + "ige" + ], + [ + "▁NA", + "ME" + ], + [ + "▁N", + "AME" + ], + [ + "▁", + "NAME" + ], + [ + "▁abs", + "tra" + ], + [ + "▁ab", + "stra" + ], + [ + "▁f", + "ís" + ], + [ + "▁Brow", + "ser" + ], + [ + "▁B", + "rowser" + ], + [ + "▁", + "Browser" + ], + [ + "▁bus", + "h" + ], + [ + "▁bu", + "sh" + ], + [ + "▁b", + "ush" + ], + [ + "hal", + "l" + ], + [ + "ha", + "ll" + ], + [ + "h", + "all" + ], + [ + "▁cloud", + "s" + ], + [ + "▁SU", + "B" + ], + [ + "▁S", + "UB" + ], + [ + "▁", + "SUB" + ], + [ + "▁tan", + "dis" + ], + [ + "▁t", + "andis" + ], + [ + "▁Common", + "wealth" + ], + [ + "та", + "я" + ], + [ + "▁exha", + "ust" + ], + [ + "________", + "________" + ], + [ + "▁Statist", + "ics" + ], + [ + "▁Stat", + "istics" + ], + [ + "▁Relig", + "ion" + ], + [ + "▁Mu", + "ham" + ], + [ + "ual", + "s" + ], + [ + "ua", + "ls" + ], + [ + "u", + "als" + ], + [ + "got", + "o" + ], + [ + "go", + "to" + ], + [ + "g", + "oto" + ], + [ + "Dig", + "ital" + ], + [ + "Famil", + "y" + ], + [ + "▁Bu", + "n" + ], + [ + "▁B", + "un" + ], + [ + "let", + "in" + ], + [ + "Man", + "agement" + ], + [ + "▁cap", + "abilities" + ], + [ + "annte", + "n" + ], + [ + "annt", + "en" + ], + [ + "ann", + "ten" + ], + [ + "an", + "nten" + ], + [ + "▁се", + "бе" + ], + [ + "▁stay", + "s" + ], + [ + "▁sta", + "ys" + ], + [ + "▁st", + "ays" + ], + [ + "kte", + "r" + ], + [ + "kt", + "er" + ], + [ + "k", + "ter" + ], + [ + "▁dos", + "t" + ], + [ + "▁do", + "st" + ], + [ + "▁d", + "ost" + ], + [ + "▁Т", + "ре" + ], + [ + "лови", + "ч" + ], + [ + "ло", + "вич" + ], + [ + "л", + "ович" + ], + [ + "▁dy", + "ing" + ], + [ + "▁d", + "ying" + ], + [ + "section", + "s" + ], + [ + "sect", + "ions" + ], + [ + "se", + "ctions" + ], + [ + "án", + "os" + ], + [ + "á", + "nos" + ], + [ + "▁appart", + "en" + ], + [ + "▁appar", + "ten" + ], + [ + "▁app", + "arten" + ], + [ + "▁zo", + "als" + ], + [ + "▁dress", + "ed" + ], + [ + "▁dr", + "essed" + ], + [ + "▁compr", + "ess" + ], + [ + "▁comp", + "ress" + ], + [ + "▁com", + "press" + ], + [ + "ń", + "ska" + ], + [ + "▁sierp", + "nia" + ], + [ + "▁ти", + "ту" + ], + [ + "diction", + "ary" + ], + [ + "d", + "ictionary" + ], + [ + "▁ra", + "bb" + ], + [ + "▁r", + "abb" + ], + [ + "▁vé", + "rit" + ], + [ + "В", + "о" + ], + [ + "▁single", + "ton" + ], + [ + "▁sing", + "leton" + ], + [ + "▁vita", + "l" + ], + [ + "▁vit", + "al" + ], + [ + "▁vi", + "tal" + ], + [ + "▁v", + "ital" + ], + [ + "Ref", + "resh" + ], + [ + "ме", + "ль" + ], + [ + "м", + "ель" + ], + [ + "▁Z", + "h" + ], + [ + "▁Af", + "ghan" + ], + [ + "ink", + "el" + ], + [ + "in", + "kel" + ], + [ + "aa", + "aa" + ], + [ + "▁particip", + "ants" + ], + [ + "ari", + "n" + ], + [ + "ar", + "in" + ], + [ + "a", + "rin" + ], + [ + "▁Mol", + "d" + ], + [ + "▁Mo", + "ld" + ], + [ + "▁M", + "old" + ], + [ + "▁primer", + "os" + ], + [ + "▁prime", + "ros" + ], + [ + "▁prim", + "eros" + ], + [ + "▁ра", + "н" + ], + [ + "▁р", + "ан" + ], + [ + "▁", + "ран" + ], + [ + "▁А", + "мери" + ], + [ + "▁restaur", + "ant" + ], + [ + "év", + "el" + ], + [ + "é", + "vel" + ], + [ + "▁S", + "L" + ], + [ + "▁", + "SL" + ], + [ + "▁Re", + "y" + ], + [ + "▁R", + "ey" + ], + [ + "cha", + "s" + ], + [ + "ch", + "as" + ], + [ + "c", + "has" + ], + [ + "▁electron", + "s" + ], + [ + "▁electro", + "ns" + ], + [ + "▁elect", + "rons" + ], + [ + "▁Pitt", + "s" + ], + [ + "▁Pit", + "ts" + ], + [ + "▁Jul", + "es" + ], + [ + "▁Ju", + "les" + ], + [ + "▁J", + "ules" + ], + [ + "ма", + "й" + ], + [ + "ena", + "nt" + ], + [ + "en", + "ant" + ], + [ + "e", + "nant" + ], + [ + "-", + "}" + ], + [ + "ла", + "д" + ], + [ + "▁Моск", + "ва" + ], + [ + "▁Мос", + "ква" + ], + [ + "go", + "m" + ], + [ + "g", + "om" + ], + [ + "▁Fern", + "ández" + ], + [ + "fun", + "d" + ], + [ + "fu", + "nd" + ], + [ + "f", + "und" + ], + [ + "intern", + "o" + ], + [ + "inter", + "no" + ], + [ + "int", + "erno" + ], + [ + "▁Mar", + "i" + ], + [ + "▁Ma", + "ri" + ], + [ + "▁M", + "ari" + ], + [ + "▁ri", + "us" + ], + [ + "▁r", + "ius" + ], + [ + "▁Pro", + "zent" + ], + [ + "стр", + "і" + ], + [ + "ст", + "рі" + ], + [ + "▁в", + "нут" + ], + [ + "anter", + "ie" + ], + [ + "ante", + "rie" + ], + [ + "ant", + "erie" + ], + [ + "▁при", + "с" + ], + [ + "▁пр", + "ис" + ], + [ + "▁п", + "рис" + ], + [ + "▁об", + "ы" + ], + [ + "▁о", + "бы" + ], + [ + "▁Mari", + "na" + ], + [ + "▁Mar", + "ina" + ], + [ + "▁M", + "arina" + ], + [ + "▁occurr", + "ence" + ], + [ + "▁occur", + "rence" + ], + [ + "▁occ", + "urrence" + ], + [ + "rik", + "t" + ], + [ + "ri", + "kt" + ], + [ + "r", + "ikt" + ], + [ + "▁фи", + "зи" + ], + [ + "▁schw", + "er" + ], + [ + "▁sch", + "wer" + ], + [ + "▁Г", + "ре" + ], + [ + "Res", + "et" + ], + [ + "Re", + "set" + ], + [ + "▁much", + "o" + ], + [ + "▁mu", + "cho" + ], + [ + "and", + "r" + ], + [ + "an", + "dr" + ], + [ + "▁Wie", + "s" + ], + [ + "▁Wi", + "es" + ], + [ + "▁W", + "ies" + ], + [ + "▁Ke", + "ith" + ], + [ + "▁Julia", + "n" + ], + [ + "▁Juli", + "an" + ], + [ + "▁Jul", + "ian" + ], + [ + "▁col", + "e" + ], + [ + "▁co", + "le" + ], + [ + "▁c", + "ole" + ], + [ + "▁", + "cole" + ], + [ + "ci", + "endo" + ], + [ + "c", + "iendo" + ], + [ + "▁Cont", + "empor" + ], + [ + "etr", + "y" + ], + [ + "et", + "ry" + ], + [ + "e", + "try" + ], + [ + "elia", + "n" + ], + [ + "eli", + "an" + ], + [ + "el", + "ian" + ], + [ + "ги", + "и" + ], + [ + "▁го", + "ло" + ], + [ + "▁г", + "оло" + ], + [ + "▁dé", + "l" + ], + [ + "▁d", + "él" + ], + [ + "▁dece", + "nt" + ], + [ + "▁dec", + "ent" + ], + [ + "▁de", + "cent" + ], + [ + "Р", + "СР" + ], + [ + "▁sze", + "ptember" + ], + [ + "ме", + "ст" + ], + [ + "cast", + "le" + ], + [ + "▁держа", + "в" + ], + [ + "}\"", + ")" + ], + [ + "}", + "\")" + ], + [ + "▁ASC", + "II" + ], + [ + "▁Gl", + "en" + ], + [ + "▁G", + "len" + ], + [ + "itzer", + "land" + ], + [ + "T", + "oggle" + ], + [ + "▁trad", + "icional" + ], + [ + "▁Pla", + "t" + ], + [ + "▁Pl", + "at" + ], + [ + "▁P", + "lat" + ], + [ + "ve", + "e" + ], + [ + "v", + "ee" + ], + [ + "ab", + "gerufen" + ], + [ + "(", + "|" + ], + [ + "CL", + "I" + ], + [ + "C", + "LI" + ], + [ + "}}$", + "," + ], + [ + "}}", + "$," + ], + [ + "}", + "}$," + ], + [ + "▁Bow", + "l" + ], + [ + "▁Mal", + "e" + ], + [ + "▁Ma", + "le" + ], + [ + "▁M", + "ale" + ], + [ + "▁Bre", + "s" + ], + [ + "▁Br", + "es" + ], + [ + "▁B", + "res" + ], + [ + "▁п", + "си" + ], + [ + "▁Ch", + "allenge" + ], + [ + "z", + "ó" + ], + [ + "▁pro", + "jekt" + ], + [ + "▁neg", + "oti" + ], + [ + "ab", + "ove" + ], + [ + "a", + "bove" + ], + [ + "▁пери", + "о" + ], + [ + "▁long", + "est" + ], + [ + "▁lon", + "gest" + ], + [ + "auth", + "entic" + ], + [ + "▁trad", + "u" + ], + [ + "▁tra", + "du" + ], + [ + "▁tr", + "adu" + ], + [ + "▁mujer", + "es" + ], + [ + "▁And", + "re" + ], + [ + "▁had", + "n" + ], + [ + "▁ha", + "dn" + ], + [ + "▁Schul", + "e" + ], + [ + "▁Sch", + "ule" + ], + [ + "ode", + "l" + ], + [ + "od", + "el" + ], + [ + "o", + "del" + ], + [ + "ble", + "d" + ], + [ + "bl", + "ed" + ], + [ + "b", + "led" + ], + [ + "▁Trad", + "e" + ], + [ + "▁Tra", + "de" + ], + [ + "▁Tr", + "ade" + ], + [ + "▁T", + "rade" + ], + [ + "▁mob", + "il" + ], + [ + "▁mo", + "bil" + ], + [ + "▁m", + "obil" + ], + [ + "▁alg", + "unas" + ], + [ + "▁La", + "k" + ], + [ + "▁L", + "ak" + ], + [ + "▁Connect", + "icut" + ], + [ + "▁alc", + "o" + ], + [ + "▁al", + "co" + ], + [ + "▁Sel", + "bst" + ], + [ + "i", + "ł" + ], + [ + "▁al", + "b" + ], + [ + "▁a", + "lb" + ], + [ + "ouvern", + "eur" + ], + [ + "ouver", + "neur" + ], + [ + "▁s", + "r" + ], + [ + "▁", + "sr" + ], + [ + "▁vb", + "a" + ], + [ + "▁v", + "ba" + ], + [ + "lop", + "ed" + ], + [ + "lo", + "ped" + ], + [ + "l", + "oped" + ], + [ + "▁Parte", + "i" + ], + [ + "▁Part", + "ei" + ], + [ + "▁Par", + "tei" + ], + [ + "ua", + "te" + ], + [ + "u", + "ate" + ], + [ + "▁Auth", + "entication" + ], + [ + "▁", + "Authentication" + ], + [ + "be", + "i" + ], + [ + "b", + "ei" + ], + [ + "}}", + "." + ], + [ + "}", + "}." + ], + [ + "▁konnte", + "n" + ], + [ + "▁konn", + "ten" + ], + [ + "▁kon", + "nten" + ], + [ + "▁до", + "по" + ], + [ + "▁hy", + "d" + ], + [ + "▁h", + "yd" + ], + [ + "Off", + "ice" + ], + [ + "d", + "onnées" + ], + [ + "▁C", + "leveland" + ], + [ + "rit", + "a" + ], + [ + "ri", + "ta" + ], + [ + "r", + "ita" + ], + [ + "ío", + "s" + ], + [ + "í", + "os" + ], + [ + "▁вы", + "ше" + ], + [ + "▁Robert", + "s" + ], + [ + "▁Ro", + "berts" + ], + [ + "▁élect", + "ions" + ], + [ + "▁é", + "lections" + ], + [ + "▁''", + ")" + ], + [ + "▁'", + "')" + ], + [ + "▁publish", + "ing" + ], + [ + "▁ba", + "pt" + ], + [ + "▁b", + "apt" + ], + [ + "<>", + "();" + ], + [ + "<", + ">();" + ], + [ + "miss", + "ing" + ], + [ + "mis", + "sing" + ], + [ + "рован", + "о" + ], + [ + "рова", + "но" + ], + [ + "р", + "овано" + ], + [ + "▁hous", + "ing" + ], + [ + "▁ho", + "using" + ], + [ + "▁infer", + "ence" + ], + [ + "▁in", + "ference" + ], + [ + "▁Rena", + "issance" + ], + [ + "▁r", + "èg" + ], + [ + "▁Step", + "h" + ], + [ + "▁Ste", + "ph" + ], + [ + "CE", + "S" + ], + [ + "C", + "ES" + ], + [ + "ER", + "E" + ], + [ + "E", + "RE" + ], + [ + "ке", + "т" + ], + [ + "к", + "ет" + ], + [ + "O", + "U" + ], + [ + "▁group", + "ing" + ], + [ + "ver", + "kehr" + ], + [ + "ji", + "h" + ], + [ + "j", + "ih" + ], + [ + "ag", + "li" + ], + [ + "▁mil", + "k" + ], + [ + "la", + "it" + ], + [ + "l", + "ait" + ], + [ + "St", + "age" + ], + [ + "▁byl", + "y" + ], + [ + "▁by", + "ly" + ], + [ + "▁wood", + "en" + ], + [ + "▁wo", + "oden" + ], + [ + "kele", + "y" + ], + [ + "kel", + "ey" + ], + [ + "ke", + "ley" + ], + [ + "etr", + "a" + ], + [ + "et", + "ra" + ], + [ + "e", + "tra" + ], + [ + "▁Pe", + "g" + ], + [ + "▁P", + "eg" + ], + [ + "▁donn", + "é" + ], + [ + "▁don", + "né" + ], + [ + "ada", + "l" + ], + [ + "ad", + "al" + ], + [ + "a", + "dal" + ], + [ + "sequ", + "ently" + ], + [ + "▁ins", + "besondere" + ], + [ + "EL", + "D" + ], + [ + "E", + "LD" + ], + [ + "▁Ma", + "m" + ], + [ + "▁M", + "am" + ], + [ + "▁volt", + "e" + ], + [ + "▁vol", + "te" + ], + [ + "▁pros", + "pect" + ], + [ + "▁pro", + "spect" + ], + [ + "нов", + "е" + ], + [ + "но", + "ве" + ], + [ + "н", + "ове" + ], + [ + "▁denote", + "d" + ], + [ + "▁den", + "oted" + ], + [ + "▁over", + "lay" + ], + [ + "Perm", + "ission" + ], + [ + "Per", + "mission" + ], + [ + "ee", + "n" + ], + [ + "e", + "en" + ], + [ + "▁E", + "M" + ], + [ + "▁", + "EM" + ], + [ + "▁u", + "z" + ], + [ + "▁", + "uz" + ], + [ + "M", + "c" + ], + [ + "oli", + "t" + ], + [ + "ol", + "it" + ], + [ + "o", + "lit" + ], + [ + "▁serv", + "i" + ], + [ + "▁ser", + "vi" + ], + [ + "▁He", + "idel" + ], + [ + "▁Wien", + "er" + ], + [ + "▁Wie", + "ner" + ], + [ + "▁Wi", + "ener" + ], + [ + "▁il", + "legal" + ], + [ + "▁prediction", + "s" + ], + [ + "▁predict", + "ions" + ], + [ + "▁go", + "og" + ], + [ + "ho", + "n" + ], + [ + "h", + "on" + ], + [ + "▁Cin", + "ema" + ], + [ + "▁ре", + "волю" + ], + [ + "▁Ru", + "le" + ], + [ + "▁R", + "ule" + ], + [ + "▁", + "Rule" + ], + [ + "wo", + "d" + ], + [ + "w", + "od" + ], + [ + "▁radi", + "ation" + ], + [ + "▁rad", + "iation" + ], + [ + "o", + "ł" + ], + [ + "ово", + "ї" + ], + [ + "▁Per", + "form" + ], + [ + "▁prison", + "er" + ], + [ + "▁am", + "et" + ], + [ + "▁a", + "met" + ], + [ + "▁figur", + "a" + ], + [ + "▁fig", + "ura" + ], + [ + "▁Command", + "er" + ], + [ + "▁Comm", + "ander" + ], + [ + "▁о", + "фициаль" + ], + [ + "▁tro", + "v" + ], + [ + "▁tr", + "ov" + ], + [ + "▁t", + "rov" + ], + [ + "▁act", + "ed" + ], + [ + "▁ac", + "ted" + ], + [ + "▁a", + "cted" + ], + [ + "▁work", + "flow" + ], + [ + "▁Республи", + "ки" + ], + [ + "▁guid", + "ance" + ], + [ + "▁мен", + "е" + ], + [ + "▁ме", + "не" + ], + [ + "▁м", + "ене" + ], + [ + "▁", + "мене" + ], + [ + "N", + "ational" + ], + [ + "▁Ke", + "l" + ], + [ + "▁K", + "el" + ], + [ + "web", + "pack" + ], + [ + "про", + "стра" + ], + [ + "▁llam", + "ado" + ], + [ + "alo", + "g" + ], + [ + "al", + "og" + ], + [ + "a", + "log" + ], + [ + "ter", + "ra" + ], + [ + "ix", + "en" + ], + [ + "leg", + "raph" + ], + [ + "le", + "graph" + ], + [ + "ä", + "ischen" + ], + [ + "▁teacher", + "s" + ], + [ + "▁teach", + "ers" + ], + [ + "ude", + "n" + ], + [ + "ud", + "en" + ], + [ + "u", + "den" + ], + [ + "▁o", + "gså" + ], + [ + "poss", + "ible" + ], + [ + "pos", + "sible" + ], + [ + "▁Sou", + "l" + ], + [ + "▁So", + "ul" + ], + [ + "▁S", + "oul" + ], + [ + "▁Ge", + "ography" + ], + [ + "▁за", + "да" + ], + [ + "hi", + "t" + ], + [ + "h", + "it" + ], + [ + "▁ange", + "r" + ], + [ + "▁ang", + "er" + ], + [ + "▁an", + "ger" + ], + [ + "▁", + "anger" + ], + [ + "▁remp", + "orte" + ], + [ + "▁rem", + "porte" + ], + [ + "Po", + "d" + ], + [ + "P", + "od" + ], + [ + "ч", + "ке" + ], + [ + "▁ar", + "ia" + ], + [ + "▁a", + "ria" + ], + [ + "▁", + "aria" + ], + [ + "▁A", + "stronom" + ], + [ + "ch", + "apter" + ], + [ + "▁for", + "k" + ], + [ + "▁f", + "ork" + ], + [ + "▁Cu", + "ando" + ], + [ + "men", + "se" + ], + [ + "m", + "ense" + ], + [ + "▁Christian", + "s" + ], + [ + "▁Christ", + "ians" + ], + [ + "g", + "c" + ], + [ + "▁#", + "(" + ], + [ + "Or", + "gan" + ], + [ + "▁stead", + "y" + ], + [ + "▁ste", + "ady" + ], + [ + "ps", + "e" + ], + [ + "p", + "se" + ], + [ + "жи", + "ть" + ], + [ + "igne", + "s" + ], + [ + "ign", + "es" + ], + [ + "ig", + "nes" + ], + [ + "ater", + "ra" + ], + [ + "a", + "terra" + ], + [ + "mov", + "ie" + ], + [ + "mo", + "vie" + ], + [ + "m", + "ovie" + ], + [ + "post", + "a" + ], + [ + "pos", + "ta" + ], + [ + "po", + "sta" + ], + [ + "p", + "osta" + ], + [ + "ras", + "te" + ], + [ + "ra", + "ste" + ], + [ + "r", + "aste" + ], + [ + "▁Ress", + "ource" + ], + [ + "▁Res", + "source" + ], + [ + "▁Pa", + "ís" + ], + [ + "▁()", + ";" + ], + [ + "▁(", + ");" + ], + [ + "▁", + "();" + ], + [ + "▁pen", + "alty" + ], + [ + "т", + "т" + ], + [ + "▁tras", + "fer" + ], + [ + "cent", + "ury" + ], + [ + "▁clean", + "er" + ], + [ + "sel", + "enium" + ], + [ + "s", + "elenium" + ], + [ + "orth", + "east" + ], + [ + "ort", + "heast" + ], + [ + "xi", + "c" + ], + [ + "x", + "ic" + ], + [ + "лі", + "ї" + ], + [ + "л", + "ії" + ], + [ + "▁ingles", + "e" + ], + [ + "▁Tan", + "g" + ], + [ + "▁Ta", + "ng" + ], + [ + "▁T", + "ang" + ], + [ + "▁god", + "s" + ], + [ + "▁go", + "ds" + ], + [ + "▁g", + "ods" + ], + [ + "fre", + "nt" + ], + [ + "fr", + "ent" + ], + [ + "f", + "rent" + ], + [ + "cient", + "e" + ], + [ + "ci", + "ente" + ], + [ + "c", + "iente" + ], + [ + "start", + "s" + ], + [ + "star", + "ts" + ], + [ + "st", + "arts" + ], + [ + "▁music", + "a" + ], + [ + "▁mus", + "ica" + ], + [ + "ymnas", + "ium" + ], + [ + "----", + "+" + ], + [ + "---", + "-+" + ], + [ + "--", + "--+" + ], + [ + "-", + "---+" + ], + [ + "▁terre", + "st" + ], + [ + "▁ter", + "rest" + ], + [ + "▁retrieve", + "d" + ], + [ + "▁retr", + "ieved" + ], + [ + "iar", + "e" + ], + [ + "ia", + "re" + ], + [ + "i", + "are" + ], + [ + "unn", + "ing" + ], + [ + "un", + "ning" + ], + [ + "▁Marc", + "us" + ], + [ + "▁Mar", + "cus" + ], + [ + "▁prom", + "ote" + ], + [ + "warn", + "ing" + ], + [ + "war", + "ning" + ], + [ + "w", + "arning" + ], + [ + "ты", + "й" + ], + [ + "т", + "ый" + ], + [ + "})$", + "," + ], + [ + "})", + "$," + ], + [ + "}", + ")$," + ], + [ + "Trans", + "port" + ], + [ + "▁res", + "on" + ], + [ + "▁re", + "son" + ], + [ + "▁Cl", + "o" + ], + [ + "▁C", + "lo" + ], + [ + "▁er", + "m" + ], + [ + "▁e", + "rm" + ], + [ + "▁", + "erm" + ], + [ + "▁elimin", + "ate" + ], + [ + "▁elim", + "inate" + ], + [ + "heim", + "er" + ], + [ + "he", + "imer" + ], + [ + "▁save", + "s" + ], + [ + "▁sav", + "es" + ], + [ + "▁sa", + "ves" + ], + [ + "▁s", + "aves" + ], + [ + "▁pray", + "er" + ], + [ + "▁pra", + "yer" + ], + [ + "▁pr", + "ayer" + ], + [ + "Class", + "es" + ], + [ + "Expr", + "ess" + ], + [ + "Exp", + "ress" + ], + [ + "Ex", + "press" + ], + [ + "▁Akadem", + "ie" + ], + [ + "El", + "se" + ], + [ + "Tu", + "rn" + ], + [ + "T", + "urn" + ], + [ + "▁ik", + "ke" + ], + [ + "▁re", + "i" + ], + [ + "▁r", + "ei" + ], + [ + "▁", + "rei" + ], + [ + "▁dire", + "tt" + ], + [ + "▁dir", + "ett" + ], + [ + "▁di", + "rett" + ], + [ + "▁Ros", + "t" + ], + [ + "▁Ro", + "st" + ], + [ + "▁R", + "ost" + ], + [ + "▁Pap", + "a" + ], + [ + "▁Pa", + "pa" + ], + [ + "▁P", + "apa" + ], + [ + "▁js", + "f" + ], + [ + "▁j", + "sf" + ], + [ + "ление", + "м" + ], + [ + "ле", + "нием" + ], + [ + "▁Tu", + "l" + ], + [ + "▁T", + "ul" + ], + [ + "▁Za", + "k" + ], + [ + "▁Z", + "ak" + ], + [ + "▁niem", + "ieck" + ], + [ + "T", + "w" + ], + [ + "amo", + "ur" + ], + [ + "am", + "our" + ], + [ + "nest", + "ed" + ], + [ + "nes", + "ted" + ], + [ + "ne", + "sted" + ], + [ + "n", + "ested" + ], + [ + "ppet", + "s" + ], + [ + "ppe", + "ts" + ], + [ + "pp", + "ets" + ], + [ + "ш", + "п" + ], + [ + "di", + "t" + ], + [ + "d", + "it" + ], + [ + "зе", + "н" + ], + [ + "з", + "ен" + ], + [ + "zym", + "a" + ], + [ + "zy", + "ma" + ], + [ + "hr", + "te" + ], + [ + "Constraint", + "s" + ], + [ + "Constra", + "ints" + ], + [ + "▁owner", + "ship" + ], + [ + "▁own", + "ership" + ], + [ + "Ar", + "m" + ], + [ + "A", + "rm" + ], + [ + "▁consum", + "ption" + ], + [ + "▁cons", + "umption" + ], + [ + "▁fe", + "t" + ], + [ + "▁f", + "et" + ], + [ + "iva", + "ri" + ], + [ + "iv", + "ari" + ], + [ + "i", + "vari" + ], + [ + "chr", + "om" + ], + [ + "ch", + "rom" + ], + [ + "set", + "Attribute" + ], + [ + "▁compos", + "e" + ], + [ + "▁comp", + "ose" + ], + [ + "▁com", + "pose" + ], + [ + "▁", + "compose" + ], + [ + "▁back", + "ing" + ], + [ + "▁Pa", + "z" + ], + [ + "▁P", + "az" + ], + [ + "▁scr", + "i" + ], + [ + "▁sc", + "ri" + ], + [ + "▁s", + "cri" + ], + [ + "▁", + "scri" + ], + [ + "▁Me", + "chan" + ], + [ + "▁Nor", + "way" + ], + [ + "▁Ju", + "p" + ], + [ + "▁J", + "up" + ], + [ + "▁mé", + "r" + ], + [ + "▁m", + "ér" + ], + [ + "▁administr", + "ator" + ], + [ + "▁cab", + "e" + ], + [ + "▁ca", + "be" + ], + [ + "▁c", + "abe" + ], + [ + "ival", + "ent" + ], + [ + "▁thro", + "ne" + ], + [ + "▁thr", + "one" + ], + [ + "▁due", + "s" + ], + [ + "▁du", + "es" + ], + [ + "▁d", + "ues" + ], + [ + "▁hum", + "or" + ], + [ + "▁hu", + "mor" + ], + [ + "▁Ad", + "ri" + ], + [ + "▁A", + "dri" + ], + [ + "▁ab", + "ort" + ], + [ + "ña", + "s" + ], + [ + "ñ", + "as" + ], + [ + "▁Ки", + "їв" + ], + [ + "j", + "ící" + ], + [ + "▁zwei", + "te" + ], + [ + "▁zwe", + "ite" + ], + [ + "▁dou", + "b" + ], + [ + "▁do", + "ub" + ], + [ + "ers", + "hell" + ], + [ + "er", + "shell" + ], + [ + "шо", + "й" + ], + [ + "▁Fa", + "m" + ], + [ + "▁F", + "am" + ], + [ + "å", + "k" + ], + [ + "▁twee", + "de" + ], + [ + "▁twe", + "ede" + ], + [ + "▁Ri", + "b" + ], + [ + "▁R", + "ib" + ], + [ + "▁f", + "ør" + ], + [ + "pc", + "ión" + ], + [ + "p", + "ción" + ], + [ + "inn", + "ed" + ], + [ + "in", + "ned" + ], + [ + "rv", + "m" + ], + [ + "r", + "vm" + ], + [ + "▁App", + "ar" + ], + [ + "▁Ap", + "par" + ], + [ + "▁D", + "j" + ], + [ + "▁Sh", + "ang" + ], + [ + "▁S", + "hang" + ], + [ + "Dist", + "ance" + ], + [ + "D", + "istance" + ], + [ + "▁da", + "wn" + ], + [ + "▁d", + "awn" + ], + [ + "▁", + "dawn" + ], + [ + "▁Matt", + "h" + ], + [ + "▁Mat", + "th" + ], + [ + "▁err", + "ichtet" + ], + [ + "phan", + "tom" + ], + [ + "ph", + "antom" + ], + [ + "▁release", + "s" + ], + [ + "▁re", + "leases" + ], + [ + "Recogn", + "izer" + ], + [ + "▁Ko", + "p" + ], + [ + "▁K", + "op" + ], + [ + "▁Pu", + "l" + ], + [ + "▁P", + "ul" + ], + [ + "u", + "é" + ], + [ + "nat", + "s" + ], + [ + "na", + "ts" + ], + [ + "n", + "ats" + ], + [ + "rel", + "ax" + ], + [ + "re", + "lax" + ], + [ + "▁fle", + "d" + ], + [ + "▁fl", + "ed" + ], + [ + "▁f", + "led" + ], + [ + "▁experience", + "s" + ], + [ + "▁experien", + "ces" + ], + [ + "ще", + "е" + ], + [ + "мен", + "я" + ], + [ + "ме", + "ня" + ], + [ + "▁пер", + "сона" + ], + [ + "▁Ident", + "ity" + ], + [ + "▁Id", + "entity" + ], + [ + "▁", + "Identity" + ], + [ + "ret", + "s" + ], + [ + "re", + "ts" + ], + [ + "r", + "ets" + ], + [ + "k", + "unft" + ], + [ + "lar", + "g" + ], + [ + "la", + "rg" + ], + [ + "l", + "arg" + ], + [ + "List", + "Item" + ], + [ + "v", + "d" + ], + [ + "run", + "ner" + ], + [ + "lan", + "t" + ], + [ + "la", + "nt" + ], + [ + "l", + "ant" + ], + [ + "ip", + "art" + ], + [ + "i", + "part" + ], + [ + "ba", + "y" + ], + [ + "b", + "ay" + ], + [ + "ie", + "i" + ], + [ + "i", + "ei" + ], + [ + "▁length", + "s" + ], + [ + "▁catt", + "le" + ], + [ + "▁c", + "attle" + ], + [ + "jet", + "s" + ], + [ + "je", + "ts" + ], + [ + "j", + "ets" + ], + [ + "▁se", + "hen" + ], + [ + "J", + "ul" + ], + [ + "fa", + "tt" + ], + [ + "f", + "att" + ], + [ + "▁surr", + "ender" + ], + [ + "▁sur", + "render" + ], + [ + "▁Tru", + "mp" + ], + [ + "▁Tr", + "ump" + ], + [ + "дно", + "го" + ], + [ + "д", + "ного" + ], + [ + "▁Four", + "ier" + ], + [ + "▁Fou", + "rier" + ], + [ + "ieb", + "en" + ], + [ + "ie", + "ben" + ], + [ + "i", + "eben" + ], + [ + "_", + "\"" + ], + [ + "▁frü", + "her" + ], + [ + "▁gar", + "ant" + ], + [ + "▁ga", + "rant" + ], + [ + "uclide", + "an" + ], + [ + "äg", + "t" + ], + [ + "ä", + "gt" + ], + [ + "▁пів", + "ден" + ], + [ + "Page", + "s" + ], + [ + "Pa", + "ges" + ], + [ + "P", + "ages" + ], + [ + "▁river", + "s" + ], + [ + "▁riv", + "ers" + ], + [ + "▁ri", + "vers" + ], + [ + "▁r", + "ivers" + ], + [ + "▁donne", + "r" + ], + [ + "▁donn", + "er" + ], + [ + "▁don", + "ner" + ], + [ + "sv", + "n" + ], + [ + "s", + "vn" + ], + [ + "▁", + "ł" + ], + [ + "ov", + "ě" + ], + [ + "o", + "vě" + ], + [ + "▁Le", + "ist" + ], + [ + "aria", + "l" + ], + [ + "ari", + "al" + ], + [ + "ar", + "ial" + ], + [ + "a", + "rial" + ], + [ + "ový", + "ch" + ], + [ + "ov", + "ých" + ], + [ + "▁fill", + "ing" + ], + [ + "▁fil", + "ling" + ], + [ + "▁f", + "illing" + ], + [ + "▁musical", + "e" + ], + [ + "▁musica", + "le" + ], + [ + "▁music", + "ale" + ], + [ + "▁mus", + "icale" + ], + [ + "max", + "im" + ], + [ + "ma", + "xim" + ], + [ + "▁dash", + "ed" + ], + [ + "▁das", + "hed" + ], + [ + "▁d", + "ashed" + ], + [ + "▁Но", + "в" + ], + [ + "▁Н", + "ов" + ], + [ + "Draw", + "er" + ], + [ + "Dra", + "wer" + ], + [ + "▁Medic", + "ine" + ], + [ + "▁dok", + "ument" + ], + [ + "owe", + "l" + ], + [ + "ow", + "el" + ], + [ + "o", + "wel" + ], + [ + "vi", + "ć" + ], + [ + "v", + "ić" + ], + [ + "hel", + "y" + ], + [ + "he", + "ly" + ], + [ + "h", + "ely" + ], + [ + "▁ele", + "t" + ], + [ + "▁el", + "et" + ], + [ + "▁e", + "let" + ], + [ + "Second", + "s" + ], + [ + "Sec", + "onds" + ], + [ + "▁Gon", + "z" + ], + [ + "ro", + "u" + ], + [ + "r", + "ou" + ], + [ + "▁finale", + "s" + ], + [ + "▁final", + "es" + ], + [ + "▁fin", + "ales" + ], + [ + "r", + "n" + ], + [ + "f", + "ø" + ], + [ + "▁index", + "ed" + ], + [ + "class", + "Name" + ], + [ + "▁ob", + "er" + ], + [ + "▁o", + "ber" + ], + [ + "▁", + "ober" + ], + [ + "▁du", + "as" + ], + [ + "▁optimize", + "d" + ], + [ + "▁optim", + "ized" + ], + [ + "▁k", + "dy" + ], + [ + "vers", + "ary" + ], + [ + "ener", + "gy" + ], + [ + "▁центр", + "а" + ], + [ + "▁цент", + "ра" + ], + [ + "▁curr", + "ency" + ], + [ + "▁c", + "urrency" + ], + [ + "▁", + "currency" + ], + [ + "zy", + "ż" + ], + [ + "Li", + "ke" + ], + [ + "L", + "ike" + ], + [ + "▁Г", + "и" + ], + [ + "son", + "o" + ], + [ + "so", + "no" + ], + [ + "s", + "ono" + ], + [ + "▁pal", + "ab" + ], + [ + "▁pa", + "lab" + ], + [ + "▁push", + "ing" + ], + [ + "▁p", + "ushing" + ], + [ + "ub", + "lik" + ], + [ + "▁Has", + "s" + ], + [ + "▁Ha", + "ss" + ], + [ + "▁H", + "ass" + ], + [ + "}\\,", + "\\" + ], + [ + "}\\", + ",\\" + ], + [ + "}", + "\\,\\" + ], + [ + "unk", + "er" + ], + [ + "un", + "ker" + ], + [ + "▁Fact", + "ory" + ], + [ + "▁F", + "actory" + ], + [ + "▁", + "Factory" + ], + [ + "▁Resource", + "s" + ], + [ + "▁Res", + "ources" + ], + [ + "▁", + "Resources" + ], + [ + "date", + "i" + ], + [ + "dat", + "ei" + ], + [ + "da", + "tei" + ], + [ + "▁Tool", + "s" + ], + [ + "▁To", + "ols" + ], + [ + "▁T", + "ools" + ], + [ + "▁", + "Tools" + ], + [ + "▁ste", + "hen" + ], + [ + "sim", + "e" + ], + [ + "si", + "me" + ], + [ + "s", + "ime" + ], + [ + "▁Х", + "у" + ], + [ + "▁ho", + "ch" + ], + [ + "▁h", + "och" + ], + [ + "▁Rod", + "ríguez" + ], + [ + "zeit", + "ig" + ], + [ + "▁Terr", + "y" + ], + [ + "▁Ter", + "ry" + ], + [ + "▁об", + "у" + ], + [ + "▁о", + "бу" + ], + [ + "Us", + "age" + ], + [ + "urch", + "ase" + ], + [ + "l", + "ö" + ], + [ + "▁Int", + "roduction" + ], + [ + "▁", + "Introduction" + ], + [ + "▁particip", + "ation" + ], + [ + "ο", + "ς" + ], + [ + "og", + "li" + ], + [ + "ap", + "y" + ], + [ + "a", + "py" + ], + [ + "▁hope", + "fully" + ], + [ + "pond", + "er" + ], + [ + "pon", + "der" + ], + [ + "po", + "nder" + ], + [ + "p", + "onder" + ], + [ + "▁Yan", + "g" + ], + [ + "▁Ya", + "ng" + ], + [ + "▁Y", + "ang" + ], + [ + "▁promise", + "s" + ], + [ + "▁prom", + "ises" + ], + [ + "▁вер", + "ну" + ], + [ + "▁ост", + "ров" + ], + [ + "▁о", + "стров" + ], + [ + "^{", + "+" + ], + [ + "▁most", + "ra" + ], + [ + "▁mos", + "tra" + ], + [ + "▁mo", + "stra" + ], + [ + "▁CURL", + "OPT" + ], + [ + "H", + "H" + ], + [ + "▁std", + "out" + ], + [ + "▁", + "stdout" + ], + [ + "▁br", + "illiant" + ], + [ + "▁manus", + "cript" + ], + [ + "▁dec", + "ir" + ], + [ + "▁de", + "cir" + ], + [ + "▁Bol", + "og" + ], + [ + "▁Bo", + "log" + ], + [ + "▁B", + "olog" + ], + [ + "▁мест", + "а" + ], + [ + "▁ме", + "ста" + ], + [ + "▁in", + "visible" + ], + [ + "▁Cha", + "l" + ], + [ + "▁Ch", + "al" + ], + [ + "▁C", + "hal" + ], + [ + "▁analyz", + "e" + ], + [ + "▁analy", + "ze" + ], + [ + "pril", + "is" + ], + [ + "pr", + "ilis" + ], + [ + "atten", + "d" + ], + [ + "atte", + "nd" + ], + [ + "att", + "end" + ], + [ + "M", + "vc" + ], + [ + "tha", + "n" + ], + [ + "th", + "an" + ], + [ + "t", + "han" + ], + [ + "ck", + "o" + ], + [ + "c", + "ko" + ], + [ + "▁Que", + "bec" + ], + [ + "▁plant", + "a" + ], + [ + "▁plan", + "ta" + ], + [ + "▁pl", + "anta" + ], + [ + "▁télé", + "vis" + ], + [ + "▁un", + "install" + ], + [ + "èn", + "cies" + ], + [ + "▁gmin", + "ie" + ], + [ + "▁Pre", + "f" + ], + [ + "▁Pr", + "ef" + ], + [ + "▁P", + "ref" + ], + [ + "▁le", + "quel" + ], + [ + "Inv", + "ocation" + ], + [ + "▁", + "Í" + ], + [ + "▁transform", + "ed" + ], + [ + "▁trans", + "formed" + ], + [ + "MA", + "N" + ], + [ + "M", + "AN" + ], + [ + "geb", + "aut" + ], + [ + "ge", + "baut" + ], + [ + "▁со", + "хра" + ], + [ + "▁вто", + "рой" + ], + [ + "▁Lit", + "h" + ], + [ + "▁Li", + "th" + ], + [ + "▁L", + "ith" + ], + [ + "wend", + "ung" + ], + [ + "▁Polit", + "ik" + ], + [ + "▁Sen", + "ator" + ], + [ + "▁L", + "L" + ], + [ + "▁", + "LL" + ], + [ + "жде", + "ние" + ], + [ + "ш", + "те" + ], + [ + "▁C", + "és" + ], + [ + "▁band", + "e" + ], + [ + "▁ban", + "de" + ], + [ + "▁ba", + "nde" + ], + [ + "▁b", + "ande" + ], + [ + "▁historia", + "n" + ], + [ + "▁histor", + "ian" + ], + [ + "▁password", + "s" + ], + [ + "▁pass", + "words" + ], + [ + "mal", + "loc" + ], + [ + "m", + "alloc" + ], + [ + "▁semi", + "f" + ], + [ + "▁sem", + "if" + ], + [ + "▁r", + "å" + ], + [ + "▁", + "rå" + ], + [ + "unic", + "í" + ], + [ + "uni", + "cí" + ], + [ + "Av", + "ailable" + ], + [ + "Option", + "al" + ], + [ + "Opt", + "ional" + ], + [ + "▁Tw", + "e" + ], + [ + "▁T", + "we" + ], + [ + "▁kr", + "ó" + ], + [ + "▁k", + "ró" + ], + [ + "▁subset", + "s" + ], + [ + "▁subs", + "ets" + ], + [ + "▁sub", + "sets" + ], + [ + "▁DA", + "T" + ], + [ + "▁D", + "AT" + ], + [ + "▁", + "DAT" + ], + [ + "▁double", + "s" + ], + [ + "▁doub", + "les" + ], + [ + "▁dou", + "bles" + ], + [ + "ника", + "ми" + ], + [ + "ни", + "ками" + ], + [ + "▁з", + "в" + ], + [ + "geg", + "eben" + ], + [ + "ge", + "geben" + ], + [ + "g", + "egeben" + ], + [ + "▁По", + "пис" + ], + [ + "▁jú", + "lius" + ], + [ + "▁met", + "eor" + ], + [ + "▁m", + "eteor" + ], + [ + "Mo", + "unt" + ], + [ + "M", + "ount" + ], + [ + "iven", + "t" + ], + [ + "ive", + "nt" + ], + [ + "iv", + "ent" + ], + [ + "i", + "vent" + ], + [ + "▁Nat", + "han" + ], + [ + "▁Na", + "than" + ], + [ + "▁N", + "athan" + ], + [ + "▁Sch", + "utz" + ], + [ + "ego", + "v" + ], + [ + "eg", + "ov" + ], + [ + "e", + "gov" + ], + [ + "▁d", + "öd" + ], + [ + "▁me", + "at" + ], + [ + "▁пун", + "кт" + ], + [ + "▁mind", + "s" + ], + [ + "▁min", + "ds" + ], + [ + "▁m", + "inds" + ], + [ + "eli", + "very" + ], + [ + "▁T", + "LS" + ], + [ + "ре", + "м" + ], + [ + "р", + "ем" + ], + [ + "cks", + "å" + ], + [ + "▁stay", + "ed" + ], + [ + "▁sta", + "yed" + ], + [ + "▁Bi", + "n" + ], + [ + "▁B", + "in" + ], + [ + "▁Pi", + "a" + ], + [ + "▁P", + "ia" + ], + [ + "▁име", + "н" + ], + [ + "▁им", + "ен" + ], + [ + "▁и", + "мен" + ], + [ + "▁Bob", + "by" + ], + [ + "▁produ", + "it" + ], + [ + "▁prod", + "uit" + ], + [ + "emp", + "io" + ], + [ + "em", + "pio" + ], + [ + "▁redu", + "cing" + ], + [ + "▁Y", + "u" + ], + [ + "▁Gesch", + "äft" + ], + [ + "▁per", + "ché" + ], + [ + "▁cor", + "s" + ], + [ + "▁co", + "rs" + ], + [ + "▁c", + "ors" + ], + [ + "▁icon", + "s" + ], + [ + "▁ic", + "ons" + ], + [ + "▁i", + "cons" + ], + [ + "▁", + "icons" + ], + [ + "App", + "Data" + ], + [ + "▁Ho", + "g" + ], + [ + "▁H", + "og" + ], + [ + "▁рі", + "в" + ], + [ + "▁р", + "ів" + ], + [ + "▁", + "рів" + ], + [ + "▁San", + "s" + ], + [ + "▁Sa", + "ns" + ], + [ + "▁S", + "ans" + ], + [ + "▁siè", + "ge" + ], + [ + "▁si", + "ège" + ], + [ + "stelle", + "n" + ], + [ + "stell", + "en" + ], + [ + "st", + "ellen" + ], + [ + "Br", + "ush" + ], + [ + "OF", + "F" + ], + [ + "O", + "FF" + ], + [ + "▁visit", + "or" + ], + [ + "▁vis", + "itor" + ], + [ + "▁bat", + "h" + ], + [ + "▁ba", + "th" + ], + [ + "▁b", + "ath" + ], + [ + "▁fe", + "e" + ], + [ + "▁f", + "ee" + ], + [ + "atis", + "f" + ], + [ + "ati", + "sf" + ], + [ + "at", + "isf" + ], + [ + "▁cur", + "v" + ], + [ + "▁cu", + "rv" + ], + [ + "▁folg", + "ender" + ], + [ + "▁fol", + "gender" + ], + [ + "▁cons", + "cience" + ], + [ + "▁Se", + "attle" + ], + [ + "▁medi", + "eval" + ], + [ + "▁med", + "ieval" + ], + [ + "dist", + "ribution" + ], + [ + "▁D", + "M" + ], + [ + "▁", + "DM" + ], + [ + "▁м", + "я" + ], + [ + "▁", + "мя" + ], + [ + "▁R", + "UN" + ], + [ + "ako", + "v" + ], + [ + "ak", + "ov" + ], + [ + "a", + "kov" + ], + [ + "ce", + "il" + ], + [ + "c", + "eil" + ], + [ + "▁lett", + "ing" + ], + [ + "▁let", + "ting" + ], + [ + "▁do", + "v" + ], + [ + "▁d", + "ov" + ], + [ + "▁об", + "и" + ], + [ + "▁о", + "би" + ], + [ + "kie", + "j" + ], + [ + "ki", + "ej" + ], + [ + "k", + "iej" + ], + [ + "▁dire", + "kt" + ], + [ + "▁t", + "m" + ], + [ + "▁", + "tm" + ], + [ + "color", + "s" + ], + [ + "colo", + "rs" + ], + [ + "col", + "ors" + ], + [ + "▁alt", + "ro" + ], + [ + "▁tijd", + "ens" + ], + [ + "]{", + "'" + ], + [ + "]", + "{'" + ], + [ + "▁Bo", + "m" + ], + [ + "▁B", + "om" + ], + [ + "▁kun", + "st" + ], + [ + "▁k", + "unst" + ], + [ + "▁sh", + "elter" + ], + [ + "▁ra", + "v" + ], + [ + "▁r", + "av" + ], + [ + "▁", + "rav" + ], + [ + "pred", + "ict" + ], + [ + "pre", + "dict" + ], + [ + "▁comenz", + "ó" + ], + [ + "▁świ", + "at" + ], + [ + "▁św", + "iat" + ], + [ + "▁Dur", + "ant" + ], + [ + "▁Du", + "rant" + ], + [ + "▁scheme", + "s" + ], + [ + "▁sche", + "mes" + ], + [ + "▁sch", + "emes" + ], + [ + "▁mes", + "h" + ], + [ + "▁me", + "sh" + ], + [ + "▁m", + "esh" + ], + [ + "▁indic", + "ator" + ], + [ + "▁ind", + "icator" + ], + [ + "▁Em", + "er" + ], + [ + "▁E", + "mer" + ], + [ + "▁gu", + "ilty" + ], + [ + "не", + "ц" + ], + [ + "▁consequence", + "s" + ], + [ + "▁consequ", + "ences" + ], + [ + "clude", + "s" + ], + [ + "clud", + "es" + ], + [ + "cl", + "udes" + ], + [ + "▁Low", + "er" + ], + [ + "▁Lo", + "wer" + ], + [ + "▁L", + "ower" + ], + [ + "▁", + "Lower" + ], + [ + "▁по", + "ме" + ], + [ + "▁pac", + "e" + ], + [ + "▁pa", + "ce" + ], + [ + "▁p", + "ace" + ], + [ + "▁", + "pace" + ], + [ + "да", + "го" + ], + [ + "▁amb", + "os" + ], + [ + "▁am", + "bos" + ], + [ + "l", + "b" + ], + [ + "▁educ", + "ated" + ], + [ + "ural", + "e" + ], + [ + "ura", + "le" + ], + [ + "ur", + "ale" + ], + [ + "u", + "rale" + ], + [ + "an", + "h" + ], + [ + "ess", + "ég" + ], + [ + "es", + "ség" + ], + [ + "▁association", + "s" + ], + [ + "▁associ", + "ations" + ], + [ + "to", + "wn" + ], + [ + "t", + "own" + ], + [ + "▁tri", + "f" + ], + [ + "▁tr", + "if" + ], + [ + "▁t", + "rif" + ], + [ + "sample", + "s" + ], + [ + "sam", + "ples" + ], + [ + "s", + "amples" + ], + [ + "bo", + "s" + ], + [ + "b", + "os" + ], + [ + "▁Spec", + "t" + ], + [ + "▁Spe", + "ct" + ], + [ + "▁Sp", + "ect" + ], + [ + "▁S", + "pect" + ], + [ + "▁Ц", + "е" + ], + [ + "alt", + "ung" + ], + [ + "▁Lo", + "b" + ], + [ + "▁L", + "ob" + ], + [ + "▁curios", + "ity" + ], + [ + "▁Weit", + "er" + ], + [ + "▁Wei", + "ter" + ], + [ + "▁We", + "iter" + ], + [ + "eston", + "e" + ], + [ + "esto", + "ne" + ], + [ + "est", + "one" + ], + [ + "e", + "stone" + ], + [ + "▁demo", + "l" + ], + [ + "▁dem", + "ol" + ], + [ + "▁apo", + "log" + ], + [ + "▁ap", + "olog" + ], + [ + "▁Dynam", + "ic" + ], + [ + "▁D", + "ynamic" + ], + [ + "▁", + "Dynamic" + ], + [ + "In", + "ner" + ], + [ + "esp", + "er" + ], + [ + "es", + "per" + ], + [ + "ec", + "z" + ], + [ + "e", + "cz" + ], + [ + "uelle", + "ment" + ], + [ + "uel", + "lement" + ], + [ + "▁Hamilton", + "ian" + ], + [ + "At", + "las" + ], + [ + "▁arg", + "ue" + ], + [ + "▁ar", + "gue" + ], + [ + "For", + "eign" + ], + [ + "F", + "oreign" + ], + [ + "col", + "lapse" + ], + [ + "▁tér", + "min" + ], + [ + "▁electron", + "ic" + ], + [ + "▁electro", + "nic" + ], + [ + "▁N", + "R" + ], + [ + "▁", + "NR" + ], + [ + "▁cor", + "r" + ], + [ + "▁co", + "rr" + ], + [ + "▁c", + "orr" + ], + [ + "▁", + "corr" + ], + [ + "temp", + "s" + ], + [ + "tem", + "ps" + ], + [ + "Index", + "Path" + ], + [ + "я", + "з" + ], + [ + "▁tal", + "ál" + ], + [ + "tod", + "ay" + ], + [ + "to", + "day" + ], + [ + "wa", + "ve" + ], + [ + "w", + "ave" + ], + [ + "▁si", + "b" + ], + [ + "▁s", + "ib" + ], + [ + "▁сп", + "и" + ], + [ + "▁с", + "пи" + ], + [ + "▁conv", + "ey" + ], + [ + "▁con", + "vey" + ], + [ + "▁Gé", + "ographie" + ], + [ + "▁Н", + "ью" + ], + [ + "▁Hi", + "bernate" + ], + [ + "▁ti", + "n" + ], + [ + "▁t", + "in" + ], + [ + "di", + "c" + ], + [ + "d", + "ic" + ], + [ + "pping", + "s" + ], + [ + "pp", + "ings" + ], + [ + "s", + "weise" + ], + [ + "▁roll", + "ing" + ], + [ + "▁rol", + "ling" + ], + [ + "▁", + "rolling" + ], + [ + "▁select", + "s" + ], + [ + ")\\", + ")" + ], + [ + ")", + "\\)" + ], + [ + "▁poet", + "a" + ], + [ + "▁po", + "eta" + ], + [ + "▁сте", + "пени" + ], + [ + "▁Ab", + "r" + ], + [ + "▁A", + "br" + ], + [ + "▁hö", + "ch" + ], + [ + "▁ster", + "n" + ], + [ + "▁ste", + "rn" + ], + [ + "▁st", + "ern" + ], + [ + "▁s", + "tern" + ], + [ + "▁f", + "jär" + ], + [ + "▁install", + "er" + ], + [ + "▁instal", + "ler" + ], + [ + "▁inst", + "aller" + ], + [ + "dec", + "l" + ], + [ + "de", + "cl" + ], + [ + "▁mise", + "r" + ], + [ + "▁mis", + "er" + ], + [ + "▁mi", + "ser" + ], + [ + "▁m", + "iser" + ], + [ + "group", + "by" + ], + [ + "subst", + "r" + ], + [ + "sub", + "str" + ], + [ + "▁phen", + "omen" + ], + [ + "▁Win", + "g" + ], + [ + "▁Wi", + "ng" + ], + [ + "▁W", + "ing" + ], + [ + "▁fill", + "s" + ], + [ + "▁fil", + "ls" + ], + [ + "▁f", + "ills" + ], + [ + "▁ú", + "nico" + ], + [ + "Run", + "ning" + ], + [ + "R", + "unning" + ], + [ + "Com", + "e" + ], + [ + "Co", + "me" + ], + [ + "C", + "ome" + ], + [ + "ira", + "ble" + ], + [ + "ir", + "able" + ], + [ + "i", + "rable" + ], + [ + "sime", + "q" + ], + [ + "sim", + "eq" + ], + [ + "▁rem", + "p" + ], + [ + "▁re", + "mp" + ], + [ + "▁r", + "emp" + ], + [ + "kel", + "e" + ], + [ + "ke", + "le" + ], + [ + "k", + "ele" + ], + [ + "lier", + "s" + ], + [ + "lie", + "rs" + ], + [ + "li", + "ers" + ], + [ + "l", + "iers" + ], + [ + "▁kwiet", + "nia" + ], + [ + "▁interrupt", + "ed" + ], + [ + "▁inter", + "rupted" + ], + [ + "▁Je", + "t" + ], + [ + "▁J", + "et" + ], + [ + "=\\", + "{" + ], + [ + "=", + "\\{" + ], + [ + "íd", + "o" + ], + [ + "í", + "do" + ], + [ + "▁Tai", + "wan" + ], + [ + "▁воз", + "ра" + ], + [ + "▁alternative", + "s" + ], + [ + "▁altern", + "atives" + ], + [ + "▁Ti", + "r" + ], + [ + "▁T", + "ir" + ], + [ + "▁Res", + "erve" + ], + [ + "▁Re", + "serve" + ], + [ + "▁Ку", + "р" + ], + [ + "▁К", + "ур" + ], + [ + "▁Nob", + "el" + ], + [ + "▁No", + "bel" + ], + [ + "▁работа", + "л" + ], + [ + "▁рабо", + "тал" + ], + [ + "▁ax", + "es" + ], + [ + "▁a", + "xes" + ], + [ + "▁C", + "ependant" + ], + [ + "k", + "á" + ], + [ + "▁er", + "neut" + ], + [ + "▁Dem", + "o" + ], + [ + "▁De", + "mo" + ], + [ + "▁D", + "emo" + ], + [ + "▁", + "Demo" + ], + [ + "comm", + "unic" + ], + [ + "construct", + "or" + ], + [ + "con", + "structor" + ], + [ + "▁Mond", + "ay" + ], + [ + "▁Mon", + "day" + ], + [ + "N", + "il" + ], + [ + "Hash", + "Map" + ], + [ + "pay", + "ment" + ], + [ + "▁fix", + "ing" + ], + [ + "▁AD", + "D" + ], + [ + "▁A", + "DD" + ], + [ + "▁", + "ADD" + ], + [ + "rev", + "iew" + ], + [ + "re", + "view" + ], + [ + "▁possib", + "il" + ], + [ + "▁poss", + "ibil" + ], + [ + "▁gro", + "te" + ], + [ + "▁gr", + "ote" + ], + [ + "▁g", + "rote" + ], + [ + "▁groupe", + "d" + ], + [ + "▁group", + "ed" + ], + [ + "▁Lim", + "a" + ], + [ + "▁Li", + "ma" + ], + [ + "▁L", + "ima" + ], + [ + "▁Aug", + "en" + ], + [ + "▁Au", + "gen" + ], + [ + "▁A", + "ugen" + ], + [ + "▁o", + "ckså" + ], + [ + "ona", + "s" + ], + [ + "on", + "as" + ], + [ + "o", + "nas" + ], + [ + "▁deb", + "ate" + ], + [ + "▁Ing", + "l" + ], + [ + "▁In", + "gl" + ], + [ + "D", + "a" + ], + [ + "SO", + "UR" + ], + [ + "S", + "OUR" + ], + [ + "ett", + "be" + ], + [ + "▁Batt", + "alion" + ], + [ + "▁Flo", + "at" + ], + [ + "▁F", + "loat" + ], + [ + "▁", + "Float" + ], + [ + "▁con", + "e" + ], + [ + "▁co", + "ne" + ], + [ + "▁c", + "one" + ], + [ + "read", + "sheet" + ], + [ + "cou", + "rt" + ], + [ + "co", + "urt" + ], + [ + "c", + "ourt" + ], + [ + "lige", + "n" + ], + [ + "lig", + "en" + ], + [ + "li", + "gen" + ], + [ + "l", + "igen" + ], + [ + "▁Begin", + "n" + ], + [ + "▁Beg", + "inn" + ], + [ + "▁LIM", + "IT" + ], + [ + "▁LI", + "MIT" + ], + [ + "▁enjoy", + "ed" + ], + [ + "▁enjo", + "yed" + ], + [ + "▁Jak", + "ob" + ], + [ + "▁tel", + "t" + ], + [ + "▁te", + "lt" + ], + [ + "▁t", + "elt" + ], + [ + "back", + "end" + ], + [ + "▁Gemeins", + "ame" + ], + [ + "lin", + "t" + ], + [ + "li", + "nt" + ], + [ + "l", + "int" + ], + [ + "all", + "ing" + ], + [ + "al", + "ling" + ], + [ + "▁b", + "ör" + ], + [ + "gra", + "nd" + ], + [ + "gr", + "and" + ], + [ + "g", + "rand" + ], + [ + "▁diverse", + "s" + ], + [ + "▁divers", + "es" + ], + [ + "▁z", + "wiąz" + ], + [ + "▁Kom", + "pon" + ], + [ + "▁inner", + "halb" + ], + [ + "▁desarroll", + "o" + ], + [ + "▁desar", + "rollo" + ], + [ + "▁Master", + "s" + ], + [ + "▁Mas", + "ters" + ], + [ + "▁Ma", + "sters" + ], + [ + "ios", + "o" + ], + [ + "io", + "so" + ], + [ + "i", + "oso" + ], + [ + "]`", + "." + ], + [ + "]", + "`." + ], + [ + "▁frances", + "a" + ], + [ + "▁franc", + "esa" + ], + [ + "A", + "ff" + ], + [ + "ine", + "k" + ], + [ + "in", + "ek" + ], + [ + "i", + "nek" + ], + [ + "▁dess", + "in" + ], + [ + "▁des", + "sin" + ], + [ + "`.", + "`" + ], + [ + "`", + ".`" + ], + [ + "▁rank", + "s" + ], + [ + "▁ran", + "ks" + ], + [ + "▁r", + "anks" + ], + [ + "бер", + "г" + ], + [ + "▁sk", + "al" + ], + [ + "▁s", + "kal" + ], + [ + "▁Sul", + "tan" + ], + [ + "▁S", + "ultan" + ], + [ + "А", + "Н" + ], + [ + "▁спо", + "соб" + ], + [ + "▁contrad", + "ict" + ], + [ + "▁contra", + "dict" + ], + [ + "▁rec", + "om" + ], + [ + "▁re", + "com" + ], + [ + "▁Ok", + "lahoma" + ], + [ + "▁Vlad", + "imir" + ], + [ + "▁meter", + "s" + ], + [ + "▁met", + "ers" + ], + [ + "▁me", + "ters" + ], + [ + "▁m", + "eters" + ], + [ + "trans", + "port" + ], + [ + "▁consult", + "é" + ], + [ + "▁cons", + "ulté" + ], + [ + "▁", + "consulté" + ], + [ + "▁AT", + "P" + ], + [ + "▁A", + "TP" + ], + [ + "eb", + "b" + ], + [ + "e", + "bb" + ], + [ + "▁volunt", + "e" + ], + [ + "▁vol", + "unte" + ], + [ + "▁out", + "line" + ], + [ + "LI", + "C" + ], + [ + "L", + "IC" + ], + [ + "▁eu", + "ro" + ], + [ + "▁e", + "uro" + ], + [ + "Char", + "Field" + ], + [ + "medi", + "um" + ], + [ + "med", + "ium" + ], + [ + "▁Belg", + "ique" + ], + [ + "Pro", + "c" + ], + [ + "Pr", + "oc" + ], + [ + "P", + "roc" + ], + [ + "route", + "s" + ], + [ + "rout", + "es" + ], + [ + "rou", + "tes" + ], + [ + "ro", + "utes" + ], + [ + "▁contrib", + "u" + ], + [ + "▁cont", + "ribu" + ], + [ + "!", + "}" + ], + [ + "ší", + "m" + ], + [ + "š", + "ím" + ], + [ + "▁Les", + "s" + ], + [ + "▁Le", + "ss" + ], + [ + "▁L", + "ess" + ], + [ + "▁Kos", + "t" + ], + [ + "▁Ko", + "st" + ], + [ + "▁K", + "ost" + ], + [ + "▁eredet", + "iből" + ], + [ + "rev", + "en" + ], + [ + "re", + "ven" + ], + [ + "r", + "even" + ], + [ + "ver", + "ify" + ], + [ + "▁Sal", + "t" + ], + [ + "▁Sa", + "lt" + ], + [ + "▁S", + "alt" + ], + [ + "▁shoot", + "ing" + ], + [ + "▁sho", + "oting" + ], + [ + "▁dispos", + "e" + ], + [ + "▁disp", + "ose" + ], + [ + "▁dis", + "pose" + ], + [ + "uj", + "í" + ], + [ + "▁tier", + "ra" + ], + [ + "▁t", + "ierra" + ], + [ + "▁poi", + "son" + ], + [ + "▁po", + "ison" + ], + [ + "sa", + "k" + ], + [ + "s", + "ak" + ], + [ + "periment", + "al" + ], + [ + "▁N", + "é" + ], + [ + "▁Ki", + "d" + ], + [ + "▁K", + "id" + ], + [ + "agy", + "ar" + ], + [ + "ag", + "yar" + ], + [ + "▁archiv", + "álva" + ], + [ + "bere", + "ich" + ], + [ + "be", + "reich" + ], + [ + "í", + "z" + ], + [ + "▁R", + "itter" + ], + [ + "▁Хронологи", + "ја" + ], + [ + "ze", + "um" + ], + [ + "да", + "х" + ], + [ + "▁gr", + "ünd" + ], + [ + "▁programme", + "r" + ], + [ + "▁program", + "mer" + ], + [ + "▁conse", + "il" + ], + [ + "▁cons", + "eil" + ], + [ + "▁enc", + "rypt" + ], + [ + "integr", + "ation" + ], + [ + "C", + "ulture" + ], + [ + "▁Circ", + "le" + ], + [ + "▁Cir", + "cle" + ], + [ + "Ob", + "servable" + ], + [ + "▁gen", + "omsnitt" + ], + [ + "▁Select", + "ion" + ], + [ + "▁Sele", + "ction" + ], + [ + "▁Sel", + "ection" + ], + [ + "▁Se", + "lection" + ], + [ + "▁", + "Selection" + ], + [ + "▁ir", + "regular" + ], + [ + "Aut", + "res" + ], + [ + "Per", + "cent" + ], + [ + "fa", + "ult" + ], + [ + "f", + "ault" + ], + [ + "▁virt", + "ue" + ], + [ + "ą", + "pi" + ], + [ + "▁ses", + "s" + ], + [ + "▁se", + "ss" + ], + [ + "▁s", + "ess" + ], + [ + "▁Так", + "же" + ], + [ + "Tim", + "estamp" + ], + [ + "▁litt", + "érature" + ], + [ + "▁mo", + "ż" + ], + [ + "▁bor", + "row" + ], + [ + "▁b", + "orrow" + ], + [ + "▁conce", + "d" + ], + [ + "▁conc", + "ed" + ], + [ + "▁con", + "ced" + ], + [ + "чни", + "к" + ], + [ + "ч", + "ник" + ], + [ + "▁Lu", + "nd" + ], + [ + "▁L", + "und" + ], + [ + "ION", + "S" + ], + [ + "IO", + "NS" + ], + [ + "yn", + "ie" + ], + [ + "y", + "nie" + ], + [ + "▁Sh", + "in" + ], + [ + "▁S", + "hin" + ], + [ + "▁os", + "ob" + ], + [ + "▁o", + "sob" + ], + [ + "b", + "ě" + ], + [ + "▁intu", + "it" + ], + [ + "▁int", + "uit" + ], + [ + "▁на", + "п" + ], + [ + "▁prop", + "h" + ], + [ + "▁pro", + "ph" + ], + [ + "▁pr", + "oph" + ], + [ + "▁p", + "roph" + ], + [ + "▁pit", + "t" + ], + [ + "▁pi", + "tt" + ], + [ + "▁p", + "itt" + ], + [ + "▁IB", + "M" + ], + [ + "▁Ti", + "ll" + ], + [ + "▁T", + "ill" + ], + [ + "▁hin", + "a" + ], + [ + "▁hi", + "na" + ], + [ + "▁h", + "ina" + ], + [ + "itte", + "st" + ], + [ + "itt", + "est" + ], + [ + "it", + "test" + ], + [ + "gener", + "ator" + ], + [ + "▁Ni", + "n" + ], + [ + "▁N", + "in" + ], + [ + "▁Ko", + "t" + ], + [ + "▁K", + "ot" + ], + [ + "▁passe", + "r" + ], + [ + "▁pass", + "er" + ], + [ + "▁pas", + "ser" + ], + [ + "▁p", + "asser" + ], + [ + "▁dispos", + "ition" + ], + [ + "▁disp", + "osition" + ], + [ + "▁dis", + "position" + ], + [ + "uni", + "ng" + ], + [ + "un", + "ing" + ], + [ + "u", + "ning" + ], + [ + "▁fam", + "e" + ], + [ + "▁fa", + "me" + ], + [ + "▁f", + "ame" + ], + [ + "▁ten", + "ia" + ], + [ + "▁te", + "nia" + ], + [ + "▁t", + "enia" + ], + [ + "ance", + "ment" + ], + [ + "anc", + "ement" + ], + [ + "an", + "cement" + ], + [ + "▁Su", + "isse" + ], + [ + "`", + "-" + ], + [ + "▁hombre", + "s" + ], + [ + "▁hom", + "bres" + ], + [ + "▁h", + "ombres" + ], + [ + "▁infin", + "ity" + ], + [ + "▁inf", + "inity" + ], + [ + "▁окон", + "ча" + ], + [ + "▁cos", + "m" + ], + [ + "▁co", + "sm" + ], + [ + "▁Den", + "nis" + ], + [ + "▁D", + "ennis" + ], + [ + "ba", + "z" + ], + [ + "b", + "az" + ], + [ + "ha", + "upt" + ], + [ + "h", + "aupt" + ], + [ + "▁might", + "y" + ], + [ + "▁pred", + "e" + ], + [ + "▁pre", + "de" + ], + [ + "▁pr", + "ede" + ], + [ + "usa", + "ble" + ], + [ + "us", + "able" + ], + [ + "▁wsz", + "yst" + ], + [ + "▁ws", + "zyst" + ], + [ + "▁l", + "b" + ], + [ + "▁", + "lb" + ], + [ + "AB", + "ASE" + ], + [ + "A", + "BASE" + ], + [ + "j", + "na" + ], + [ + "не", + "в" + ], + [ + "н", + "ев" + ], + [ + "▁as", + "es" + ], + [ + "▁", + "ases" + ], + [ + "▁final", + "mente" + ], + [ + "й", + "м" + ], + [ + "pect", + "ion" + ], + [ + "pec", + "tion" + ], + [ + "pe", + "ction" + ], + [ + "p", + "ection" + ], + [ + "▁Stud", + "ien" + ], + [ + "▁Norweg", + "ian" + ], + [ + "ce", + "go" + ], + [ + "c", + "ego" + ], + [ + "IND", + "EX" + ], + [ + "IN", + "DEX" + ], + [ + "orte", + "n" + ], + [ + "ort", + "en" + ], + [ + "or", + "ten" + ], + [ + "▁friends", + "hip" + ], + [ + "▁friend", + "ship" + ], + [ + "met", + "ro" + ], + [ + "m", + "etro" + ], + [ + "th", + "ick" + ], + [ + "▁Ze", + "l" + ], + [ + "▁Z", + "el" + ], + [ + "LO", + "W" + ], + [ + "L", + "OW" + ], + [ + "▁there", + "by" + ], + [ + "unte", + "d" + ], + [ + "unt", + "ed" + ], + [ + "un", + "ted" + ], + [ + "▁surface", + "s" + ], + [ + "▁sur", + "faces" + ], + [ + "ющи", + "м" + ], + [ + "%)", + "." + ], + [ + "%", + ")." + ], + [ + "▁Wo", + "nder" + ], + [ + "▁W", + "onder" + ], + [ + "▁redund", + "ant" + ], + [ + "▁Gro", + "s" + ], + [ + "▁Gr", + "os" + ], + [ + "▁G", + "ros" + ], + [ + "▁website", + "s" + ], + [ + "▁web", + "sites" + ], + [ + "▁vi", + "o" + ], + [ + "▁v", + "io" + ], + [ + "▁oc", + "as" + ], + [ + "▁o", + "cas" + ], + [ + "vé", + "s" + ], + [ + "v", + "és" + ], + [ + "▁Ga", + "m" + ], + [ + "▁G", + "am" + ], + [ + "d", + "w" + ], + [ + "Ind", + "icator" + ], + [ + "▁Ko", + "b" + ], + [ + "▁K", + "ob" + ], + [ + "▁ja", + "ck" + ], + [ + "▁j", + "ack" + ], + [ + "▁", + "jack" + ], + [ + "Hi", + "nt" + ], + [ + "H", + "int" + ], + [ + "▁Ap", + "ol" + ], + [ + "▁A", + "pol" + ], + [ + "▁други", + "е" + ], + [ + "▁N", + "UM" + ], + [ + "▁", + "NUM" + ], + [ + "▁of", + "ic" + ], + [ + "▁o", + "fic" + ], + [ + "yst", + "ycz" + ], + [ + "▁were", + "ld" + ], + [ + "▁wer", + "eld" + ], + [ + "мо", + "сти" + ], + [ + "LE", + "FT" + ], + [ + "▁Type", + "s" + ], + [ + "▁Typ", + "es" + ], + [ + "▁Ty", + "pes" + ], + [ + "▁T", + "ypes" + ], + [ + "▁", + "Types" + ], + [ + "see", + "n" + ], + [ + "se", + "en" + ], + [ + "s", + "een" + ], + [ + "unci", + "a" + ], + [ + "unc", + "ia" + ], + [ + "un", + "cia" + ], + [ + "▁nar", + "od" + ], + [ + "▁na", + "rod" + ], + [ + "▁n", + "arod" + ], + [ + "▁это", + "т" + ], + [ + "Side", + "note" + ], + [ + "S", + "idenote" + ], + [ + "ue", + "il" + ], + [ + "u", + "eil" + ], + [ + "▁от", + "ме" + ], + [ + "▁court", + "s" + ], + [ + "▁cour", + "ts" + ], + [ + "fi", + "r" + ], + [ + "f", + "ir" + ], + [ + "ur", + "z" + ], + [ + "u", + "rz" + ], + [ + "чен", + "ко" + ], + [ + "Cred", + "entials" + ], + [ + "▁imag", + "ination" + ], + [ + "itat", + "s" + ], + [ + "ita", + "ts" + ], + [ + "it", + "ats" + ], + [ + "buf", + "f" + ], + [ + "bu", + "ff" + ], + [ + "b", + "uff" + ], + [ + "fl", + "ash" + ], + [ + "▁bad", + "ly" + ], + [ + "▁wor", + "n" + ], + [ + "▁wo", + "rn" + ], + [ + "▁w", + "orn" + ], + [ + "▁окру", + "гу" + ], + [ + "catal", + "og" + ], + [ + "cat", + "alog" + ], + [ + "c", + "atalog" + ], + [ + "lim", + "e" + ], + [ + "li", + "me" + ], + [ + "l", + "ime" + ], + [ + "▁Gil", + "l" + ], + [ + "▁Gi", + "ll" + ], + [ + "▁G", + "ill" + ], + [ + "▁Sen", + "t" + ], + [ + "▁Se", + "nt" + ], + [ + "▁S", + "ent" + ], + [ + "iel", + "la" + ], + [ + "ie", + "lla" + ], + [ + "i", + "ella" + ], + [ + "▁Cra", + "ig" + ], + [ + "▁Sel", + "e" + ], + [ + "▁Se", + "le" + ], + [ + "▁S", + "ele" + ], + [ + "▁Indep", + "end" + ], + [ + "▁provin", + "cie" + ], + [ + "▁prov", + "incie" + ], + [ + "oss", + "en" + ], + [ + "os", + "sen" + ], + [ + "▁запа", + "д" + ], + [ + "▁за", + "пад" + ], + [ + "▁inf", + "ant" + ], + [ + "▁prevent", + "s" + ], + [ + "▁prev", + "ents" + ], + [ + "▁pr", + "events" + ], + [ + "▁province", + "s" + ], + [ + "▁provin", + "ces" + ], + [ + "af", + "é" + ], + [ + "be", + "g" + ], + [ + "b", + "eg" + ], + [ + "▁colour", + "s" + ], + [ + "▁col", + "ours" + ], + [ + "B", + "F" + ], + [ + "ë", + "n" + ], + [ + "▁Ме", + "жду" + ], + [ + "î", + "n" + ], + [ + "Ob", + "server" + ], + [ + "for", + "sch" + ], + [ + "í", + "gen" + ], + [ + "ump", + "tion" + ], + [ + "um", + "ption" + ], + [ + "▁Ill", + "ustr" + ], + [ + "рис", + "т" + ], + [ + "ри", + "ст" + ], + [ + "▁поло", + "ви" + ], + [ + "▁пол", + "ови" + ], + [ + "▁по", + "лови" + ], + [ + "▁`", + "&" + ], + [ + "▁or", + "e" + ], + [ + "▁o", + "re" + ], + [ + "▁", + "ore" + ], + [ + "▁supp", + "lies" + ], + [ + "▁parent", + "hes" + ], + [ + "Found", + "ation" + ], + [ + "▁vo", + "u" + ], + [ + "▁v", + "ou" + ], + [ + "▁To", + "ut" + ], + [ + "▁T", + "out" + ], + [ + "Don", + "ald" + ], + [ + "▁RE", + "T" + ], + [ + "▁R", + "ET" + ], + [ + "wei", + "g" + ], + [ + "we", + "ig" + ], + [ + "▁produ", + "cción" + ], + [ + "mi", + "x" + ], + [ + "m", + "ix" + ], + [ + "▁ut", + "wor" + ], + [ + "▁fö", + "l" + ], + [ + "▁f", + "öl" + ], + [ + "▁ent", + "ão" + ], + [ + "▁Si", + "ster" + ], + [ + "▁S", + "ister" + ], + [ + "Tag", + "s" + ], + [ + "T", + "ags" + ], + [ + "▁Савез", + "не" + ], + [ + "▁privile", + "ges" + ], + [ + "▁naz", + "w" + ], + [ + "▁na", + "zw" + ], + [ + "▁Ra", + "v" + ], + [ + "▁R", + "av" + ], + [ + "▁repr", + "o" + ], + [ + "▁rep", + "ro" + ], + [ + "▁re", + "pro" + ], + [ + "▁Mas", + "on" + ], + [ + "▁Ma", + "son" + ], + [ + "▁M", + "ason" + ], + [ + "▁Plat", + "form" + ], + [ + "▁Pl", + "atform" + ], + [ + "▁", + "Platform" + ], + [ + "▁про", + "бле" + ], + [ + "▁P", + "érez" + ], + [ + "▁blan", + "c" + ], + [ + "▁bla", + "nc" + ], + [ + "▁bl", + "anc" + ], + [ + "Be", + "havior" + ], + [ + "фи", + "ци" + ], + [ + "ek", + "en" + ], + [ + "e", + "ken" + ], + [ + "▁meet", + "s" + ], + [ + "▁me", + "ets" + ], + [ + "(.", + "*" + ], + [ + "(", + ".*" + ], + [ + "▁f", + "å" + ], + [ + "ep", + "en" + ], + [ + "e", + "pen" + ], + [ + "make", + "r" + ], + [ + "ma", + "ker" + ], + [ + "m", + "aker" + ], + [ + "▁lo", + "yal" + ], + [ + "member", + "s" + ], + [ + "mem", + "bers" + ], + [ + "m", + "embers" + ], + [ + "meister", + "schaft" + ], + [ + "go", + "al" + ], + [ + "ш", + "лен" + ], + [ + "▁север", + "о" + ], + [ + "▁се", + "веро" + ], + [ + "ien", + "de" + ], + [ + "ie", + "nde" + ], + [ + "i", + "ende" + ], + [ + "д", + "ні" + ], + [ + "Pro", + "of" + ], + [ + "▁expl", + "ic" + ], + [ + "▁exp", + "lic" + ], + [ + "▁elect", + "ro" + ], + [ + "iel", + "s" + ], + [ + "ie", + "ls" + ], + [ + "i", + "els" + ], + [ + "re", + "load" + ], + [ + "▁elev", + "en" + ], + [ + "▁ele", + "ven" + ], + [ + "▁el", + "even" + ], + [ + "▁partido", + "s" + ], + [ + "▁part", + "idos" + ], + [ + "în", + "e" + ], + [ + "î", + "ne" + ], + [ + "▁Reg", + "in" + ], + [ + "▁Re", + "gin" + ], + [ + "▁R", + "egin" + ], + [ + "▁é", + "x" + ], + [ + "▁Bul", + "g" + ], + [ + "▁Bu", + "lg" + ], + [ + "▁network", + "ing" + ], + [ + "▁net", + "working" + ], + [ + "▁separ", + "ator" + ], + [ + "▁se", + "parator" + ], + [ + "User", + "Name" + ], + [ + "▁edific", + "io" + ], + [ + "▁Mi", + "e" + ], + [ + "▁M", + "ie" + ], + [ + "▁id", + "le" + ], + [ + "ye", + "d" + ], + [ + "y", + "ed" + ], + [ + "▁passenger", + "s" + ], + [ + "▁pass", + "engers" + ], + [ + "+", + ")" + ], + [ + "men", + "o" + ], + [ + "me", + "no" + ], + [ + "m", + "eno" + ], + [ + "eg", + "gi" + ], + [ + "e", + "ggi" + ], + [ + "▁nice", + "ly" + ], + [ + "▁nic", + "ely" + ], + [ + "enden", + "cia" + ], + [ + "end", + "encia" + ], + [ + "чи", + "й" + ], + [ + "été", + "s" + ], + [ + "ét", + "és" + ], + [ + "ight", + "arrow" + ], + [ + "▁orth", + "ogonal" + ], + [ + "▁Hal", + "f" + ], + [ + "▁H", + "alf" + ], + [ + "▁few", + "er" + ], + [ + "▁fe", + "wer" + ], + [ + "▁prop", + "i" + ], + [ + "▁pro", + "pi" + ], + [ + "▁primi", + "t" + ], + [ + "▁prim", + "it" + ], + [ + "▁pri", + "mit" + ], + [ + "▁pr", + "imit" + ], + [ + "ical", + "e" + ], + [ + "ica", + "le" + ], + [ + "ic", + "ale" + ], + [ + "▁flow", + "er" + ], + [ + "▁flo", + "wer" + ], + [ + "▁fl", + "ower" + ], + [ + "▁f", + "lower" + ], + [ + "mer", + "k" + ], + [ + "m", + "erk" + ], + [ + "▁Оте", + "че" + ], + [ + "▁persist", + "ent" + ], + [ + "▁pers", + "istent" + ], + [ + "▁Vill", + "e" + ], + [ + "▁Vil", + "le" + ], + [ + "▁Vi", + "lle" + ], + [ + "▁V", + "ille" + ], + [ + "Me", + "n" + ], + [ + "M", + "en" + ], + [ + "gabe", + "n" + ], + [ + "ga", + "ben" + ], + [ + "g", + "aben" + ], + [ + "▁Isa", + "ac" + ], + [ + "ativ", + "ity" + ], + [ + "ati", + "vity" + ], + [ + "at", + "ivity" + ], + [ + "▁pół", + "noc" + ], + [ + "▁ro", + "k" + ], + [ + "▁r", + "ok" + ], + [ + "▁", + "rok" + ], + [ + "card", + "s" + ], + [ + "car", + "ds" + ], + [ + "c", + "ards" + ], + [ + "де", + "ния" + ], + [ + "▁ю", + "го" + ], + [ + "▁extra", + "ordinary" + ], + [ + "▁k", + "yr" + ], + [ + "(\"", + "," + ], + [ + "(", + "\"," + ], + [ + "))", + "]" + ], + [ + ")", + ")]" + ], + [ + "▁un", + "ix" + ], + [ + "▁", + "unix" + ], + [ + "ко", + "л" + ], + [ + "▁sin", + "k" + ], + [ + "▁s", + "ink" + ], + [ + "aps", + "ed" + ], + [ + "ap", + "sed" + ], + [ + "▁komm", + "en" + ], + [ + "▁kom", + "men" + ], + [ + "▁k", + "ommen" + ], + [ + "▁", + "kommen" + ], + [ + "▁for", + "cing" + ], + [ + "Ab", + "out" + ], + [ + "▁Hall", + "e" + ], + [ + "▁Hal", + "le" + ], + [ + "▁Ha", + "lle" + ], + [ + "▁H", + "alle" + ], + [ + "▁Maj", + "esty" + ], + [ + "▁Sw", + "itch" + ], + [ + "▁", + "Switch" + ], + [ + "▁ab", + "road" + ], + [ + "▁acceler", + "ation" + ], + [ + "urb", + "ed" + ], + [ + "ur", + "bed" + ], + [ + "▁оста", + "н" + ], + [ + "▁ост", + "ан" + ], + [ + "▁ос", + "тан" + ], + [ + "▁о", + "стан" + ], + [ + "Read", + "y" + ], + [ + "Re", + "ady" + ], + [ + "▁пів", + "ні" + ], + [ + "Br", + "a" + ], + [ + "B", + "ra" + ], + [ + "▁ць", + "ого" + ], + [ + "▁pl", + "ut" + ], + [ + "▁Tra", + "in" + ], + [ + "▁Tr", + "ain" + ], + [ + "▁T", + "rain" + ], + [ + "▁á", + "prilis" + ], + [ + "▁pue", + "sto" + ], + [ + "▁pu", + "esto" + ], + [ + "▁p", + "uesto" + ], + [ + "▁to", + "ss" + ], + [ + "▁t", + "oss" + ], + [ + "▁irre", + "levant" + ], + [ + "▁di", + "p" + ], + [ + "▁d", + "ip" + ], + [ + "seg", + "ment" + ], + [ + "se", + "gment" + ], + [ + "op", + "acity" + ], + [ + "▁lors", + "que" + ], + [ + "▁versch", + "ill" + ], + [ + "ен", + "а" + ], + [ + "е", + "на" + ], + [ + "▁Do", + "c" + ], + [ + "▁D", + "oc" + ], + [ + "▁", + "Doc" + ], + [ + "%%%%", + "%%%%" + ], + [ + "▁border", + "s" + ], + [ + "▁bord", + "ers" + ], + [ + "▁bor", + "ders" + ], + [ + "▁b", + "orders" + ], + [ + "gebra", + "s" + ], + [ + "geb", + "ras" + ], + [ + "ge", + "bras" + ], + [ + "▁ri", + "es" + ], + [ + "▁r", + "ies" + ], + [ + "▁", + "ries" + ], + [ + "▁Olymp", + "edia" + ], + [ + "▁Gener", + "ation" + ], + [ + "metro", + "s" + ], + [ + "met", + "ros" + ], + [ + "▁hor", + "izon" + ], + [ + "▁adapt", + "ation" + ], + [ + "▁Za", + "hl" + ], + [ + "▁Z", + "ahl" + ], + [ + "▁nah", + "e" + ], + [ + "▁na", + "he" + ], + [ + "▁Bu", + "g" + ], + [ + "▁B", + "ug" + ], + [ + "P", + "icture" + ], + [ + "љ", + "и" + ], + [ + "R", + "GB" + ], + [ + "O", + "wner" + ], + [ + "adi", + "n" + ], + [ + "ad", + "in" + ], + [ + "a", + "din" + ], + [ + "▁Catal", + "unya" + ], + [ + "ný", + "ch" + ], + [ + "n", + "ých" + ], + [ + "▁cual", + "quier" + ], + [ + "▁Institut", + "ion" + ], + [ + "▁Instit", + "ution" + ], + [ + "▁Inst", + "itution" + ], + [ + "ins", + "en" + ], + [ + "in", + "sen" + ], + [ + "▁Brasil", + "e" + ], + [ + "▁Bras", + "ile" + ], + [ + "▁fit", + "ting" + ], + [ + "▁f", + "itting" + ], + [ + "Del", + "eg" + ], + [ + "De", + "leg" + ], + [ + "ict", + "wo" + ], + [ + "ic", + "two" + ], + [ + "▁Exp", + "er" + ], + [ + "▁Ex", + "per" + ], + [ + "och", + "astic" + ], + [ + "▁du", + "s" + ], + [ + "▁d", + "us" + ], + [ + "▁пор", + "а" + ], + [ + "▁по", + "ра" + ], + [ + "▁substr", + "ing" + ], + [ + "▁subst", + "ring" + ], + [ + "▁subs", + "tring" + ], + [ + "▁sub", + "string" + ], + [ + "▁", + "substring" + ], + [ + "сси", + "и" + ], + [ + "с", + "сии" + ], + [ + "oi", + "n" + ], + [ + "o", + "in" + ], + [ + "▁шко", + "ла" + ], + [ + "▁ш", + "кола" + ], + [ + "▁c", + "x" + ], + [ + "▁", + "cx" + ], + [ + "▁%", + ")" + ], + [ + "▁", + "%)" + ], + [ + "▁Bud", + "dh" + ], + [ + "▁pen", + "ding" + ], + [ + "▁p", + "ending" + ], + [ + "▁Ent", + "ry" + ], + [ + "▁En", + "try" + ], + [ + "▁", + "Entry" + ], + [ + "▁Ber", + "l" + ], + [ + "▁Be", + "rl" + ], + [ + "▁cle", + "r" + ], + [ + "▁cl", + "er" + ], + [ + "▁c", + "ler" + ], + [ + "▁", + "cler" + ], + [ + "▁So", + "c" + ], + [ + "▁S", + "oc" + ], + [ + "▁round", + "ed" + ], + [ + "▁r", + "ounded" + ], + [ + "▁m", + "v" + ], + [ + "▁", + "mv" + ], + [ + "ít", + "ett" + ], + [ + "▁Di", + "plom" + ], + [ + "▁französ", + "ischen" + ], + [ + "▁Ga", + "n" + ], + [ + "▁G", + "an" + ], + [ + "▁Inv", + "estig" + ], + [ + "▁index", + "Path" + ], + [ + "▁", + "indexPath" + ], + [ + "▁molt", + "i" + ], + [ + "▁mol", + "ti" + ], + [ + "pers", + "istence" + ], + [ + "▁XIX", + "e" + ], + [ + "▁Elect", + "ron" + ], + [ + "b", + "ü" + ], + [ + "gel", + "e" + ], + [ + "ge", + "le" + ], + [ + "g", + "ele" + ], + [ + "▁Male", + "r" + ], + [ + "▁Mal", + "er" + ], + [ + "▁Ma", + "ler" + ], + [ + "▁M", + "aler" + ], + [ + "▁proyect", + "o" + ], + [ + "▁Bat", + "h" + ], + [ + "▁Ba", + "th" + ], + [ + "▁B", + "ath" + ], + [ + "eller", + "s" + ], + [ + "elle", + "rs" + ], + [ + "ell", + "ers" + ], + [ + "el", + "lers" + ], + [ + "▁G", + "P" + ], + [ + "▁", + "GP" + ], + [ + "oni", + "ng" + ], + [ + "on", + "ing" + ], + [ + "o", + "ning" + ], + [ + "clou", + "dflare" + ], + [ + "▁př", + "i" + ], + [ + "▁p", + "ři" + ], + [ + "▁de", + "d" + ], + [ + "▁d", + "ed" + ], + [ + "▁", + "ded" + ], + [ + "▁Od", + "kazy" + ], + [ + "▁M", + "sg" + ], + [ + "▁", + "Msg" + ], + [ + "▁Bei", + "ng" + ], + [ + "▁Be", + "ing" + ], + [ + "▁B", + "eing" + ], + [ + "▁Dep", + "uis" + ], + [ + "▁De", + "puis" + ], + [ + "▁Prima", + "ry" + ], + [ + "▁Prim", + "ary" + ], + [ + "▁Pri", + "mary" + ], + [ + "▁", + "Primary" + ], + [ + "▁App", + "ro" + ], + [ + "▁Ap", + "pro" + ], + [ + "▁formal", + "ly" + ], + [ + "▁form", + "ally" + ], + [ + "ступи", + "л" + ], + [ + "ступ", + "ил" + ], + [ + "▁fuer", + "a" + ], + [ + "▁fue", + "ra" + ], + [ + "▁fu", + "era" + ], + [ + "▁Ro", + "ot" + ], + [ + "▁R", + "oot" + ], + [ + "▁", + "Root" + ], + [ + "▁auto", + "nom" + ], + [ + "▁aut", + "onom" + ], + [ + "▁secret", + "ary" + ], + [ + "▁os", + "ób" + ], + [ + "▁cual", + "es" + ], + [ + "▁cu", + "ales" + ], + [ + "▁Dep", + "ending" + ], + [ + "▁as", + "i" + ], + [ + "▁a", + "si" + ], + [ + "▁", + "asi" + ], + [ + "ver", + "a" + ], + [ + "ve", + "ra" + ], + [ + "v", + "era" + ], + [ + "▁russ", + "e" + ], + [ + "▁rus", + "se" + ], + [ + "▁prove", + "s" + ], + [ + "▁prov", + "es" + ], + [ + "▁pro", + "ves" + ], + [ + "▁pres", + "iden" + ], + [ + "R", + "U" + ], + [ + "▁Wat", + "son" + ], + [ + "▁web", + "pack" + ], + [ + "▁", + "webpack" + ], + [ + "ellig", + "ence" + ], + [ + "elli", + "gence" + ], + [ + "ка", + "м" + ], + [ + "▁Office", + "r" + ], + [ + "▁Offic", + "er" + ], + [ + "▁deliver", + "y" + ], + [ + "▁deli", + "very" + ], + [ + "▁d", + "elivery" + ], + [ + "ж", + "дён" + ], + [ + "▁им", + "пе" + ], + [ + "▁w", + "il" + ], + [ + "▁ves", + "c" + ], + [ + "▁ve", + "sc" + ], + [ + "▁v", + "esc" + ], + [ + "uszt", + "us" + ], + [ + "▁Ge", + "off" + ], + [ + "()", + "}" + ], + [ + "(", + ")}" + ], + [ + "▁For", + "e" + ], + [ + "▁Fo", + "re" + ], + [ + "▁F", + "ore" + ], + [ + "▁wen", + "ig" + ], + [ + "▁we", + "nig" + ], + [ + "▁w", + "enig" + ], + [ + "▁Air", + "l" + ], + [ + "▁A", + "irl" + ], + [ + "▁E", + "fter" + ], + [ + "▁Bre", + "ak" + ], + [ + "▁St", + "äd" + ], + [ + "ism", + "iss" + ], + [ + "is", + "miss" + ], + [ + "í", + "p" + ], + [ + "▁avoid", + "ed" + ], + [ + "▁avo", + "ided" + ], + [ + "▁assert", + "ion" + ], + [ + "D", + "N" + ], + [ + "▁tea", + "t" + ], + [ + "▁te", + "at" + ], + [ + "ín", + "a" + ], + [ + "í", + "na" + ], + [ + "▁mechan", + "ical" + ], + [ + "is", + "u" + ], + [ + "i", + "su" + ], + [ + "@", + "{" + ], + [ + "▁no", + "u" + ], + [ + "▁n", + "ou" + ], + [ + "▁", + "nou" + ], + [ + "Ital", + "ie" + ], + [ + "source", + "forge" + ], + [ + "▁sv", + "o" + ], + [ + "▁s", + "vo" + ], + [ + "▁kir", + "ály" + ], + [ + "▁Reference", + "s" + ], + [ + "▁Refer", + "ences" + ], + [ + "▁Re", + "ferences" + ], + [ + "si", + "x" + ], + [ + "s", + "ix" + ], + [ + "▁Archive", + "s" + ], + [ + "▁Archiv", + "es" + ], + [ + "▁Arch", + "ives" + ], + [ + "▁finish", + "ing" + ], + [ + "▁fin", + "ishing" + ], + [ + "ac", + "je" + ], + [ + "éta", + "t" + ], + [ + "ét", + "at" + ], + [ + "é", + "tat" + ], + [ + "iff", + "s" + ], + [ + "if", + "fs" + ], + [ + "▁ste", + "ad" + ], + [ + "▁st", + "ead" + ], + [ + "▁fe", + "as" + ], + [ + "awa", + "re" + ], + [ + "aw", + "are" + ], + [ + "a", + "ware" + ], + [ + "land", + "e" + ], + [ + "lan", + "de" + ], + [ + "la", + "nde" + ], + [ + "l", + "ande" + ], + [ + "In", + "ject" + ], + [ + "▁Age", + "nt" + ], + [ + "▁Ag", + "ent" + ], + [ + "▁A", + "gent" + ], + [ + "▁", + "Agent" + ], + [ + "▁Norm", + "datei" + ], + [ + "▁am", + "en" + ], + [ + "▁a", + "men" + ], + [ + "▁", + "amen" + ], + [ + "▁Arch", + "itecture" + ], + [ + "az", + "e" + ], + [ + "a", + "ze" + ], + [ + "ș", + "te" + ], + [ + "▁us", + "ar" + ], + [ + "▁core", + "s" + ], + [ + "▁cor", + "es" + ], + [ + "▁co", + "res" + ], + [ + "▁c", + "ores" + ], + [ + "лі", + "н" + ], + [ + "л", + "ін" + ], + [ + "▁Cast", + "ro" + ], + [ + "▁C", + "astro" + ], + [ + "▁v", + "æ" + ], + [ + ">\"", + "," + ], + [ + ">", + "\"," + ], + [ + "omen", + "a" + ], + [ + "ome", + "na" + ], + [ + "om", + "ena" + ], + [ + "▁ges", + "am" + ], + [ + "▁ge", + "sam" + ], + [ + "▁Martí", + "n" + ], + [ + "▁Mart", + "ín" + ], + [ + "egu", + "ng" + ], + [ + "eg", + "ung" + ], + [ + "▁spole", + "č" + ], + [ + "▁amplit", + "ude" + ], + [ + "▁ampl", + "itude" + ], + [ + "▁import", + "ing" + ], + [ + "▁list", + "view" + ], + [ + "TH", + "E" + ], + [ + "T", + "HE" + ], + [ + "zial", + "e" + ], + [ + "zia", + "le" + ], + [ + "zi", + "ale" + ], + [ + "z", + "iale" + ], + [ + "ced", + "es" + ], + [ + "ce", + "des" + ], + [ + "c", + "edes" + ], + [ + "▁particul", + "ier" + ], + [ + "▁Распо", + "дела" + ], + [ + "▁кра", + "й" + ], + [ + "▁div", + "ent" + ], + [ + "▁di", + "vent" + ], + [ + "▁d", + "ivent" + ], + [ + "▁k", + "é" + ], + [ + "▁", + "ké" + ], + [ + "qui", + "t" + ], + [ + "qu", + "it" + ], + [ + "q", + "uit" + ], + [ + "тор", + "ом" + ], + [ + "то", + "ром" + ], + [ + "Check", + "Box" + ], + [ + "▁Zob", + "acz" + ], + [ + "ph", + "e" + ], + [ + "p", + "he" + ], + [ + "pt", + "a" + ], + [ + "p", + "ta" + ], + [ + "▁sj", + "ö" + ], + [ + "▁s", + "jö" + ], + [ + "▁розта", + "ш" + ], + [ + "▁tedes", + "co" + ], + [ + "▁sta", + "l" + ], + [ + "▁st", + "al" + ], + [ + "▁s", + "tal" + ], + [ + "▁", + "stal" + ], + [ + "▁Ber", + "uf" + ], + [ + "▁Be", + "ruf" + ], + [ + "ова", + "я" + ], + [ + "о", + "вая" + ], + [ + "▁sv", + "ě" + ], + [ + "▁s", + "vě" + ], + [ + "▁flu", + "sh" + ], + [ + "▁fl", + "ush" + ], + [ + "▁", + "flush" + ], + [ + "▁від", + "бу" + ], + [ + "▁radi", + "al" + ], + [ + "▁rad", + "ial" + ], + [ + "▁différ", + "entes" + ], + [ + "ан", + "та" + ], + [ + "▁Per", + "ry" + ], + [ + "Col", + "l" + ], + [ + "Co", + "ll" + ], + [ + "C", + "oll" + ], + [ + "li", + "qu" + ], + [ + "l", + "iqu" + ], + [ + "▁Option", + "al" + ], + [ + "▁Opt", + "ional" + ], + [ + "▁", + "Optional" + ], + [ + "▁Сан", + "кт" + ], + [ + "▁LIN", + "Q" + ], + [ + "▁Fran", + "c" + ], + [ + "▁Fra", + "nc" + ], + [ + "▁Fr", + "anc" + ], + [ + "ci", + "je" + ], + [ + "c", + "ije" + ], + [ + "▁Gu", + "illaume" + ], + [ + "kn", + "ow" + ], + [ + "k", + "now" + ], + [ + "▁Unit", + "s" + ], + [ + "▁Un", + "its" + ], + [ + "ol", + "k" + ], + [ + "▁Syst", + "ème" + ], + [ + "▁Sal", + "es" + ], + [ + "▁Sa", + "les" + ], + [ + "▁S", + "ales" + ], + [ + "▁ehemal", + "igen" + ], + [ + "мир", + "ова" + ], + [ + "ми", + "рова" + ], + [ + "x", + "html" + ], + [ + "set", + "opt" + ], + [ + "▁mel", + "lan" + ], + [ + "▁m", + "ellan" + ], + [ + "▁z", + "ie" + ], + [ + "▁", + "zie" + ], + [ + "▁gi", + "ant" + ], + [ + "Bo", + "ard" + ], + [ + "▁Cav", + "al" + ], + [ + "▁Ca", + "val" + ], + [ + "▁C", + "aval" + ], + [ + "▁def", + "ence" + ], + [ + "--------", + "--" + ], + [ + "-------", + "---" + ], + [ + "------", + "----" + ], + [ + "-----", + "-----" + ], + [ + "----", + "------" + ], + [ + "---", + "-------" + ], + [ + "--", + "--------" + ], + [ + "ps", + "hire" + ], + [ + "p", + "shire" + ], + [ + "mar", + "t" + ], + [ + "ma", + "rt" + ], + [ + "m", + "art" + ], + [ + "▁Di", + "oc" + ], + [ + "isk", + "t" + ], + [ + "is", + "kt" + ], + [ + "▁ins", + "e" + ], + [ + "▁in", + "se" + ], + [ + "▁é", + "pisode" + ], + [ + "чи", + "к" + ], + [ + "bar", + "s" + ], + [ + "ba", + "rs" + ], + [ + "b", + "ars" + ], + [ + "Si", + "to" + ], + [ + "S", + "ito" + ], + [ + "▁integr", + "ity" + ], + [ + "auf", + "f" + ], + [ + "au", + "ff" + ], + [ + "a", + "uff" + ], + [ + "▁vä", + "r" + ], + [ + "▁v", + "är" + ], + [ + "Az", + "ure" + ], + [ + "▁star", + "b" + ], + [ + "▁sta", + "rb" + ], + [ + "▁кон", + "тра" + ], + [ + "▁Мекси", + "чка" + ], + [ + "▁за", + "па" + ], + [ + "▁Mountain", + "s" + ], + [ + "▁Mount", + "ains" + ], + [ + "}}", + "=" + ], + [ + "}", + "}=" + ], + [ + "▁pull", + "ing" + ], + [ + "▁pul", + "ling" + ], + [ + "▁sat", + "ellite" + ], + [ + "▁atom", + "s" + ], + [ + "▁at", + "oms" + ], + [ + "▁profes", + "or" + ], + [ + "▁repeated", + "ly" + ], + [ + "▁repeat", + "edly" + ], + [ + "▁invas", + "ion" + ], + [ + "▁inv", + "asion" + ], + [ + "program", + "ming" + ], + [ + "├", + "──" + ], + [ + "▁Li", + "p" + ], + [ + "▁L", + "ip" + ], + [ + "вши", + "е" + ], + [ + "в", + "шие" + ], + [ + "▁ke", + "en" + ], + [ + "▁k", + "een" + ], + [ + "▁critic", + "s" + ], + [ + "▁crit", + "ics" + ], + [ + "▁Nicol", + "a" + ], + [ + "▁Nic", + "ola" + ], + [ + "▁Ni", + "cola" + ], + [ + "▁N", + "icola" + ], + [ + "▁Can", + "d" + ], + [ + "▁Ca", + "nd" + ], + [ + "▁C", + "and" + ], + [ + "▁dist", + "int" + ], + [ + "▁head", + "ing" + ], + [ + "▁he", + "ading" + ], + [ + "p", + "ragma" + ], + [ + "{", + "|" + ], + [ + "yme", + "n" + ], + [ + "ym", + "en" + ], + [ + "y", + "men" + ], + [ + "▁terra", + "in" + ], + [ + "▁ter", + "rain" + ], + [ + "ied", + "enis" + ], + [ + "▁bes", + "onders" + ], + [ + "▁nomin", + "ated" + ], + [ + "BO", + "OL" + ], + [ + "▁Ka", + "y" + ], + [ + "▁K", + "ay" + ], + [ + "cia", + "n" + ], + [ + "ci", + "an" + ], + [ + "c", + "ian" + ], + [ + "stell", + "e" + ], + [ + "ste", + "lle" + ], + [ + "st", + "elle" + ], + [ + "▁disput", + "e" + ], + [ + "▁disp", + "ute" + ], + [ + "▁", + "щ" + ], + [ + "Data", + "Set" + ], + [ + "not", + "hing" + ], + [ + "no", + "thing" + ], + [ + "n", + "othing" + ], + [ + "Auto", + "m" + ], + [ + "Aut", + "om" + ], + [ + "hör", + "en" + ], + [ + "hö", + "ren" + ], + [ + "▁she", + "d" + ], + [ + "▁sh", + "ed" + ], + [ + "▁s", + "hed" + ], + [ + "▁pause", + "d" + ], + [ + "▁pau", + "sed" + ], + [ + "▁pa", + "used" + ], + [ + "▁p", + "aused" + ], + [ + "sa", + "n" + ], + [ + "s", + "an" + ], + [ + "▁nun", + "ca" + ], + [ + "!(", + "\"" + ], + [ + "!", + "(\"" + ], + [ + "▁po", + "łoż" + ], + [ + "Sec", + "ret" + ], + [ + "Se", + "cret" + ], + [ + "▁Dom", + "ain" + ], + [ + "▁Do", + "main" + ], + [ + "▁", + "Domain" + ], + [ + "▁воз", + "мож" + ], + [ + "X", + "V" + ], + [ + "l", + "v" + ], + [ + "ik", + "h" + ], + [ + "i", + "kh" + ], + [ + "▁Son", + "y" + ], + [ + "▁So", + "ny" + ], + [ + "▁S", + "ony" + ], + [ + "m", + "q" + ], + [ + "otr", + "op" + ], + [ + "ot", + "rop" + ], + [ + "▁Log", + "ger" + ], + [ + "▁", + "Logger" + ], + [ + "▁thre", + "at" + ], + [ + "aste", + "d" + ], + [ + "ast", + "ed" + ], + [ + "as", + "ted" + ], + [ + "a", + "sted" + ], + [ + "зь", + "ко" + ], + [ + "▁free", + "ly" + ], + [ + "▁fre", + "ely" + ], + [ + "▁improvement", + "s" + ], + [ + "▁improve", + "ments" + ], + [ + "▁improv", + "ements" + ], + [ + "iste", + "ma" + ], + [ + "ist", + "ema" + ], + [ + "▁illustr", + "ate" + ], + [ + "▁ta", + "ct" + ], + [ + "▁t", + "act" + ], + [ + "▁fig", + "ur" + ], + [ + "ué", + "s" + ], + [ + "u", + "és" + ], + [ + "rimin", + "al" + ], + [ + "rim", + "inal" + ], + [ + "odo", + "n" + ], + [ + "od", + "on" + ], + [ + "o", + "don" + ], + [ + "int", + "endo" + ], + [ + "▁influence", + "d" + ], + [ + "▁influen", + "ced" + ], + [ + "▁influ", + "enced" + ], + [ + "FF", + "ER" + ], + [ + "▁Gh", + "ost" + ], + [ + "▁G", + "host" + ], + [ + "▁сов", + "ер" + ], + [ + "▁со", + "вер" + ], + [ + "na", + "d" + ], + [ + "n", + "ad" + ], + [ + "ione", + "d" + ], + [ + "ion", + "ed" + ], + [ + "io", + "ned" + ], + [ + "i", + "oned" + ], + [ + "▁Event", + "s" + ], + [ + "▁Even", + "ts" + ], + [ + "▁Ev", + "ents" + ], + [ + "▁", + "Events" + ], + [ + "▁wrap", + "ping" + ], + [ + "▁wra", + "pping" + ], + [ + "▁wr", + "apping" + ], + [ + "--------", + "-+" + ], + [ + "-------", + "--+" + ], + [ + "------", + "---+" + ], + [ + "-----", + "----+" + ], + [ + "---", + "------+" + ], + [ + "fi", + "f" + ], + [ + "f", + "if" + ], + [ + "▁(*", + "*" + ], + [ + "▁(", + "**" + ], + [ + "={", + "{" + ], + [ + "=", + "{{" + ], + [ + "ма", + "ль" + ], + [ + "м", + "аль" + ], + [ + "▁loss", + "es" + ], + [ + "▁Gal", + "erie" + ], + [ + "te", + "l" + ], + [ + "t", + "el" + ], + [ + "▁лю", + "того" + ], + [ + "▁Kr", + "u" + ], + [ + "▁K", + "ru" + ], + [ + "▁Pol", + "en" + ], + [ + "▁Po", + "len" + ], + [ + "▁P", + "olen" + ], + [ + "ні", + "м" + ], + [ + "nea", + "r" + ], + [ + "ne", + "ar" + ], + [ + "n", + "ear" + ], + [ + "▁sh", + "ame" + ], + [ + "▁moy", + "enne" + ], + [ + "▁C", + "P" + ], + [ + "▁", + "CP" + ], + [ + "pre", + "is" + ], + [ + "▁pass", + "enger" + ], + [ + "le", + "k" + ], + [ + "l", + "ek" + ], + [ + "ionale", + "s" + ], + [ + "ional", + "es" + ], + [ + "iona", + "les" + ], + [ + "ion", + "ales" + ], + [ + "kaf", + "ka" + ], + [ + "k", + "afka" + ], + [ + "▁particip", + "e" + ], + [ + "▁partici", + "pe" + ], + [ + "▁partic", + "ipe" + ], + [ + "▁parti", + "cipe" + ], + [ + "▁members", + "hip" + ], + [ + "▁member", + "ship" + ], + [ + "▁memb", + "ership" + ], + [ + "[", + "_" + ], + [ + "land", + "o" + ], + [ + "lan", + "do" + ], + [ + "l", + "ando" + ], + [ + "stell", + "ing" + ], + [ + "st", + "elling" + ], + [ + "Se", + "m" + ], + [ + "S", + "em" + ], + [ + "go", + "n" + ], + [ + "g", + "on" + ], + [ + "▁Cor", + "rect" + ], + [ + "▁vall", + "e" + ], + [ + "▁val", + "le" + ], + [ + "▁va", + "lle" + ], + [ + "▁v", + "alle" + ], + [ + "▁read", + "ily" + ], + [ + "▁Dok", + "ument" + ], + [ + "hon", + "neur" + ], + [ + "h", + "onneur" + ], + [ + "▁test", + "im" + ], + [ + "ul", + "ative" + ], + [ + "do", + "Filter" + ], + [ + "▁domin", + "ant" + ], + [ + "amm", + "er" + ], + [ + "am", + "mer" + ], + [ + "▁ко", + "ја" + ], + [ + "▁M", + "onsieur" + ], + [ + "ze", + "g" + ], + [ + "z", + "eg" + ], + [ + "▁вій", + "ни" + ], + [ + "▁F", + "o" + ], + [ + "▁Am", + "y" + ], + [ + "▁A", + "my" + ], + [ + "▁", + "¡" + ], + [ + "▁febru", + "ár" + ], + [ + "▁download", + "ing" + ], + [ + "▁down", + "loading" + ], + [ + "▁len", + "g" + ], + [ + "▁le", + "ng" + ], + [ + "▁l", + "eng" + ], + [ + "\\}$", + "," + ], + [ + "\\}", + "$," + ], + [ + "\\", + "}$," + ], + [ + "▁ne", + "at" + ], + [ + "▁Ca", + "che" + ], + [ + "▁C", + "ache" + ], + [ + "▁", + "Cache" + ], + [ + "IC", + "ATION" + ], + [ + "▁dev", + "e" + ], + [ + "▁de", + "ve" + ], + [ + "▁sor", + "row" + ], + [ + "▁s", + "orrow" + ], + [ + "sl", + "ow" + ], + [ + "s", + "low" + ], + [ + "▁hina", + "us" + ], + [ + "▁hin", + "aus" + ], + [ + "▁recon", + "oc" + ], + [ + "▁Link", + "ed" + ], + [ + "▁Lin", + "ked" + ], + [ + "▁Sh", + "aw" + ], + [ + "mark", + "et" + ], + [ + "mar", + "ket" + ], + [ + "▁Di", + "c" + ], + [ + "▁D", + "ic" + ], + [ + "▁Sk", + "i" + ], + [ + "▁S", + "ki" + ], + [ + "▁del", + "imiter" + ], + [ + "▁Main", + "Activity" + ], + [ + "▁", + "MainActivity" + ], + [ + "▁Music", + "al" + ], + [ + "▁Mus", + "ical" + ], + [ + "▁Rey", + "n" + ], + [ + "▁Re", + "yn" + ], + [ + "Scroll", + "View" + ], + [ + "▁convention", + "al" + ], + [ + "▁convent", + "ional" + ], + [ + "enç", + "a" + ], + [ + "en", + "ça" + ], + [ + "▁ref", + "actor" + ], + [ + "▁re", + "factor" + ], + [ + "'", + "-" + ], + [ + "▁He", + "d" + ], + [ + "▁H", + "ed" + ], + [ + "spre", + "ch" + ], + [ + "spr", + "ech" + ], + [ + "▁ath", + "let" + ], + [ + "▁especie", + "s" + ], + [ + "▁espec", + "ies" + ], + [ + "▁espe", + "cies" + ], + [ + "▁es", + "pecies" + ], + [ + "▁e", + "species" + ], + [ + "▁Sch", + "ön" + ], + [ + "▁kleine", + "n" + ], + [ + "▁klein", + "en" + ], + [ + "▁kle", + "inen" + ], + [ + "ш", + "ко" + ], + [ + "▁Й", + "о" + ], + [ + "▁Ha", + "ppy" + ], + [ + "▁H", + "appy" + ], + [ + "multi", + "row" + ], + [ + "▁august", + "i" + ], + [ + "▁Gan", + "d" + ], + [ + "▁Ga", + "nd" + ], + [ + "▁G", + "and" + ], + [ + "▁appoint", + "ment" + ], + [ + "▁Medi", + "abestanden" + ], + [ + "Th", + "ree" + ], + [ + "▁Kenn", + "eth" + ], + [ + "NE", + "W" + ], + [ + "▁Not", + "ification" + ], + [ + "▁", + "Notification" + ], + [ + "▁Mar", + "x" + ], + [ + "▁Ma", + "rx" + ], + [ + "▁ins", + "c" + ], + [ + "▁in", + "sc" + ], + [ + "Mo", + "r" + ], + [ + "M", + "or" + ], + [ + "вы", + "й" + ], + [ + "в", + "ый" + ], + [ + "vä", + "st" + ], + [ + "v", + "äst" + ], + [ + "vid", + "ia" + ], + [ + "vi", + "dia" + ], + [ + "v", + "idia" + ], + [ + "▁demonstrate", + "d" + ], + [ + "▁demonstr", + "ated" + ], + [ + "font", + "s" + ], + [ + "fon", + "ts" + ], + [ + "▁kam", + "en" + ], + [ + "▁ka", + "men" + ], + [ + "▁k", + "amen" + ], + [ + "▁Ste", + "r" + ], + [ + "▁St", + "er" + ], + [ + "▁S", + "ter" + ], + [ + "▁mieszkań", + "ców" + ], + [ + "▁Ko", + "h" + ], + [ + "▁K", + "oh" + ], + [ + "~$", + "\\" + ], + [ + "~", + "$\\" + ], + [ + "»)", + "." + ], + [ + "»", + ")." + ], + [ + "ren", + "e" + ], + [ + "re", + "ne" + ], + [ + "r", + "ene" + ], + [ + "ins", + "ic" + ], + [ + "ick", + "á" + ], + [ + "ic", + "ká" + ], + [ + "xy", + "gen" + ], + [ + "▁m", + "n" + ], + [ + "▁", + "mn" + ], + [ + "▁sche", + "d" + ], + [ + "▁sch", + "ed" + ], + [ + "▁sc", + "hed" + ], + [ + "▁s", + "ched" + ], + [ + "AS", + "C" + ], + [ + "A", + "SC" + ], + [ + "I", + "g" + ], + [ + "▁Const", + "ant" + ], + [ + "▁opport", + "un" + ], + [ + "▁My", + "Class" + ], + [ + "se", + "f" + ], + [ + "s", + "ef" + ], + [ + "ope", + "d" + ], + [ + "op", + "ed" + ], + [ + "o", + "ped" + ], + [ + "▁inj", + "ured" + ], + [ + "VI", + "S" + ], + [ + "V", + "IS" + ], + [ + "▁Per", + "o" + ], + [ + "▁Pe", + "ro" + ], + [ + "▁P", + "ero" + ], + [ + "▁Un", + "til" + ], + [ + "▁U", + "ntil" + ], + [ + "▁fle", + "sh" + ], + [ + "▁fl", + "esh" + ], + [ + "▁f", + "lesh" + ], + [ + "orph", + "ism" + ], + [ + "▁Port", + "al" + ], + [ + "▁Por", + "tal" + ], + [ + "▁gmin", + "y" + ], + [ + "▁вла", + "сти" + ], + [ + "▁N", + "ä" + ], + [ + "кти", + "че" + ], + [ + "к", + "тиче" + ], + [ + "▁hr", + "ab" + ], + [ + "▁h", + "rab" + ], + [ + "▁Cu", + "b" + ], + [ + "▁C", + "ub" + ], + [ + "avo", + "ir" + ], + [ + "av", + "oir" + ], + [ + "a", + "voir" + ], + [ + "▁Lar", + "s" + ], + [ + "▁La", + "rs" + ], + [ + "▁L", + "ars" + ], + [ + "▁Бе", + "ло" + ], + [ + "▁seizo", + "en" + ], + [ + "▁Gen", + "omsnitt" + ], + [ + "▁Li", + "l" + ], + [ + "▁L", + "il" + ], + [ + "▁Po", + "ol" + ], + [ + "▁P", + "ool" + ], + [ + "▁", + "Pool" + ], + [ + "▁Di", + "os" + ], + [ + "▁D", + "ios" + ], + [ + "T", + "X" + ], + [ + "ae", + "s" + ], + [ + "a", + "es" + ], + [ + "autor", + "e" + ], + [ + "auto", + "re" + ], + [ + "aut", + "ore" + ], + [ + "Al", + "pha" + ], + [ + "state", + "s" + ], + [ + "stat", + "es" + ], + [ + "sta", + "tes" + ], + [ + "st", + "ates" + ], + [ + "La", + "b" + ], + [ + "L", + "ab" + ], + [ + "n", + "ederbörd" + ], + [ + "ert", + "on" + ], + [ + "er", + "ton" + ], + [ + "▁br", + "id" + ], + [ + "▁b", + "rid" + ], + [ + "▁", + "brid" + ], + [ + "▁rich", + "t" + ], + [ + "▁ric", + "ht" + ], + [ + "▁ri", + "cht" + ], + [ + "▁r", + "icht" + ], + [ + "▁", + "richt" + ], + [ + "▁El", + "a" + ], + [ + "▁E", + "la" + ], + [ + "▁с", + "ла" + ], + [ + "▁", + "сла" + ], + [ + "▁weap", + "on" + ], + [ + "▁combat", + "t" + ], + [ + "▁comb", + "att" + ], + [ + "aga", + "r" + ], + [ + "ag", + "ar" + ], + [ + "a", + "gar" + ], + [ + "▁reg", + "nig" + ], + [ + "▁utilis", + "é" + ], + [ + "▁util", + "isé" + ], + [ + "▁servi", + "r" + ], + [ + "▁serv", + "ir" + ], + [ + "▁ser", + "vir" + ], + [ + "▁br", + "ick" + ], + [ + "▁b", + "rick" + ], + [ + "▁gate", + "way" + ], + [ + "▁tor", + "raste" + ], + [ + "▁procedure", + "s" + ], + [ + "▁proced", + "ures" + ], + [ + "▁års", + "nederbörd" + ], + [ + "▁Genomsnitt", + "lig" + ], + [ + "чё", + "т" + ], + [ + "ч", + "ёт" + ], + [ + "▁om", + "rå" + ], + [ + "▁", + "områ" + ], + [ + "▁regnig", + "aste" + ], + [ + "▁че", + "сть" + ], + [ + "▁ami", + "d" + ], + [ + "▁am", + "id" + ], + [ + "▁a", + "mid" + ], + [ + "▁gr", + "ateful" + ], + [ + "▁DI", + "S" + ], + [ + "▁D", + "IS" + ], + [ + "▁", + "DIS" + ], + [ + "DA", + "Y" + ], + [ + "▁ор", + "у" + ], + [ + "▁о", + "ру" + ], + [ + "▁", + "ору" + ], + [ + "▁riv", + "ière" + ], + [ + "he", + "ure" + ], + [ + "▁Rich", + "mond" + ], + [ + "▁Comp", + "ar" + ], + [ + "▁Com", + "par" + ], + [ + "▁Но", + "р" + ], + [ + "▁Н", + "ор" + ], + [ + "DO", + "C" + ], + [ + "D", + "OC" + ], + [ + "esi", + "a" + ], + [ + "es", + "ia" + ], + [ + "cal", + "c" + ], + [ + "▁I", + "U" + ], + [ + "▁vor", + "g" + ], + [ + "▁vo", + "rg" + ], + [ + "▁v", + "org" + ], + [ + "▁había", + "n" + ], + [ + "▁hab", + "ían" + ], + [ + "ço", + "it" + ], + [ + "ç", + "oit" + ], + [ + "▁ar", + "ist" + ], + [ + "▁a", + "rist" + ], + [ + "▁к", + "ли" + ], + [ + "▁", + "кли" + ], + [ + "▁Su", + "e" + ], + [ + "▁S", + "ue" + ], + [ + "▁To", + "uch" + ], + [ + "▁T", + "ouch" + ], + [ + "▁", + "Touch" + ], + [ + "▁Writ", + "ing" + ], + [ + "ifi", + "able" + ], + [ + "▁w", + "c" + ], + [ + "▁with", + "draw" + ], + [ + "за", + "р" + ], + [ + "з", + "ар" + ], + [ + "▁present", + "ly" + ], + [ + "▁pres", + "ently" + ], + [ + "▁F", + "K" + ], + [ + "▁pra", + "kt" + ], + [ + "▁pr", + "akt" + ], + [ + "▁color", + "ed" + ], + [ + "▁col", + "ored" + ], + [ + "us", + "b" + ], + [ + "u", + "sb" + ], + [ + "▁Per", + "ú" + ], + [ + "▁plat", + "a" + ], + [ + "▁pla", + "ta" + ], + [ + "▁pl", + "ata" + ], + [ + "▁wish", + "es" + ], + [ + "▁wis", + "hes" + ], + [ + "▁w", + "ishes" + ], + [ + "▁ка", + "м" + ], + [ + "▁", + "кам" + ], + [ + "aza", + "r" + ], + [ + "az", + "ar" + ], + [ + "a", + "zar" + ], + [ + "áv", + "el" + ], + [ + "á", + "vel" + ], + [ + "▁la", + "mp" + ], + [ + "▁l", + "amp" + ], + [ + "bi", + "shop" + ], + [ + "b", + "ishop" + ], + [ + "▁inclus", + "ion" + ], + [ + "▁incl", + "usion" + ], + [ + "▁in", + "clusion" + ], + [ + "j", + "q" + ], + [ + "art", + "h" + ], + [ + "ar", + "th" + ], + [ + "▁Fl", + "ag" + ], + [ + "▁F", + "lag" + ], + [ + "▁", + "Flag" + ], + [ + "▁но", + "р" + ], + [ + "▁н", + "ор" + ], + [ + "æ", + "dia" + ], + [ + "UN", + "CTION" + ], + [ + "▁Bahn", + "hof" + ], + [ + "▁approach", + "ing" + ], + [ + "▁appro", + "aching" + ], + [ + "▁Gö", + "tt" + ], + [ + "▁G", + "ött" + ], + [ + "▁cub", + "e" + ], + [ + "▁cu", + "be" + ], + [ + "▁c", + "ube" + ], + [ + "▁argue", + "d" + ], + [ + "▁arg", + "ued" + ], + [ + "▁Th", + "ings" + ], + [ + "Gu", + "i" + ], + [ + "G", + "ui" + ], + [ + "дов", + "и" + ], + [ + "до", + "ви" + ], + [ + "д", + "ови" + ], + [ + "▁rec", + "re" + ], + [ + "▁re", + "cre" + ], + [ + "▁rés", + "eau" + ], + [ + "▁ré", + "seau" + ], + [ + "▁signific", + "a" + ], + [ + "▁sign", + "ifica" + ], + [ + "Gi", + "t" + ], + [ + "G", + "it" + ], + [ + "gebra", + "cht" + ], + [ + "geb", + "racht" + ], + [ + "▁lig", + "a" + ], + [ + "▁li", + "ga" + ], + [ + "▁l", + "iga" + ], + [ + "▁", + "liga" + ], + [ + "▁ass", + "ured" + ], + [ + "alu", + "s" + ], + [ + "al", + "us" + ], + [ + "a", + "lus" + ], + [ + "ри", + "т" + ], + [ + "р", + "ит" + ], + [ + "▁э", + "нциклопеди" + ], + [ + "▁%)", + "." + ], + [ + "▁%", + ")." + ], + [ + "▁", + "%)." + ], + [ + "▁Prem", + "ière" + ], + [ + "▁declaration", + "s" + ], + [ + "▁declar", + "ations" + ], + [ + "▁trick", + "y" + ], + [ + "▁tr", + "icky" + ], + [ + "▁profile", + "s" + ], + [ + "▁profil", + "es" + ], + [ + "▁prof", + "iles" + ], + [ + "▁pro", + "files" + ], + [ + "▁Fo", + "n" + ], + [ + "▁F", + "on" + ], + [ + "▁Ja", + "s" + ], + [ + "▁J", + "as" + ], + [ + "â", + "r" + ], + [ + "ba", + "bel" + ], + [ + "b", + "abel" + ], + [ + "▁Frid", + "ay" + ], + [ + "▁Fri", + "day" + ], + [ + "▁Fr", + "iday" + ], + [ + "▁jú", + "nius" + ], + [ + "▁col", + "s" + ], + [ + "▁co", + "ls" + ], + [ + "▁c", + "ols" + ], + [ + "▁", + "cols" + ], + [ + "▁EX", + "ISTS" + ], + [ + "▁Italian", + "a" + ], + [ + "▁Italia", + "na" + ], + [ + "▁Ital", + "iana" + ], + [ + "▁author", + "ization" + ], + [ + "▁sull", + "e" + ], + [ + "▁sul", + "le" + ], + [ + "▁su", + "lle" + ], + [ + "▁s", + "ulle" + ], + [ + "▁Em", + "b" + ], + [ + "▁E", + "mb" + ], + [ + "▁Vari", + "able" + ], + [ + "▁", + "Variable" + ], + [ + "tree", + "s" + ], + [ + "tre", + "es" + ], + [ + "tr", + "ees" + ], + [ + "t", + "rees" + ], + [ + "▁Fl", + "y" + ], + [ + "▁F", + "ly" + ], + [ + "rior", + "s" + ], + [ + "rio", + "rs" + ], + [ + "ri", + "ors" + ], + [ + "r", + "iors" + ], + [ + "▁dam", + "als" + ], + [ + "▁da", + "mals" + ], + [ + "▁find", + "et" + ], + [ + "▁fin", + "det" + ], + [ + "▁Sep", + "t" + ], + [ + "▁Se", + "pt" + ], + [ + "▁m", + "undial" + ], + [ + "▁remov", + "al" + ], + [ + "▁rem", + "oval" + ], + [ + "▁longitud", + "e" + ], + [ + "▁long", + "itude" + ], + [ + "cli", + "c" + ], + [ + "cl", + "ic" + ], + [ + "c", + "lic" + ], + [ + "▁fa", + "de" + ], + [ + "▁f", + "ade" + ], + [ + "▁", + "fade" + ], + [ + "▁grad", + "le" + ], + [ + "▁", + "gradle" + ], + [ + "▁zá", + "k" + ], + [ + "▁z", + "ák" + ], + [ + "▁tim", + "ing" + ], + [ + "▁ti", + "ming" + ], + [ + "tr", + "ightarrow" + ], + [ + "t", + "rightarrow" + ], + [ + "ati", + "a" + ], + [ + "at", + "ia" + ], + [ + "-", + "." + ], + [ + "uch", + "e" + ], + [ + "uc", + "he" + ], + [ + "u", + "che" + ], + [ + "▁serial", + "ize" + ], + [ + "▁ser", + "ialize" + ], + [ + "▁H", + "mm" + ], + [ + "▁Represent", + "atives" + ], + [ + "ba", + "h" + ], + [ + "b", + "ah" + ], + [ + "ren", + "d" + ], + [ + "re", + "nd" + ], + [ + "r", + "end" + ], + [ + "assa", + "dor" + ], + [ + "ass", + "ador" + ], + [ + "▁sh", + "ield" + ], + [ + "uc", + "ion" + ], + [ + "u", + "cion" + ], + [ + "▁américain", + "e" + ], + [ + "▁améric", + "aine" + ], + [ + "▁am", + "éricaine" + ], + [ + "z", + "ę" + ], + [ + "vil", + "la" + ], + [ + "vi", + "lla" + ], + [ + "v", + "illa" + ], + [ + "▁hom", + "bre" + ], + [ + "ás", + "s" + ], + [ + "á", + "ss" + ], + [ + "▁S", + "F" + ], + [ + "▁", + "SF" + ], + [ + "▁repeat", + "ing" + ], + [ + "▁repe", + "ating" + ], + [ + "▁crit", + "er" + ], + [ + "▁cri", + "ter" + ], + [ + "▁cr", + "iter" + ], + [ + "▁c", + "riter" + ], + [ + "▁Str", + "uct" + ], + [ + "▁St", + "ruct" + ], + [ + "▁", + "Struct" + ], + [ + "??", + "?" + ], + [ + "?", + "??" + ], + [ + "▁che", + "ap" + ], + [ + "▁ring", + "s" + ], + [ + "▁rin", + "gs" + ], + [ + "▁r", + "ings" + ], + [ + "ab", + "häng" + ], + [ + "▁cort", + "e" + ], + [ + "▁cor", + "te" + ], + [ + "▁c", + "orte" + ], + [ + "▁admin", + "ist" + ], + [ + "ix", + "on" + ], + [ + "gy", + "pt" + ], + [ + "▁punto", + "s" + ], + [ + "▁punt", + "os" + ], + [ + "▁mez", + "i" + ], + [ + "▁me", + "zi" + ], + [ + "▁poc", + "hod" + ], + [ + "▁po", + "chod" + ], + [ + "isk", + "o" + ], + [ + "is", + "ko" + ], + [ + "i", + "sko" + ], + [ + "ni", + "ę" + ], + [ + "n", + "ię" + ], + [ + "▁ос", + "у" + ], + [ + "▁о", + "су" + ], + [ + "▁á", + "r" + ], + [ + "▁", + "ár" + ], + [ + "тельно", + "й" + ], + [ + "тель", + "ной" + ], + [ + "те", + "льной" + ], + [ + "▁Metropol", + "itan" + ], + [ + "ji", + "n" + ], + [ + "j", + "in" + ], + [ + "zes", + "s" + ], + [ + "ze", + "ss" + ], + [ + "z", + "ess" + ], + [ + "▁ві", + "ці" + ], + [ + "▁conflict", + "s" + ], + [ + "▁conflic", + "ts" + ], + [ + "ij", + "st" + ], + [ + "▁Mark", + "et" + ], + [ + "▁Mar", + "ket" + ], + [ + "стро", + "в" + ], + [ + "стр", + "ов" + ], + [ + "ст", + "ров" + ], + [ + "▁\",", + "\"" + ], + [ + "▁\"", + ",\"" + ], + [ + "▁", + "\",\"" + ], + [ + "▁Sc", + "roll" + ], + [ + "▁", + "Scroll" + ], + [ + "gu", + "n" + ], + [ + "g", + "un" + ], + [ + "тар", + "а" + ], + [ + "та", + "ра" + ], + [ + "▁am", + "ateur" + ], + [ + "▁r", + "óż" + ], + [ + "pos", + "s" + ], + [ + "po", + "ss" + ], + [ + "p", + "oss" + ], + [ + "▁general", + "ized" + ], + [ + "▁Har", + "m" + ], + [ + "▁Ha", + "rm" + ], + [ + "▁H", + "arm" + ], + [ + "cit", + "a" + ], + [ + "ci", + "ta" + ], + [ + "c", + "ita" + ], + [ + "▁Sw", + "itzerland" + ], + [ + "icol", + "a" + ], + [ + "ico", + "la" + ], + [ + "ic", + "ola" + ], + [ + "i", + "cola" + ], + [ + "▁mu", + "it" + ], + [ + "▁m", + "uit" + ], + [ + "loc", + "ated" + ], + [ + "▁c", + "ó" + ], + [ + "▁ar", + "ose" + ], + [ + "▁a", + "rose" + ], + [ + "▁commun", + "auté" + ], + [ + "})", + "^" + ], + [ + "}", + ")^" + ], + [ + "vis", + "ibility" + ], + [ + "íd", + "a" + ], + [ + "í", + "da" + ], + [ + "▁F", + "B" + ], + [ + "▁", + "FB" + ], + [ + "▁Fre", + "und" + ], + [ + "ga", + "t" + ], + [ + "g", + "at" + ], + [ + "\":", + "{\"" + ], + [ + "int", + "ellij" + ], + [ + "ifi", + "e" + ], + [ + "if", + "ie" + ], + [ + "hm", + "en" + ], + [ + "h", + "men" + ], + [ + "▁éd", + "ition" + ], + [ + "▁", + "édition" + ], + [ + "▁ко", + "је" + ], + [ + "▁ін", + "ших" + ], + [ + "omin", + "g" + ], + [ + "omi", + "ng" + ], + [ + "om", + "ing" + ], + [ + "o", + "ming" + ], + [ + "▁arqu", + "itect" + ], + [ + "▁President", + "e" + ], + [ + "▁Pres", + "idente" + ], + [ + "▁П", + "ід" + ], + [ + "▁cab", + "in" + ], + [ + "▁ca", + "bin" + ], + [ + "The", + "orem" + ], + [ + "▁Ga", + "y" + ], + [ + "▁G", + "ay" + ], + [ + "ific", + "e" + ], + [ + "ifi", + "ce" + ], + [ + "if", + "ice" + ], + [ + "▁he", + "ct" + ], + [ + "▁h", + "ect" + ], + [ + "l", + "ą" + ], + [ + "irm", + "ingham" + ], + [ + "▁sem", + "antic" + ], + [ + "▁Louis", + "iana" + ], + [ + "▁sacrific", + "e" + ], + [ + "▁sacr", + "ifice" + ], + [ + "▁sac", + "rifice" + ], + [ + "▁Christ", + "oph" + ], + [ + "▁Exec", + "utive" + ], + [ + "_", + "+" + ], + [ + "j", + "ák" + ], + [ + "▁ser", + "ia" + ], + [ + "▁se", + "ria" + ], + [ + "▁s", + "eria" + ], + [ + "▁Over", + "flow" + ], + [ + "▁", + "Overflow" + ], + [ + "▁Luc", + "y" + ], + [ + "▁Lu", + "cy" + ], + [ + "▁mel", + "hor" + ], + [ + "▁voice", + "s" + ], + [ + "▁vo", + "ices" + ], + [ + "cz", + "a" + ], + [ + "c", + "za" + ], + [ + "▁ка", + "пи" + ], + [ + "▁университе", + "та" + ], + [ + "IN", + "CT" + ], + [ + "▁col", + "oc" + ], + [ + "▁co", + "loc" + ], + [ + "▁pr", + "ue" + ], + [ + "▁geom", + "et" + ], + [ + "▁ge", + "omet" + ], + [ + "▁dirett", + "o" + ], + [ + "▁dire", + "tto" + ], + [ + "▁dir", + "etto" + ], + [ + "▁di", + "retto" + ], + [ + "res", + "o" + ], + [ + "re", + "so" + ], + [ + "r", + "eso" + ], + [ + "▁Ak", + "t" + ], + [ + "▁A", + "kt" + ], + [ + "▁un", + "h" + ], + [ + "▁сер", + "и" + ], + [ + "▁се", + "ри" + ], + [ + "▁Ale", + "rt" + ], + [ + "▁Al", + "ert" + ], + [ + "▁", + "Alert" + ], + [ + "We", + "l" + ], + [ + "W", + "el" + ], + [ + "aud", + "i" + ], + [ + "au", + "di" + ], + [ + "a", + "udi" + ], + [ + "äl", + "er" + ], + [ + "ä", + "ler" + ], + [ + "▁guest", + "s" + ], + [ + "▁gu", + "ests" + ], + [ + "▁и", + "де" + ], + [ + "St", + "udio" + ], + [ + "▁ка", + "те" + ], + [ + "▁expon", + "ent" + ], + [ + "▁ex", + "ponent" + ], + [ + "rz", + "e" + ], + [ + "r", + "ze" + ], + [ + "pm", + "od" + ], + [ + "p", + "mod" + ], + [ + "roll", + "e" + ], + [ + "rol", + "le" + ], + [ + "ro", + "lle" + ], + [ + "▁Lim", + "ited" + ], + [ + "Al", + "lemagne" + ], + [ + "▁pit", + "y" + ], + [ + "▁pi", + "ty" + ], + [ + "▁p", + "ity" + ], + [ + "▁l", + "ä" + ], + [ + "▁", + "lä" + ], + [ + "▁run", + "ner" + ], + [ + "▁", + "runner" + ], + [ + "ken", + "de" + ], + [ + "ke", + "nde" + ], + [ + "k", + "ende" + ], + [ + "E", + "Q" + ], + [ + "▁M", + "M" + ], + [ + "▁", + "MM" + ], + [ + "sz", + "ág" + ], + [ + "по", + "ді" + ], + [ + "▁reg", + "ret" + ], + [ + "▁publi", + "é" + ], + [ + "▁depart", + "amento" + ], + [ + "▁accus", + "ed" + ], + [ + "▁acc", + "used" + ], + [ + "h", + "p" + ], + [ + "▁Pf", + "l" + ], + [ + "▁P", + "fl" + ], + [ + "▁Sin", + "t" + ], + [ + "▁Si", + "nt" + ], + [ + "▁S", + "int" + ], + [ + "▁ek", + "onom" + ], + [ + "ract", + "or" + ], + [ + "rac", + "tor" + ], + [ + "ra", + "ctor" + ], + [ + "r", + "actor" + ], + [ + "▁П", + "ів" + ], + [ + "▁aw", + "ful" + ], + [ + "owa", + "ć" + ], + [ + "]", + "->" + ], + [ + "▁Fin", + "e" + ], + [ + "▁F", + "ine" + ], + [ + "С", + "а" + ], + [ + "ti", + "s" + ], + [ + "t", + "is" + ], + [ + "ét", + "a" + ], + [ + "é", + "ta" + ], + [ + "▁Ро", + "ди" + ], + [ + "▁Düsseld", + "orf" + ], + [ + "LO", + "B" + ], + [ + "L", + "OB" + ], + [ + "osa", + "s" + ], + [ + "os", + "as" + ], + [ + "werk", + "e" + ], + [ + "wer", + "ke" + ], + [ + "▁lan", + "ce" + ], + [ + "▁l", + "ance" + ], + [ + "▁листо", + "пада" + ], + [ + "▁in", + "complete" + ], + [ + "▁P", + "icture" + ], + [ + "▁", + "Picture" + ], + [ + "('", + "\\" + ], + [ + "(", + "'\\" + ], + [ + "ester", + "s" + ], + [ + "este", + "rs" + ], + [ + "est", + "ers" + ], + [ + "es", + "ters" + ], + [ + "e", + "sters" + ], + [ + "▁belong", + "ed" + ], + [ + "▁San", + "k" + ], + [ + "▁S", + "ank" + ], + [ + "amm", + "ed" + ], + [ + "am", + "med" + ], + [ + "▁repos", + "itories" + ], + [ + "▁add", + "r" + ], + [ + "▁ad", + "dr" + ], + [ + "▁", + "addr" + ], + [ + "Coll", + "ect" + ], + [ + "Col", + "lect" + ], + [ + "H", + "ot" + ], + [ + "▁ty", + "l" + ], + [ + "▁t", + "yl" + ], + [ + "▁instance", + "of" + ], + [ + "▁bon", + "us" + ], + [ + "ov", + "ý" + ], + [ + "▁мор", + "я" + ], + [ + "▁мо", + "ря" + ], + [ + "▁interact", + "ive" + ], + [ + "▁inter", + "active" + ], + [ + "▁My", + "s" + ], + [ + "▁M", + "ys" + ], + [ + "▁Ed", + "mund" + ], + [ + "file", + "Name" + ], + [ + "emo", + "r" + ], + [ + "em", + "or" + ], + [ + "e", + "mor" + ], + [ + "▁Т", + "ри" + ], + [ + "▁Rose", + "n" + ], + [ + "▁Ros", + "en" + ], + [ + "▁Ro", + "sen" + ], + [ + "▁R", + "osen" + ], + [ + "▁Prim", + "a" + ], + [ + "▁Pri", + "ma" + ], + [ + "▁Pr", + "ima" + ], + [ + "▁vot", + "ing" + ], + [ + "▁vo", + "ting" + ], + [ + "▁v", + "oting" + ], + [ + "▁X", + "P" + ], + [ + "▁Ze", + "ro" + ], + [ + "▁Z", + "ero" + ], + [ + "▁", + "Zero" + ], + [ + "▁Le", + "d" + ], + [ + "▁L", + "ed" + ], + [ + "ams", + "ung" + ], + [ + "▁enable", + "s" + ], + [ + "▁en", + "ables" + ], + [ + "▁redirect", + "s" + ], + [ + "AS", + "T" + ], + [ + "A", + "ST" + ], + [ + "Pa", + "int" + ], + [ + "P", + "aint" + ], + [ + "ack", + "er" + ], + [ + "ac", + "ker" + ], + [ + "a", + "cker" + ], + [ + "le", + "cht" + ], + [ + "▁chair", + "man" + ], + [ + "▁Av", + "en" + ], + [ + "▁A", + "ven" + ], + [ + "▁Sac", + "h" + ], + [ + "▁Sa", + "ch" + ], + [ + "▁S", + "ach" + ], + [ + "(\"", + "<" + ], + [ + "ке", + "р" + ], + [ + "к", + "ер" + ], + [ + "▁mistake", + "s" + ], + [ + "▁mist", + "akes" + ], + [ + "▁Wei", + "t" + ], + [ + "▁We", + "it" + ], + [ + "▁pro", + "wad" + ], + [ + "▁", + "prowad" + ], + [ + "▁didn", + "t" + ], + [ + "▁did", + "nt" + ], + [ + "én", + "ario" + ], + [ + "un", + "less" + ], + [ + "▁back", + "wards" + ], + [ + "bo", + "a" + ], + [ + "b", + "oa" + ], + [ + "du", + "ino" + ], + [ + "``", + "`" + ], + [ + "`", + "``" + ], + [ + "sto", + "r" + ], + [ + "st", + "or" + ], + [ + "s", + "tor" + ], + [ + "Comple", + "tion" + ], + [ + "pu", + "esta" + ], + [ + "▁din", + "ast" + ], + [ + "úl", + "t" + ], + [ + "ú", + "lt" + ], + [ + "▁S", + "Y" + ], + [ + "▁", + "SY" + ], + [ + "if", + "olia" + ], + [ + "œuvre", + "s" + ], + [ + "œuv", + "res" + ], + [ + "▁rac", + "ing" + ], + [ + "▁ra", + "cing" + ], + [ + "▁r", + "acing" + ], + [ + "▁cabin", + "et" + ], + [ + "▁cab", + "inet" + ], + [ + "▁cut", + "ting" + ], + [ + "▁th", + "umb" + ], + [ + "▁Кар", + "а" + ], + [ + "▁Ка", + "ра" + ], + [ + "high", + "light" + ], + [ + "ку", + "п" + ], + [ + "▁s", + "d" + ], + [ + "▁", + "sd" + ], + [ + "▁на", + "ціональ" + ], + [ + "▁camp", + "agne" + ], + [ + "▁register", + "s" + ], + [ + "▁education", + "al" + ], + [ + "▁educ", + "ational" + ], + [ + "▁pes", + "ar" + ], + [ + "▁p", + "esar" + ], + [ + "üg", + "e" + ], + [ + "ü", + "ge" + ], + [ + "▁or", + "o" + ], + [ + "▁o", + "ro" + ], + [ + "▁", + "oro" + ], + [ + "burg", + "o" + ], + [ + "bur", + "go" + ], + [ + "▁Athlet", + "ics" + ], + [ + "▁M", + "TV" + ], + [ + "get", + "Message" + ], + [ + "▁Hy", + "p" + ], + [ + "▁H", + "yp" + ], + [ + "▁vict", + "im" + ], + [ + "▁vic", + "tim" + ], + [ + "))", + "\\" + ], + [ + ")", + ")\\" + ], + [ + "▁drum", + "s" + ], + [ + "▁dru", + "ms" + ], + [ + "▁dr", + "ums" + ], + [ + "host", + "name" + ], + [ + "ta", + "ł" + ], + [ + "t", + "ał" + ], + [ + "ma", + "king" + ], + [ + "m", + "aking" + ], + [ + "▁pow", + "iat" + ], + [ + "ő", + "d" + ], + [ + "thread", + "s" + ], + [ + "▁absol", + "v" + ], + [ + "▁лю", + "ди" + ], + [ + "▁step", + "ped" + ], + [ + "▁ste", + "pped" + ], + [ + "ex", + "ist" + ], + [ + "▁N", + "K" + ], + [ + "▁ve", + "s" + ], + [ + "▁v", + "es" + ], + [ + "▁", + "ves" + ], + [ + "istic", + "he" + ], + [ + "isti", + "che" + ], + [ + "ist", + "iche" + ], + [ + "%", + "'" + ], + [ + "ativo", + "s" + ], + [ + "ativ", + "os" + ], + [ + "ati", + "vos" + ], + [ + "at", + "ivos" + ], + [ + "▁тако", + "й" + ], + [ + "▁та", + "кой" + ], + [ + "▁Mongo", + "DB" + ], + [ + "▁Un", + "g" + ], + [ + "▁U", + "ng" + ], + [ + "▁Ру", + "с" + ], + [ + "▁Р", + "ус" + ], + [ + "▁el", + "im" + ], + [ + "▁e", + "lim" + ], + [ + "▁F", + "if" + ], + [ + "ica", + "ción" + ], + [ + "ic", + "ación" + ], + [ + "▁Ten", + "nis" + ], + [ + "▁T", + "ennis" + ], + [ + "▁Jeff", + "erson" + ], + [ + "j", + "án" + ], + [ + "fo", + "g" + ], + [ + "f", + "og" + ], + [ + "anh", + "a" + ], + [ + "an", + "ha" + ], + [ + "zo", + "r" + ], + [ + "z", + "or" + ], + [ + "▁уні", + "версите" + ], + [ + "ah", + "u" + ], + [ + "a", + "hu" + ], + [ + "ia", + "da" + ], + [ + "i", + "ada" + ], + [ + "S", + "dk" + ], + [ + "Set", + "ting" + ], + [ + "▁Kil", + "l" + ], + [ + "▁Ki", + "ll" + ], + [ + "▁K", + "ill" + ], + [ + "▁We", + "nd" + ], + [ + "▁W", + "end" + ], + [ + "▁bal", + "d" + ], + [ + "▁ba", + "ld" + ], + [ + "▁b", + "ald" + ], + [ + "▁Ku", + "b" + ], + [ + "▁K", + "ub" + ], + [ + "▁vis", + "to" + ], + [ + "▁vi", + "sto" + ], + [ + "▁v", + "isto" + ], + [ + "▁jeune", + "s" + ], + [ + "▁jeu", + "nes" + ], + [ + "▁je", + "unes" + ], + [ + "collection", + "s" + ], + [ + "collect", + "ions" + ], + [ + "col", + "lections" + ], + [ + "ac", + "í" + ], + [ + "a", + "cí" + ], + [ + "вро", + "пей" + ], + [ + "▁ar", + "ise" + ], + [ + "он", + "і" + ], + [ + "о", + "ні" + ], + [ + "MA", + "IN" + ], + [ + "до", + "ступ" + ], + [ + "▁ber", + "g" + ], + [ + "▁be", + "rg" + ], + [ + "▁b", + "erg" + ], + [ + "▁", + "berg" + ], + [ + "▁critic", + "ism" + ], + [ + "▁Tor", + "re" + ], + [ + "▁descri", + "pt" + ], + [ + "▁des", + "cript" + ], + [ + "▁de", + "script" + ], + [ + "ière", + "s" + ], + [ + "i", + "ères" + ], + [ + "▁estud", + "io" + ], + [ + "▁est", + "udio" + ], + [ + "▁e", + "studio" + ], + [ + "▁il", + "i" + ], + [ + "▁i", + "li" + ], + [ + "▁", + "ili" + ], + [ + "▁militar", + "e" + ], + [ + "▁milit", + "are" + ], + [ + "▁mil", + "itare" + ], + [ + "▁Clar", + "a" + ], + [ + "▁Cla", + "ra" + ], + [ + "▁Cl", + "ara" + ], + [ + "▁Elle", + "n" + ], + [ + "▁Ell", + "en" + ], + [ + "▁El", + "len" + ], + [ + "limit", + "ed" + ], + [ + "lim", + "ited" + ], + [ + "л", + "м" + ], + [ + "▁Esp", + "añ" + ], + [ + "▁infinite", + "ly" + ], + [ + "▁inf", + "initely" + ], + [ + "Amer", + "ica" + ], + [ + "ou", + "c" + ], + [ + "o", + "uc" + ], + [ + "gl", + "ass" + ], + [ + "g", + "lass" + ], + [ + "▁ru", + "d" + ], + [ + "▁r", + "ud" + ], + [ + "▁za", + "t" + ], + [ + "▁z", + "at" + ], + [ + "▁", + "zat" + ], + [ + "▁ri", + "n" + ], + [ + "▁r", + "in" + ], + [ + "▁", + "rin" + ], + [ + "▁Bibli", + "ografía" + ], + [ + "▁mer", + "chant" + ], + [ + "tensor", + "flow" + ], + [ + "▁dé", + "r" + ], + [ + "▁d", + "ér" + ], + [ + "▁Active", + "Record" + ], + [ + "IE", + "S" + ], + [ + "I", + "ES" + ], + [ + "▁link", + "er" + ], + [ + "▁lin", + "ker" + ], + [ + "▁estudio", + "s" + ], + [ + "▁estud", + "ios" + ], + [ + "cdn", + "js" + ], + [ + "▁Го", + "судар" + ], + [ + "án", + "chez" + ], + [ + "app", + "e" + ], + [ + "ap", + "pe" + ], + [ + "a", + "ppe" + ], + [ + "cl", + "ub" + ], + [ + "c", + "lub" + ], + [ + "▁dal", + "ší" + ], + [ + "▁Alg", + "orithm" + ], + [ + "df", + "s" + ], + [ + "d", + "fs" + ], + [ + "▁Ba", + "c" + ], + [ + "▁B", + "ac" + ], + [ + "▁ка", + "фе" + ], + [ + "▁&=", + "\\" + ], + [ + "▁&", + "=\\" + ], + [ + "▁а", + "т" + ], + [ + "▁", + "ат" + ], + [ + "▁Г", + "лав" + ], + [ + "▁Mo", + "u" + ], + [ + "▁M", + "ou" + ], + [ + "M", + "achine" + ], + [ + "(...", + ")" + ], + [ + "(", + "...)" + ], + [ + "▁compar", + "t" + ], + [ + "▁comp", + "art" + ], + [ + "▁com", + "part" + ], + [ + "▁aug", + "usztus" + ], + [ + "ava", + "n" + ], + [ + "av", + "an" + ], + [ + "a", + "van" + ], + [ + "▁roll", + "ed" + ], + [ + "▁rol", + "led" + ], + [ + "▁", + "rolled" + ], + [ + "▁е", + "ди" + ], + [ + "▁", + "еди" + ], + [ + "Sc", + "an" + ], + [ + "S", + "can" + ], + [ + "▁ре", + "гі" + ], + [ + "▁świat", + "a" + ], + [ + "▁świ", + "ata" + ], + [ + "▁mine", + "s" + ], + [ + "▁min", + "es" + ], + [ + "▁mi", + "nes" + ], + [ + "▁m", + "ines" + ], + [ + "},", + "{" + ], + [ + "▁Ti", + "er" + ], + [ + "▁T", + "ier" + ], + [ + "Can", + "not" + ], + [ + "C", + "annot" + ], + [ + "мі", + "н" + ], + [ + "м", + "ін" + ], + [ + "▁NE", + "W" + ], + [ + "▁", + "NEW" + ], + [ + "▁Во", + "л" + ], + [ + "▁Man", + "h" + ], + [ + "▁M", + "anh" + ], + [ + "▁Greg", + "ory" + ], + [ + "▁princip", + "e" + ], + [ + "▁princi", + "pe" + ], + [ + "▁prin", + "cipe" + ], + [ + "IS", + "O" + ], + [ + "I", + "SO" + ], + [ + "pro", + "g" + ], + [ + "pr", + "og" + ], + [ + "p", + "rog" + ], + [ + "▁Fa", + "il" + ], + [ + "▁F", + "ail" + ], + [ + "▁", + "Fail" + ], + [ + "▁a", + "a" + ], + [ + "▁", + "aa" + ], + [ + "▁fe", + "cha" + ], + [ + "▁W", + "CF" + ], + [ + "▁mag", + "istr" + ], + [ + "▁Za", + "ch" + ], + [ + "▁Z", + "ach" + ], + [ + "▁un", + "icode" + ], + [ + "▁convert", + "er" + ], + [ + "▁conver", + "ter" + ], + [ + "▁con", + "verter" + ], + [ + "▁disp", + "ers" + ], + [ + "▁dis", + "pers" + ], + [ + "ks", + "am" + ], + [ + "k", + "sam" + ], + [ + "▁Un", + "cle" + ], + [ + "Property", + "Changed" + ], + [ + "▁lid", + "er" + ], + [ + "▁li", + "der" + ], + [ + "▁l", + "ider" + ], + [ + "▁opt", + "s" + ], + [ + "▁op", + "ts" + ], + [ + "▁o", + "pts" + ], + [ + "▁", + "opts" + ], + [ + "▁та", + "м" + ], + [ + "▁", + "там" + ], + [ + "lock", + "ed" + ], + [ + "loc", + "ked" + ], + [ + "za", + "k" + ], + [ + "z", + "ak" + ], + [ + "▁count", + "ed" + ], + [ + "▁coun", + "ted" + ], + [ + "▁co", + "unted" + ], + [ + "▁person", + "e" + ], + [ + "▁pers", + "one" + ], + [ + "▁hur", + "ried" + ], + [ + "ätte", + "r" + ], + [ + "ätt", + "er" + ], + [ + "ät", + "ter" + ], + [ + "▁out", + "ras" + ], + [ + "▁ou", + "tras" + ], + [ + "▁gen", + "u" + ], + [ + "▁ge", + "nu" + ], + [ + "▁g", + "enu" + ], + [ + "B", + "D" + ], + [ + "ve", + "g" + ], + [ + "v", + "eg" + ], + [ + "du", + "e" + ], + [ + "d", + "ue" + ], + [ + "▁Pra", + "ct" + ], + [ + "▁Pr", + "act" + ], + [ + "▁P", + "ract" + ], + [ + "▁pos", + "ible" + ], + [ + "▁po", + "sible" + ], + [ + "▁contribu", + "te" + ], + [ + "▁contrib", + "ute" + ], + [ + "▁cont", + "ribute" + ], + [ + "UM", + "N" + ], + [ + "▁Bür", + "ger" + ], + [ + "▁war", + "s" + ], + [ + "▁wa", + "rs" + ], + [ + "▁w", + "ars" + ], + [ + "▁exhib", + "ition" + ], + [ + "hi", + "ll" + ], + [ + "h", + "ill" + ], + [ + "▁ast", + "r" + ], + [ + "▁as", + "tr" + ], + [ + "▁a", + "str" + ], + [ + "▁", + "astr" + ], + [ + "▁му", + "зе" + ], + [ + "▁CA", + "SE" + ], + [ + "▁C", + "ASE" + ], + [ + "▁", + "CASE" + ], + [ + "man", + "ifest" + ], + [ + "y", + "ellow" + ], + [ + "F", + "n" + ], + [ + "▁R", + "C" + ], + [ + "▁", + "RC" + ], + [ + "▁so", + "tt" + ], + [ + "▁s", + "ott" + ], + [ + "▁su", + "jet" + ], + [ + "▁Soc", + "ket" + ], + [ + "▁So", + "cket" + ], + [ + "▁S", + "ocket" + ], + [ + "▁", + "Socket" + ], + [ + "▁Chi", + "ne" + ], + [ + "▁Ch", + "ine" + ], + [ + "▁framework", + "s" + ], + [ + "▁frame", + "works" + ], + [ + "Hol", + "d" + ], + [ + "H", + "old" + ], + [ + "êt", + "s" + ], + [ + "ê", + "ts" + ], + [ + "▁фі", + "ль" + ], + [ + "▁ф", + "іль" + ], + [ + "Load", + "ed" + ], + [ + "Lo", + "aded" + ], + [ + "oph", + "e" + ], + [ + "op", + "he" + ], + [ + "o", + "phe" + ], + [ + "text", + "e" + ], + [ + "tex", + "te" + ], + [ + "▁expr", + "es" + ], + [ + "▁exp", + "res" + ], + [ + "▁ex", + "pres" + ], + [ + "▁consum", + "e" + ], + [ + "▁cons", + "ume" + ], + [ + "▁R", + "ichtung" + ], + [ + "ograf", + "i" + ], + [ + "▁magn", + "ific" + ], + [ + "à", + "t" + ], + [ + "▁indu", + "l" + ], + [ + "▁ind", + "ul" + ], + [ + "ry", + "ty" + ], + [ + "▁offic", + "i" + ], + [ + "▁off", + "ici" + ], + [ + "▁ass", + "ault" + ], + [ + "run", + "d" + ], + [ + "ru", + "nd" + ], + [ + "r", + "und" + ], + [ + "▁variant", + "s" + ], + [ + "▁vari", + "ants" + ], + [ + "▁сель", + "сов" + ], + [ + "▁exc", + "itement" + ], + [ + "Time", + "s" + ], + [ + "Tim", + "es" + ], + [ + "T", + "imes" + ], + [ + "k", + "otlin" + ], + [ + "▁ger", + "ing" + ], + [ + "▁ge", + "ring" + ], + [ + "▁g", + "ering" + ], + [ + "▁Eng", + "el" + ], + [ + "▁En", + "gel" + ], + [ + "▁Time", + "r" + ], + [ + "▁Tim", + "er" + ], + [ + "▁Ti", + "mer" + ], + [ + "▁T", + "imer" + ], + [ + "▁", + "Timer" + ], + [ + "²", + ")." + ], + [ + "▁N", + "g" + ], + [ + "äs", + "st" + ], + [ + "sch", + "au" + ], + [ + "SE", + "rror" + ], + [ + "S", + "Error" + ], + [ + "▁Edward", + "s" + ], + [ + "▁Ed", + "wards" + ], + [ + "▁Term", + "inal" + ], + [ + "lic", + "t" + ], + [ + "li", + "ct" + ], + [ + "l", + "ict" + ], + [ + "Und", + "er" + ], + [ + "Un", + "der" + ], + [ + "U", + "nder" + ], + [ + "▁sp", + "awn" + ], + [ + "ür", + "gen" + ], + [ + "▁Außer", + "dem" + ], + [ + "▁k", + "itchen" + ], + [ + "fahr", + "t" + ], + [ + "fah", + "rt" + ], + [ + "▁Color", + "s" + ], + [ + "▁Col", + "ors" + ], + [ + "▁систем", + "а" + ], + [ + "▁систе", + "ма" + ], + [ + "▁terminate", + "d" + ], + [ + "▁termin", + "ated" + ], + [ + "▁La", + "TeX" + ], + [ + "igkeit", + "en" + ], + [ + "ig", + "keiten" + ], + [ + "▁mes", + "ure" + ], + [ + "▁Amt", + "s" + ], + [ + "▁Am", + "ts" + ], + [ + "▁emp", + "ir" + ], + [ + "▁strik", + "ing" + ], + [ + "▁stri", + "king" + ], + [ + "▁exclus", + "ive" + ], + [ + "те", + "х" + ], + [ + "▁re", + "z" + ], + [ + "▁r", + "ez" + ], + [ + "▁", + "rez" + ], + [ + "▁qu", + "an" + ], + [ + "▁q", + "uan" + ], + [ + "▁Glas", + "gow" + ], + [ + "▁lect", + "ure" + ], + [ + "▁Test", + "ament" + ], + [ + "▁fund", + "s" + ], + [ + "▁fun", + "ds" + ], + [ + "▁st", + "essa" + ], + [ + "▁tribe", + "s" + ], + [ + "▁trib", + "es" + ], + [ + "▁tri", + "bes" + ], + [ + "▁par", + "fois" + ], + [ + "▁tre", + "ball" + ], + [ + "nit", + "z" + ], + [ + "ni", + "tz" + ], + [ + "n", + "itz" + ], + [ + "bo", + "ve" + ], + [ + "b", + "ove" + ], + [ + "▁за", + "слу" + ], + [ + "▁abs", + "ent" + ], + [ + "▁ab", + "sent" + ], + [ + "▁Lau", + "f" + ], + [ + "▁La", + "uf" + ], + [ + "▁L", + "auf" + ], + [ + "Sm", + "ith" + ], + [ + "▁Никола", + "й" + ], + [ + "▁europé", + "enne" + ], + [ + "l", + "r" + ], + [ + "▁program", + "ma" + ], + [ + "▁mid", + "st" + ], + [ + "▁mi", + "dst" + ], + [ + "▁daughter", + "s" + ], + [ + "▁daugh", + "ters" + ], + [ + "S", + "yn" + ], + [ + "obe", + "n" + ], + [ + "ob", + "en" + ], + [ + "o", + "ben" + ], + [ + "ân", + "ă" + ], + [ + "ida", + "n" + ], + [ + "id", + "an" + ], + [ + "i", + "dan" + ], + [ + "▁the", + "r" + ], + [ + "▁th", + "er" + ], + [ + "▁t", + "her" + ], + [ + "▁", + "ther" + ], + [ + "odor", + "e" + ], + [ + "odo", + "re" + ], + [ + "od", + "ore" + ], + [ + "sd", + "l" + ], + [ + "s", + "dl" + ], + [ + "▁Qu", + "int" + ], + [ + "▁Q", + "uint" + ], + [ + "▁caso", + "s" + ], + [ + "▁cas", + "os" + ], + [ + "▁Za", + "m" + ], + [ + "▁Z", + "am" + ], + [ + "▁стра", + "ны" + ], + [ + "▁spr", + "ite" + ], + [ + "▁sp", + "rite" + ], + [ + "ка", + "л" + ], + [ + "к", + "ал" + ], + [ + "▁nas", + "c" + ], + [ + "▁na", + "sc" + ], + [ + "▁n", + "asc" + ], + [ + "▁сот", + "руд" + ], + [ + "▁trav", + "a" + ], + [ + "▁tra", + "va" + ], + [ + "▁tr", + "ava" + ], + [ + "▁хо", + "зяй" + ], + [ + "▁U", + "ruguay" + ], + [ + "▁sp", + "arse" + ], + [ + "▁s", + "parse" + ], + [ + "▁пол", + "е" + ], + [ + "▁по", + "ле" + ], + [ + "▁myster", + "y" + ], + [ + "▁myst", + "ery" + ], + [ + "▁Man", + "g" + ], + [ + "▁Ma", + "ng" + ], + [ + "▁M", + "ang" + ], + [ + "reg", + "istr" + ], + [ + "▁CG", + "Float" + ], + [ + "▁subm", + "ission" + ], + [ + "▁sub", + "mission" + ], + [ + "ван", + "а" + ], + [ + "ва", + "на" + ], + [ + "в", + "ана" + ], + [ + "▁\"", + ":" + ], + [ + "▁", + "\":" + ], + [ + "▁Trace", + "back" + ], + [ + "▁Pi", + "t" + ], + [ + "▁P", + "it" + ], + [ + "▁E", + "hr" + ], + [ + "▁с", + "ра" + ], + [ + "▁Graph", + "ics" + ], + [ + "▁", + "Graphics" + ], + [ + "Update", + "d" + ], + [ + "Up", + "dated" + ], + [ + "▁sv", + "ensk" + ], + [ + "▁spac", + "ing" + ], + [ + "▁sp", + "acing" + ], + [ + "tri", + "tt" + ], + [ + "tr", + "itt" + ], + [ + "t", + "ritt" + ], + [ + "▁Gu", + "inea" + ], + [ + "▁Fran", + "ça" + ], + [ + "▁Fr", + "ança" + ], + [ + "Ass", + "oci" + ], + [ + "As", + "soci" + ], + [ + "▁To", + "vá" + ], + [ + "▁T", + "ová" + ], + [ + "sta", + "b" + ], + [ + "st", + "ab" + ], + [ + "s", + "tab" + ], + [ + "▁Lear", + "ning" + ], + [ + "▁Le", + "arning" + ], + [ + "▁Brig", + "ht" + ], + [ + "▁Br", + "ight" + ], + [ + "▁B", + "right" + ], + [ + "ś", + "c" + ], + [ + "▁id", + "ő" + ], + [ + "}}_{", + "\\" + ], + [ + "}}_", + "{\\" + ], + [ + "}}", + "_{\\" + ], + [ + "}", + "}_{\\" + ], + [ + "▁droit", + "e" + ], + [ + "▁dro", + "ite" + ], + [ + "▁ra", + "ising" + ], + [ + "get", + "ting" + ], + [ + "yth", + "m" + ], + [ + "yt", + "hm" + ], + [ + "y", + "thm" + ], + [ + "onym", + "e" + ], + [ + "ony", + "me" + ], + [ + "on", + "yme" + ], + [ + "ż", + "s" + ], + [ + "▁bla", + "h" + ], + [ + "▁bl", + "ah" + ], + [ + "▁b", + "lah" + ], + [ + "▁", + "blah" + ], + [ + "Tag", + "Name" + ], + [ + "Vert", + "ical" + ], + [ + "▁ap", + "er" + ], + [ + "▁a", + "per" + ], + [ + "▁", + "aper" + ], + [ + "post", + "gresql" + ], + [ + "▁Hand", + "le" + ], + [ + "▁", + "Handle" + ], + [ + "ze", + "w" + ], + [ + "z", + "ew" + ], + [ + "▁sk", + "ulle" + ], + [ + "▁oper", + "e" + ], + [ + "▁op", + "ere" + ], + [ + "layer", + "s" + ], + [ + "lay", + "ers" + ], + [ + "▁poss", + "ono" + ], + [ + "▁pos", + "sono" + ], + [ + "▁rela", + "te" + ], + [ + "▁rel", + "ate" + ], + [ + "▁re", + "late" + ], + [ + "ą", + "c" + ], + [ + "▁Mi", + "h" + ], + [ + "▁M", + "ih" + ], + [ + "â", + "ge" + ], + [ + "▁Ś", + "wi" + ], + [ + "isse", + "s" + ], + [ + "iss", + "es" + ], + [ + "▁serv", + "let" + ], + [ + "▁", + "servlet" + ], + [ + "Lo", + "s" + ], + [ + "L", + "os" + ], + [ + "▁Adv", + "anced" + ], + [ + "▁Ad", + "vanced" + ], + [ + "atic", + "a" + ], + [ + "ati", + "ca" + ], + [ + "at", + "ica" + ], + [ + "▁ce", + "d" + ], + [ + "▁c", + "ed" + ], + [ + "▁", + "ced" + ], + [ + "▁element", + "os" + ], + [ + "рон", + "а" + ], + [ + "ро", + "на" + ], + [ + "р", + "она" + ], + [ + "ik", + "s" + ], + [ + "i", + "ks" + ], + [ + "ar", + "f" + ], + [ + "a", + "rf" + ], + [ + "aria", + "t" + ], + [ + "ari", + "at" + ], + [ + "ar", + "iat" + ], + [ + "M", + "obile" + ], + [ + "agu", + "a" + ], + [ + "ag", + "ua" + ], + [ + "▁tim", + "p" + ], + [ + "▁ti", + "mp" + ], + [ + "▁t", + "imp" + ], + [ + "▁Com", + "ité" + ], + [ + "▁combin", + "ing" + ], + [ + "▁comb", + "ining" + ], + [ + "wo", + "hl" + ], + [ + "w", + "ohl" + ], + [ + "▁Stud", + "y" + ], + [ + "▁Stu", + "dy" + ], + [ + "co", + "ordinate" + ], + [ + "▁recommend", + "ation" + ], + [ + "▁transformation", + "s" + ], + [ + "▁transform", + "ations" + ], + [ + "unt", + "il" + ], + [ + "un", + "til" + ], + [ + "u", + "ntil" + ], + [ + "bound", + "ed" + ], + [ + "b", + "ounded" + ], + [ + "▁из", + "у" + ], + [ + "▁и", + "зу" + ], + [ + "han", + "ced" + ], + [ + "h", + "anced" + ], + [ + "▁во", + "про" + ], + [ + "▁Pr", + "és" + ], + [ + "▁P", + "rés" + ], + [ + "▁co", + "ord" + ], + [ + "xt", + "y" + ], + [ + "x", + "ty" + ], + [ + "▁$", + "," + ], + [ + "▁", + "$," + ], + [ + "▁champion", + "s" + ], + [ + "▁champ", + "ions" + ], + [ + "De", + "n" + ], + [ + "D", + "en" + ], + [ + "M", + "il" + ], + [ + "('", + "," + ], + [ + "(", + "'," + ], + [ + "▁Pre", + "is" + ], + [ + "▁eig", + "h" + ], + [ + "▁e", + "igh" + ], + [ + "▁marker", + "s" + ], + [ + "▁mark", + "ers" + ], + [ + "▁gew", + "esen" + ], + [ + "ätte", + "n" + ], + [ + "ätt", + "en" + ], + [ + "ät", + "ten" + ], + [ + "▁pi", + "one" + ], + [ + "▁p", + "ione" + ], + [ + "m", + "v" + ], + [ + "▁ј", + "у" + ], + [ + "▁", + "ју" + ], + [ + "zeich", + "nis" + ], + [ + "hof", + "f" + ], + [ + "ho", + "ff" + ], + [ + "h", + "off" + ], + [ + "New", + "s" + ], + [ + "Ne", + "ws" + ], + [ + "▁Stanis", + "ław" + ], + [ + "▁Brand", + "enburg" + ], + [ + "▁Br", + "andenburg" + ], + [ + "▁Fe", + "uer" + ], + [ + "=", + "&" + ], + [ + "же", + "т" + ], + [ + "ж", + "ет" + ], + [ + "▁Ne", + "il" + ], + [ + "▁N", + "eil" + ], + [ + "▁wir", + "k" + ], + [ + "▁w", + "irk" + ], + [ + "▁soci", + "età" + ], + [ + "▁sp", + "are" + ], + [ + "▁civil", + "e" + ], + [ + "▁civ", + "ile" + ], + [ + "spr", + "ach" + ], + [ + "sp", + "rach" + ], + [ + "▁diss", + "e" + ], + [ + "▁dis", + "se" + ], + [ + "▁d", + "isse" + ], + [ + "▁gate", + "s" + ], + [ + "▁gat", + "es" + ], + [ + "▁ga", + "tes" + ], + [ + "▁g", + "ates" + ], + [ + "▁ano", + "m" + ], + [ + "▁an", + "om" + ], + [ + "▁a", + "nom" + ], + [ + "▁Федера", + "ции" + ], + [ + "▁ti", + "b" + ], + [ + "▁t", + "ib" + ], + [ + "▁f", + "útbol" + ], + [ + "▁Wikip", + "ed" + ], + [ + "iat", + "e" + ], + [ + "ia", + "te" + ], + [ + "i", + "ate" + ], + [ + "Fr", + "ont" + ], + [ + "F", + "ront" + ], + [ + "▁cra", + "w" + ], + [ + "▁cr", + "aw" + ], + [ + "▁c", + "raw" + ], + [ + "▁Ra", + "k" + ], + [ + "▁R", + "ak" + ], + [ + "▁зв", + "у" + ], + [ + "▁з", + "ву" + ], + [ + "stre", + "et" + ], + [ + "st", + "reet" + ], + [ + "▁Ag", + "ency" + ], + [ + "▁A", + "gency" + ], + [ + "вал", + "о" + ], + [ + "ва", + "ло" + ], + [ + "▁Ра", + "с" + ], + [ + "▁mk", + "dir" + ], + [ + "ac", + "ję" + ], + [ + "▁share", + "s" + ], + [ + "▁sh", + "ares" + ], + [ + "Sto", + "ry" + ], + [ + "St", + "ory" + ], + [ + "▁remark", + "s" + ], + [ + "▁rem", + "arks" + ], + [ + "▁re", + "marks" + ], + [ + "▁keyword", + "s" + ], + [ + "▁key", + "words" + ], + [ + "Bo", + "b" + ], + [ + "B", + "ob" + ], + [ + "▁to", + "e" + ], + [ + "▁t", + "oe" + ], + [ + "▁Vit", + "t" + ], + [ + "▁Vi", + "tt" + ], + [ + "▁V", + "itt" + ], + [ + "▁rh", + "s" + ], + [ + "▁r", + "hs" + ], + [ + "RO", + "P" + ], + [ + "R", + "OP" + ], + [ + "ori", + "s" + ], + [ + "or", + "is" + ], + [ + "o", + "ris" + ], + [ + "/", + "@" + ], + [ + "си", + "и" + ], + [ + "▁travers", + "e" + ], + [ + "▁tra", + "verse" + ], + [ + "▁refer", + "encing" + ], + [ + "pr", + "äsident" + ], + [ + "ron", + "g" + ], + [ + "ro", + "ng" + ], + [ + "r", + "ong" + ], + [ + "')", + ":" + ], + [ + "'", + "):" + ], + [ + "atie", + "s" + ], + [ + "ati", + "es" + ], + [ + "at", + "ies" + ], + [ + "a", + "ties" + ], + [ + "A", + "W" + ], + [ + "Out", + "let" + ], + [ + "▁év", + "ol" + ], + [ + "▁é", + "vol" + ], + [ + "ike", + "s" + ], + [ + "ik", + "es" + ], + [ + "i", + "kes" + ], + [ + "▁environment", + "al" + ], + [ + "ic", + "um" + ], + [ + "▁Lie", + "d" + ], + [ + "▁Li", + "ed" + ], + [ + "▁L", + "ied" + ], + [ + "▁war", + "n" + ], + [ + "▁wa", + "rn" + ], + [ + "▁w", + "arn" + ], + [ + "▁", + "warn" + ], + [ + "▁But", + "ler" + ], + [ + "▁%)", + "," + ], + [ + "▁%", + ")," + ], + [ + "▁Zeit", + "schrift" + ], + [ + "▁Mont", + "r" + ], + [ + "▁Mon", + "tr" + ], + [ + "ва", + "жа" + ], + [ + "▁Mer", + "cur" + ], + [ + "jekt", + "e" + ], + [ + "je", + "kte" + ], + [ + "met", + "er" + ], + [ + "me", + "ter" + ], + [ + "m", + "eter" + ], + [ + "du", + "cation" + ], + [ + "▁attribute", + "d" + ], + [ + "▁att", + "ributed" + ], + [ + "*", + "$" + ], + [ + "▁un", + "f" + ], + [ + "▁Vert", + "rag" + ], + [ + "zie", + "n" + ], + [ + "zi", + "en" + ], + [ + "z", + "ien" + ], + [ + "▁Ро", + "б" + ], + [ + "▁Р", + "об" + ], + [ + "lice", + "s" + ], + [ + "lic", + "es" + ], + [ + "li", + "ces" + ], + [ + "l", + "ices" + ], + [ + "pp", + "ly" + ], + [ + "p", + "ply" + ], + [ + "anse", + "n" + ], + [ + "ans", + "en" + ], + [ + "an", + "sen" + ], + [ + "▁ze", + "it" + ], + [ + "▁", + "zeit" + ], + [ + "▁imm", + "ense" + ], + [ + "▁im", + "mense" + ], + [ + "▁lut", + "ego" + ], + [ + "▁Bulg", + "ar" + ], + [ + "▁Bul", + "gar" + ], + [ + "▁mi", + "embros" + ], + [ + "▁На", + "циональ" + ], + [ + "▁All", + "ow" + ], + [ + "▁Al", + "low" + ], + [ + "▁", + "Allow" + ], + [ + "▁ang", + "lès" + ], + [ + "д", + "ви" + ], + [ + "▁To", + "y" + ], + [ + "▁T", + "oy" + ], + [ + "ту", + "а" + ], + [ + "▁ya", + "rd" + ], + [ + "▁y", + "ard" + ], + [ + "▁", + "yard" + ], + [ + "(", + "%" + ], + [ + "isse", + "r" + ], + [ + "iss", + "er" + ], + [ + "is", + "ser" + ], + [ + "▁gol", + "f" + ], + [ + "▁g", + "olf" + ], + [ + "▁Uk", + "rain" + ], + [ + "▁hos", + "p" + ], + [ + "▁ho", + "sp" + ], + [ + "▁h", + "osp" + ], + [ + "In", + "clude" + ], + [ + "▁Lis", + "a" + ], + [ + "▁Li", + "sa" + ], + [ + "▁L", + "isa" + ], + [ + "▁cs", + "al" + ], + [ + "▁c", + "sal" + ], + [ + "▁Mir", + "a" + ], + [ + "▁Mi", + "ra" + ], + [ + "▁M", + "ira" + ], + [ + "rec", + "ogn" + ], + [ + "▁К", + "е" + ], + [ + "▁hit", + "ting" + ], + [ + "▁h", + "itting" + ], + [ + "коном", + "і" + ], + [ + "коно", + "мі" + ], + [ + "▁Tourn", + "ament" + ], + [ + "LO", + "AD" + ], + [ + "▁Guard", + "ian" + ], + [ + "▁dah", + "er" + ], + [ + "▁da", + "her" + ], + [ + "▁time", + "zone" + ], + [ + "▁tom", + "cat" + ], + [ + "▁", + "tomcat" + ], + [ + "▁successo", + "r" + ], + [ + "▁success", + "or" + ], + [ + "▁succ", + "essor" + ], + [ + "▁Vo", + "id" + ], + [ + "▁V", + "oid" + ], + [ + "▁come", + "ç" + ], + [ + "▁convert", + "s" + ], + [ + "▁conver", + "ts" + ], + [ + "äch", + "s" + ], + [ + "ä", + "chs" + ], + [ + "ose", + "x" + ], + [ + "os", + "ex" + ], + [ + "o", + "sex" + ], + [ + "xe", + "lles" + ], + [ + "x", + "elles" + ], + [ + "ase", + "r" + ], + [ + "as", + "er" + ], + [ + "a", + "ser" + ], + [ + "▁É", + "s" + ], + [ + "▁mo", + "u" + ], + [ + "▁m", + "ou" + ], + [ + "▁un", + "g" + ], + [ + "▁u", + "ng" + ], + [ + "▁", + "ung" + ], + [ + "▁orig", + "en" + ], + [ + "▁or", + "igen" + ], + [ + "▁Cro", + "w" + ], + [ + "▁Cr", + "ow" + ], + [ + "▁C", + "row" + ], + [ + "▁Er", + "d" + ], + [ + "▁E", + "rd" + ], + [ + "▁sie", + "ben" + ], + [ + "▁si", + "eben" + ], + [ + "▁s", + "ieben" + ], + [ + "lu", + "a" + ], + [ + "l", + "ua" + ], + [ + "▁B", + "B" + ], + [ + "▁", + "BB" + ], + [ + "RE", + "NT" + ], + [ + "R", + "ENT" + ], + [ + "▁pił", + "kar" + ], + [ + "▁marqu", + "e" + ], + [ + "▁mar", + "que" + ], + [ + "▁Lab", + "our" + ], + [ + "▁La", + "bour" + ], + [ + "vider", + "s" + ], + [ + "vid", + "ers" + ], + [ + "vi", + "ders" + ], + [ + "v", + "iders" + ], + [ + "▁exem", + "pl" + ], + [ + "▁ex", + "empl" + ], + [ + "So", + "und" + ], + [ + "S", + "ound" + ], + [ + "▁Was", + "s" + ], + [ + "▁Wa", + "ss" + ], + [ + "▁W", + "ass" + ], + [ + "arr", + "ison" + ], + [ + "▁те", + "чение" + ], + [ + "▁Of", + "icina" + ], + [ + "▁Da", + "w" + ], + [ + "▁D", + "aw" + ], + [ + "▁Ka", + "uf" + ], + [ + "▁K", + "auf" + ], + [ + "én", + "t" + ], + [ + "é", + "nt" + ], + [ + "és", + "ő" + ], + [ + "▁=", + "\"" + ], + [ + "▁", + "=\"" + ], + [ + "▁ka", + "t" + ], + [ + "▁k", + "at" + ], + [ + "dict", + "ion" + ], + [ + "dic", + "tion" + ], + [ + "di", + "ction" + ], + [ + "d", + "iction" + ], + [ + "▁Vol", + "l" + ], + [ + "▁Vo", + "ll" + ], + [ + "▁V", + "oll" + ], + [ + "▁high", + "way" + ], + [ + "J", + "ames" + ], + [ + "zeug", + "e" + ], + [ + "ze", + "uge" + ], + [ + "▁model", + "o" + ], + [ + "▁mode", + "lo" + ], + [ + "▁mod", + "elo" + ], + [ + "Th", + "row" + ], + [ + "▁For", + "um" + ], + [ + "▁Fo", + "rum" + ], + [ + "▁F", + "orum" + ], + [ + "(\"", + "@" + ], + [ + "▁enf", + "er" + ], + [ + "▁en", + "fer" + ], + [ + "▁спе", + "циаль" + ], + [ + "Number", + "s" + ], + [ + "Num", + "bers" + ], + [ + "▁Bin", + "ary" + ], + [ + "▁B", + "inary" + ], + [ + "▁", + "Binary" + ], + [ + "▁Martín", + "ez" + ], + [ + "▁Martí", + "nez" + ], + [ + "▁Stat", + "o" + ], + [ + "▁Sta", + "to" + ], + [ + "▁St", + "ato" + ], + [ + "▁fest", + "iv" + ], + [ + "▁kat", + "ol" + ], + [ + "▁ka", + "tol" + ], + [ + "▁k", + "atol" + ], + [ + "▁А", + "б" + ], + [ + "▁limit", + "ation" + ], + [ + "▁lim", + "itation" + ], + [ + "▁ST", + "R" + ], + [ + "▁S", + "TR" + ], + [ + "▁", + "STR" + ], + [ + "▁О", + "фициаль" + ], + [ + "ipe", + "s" + ], + [ + "ip", + "es" + ], + [ + "i", + "pes" + ], + [ + "▁Is", + "n" + ], + [ + "▁I", + "sn" + ], + [ + "▁rule", + "d" + ], + [ + "▁ru", + "led" + ], + [ + "▁c", + "í" + ], + [ + "▁", + "cí" + ], + [ + "geb", + "er" + ], + [ + "ge", + "ber" + ], + [ + "▁lavor", + "o" + ], + [ + "▁lav", + "oro" + ], + [ + "▁parenthes", + "es" + ], + [ + "о", + "з" + ], + [ + "▁équipe", + "s" + ], + [ + "▁équip", + "es" + ], + [ + "▁efficient", + "ly" + ], + [ + "▁Per", + "iod" + ], + [ + "▁", + "Period" + ], + [ + "▁Reg", + "arding" + ], + [ + "lea", + "f" + ], + [ + "le", + "af" + ], + [ + "▁similar", + "ity" + ], + [ + "▁gest", + "ure" + ], + [ + "data", + "b" + ], + [ + "dat", + "ab" + ], + [ + "da", + "tab" + ], + [ + "▁termin", + "ate" + ], + [ + "▁term", + "inate" + ], + [ + "▁semantic", + "s" + ], + [ + "▁sem", + "antics" + ], + [ + "▁Al", + "o" + ], + [ + "▁A", + "lo" + ], + [ + "▁ci", + "g" + ], + [ + "▁c", + "ig" + ], + [ + "▁Open", + "GL" + ], + [ + "▁heut", + "igen" + ], + [ + "xa", + "ml" + ], + [ + "x", + "aml" + ], + [ + "▁frequ", + "encies" + ], + [ + ")}", + "." + ], + [ + ")", + "}." + ], + [ + "▁threaten", + "ed" + ], + [ + "▁threat", + "ened" + ], + [ + "ти", + "к" + ], + [ + "▁calci", + "o" + ], + [ + "▁calc", + "io" + ], + [ + "▁cal", + "cio" + ], + [ + "▁Ri", + "emann" + ], + [ + "▁R", + "iemann" + ], + [ + "sl", + "ug" + ], + [ + "▁Final", + "e" + ], + [ + "▁Fin", + "ale" + ], + [ + "▁F", + "inale" + ], + [ + "L", + "R" + ], + [ + "▁Der", + "by" + ], + [ + "▁о", + "ще" + ], + [ + "▁devi", + "ation" + ], + [ + "▁dev", + "iation" + ], + [ + "▁de", + "viation" + ], + [ + "äche", + "n" + ], + [ + "äch", + "en" + ], + [ + "ä", + "chen" + ], + [ + "▁Cr", + "is" + ], + [ + "▁C", + "ris" + ], + [ + "нов", + "о" + ], + [ + "но", + "во" + ], + [ + "н", + "ово" + ], + [ + "▁сто", + "лі" + ], + [ + "▁rel", + "ev" + ], + [ + "▁re", + "lev" + ], + [ + "▁splend", + "id" + ], + [ + "▁у", + "чё" + ], + [ + "erv", + "ing" + ], + [ + "er", + "ving" + ], + [ + "ga", + "ble" + ], + [ + "g", + "able" + ], + [ + "▁général", + "e" + ], + [ + "▁généra", + "le" + ], + [ + "po", + "m" + ], + [ + "p", + "om" + ], + [ + "▁Che", + "ers" + ], + [ + "▁impr", + "ison" + ], + [ + "▁inde", + "nt" + ], + [ + "▁ind", + "ent" + ], + [ + "▁in", + "dent" + ], + [ + "▁", + "indent" + ], + [ + "▁analy", + "z" + ], + [ + "▁anal", + "yz" + ], + [ + "▁rever", + "t" + ], + [ + "▁reve", + "rt" + ], + [ + "▁rev", + "ert" + ], + [ + "▁re", + "vert" + ], + [ + "ére", + "r" + ], + [ + "ér", + "er" + ], + [ + "é", + "rer" + ], + [ + "▁phase", + "s" + ], + [ + "▁ph", + "ases" + ], + [ + "First", + "Name" + ], + [ + "▁mi", + "g" + ], + [ + "▁m", + "ig" + ], + [ + "▁dist", + "urb" + ], + [ + "▁mi", + "xture" + ], + [ + "▁)", + "{" + ], + [ + "▁", + "){" + ], + [ + "int", + "ure" + ], + [ + "▁Tri", + "ed" + ], + [ + "▁Tr", + "ied" + ], + [ + "▁T", + "ried" + ], + [ + "▁soon", + "er" + ], + [ + "▁pel", + "s" + ], + [ + "▁pe", + "ls" + ], + [ + "▁p", + "els" + ], + [ + "▁ét", + "abl" + ], + [ + "etr", + "o" + ], + [ + "et", + "ro" + ], + [ + "iti", + "e" + ], + [ + "it", + "ie" + ], + [ + "▁quart", + "ier" + ], + [ + "▁го", + "во" + ], + [ + "▁г", + "ово" + ], + [ + "▁", + "гово" + ], + [ + "▁vá", + "ros" + ], + [ + "uf", + "e" + ], + [ + "u", + "fe" + ], + [ + "het", + "en" + ], + [ + "he", + "ten" + ], + [ + "h", + "eten" + ], + [ + "хо", + "м" + ], + [ + "х", + "ом" + ], + [ + "▁so", + "ap" + ], + [ + "▁", + "soap" + ], + [ + "utor", + "s" + ], + [ + "uto", + "rs" + ], + [ + "ut", + "ors" + ], + [ + "▁duc", + "h" + ], + [ + "▁du", + "ch" + ], + [ + "▁d", + "uch" + ], + [ + "syn", + "tax" + ], + [ + "s", + "yntax" + ], + [ + "▁trib", + "e" + ], + [ + "▁tri", + "be" + ], + [ + "▁tr", + "ibe" + ], + [ + "▁chant", + "e" + ], + [ + "▁ch", + "ante" + ], + [ + "Tr", + "i" + ], + [ + "T", + "ri" + ], + [ + "▁Mat", + "e" + ], + [ + "▁Ma", + "te" + ], + [ + "▁M", + "ate" + ], + [ + "qual", + "ity" + ], + [ + "qu", + "ality" + ], + [ + "uo", + "la" + ], + [ + "u", + "ola" + ], + [ + "=\"", + "." + ], + [ + "=", + "\"." + ], + [ + "ch", + "k" + ], + [ + "▁вс", + "і" + ], + [ + "▁в", + "сі" + ], + [ + "▁prze", + "ci" + ], + [ + "▁Met", + "eor" + ], + [ + "▁M", + "eteor" + ], + [ + "▁scatter", + "ed" + ], + [ + "Pl", + "us" + ], + [ + "P", + "lus" + ], + [ + "tra", + "d" + ], + [ + "tr", + "ad" + ], + [ + "t", + "rad" + ], + [ + "▁stack", + "overflow" + ], + [ + "▁", + "stackoverflow" + ], + [ + "▁retr", + "a" + ], + [ + "▁ret", + "ra" + ], + [ + "▁re", + "tra" + ], + [ + "▁r", + "etra" + ], + [ + "▁édition", + "s" + ], + [ + "▁éd", + "itions" + ], + [ + "▁sa", + "in" + ], + [ + "▁s", + "ain" + ], + [ + "cri", + "be" + ], + [ + "cr", + "ibe" + ], + [ + "ign", + "on" + ], + [ + "ig", + "non" + ], + [ + "uck", + "er" + ], + [ + "uc", + "ker" + ], + [ + "u", + "cker" + ], + [ + "▁ма", + "ло" + ], + [ + "▁ten", + "ir" + ], + [ + "▁export", + "s" + ], + [ + "▁ex", + "ports" + ], + [ + "▁", + "exports" + ], + [ + "▁aux", + "ili" + ], + [ + "▁]", + "]" + ], + [ + "▁", + "]]" + ], + [ + "▁C", + "BS" + ], + [ + "uni", + "form" + ], + [ + "un", + "iform" + ], + [ + "▁period", + "ic" + ], + [ + "agr", + "ant" + ], + [ + "ag", + "rant" + ], + [ + "▁emp", + "le" + ], + [ + "▁em", + "ple" + ], + [ + "W", + "il" + ], + [ + "▁fre", + "s" + ], + [ + "▁fr", + "es" + ], + [ + "▁f", + "res" + ], + [ + "▁stru", + "tt" + ], + [ + "▁str", + "utt" + ], + [ + "▁сві", + "т" + ], + [ + "▁с", + "віт" + ], + [ + "▁bet", + "re" + ], + [ + "▁be", + "tre" + ], + [ + "▁объ", + "ек" + ], + [ + "ти", + "ся" + ], + [ + "▁bis", + "her" + ], + [ + "▁b", + "isher" + ], + [ + "bau", + "m" + ], + [ + "ba", + "um" + ], + [ + "b", + "aum" + ], + [ + "ish", + "i" + ], + [ + "is", + "hi" + ], + [ + "▁Gaz", + "ette" + ], + [ + "background", + "Color" + ], + [ + "j", + "l" + ], + [ + "▁fi", + "el" + ], + [ + "▁f", + "iel" + ], + [ + "▁пре", + "ма" + ], + [ + "▁protagon", + "ista" + ], + [ + "▁Muham", + "mad" + ], + [ + "▁sim", + "ulate" + ], + [ + "▁Ho", + "ok" + ], + [ + "▁H", + "ook" + ], + [ + "fe", + "st" + ], + [ + "f", + "est" + ], + [ + "▁свои", + "х" + ], + [ + "▁сво", + "их" + ], + [ + "Send", + "er" + ], + [ + "Se", + "nder" + ], + [ + "S", + "ender" + ], + [ + "▁listen", + "ed" + ], + [ + "▁liste", + "ned" + ], + [ + "▁list", + "ened" + ], + [ + "ж", + "і" + ], + [ + "jes", + "t" + ], + [ + "je", + "st" + ], + [ + "j", + "est" + ], + [ + "kor", + "d" + ], + [ + "ko", + "rd" + ], + [ + "k", + "ord" + ], + [ + "Cho", + "ice" + ], + [ + "▁hoof", + "d" + ], + [ + "redu", + "cible" + ], + [ + "hp", + "p" + ], + [ + "h", + "pp" + ], + [ + "▁W", + "u" + ], + [ + "š", + "i" + ], + [ + "▁Mars", + "e" + ], + [ + "▁Mar", + "se" + ], + [ + "▁M", + "arse" + ], + [ + "▁so", + "ir" + ], + [ + "▁s", + "oir" + ], + [ + "west", + "en" + ], + [ + "we", + "sten" + ], + [ + "w", + "esten" + ], + [ + "emo", + "s" + ], + [ + "em", + "os" + ], + [ + "e", + "mos" + ], + [ + "▁Du", + "c" + ], + [ + "▁D", + "uc" + ], + [ + "▁amer", + "ik" + ], + [ + "|", + "}{" + ], + [ + "▁Gu", + "l" + ], + [ + "▁G", + "ul" + ], + [ + "▁Spr", + "ache" + ], + [ + "▁Sp", + "rache" + ], + [ + "▁mism", + "atch" + ], + [ + "▁mis", + "match" + ], + [ + "Sc", + "al" + ], + [ + "S", + "cal" + ], + [ + "P", + "ixel" + ], + [ + "E", + "F" + ], + [ + "▁Se", + "p" + ], + [ + "▁S", + "ep" + ], + [ + "▁powie", + "cie" + ], + [ + "ur", + "k" + ], + [ + "▁Nap", + "oli" + ], + [ + "▁neighbour", + "hood" + ], + [ + "стоя", + "н" + ], + [ + "сто", + "ян" + ], + [ + "▁search", + "es" + ], + [ + "yr", + "us" + ], + [ + "y", + "rus" + ], + [ + "пе", + "т" + ], + [ + "п", + "ет" + ], + [ + "Hel", + "p" + ], + [ + "He", + "lp" + ], + [ + "pon", + "t" + ], + [ + "po", + "nt" + ], + [ + "p", + "ont" + ], + [ + "▁Ori", + "ent" + ], + [ + "▁Or", + "ient" + ], + [ + "▁Alf", + "onso" + ], + [ + "▁monitor", + "ing" + ], + [ + "ia", + "o" + ], + [ + "i", + "ao" + ], + [ + "éd", + "é" + ], + [ + "▁Cés", + "ar" + ], + [ + "ше", + "е" + ], + [ + "Sh", + "ift" + ], + [ + "su", + "it" + ], + [ + "s", + "uit" + ], + [ + "code", + "d" + ], + [ + "cod", + "ed" + ], + [ + "co", + "ded" + ], + [ + "c", + "oded" + ], + [ + "но", + "то" + ], + [ + "▁Part", + "i" + ], + [ + "▁Par", + "ti" + ], + [ + "▁las", + "ci" + ], + [ + "▁la", + "sci" + ], + [ + "▁aw", + "esome" + ], + [ + "ust", + "a" + ], + [ + "us", + "ta" + ], + [ + "u", + "sta" + ], + [ + "▁Сов", + "е" + ], + [ + "▁Со", + "ве" + ], + [ + "▁С", + "ове" + ], + [ + "▁Fl", + "and" + ], + [ + "▁F", + "land" + ], + [ + "oo", + "m" + ], + [ + "o", + "om" + ], + [ + "▁dev", + "i" + ], + [ + "▁de", + "vi" + ], + [ + "eng", + "elsk" + ], + [ + "end", + "um" + ], + [ + "▁Pas", + "cal" + ], + [ + "▁Pa", + "scal" + ], + [ + "▁Bin", + "d" + ], + [ + "▁Bi", + "nd" + ], + [ + "▁B", + "ind" + ], + [ + "▁", + "Bind" + ], + [ + "▁siguiente", + "s" + ], + [ + "▁sigu", + "ientes" + ], + [ + "J", + "B" + ], + [ + "▁Peters", + "burg" + ], + [ + "▁incorrect", + "ly" + ], + [ + "▁Bas", + "h" + ], + [ + "▁Ba", + "sh" + ], + [ + "▁B", + "ash" + ], + [ + "▁pelo", + "s" + ], + [ + "▁pel", + "os" + ], + [ + "▁pe", + "los" + ], + [ + "▁zes", + "po" + ], + [ + "NS", + "URL" + ], + [ + "▁př", + "ek" + ], + [ + "▁Cr", + "ime" + ], + [ + "na", + "ch" + ], + [ + "n", + "ach" + ], + [ + "▁thr", + "ust" + ], + [ + "▁th", + "rust" + ], + [ + "▁Cult", + "ura" + ], + [ + "W", + "F" + ], + [ + "▁Sol", + "o" + ], + [ + "▁So", + "lo" + ], + [ + "▁S", + "olo" + ], + [ + "▁inv", + "as" + ], + [ + "▁in", + "vas" + ], + [ + "▁individual", + "ly" + ], + [ + "▁individ", + "ually" + ], + [ + "ib", + "m" + ], + [ + "i", + "bm" + ], + [ + "▁et", + "apa" + ], + [ + "▁hand", + "ed" + ], + [ + "▁han", + "ded" + ], + [ + "▁where", + "ver" + ], + [ + "▁interpol", + "ation" + ], + [ + "▁mus", + "ée" + ], + [ + "▁C", + "NN" + ], + [ + "idi", + "a" + ], + [ + "id", + "ia" + ], + [ + "i", + "dia" + ], + [ + "ńst", + "w" + ], + [ + "▁prze", + "w" + ], + [ + "▁prz", + "ew" + ], + [ + "▁pr", + "zew" + ], + [ + "ugh", + "ing" + ], + [ + "ug", + "hing" + ], + [ + "▁actor", + "s" + ], + [ + "▁act", + "ors" + ], + [ + "▁a", + "ctors" + ], + [ + "▁Orient", + "al" + ], + [ + "▁Ori", + "ental" + ], + [ + "▁conven", + "ience" + ], + [ + "▁mi", + "asta" + ], + [ + "bra", + "ins" + ], + [ + "br", + "ains" + ], + [ + "▁ме", + "ся" + ], + [ + "▁inf", + "atti" + ], + [ + "▁All", + "Movie" + ], + [ + "▁crit", + "ique" + ], + [ + "▁success", + "o" + ], + [ + "▁succ", + "esso" + ], + [ + "anc", + "ouver" + ], + [ + "▁f", + "á" + ], + [ + "ъл", + "гар" + ], + [ + "▁wis", + "dom" + ], + [ + "▁Pho", + "enix" + ], + [ + "hol", + "e" + ], + [ + "ho", + "le" + ], + [ + "h", + "ole" + ], + [ + "▁inform", + "ación" + ], + [ + "▁Airl", + "ines" + ], + [ + "▁Air", + "lines" + ], + [ + ".", + "«" + ], + [ + "mor", + "t" + ], + [ + "mo", + "rt" + ], + [ + "m", + "ort" + ], + [ + "user", + "Id" + ], + [ + "▁*/", + "\r" + ], + [ + "▁Cong", + "o" + ], + [ + "▁Con", + "go" + ], + [ + "▁C", + "ongo" + ], + [ + "▁\"", + "`" + ], + [ + "▁", + "\"`" + ], + [ + "cor", + "r" + ], + [ + "co", + "rr" + ], + [ + "c", + "orr" + ], + [ + "▁problema", + "s" + ], + [ + "▁problem", + "as" + ], + [ + "▁proble", + "mas" + ], + [ + "▁probl", + "emas" + ], + [ + "▁bi", + "b" + ], + [ + "▁b", + "ib" + ], + [ + "▁", + "bib" + ], + [ + "▁póź", + "niej" + ], + [ + "▁file", + "Name" + ], + [ + "▁", + "fileName" + ], + [ + "zo", + "tt" + ], + [ + "z", + "ott" + ], + [ + "mac", + "ht" + ], + [ + "ma", + "cht" + ], + [ + "m", + "acht" + ], + [ + "▁Ul", + "rich" + ], + [ + "C", + "y" + ], + [ + "end", + "point" + ], + [ + "▁she", + "ep" + ], + [ + "▁i", + "bn" + ], + [ + "Fe", + "ed" + ], + [ + "F", + "eed" + ], + [ + "▁sympath", + "y" + ], + [ + "▁I", + "b" + ], + [ + "▁territ", + "orial" + ], + [ + "rat", + "ing" + ], + [ + "ra", + "ting" + ], + [ + "r", + "ating" + ], + [ + "да", + "ми" + ], + [ + "▁ds", + "t" + ], + [ + "▁d", + "st" + ], + [ + "▁", + "dst" + ], + [ + "у", + "ю" + ], + [ + "ah", + "o" + ], + [ + "a", + "ho" + ], + [ + "▁su", + "g" + ], + [ + "▁s", + "ug" + ], + [ + "emi", + "a" + ], + [ + "em", + "ia" + ], + [ + "▁te", + "d" + ], + [ + "▁t", + "ed" + ], + [ + "▁", + "ted" + ], + [ + "▁Ap", + "i" + ], + [ + "▁A", + "pi" + ], + [ + "▁", + "Api" + ], + [ + "▁Ric", + "a" + ], + [ + "▁Ri", + "ca" + ], + [ + "▁R", + "ica" + ], + [ + "▁M", + "R" + ], + [ + "▁", + "MR" + ], + [ + "ński", + "m" + ], + [ + "ń", + "skim" + ], + [ + "▁Vo", + "or" + ], + [ + "▁V", + "oor" + ], + [ + "▁devi", + "l" + ], + [ + "▁dev", + "il" + ], + [ + "▁de", + "vil" + ], + [ + "▁Ф", + "о" + ], + [ + "▁Nä", + "r" + ], + [ + "▁N", + "är" + ], + [ + "▁...", + ")" + ], + [ + "▁..", + ".)" + ], + [ + "▁", + "...)" + ], + [ + "▁vo", + "is" + ], + [ + "▁v", + "ois" + ], + [ + "▁abb", + "re" + ], + [ + "▁ab", + "bre" + ], + [ + "▁M", + "änner" + ], + [ + "xim", + "o" + ], + [ + "xi", + "mo" + ], + [ + "x", + "imo" + ], + [ + "▁intellect", + "ual" + ], + [ + "▁tale", + "s" + ], + [ + "▁tal", + "es" + ], + [ + "▁ta", + "les" + ], + [ + "▁t", + "ales" + ], + [ + "sim", + "ilar" + ], + [ + "ne", + "um" + ], + [ + "▁Ori", + "g" + ], + [ + "▁Or", + "ig" + ], + [ + "▁O", + "rig" + ], + [ + "▁post", + "al" + ], + [ + "▁pos", + "tal" + ], + [ + "▁po", + "stal" + ], + [ + "▁h", + "vor" + ], + [ + "▁identific", + "ation" + ], + [ + "▁ident", + "ification" + ], + [ + "▁О", + "д" + ], + [ + "uest", + "o" + ], + [ + "ues", + "to" + ], + [ + "ue", + "sto" + ], + [ + "u", + "esto" + ], + [ + "▁..", + "/" + ], + [ + "▁.", + "./" + ], + [ + "▁", + "../" + ], + [ + "▁bi", + "r" + ], + [ + "▁b", + "ir" + ], + [ + "▁", + "bir" + ], + [ + "▁Ло", + "н" + ], + [ + "▁Л", + "он" + ], + [ + "▁es", + "empio" + ], + [ + "▁Ein", + "g" + ], + [ + "▁E", + "ing" + ], + [ + "Exp", + "and" + ], + [ + "▁PR", + "IMARY" + ], + [ + "▁Ji", + "n" + ], + [ + "▁J", + "in" + ], + [ + "▁vš", + "ak" + ], + [ + "ourse", + "s" + ], + [ + "ours", + "es" + ], + [ + "▁Bet", + "ty" + ], + [ + "▁Be", + "tty" + ], + [ + "▁W", + "M" + ], + [ + "▁", + "WM" + ], + [ + "▁fla", + "sk" + ], + [ + "▁fl", + "ask" + ], + [ + "hl", + "en" + ], + [ + "h", + "len" + ], + [ + "▁Ad", + "el" + ], + [ + "▁A", + "del" + ], + [ + "lar", + "avel" + ], + [ + "▁де", + "т" + ], + [ + "▁д", + "ет" + ], + [ + "сько", + "ю" + ], + [ + "сь", + "кою" + ], + [ + "▁Mun", + "do" + ], + [ + "▁M", + "undo" + ], + [ + "icz", + "n" + ], + [ + "ic", + "zn" + ], + [ + "ifi", + "é" + ], + [ + "▁Мо", + "р" + ], + [ + "▁М", + "ор" + ], + [ + "▁др", + "ев" + ], + [ + "▁д", + "рев" + ], + [ + "Date", + "Format" + ], + [ + "ськ", + "им" + ], + [ + "сь", + "ким" + ], + [ + "▁date", + "d" + ], + [ + "▁dat", + "ed" + ], + [ + "▁da", + "ted" + ], + [ + "▁d", + "ated" + ], + [ + "▁", + "dated" + ], + [ + "кол", + "и" + ], + [ + "ко", + "ли" + ], + [ + "▁результа", + "те" + ], + [ + "\\)", + "." + ], + [ + "\\", + ")." + ], + [ + "▁delay", + "ed" + ], + [ + "so", + "und" + ], + [ + "s", + "ound" + ], + [ + "▁Ма", + "к" + ], + [ + "▁\".", + ".." + ], + [ + "▁\"", + "..." + ], + [ + "▁bin", + "nen" + ], + [ + "▁b", + "innen" + ], + [ + "▁фа", + "куль" + ], + [ + "▁poly", + "gon" + ], + [ + "▁pol", + "ygon" + ], + [ + "▁egg", + "s" + ], + [ + "▁eg", + "gs" + ], + [ + "AtIndex", + "Path" + ], + [ + "At", + "IndexPath" + ], + [ + "мента", + "ль" + ], + [ + "мент", + "аль" + ], + [ + "мен", + "таль" + ], + [ + "▁incre", + "d" + ], + [ + "▁inc", + "red" + ], + [ + "▁in", + "cred" + ], + [ + "ch", + "unk" + ], + [ + "web", + "driver" + ], + [ + "▁сво", + "бо" + ], + [ + "▁с", + "вобо" + ], + [ + "▁mi", + "ędzy" + ], + [ + "Receive", + "d" + ], + [ + "Rece", + "ived" + ], + [ + "▁Mond", + "e" + ], + [ + "▁Mon", + "de" + ], + [ + "▁Mo", + "nde" + ], + [ + "▁M", + "onde" + ], + [ + "▁J", + "Query" + ], + [ + "But", + "t" + ], + [ + "Bu", + "tt" + ], + [ + "B", + "utt" + ], + [ + "▁P", + "DO" + ], + [ + "▁fore", + "c" + ], + [ + "▁for", + "ec" + ], + [ + "▁fo", + "rec" + ], + [ + "▁discipl", + "ine" + ], + [ + "che", + "v" + ], + [ + "ch", + "ev" + ], + [ + "на", + "т" + ], + [ + "н", + "ат" + ], + [ + "▁red", + "is" + ], + [ + "▁re", + "dis" + ], + [ + "▁hun", + "ting" + ], + [ + "▁al", + "k" + ], + [ + "▁", + "alk" + ], + [ + "▁proof", + "s" + ], + [ + "PR", + "I" + ], + [ + "P", + "RI" + ], + [ + "▁chi", + "p" + ], + [ + "▁ch", + "ip" + ], + [ + "▁c", + "hip" + ], + [ + "és", + "ie" + ], + [ + "▁H", + "O" + ], + [ + "▁", + "HO" + ], + [ + "▁ru", + "g" + ], + [ + "▁r", + "ug" + ], + [ + "▁", + "rug" + ], + [ + "zo", + "s" + ], + [ + "z", + "os" + ], + [ + "▁sort", + "e" + ], + [ + "▁sor", + "te" + ], + [ + "▁s", + "orte" + ], + [ + "▁ze", + "igt" + ], + [ + "▁Phys", + "ics" + ], + [ + "legt", + "e" + ], + [ + "leg", + "te" + ], + [ + "▁proportion", + "al" + ], + [ + "▁proport", + "ional" + ], + [ + "▁tool", + "bar" + ], + [ + "ve", + "ment" + ], + [ + "v", + "ement" + ], + [ + "not", + "in" + ], + [ + "▁prv", + "ní" + ], + [ + "bla", + "h" + ], + [ + "bl", + "ah" + ], + [ + "b", + "lah" + ], + [ + "▁prés", + "ence" + ], + [ + "▁ll", + "oc" + ], + [ + "▁l", + "loc" + ], + [ + "▁lí", + "der" + ], + [ + "▁Ac", + "cept" + ], + [ + "▁", + "Accept" + ], + [ + "▁Al", + "ways" + ], + [ + "▁\"", + "{" + ], + [ + "▁divers", + "i" + ], + [ + "▁diver", + "si" + ], + [ + "iko", + "r" + ], + [ + "ik", + "or" + ], + [ + "i", + "kor" + ], + [ + "Per", + "iod" + ], + [ + "ж", + "ён" + ], + [ + "▁All", + "iance" + ], + [ + "▁Al", + "liance" + ], + [ + "▁rela", + "y" + ], + [ + "▁rel", + "ay" + ], + [ + "▁re", + "lay" + ], + [ + "Br", + "o" + ], + [ + "B", + "ro" + ], + [ + "jö", + "n" + ], + [ + "j", + "ön" + ], + [ + "▁Bau", + "d" + ], + [ + "▁Ba", + "ud" + ], + [ + "▁B", + "aud" + ], + [ + "▁Bi", + "an" + ], + [ + "▁B", + "ian" + ], + [ + "')", + "[" + ], + [ + "'", + ")[" + ], + [ + "чи", + "в" + ], + [ + "▁Pos", + "s" + ], + [ + "▁Po", + "ss" + ], + [ + "▁P", + "oss" + ], + [ + "▁Mitglied", + "er" + ], + [ + "▁Mitg", + "lieder" + ], + [ + "▁ne", + "v" + ], + [ + "▁n", + "ev" + ], + [ + "Dan", + "iel" + ], + [ + "▁tend", + "s" + ], + [ + "▁ten", + "ds" + ], + [ + "▁t", + "ends" + ], + [ + "▁compag", + "nie" + ], + [ + "▁livre", + "s" + ], + [ + "▁liv", + "res" + ], + [ + "lu", + "b" + ], + [ + "l", + "ub" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁▁", + "▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁▁", + "▁▁" + ], + [ + "▁▁▁▁", + "▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁▁" + ], + [ + "▁▁▁", + "▁▁▁" + ], + [ + "▁▁▁", + "▁▁" + ], + [ + "▁▁▁", + "▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁▁" + ], + [ + "▁▁", + "▁▁▁" + ], + [ + "▁▁", + "▁▁" + ], + [ + "▁▁", + "▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁▁" + ], + [ + "▁", + "▁▁▁▁" + ], + [ + "▁", + "▁▁▁" + ], + [ + "▁", + "▁▁" + ], + [ + "▁", + "▁" + ] + ] + } +} \ No newline at end of file diff --git a/checkpoint-265/tokenizer.model b/checkpoint-265/tokenizer.model new file mode 100644 index 0000000000000000000000000000000000000000..6c00c742ce03c627d6cd5b795984876fa49fa899 --- /dev/null +++ b/checkpoint-265/tokenizer.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347 +size 499723 diff --git a/checkpoint-265/tokenizer_config.json b/checkpoint-265/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..fff2449d3d3d6ad0d0fec6cf91122be524aa3e50 --- /dev/null +++ b/checkpoint-265/tokenizer_config.json @@ -0,0 +1,44 @@ +{ + "add_bos_token": true, + "add_eos_token": false, + "add_prefix_space": true, + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "", + "clean_up_tokenization_spaces": false, + "eos_token": "", + "legacy": false, + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "padding_side": "left", + "sp_model_kwargs": {}, + "spaces_between_special_tokens": false, + "tokenizer_class": "LlamaTokenizer", + "unk_token": "", + "use_default_system_prompt": false, + "use_fast": true +} diff --git a/checkpoint-265/trainer_state.json b/checkpoint-265/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..9373652886a84ffd47c53ded2865a8275081285f --- /dev/null +++ b/checkpoint-265/trainer_state.json @@ -0,0 +1,159 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9985869053226566, + "eval_steps": 14, + "global_step": 265, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.0527555346208196, + "grad_norm": 0.18791379034519196, + "learning_rate": 0.0013333333333333333, + "loss": 1.1165, + "step": 14 + }, + { + "epoch": 0.1055110692416392, + "grad_norm": 1.2923468351364136, + "learning_rate": 0.001044465935734187, + "loss": 1.5197, + "step": 28 + }, + { + "epoch": 0.15826660386245878, + "grad_norm": 0.27302563190460205, + "learning_rate": 0.0006928203230275508, + "loss": 0.9163, + "step": 42 + }, + { + "epoch": 0.2110221384832784, + "grad_norm": 0.252996027469635, + "learning_rate": 0.0005547001962252292, + "loss": 0.8046, + "step": 56 + }, + { + "epoch": 0.263777673104098, + "grad_norm": 0.25708699226379395, + "learning_rate": 0.00047583095143088644, + "loss": 0.7624, + "step": 70 + }, + { + "epoch": 0.31653320772491755, + "grad_norm": 0.2488645762205124, + "learning_rate": 0.000423207369515159, + "loss": 0.7358, + "step": 84 + }, + { + "epoch": 0.36928874234573716, + "grad_norm": 0.2357274889945984, + "learning_rate": 0.00038490017945975053, + "loss": 0.7009, + "step": 98 + }, + { + "epoch": 0.4220442769665568, + "grad_norm": 0.25910037755966187, + "learning_rate": 0.00035540932665545545, + "loss": 0.6576, + "step": 112 + }, + { + "epoch": 0.47479981158737633, + "grad_norm": 0.24194850027561188, + "learning_rate": 0.00033180075816559865, + "loss": 0.6456, + "step": 126 + }, + { + "epoch": 0.527555346208196, + "grad_norm": 0.31878945231437683, + "learning_rate": 0.0003123475237772121, + "loss": 0.6035, + "step": 140 + }, + { + "epoch": 0.5803108808290155, + "grad_norm": 0.23705270886421204, + "learning_rate": 0.00029595817420019407, + "loss": 0.6138, + "step": 154 + }, + { + "epoch": 0.6330664154498351, + "grad_norm": 0.32103270292282104, + "learning_rate": 0.0002819045914409638, + "loss": 0.5941, + "step": 168 + }, + { + "epoch": 0.6858219500706547, + "grad_norm": 0.2693799138069153, + "learning_rate": 0.00026967994498529687, + "loss": 0.5686, + "step": 182 + }, + { + "epoch": 0.7385774846914743, + "grad_norm": 0.2850986123085022, + "learning_rate": 0.0002589191112012619, + "loss": 0.5854, + "step": 196 + }, + { + "epoch": 0.7913330193122939, + "grad_norm": 0.2964475154876709, + "learning_rate": 0.00024935149047701483, + "loss": 0.5482, + "step": 210 + }, + { + "epoch": 0.8440885539331136, + "grad_norm": 0.27225586771965027, + "learning_rate": 0.0002407717061715384, + "loss": 0.5447, + "step": 224 + }, + { + "epoch": 0.8968440885539332, + "grad_norm": 0.24302007257938385, + "learning_rate": 0.00023302069121418522, + "loss": 0.5245, + "step": 238 + }, + { + "epoch": 0.9495996231747527, + "grad_norm": 0.3157835900783539, + "learning_rate": 0.00022597307314641284, + "loss": 0.5328, + "step": 252 + } + ], + "logging_steps": 14, + "max_steps": 265, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 14, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 2.691462902673572e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +} diff --git a/checkpoint-265/training_args.bin b/checkpoint-265/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..cce7169aceaab5d2a4b54bcf8345725e60cdaa8e --- /dev/null +++ b/checkpoint-265/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b292a40fa63c260d9d8bb14b199ee8901412b615679193f072256f23327b96 +size 6776 diff --git a/checkpoint-265/zero_to_fp32.py b/checkpoint-265/zero_to_fp32.py new file mode 100644 index 0000000000000000000000000000000000000000..e69ecd9acb5a235ffbf927091051106d902b3d39 --- /dev/null +++ b/checkpoint-265/zero_to_fp32.py @@ -0,0 +1,674 @@ +#!/usr/bin/env python + +# Copyright (c) Microsoft Corporation. +# SPDX-License-Identifier: Apache-2.0 + +# DeepSpeed Team + +# This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets +# copied into the top level checkpoint dir, so the user can easily do the conversion at any point in +# the future. Once extracted, the weights don't require DeepSpeed and can be used in any +# application. +# +# example: +# python zero_to_fp32.py . output_dir/ +# or +# python zero_to_fp32.py . output_dir/ --safe_serialization + +import argparse +import torch +import glob +import math +import os +import re +import json +from tqdm import tqdm +from collections import OrderedDict +from dataclasses import dataclass + +# while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with +# DeepSpeed data structures it has to be available in the current python environment. +from deepspeed.utils import logger +from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS, + FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES, + FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS) + + +@dataclass +class zero_model_state: + buffers: dict() + param_shapes: dict() + shared_params: list + ds_version: int + frozen_param_shapes: dict() + frozen_param_fragments: dict() + + +debug = 0 + +# load to cpu +device = torch.device('cpu') + + +def atoi(text): + return int(text) if text.isdigit() else text + + +def natural_keys(text): + ''' + alist.sort(key=natural_keys) sorts in human order + http://nedbatchelder.com/blog/200712/human_sorting.html + (See Toothy's implementation in the comments) + ''' + return [atoi(c) for c in re.split(r'(\d+)', text)] + + +def get_model_state_file(checkpoint_dir, zero_stage): + if not os.path.isdir(checkpoint_dir): + raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist") + + # there should be only one file + if zero_stage <= 2: + file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt") + elif zero_stage == 3: + file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt") + + if not os.path.exists(file): + raise FileNotFoundError(f"can't find model states file at '{file}'") + + return file + + +def get_checkpoint_files(checkpoint_dir, glob_pattern): + # XXX: need to test that this simple glob rule works for multi-node setup too + ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys) + + if len(ckpt_files) == 0: + raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'") + + return ckpt_files + + +def get_optim_files(checkpoint_dir): + return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt") + + +def get_model_state_files(checkpoint_dir): + return get_checkpoint_files(checkpoint_dir, "*_model_states.pt") + + +def parse_model_states(files): + zero_model_states = [] + for file in files: + state_dict = torch.load(file, map_location=device) + + if BUFFER_NAMES not in state_dict: + raise ValueError(f"{file} is not a model state checkpoint") + buffer_names = state_dict[BUFFER_NAMES] + if debug: + print("Found buffers:", buffer_names) + + # recover just the buffers while restoring them to fp32 if they were saved in fp16 + buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names} + param_shapes = state_dict[PARAM_SHAPES] + + # collect parameters that are included in param_shapes + param_names = [] + for s in param_shapes: + for name in s.keys(): + param_names.append(name) + + # update with frozen parameters + frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None) + if frozen_param_shapes is not None: + if debug: + print(f"Found frozen_param_shapes: {frozen_param_shapes}") + param_names += list(frozen_param_shapes.keys()) + + # handle shared params + shared_params = [[k, v] for k, v in state_dict["shared_params"].items()] + + ds_version = state_dict.get(DS_VERSION, None) + + frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None) + + z_model_state = zero_model_state(buffers=buffers, + param_shapes=param_shapes, + shared_params=shared_params, + ds_version=ds_version, + frozen_param_shapes=frozen_param_shapes, + frozen_param_fragments=frozen_param_fragments) + zero_model_states.append(z_model_state) + + return zero_model_states + + +def parse_optim_states(files, ds_checkpoint_dir): + total_files = len(files) + state_dicts = [] + for f in files: + state_dict = torch.load(f, map_location=device) + # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights + # and also handle the case where it was already removed by another helper script + state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None) + state_dicts.append(state_dict) + + if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]: + raise ValueError(f"{files[0]} is not a zero checkpoint") + zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE] + world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT] + + # For ZeRO-2 each param group can have different partition_count as data parallelism for expert + # parameters can be different from data parallelism for non-expert parameters. So we can just + # use the max of the partition_count to get the dp world_size. + + if type(world_size) is list: + world_size = max(world_size) + + if world_size != total_files: + raise ValueError( + f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. " + "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes." + ) + + # the groups are named differently in each stage + if zero_stage <= 2: + fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS + elif zero_stage == 3: + fp32_groups_key = FP32_FLAT_GROUPS + else: + raise ValueError(f"unknown zero stage {zero_stage}") + + if zero_stage <= 2: + fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))] + elif zero_stage == 3: + # if there is more than one param group, there will be multiple flattened tensors - one + # flattened tensor per group - for simplicity merge them into a single tensor + # + # XXX: could make the script more memory efficient for when there are multiple groups - it + # will require matching the sub-lists of param_shapes for each param group flattened tensor + + fp32_flat_groups = [ + torch.cat(state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key], 0) for i in range(len(state_dicts)) + ] + + return zero_stage, world_size, fp32_flat_groups + + +def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters): + """ + Returns fp32 state_dict reconstructed from ds checkpoint + + Args: + - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are) + + """ + print(f"Processing zero checkpoint '{ds_checkpoint_dir}'") + + optim_files = get_optim_files(ds_checkpoint_dir) + zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir) + print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}") + + model_files = get_model_state_files(ds_checkpoint_dir) + + zero_model_states = parse_model_states(model_files) + print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}') + + if zero_stage <= 2: + return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states, + exclude_frozen_parameters) + elif zero_stage == 3: + return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states, + exclude_frozen_parameters) + + +def _zero2_merge_frozen_params(state_dict, zero_model_states): + if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0: + return + + frozen_param_shapes = zero_model_states[0].frozen_param_shapes + frozen_param_fragments = zero_model_states[0].frozen_param_fragments + + if debug: + num_elem = sum(s.numel() for s in frozen_param_shapes.values()) + print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}') + + wanted_params = len(frozen_param_shapes) + wanted_numel = sum(s.numel() for s in frozen_param_shapes.values()) + avail_numel = sum([p.numel() for p in frozen_param_fragments.values()]) + print(f'Frozen params: Have {avail_numel} numels to process.') + print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params') + + total_params = 0 + total_numel = 0 + for name, shape in frozen_param_shapes.items(): + total_params += 1 + unpartitioned_numel = shape.numel() + total_numel += unpartitioned_numel + + state_dict[name] = frozen_param_fragments[name] + + if debug: + print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ") + + print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements") + + +def _has_callable(obj, fn): + attr = getattr(obj, fn, None) + return callable(attr) + + +def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states): + param_shapes = zero_model_states[0].param_shapes + + # Reconstruction protocol: + # + # XXX: document this + + if debug: + for i in range(world_size): + for j in range(len(fp32_flat_groups[0])): + print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}") + + # XXX: memory usage doubles here (zero2) + num_param_groups = len(fp32_flat_groups[0]) + merged_single_partition_of_fp32_groups = [] + for i in range(num_param_groups): + merged_partitions = [sd[i] for sd in fp32_flat_groups] + full_single_fp32_vector = torch.cat(merged_partitions, 0) + merged_single_partition_of_fp32_groups.append(full_single_fp32_vector) + avail_numel = sum( + [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups]) + + if debug: + wanted_params = sum([len(shapes) for shapes in param_shapes]) + wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes]) + # not asserting if there is a mismatch due to possible padding + print(f"Have {avail_numel} numels to process.") + print(f"Need {wanted_numel} numels in {wanted_params} params.") + + # params + # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support + # out-of-core computing solution + total_numel = 0 + total_params = 0 + for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups): + offset = 0 + avail_numel = full_single_fp32_vector.numel() + for name, shape in shapes.items(): + + unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape) + total_numel += unpartitioned_numel + total_params += 1 + + if debug: + print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ") + state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape) + offset += unpartitioned_numel + + # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and + # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex + # paddings performed in the code it's almost impossible to predict the exact numbers w/o the + # live optimizer object, so we are checking that the numbers are within the right range + align_to = 2 * world_size + + def zero2_align(x): + return align_to * math.ceil(x / align_to) + + if debug: + print(f"original offset={offset}, avail_numel={avail_numel}") + + offset = zero2_align(offset) + avail_numel = zero2_align(avail_numel) + + if debug: + print(f"aligned offset={offset}, avail_numel={avail_numel}") + + # Sanity check + if offset != avail_numel: + raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong") + + print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements") + + +def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states, + exclude_frozen_parameters): + state_dict = OrderedDict() + + # buffers + buffers = zero_model_states[0].buffers + state_dict.update(buffers) + if debug: + print(f"added {len(buffers)} buffers") + + if not exclude_frozen_parameters: + _zero2_merge_frozen_params(state_dict, zero_model_states) + + _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states) + + # recover shared parameters + for pair in zero_model_states[0].shared_params: + if pair[1] in state_dict: + state_dict[pair[0]] = state_dict[pair[1]] + + return state_dict + + +def zero3_partitioned_param_info(unpartitioned_numel, world_size): + remainder = unpartitioned_numel % world_size + padding_numel = (world_size - remainder) if remainder else 0 + partitioned_numel = math.ceil(unpartitioned_numel / world_size) + return partitioned_numel, padding_numel + + +def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states): + if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0: + return + + if debug: + for i in range(world_size): + num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values()) + print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}') + + frozen_param_shapes = zero_model_states[0].frozen_param_shapes + wanted_params = len(frozen_param_shapes) + wanted_numel = sum(s.numel() for s in frozen_param_shapes.values()) + avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size + print(f'Frozen params: Have {avail_numel} numels to process.') + print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params') + + total_params = 0 + total_numel = 0 + for name, shape in zero_model_states[0].frozen_param_shapes.items(): + total_params += 1 + unpartitioned_numel = shape.numel() + total_numel += unpartitioned_numel + + param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states) + state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape) + + partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size) + + if debug: + print( + f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}" + ) + + print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements") + + +def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states): + param_shapes = zero_model_states[0].param_shapes + avail_numel = fp32_flat_groups[0].numel() * world_size + # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each + # param, re-consolidating each param, while dealing with padding if any + + # merge list of dicts, preserving order + param_shapes = {k: v for d in param_shapes for k, v in d.items()} + + if debug: + for i in range(world_size): + print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}") + + wanted_params = len(param_shapes) + wanted_numel = sum(shape.numel() for shape in param_shapes.values()) + # not asserting if there is a mismatch due to possible padding + avail_numel = fp32_flat_groups[0].numel() * world_size + print(f"Trainable params: Have {avail_numel} numels to process.") + print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.") + + # params + # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support + # out-of-core computing solution + offset = 0 + total_numel = 0 + total_params = 0 + for name, shape in tqdm(param_shapes.items(), desc='Gathering Sharded Weights'): + unpartitioned_numel = shape.numel() + total_numel += unpartitioned_numel + total_params += 1 + partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size) + + if debug: + print( + f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}" + ) + + # XXX: memory usage doubles here + state_dict[name] = torch.cat( + tuple(fp32_flat_groups[i].narrow(0, offset, partitioned_numel) for i in range(world_size)), + 0).narrow(0, 0, unpartitioned_numel).view(shape) + offset += partitioned_numel + + offset *= world_size + + # Sanity check + if offset != avail_numel: + raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong") + + print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements") + + +def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states, + exclude_frozen_parameters): + state_dict = OrderedDict() + + # buffers + buffers = zero_model_states[0].buffers + state_dict.update(buffers) + if debug: + print(f"added {len(buffers)} buffers") + + if not exclude_frozen_parameters: + _zero3_merge_frozen_params(state_dict, world_size, zero_model_states) + + _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states) + + # recover shared parameters + for pair in zero_model_states[0].shared_params: + if pair[1] in state_dict: + state_dict[pair[0]] = state_dict[pair[1]] + + return state_dict + + +def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag=None, exclude_frozen_parameters=False): + """ + Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with + ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example + via a model hub. + + Args: + - ``checkpoint_dir``: path to the desired checkpoint folder + - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14`` + - ``exclude_frozen_parameters``: exclude frozen parameters + + Returns: + - pytorch ``state_dict`` + + Note: this approach may not work if your application doesn't have sufficient free CPU memory and + you may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with + the checkpoint. + + A typical usage might be :: + + from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint + # do the training and checkpoint saving + state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu + model = model.cpu() # move to cpu + model.load_state_dict(state_dict) + # submit to model hub or save the model to share with others + + In this example the ``model`` will no longer be usable in the deepspeed context of the same + application. i.e. you will need to re-initialize the deepspeed engine, since + ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it. + + If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead. + + """ + if tag is None: + latest_path = os.path.join(checkpoint_dir, 'latest') + if os.path.isfile(latest_path): + with open(latest_path, 'r') as fd: + tag = fd.read().strip() + else: + raise ValueError(f"Unable to find 'latest' file at {latest_path}") + + ds_checkpoint_dir = os.path.join(checkpoint_dir, tag) + + if not os.path.isdir(ds_checkpoint_dir): + raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist") + + return _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters) + + +def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir, + output_dir, + max_shard_size="5GB", + safe_serialization=False, + tag=None, + exclude_frozen_parameters=False): + """ + Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be + loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed. + + Args: + - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``) + - ``output_dir``: directory to the pytorch fp32 state_dict output files + - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB + - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`). + - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14`` + - ``exclude_frozen_parameters``: exclude frozen parameters + """ + # Dependency pre-check + if safe_serialization: + try: + from safetensors.torch import save_file + except ImportError: + print('If you want to use `safe_serialization`, please `pip install safetensors`') + raise + if max_shard_size is not None: + try: + from huggingface_hub import split_torch_state_dict_into_shards + except ImportError: + print('If you want to use `max_shard_size`, please `pip install huggingface_hub`') + raise + + # Convert zero checkpoint to state_dict + state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag, exclude_frozen_parameters) + + # Shard the model if it is too big. + weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin" + if max_shard_size is not None: + filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors") + state_dict_split = split_torch_state_dict_into_shards(state_dict, + filename_pattern=filename_pattern, + max_shard_size=max_shard_size) + else: + from collections import namedtuple + StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"]) + state_dict_split = StateDictSplit(is_sharded=False, + filename_to_tensors={weights_name: list(state_dict.keys())}) + + # Save the model + filename_to_tensors = state_dict_split.filename_to_tensors.items() + for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"): + shard = {tensor: state_dict[tensor].contiguous() for tensor in tensors} + output_path = os.path.join(output_dir, shard_file) + if safe_serialization: + save_file(shard, output_path, metadata={"format": "pt"}) + else: + torch.save(shard, output_path) + + # Save index if sharded + if state_dict_split.is_sharded: + index = { + "metadata": state_dict_split.metadata, + "weight_map": state_dict_split.tensor_to_filename, + } + save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json" + save_index_file = os.path.join(output_dir, save_index_file) + with open(save_index_file, "w", encoding="utf-8") as f: + content = json.dumps(index, indent=2, sort_keys=True) + "\n" + f.write(content) + + +def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None): + """ + 1. Put the provided model to cpu + 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` + 3. Load it into the provided model + + Args: + - ``model``: the model object to update + - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``) + - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14`` + + Returns: + - ``model`: modified model + + Make sure you have plenty of CPU memory available before you call this function. If you don't + have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it + conveniently placed for you in the checkpoint folder. + + A typical usage might be :: + + from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint + model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir) + # submit to model hub or save the model to share with others + + Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context + of the same application. i.e. you will need to re-initialize the deepspeed engine, since + ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it. + + """ + logger.info(f"Extracting fp32 weights") + state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag) + + logger.info(f"Overwriting model with fp32 weights") + model = model.cpu() + model.load_state_dict(state_dict, strict=False) + + return model + + +if __name__ == "__main__": + parser = argparse.ArgumentParser() + parser.add_argument("checkpoint_dir", + type=str, + help="path to the desired checkpoint folder, e.g., path/checkpoint-12") + parser.add_argument("output_dir", + type=str, + help="directory to the pytorch fp32 state_dict output files" + "(e.g. path/checkpoint-12-output/)") + parser.add_argument( + "--max_shard_size", + type=str, + default="5GB", + help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size" + "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`" + "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances" + "without CPU OOM issues.") + parser.add_argument( + "--safe_serialization", + default=False, + action='store_true', + help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).") + parser.add_argument("-t", + "--tag", + type=str, + default=None, + help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1") + parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters") + parser.add_argument("-d", "--debug", action='store_true', help="enable debug") + args = parser.parse_args() + + debug = args.debug + + convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir, + args.output_dir, + max_shard_size=args.max_shard_size, + safe_serialization=args.safe_serialization, + tag=args.tag, + exclude_frozen_parameters=args.exclude_frozen_parameters) diff --git a/test-en-gu b/test-en-gu new file mode 100644 index 0000000000000000000000000000000000000000..14d3cfb137c0d321b437c08b536ca994d6264a51 --- /dev/null +++ b/test-en-gu @@ -0,0 +1,1012 @@ +અમે હવે 4 મહિના જૂના માઇસ છીએ જે નોં-ડાયાબેટિક છે જે પહેલા ડાયાબેટિક હતી, તેમણે ઉમેર્યું. +ડૉ. એહુડ ઉર, હાલિફેક્સ, નોવા સ્કોટિયામાં ડેલહોસી યુનિવર્સિટીમાં મેડિસિનના પ્રોફેસર અને કેનેડિયન ડાયાબેટિસ એસોસિયેશનના ક્લિનિકલ અને વૈજ્ઞાનિક વિભાગના ચેરમાં ચેતવણી કરી હતી કે સંશોધને હજી પ્રારંભિક ���������� +કેટલાક અન્ય વિશેષજ્ઞોની જેમ તે ડાયાબેટિસને શૈક્ષણ કરવી શકે કે નહીં તે વિશિષ્ટ કરી રહ્યો છે કે આ અહેવાલો પ્રારંભિક 1 ડાયાબેટિસના લોકો સાથે સંબંધિત નથી. +સ્વેડિશ એકેડેમીના નોબેલ સમિતિના લિટર્ચર નિર્ણયક સેક્રેટરી સારા ડેનિયસે સોમવારે સ્વેરિજના સ્વેરિજેસ રેડિયોના એક રેડિયો પ્રોગ્રામમાં સમિતિને જાહેર રીતે જાહેર કરી હતી કે સ્વેડિશ એકેડેમીના નોબેલ સમિતિ +ડેનિયસે જણાવ્યું કે, "આ સમયે અમે કેવી પણ કરી રહ્યા નથી. મને તેના નજીક સહકર્મચારીઓને કોલ કર્યું અને એમિલ્સ કર્યું અને સારી સાથે જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદાર જવાબદા�� +પ્રારંભમાં, રિંગના સીઇઓ, જેમી સિમિનોફે કંપનીની શરૂઆત કરી હતી જ્યારે તેની ડોરબેલ તેના ગારેજમાં તેના દુકાનમાંથી સુનાવણી ન હતી. +તેમણે વાયફાઈ ડોર બેલ બાંધવામાં આવ્યો છે, તેમણે કહ્યું. +સિમિનોફે જણાવ્યું કે શાર્ક ટેન્કના એક એપિસોડમાં તેમની 2013ની દેખાવી પછી વેચાણની વધારણી થઈ ગઈ કે શો પેનલે સ્ટાર્ટઅપને ફંડિંગ કરવાનો નિર્માણ કર્યો નહીં. +2017 ના અંતમાં, સિમિનોફને શોપિંગ ટેલીવિઝન ચેનલ કે કીવીસી પર જોવામાં આવ્યો હતો. +રિંગ પણ સ્પર્ધાત્મક સિક્યુરિટી કંપની, એડીટી કોર્પોરેશન સાથેની કાનૂની પણ સુધારવામાં આવી છે. +એક પ્રયોગિક ટેક્નોલોજી એબોલાની મૃત્યુત્પણને કમાણી શકે છે, અને અત્યાર સુધી કોઈપણ ડ્રૂગને વર્તમાનમાં લેવા માટે સારી રીતે દેખાવવામાં આવ્યું નથી. +એક એન્ટિબોડી કોક્ટેલ, ઝેમ્પે પ્રારંભિક રીતે ક્ષેત્રમાં પ્રતિજ્ઞા જોવામાં આવી હતી, પરંતુ ફોર્મલ અભ્યાસોએ જણાવ્યું હતું કે તે મૃત્યુની રોકવામાં માંગવામાં આવેલ લાભ વિશે કમ્યું હતું. +પેલેમ ટ્રાઇલમાં, ઝેમ્પે કન્ટ્રોલ તરીકે સેવામાં આવ્યો હતો, જેની અર્થ છે કે વૈજ્ઞાનિકોએ તેને બેસલાઇન તરીકે ઉપયોગી કરી હતી અને ત્રણ અન્ય સારવારોને તેથી સર્વેક્ષણ કરી હતી. +યુએસએ ગિમ્નાસ્ટિક્સ યુનાઇટેડ સ્ટેટ્સ ઓલિમ્પિક કમિટીના પત્રને સમર્થન આપે છે અને ઓલિમ્પિક પરિવારની સંપૂર્ણ જરૂરિયાત સ્વીકાર્યું છે કે અમારા બધા એથ્લેટ્સને સુરક્ષિત પરિસ્થિતિમાં પ્રોત્સાહન કરવા માટે �� +અમે યુએસોસીના નિવેદનને સહમતિ આપી છીએ કે અમારા એથ્લેટ્સ અને ક્લબ્સના ઈન્ટરેસ્ટ્સ અને તેમના સ્પોર્ટને અમારી સંસ્થામાં અર્થપૂર્ણ પરિવર્તન સાથે આગળ વધારવાથી વધુ સેવવામાં આવી શકે છે, જેમ કે ડેસર્ટિફિકેશન. +યુએસએ ગિમ્નાસ્ટિક્સ એક સ્વતન્ત્ર તપાસને સમર્થન આપે છે જે લેરી નાસ્સરના જીવિતો દ્વારા એકત્ર રીતે વર્ણવામાં આવેલી પ્રોપોર્શનની લાંબા સમય સુધી અજ્ઞાત રહી શકે છે અને કોઈ જરૂરી અને યોગ્ય પરિવર્તનો સમાવેશ ક +યુએસએ ગિમ્નાસ્ટિક્સ અને યુએસોસીએ એક સામાન્ય લક્ષ્ય છે - ગિમ્નાસ્ટિક્સ અને અન્ય સ્પોર્ટોને સંભવિત રીતે સુરક્ષિત, પોઝિટિવ અને શક્તિશાળી સ્થિતિમાં તેમના સ્પર્શનો પ્રયાસ કરવા માટે અથ્લેતીઓને સુરક્ષિત ર +1960 દરમિયાન બ્રેઝિન્સ્કીએ જોહ્ન એફ. કેનેડીની મંત્રી અને પછી લાઇન્ડોન બી. જોહ્નસન સરકારની મંત્રી કરી હતી. +1976ના સિલેક્શનમાં તેણે કાર્ટરને વિદેશી રાજકીય પોલીસી પર સલાહ આપી, ત્યારબાદ તેણે 1977થી 1981માં રાષ્ટ્રીય સિક્યુરિટી એડવાઇઝર (એનએસએ) તરીકે કામ કર્યો હતો, હેન્રી કિસિંગર પછી. +એનએસએ તરીકે કાર્ટરને વૈશ્વિક માહિતીઓને રાજકીય રીતે સંબંધિત કરવા માટે સહાયતા કરી હતી, જેમાં કેમ્પ ડેવિડ એકોર્ડ્સ, 1978; અમેરિકા–ચીન સંબંધોને સામાન્ય બનાવવા માટે 1970ના છેલ્લા દિવસોમાં વિચારવામાં આવ્યો હતો; ઇરાનની ���� +રાયન ગોસ્લિંગ અને એમ્મા સ્ટોનની મુલાકાત કરનાર ફિલ્મને બધા મુખ્ય કેટેગોરીઓમાં નોમિનેશનો મળ્યો છે. +ગોસ્લિંગ અને સ્ટોને બેસ્ટ એક્ટર અને એક્ટરિસ તરીકે નોમિનેશન મળી હતી. +અન્ય નોમિનેશનમાં બેસ્ટ પિક્ચર, ડિરેક્ટર, સિનેમેટોગ્રાફી, કોસ્ટ્યુમ ડિઝાઇન, ફિલ્મ-એડિટિંગ, ઓરિગિનલ સ્કોર, પ્રોડક્શન ડિઝાઇન, સાઉન્ડ એડિટિંગ અને ઓરિગિનલ સ્ક્રેનપ્લે. +મુલાકાતના બે ગીતોને બેસ્ટ ઓરિગિનલ ગીત માટે નોમિનેશન મળી હતી. એડિટિશન અને સીટી ઓફ સ્ટાર્સને 26 નોમિનેશન મળી હતી - કેટલાક અન્ય સ્ટુડિયો સુધી વધુ નોમિનેશન. +રવિવારના અંતમાં, યુનાઇટેડ સ્ટેટ્સ પ્રેસ સેક્રેટર દ્વારા જારી કરવામાં આવેલ નિવેદનમાં યુનાઇટેડ રાષ્ટ્રપતિ ડોનાલ્ડ ટ્રમ્પે સીરિયામાં યુનાઇટેડ સૈનીકોને છોડવાની જાહેરાત કરી હતી. +ટ્રમ્પે તુર્કીશ રાષ્ટ્રપતિ રેસીપ ટેયીપ એર્ડોગનની ફોન વાત કરવાના પછી જાહેરાત કરવામાં આવ્યું હતું. +તુર્કીએ પક્ષપાત કરવામાં આવેલ આઇએસઆઇએસના લડાકોને પક્ષપાત કરવાનો પણ પ્રયાસ કરી શકે છે, એક નિવેદનમાં જણાવાયું છે કે યુરોપિયન દેશોએ રિપેટરિટ કરવાનો નિઃશંક કર્યો છે. +આ માત્ર કેટલાક ડાયનોસાયર્સને પેહરો હતા તેની માત્ર પુષ્ટિ કરે છે, જે પહેલાથી વ્યાપક થઈ ગયું છે, પરંતુ તે સામાન્ય રૂપમાં ફોસિલ્સની વિગતો પ્રદાન કરે છે, જેમાં રંગ અને ત્રણ-દિમેન્શન સ્થિતિ સહિતી છે. +વૈજ્ઞાનિકોએ જણાવ્યું છે કે આ પ્રાણીની પ્લુમેજ ચેસ્ટન્ટ-બ્રાઉન છે અને પાલ અથવા કેરોટેનોઇડ-રંગિત અન્ડરસાઇડ છે. +આ શોધમાં પક્ષીઓમાં ફેથર્સની વિકાસની વિકાસ પણ આપવામાં આવે છે. +ડાયનોસોરના ફીટર્સમાં સારી રચિસ નહીં છે, પરંતુ બાર્બ્સ અને બાર્બ્યુલ્સ જેવા અન્ય પરિસ્થિતિઓ છે તેથી તપાસીઓએ રચિસને વિવિધ એવોલ્યુશનની વિકાસની સંભાવના કરી હતી. +ફેથરોની સ્ટ્રુક્ચર સૂચવે છે કે તેઓ વિમાન માટે નહીં ઉપયોગી હતી પરંતુ તાપમાન નિયંત્રણ અથવા ડિસ્પ્લે માટે હતી. તપાસકર્તાઓએ સૂચવ્યું કે, જો કે આ એક યુવાન ડાયનોસોરની ટેલ છે, પરંતુ સેમ્પલમાં પુનર્જીવિત ફેથરો +તપાસકર્તાઓએ સૂચવ્યું કે, જો કે આ એક યુન્ગ ડાયનોસોરની પેટી છે, પરંતુ સેમ્પલમાં પુરુષ પેટી અને ચિકની ડાઉન નહીં જોવામાં આવે છે. +તુર્કીમાં ગેઝાઇંટેપમાં પોલીસ હેડક્વર્ટમાં એક કાર બોમ્બ વિસ્ફોટ થયું હતું જેમાં બે પોલીસ અધિકારીઓ મૃત્યુ પામ્યા અને વધુ બે અન્ય લોકોને ઈજા પહોંચી. +ગવર્નરની ઓફિસે જણાવ્યું હતું કે પીડિતોમાંથી બે પોલીસ અધિકારીઓ હતાં. +પોલીસે જણાવ્યું કે તેઓ આરોપીય ડેશ (ઈસીએલ) મિલિટન્ટની જવાબદારીની શંકા છે. +તેઓએ સૂર્યને અન્ય તારાઓની જેમની મૂળભૂતી ધારણીઓ પર કાર્ય કરવામાં આવ્યો હતો: સિસ્ટમમાં બધા તારાઓની કાર્ય તેમની પ્રકાશની, તેમની રોટેશન અને અન્ય કોઈ વસ્તુ નહીં કરવામાં આવ્યો હતો. +લ્યુમિનોસિટી અને રોટેશન એક તારાની રોસ્બી નંબરને નિશ્ચિત કરવા માટે જોડાય છે, જે પ્લાસ્મા ફ્લો સાથે સંબંધિત છે. +રોસ્બીની સંખ્યા વધુ છે, તેથી મેગ્નેટિક પરિવર્ટ્સ સાથે સ્ટાર વધુ સક્રિય છે. +તેના પ્રવાસ દરમિયાન આઇવાસકીએ ઘણાં વિસ્તારોમાં સમસ્યાનો સામનો કર્યો હતો. +તેને પીરેટો દ્વારા ચોરી કરવામાં આવ્યો હતો, ટીબેટમાં રેબિડ ડોગ દ્વારા આક્રમણ કરવામાં આવ્યો હતો અને નેપાલમાં શાદી કરવામાં આવ્યો હતો અને ભારતમાં ધરપકડ કરવામાં આવ્યો હતો. +802.11n સ્ટેન્ડર્ડ બંને 2.4Ghz અને 5.0Ghz ફ્રેક્વેન્સ પર કામ કરે છે. +આ તેને 802.11a, 802.11b અને 802.11g સાથે પાછળની સંમતિ આપશે, જો બેસ સ્ટેશનની ડ્યૂઅલ રેડિયો છે. +802.11n ની સ્પિડ તેના પૂર્વીય પૂર્વીય પ્રારંભીઓ સાથે ખૂબ જ વધુ છે અને તેની મેક્સિમમ થીઓરીટિકલ થ્રોઉટપૂટ 600મીબિટ/સેકન્ડ છે. +ડુવેલ, જેને બે વ્યસ્ત બાળકો સાથે સંબંધિત છે, મિલર સાથે સ્ટોરીને સંબંધિત કર્યું નહીં, તેથી મિલર પર મોટા અસર નહીં કર્યું. +જ્યારે ટિપ્પણી માટે પૂછ્ચ કરવામાં આવ્યો ત્યારે મિલરે કહ્યું કે, "માઇક સુનાવણીમાં ઘણી વાત કરે છે...મને તૈયાર કરવાની જરૂર હતી તેથી મને તે કેન્દ્રિત કેન્દ્રિત નથી કે તે કેન્દ્રિત કેન્દ્રિત નથી કે તે ������������������������� +અમે 2005 સ્તરે 2020 સુધી નોંધપાત્ર માર્જિન સાથે ગ્લોબલ ડીપીની કેર્બોન ડાયોક્સિડ એમિટ્સનને કાઢવાની કોશિશ કરશે, હુએ જણાવ્યું હતું. +તેમણે કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની કેટલાકોની �� +તેમણે વિકાસિત દેશોને "પ્રારંભિક માર્ગ અને પછી સફાઈ કરવાની વિચારશે" તેમને વિકાસિત કરવાનો પ્રોત્સાહન આપ્યો છે. +તેમણે ઉમેર્યું કે "તેમને તેમની વિકાસની સ્ટેજ, જવાબદારી અને ક્ષમતાઓ સુધી આધારિત કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવાની જરૂર કરવા���� +ઇરાક સ્ટુડી ગ્રૂપે આજે 12.00 વાગ્યે તેની રિપોર્ટ પ્રસ્તુત કરી. +તે ચેતવણી કરે છે કે ઇરાકમાં આ સ્થિતિમાં કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ પ્રતિક્રિયાની કોઈ �������������������� +રિપોર્ટ ઓપન ડેબેટ અને મધ્ય પૂર્વની પોલીસી માટે યુનાઇટેડ સ્ટેટ્સમાં એક સંમત બનાવવા માટે આરોપ શરૂ કરે છે. +રિપોર્ટ ઇરાકના પ્રતિનિધિના પ્રતિનિધિત્વની વર્તમાનમાં તમામ પ્રક્રિયાઓ પર ખરાબ અનુભવી છે અને તે તાજેતરમાં દિશાની પરિવર્તિને કહેવામાં આવે છે. +તેમના 78 સલાહકારીઓમાં પ્રથમ છે કે આ વર્ષની અંત પહેલા ઇરાકના સરહદના વિરુદ્ધ પ્રતિક્રિયાઓ સાથે સુરક્ષિત કરવા માટે નવી રાજધાનીય પ્રયાસ કરવાની જરૂર છે અને તેમના પડકારોની રાજધાનીય સંબંધોને ફરી સ્થાપિત કરવાની જરૂર �� +આંતરરાષ્ટ્રીય સેનેટર અને એર્જેન્ટિન પ્રથમ લેડી ક્રિસ્ટિના ફેર્નાંડેઝ ડે કિર્ચનરે ગયા રાત્રે લા પ્લાટા શહેરમાં તેમની રાષ્ટ્રપતિની પ્રતિક્રિયાની જાહેરાત કરી હતી, જે બુનોસ આઇર્સથી 50 કિલોમીટર (31 માઇલ) દૂર ���� +શ્રીમતી કર્ચનેરે એર્જેન્ટિન થેટરમાં રાષ્ટ્રપતિ માટે દોડવાની માંગ જાહેર કરી હતી, જે તેણે બ્યૂનોસ એરીસ પ્રાંતના સંસદના સભ્ય તરીકે 2005માં તેની સેનેટની કેમ્પિયનની શરૂઆત કરી હતી. +હરિકેન કેટરિના દ્વારા આવેલા વારસાદ અને પુનર્જીવન માટેની વ્યવસ્થામાં વિવાદ કરવામાં આવેલી વારસાદ અને પુનર્જીવન માટેની વારસાદ અને પુનર્જીવન માટેની વારસાદ અને પુનર્જીવન માટેની વારસાદ અને પુનર્જીવન માટેની વારસાદ � +પુનર્જીવિત પ્રયાસની લિબરલ ટીકામાં વોશિંગ્ટનનાં અંદર સ્થાપિત વ્યક્તિઓને પુનર્જીવિત કરારોને પુરસ્કૃત કરવાની સંબંધિત કરારોની પુનર્જીવિત કરારોની સંબંધિત કરારોની સંબંધિત કરારોની સંબંધિત કરારોની ������������� +ચાર મિલિયન લોકો રોમમાં પ્રસાદની સંમેલન કરવા માટે ગયા હતા. +લોકોની સંખ્યા એકદમ મોટી હતી કે સેન્ટ પીટર્સ સ્ક્વેરમાં સંસ્કૃતિને સંપૂર્ણ કરવા માટે બધા લોકોને સંપૂર્ણ કરવાની શક્યતા નહીં હતી. +લોકોને સમારોહને જોવા માટે રોમમાં વિવિધ જગ્યાઓમાં ઘણા મોટા ટેલિવિઝન સ્ક્રીનો સ્થાપિત કરવામાં આવ્યો હતો. +ઇટાલીના ઘણા અન્ય શહેરોમાં અને વિશ્વની બચેતર ભાગમાં, ખાસ કરીને પોલેન્ડમાં, આવી સેટઆપ્સ બનાવવામાં આવી હતી, જેને ઘણા લોકોએ જોવામાં આવ્યો હતો. +ઇતિહાસકારોએ અગાઉના એફબીઆઇ નીતિઓને આર્થિક સ્રોતોને કેસો પર કેન્દ્રિત કરવા માટે તૈયાર કરવામાં આવ્યો છે, ખાસ કરીને ચોરી ગયેલી કારોની કેસો પર, એજન્સીની સફળતાની રેટ વધારવા માટે તૈયાર કરવામાં આવ્યો છે. +કોંગ્રેસે ફિસકલ 2005માં જાતિવાદી પ્રયાસને ફંડ કરવાની શરૂઆત કરી અને એફબીઆઇને 10 એજન્ટ્સને જીવંત પોર્નોગ્રાફીમાં પ્રસ્તુત કરવાની નિશ્ચિત કરી હતી. +રોબિન ઉથપ્પાએ ઇનિંગની સૌથી વધુ સ્કોર કરી, 41 બોલ્સમાં 11 ફોઉર્સ અને 2 સાઇક્સ સાથે. +મધ્ય ઓર્ડર બેટમેન, સચિન ટેંડુલકર અને રાહુલ ડ્રાવિડે સારી રીતે પ્રદર્શન કરી અને એક સેંકડો-રન પાર્ટનર્શિપ બનાવ્યો. +પરંતુ, કેપ્ટનની વિકેટ ગુમાવવાના પછી ભારત માત્ર 36 રન બનાવી શક્યો અને ઇનિંગને અંત કરવા માટે 7 વિકેટ ગુમાવ્યો. +યુ.એસ. રાષ્ટ્રપતિ જોર્જ ડબ્લ્યુ. બુશે 16 નવેમ્બરના સવારે સિંગાપુરમાં આવ્યા, આશિયાની એક અઠવાડિયાની મુસાફરી શરૂ કરી. +તેને સિંગાપુરના ડેપ્યુટી પ્રધાનમંત્રી વોંગ કેન સેંગ દ્વારા સ્વાગત કરવામાં આવ્યો અને સિંગાપુરના પ્રધાનમંત્રી લી હ્સિયેન લૂંગ સાથે વાણિજ્ય અને આતંકવાદી સમસ્યાઓની વાર્તા કરી. +મધ્યયાન ચૂંટણીમાં એક અઠવાડિયા પછી, બુશે એસિયામાં વેપારના વિસ્તારની વિસ્તારીયતા વિશે એક દર્શકોને જણાવ્યું હતું. +પ્રધાન સ્ટીફન હાર્પરે સરકારની 'ક્લીન એર એક્ટ'ને પોતાની બીજી વાંચન પહેલા, સોમવારે પ્રમુખમંત્રીય મંડળમાં NDP નેતા જેક લેટન સાથે 25 મિનિટની મીટિંગ પછી એલ-પાર્ટી સમિતિ માટે સંપૂર્ણ કરવાની સંમતિ કરી છે. +પ્રધાન સાથેના મીટિંગમાં લેટને કોન્સર્વેટિવ્સની યુવાની માહિતીના બિલમાં પરિવર્તિત કરવાની માંગ કરી હતી, જેમાં કોન્સર્વેટિવ પાર્ટીની યુવાની માહિતીની "સંપૂર્ણ અને સંપૂર્ણ પુનઃલેખન" કરવાની માંગ કરી હતી. +ફેડરલ સરકારે ડેવોનપોર્ટ, ટાસ્મેનિયામાં મેર્સી હોસ્પિટલની ફંડિંગની કંપની કરવામાં આવી છે ત્યારથી રાજ્ય સરકાર અને કેટલાક ફેડરલ એમપીઓએ આ ક્રિયાને ફેડરલ ચૂંટણીમાં એક સ્ટંટ તરીકે ટીકાયું છે. +પરંતુ વડા પ્રધાન જોહ્ન હોવર્ડે કહ્યું છે કે આ ક્રિયા માત્ર ટાસ્મેનિયન સરકાર દ્વારા હોસ્પિટલના સુવિધાઓને નીચે કરવામાં આવવાની રીતે સુરક્ષિત કરવા માટે કરવામાં આવ્યું હતું. +તાજેતર બુલેટિન અનુસાર સમુદ્ર સ્લોટની ચિહ્નીઓએ સુનામીની જાહેરાત કરી હતી. પાગો પાગો અને નિયુએમાં કેટલાક નિશ્ચિત સુનામી ક્રિયાઓની રેકોર્ડ કરવામાં આવી હતી. +ટોંગામાં કોઈ મુખ્ય નુકસાન અથવા ઈજાઓ નથી જણાવ્યું છે, પરંતુ શક્તિ અંતિમ રીતે ગુમાવવામાં આવી હતી, જેને પીટીડબ્લ્યુસીના સુનામી ચેતવણીને ટોંગાના અધિકારીઓને રોકવામાં આવી હતી. +હેવાઈમાં સમુદ્ર અથવા સમુદ્રની જગ્યાએ છેલ્લા ચાર શાળાઓની બંધ કરવામાં આવી હતી જ્યાં ચેતવણીઓને લિફ્ટ કરવામાં આવી હતી. +યુ.એસ. રાષ્ટ્રપતિ જોર્જ ડબ્લ્યુ. બુશે જાહેરાતને સ્વાગત કરી. +બુશના પ્રવક્તા ગોર્ડોન જોહેન્ડ્રોએ ઉત્તર કોરિયાની પ્રતિજ્ઞાને "કોરિયાની પેનિન્સુલાની વિશ્વસનીકરણને પ્રમાણિત કરવાની વિશ્વસનીકરણને પ્રાપ્ત કરવા માટેની મુખ્ય પગલા" કહ્યું. +એટલાન્ટિક હરિકેન સિઝનના દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તાવેજની દસ્તા�� +નેશનલ હરિકેન સેન્ટર (એનએચસી) કહે છે કે આ પોઇન્ટમાં જેરી દેશને કોઈ જોખમ નહીં કરે છે. +યુ.એસ. કોર્પ ઓફ ઇંજિનિયર્સે અંદાજ કર્યું કે 6 ઈંચ વરસાદને પહેલાં નુકસાન કરવામાં આવેલ લેવીઓને તોડી શકે છે. +હરિકેન કેટરિના દરમિયાન 20 ફૂટ જેટલા પાણીને જોવા મળેલ નવી વાર્ડ, હાલમાં નજીકની પાણીમાં અંદર છે કારણ કે નજીકની લેવીને વધુ કરવામાં આવ્યો છે. +100 ફૂટ વિસ્તારની એક સેક્શનમાં પાણી લેવી પર પડી રહી છે. +કોમન્સ એડમિનિસ્ટ્રેટર એડમ ક્યુર્ડેને ગયા મહિનામાં વિકિનેવ્સ સાથે વાત કર્યા પછી તેમણે ડેલેટિઓની વિરુદ્ધ વિચાર્યું હતું. +તે [વેલ્સ] અર્થતંત્ર રીતે અમને શરૂઆતમાં જૂઠી દીધું. પ્રથમ, કાનૂની કારણો તરીકે કાર્ય કરીને. બીજા, તે અમને સાંભળી રહ્યો છે અને તેની કલાકારી સંપૂર્ણપણે સુનાવણી કરી રહ્યો છે. +સમુદાયની અર્થતંત્રતાથી સાઇટ પર સેક્સ કંટેન્ટની પોલીસી નિયમિત કરવાની પ્રયાસ થઈ ગઈ છે, જેમાં મિલિયન ઓપન્લી-લાઇસન્સ મીડિયાનો હોસ્ટિંગ કરે છે. +કરવામાં આવેલ કામ મોટાભાગમાં વિદ્યાર્થી હતો, પરંતુ પ્રોગ્રામને શ્રીક્રિસ્ટરિયસ ગેલેક્સીના સંકેપણોને સિમુલેટ કરવા માટે લખવામાં આવ્યો હતો. +ટીમને શોધી રહ્યું હતું કે ગેલેક્સીની અને મિલ્કી વેયની અન્ડર મત્ર વચ્ચેના સમુદ્ર શક્તિઓ દ્વારા કારણે આ પ્રક્રિયા થઈ શકે છે. +ચંદ્રમાં પરિવર્તિત કરવાનો પ્રયાસ કરે છે, તેથી ચંદ્રે પરિવર્તિત કરવાનો પ્રયાસ કરે છે, જેવી રીતે મિલ્કી વે સગિતરિયસ ગેલેક્સી પર પ્રયાસ કરે છે. +શાસ્ત્રીઓને આ નિશ્ચિત કરી શક્યો કે અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય અન્ય ����� +આ સિદ્ધાંત કહે છે કે ગેલેક્સીની પરિસ્થિતિમાંથી મોટાભાગની અંશીય પ્રક્રિયાની સ્થિતિ એક પ્રકારની હાલોમાં છે અને તેની બનાવવામાં આવે છે કેમકે ઘણા નાના અંશીય અંશનો સંગ્રહ થાય છે. +ટેલિવિઝન અહેવાલોમાં પ્લાન્ટથી વ્હાઇટ સ્મોક આવી રહી છે. +સ્થાનીક અધિકારીઓએ પ્લાન્ટના પરિસ્થિતિમાં રહેલાઓને ઘરે રહેવા, એર-કોન્ડિશનરોને બંધ કરવા અને ટેપની પાણી નહીં પીવાની ચેતવણી કરી છે. +જાપાનના પરમાણુ એજન્સીના જણાવ્યું છે કે પ્લાન્ટમાં રેડિયોઅક્ટિવ કેસિયમ અને આયોડિનની શોધ કરવામાં આવી છે. +અધિકારીઓની શંકાસ્પદ છે કે આ સિટ પર યુરાનિયમ ફ્યૂલ રહેલા કંટેન્ટરોને તોડવામાં આવ્યો છે અને તેઓ લીકિંગ છે. +ડૉ. ટોની મોલે દક્ષિણ અફ્રિકિયન વિસ્તારમાં ક્વાઝુલુ-નેટલમાં એક્સ્ટ્રીમલી ડ્રગ રેસિસ્ટન્ટ ટ્યુબરક્યુલોસિસ (એક્સડીઆર-ટીબી)ની શોધ કરી. +એક ઇન્ટરવ્યૂ દરમિયાન તેમણે જણાવ્યું હતું કે નવી વેરિયંટ “ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂબ ખૂ +હોસ્પિટલમાં કેટલાક રોગપ્રતિકારોને બેગને સંક્રમિત કરવામાં આવ્યો છે, ડૉ. મોલે વિચારે છે અને કિમંત બે રોગપ્રતિકારો હોસ્પિટલના સ્વાસ્થ્ય કાર્યકર્તાઓ હતા. +એક વર્ષના સમયમાં, એક રોગપ્રતિકારક વ્યક્તિ 10 થી 15 નજીકના નજીકોને રોગપ્રતિકાર કરી શકે છે. +જો કે, ટ્યૂબરક્યૂલોસિસના સંપૂર્ણ ગ્રુપમાં એક્સડીઆર-ટીબીની ટેક્નોલોજીની ટેક્નોલોજી ખરાબ લાગે છે; દક્ષિણ અફ્રિકામાં કોઈપણ કોઈપણ સમયે 330,000 લોકોમાંથી 6,000 લોકોને ટ્યૂબરક્યૂલોસિસની સંક્રમણ થઈ ગઈ છે. +1,000 પાઉન્ડમાંથી વધુ વજન કરેલ બંને સેટેલિટ્સ, જેમણે લગભગ 17,500 માઇલ પ્રતિ કલાકથી પ્રવાસ કરી રહ્યા હતા, પૃથ્વીના ઉપરે 491 માઇલથી સંબંધી ગયા હતા. +વૈજ્ઞાનિકોએ જણાવ્યું છે કે સંઘ્રસ્થ કારણે થયેલી વિસ્ફોટ મોટી હતી. +તેઓ હજી પ્રયાસ કરી રહ્યા છે કે કેવી રીતે આ દુર્ઘટના વિસ્તાર છે અને પૃથ્વીને કેવી રીતે અસર પહોંચી શકે છે. +યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન્ટ ઓફિસના યુ.એસ. ડીપાર્ટમેન +પ્લોટિંગ વિશ્લેષણનો પરિણામ જાહેર વેબસાઇટ પર પોસ્ટ કરવામાં આવશે. +ઓહીયોના અધિકારીઓએ જણાવ્યું છે કે પિટ્સબર્ગના પીન્સિલ્વેનિયાના બાળકોના હોસ્પિટલમાં કામ કરનારા ડૉક્ટર શુક્રવારે તેની માતાની મૃત્યુ તેના કારની ટ્રંકમાં જોવામાં આવી તેને વિભાજિત મૃત્યુ માટે આરોપ લાગશે. +ડૉ. મલર બલાસુબ્રમનિયન, 29 વર્ષીય, ઓહિયોની બ્લૂ એશમાં શોધવામાં આવ્યો હતો, જે સીન્સિનાટીની ઉત્તરની લગભગ 15 માઇલ દૂર છે, જે રસ્તાની પાસે રસ્તાની સાથે જમીન પર સ્થિત છે, જેમાં તે ટી-શર્ટ અને અન્ડરવેર પહોંચી રહ્યો �� +તેણે અધિકારીઓને તેની કાળી ઓલ્ડસ્મોબિલ ઇન્ટ્રિગને 500 ફૂટ દૂર કરી દીધી હતી. +ત્યાં, તેમને 53 વર્ષીય સરોજા બલાસુબ્રમનિયનની શવ સીધી રહેલી બ્લેન્કેટ્સ સાથે મૃત્યુની શરીર મળી હતી. +પોલીસે જણાવ્યું કે શવ સુધી લગભગ એક દિવસ સ્થિત રહ્યો હતો. +આ સિઝનમાં રોગપ્રતિના પ્રથમ કેસો જુલાઈના અંતમાં જાહેર કરવામાં આવ્યા હતા. +આ રોગપ્રતિ બંનેલાઓ દ્વારા લાવવામાં આવે છે, જે પછી મચ્છરો દ્વારા લોકોમાં પરિવર્તિત થાય છે. +આ વિસ્ફોટને ભારતીય સરકારને ખરાબ રીતે પરિસ્થિત વિસ્તારોમાં ડેપ્લોયમેન્ટ કર્મચારીઓની ડિપ્લોયમેન્ટ, હજારો મોસ્કિટોની ડિસ્ટ્રિબ્યુશન અને પેસ્ટિસિડ્સને સ્પ્રાય કરવાની જરૂરિયાત કરી છે. +રાષ્ટ્રીય સરકારે એન્સેફલિટિસ વેક્સિનની ઘણી મિલિયન વેક્સિન પણ વચન આપી છે, જે આગાહી વર્ષે સ્વાસ્થ્ય સંસ્થાઓને તૈયાર કરવાની મદદ કરી શકે છે. +આ વર્ષે ઇતિહાસિક રીતે સૌથી વધુ પ્રભાવિત વિસ્તારોમાં વેક્સિન્સની યોજનાઓની વિલંબની કારણ કે અન્ય રોગપ્રતિકારક વિશેષો સાથે નીચે પ્રાથમિકતાની કારણ હતી. +1956માં સ્લાનિયાએ સ્વીડનમાં જતા ગયા, જ્યાં ત્રણ વર્ષો પછી તેને સ્વીડિશ પોસ્ટ ઓફિસની કામ કરવામાં આવ્યું અને તેને તેમના ચીફ એંગ્રાવર બનવામાં આવ્યું. +તેણે સ્વેડન અને 28 અન્ય દેશોમાં 1,000 થી વધુ સ્ટેમ્પ બનાવ્યા છે. +તેની કામ આ પ્રસિદ્ધ ગુણવત્તા અને વિગતવાર છે કે તે ફિલાટેલિસ્ટોમાંની ખૂબ થોડી "ઘરેલું નામો" માંથી એક છે. કેટલાકે તેની કામને એકલીને સંગ્રહ કરવા માટે વિશેષજનક છે. +તેની 1,000મી સ્ટેમ્પ "સ્વીડિશ રાજાઓના ગ્રેટ ડીડ્સ" ડેવિડ ક્લોકર એરેનસ્ટ્રેલે 2000માં કર્યું હતું, જે ગીનિસ બુક ઓફ વર્લ્ડ રેકોર્ડ્સમાં લિસ્ટેડ છે. +તે ઘણી દેશોની બેંકનોટોને ગોઠવવામાં પણ સહભાગી હતી, જેમાં પ્રધાનમંત્રીય પોર્ટ્રાઇટ્સ ની નવી કેનેડિયન $5 અને $100 બિલ્સની આગળ સમાવેશ થાય છે. +ઘટના થયા પછી ગિબ્સનને હોસ્પિટલમાં સ્થાનાંતરિત કરવામાં આવ્યો હતો પરંતુ ત્યારબાદ ત્યાં મૃત્યુ પહોંચી. +64 વર્ષીય ટ્રક ડ્રાઇવરને આ દુર્ઘટનામાં ઈજા નહીં પહોંચી. +તે વાહનને એક દિવસે એક્સિડેન્ટની સ્થિતિમાં લગભગ 1200 ગીએમટીના સમયે લઈ ગયો હતો. +ગરેજમાં કામ કરનારા એક વ્યક્તિએ જણાવ્યું કે: "આ ઘટનાની જગ્યાએ બાળકો રસ્તા પર પસાર કરવા માંગી રહ્યા હતા અને તે બાળકો બધા રીતે ચિંતિત અને રડી રહ્યા હતા." +તેઓ બધા એક્સિડેન્ટની જગ્યાએ પાછળ ગયા. +બાલીમાં એજેન્ડા પર અન્ય પ્રશ્નોમાં વિશ્વની બાકી રહેલી જંગલીઓને બચાવવા અને વિકસાવી દેશોને ખરાબ રીતે વિકસાવવાની સહાયતા કરવા માટે ટેક્નોલોજીમાં ભાગીદાર કરવાની સહાયતા કરવાની છે. +યુ.એન. પણ આશા રાખે છે કે વૈશ્વિક ઉષ્ણકટિબંધ દ્વારા પરિસ્થિત દેશોને અસર સાથે સામનો કરવા માટે એક નિદ્ધાનને અંતિમ કરવાની આશા છે. +પાણીની વેચાણ સારી રીતે કરવાની અંગેની નિયંત્રણ અને ખેડૂતીઓની વિવિધતાની અંગેની નિયંત્રણ માટે પૈસા જઈ શકી હોઈ શકે છે. +ફ્લુકે લખ્યું હતું કે કેટલાકોએ સ્ત્રીઓને સ્ત્રીઓના સ્વાસ્થ્યમાં વિશે વાત કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશ +તેણી આ નિર્ણયમાં પહોંચી ગયું કારણ કે તેણીને બંને પુરુષ અને સ્ત્રી વ્યક્તિઓ દ્વારા કરવામાં આવેલા પોસિટિવ ટિપ્પણીઓ અને પ્રોત્સાહન આપવામાં આવેલા વિશેષ ટિપ્પણીઓ અને પ્રોત્સાહન આપવામાં આવેલા વિશેષ ટિપ્પણીઓ +હોસ્પિટલમાં શુલ્ક લાવવા પછી લડાઈ સ્થગી ગયું ત્યારે અન્ય રહેલા લોકોની લગભગ 40 લોકો યાર્ડમાં રહ્યા અને તેમની કેલ્સમાં ફરી જવાની નિંદા કરી હતી. +નેગોટિયેટરોએ સ્થિતિને સુધારવાની કોશિશ કરી હતી, પરંતુ છેલ્લાઓના માહિતી સ્પષ્ટ નથી. +10:00-11:00 વાગ્યે યાર્ડમાં રહેલાઓ દ્વારા આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ આગળ +ત્યારબાદ અધિકારીઓએ રાયટ ગીઅર સાથે યાર્ડમાં પ્રવેશ કર્યો અને રસ્તાઓને રીતે ટીઅર ગેસ સાથે કર્મચારી કર્યો હતો. +અંતે ફાયર રિસ્ક્યૂ ક્રીવોએ 11:35 વાગ્યે આગળ કરવામાં આવ્યો. +1963માં ડેમ બાંધ કરવામાં આવ્યું ત્યારબાદ સિઝોનલ ફ્લૂડ્સને રિવરમાં સેડિમેન્ટને પ્રસારિત કરવામાં રોકવામાં આવ્યું હતું. +સેન્ડબાર્સ અને બેચીસ બનાવવા માટે આ સેડિમેન્ટ જરૂરી હતી, જે વાઇલ્ડલાઇફ હેબિટેટ્સ તરીકે ઉપયોગમાં આવ્યો હતો. +આ પરિનમાં, બે મચ્છર પ્રજાતીઓ અવિસર્જિત થઈ ગયા છે અને બે અન્ય મચ્છર પ્રજાતીઓ જેમાં હમ્પબેક ચૂબ સહિત છે તેઓ જોખમી સ્થિતિમાં છે. +જો કે પૂરના પછી પાણીની સ્તરી થોડી ફૂટ વધી જશે, અધિકારીઓ આશા રાખે છે કે તે નિશ્ચિત સેન્ડબાર્સને પુનર્જીવિત કરવા માટે અત્યંત છે. +ત્સુનામીની ચેતવણી નહીં જાહેર કરવામાં આવી છે અને જકાર્તા જીઓફાયસિક્સ એજન્સીના અનુસાર, ત્સુનામીની ચેતવણી નહીં જાહેર કરવામાં આવી શકે છે કારણ કે ભૂકંપને 6.5 ની માત્રા મેળવી નહીં. +સુનામીની જોખમ નહીં હોવા છતાં રહેલાઓએ પણીકર્ષિત થઈ અને તેમના વ્યવસાય અને ઘરોને છોડવાની શરૂ કરી. +જો કે વિન્ફ્રે તેમની સંબોધિક મુલાકાતમાં રડી રહી હતી, તેમણે તેમના ફેન્સને જાણકારી કરી કે તે ફરી આવશે. +આ સારી જાણકારી નહીં છે. આ એક ચપ્તર બંધ થઈ રહ્યો છે અને નવી ચપ્તર શરૂ થઈ રહ્યો છે. +નામિબિયાના રાષ્ટ્રપતિ અને સંસદની ચૂંટણીઓમાં અંતિમ પરિણામોથી જોવા મળી છે કે હિફિકેપુન્યે પોહંબા રાષ્ટ્રપતિ પોતાને મોટા માર્જિન સાથે ફરી ચૂંટવામાં આવ્યો છે. +રાજકારણકારી પક્ષની ચૂંટણીઓમાં પણ SWAPO પક્ષની મેજોરિટીની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની રાજકારણકારી પક્ષની +સ્થળને સુરક્ષિત કરવા અને અન્ય કોલિશન વિમાનોને સહાયતા કરવા માટે કોલિશન અને અફ્ગાનિસ્તાન સેનાઓએ આ વિસ્તારમાં આવ્યા છે. +વિમાનને પર્વતિયોગિક અગ્નિમાં ઉચ્ચ સ્થિતિમાં થઈ ગયો અને વિરુદ્ધ અગ્નિની કારણે થઈ ગયો છે તે માનવામાં આવે છે. +ક્રેશ સાઇટની શોધ કરવાની પ્રયત્નો ખરેખર વાતાવરણ અને ખતરનાક જમીનમાં સામેલ છે. +મેડિસિન્સ સેન્સ ફ્રોન્ટિયરેસ અને વર્લ્ડ હેલ્થ ઓર્ગનિઝેશન કહે છે કે આ દેશમાં રેકોર્ડ કરવામાં આવેલી સૌથી ખરાબ સ્થિતિ છે. +મેડિસિન્સ સેન્સ ફ્રોન્ટિયરના પ્રવક્તા રિચર્ડ વીમેને જણાવ્યું હતું કે: "અંગોલા તેની શ્રેષ્ઠ અંતિમ વિકલ્પ માટે આગળ છે અને અંગોલામાં સ્થિતિ ખૂબ ખરાબ છે," તેમણે જણાવ્યું હતું. +10:00 વાગ્યે રમતો શરૂ થઈ ગયા હતા જેમાં સારી વાતાવરણ હતી અને મધ્ય સવારે ડ્રિઝલની સાથે અલગ રહેલી હતી જેને તાત્કાલિક રીતે સ્થગિત કરવામાં આવી હતી, 7ની રેગ્બી માટે આ એક સારી દિવસ હતી. +ટોર્નામેન્ટના ટોચ સીડ્સ દક્ષિણ અફ્રિકાએ જેમણે 5મા સીડ્ડેડ ઝામ્બિયા સામે સંતુલિત રીતે 26 - 00 જીત મેળવી હતી ત્યાંથી શરૂઆત સ્થાને શરૂ કરી હતી. +તેમની દક્ષિણી ભાઈઓ વિરુદ્ધ રમતમાં નિશ્ચિત રસ્ટી દેખીને દક્ષિણ અફ્રિકા પણ સ્પર્ધાની પ્રગતિથી સ્થિર સુધી સુધી સ્થિર સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી સુધી ���� +તેમના નિયંત્રિત રક્ષા, બોલ હેન્ડલિંગ સ્કિલ્સ અને સારી ટીમ કાર્યને તેમને બહાર સ્થિત કરી અને તે સ્પષ્ટ હતો કે આ ટીમ જીતવાની છે. +એમ્સ્ટરડમ શહેરના અધિકારીઓ અને એને ફ્રાંક સંસ્કૃતિમુસીમાં જણાવે છે કે તે ફંગસ સાથે સંક્રમિત છે અને જાહેરાતી સ્વાસ્થ્યની જોખમી કરે છે કારણ કે તેમને કહેવામાં આવે છે કે તે પડવાની જોખમી છે. +તેને મંગળવારે કાઢવાની જાહેરાત કરવામાં આવ્યું હતું, પરંતુ એમર્જન્સી કોર્ટના નિર્ણયથી તેને બચાવવામાં આવ્યું હતું. +સીવેન સિસ્ટર્સ તરીકે નામાંકિત કેવોના બહારના પ્રવેશો કેમકે 100 થી 250 મીટર (328 થી 820 ફૂટ) વિસ્તારમાં છે. +ઇન્ફ્રારેડ ચિત્રો દેખે છે કે રાતે અને દિવસની ટેમ્પર્ચર વિવર્તનો દેખે છે કે તેઓ કેવો છે. +તેઓ દિવસે અંદર પ્રતિક્રિયાની અને રાત્રીમાં ગરમ છે. +તેમની થેર્મલ વ્યવહાર પૃથ્વી પર મોટા ખૂણાઓ જેમણે ઘણી વાર સારી સ્થિત ટેમ્પર્ચર રાખે છે જેવી નથી, પરંતુ તે જમીનની જમીનની ખૂણાઓ સાથે સંકુલ છે," અમેરિકાના યુનિટેડ સ્ટેટ્સ જીઓલોજિકલ સર્વેય ટીમ અને ફ્લેગસ્ટાફ, +ફ્રાંસમાં મતદાન પરંપરાગત રીતે એક નીચે ટેકનોલોજીક અનુભવ છે: મતદારો એક બૂથમાં પોતાને અલગ કરે છે, તેમના પસંદગીના પ્રિન્ટેડ શીટને એનવેલવમાં સ્થાપિત કરે છે. +અધિકારીઓએ મતદાતાની શ્રેષ્ઠતાને પુનર્જીવિત કરી પછી મતદાતાએ બોલોટ બોક્સમાં એનવેલપથી બહાર કાઢે છે અને મતદાનની રોલમાં હસ્તાક્ષર કરે છે. +ફ્રેન્ચ ચૂંટણીય કાયદા ખરેખર સ્ટ્રિક્ટલી રીતે પ્રક્રિયાઓની કોડિફિકેશન કરે છે. +1988 થી બોલોટ બોક્સને પાર્ડર્શિપ બનાવવું જોઈએ કે મતદારો અને સૂચકો મતદાનની શરૂઆત સુધી મતદાનના કોઈ એન્વેલોપ નથી અને કે કોઈ એન્વેલોપની જરૂરિયાત અને આયોગ્ય મતદારોની જરૂરિયાત અને આયોગ્ય મતદારોની જરૂરિયાતની � +પ્રતિનિધિઓ પ્રક્રિયાની બધા ભાગોને જોવા માટે પ્રતિનિધિઓને પ્રતિનિધિત્વ કરવામાં આવે છે. સવારે મતદાતાઓની મતદાન વ્યક્તિગત પ્રક્રિયાઓની પાછળ કરવામાં આવે છે. +એસ્યુએસ ઈઈ પીસી, કોસ્ટ-સેવિંગ અને ફક્ટરિવિટી પ્રક્રિયાઓ માટે વર્લ્ડ-વાઇડ લોન્ચ કરવામાં આવ્યું હતું, 2007ના ટાઇપેઇ આઇટી મહિનામાં એક ગરમી વિશે બની હતી. +પરંતુ લેપટોપ કમ્પ્યુટરની ખેડૂત બજારની માર્કેટ 2007માં રિપબ્લિક ઓફ ચીનના એક્સેક્યુટિવ યુઆન દ્વારા ટેઇવાનની સ્ટેબલિટેબલ એવોર્ડમાં એસુસને પુરસ્કાર કરવામાં આવ્યા પછી ખેડૂતીય બજારની માર્કેટ પ્રારંભિક છે. +સ્ટેશનની વેબ સાઇટે શોને "જૂની સ્કૂલ રેડિયો થેટર સાથે નવી અને વિચિત્ર ગીકી સ્પિન!" તરીકે વર્ણવ્યું છે. +તેના પ્રારંભિક દિવસોમાં, શો એકલ ટોગીનેટ રેડિયો સાઇટ, જે ટોલ્ક રેડિયો પ્રકાશિત છે, પ્રથમ રીતે પ્રસ્તુત કરવામાં આવ્યો હતો. +2015 ના અંતમાં, ટોગીનેટે એસ્ટ્રોનેટ રેડિયો સબસિડિયરી સ્ટેશન તરીકે સ્થાપિત કરી હતી. +શોને મૂળભૂત વોઇસ એક્ટર્સ, ઇસ્ટ ટેક્સાસના સ્થાનીકર્તાઓની પ્રસ્તુતિ કરવામાં આવી હતી. +વ્યાવસ્થાની અધિકારીઓ બિશ્કેકના સ્ટ્રીટ્સમાં નહીં હતા તેથી વ્યવસ્થાની લૂટિંગ રાત્રિની જાગરૂક્ત રીતે ચાલી રહી હતી. +એક અભ્યાસક દ્વારા બિશ્કેકને “અર્થતંત્રની સ્થિતિ” તરીકે વર્ણવામાં આવ્યું હતું, કારણ કે લોકોના ગેંગ્સ સ્ટ્રીટ્સમાં પ્રવાસ કરી રહ્યા અને કેન્દ્રીય સામાન સ્ટોરોમાં લૂંટણ કરી રહ્યા હતા. +કેટલાક બિશ્કેકનાં નિવાસીઓએ દક્ષિણનાં વિરોધીઓને કાયદોની અવ્યવસ્થાને આરોપ લાવ્યો છે. +દક્ષિણ અફ્રિકાએ રૂસ્ટબર્ગ, દક્ષિણ અફ્રિકામાં રોયલ બાફોકેંગ સ્ટેડિયમમાં રૂગ્બી યુનિયન ટ્રી નેશન્સ મેચમાં ઓલ બ્લેક્સ (ન્યૂઝીલેન્ડ)ને હરાવ્યા છે. +અંતિમ સ્કોર એક પોઇન્ટ જીત હતી, 21 થી 20, એલ બ્લેક્સની 15 ગેમની જીતની સ્ટ્રીકને અંત કરી. +સ્પ્રિંગબોક્સ માટે તે પાંચ મેચની હારી સ્ટ્રીકને બંધ કરી. +એલ બ્લેક્સ માટે આ મેચ અંતિમ મેચ હતી, જેમને બે અઠવાડિયા પહેલા ટ્રોફી જીતી હતી. +આ સીરિયસના અંતિમ મેચ જોહાનેસબર્ગમાં એલિસ પાર્કમાં આગામી અઠવાડિયામાં થશે, જ્યારે સ્પ્રિંગબોક્સ ઓસ્ટ્રેલિયા સાથે રમે છે. +સોમવારે રાત્રે 10:08 વાગ્યે વેસ્ટર્ન મોન્ટાનામાં એક સામાન્ય ભૂકંપ થયો હતો. +યુનાઇટેડ સ્ટેટ્સ જીઓલોજિકલ સર્વેક્ષણ (યુએસજીએસએગેસ) અને તેના રાષ્ટ્રીય ભૂકંપ માહિતી કેન્દ્રમાં તાજેતરી અહેવાલો મેળવવામાં આવ્યા નથી. +દિલોનથી ઉત્તર-પશ્ચિમમાં લગભગ 20 કિલોમીટર (15 માઇલ) અને બટ્ટથી દક્ષિણમાં લગભગ 65 કિલોમીટર (40 માઇલ) વિસ્તારે કેન્દ્રની ભૂકંપ થઈ હતી. +ફ્રાંસના પૂર્વીય લાયોન નજીકમાં સોમવારે શોધાયેલા એક મૃતદેહી જંગલિની પક્ષીની જાતની જાણકારી કરવામાં આવી છે કે તેની જાતની જાણકારી કરવામાં આવી છે કે તેની જાતની જાણકારી કરવામાં આવી છે કે તેની જાતની જાણકારી કરવામાં આવી +ફ્રાન્સ યુરોપિયન યુનિયનમાં આ વાયરસને પીડિત કરવાની સાત્મિક સૌથી છેલ્લા દેશ; ઓસ્ટ્રીયા, જર્મની, સ્લોવેનિયા, બુલ્ગરિયા, ગ્રીસ અને ઇટાલી પછી. +ક્રોઆટિયા અને ડેનમાર્કમાં સંશિત કેસોની એચ5એન1ની સંભવિત કિસ્સાઓ સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે સંપૂર્ણપણે ���������� +ચેમ્બર્સે બ્રહ્મને "પૃથ્વીના લોકોની લાખો લોકોની વ્યાપક મૃત્યુ, નાશ અને તેજસ્વી કરવાની" માટે આરોપ કર્યું હતું. +ચેમ્બર્સ, એક એગ્નોસ્ટિક, તેમની કાનૂની ફ્રિવોલસ છે અને કોઈપણ કોઈને કોઈપણ કોઈને કાનૂની કરી શકે. +ફ્રેન્ચ ઓપરામાં કેમિલ સેંટ-સેન્સ દ્વારા પ્રસ્તુત કહેવામાં આવેલી કથા એક કલાકારની છે "જેની જીવન ડ્રૂગ્સ અને જાપાનની પ્રેરણાની પ્રેરણામાં છે." +તેના પરિણામે, પ્રદર્શનકારીઓ સ્ટેજ પર કેન્નબિસ જોઇન્ટ્સમાં જવાની કરી રહ્યા છે અને તેથી પ્રદર્શનકારીઓને દર્શકોને જોડાવવાની પ્રોત્સાહન કરી રહ્યું છે. +પૂર્વ હાઉસ સ્પીકર ન્યૂટ ગિંગ્રિચ, ટેક્સાસ ગોવર્નર રિક પેરી અને કોંગ્રેસના સ્ત્રી મિશેલ બેચમેને ચોથી, પાંચી અને છેલ્લી સ્થાનોમાં જીતી હતી. +પરિણામો આવ્યા પછી ગિંગ્રિચે સેન્ટોરમને પ્રસિદ્ધ કર્યું, પરંતુ રોમ્નીના માટે ગિંગ્રિચની વિરુદ્ધ કેમ્પેઇન જાહેરાતોને ઇઓવામાં પ્રતિક્રિયા કરવામાં આવ્યો હતો. +પેરીએ જણાવ્યું હતું કે તે આજે રાત્રિના કોઉસના પરિણામોની મૂલ્યાંકન કરવા માટે ટેક્સાસમાં ફરી જવું છું, તેમને જણાવ્યું કે તે રેસમાં રહેશે અને 21 જાન્યુઆરી સાઉથ કેરોલિનાની પ્રાયોજનિક મુલાકાતમાં સ્પર્ધા કરશે. +અમેસ સ્ટ્રો પોલની જીત આગસ્ટમાં જીતી બેચમેને તેની અભિયાનની અંત કરવાની નિર્ણય કરી હતી. +ફોટોગ્રાફરને રોનાલ્ડ રેગન યુકેલેડ મેડિકલ સેન્ટરમાં પહોંચવામાં આવ્યો હતો, જ્યાં તે પછી મૃત્યુ પામ્યો. +20 વર્ષોમાં તેની વયની જાણકારી કરવામાં આવી છે. એક નિવેદનમાં, બીબરે જણાવ્યું હતું કે "[વ]હિંમતે હું ત્યાં નહીં હતું અને તે ખતરનાક આક્ષેપમાં સંપૂર્ણપણે સંબંધિત નહીં હતું, પરંતુ મારા વિચારો અને પ્રાર્થના શ્રીમા�������� +એન્ટરટેઇનમેન્ટ ન્યૂઝ વેબસાઇટ ટીએમઝે ફોટોગ્રાફરને સેપુલ્વેડા બૌલેવેર્ડની અન્ડર સિડમાં તેમની વાહનને રોકાયું અને પોલીસને રોડ પર પહોંચી અને ચાલી રહેવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કરવાની કોશિશ કર +પોલીસે જણાવ્યું છે કે ફોટોગ્રાફર પર આત્મહત્યા કરવામાં આવેલ વાહનના ચાલકે ગુનાહતી આરોપોની સામે સંબંધિત નથી. +માત્ર એક દિવસે આવેલા એક્લા મેડલો સાથે મેડલ પોડિયમ બનાવવાની કેટલાક દેશોને નિષ્ફળ થઈ ગયા છે. +તેમણે નેધરલેન્ડ અને ફિન્લેન્ડ સાથે સુપર-ગમે જેમાં અન્ના જોકેમ્સેને મહિલાઓની સ્ટેંડિંગ ક્લાસમાં દસમી સ્થાન પ્રાપ્ત કરી હતી અને કેટ્જા સારિને દસમી સ્થાન પ્રાપ્ત કરી હતી. +ઓસ્ટ્રેલિયાના મિટ્ચેલ ગોર્લીએ પુરુષોની સ્ટેન્ડિંગ સુપર-જી માં જેલેન્ટ કર્યું અને ચેક સ્પર્ધાકર્તા ઓલ્ડ્રિચ જેલીનેકે પુરુષોની સીટિંગ સુપર-જી માં જેલેન્ટ કર્યું. +મેક્સિકોના એર્લી વેલાસ્ક્વેઝને પુરુષોની સિટિંગ સુપર-જી માં પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂર્વીય સ્થાને પૂ +પોલેન્ડના પુરુષોની દૃશ્ય અસ્પષ્ટ સ્કીયર મેકીજ ક્રેઝેલ અને ગાઇડ અન્ના ઓગર્ઝિન્સ્કાએ સુપર-જી માં ત્રીજા સ્થાને અંતિમ કર્યો. દક્ષિણ કોરિયાના જોંગ સેર્ક પાર્કે સુપર-જી માં પુરુષોની સીટિંગ સુપર-જીમાં બીજાન +2010ના ભૂકંપપછી હાઇટીમાં આવેલા યુએન શાંતિકારીઓને રોગપ્રતિની વિસ્તારની વિસ્તારમાં આવેલા રોગપ્રતિની વિસ્તારની વિસ્તારમાં રોગપ્રતિની વિસ્તારની વિસ્તારમાં રોગપ્રતિની વિસ્તારની વિસ્તારમાં રોગપ્રતિની વિસ્તા +કાનૂનીની જાણકારી અનુસાર, યુન કેમ્પમાંથી ઉત્પન્ન નિર્માણ કરવામાં આવ્યો ન હતો, જેથી એર્ટિબોનિટ નદીના પ્રવાહીની દ્રશ્ય પર કેટલાક બેક્ટેરિયાઓને પહોંચવામાં આવ્યો હતો, એક હાઇટીની સૌથી મોટી નદી. +સૈનિકોની આવતી પહેલા, હાઇટીમાં 1800ના દરમિયાન રહેલા રોગપ્રતિની સંબંધિત સમસ્યાઓની સામે સમસ્યાઓ નહીં થઈ હતી. +હાઇટિયન ઇન્સ્ટિટ્યુટ ફોર જસ્ટિસ અને ડેમોક્રેસીમાં સ્વતન્ત્ર અભ્યાસોનો સંદર્ભ કર્યો છે જે સૂચવે છે કે નેપાલી યુએન શાંતિકરણ બેટાલિયનને અજ્ઞાત રીતે હાઇટીમાં રોગપ્રતિ લાવી લીધી છે. +ડેનિયેલ લેન્ટાગ્ન, રોગપ્રતિ પર યુએન સંશોધકે જણાવ્યું હતું કે રોગપ્રતિને શાંતિકારીઓના કારણે આવ્યું હતું. +હેમિલ્ટને પુષ્ટિ કરી કે હોવર્ડ યુનિવર્સિટી હોસ્પિટલે દર્દીને સ્થિર સ્થિતિમાં સ્થાન આપ્યો છે. +દર્દીને નાઇજિરિયામાં જવામાં આવ્યો હતો, જ્યાં એબોલા વાયરસના કેટલાક કિસ્સાઓ થઈ છે. +હોસ્પિટલે સંક્રમણની નિયંત્રણ માટે પ્રતિબંધીય પ્રક્રિયાને પુનર્જીવિત કર્યું છે, જેમાં રોગપ્રતિકારકોને અન્યોની સંભવિત રોગપ્રતિને રોગપ્રતિકારકોને અલગ કરવાની સંભાવના રીતે રોગપ્રતિકારકોને અલગ કરવાન +સિમ્પ્સન્સ પહેલા સિમોને વિવિધ સ્થિતિઓમાં ઘણા શો પર કામ કર્યું હતું. +1980ના દાયકામાં તે ટેક્સી, ચિયર્સ અને થે ટ્રેસી યુલ્મેન શો જેવા શો પર કામ કર્યો હતો. +1989માં તેણે બ્રૂક્સ અને ગ્રોઇનિંગ સાથે સિમ્પ્સન્સની બનાવવાની મદદ કરી અને શોની પ્રથમ લખની ટીમની રોજગારની જવાબદારી હતી. +1993માં શોને છોડીને એક્ઝિક્યુટિવ પ્રોડ્યુક્ટરનો ટાઇટલ રાખ્યો અને રોયલ્ટીઝમાં દસ મિલિયન ડોલરનો પ્રાપ્ત કરી રહ્યો હતો. +પ્રારંભમાં ચીની ન્યૂઝ એજન્સી સિનહ્વાએ એક વિમાન હાઇજેક કરવામાં આવ્યો હતો. +પછીના અહેવાલોમાં જણાવ્યું હતું કે વિમાન એક બોમ જોખમ મેળવ્યું હતું અને અફ્ગાનિસ્તાનમાં પાછળ પહોંચવામાં આવ્યું હતું, જેમાં કંડાહરમાં લેન્ડિંગ કરવામાં આવ્યું હતું. +પ્રારંભિક અહેવાલોએ જણાવ્યું છે કે યુરુમ્કીમાં એમર્જન્સી લેન્ડિંગને નકારી કરવાના કારણે વિમાન અફ્ગાનિસ્તાનમાં પાછળ ફરી જવામાં આવ્યો હતો. +ઈરાનમાં વિમાન આક્ષેપો સામાન્ય છે, જેમાં વ્યસ્ત ફ્લીટ છે જે સિવિલ અને મિલિટરી ઓપરેશન્સ માટે ખરાબ રીતે રાખવામાં આવે છે. +આંતરરાષ્ટ્રીય પ્રતિબંધોની અર્થ છે કે નવા વિમાન ખરીદવામાં આવશે નહીં. +આ સપ્તાહની શરૂઆતમાં, પોલીસ હેલિકોપ્ટરને ત્રણ લોકો મૃત્યુ પામી અને ત્રણ વધુ લોકોને ઈજા પહોંચી. +આગામી મહિનામાં ઇરાનને તેના વર્ષોમાં સૌથી ખરાબ એર ડિસાસ્ટર જોવા મળી હતી જ્યારે એક એરલાઇનર અર્મેનિયામાં જવા રહ્યો હતો અને તેના બોર્ડ પર 168 લોકો મૃત્યુ પામ્યો હતો. +આ મહિનામાં એક અન્ય એરલાઇનરે મશહદમાં રનવે પર અથડાયો અને વોલ પર સ્ટ્રાઇક કર્યો, જેથી સાત લોકો મૃત્યુ પામી ગયા. +એરોસ્મિથે તેમના ટૂર પર બાકી રહેલા કોન્સર્ટોને કેન્સિલ કર્યો છે. +રોક બેન્ડ 16 સપ્ટેમ્બર સુધી યુનાઇટેડ સ્ટેટ્સ અને કેનેડામાં પ્રવાસી હતી. +તેઓએ 5 અવ્ગુસ્ત રોજ પ્રદર્શન કરતા સ્ટેવન ટાયલરને સ્ટેજ પરથી પડ્યા પછી ટૂર કેન્સિલ કરી હતી. +બંને પુરુષોએ એક અને બધા સેર્વોને સેટમાં રાખ્યા પછી ટાઇ બ્રેકમાં મુર્રીએ પ્રથમ સેટને ગુમાવ્યો. +ડેલ પોટ્રોને બીજા સેટમાં પ્રારંભિક લાભ મળ્યો હતો, પરંતુ 6-6 સુધી તે પણ ટાઇ બ્રેક માટે જરૂરી હતી. +આ જગ્યાએ પોટ્રોને પોતાની શરીરમાં સ્વાસ્થ્ય આપવામાં આવ્યો પરંતુ રમતમાં ફરી જવામાં સફળ રહ્યો. +આ પ્રોગ્રામ સ્થાનિક સમયની 8:30 વાગ્યે (15.00 યુટીસી) શરૂ થયો છે. +દેશની વ્યક્તિગત ગાયકોએ શ્રી શ્યામની પગનીમાં ભજનો, અથવા પ્રાર્થનિક ગીતો પ્રસ્તુત કર્યો હતો. +ગાયક સંજુ શર્માએ શુક્રવારની શુરુવાતની શરૂઆત કરી હતી, જેમાં જૈ શંકર ચૌધરી પણ સહભાગી હતી. તેમને ચહપણ બોગ ભજનને પ્રસ્તુત કરવામાં આવ્યો હતો. ગાયક, રાજુ કંડેલવાલ તેમની સાથે હતી. +ત્યારપછી, લક્ક્હા સિંગમાં આગળ આવ્યો હતો. +હિંદુઓમાં ચહપણ બોગ (56 વિવિધ જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી જેવી �� +લક્ક્હા સિંહે ચહપણ ભોગ બજનને પ્રસ્તુત કર્યો હતો. ગાયક, રાજુ ખંડેલવાલ તેમની સાથે હતી. +ટોક્યો ગેમ શોના ગુરુવારે થયેલી કેનોટ પ્રેસેન્ટેશનમાં નિંતેન્ડો પ્રેસિડેન્ટ સેટોરૂ ઇવાતાએ કંપનીની નવી નિંતેન્ડો રિવોલ્યૂશન કોન્સોલની કોન્ટ્રોલર ડિઝાઇન ડિઝાઇન કરવામાં આવ્યો હતો. +ટેલિવિઝન રિમોટ જેટલી રૂપે કન્ટ્રોલર તેના સ્થિતિની ત્રિંગુલેશન કરવા માટે યૂઝરની ટેલિવિઝન નજીકના બે સેન્સરોની ઉપયોગ કરે છે. +આ વિડીયો ગેમ્સમાં ડ્વાઇસિટને હવામાં પસાર કરીને પ્રવૃત્તિઓ અને ધ્યાનોને નિયંત્રિત કરવાની મંજૂરી આપશે. +જિયાનકાર્લો ફિસિચેલા તેમની કારની નિયંત્રણ ગુમાવી ગયું અને રેસને શરૂઆત પછી સુધી સમાપ્ત કરી દીધું. +તેના ટીમમેટ ફેર્નાંડો એલોન્સો મોટાભાગના રેસમાં આગળ હતા, પરંતુ તેના પિટ-સ્ટોપ પછી તેને અંત કર્યું હતું, કદાચ કારણ કે ખરાબ રીતે જમીન ફ્રોન્ટ વ્હેલ હતી. +માઇકલ શુમેકરે એલોન્સો પછી તેમની રેસ સમાપ્ત કરી, કારણ કે રેસ દરમિયાન ઘણા યુદ્ધોમાં સુસ્પેન્શનના નુકસાન કારણે તેમની રેસ સમાપ્ત કરવામાં આવી હતી. +તે ખૂબ સુંદર છે અને તે ખૂબ રમે છે, તેમની ન્યૂઝ કોન્ફરન્સની ટ્રાન્સ્ક્રિપ્ટ અનુસાર તેમણે જણાવ્યું હતું. +હું દરેક જ્યારે આપણે આ પર રિહેર્સલ કરી હતી ત્યારે મારી હૃદયની અંતમાંથી સુધી લાગ્યું હતું. +લોન્ચ સુધી 3 મિનિટ સુધી એક ઓન-બોર્ડ કેમેરાએ ફ્યૂલ ટેંકમાંથી ઇન્સ્યુલેશન ફોમની ઘણી ભાગીઓની દ્રશ્ય જોવામાં આવી હતી. +જો કે, તેઓએ શટ્ટલને કોઈ નુકસાન કરવાની વિચાર નથી. +નાસાના શટ્ટલ પ્રોગ્રામના ચીફ એન. વેન હેલ જુનિયરે જણાવ્યું હતું કે "આપણે ચિંતિત છીએ તે સમય પછી ફોમ પડ્યું છે." +ડિસ્પ્લે સુધી પાંચ મિનિટ છે ત્યારથી વિન્દુ શરૂ થાય છે, એક મિનિટ પછી વિન્દુ 70 કિલોમીટર પર પહોંચી રહી છે... ત્યારથી વરસાદ આવે છે, પરંતુ તે ખૂબ જ અને ખૂબ જ મોટી છે કે તે તમારી ખોટી લાગે છે, ત્યારથી હેલ પહોંચી છે, � +હું મારી ભાઈ અને તેની મિત્રિને ગુમાવ્યો અને મારી માર્ગ પર વ્હીલચેયરમાં બે અસ્વસ્થ વ્યક્તિઓ હતી, લોકો તેમને ઉપરથી જમણી રહ્યા અને તેમને દબાવી રહ્યા," એરમેન્ડ વર્સેસે કહ્યું. +એનએચકે પણ અહેવાલ આપ્યો કે નીગાતા પ્રાંતના કાશિવાઝકી કરિવા ન્યૂક્લીયર પ્લાન્ટ સામાન્ય રીતે કામ કરી રહ્યું હતું. +હોકુરિકુ ઇલેક્ટ્રિક પાવર કંપનીએ ભૂકંપથી કોઈ પરિણામો નથી અને તેના શિકા ન્યૂક્લીયર પાવર પ્લાન્ટમાં નંબર 1 અને 2 રેયક્ટરોને બંધ કરવામાં આવ્યો છે. +આ જાહેરાત કરવામાં આવે છે કે આ વિસ્તારમાં 9400 ઘરોમાં પાણી નથી અને લગભગ 100 ઘરોમાં પ્રવાહી નથી. +કેટલાક રસ્તાઓ નુકસાન થઈ ગયા છે, અસરગ્રસ્ત વિસ્તારોમાં રેલ્વે સેવાનું રોકાણ કરવામાં આવ્યો છે અને ઇશિકાવા પ્રાંતના નોટો એરપોર્ટમાં બંધ રહ્યો છે. +એક બોમ્બ ગવર્નર જનરલના ઓફિસમાંથી બહાર આવ્યું હતું. +બે કલાકોના સમયે સરકારી ઇમારતોમાં ત્રણ વધુ બોમ્બો વિસ્ફોટ થયા હતા. +કેટલાક અહેવાલોએ ઓફિસિયલ મૃત્યુની સંખ્યાને આઠ લગાવી છે અને ઓફિસિયલ અહેવાલોએ પ્રમાણે 30 લોકોને ઈજા પહોંચી ગયા છે; પરંતુ અંતિમ સંખ્યાની જાણ કરવામાં આવી નથી. +કેન્યૂરિક સૂક્ષ્મ અને મેલામિન પેટ્સમાં મૃત્યુ થયેલા પેટ્સમાંથી સૂક્ષ્મ કેન્દ્રોમાં મેળવવામાં આવ્યો હતો. +યુનિવર્સિટીમાં અભ્યાસકર્તાઓએ જણાવ્યું હતું કે બે સંયોજનો એકબીજા સાથે ક્રાઇસ્ટલ બનાવવા માટે પ્રતિક્રિયા કરે છે, જે મોટાભાગના કિડ્ની કાર્યને બ્લોક કરી શકે છે. +તપાસકર્તાઓએ મેલામિન અને સાયાનુરિક સૂક્ષ્મ સાથે કેટના પિસીના રસીઓને જોવામાં આવ્યા. +આ ક્રાઇસ્ટેલ્સની સંસ્કૃતિ ઇન્ફ્રારેડ સ્પેક્ટ્રોસ્કી (એફટીઆર) દ્વારા પરિવર્તિત પેટોના ઉરીનમાં શોધેલી છે. +જો તમે તેને જાણી શકો છો કે નહીં, પરંતુ કેન્દ્રીય અમેરિકાથી મોટાભાગના ખરીદોને આ દેશમાં ડ્યુટી-ફ્રીની રીતે લાવવામાં આવ્યો છે. +અત્યારે આંતરિક અમેરિકન દેશોમાં ટેરિફ્સ દ્વારા અમારા ૮૦ ટકા સામાન કરવામાં આવ્યા હતા. અમે તમને સ્વાગત કરીએ છીએ. +તે મારા માટે સમજી નહીં આવ્યો હતો; તે ખરેખર ન્યાયતંત્ર નહીં હતો. +મને લોકોને કહું છું કે તમે અમને જે રીતે સ્વાગત કરો છો તેમને આવી રીતે સ્વાગત કરો. +કેલિફોર્નિયાના ગોવેર્નર એર્નોલ્ડ શ્વાર્ચેનેગરે એક માહિતીની જાહેરાત કરી હતી કે તેમણે વિલિયંટ વિડિયો ગેમ્સની વેચાણ અથવા રેન્ટલ કરવાની જાહેરાત કરી છે. +બિલે કેલિફોર્નિયાના રાજ્યમાં વ્યાપક વિડિયો ગેમ્સને "18" ની ડેકલ સાથે લેબલ કરવાની જરૂરિયાત છે અને તેમની વેચાણને 1000 ડોલરની જરૂરિયાત કરવાની મુક્ત કરે છે. +પબ્લિક પ્રોસેક્શનના ડિરેક્ટર કાયર સ્ટાર્મર ક્યુસીએ આ સવારે હુહ્ને અને પ્રાયસની પ્રોસેક્શનની જાહેરાત કરી હતી. +હુને રાજ્યમંત્રીની જાહેરાત કરી છે અને એડ ડેવી એમપી દ્વારા કેબિનેટમાં તેની જગ્યા લેવામાં આવશે. નોર્મન લેમ્બ એમપી દ્વારા બિઝનેસ મિનિસ્ટરની જાહેરાત કરવાની આશા છે. ડેવીએ તેની જાહેરાત કરી છે. +હુને અને પ્રાયસ વેસ્ટમિન્સ્ટર મેજિસ્ટ્રેટ્સ કોર્ટમાં ફેબ્ર્વરી 16 ના રોજ દેખાવવાની તારીખ છે. +મૃત્યુઓ નિકોલાસ અલ્ડેન, 25 અને ઝેકરી કુડ્ડબેક, 21 હતી. કુડ્ડબેક એ ડ્રાઇવર હતી. +એડગર વેગુઇલાએ ક્રિસ્ટોફર શ્નાઇડરને તેમના મુખને પુનર્જીવિક શાસ્ત્રીકરણ કરવાની જરૂર રાખી છે ત્યારે તેમને અર્મ અને જાવની ઈજાઓ પહોંચી હતી. +ઉકાની શસ્ત્રો પાંચમાંના માણસની માથાની તરફથી નિષ્ફળ થઈ ગયું છે. શ્નાઇડરની ચાલી રહી છે, એક આંખમાં આંતરિક્ષય, સ્કૂલની અંતરીય ભાગ અને ટાઇટેનિયમથી ફેસ પુનર્જીવિત કરવામાં આવી છે. +સ્ક્નાઇડરે તેમના માત્ર દેશમાં યુએસએફએફ બેસથી વિડીઓલિંક દ્વારા જુબાની કરી. +બુધવારના ઇવેન્ટમાં કાર્પાનેડોએ ચેમ્પિયનશિપમાં બે વ્યક્તિગત રેસમાં સ્પર્ધા કરી. +તેના પ્રથમ સ્લાલોમ હતો, જ્યાં તેણે તેના પ્રથમ રનમાં ડિડ નોટ ફિનિશ મેળવી હતી. તે રેસમાં 116 સ્પર્ધકોમાંથી 36 સ્પર્ધકોને આ પરિણામ મળ્યો હતો. +તેના અન્ય રેસ, જાયન્ટ સ્લોલોમે તેને સ્ટીટિંગ ગ્રૂપમાં ચોથી સ્થાન પર 4:41.30, 2:11.60 મિનિટની સંયુક્ત રન સમય સાથે, પ્રથમ સ્થાનની ફિનિશ અસ્ટ્રિયન ક્લાઉડિયા લોઇસ્ટર અને નવી સ્થાનની ફિનિશ ગ્યોંગ્યી ડેની સાથે 1:09.02 �������� +મહિલાઓની સિટિંગ ગ્રૂપમાં ચાર સ્કીયરોને તેમના રનને અંત કરવાનો નિષ્ફળ થયો અને જાયન્ટ સ્લોલોમમાં 117 સંસૂચીય સ્કીયરોમાંથી 45 સ્કીયરોને રેસમાં રેન્કિંગ કરવાનો નિષ્ફળ થયો હતો. +મધ્યપ્રદેશ પોલીસે ચોરી લેપટોપ અને મોબાઈલ ફોનને પાછા મેળવ્યો છે. +ડેપ્યુટી ઇન્સ્પેક્ટર જનરલ ડી કે એર્યાએ જણાવ્યું હતું કે, "આપણે સ્વિસ સ્ત્રીને જાળવ્યું હતું અને તેની મોબાઈલ અને લેપટોપ પાછા લેવામાં આવ્યું છે". +આરોપીઓને બાબા કંજર, બુથા કંજર, રમ્પ્રો કંજર, ગઝા કંજર અને વિષ્ણુ કંજર તરીકે ઓળખવામાં આવ્યા છે. +પોલીસ સુપ્રિંટેન્ડન્ટ ચંદ્રશેખર સોલંકીએ જણાવ્યું કે આરોપિતને કોર્ટમાં સંપૂર્ણ રૂપે દેખવામાં આવ્યો હતો. +જો કારે ઘરમાં આવ્યો ત્યારે ત્રણ લોકો ઘરમાં હતા, પરંતુ તેમના કોઈપણ લોકોને ઈજા પહોંચી ગયો નહીં. +જો કે, ડ્રાઇવરને માથામાં ગંભીર ઈજાઓ પહોંચી ગયા છે. +આ રોડ જ્યાં આ દુર્ઘટના થયું હતું તે સમયિક રીતે બંધ કરવામાં આવ્યું હતું જ્યાં એમર્જન્સી સેવાઓએ ડ્રાઇવરને રેડ એડિ ટીટીથી બહાર કાઢી દીધું હતું. +તેની શરૂઆતમાં જેમ્સ પેગેટ હોસ્પિટલમાં જમ્સ પેગેટ હોસ્પિટલમાં રાખવામાં આવ્યો હતો. +તેને પછી કેમ્બરેજમાં એડેનબ્રોકના હોસ્પિટલમાં પરિવર્તિત કરવામાં આવ્યો હતો. +એડેકોયા તેની પુત્રીની હત્યાની આરોપે એડિન્બર્ગ શેરિફ કોર્ટમાં છે. +તે આરોપ અને સંભવિત પ્રક્રિયા માટે જેલમાં રહી છે, પરંતુ કોઈપણ દર્શકોની પ્રમાણિક જાણકારી મુશ્કેલ થઈ શકે છે કારણ કે તેની ચિત્ર વ્યાપક રીતે પ્રકાશિત કરવામાં આવી છે. +યુકેમાં અન્ય સ્થાનોમાં આ સામાન્ય પ્રક્રિયા છે પરંતુ સ્કોટિશ ન્યાયતંત્ર અલગ રીતે કામ કરે છે અને ન્યાયાલયોએ ફોટોની પ્રકાશનને શક્યતાવાદી રીતે પ્રકાશિત તરીકે દેખ્યું છે. +ડંડી યુનિવર્સિટીના પ્રોફેસર પેમેલા ફર્ગસને જોર્નલિસ્ટ્સને શંકાસ્પદ અને સંભવિત વ્યક્તિઓની ફોટો અને વિગતો પ્રકાશિત કરવાનો કારણે જોખમી લાઇન ચાલી રહ્યા જોઈ રહ્યો છે. +ક્રાઉન ઓફિસ, જે આરોપોની સંપૂર્ણ ચાર્જ છે, જોર્નલિસ્ટોને જણાવ્યું છે કે આરોપોની સંપૂર્ણ ચાર્જ છે ત્યાં સુધી કોઈ વધુ ટિપ્પણી નહીં કરવામાં આવશે. +લીક અનુસાર આ ડૉક્યૂમેન્ટ સીમાની સરહદની વાર્તાની જાણકારી કરશે, જે પાલેસ્ટીને 1967 માં મિડડેસ્ટ યુદ્ધ પહેલાં સરહદની માટે જરૂરી છે. +અન્ય પ્રશ્નોમાં જેરુસલેમની ભવિષ્યની સ્થિતિ અને જોર્ડન વેલી સમસ્યાની સંબંધિત છે, જે બંને રાષ્ટ્રોની પ્રેરણા છે. +ઇસ્રેલને દસ વર્ષો સુધીમાં વેલીમાં સુધીમાં મિલિટરી પ્રેસન્સ માંગે છે જ્યારે પીએએ ફાયન વર્ષો સુધીમાં મિલિટરી પ્રેસન્સને છોડવાની સંમતિ કરી છે. +સપ્લિમેન્ટરી પેસ્ટ કન્ટ્રોલ ટ્રાઇલમાં શૂટરોને રેન્જરોથી નજીક સુપ્રીમ કરવામાં આવવામાં આવ્યો હતો, કારણ કે ટ્રાઇલને મોનિટર કરવામાં આવ્યો હતો અને તેની અસ્વીકાર્યતા મૂલ્યાંકન કરવામાં આવ્યો હતો. +એનપીડબ્લ્યુએસ અને ઑસ્ટ્રેલિયાના સ્પોર્ટિંગ શૂટર્સ એસોસિએશન (એનએસડ્બ્લ્યુએસ) ઇન્કોર્પોરેશનની સાથે સ્પોર્ટિંગ શૂટર્સ એસોસિએશનના હંટિંગ પ્રોગ્રામમાં કુલ વોલન્ટિયરોને રેક્રૂટ કરવામાં આવ્યો હતો. +એક્ટિંગ ડિરેક્ટર પાર્ક કન્ઝર્વેશન અને હેરિટેજ સાથે એક્ટિંગ ડિરેક્ટર મિક ઓફ્લીનની જાણકારી અનુસાર, પ્રથમ શૂટિંગ ઓપરેશન માટે ચાર શૂટિંગ ઓપરેશન માટે પસંદગીની સુરક્ષા અને ટ્રેનિંગ ઇન્સ્ટ્રુક્શન મેળવી � +માર્ટેલીએ ગત રોજ નવી પ્રોવિસિયનલ એલેક્ટોરલ કાઉન્સિલ (સીપીએપી)ની નવી સંસદની પ્રતિજ્ઞા કરી હતી. +તે ચાર વર્ષોમાં માર્ટેલીના પાંચમા સીએપ છે. +છેલ્લા મહિનામાં પ્રેસિડન્ટિયલ કમિશને નવા ચૂંટણીમાં દેશને આગળ કરવા માટેની મેસર્સના પેકેજમાં પ્રાથમિક સીએપની રિઝિગ્નેશનની સૂચના કરવામાં આવી હતી. +કમિશન ઓક્ટોબરમાં શરૂ થયેલ વ્યાવસાયિક વિરોધોની માટે માર્ટેલીની પ્રતિક્રિયા હતી. +કેટલાક હિંસક વિરોધો ચૂંટણીની નિષ્ફળ કારણ હતી, જે 2011 થી છે. +60 થી વધુ આઇપોડ્સની અસ્વીકાર્યતાની અહેવાલો આવ્યા છે, જેમાંથી સંપૂર્ણપણે છ અગ્નિઓ આવ્યા છે અને ચાર લોકોને નાના આગળ આવ્યા છે. +જાપાનના અર્થતંત્ર, વાણિજ્ય અને ઉદ્યોગની મંત્રી (METI)એ જણાવ્યું હતું કે તે ડિવાઇસ સાથે સંબંધિત 27 ઘટનાઓની જાણકારી હતી. +છેલ્લા અઠવાડિયામાં, એમેટીએ જાહેરાત કરી કે એપલે 34 વધારાની ઘટનાઓની જાણકારી કરી છે, જે કંપનીએ "નોન-સરિયસ" તરીકે કહ્યું છે. +મિનિસ્ટ્રીએ રિપોર્ટની એપલના પોસ્ટ્પોનમેન્ટમાં "વાસ્તવિક રીતે આરંભ" કહ્યું. +ભૂતપૂર્વીય સમયે (09:19 વાગ્યે ગીએમટી શુક્રવારે) 07:19 વાગ્યે મોરિયાનમાં ભૂતપૂર્વીય ગુણવત્તાનો હુમલો થયો હતો. +ઉત્તરી મેરિયાના અધિકારી મેનેજમેન્ટ ઓફિસે જણાવ્યું હતું કે રાષ્ટ્રમાં કોઈ નોકરીઓ નહીં જાહેર કરવામાં આવી હતી. +પેસિફિક સુનામી ચેટર પણ જણાવ્યું હતું કે ત્યાં સુનામીની જાણકારી નહીં હતી. +ફિલિપિનોના એક પૂર્વ પોલીસમેન મેનિલા, ફિલિપિનોની રાજધાનીમાં તેમના બસને હોંગકોંગના પ્રવાસીઓને જેક કર્યો છે. +રોલાન્ડો મેંડોઝાએ પ્રવાસીઓ પર તેમના એમ16 રાઇફલને ફાયર કર્યો. +ઘણા હોસ્ટેજોને બચાવવામાં આવ્યો છે અને છેલ્લા છ લોકોની મૃત્યુ પુષ્ટિ કરવામાં આવી છે. +બાળકો અને વૃદ્ધ લોકો સહિતના છ હોસ્ટેજ્સને પ્રારંભિક રીતે બહાર કાઢવામાં આવ્યો હતો, જેમ ફિલિપિનો ફોટોગ્રાફરોને પણ બહાર કાઢવામાં આવ્યો હતો. +પછી ફોટોગ્રાફરોએ એક જીવિત સ્ત્રીની જગ્યા લેવાની જરૂર પડી અને મેંડોઝાને ગોળીબાર કરવામાં આવ્યો હતો. +લિગિન્સે તેમના પિતાની પગની પછી મેડિસિનની કારીરીમાં પ્રવેશ કરી. +તેણે ઓબ્સ્ટેટ્રિસિયન તરીકે પ્રશિક્ષણ કરી અને 1959માં ઓકલેન્ડના રાષ્ટ્રીય મહિલાઓની હોસ્પિટલમાં કામ કરી શરૂ કરી. +જ્યારે તે હોસ્પિટલમાં કામ કરી રહ્યો હતો ત્યારે લિગિન્સે તેના સ્પેર સમયે પ્રારંભિક શ્રમની તપાસ શરૂ કરી હતી. +તેના અભ્યાસમાં દેખાયું હતું કે જો એક હોર્મોન અડમિનિસ્ટર કરવામાં આવ્યું તો બાળકની ફેટલ લંબની સુધીમાં વધારો થશે. +સરકારી તપાસકર્તાઓએ બુધવારે બે બ્લેક બોક્સ ફ્લાઇટ રેકોર્ડર્સને પુનર્જીવિત કરી હતી. +સાથી રસ્તીઓ પણ લુનાની શ્રદ્ધા કરી હતી. +ટોમી ડ્રીમરે જણાવ્યું હતું કે "લુના એક્સ્ટ્રીમના પ્રથમ ક્વીન હતી. મારી પ્રથમ મેનેજર હતી. લુના બે ચંદ્રાઓના રાત્રે મૃત્યુ પામી ગયું હતું. સુંદર વ્યક્તિ જેવું તેની જેવું." +ડસ્ટિન "ગોલ્ડસ્ટ" રનેલ્સે ટિપ્પણી કરી કે "લુના મને જેવું હતું તેવું હતું...શક્ય તે વધુ હતું...તેને પ્રેમ કરીને અને તેને બહાર કરશે...આશાસ્પદ રીતે તે એક વધુ સારી જગ્યાએ છે." +ફેડરલ ચૂંટણી પહેલા 1,400 લોકોની સર્વેક્ષણમાં, ઓસ્ટ્રેલિયાને રિપબ્લિક બનવાની વિરોધ કરનારાઓએ 2008 થી 8 ટકા વધારો થયો છે. +કાર્યકારી પ્રધાનમંત્રી જુલિયા ગિલલાર્ડે 2010ની ફેડરલ ચૂંટણીના અભિયાનમાં દાવો કર્યું કે તે માની છે કે ઓસ્ટ્રેલિયાને ક્વીન એલિઝાબેથી રાજ્યની અંતમાં રિપબ્લિક બનવી જોઈએ. +ચૂંટણીમાં 34 ટકા લોકો આ દૃશ્ય સાથે સહભાગી છે, જેમને ક્વીન એલિઝાબેથ II ઓસ્ટ્રેલિયાની અંતિમ રાજા બનવા માંગે છે. +સર્વેક્ષણમાં અંતમાં, સર્વેક્ષિત 29 ટકા લોકોની માનસી છે કે ઓસ્ટ્રેલિયાને જલ્દીની રીતે જોઈએ છે, જ્યાંથી 31 ટકા લોકોની માનસી છે કે ઓસ્ટ્રેલિયાને ક્યારેય જલ્દીની રીતે નહીં જોઈએ. +ઓલિમ્પિક ગોલ્ડ મેડલિસ્ટ 100મી અને 200મી ફ્રીસ્ટાઇલ અને કોમૉનવેલ્થ ગેમ્સમાં ત્રણ રેલીમાં સ્વિમ કરવાની જરૂર હતી, પરંતુ તેના આરોપોના કારણે તેની ફિટનેસને શંકાસ્પદ કરવામાં આવી છે. +તેમની દુખાને પરાજિત કરવા માટે જરૂરિયાત ડ્રૂગ્સ લેવાની શક્યતા નથી કારણ કે તેમને રમતોમાંથી બંધ કરવામાં આવ્યું છે. +સેન્ટ્રલ મિસ્સોરી યુનિવર્સિટીમાં વિજ્ઞાન અને કમ્પ્યુટર વિજ્ઞાન પ્રોફેસર કર્ટિસ કોપરે 25 જાન્યુઆરીમાં સૌથી મોટી જાણકારી પ્રિમ સંખ્યાની શોધ કરી છે. +ફેબ્ર્વરના શરૂઆતમાં વિવિધ હાર્ડવેઅર અને સોફ્ટવેઅર દ્વારા અનુભવની પણ પ્રમાણિક કરવામાં આવી હતી અને તેની જાહેરાત મંગળવારે કરવામાં આવી હતી. +કોમેટો સંભવિત રીતે જીવનની સમર્થન અને પ્રોટીન બનાવવાની સામાન્ય પ્રક્રિયાની સાથે પૃથ્વીમાં પાણીની પ્રદાન કરવાની સૂત્રી હોવાની શક્યતા હતી. +વૈજ્ઞાનિકોની આશા છે કે જે રીતે તરીકે પ્લાનેટ્સ બની જાય છે, ખાસ કરીને પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર્તિત રીતે પરિવર +53 વર્ષીય કુઓમોએ આ વર્ષની શરૂઆતમાં તેમની ગવર્નરશિપ શરૂ કરી હતી અને ગયા મહિનામાં તેમને સમલીકિત જાતિના શરૂઆતને કાનૂનીય રીતે કરવાની માહિતી મેળવી હતી. +તેમણે ચિહ્નતાઓને “રાજકીય ચિહ્નતા અને આશ્ચર્યતા” તરીકે કહ્યું. +તે 2016માં રાષ્ટ્રપતિ માટે એક રન કરવાની શંકા છે. +નેક્સ્ટ જેન એક સિસ્ટમ છે જે એફએએ દાવો છે કે આ સિસ્ટમ એરોપ્લેન્ટ્સને ખરેખર કરીને ટેકોની માર્ગોમાં જવાની મંજૂરી આપશે અને મિલિયન ગેલોનો ફ્યૂલની બચત કરશે અને કાર્બોનની નિર્માણ કરશે. +તે જમીન ગ્રાઉન્ડ-રેડાર-બેસ્ટ ટેક્નોલોજીની વિરુદ્ધ સેટેલિટ-બેસ્ટ ટેક્નોલોજીનો ઉપયોગ કરે છે જેનાથી એર ટ્રાફિક કન્ટ્રોલરોને વધુ સંકુચિત રીતે એરપ્લેન્ટ્સને નોંધી શકે છે અને પાઇલોટ્સને વધુ સંકુચિત �� +વધુ ટ્રાન્સપોર્ટ નહીં લાવવામાં આવે છે અને ઓવરગ્રાઉન્ડ ટ્રેન્સ વેમ્બ્લીમાં રહેશે નહીં અને કાર પાર્કિંગ અને પાર્ક-અન્ડ-રાઇડ સુવિધાઓ ગ્રાઉન્ડમાં અવિલબિલ નથી. +ટ્રાન્સપોર્ટેશનની કમીને જેમને ટીમના સમર્થકોની સાથે બંધી દરવામાં આવવાની શક્યતા વિચારવામાં આવી હતી કે રમત બંધી દરવામાં આવવાની શક્યતા હતી. +જૂર્નલ સાઇન્સમાં ગુરુવારે જાહેર કરવામાં આવેલ એક અભ્યાસમાં એક્વાડોરિયન ગેલાપાગોસ ટાપુઓમાં નવી પક્ષી પ્રજાતિની સ્થાપના અહેવાલ આપવામાં આવી છે. +યુનાઇટેડ સ્ટેટ્સમાં પ્રિન્સટોન યુનિવર્સિટીના અને સ્વેડનમાં ઉપ્પસાલા યુનિવર્સિટીએ બે જેનરેશન દરમિયાન નવા પ્રજાતિઓની જાહેરાત કરી હતી, જોકે આ પ્રક્રિયાને ઘણા લાંબા સમય લાગવામાં આવી રીતે માનવામાં આવ્યું હતું, +ગોલ્ડને બધા પ્રકારના રૂપમાં કામ કરવામાં આવે છે. તેને નાના રૂપમાં રોલ કરવામાં આવે છે. +તે થોડી વાયરમાંથી પહોંચવામાં આવે છે, જેને ટ્વિસ્ટ કરવામાં આવે છે અને પ્લેટ કરવામાં આવે છે. તેને હેમર કરવામાં આવે છે અથવા શીટ્સમાં રોલ કરવામાં આવે છે. +તે ખરેખર પાતળી બની શકે છે અને અન્ય દહતુઓ પર લગાવી શકે છે. તે ખરેખર પાતળી બની શકે છે જેથી કેટલીક વાર "ઇલ્યુમિનેટેડ મેન્યુસ્ક્રિપ્ટ્સ" નાં પુસ્તકોમાં હેંડ-પેઇન્ટેડ ચિત્રોને ડેકોરેટ કરવા માટે ઉપયોગ કરવામા�� +આ એક કેમિકલ્સની એચ કહેવામાં આવે છે. તમે રેડ કેબેજ જૂસનો ઉપયોગ કરીને ઇંડિકેટર બનાવી શકો છો. +કેબેજની જૂસની રંગની બદલાવ કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમકે કેમક +પીએચ સ્તરે પરીક્ષિત કેમિકલમાં હાઇડ્રોજન (પીએચના એચ) ઇયોનની સંખ્યાની સંખ્યાની જાણકારી કરવામાં આવે છે. +હાઇડ્રોજન આઇઓન પ્રોટોન છે જેમાં તેમના ઇલેક્ટ્રોનને તેમની પાસેથી કાઢવામાં આવ્યો છે (કારણ કે હાઇડ્રોજન પરમાણુઓ એક પ્રોટોન અને એક ઇલેક્ટ્રોનનો સંગ્રહ છે). +બે ડ્રાય પાવડર્સને એકત્ર કરી અને ત્યારપછી, સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી સૌથી �� +તમારા હાથોમાં સ્વીકાર્યતાને બહારના લેયર્સ સાથે પ્રતિક્રિયા કરશે, જેને મજાક લાગશે અને એક પ્રકારની શેલ બનશે. +હારપ્પા અને મોહેન્જો-ડારોના શહેરોમાં તમામ ઘરોમાં સોફિસ્ટિકેટ સેવેજ સિસ્ટમ સાથે ફ્લશ ટોઇલેટ હતી. +ગ્રીસના ક્રેટ અને સાન્ટોરિનીના મિનોઆન શહેરોમાં સેવેજ સિસ્ટમ્સના રસ્તાઓ મળી છે. +પ્રાચીન સંસ્કૃતિમાં પણ પ્રાચીન, પર્સિયા અને ચીનમાં પણ સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક સંસ્કૃતિક �������������� +જ્યારે તમે એક વ્યક્તિને કોલી જે હજારો માઇલ દૂર છે, ત્યારે તમે એક સેટેલાઇટ ઉપયોગ કરી રહ્યા છો. +સ્પેસમાં સેટેલાઇટ પહેલા કોલ મેળવે છે અને ત્યારબાદ તેને નીચે ફેરફ્લેક્ટ કરે છે. +રોકેટ દ્વારા સેટેલાઇટ કોસમાં આવ્યું હતું. વૈજ્ઞાનિકો કોસમાં ટેલીસ્કોપ્સનો ઉપયોગ કરે છે કારણ કે પૃથ્વીના વાયુમાં અમારા પ્રકાશ અને દેખવાનું કેટલીક અસ્વીકાર્ય થાય છે. +સ્પેસમાં એક સેટેલિટ અથવા ટેલેસ્કોપને સ્થાપિત કરવા માટે એક જાયન્ટ રોકેટને 100 ફૂટ વધારી કરવું પડે છે. +વ્હીલે આશ્ચર્ય રીતે વિશ્વને બદલવામાં આવ્યો છે. વ્હીલે અમારા માટે સૌથી મોટી ક્રિયા કરી છે કે તેણે અમને ઘણી સરળ અને તાજેતર માહિતી આપી છે. +તેણે અમને ટ્રેન, કાર અને ઘણા અન્ય પ્રવાહી દ્વારાઓ લાવી છે. +તેમાં વધુ મધ્યમ સિઝ કેટ્સ છે જે મધ્યમ સિઝની શિક્ષા કરે છે જે રેબિટ્સથી અન્ટેલોપ્સ અને ડીર સુધી મધ્યમ સિઝની શિક્ષા કરે છે. +અંતે, ઘણી નાની ચિંતાઓ છે (જેમાં લોસ પેટ ચિંતાઓ પણ સમાવેશ છે) જે સૌથી વધુ નાની શૈક્ષણીઓ જેમકે ઇન્સેક્ટ્સ, રોડેન્ટ્સ, લિઝાર્ડ્સ અને પક્ષીઓ જેવી નાની શૈક્ષણીઓ ખાતી છે. +તેમની સફળતાની રાહત નાઇચ કોન્સેપ્ટ છે, એક વ્યક્તિગત રોજગારી છે જે તેને અન્યો સાથે સ્પર્ધા કરવાની રાહત રાખે છે. +લાઇઓન સૌથી સામાજિક ચિંતાઓ છે, જેઓ મોટા જૂથોમાં પ્રાઇડ્સ કહેવામાં આવે છે. +પ્રાઇડ એક અથવા ત્રણ સંબંધિત વ્યસ્ત પુરુષો સાથે ત્રણ્ય દસ વર્ષીય સ્ત્રીઓ અને કબ્બો સાથે બનાવવામાં આવે છે. +સ્ત્રીઓ અને પુત્રીઓની મોટી પરિવાર છે, તેથી સ્ત્રીઓ અને પુત્રીઓ એકત્ર સાથે સંબંધિત છે. +શેરકાળો જેવા પેક વોલ્ફ્સ અથવા કુટ્રાઓ જેવા લાઇઓન પ્રાઇડ્સ કરે છે, જેમાં લાઇઓન જેવા પ્રાણીઓ (પરંતુ અન્ય મોટા કેટ્સ નહીં) વ્યવહારમાં અસ્વીકાર્ય રીતે જોવા મળે છે અને તેમના શિકારો પર ખતરનાક હોય છે. +એક સારી રૂંડ એથ્લેટ, ટાઇગર સારી રૂંડ એથ્લેટ હોઈ શકે છે (જો કે સારી રૂંડ નહીં), સ્વિમ કરી શકે છે, મોટી ડિસ્ટેન્સથી લીપ શકે છે અને પાંચ વખતે મોટા માણસની શક્તિ સાથે પુલ કરી શકે છે. +ચિંતા શરીરિક્ષણમાં લીઓન, લેઓપાર્ડ અને જેગુઆર્સ સાથે એક સમૂહમાં છે (જન્યુસ પેન્થેરા). આ ચાર ચિંતાઓ એકમાત્ર છે જે રોર કરી શકે છે. +ટાઇગરની ગોળી શરીર લોનની શરીર ગોળી જેવી નથી, પરંતુ વધુ સ્નાર્લી શબ્દોની શરીર ગોળી જેવી છે. +ઓસેલોટ્સ નાના પ્રાણીઓ ખાવવા માંગે છે. જો તેઓ શકે છે તો તેઓ મંગળીઓ, સન્સો, રોડેન્ટ્સ અને પક્ષીઓને પકડી શકે છે. ઓસેલોટ્સની શિક્ષા છે કે જે પ્રાણીઓ તેઓ શિક્ષિત કરે છે તેઓ તેમની પાસેથી નાના હોય છે. +વૈજ્ઞાનિકોને લાગે છે કે ઓસેલોટ્સ પ્રેયની શોધ કરે છે અને જમીનમાં જે જગ્યાએ છે તેની જાણકારી કરે છે. +તેઓ રાત્રી દ્ર્શ્ય સાથે અંદર જોવા મળી શકે છે અને તેઓ પણ ખૂબ જ ગંભીર રીતે ચલાવી શકે છે. ઓસેલોટ્સ તેમના શિકારોને તેમના સ્રીસ્થ સાથે બેંડ કરીને શિકારોને પૂંછવી લે છે. +જ્યારે એક નાના વ્યક્તિગત વ્યક્તિઓ (એક નાના પોપ્લેશન) મુખ્ય પોપ્લેશનથી અલગ થઈ જાય છે ત્યારે તેઓ મુખ્ય પોપ્લેશનથી આવ્યા છે (જેમ કે જ્યારે તેઓ પર્વત્ય પર્વત્ય કરે છે અથવા જ્યારે તેઓ નવી દ્વીપમાં જતા છે જેથી તે +આ નવી પરિસ્થિતિમાં વિવિધ સ્રોતો અને વિવિધ સ્પર્ધકો છે, તેથી નવા લોકોને પહેલાથી જરૂરિયાત હોવાની જરૂરિયાત સાથે વિવિધ સ્વીકાર્યો અથવા સ્વીકાર્યોની જરૂરિયાત કરવી જરૂરી હશે. +મૂળભૂત વસ્તીને કોઈપણ પરિવર્તન થઈ નથી, તેઓ હજી પહેલાંથી જરૂરિયાત કરવાની જરૂરિયાત જરૂરી છે. +સમયથી, જ્યારે નવી વસ્તી તેમની નવી સ્થિતિમાં સુધારવાની શરૂ કરે છે, ત્યારે તેઓ અન્ય વસ્તીની રૂપમાં લગભગ અને અન્ય વસ્તીની રૂપમાં લગભગ જોવાની શરૂ કરે છે. +અંતે, હજારો અથવા મિલિયન વર્ષો પછી, બે વસ્તીઓ એકદમ અલગ જેવી જોવામાં આવશે કે તેમને એક પ્રજાતિ કહેવામાં આવશે નહીં. +આ પ્રક્રિયાને આપણે સ્પેશિયેશન કહેવામાં આવે છીએ, જેની માત્ર અર્થ નવા પ્રજાતિઓની બનાવતી છે. સ્પેશિયેશન એક અવેરણી પરિણામ છે અને એવોલ્યૂશનની એક ખૂબ મહત્વપૂર્ણ ભાગ છે. +પ્લાંટો ઓક્સિજન બનાવે છે જેને માણસો શ્વાસ કરે છે અને તેઓ માણસોની શ્વાસ કરેલી કેર્બોન-ડાયોક્સાઇડ સ્વીકારી કરે છે. +ફોટોસિન્થિસિસ દ્વારા પ્લાંટો તેમની ખેડૂતી સૂર્યને સૂર્યમાંથી બનાવે છે. તેઓ પણ શેડ પ્રદાન કરે છે. +અમે પ્લાંટોથી ઘરો બનાવીએ છીએ અને પ્લાંટોથી કપડો બનાવીએ છીએ. આપણે જે મોટાભાગના ખોરાકો ખાઈએ છીએ તે પ્લાંટો છે. પ્લાંટો નહીં તો પ્રાણીઓ જીવિત રહી શકે નહીં. +મોસાસોરસ તેના સમયના મૂળભૂત પ્રેડેટર હતો, તેથી તેને અન્ય મોસાસોર્સ કે અન્ય વસ્તુઓ સુધી કોઈપણ ભય નહીં હતું. +તેના લાંબા ખૂણાઓમાં 70 થી વધુ રેઝર-શાર્પ દાંતાઓ સાથે તેના માથાની રૂફમાં એક વધુ સેટ હતી, જેની અર્થ છે કે તેના માર્ગમાં આવેલા કોઈપણ વસ્તુને બહાર નહીં જતી હતી. +અમે ખરેખર જાણીએ નહીં, પરંતુ તેને ફોર્કેડ ટૂંગ હતું શકે છે. તેની રોજગારીમાં ટર્ટ્લ્સ, મોટા મચ્છરો, અન્ય મોસાસુરો અને તે એક કેનીબલ હતું શકે છે. +તેણે પાણીમાં પ્રવેશેલા કોઈપણ વસ્તુને હુમલી કરી હતી; એક મોટી ડાયનોસોર ટી. રેક્સ તેની સાથે કોઈ મેચ નહીં હતી. +જ્યારે તેમના મોટાભાગના ખાનાકારો અમારી તરફથી જ આવ્યો છે, રોમાનોમાં વાઇલ્ડ બોર, પીકોક, સ્નેલ્સ અને એક રોડેન્ટને ડોર્માઉસ કહેવામાં આવેલ અસામાન્ય અથવા અસામાન્ય ફીસ્ટ વિકલ્પોમાં તેમની ભાગિકા હતી. +અન્ય વિભાજન હતું કે જ્યારે ગરીબ લોકો અને સ્ત્રીઓ તેમની ખેડૂતી ખાતા ચેરોમાં બેઠવી રહ્યા હતા ત્યારે સંપૂર્ણ લોકોને બેન્કેટ કરવા માંગી હતી જ્યાં તેઓ તેમની ખેડૂતી ખાતા તેમની બાજુઓ ખાતી રહ્યા હતા. +પ્રાચીન રોમનના મહત્વપૂર્ણ ભોજનોમાં અમેરિકા અથવા આશિયાથી યુરોપમાં આવેલા ભોજનો સમાવેશ થઈ શકતા નહીં. +જો કે, તેમને કોર્ન, ટોમેટો, પોટેટો, કોકો અને કોઈ પ્રાચીન રોમન ક્યારેય ટર્કી પણ જોવા મળી ન હતી. +બાબલોનિયનોએ તેમના દેવોને પ્રાથમિક મંદિર બાંધવામાં આવ્યો હતો જેને દેવની ઘર તરીકે લેવામાં આવ્યો હતો. +લોકોએ દેવોને પ્રાપ્ત કરશે અને પ્રાહરીઓએ તેમની જરૂરિયાતોને આરાતીઓ અને ઉજવણીઓ દ્વારા પ્રસ્તુત કરવાનો પ્રયાસ કરશે. +તમામ મંદિરોમાં ઓપન ટેમ્પલ કોર્ટયાર્ડ અને પછી આંતરિક મંદિર હતી જેમાં માત્ર પ્રાહરીઓની મુલાકાત હતી. +કેટલીક વખતે વિશેષ પિરામિડ શાબ્દિત ટોવરો, જેમને ઝિગુરેટ કહેવામાં આવે છે, મંદિરોમાં એક ભાગ તરીકે બનાવવા માટે બાંધવામાં આવ્યા હતા. +ટોવરની શિર્ષકની ઉપર એક વિશેષ સંસ્થાન હતી. +મધ્યપૂર્વીય ઉષ્ણકટિબંધમાં ઘર એકદમ મહત્વપૂર્ણ ન હતો. +હેબ્રૂ પરિવારની મોટાભાગના જીવન ઓપન એરમાં થયું હતું. +મહિલાએ બાજુની કચરી કરી હતી; દુકાનમાં જોવા માટે સ્ટોર્સ ફક્ત ઓપન કાઉન્ટર રહ્યા હતા. પથ્થર ઘરની બાંધક કરવા માટે ઉપયોગ કરવામાં આવ્યો હતો. +કનાનના દેશમાં મોટા જંજરો નહીં હતા, તેથી લક્ષણ ખૂબ ખરેખરી હતી. +ગ્રીનલેન્ડની વિસ્તારીયતા થોડી હતી. નોર્સ સાગરોમાં તેમને કહેવામાં આવે છે કે ઈસ્લેન્ડમાંથી મૃત્યુના કારણે એરિક રેડને નિર્વાસિત કરવામાં આવ્યો હતો અને જયારે વધુ પશ્ચિમમાં પ્રવાસ કરવામાં આવ્યો ત્યારે ગ્રીનલે +પરંતુ તેના શોધની સાથે એસ્કિમો પ્રજાતિઓ ત્યાં પહેલાં જીવતી રહ્યા હતા. +જોકે દરેક દેશ ‘સ્કેન્ડિવિયન’ હતી, પણ ડેનમાર્ક, સ્વેડન, નોર્વેય અને આઇસલેન્ડના લોકો, રાજાઓ, સંદર્ભો અને ઇતિહાસમાં ઘણા વિવિધતાઓ હતી. +જો તમે નેશનલ ટ્રેસરની ફિલ્મ જોવામાં આવ્યું છો, તો તમે સ્વતંત્રતાની નિર્ણયની પાછળની સ્વરૂપે ટ્રેસર મેપ લખવામાં આવી હતી. +જો કે, તે સત્ય નથી. દસ્તાવેજની પાછળની બાજુ પર કેટલાક લખન છે, પરંતુ તે સંપત્તિની નકશી નથી. +સ્વતંત્રતાની જાહેરાત પર લખવામાં આવેલ શબ્દ "મૂળભૂત સ્વતંત્રતાની જાહેરાત 4 જુલાઈ 1776 ના રોજ લખવામાં આવી છે". દસ્તાવેજીની અભિગમ સાથે આ શબ્દો ડૉક્યૂમેન્ટની પાછળની ભાગમાં લખવામાં આવેલ છે. +જ્યારે કોઈપણ જાણી શકે નહીં કે કેટલાક લેખકે તે લખ્યું હતું, તેના જીવની શરૂઆતમાં મોટી પેર્ચમેન્ટ ડોક્યુમેન્ટ (તે 29¾ ઈંચ અને 24½ ઈંચ સાથે માપ્યો છે) સંગ્રહિત કરવા માટે રોલ કરવામાં આવ્યું હતું. +તેથી, આ નોટેશન એક લેબલ તરીકે વિસ્તારિત કરવામાં આવી હતી. +ડી-ડે લેન્ડિંગ્સ અને પછીના યુદ્ધોમાં ફ્રાંસના ઉત્તરે સ્વતંત્રતા મળી હતી, પરંતુ દક્ષિણ હજી સ્વતંત્ર નથી. +તે ફ્રેન્ચ “વિચી” દ્વારા ચલાવવામાં આવ્યો હતો. આ ફ્રેન્ચ લોકો હતા જેમને 1940માં જર્મનો સાથે શાંતિ કરવામાં આવ્યો હતો અને તેમની સાથે યુદ્ધ કરવામાં આવ્યો હતો. +15 અગુસ્ત 1940ના રોજ, સાથીઓએ દક્ષિણ ફ્રાંસ પર આક્રમણ કરી, આ આક્રમણને "ઓપરેશન ડ્રેગૂન" કહેવામાં આવ્યું હતું. +માત્ર બે અઠવાડિયામાં અમેરિકન અને ફ્રી ફ્રેન્ચ સૈનિકોએ દક્ષિણ ફ્રાન્સને સ્વતંત્રતા મેળવી અને જર્મનીની તરફથી દોડી રહ્યા હતા. +એક સંસ્કૃતિ એ એક વિશેષ સંસ્કૃતિ છે જે એક મહત્વપૂર્ણ મોટી સમુહ લોકો દ્વારા જીવિત અને સહકારી રીતે કામ કરે છે, એક સંસ્કૃતિ. +સિવિલિઝેશન લેટિન સિવિલિસ અને લેટિન સિવિસ અને સિવિટાસની અર્થ શહેર અથવા શહેર-રાજ્યની અર્થ છે અને તે સંસ્કૃતિની વિગતવારને કેટલીક રીતે નિર્ધારિત કરે છે. +શહેર-રાજ્યો રાષ્ટ્રોની શીર્ષકો છે. સિવિલિઝેશન સંસ્કૃતિની અર્થ ઘણા જનમાં જ્ઞાનનું પસાર કરવું, એક લિંગિંગ સાંસ્કૃતિક પદ્ધતિ અને સામાન્ય રીતે જાણકારી પ્રસારિત કરવું. +નાના સંસ્કૃતિઓ ઘણી વાર સંબંધિત ઇતિહાસિક પ્રમાણિકતાને છોડી દીધો અને સારી સંસ્કૃતિઓ તરીકે સ્થાપિત થઈ શકે નહીં. +આંતરરાષ્ટ્રીય યુદ્ધ દરમિયાન ત્રણાચાર રાજ્યોએ પ્રથમ કેન્દ્રીય સરકારને સ્થાપિત કર્યો હતો—કેંગ્રેસ તેની એકમાત્ર ભાગીદાર હતી—અને કોન્ફેડરેશનના આર્ટિકલ્સ પર સ્થાપિત કરવામાં આવ્યો હતો. +કોંગ્રેસને ટેક્સ લાગવાની કોઈ શક્તિ નહીં હતી, અને, કારણ કે રાષ્ટ્રીય એક્ઝિક્યુટિવ અથવા ન્યાયતંત્ર નહીં હતી, તે રાષ્ટ્રીય અધિકારીઓ પર વિશ્વાસ રાખી હતી, જે ઘણી વાર સહકારી નહીં હતી. +તેમાં રાજ્યો વચ્ચે ટેક્સ કાયદો અને ટેરિફ્સને વિરુદ્ધ કરવાની કોઈ અધિકારી નહીં હતી. +આર્ટિકલ્સને પહેલાં બદલાવવા માટે બધા રાજ્યોમાંથી સંમત સ્વીકાર્યતા જરૂરી હતી અને રાજ્યોએ કેન્દ્રીય સરકારને તેમના પ્રતિનિધિઓ ઘણી વખતે બહાર હતા. +ઇટાલીના રાષ્ટ્રીય ફૂટબોલ સાથે જર્મની રાષ્ટ્રીય ફૂટબોલ ટીમ વિશ્વની બીજી સફળ ટીમ છે અને તે 2006માં ફિફા વર્લ્ડ કપના ચેમ્પિયન હતા. +લોકપ્રિય રમતોમાં ફૂટબોલ, બાસ્કેટબોલ, વોલીબોલ, વોડર-પોલો, ફેન્સિંગ, રેગબી, સાયકલિંગ, આઇસ હોકી, રોલર હોકી અને F1 મોટર રેસિંગ સહિતની છે. +ઉત્તરીય વિસ્તારોમાં શિયાળા રમતો સૌથી વધુ લોકપ્રિય છે, જેમાં ઇટાલિયનો આંતરરાષ્ટ્રીય રમતો અને ઓલિમ્પિક ઇવેન્ટ્સમાં સ્પર્ધા કરે છે. +જાપાને લગભગ 7,000 ટાપુઓ છે (સૌથી મોટા હોન્સ્હુ છે), જેમણે જાપાનને વિશ્વની સૌથી સૌથી મોટી ટાપુ બનાવી છે! +જપાનના ટાપુઓના ક્લસ્ટર/ગ્રૂપ કારણે, જપાનને ભૂમિકીય સ્થિતિ પર એક "આર્ચિપેલાગો" તરીકે ઓળખવામાં આવે છે. +ટાઇવાનની શરૂઆત 15મી સદીમાં શરૂ થઈ ગયું છે જ્યાં યુરોપિયન નાવિકોએ ટાપુની નામ ઇલ્હા ફોર્મોસા અથવા સુંદર ટાપુની રેકોર્ડ કરી હતી. +1624માં ડૂચ ઇસ્ટ ઇન્ડિયા કંપનીએ દક્ષિણ-પશ્ચિમી ટાઇવાનમાં એક બેસ સ્થાપિત કરી હતી, જેમાં સ્થાનાંતરિક દળ ઉત્પેદન પ્રક્રિયાઓમાં પ્રવૃત્તિ શરૂ કરી હતી અને ચીની શ્રમ અને રાજી પ્લાન્ટેશનમાં કામ કરવા માટે ચીની �������������� +1683 માં, કિંગ રાજવંશ (1644-1912)ના સૈન્યોએ ટાઇવાનના પશ્ચિમી અને ઉત્તરી કિનારાઓની નિયંત્રણ કરી અને 1885માં ટાઇવાનને કિંગ સામ્રાજ્યની પ્રાંતની તરીકે જાહેર કરી. +1895 માં, પ્રથમ સિનો-જાપાનીય યુદ્ધ (1894-1895)માં પ્રપત્તા પછી, કિંગ સરકારે શિમોનોસેકીના સંઘર્ષને સંપૂર્ણ કરે છે, જેમાં તાઇવાનને જાપાનને સોવરેનિટીને આપી છે, જે 1945 સુધી તાઇવાની રાજી કરે છે. +માચુ પિચુ ત્રણ મુખ્ય સ્ટ્રુક્ચરોની સંગ્રહ છે, જેમાં ઇંતિહુઆતના, સૂર્યના મંદિર અને ત્રણ ચિંતાઓના કોમ્પનો સ્થાન છે. +ક્લિક્સના બરફના મોટાભાગના બિલ્ડિંગોને ફરીથી બાંધવામાં આવ્યા છે કારણ કે તેઓની મૂળભૂત રીતે જે રીતે જોવામાં આવી હતી તેને પ્રવાસીઓને સારી વિચાર આપવા માટે કરવામાં આવી છે. +1976 સુધી, મેચુ પિચ્ચુના ત્રણ ટકા પુનર્જીવિત કરવામાં આવ્યો છે અને પુનર્જીવિત કરવા આજે પણ ચાલી રહી છે. +ઉલ્લેખનીય રીતે, વિશ્વની સૌથી સામાન્ય સ્ટિલ ઇમેજ ફોટોગ્રાફી ફોર્મેટ 35મીમી છે, જે એનાલોજિક ફિલ્મના અંતમાં મુખ્ય ફિલ્મ સાઇઝ હતી. +તે આજે પણ ઉત્પાદિત છે, પરંતુ વધુ મહત્વપૂર્વક રીતે તેની અસ્પેક્ટ રેશિયો ડિજિટલ કેમેરા ઇમેજ સેન્સર ફોર્મેટ્સમાં પુરાવવામાં આવી છે. +35 મીમી ફોર્મેટ વાસ્તવિક રીતે, કેટલીક મુશ્કેલ રીતે, 24 મીમી વિસ્તારમાં 36 મીમી વિસ્તારમાં છે. +આ ફોર્મેટની અસ્પેક્ટ રેશિયો (ડિવાઇડિંગ દ્વારા સરળ સંપૂર્ણ સંખ્યાની રેશિયો મેળવવા માટે) તેથી 3:2 કહેવામાં આવે છે. +અનેક સામાન્ય ફોર્મેટ્સ (એપીએસ પરિવારની ફોર્મેટ્સ, ઉલ્લેખનીય છે) આ પ્રકારની રેટિયો સાથે સંબંધિત અથવા સંબંધિત છે. +ત્રીજાઓની ઘણી વિરુદ્ધ અને ઘણી વિચિત્ર નીતિ એક સારી નિર્ધારણ છે જે એક રૂપમાં અર્થતંત્રને સ્થાયી રાખીને દિનામિકતાને બનાવે છે. +તે જણાવે છે કે મુખ્ય સંબંધિત વિષયની સૌથી સારી જગ્યા ત્રીજા અને હોરિઝોન્ટલી રીતે ચિત્રને ત્રીજાઓમાં વિભાજિત અને હોરિઝોન્ટલી રીતે વિભાજિત કરવામાં આવેલ લાઇન્સના ક્રમમાં છે. +યુરોપિયન ઇતિહાસમાં આ સમયે કેથોલિક ચર્ચ, જે પ્રોસ્પરતા અને શક્તિશાળી બની ગયું હતું, તેને તપાસમાં આવ્યું હતું. +એક હજાર વર્ષો સુધી ક્રિસ્ટિયન ધર્મને ભાષા અને પ્રવૃત્તિઓમાં વિવિધતાને યુરોપિયન રાજ્યોને એક સાથે જોડવામાં આવ્યો હતો. +તેની સર્વોચ્ચ શક્તિ રાજાથી સામાન્ય સાથે બધાને પ્રભાવિત કરી હતી. +મુખ્ય ક્રિસ્તીય ધર્મોમાંથી એક છે કે સંપત્તિ અને ગરીબીને અનુકૂળ કરવા માટે સંપત્તિ અને ગરીબીને અનુકૂળ કરવા માટે સંપત્તિ અને ગરીબીને અનુકૂળ કરવા માટે સંપત્તિ અને ગરીબીને અનુકૂળ કરવા માટે સંપત્તિ અને ગર +ચર્ચના કેન્દ્રીય સત્તા એક હજાર વર્ષોથી રોમમાં હતી અને શક્તિ અને પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ પણ +યુદ્ધના આરંભમાં બ્રિટને જર્મનીની સમુદ્ર બ્લોકડે શરૂ કરવામાં આવી હતી. +સ્થિતિની પ્રમાણિકતા પ્રમાણી ગયું છે, જેમાં મુખ્ય રાષ્ટ્રીય અને સંસ્કૃતિક સુવિધાઓની સુવિધાઓને બંધ કરવામાં આવી છે, જોકે આ બ્લોકડે બે સદીના અન્ય સંસ્કૃતિક સુવિધાઓ દ્વારા કોડિફાઇડ કરવામાં આવેલ સાંસ્કૃતિક કા���� +બ્રિટન સમુદ્રના સંપૂર્ણ ભાગોમાં કોઈપણ જહાજોને રોકાણ કરવા માટે આંતરરાષ્ટ્રીય સમુદ્રની ખાડીની કરવામાં આવી હતી, જેમાં સ્વીકાર્ય જહાજો પણ જોખમ પહોંચી શકે છે. +આ ટેક્ટિકને સ્થિત પ્રતિક્રિયા મેળવી ગયું ત્યારે જર્મનીએ સ્થિત પ્રતિક્રિયાની સમાન પ્રતિક્રિયા માટે સમાન પ્રતિક્રિયા મેળવવાની આશા રાખી હતી. +1920ના દાયકામાં, મોટાભાગના નાગરિકો અને રાષ્ટ્રોની પ્રવૃત્તિઓ પેસિફિસ્મ અને અલોકિતવાની હતી. +વર્લ્ડ વર એક દરમિયાન યુદ્ધના ભયાનક અને આતંકીય વિષયોને જોવા પછી રાષ્ટ્રોને આવતીકાલીમાં આવી સ્થિતિને ફરી દૂર કરવા માંગી હતી. +1884માં, ટેસ્લાએ યુનાઇટેડ સિટીમાં ઇડિસન કંપની સાથે નોકરીને સ્વીકારી કરવા માટે યુનાઇટેડ સ્ટેટ્સ ઓફ અમેરિકામાં આવ્યો હતો. +તે 4 સેંટો સાથે યુએસમાં આવ્યો, એક કવિતાની પુસ્તક અને તોમસ ઇડિસનને ચાર્લ્સ બેચેલોર (તેમના પાછળના જોબમાં તેમના મેનેજર) દ્વારા તેમને પ્રસ્તાવિત કરવાની પત્ર આપવામાં આવી હતી. +પ્રાચીન ચીનની વિવિધ સમયોની દેખાવવાની એક અલગ રીત હતી; ચીનની દરેક સ્ટેજ અથવા દરેક પરિવાર જે સત્તામાં હતી તે એક વ્યક્તિગત રાજવંશ હતી. +તેમાં પણ દરેક રાજવાહીની વિભાજિત સમય હતી. તેમાંની સૌથી ખૂબ જાણીતી સમય હન અને જિન રાજવાહીની વચ્ચે 60 વર્ષથી લાગતી ત્રણ રાજયોની સમય હતી. +આ સમયોમાં મોટાભાગના રાજાઓ માટે લડતા ઘણા નાયકોના વિરુદ્ધ યુદ્ધ થયું હતું. +ત્રી રાજ્યો એક પ્રાચીન ચીનની ઇતિહાસમાં લાખો લોકોની મૃત્યુ થઈ ગયું હતું, જેમને સ્થાન કરવા માટે ખૂબ ઉચ્ચ સેટની ગ્રેન્ડ પેલેસમાં લડતા મૃત્યુ પામી હતી. +મેટ્રિક સિસ્ટમનો ઉપયોગ, સંપૂર્ણતાથી રિપબ્લિકનિસમથી, રાષ્ટ્રીયતા અને માનવ્યો છે કે દેશ લોકોની હોય છે નહીં એક એકમાત્ર રાષ્ટ્રપતિની. +રિવોલ્યૂશન પછી સંસ્કૃતિઓ બધા પુરુષ ઉમેદવારો માટે ખુલી રહી હતી જેમાં સૌથી મોટી અભિગમ અને સફળ વ્યક્તિઓને સફળ થવાની મંજૂરી આપવામાં આવી હતી. +આ મિલિટરીને પણ આવે છે કારણ કે આર્મીના રેન્કિંગ શ્રેષ્ઠ વર્ગ પર બનવામાં આવ્યા હતા પરંતુ હવે તેઓ કાઇલાબર પર બનવામાં આવ્યા છે. +ફ્રેન્ચ ક્રાંતિએ અન્ય દેશોના અન્ય પ્રતિબદ્ધ કામ કરનારાઓને તેમની પોતાની ક્રાંતિ શરૂ કરવાનો પ્રેરિત કર્યો છે. +મુહમ્મદ આ સામાન્ય જીવનની અંતરીય વિષયોમાં ખૂબ જ આંતરરાષ્ટ્રીય રહ્યો હતો. તેણે “નૂર” (પ્રકાશ) ના પર્વતુમાં “હિરા” તરીકે અનુભવ કરવા માટે એક ગુફાની મુલાકાત કરી હતી. +તે જ્યાં સમયોને જીવ્યું છે, તે મુહમ્મદની આત્મવિશ્વાસીય પ્રેરણાઓની એક ખૂબ જીવંત ચિત્રો આપે છે. +મેક્કાનાં ઉત્તરી પરમાં એક પર્વત પર સ્વીકારી રહેલા છે, જેને વિશ્વની અન્ય ભાગોથી સંપૂર્ણપણે અલગ કરવામાં આવે છે. +વાસ્તવિક રીતે, જો કોઈ જાણી છે કે તે છે તો પણ તેને શોધી શકાય નહીં. એક ગુફાની અંદર પહોંચી ત્યારે તે સંપૂર્ણપણે અલગ છે. +ક્લીઅર, સુંદર સમુદ્ર અંદર અને ઘણા અંદર પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત ������������� +ગિઝાના મોટા પિરામિડ એકમાત્ર સાતમાં સાતમાં રહેલા સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમાં સાતમા� +ત્રીજી સદીના ઇજિપ્તિયોએ બાંધવામાં આવેલી મોટી પિરામિડ એક મોટી પિરામિડ સ્ટ્રુક્ચરોમાંની એક છે, જેમાં મૃત્યુ થયેલા ફેરોહને પ્રસિદ્ધ કરવા માટે બાંધવામાં આવેલી છે. +ગિઝા પ્લેટૌ અથવા "ગિઝા નેક્રોપોલિસ" એગ્ય્પ્ટિયન ડેડ વેલીમાં ઘણા પિરામિડ્સ (જેમાં મોટા પિરામિડ સૌથી મોટા છે), ઘણા નાના કબરો, ઘણા મંદિરો અને મોટા સ્ફીન્ક્સ સહિત છે. +મોટા પિરામિડ ફેરોહ ખુફુને પ્રસિદ્ધ કરવા માટે બનાવવામાં આવ્યો હતો અને કેટલાક નાની પિરામિડો, કબરીઓ અને મંદિરો ખુફુના પત્નીઓ અને પરિવારોને પ્રસિદ્ધ કરવા માટે બનાવવામાં આવ્યો હતો. +ઉપ બો માર્ક એક વ જેવું લાગે છે અને ડાઉન બો માર્ક એક સ્ટેપલ અથવા એક સ્ક્વેર જેને તેની નીચે બાજુ છે જેવું લાગે છે. +ઉપ અર્થ છે કે તમે ટીપમાં શરૂ કરો અને બાઉને દબાવો, અને ડાઉન અર્થ છે કે તમે ફ્રોગમાં શરૂ કરો અને બાઉને દબાવો. +ઉપ-બો સામાન્ય રીતે સફ્ટ સાઉન્ડ ઉત્પન્ન કરે છે, જ્યાંકે ડાઉન-બો મોટા અને વધુ નિશ્ચિત છે. +તમારા પોતાના માર્કોમાં પેંસિલ કરવાની સ્વતંત્રતા અનુભવો, પરંતુ પ્રિન્ટેડ બાઉઇંગ માર્કો સંગીતિક કારણે છે, તેથી તેમને સામાન્ય રીતે પ્રસિદ્ધ કરવો જોઈએ. +ત્રાસદાયક રાજા લુઇસ એક્સ એક્સ અને ક્યુન મારી એન્ટોઇનેટ તેમના બે યુવા બાળકો (11 વર્ષીય મારી થેરેસ અને ચાર વર્ષીય લુઇસ-ચાર્લ્સ) અને રાજાની ભાઈ મેડમ એલિઝાબેથ 6 ઓક્ટોબર 1789 ના રોજ વેર્સેલ્સથી પેરિસમાં પાછળ કાઢવામાં આવ્ +એક કેરેજમાં તેઓ રાજા અને રાજેની વિરુદ્ધ જાતિવાદો કરતા લોકોની મોબમાં પેરિસમાં પ્રવાસ કર્યો હતો. +લોકોના મોબને રાજા અને રાણીને તેમના કાર્યકર્તાની કાર્યકર્તાની ચાલકીઓ ખુલ્લી રહેવાની જરૂર કરી હતી. +એક પોઇન્ટ પર મોબના એક સભ્યે વર્સેલ્સમાં રાજકીય ગાર્ડની મૃત્યુની શિક્ષણ ગયેલી રાજમાંત્રીની સામે મૃત્યુ કરવામાં આવી હતી. +ફિલિપિનો લોકોએ પોતાની જાહેર સાથે ફિલિપિનોની પ્રાસંગિકામાં અમેરિકાના સામ્રાજ્યવાદીની યુદ્ધની અર્થતંત્રની ખર્ચી કરવામાં આવી હતી. +તેઓને વોલ સ્ટ્રીટ બેંકિંગ ઘરો દ્વારા ફિલિપ્પિન સરકારનાં નામમાં ફ્લોટેડ બોન્ડ્સનાં ઇન્ટરસ્ટ સાથે મોટા ભાગનું ખર્ચ અને બોન્ડ્સનાં ઇન્ટરસ્ટ પ્રતિબંધિત કરવા માટે યુ.એસ. કોલોનિયલ રેજિમને ટેક્સ પેન્ડ કરવા���� +કેટલીક, ફિલિપિનો લોકોની વિલંબિત પ્રાપ્તિકારણથી આવેલા સુપરપ્રોફિટ્સ અમેરિકાના ઇમ્પેરિયલિસ્મની મૂળ ફાયદાઓની સ્થિતિ કરી શકે છે. +ટેમ્પલર્સને સમજવવા માટે ઓર્ડરની સ્થાપિત કરવાની પ્રેરિતાની સંબંધિત સ્થિતિને સંબંધિત કરવું જરૂરી છે. +જ્યાં ઘટનાઓ થઈ ગયા છે તેને સામાન્ય રીતે ઉચ્ચ મધ્યયુગમાં કહેવામાં આવે છે, યુરોપિયન ઇતિહાસની 11મી, 12મી અને 13મી સદીઓમાં (એડ 1000–1300). +ઉચ્ચ મધ્યયુગમાં પ્રારંભિક મધ્યયુગમાંથી અને અંતિમ મધ્યયુગમાંથી આગળ આવ્યો હતો, જેની સંઘર્ષના અંતમાં 1500 માં અંત થઈ જાય છે. +ટેકનોલોજિકલ ડેટર્મિનિસ્ટ એક શબ્દ છે જે પ્રક્રિયામાં વ્યાપક રેન્જ વ્યવસાયિક વિચારોને સમાવેશિત કરે છે, તેમની શ્રેષ્ઠ અર્થ છે કે ટેકનોલોજીની પ્રેરણા અથવા ટેકનોલોજીની પ્રેરણાથી તેમની સ્વીકાર્યતા માત્ર � +ટેક્નોલોજિકલ ડેટર્મિનિસ્ટના મોટાભાગના ટ્રાન્સ્લેશનો બે સામાન્ય વિચારો છે: કે ટેક્નોલોજીની વિકાસને સાંસ્કૃતિક અથવા રાજકીયિક પ્રભાવમાંથી મોટે રીતે આગળ આવે છે, અને કે ટેક્નોલોજીમાં સામાજિક સ્થિતિઓ પર ����������� +ઉલ્લેખનીય રીતે એક લોકોએ કહે શકે છે કે મોટર કાર રસ્તાઓની વિકાસની જાહેરાત કરે છે. +જો કે, એક રાષ્ટ્રીય રોડ નેટવર્ક માત્ર કેટલાક કારો માટે અર્થતંત્ર રીતે યોગ્ય નથી, તેથી કારની સંપત્તિની કિંમતને કમાણી કરવા માટે નવા પ્રોડક્ષણની રચનાઓ તૈયાર કરવામાં આવી છે. +મેસ કાર સંપત્તિ પણ રસ્તાઓ પર વધુ અકસ્માતોની વધારી કરે છે, જેથી નવા ટેક્નિકોની શ્રેષ્ઠ શ્રેષ્ઠ કરવા માટે સ્વાસ્થ્ય સેવામાં નવા ટેક્નિકોની શોધ કરવામાં આવે છે. +રોમાન્ટિકિસ્મને ગોટ્હે, ફિચ્ટે અને શ્લેગેલ જેવા લેખકોથી સાંસ્કૃતિક નિશ્ચિતતાની મોટી ભાગિકા હતી. +રોમાન્ટિકિસ્મની સંદર્ભમાં, જીઓગ્રાફીને વ્યક્તિઓને બનાવ્યો હતો, અને સમયથી તે જીઓગ્રાફીની સંસ્કૃતિ અને સંસ્કૃતિની સંબંધિત સંસ્કૃતિઓ જોવા મળી હતી, અને તે સામાજિક સ્થળની સંબંધિત સંસ્કૃતિઓ સાથે સારી �������� +પેરિસની આ રીતે જાહેર કરવામાં આવે છે કે તે સંસ્કૃતિક વિશ્વની ફેશન કેપિટલ છે, કોન્સ્ટાંતિનોપોલને ફેશન કેપિટલ યુરોપની રીતે જાહેર કરવામાં આવે છે. +લ્યુક્સરીના એપિસેન્ટર તરીકે તેની પ્રખ્યાત 400 એ.ડી.સુધી અને 1100 એ.ડી.સુધી ચાલી રહ્યું હતું. +તેની સ્થિતિ 12મી સદીમાં ઘટાડી ગયું છે કારણ કે ક્રુસેડર્સે સિલ્ક્સ અને મિર્ચની જેમને બાયઝાન્ટિન બજારોએ ઓફર કરી હતી તેનાથી વધુ મુલ્યાંકન કરવામાં આવ્યો હતો. +આ સમયે ફેશન કેપિટલનો ટાઇટલનો ટ્રાન્સફર પેરિસમાં કરવામાં આવ્યો હતો. +10મી - 11મી સદી અને 14મી સદી વચ્ચે ગોથિક સ્ટાઇલની સ્થિતિ થઈ ગઈ હતી. +શરૂઆતમાં બાય્ઝાન્ટિન સંસ્કૃતિની પ્રેરણાથી ડ્રેસની પ્રેરણા મોટી રીતે પ્રેરિત થઈ હતી. +જો કે, સ્લો કોમ્યુનિકેશન ચેનલો કારણે પશ્ચિમીમાં સ્ટાઇલ્સ 25 થી 30 વર્ષ પાછળ રહી શકે છે. +મધ્યયુગના અંતમાં પશ્ચિમી યુરોપે તેમની પોતાની સ્ટાઇલ વિકસિત કરવાનો શરૂ કર્યો હતો. ક્રુસેડોના પરિણામથી સમયના એક મોટા વિકાસોમાં લોકોએ કપડાઓનો ઉપયોગ કપડાઓનો ઉપયોગ કરવાનો શરૂ કર્યો હતો. +જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત કરવા માટે જીવંત �� +સ્વાસ્થ્ય ખેડૂત એક સરળ, ઘણીવાર ઑર્ગેનિક સિસ્ટમ છે જે ક્રોપ રોટેશન અથવા અન્ય સંબંધિત સરળ ટેક્નિકો સાથે એકોરિગિયન સાથે જોડવામાં આવેલા ભૂમિકાને ઉપયોગ કરે છે જેથી યીલ્ડ મેક્સિમિઝ કરવા માટે ઉપયોગ કરે છે. +ઐતિહાસિક રીતે મોટાભાગના ખેડૂતો જીવજીવની ખેડૂતિમાં સંબંધિત હતા અને આ હજી ઘણા વિકાસિત દેશોમાં આવી રીતે છે. +સબક્યુલ્ચર્સ એકસાથે એકસાથે જોડે છે જે સામાજિક સ્ટેન્ડર્ડ્સ દ્વારા નિરાશાજનક અનુભવે છે અને તેમને શ્રેષ્ઠતાની ભાવના વિકાસ કરવાની મંજૂરી આપે છે. +સબકુલ્ચર્સ વ્યક્તિઓના વયન, જાતિયતા, વર્ગ, સ્થાન, અને/અથવા પુરુષત્વ/સ્ત્રીના કારણે વિભિન્ન હોઈ શકે છે. +સબકુલ્ચરને વિભિન્ન તરીકે નિર્ધારિત કરવાની પરિસ્થિતિઓ ભાષાજનક, સૂંદર્ય, ધાર્મિક, રાજકીયિક, લેંગિક, જિઓગ્રાફિક અથવા કિંમત્રીઓની સંયોજન હોઈ શકે છે. +એક સબકુલ્ચરના સભ્યો ઘણી વાર તેમની સભ્યતાને સ્ટાઇલની અલગ અને સંકેતિક ઉપયોગ દ્વારા સંકેત કરે છે, જેમાં ફેશન્સ, મેનરિસ્મ્સ અને અર્ગોટ સહિત છે. +સોશિયલિઝેશનની મહત્વને વિશ્લેષિત કરવા માટે સૌથી સામાન્ય પદ્ધતિઓમાંની એક છે કે બાળકોના કેટલાક નિષ્ફળ કિસ્સાઓને ચિત્રિત કરવું, જેમણે તેઓ વિકાસમાં વધારી રહ્યા હતા ત્યાંથી તેમને પુનર્જીવિત લોકો દ્વારા ���������������� +આવા બાળકોને "જંગ્લી" અથવા "જંગ્લી" કહેવામાં આવે છે. કેટલાક જંગ્લી બાળકોને લોકો (સામાન્ય રીતે તેમના માતા-પિતા)દ્વારા બંધ કરવામાં આવે છે; કેટલાક કિસ્સાઓમાં આ બાળકને બંધ કરવામાં આવે છે કારણ કે માતા-પિતાને બાળકની ખૂબ ખરાબ રાજ +ફેરલ બાળકોને છોડવા અથવા દૂર જવા પહેલા ખરાબ બાળકોની તેજસ્વી અથવા ત્રાસ કરવાની અનુભવ કરી શકે છે. +અન્યો પ્રાણીઓ દ્વારા ઉત્પાદિત કરવામાં આવ્યા છે; કેટલાકોને વિલ્ડમાં તેમની પાસે રહ્યા કહેવામાં આવ્યો છે. +જ્યારે સંપૂર્ણપણે પ્રાણીય પ્રાણીઓ દ્વારા પ્રાપ્ત કરવામાં આવ્યો છે ત્યારે વિલંબિત બાળકે પ્રવૃત્તિઓ (શારીરિક સર્વેક્ષણમાં) લગભગ સંપૂર્ણપણે પ્રાણીય પ્રાણીઓની જેમની રીતો દેખે છે, જેમણે તેની માનસીકરણ અથવા મા� +જ્યારે પ્રોજેક્ટ બાજુ શીખવાને સરળ અને વધુ આશ્ચર્યજનક બનાવવું જોઈએ, સ્કેફોલ્ડિંગ એક પગલા વધુ છે. +સ્કેફોલ્ડિંગ શીખવાની માર્ગ નથી પરંતુ એક સમર્થક છે જે નવી શીખવાની અનુભવ કરનારા વ્યક્તિઓને સહાય આપે છે જે નવી કમ્પ્યૂટર પ્રોગ્રામ ઉપયોગ કરવા અથવા નવી પ્રોજેક્ટ શરૂ કરવાની નવી શીખવાની અનુભવ કરી રહ્યા છે. +સ્કેફોલ્ડ વિશિષ્ટ અને વાસ્તવિક હોય છે, અન્ય શબ્દોમાં, શિક્ષક સ્કેફોલ્ડની ફોર્મ છે પરંતુ માઇક્રોસોફ્ટ ઓફિસમાં લિટલ પેપરક્લિપ પુરુષ પણ સ્કેફોલ્ડ છે. +વર્ચ્યુઅલ સ્કેફોલ્ડ્સ સોફ્ટવેરમાં આંતરિકિત થાય છે અને પ્રશ્ન કરવા, પ્રોમ્પ્ટ કરવા અને પ્રક્રિયાઓની વિશ્લેષણ કરવાની માંગ છે જે વિદ્યાર્થીને એકલીને સંબંધિત કરવા માટે પ્રતિક્રિયાત્મક હોઈ શકે છે. +બાળકોને ફોસ્ટર કેર માં વ્યાપક વિવિધતાની કેટલાક કારણો માટે સ્થાન આપવામાં આવે છે જેમાં નિલેક્ટ સુધી અભિયોજન, અભિયોજન સુધી અભિયોજન અને અભિયોજન સુધી અભિયોજન સુધી અભિયોજન સુધી અભિયોજન સુધી અભિયોજન સુધી ������� +કોઈ બાળક ક્યારેય પણ એક પરિસ્થિતિમાં વિકસિત થવાની જરૂર પડે નહીં, પરંતુ તે કરે છે. +આ બાળકો માટે ફોસ્ટર કેર સિસ્ટમ એક સિફ્ટી ઝોન છે. +આપણી ફોસ્ટર કેર સિસ્ટમ સુરક્ષિત ઘરો, પ્રેમ કાર્યકર્તાઓ, સ્ટેબલ શિક્ષણ અને વિશ્વાસ્ય સ્વાસ્થ્ય પ્રદાન કરવાની જરૂર છે. +ફોસ્ટર કેર તેમના ઘરમાંથી પ્રારંભિક રીતે લેવામાં આવેલા બધા જરૂરિયાતોને આપવાની અપેક્ષા છે. +ઇન્ટરનેટમાં મેસ અને ઇન્ટરપેર્સનલ કોમ્યુનિકેશનની અંશો એકત્ર થાય છે. +ઇન્ટરનેટના વ્યક્તિગત પરિસ્થિતિઓ ઉપયોગો અને પ્રસિદ્ધ પ્રક્રિયાઓ માટેના વિગતોમાં વધારાયેલ દિમેન્શનો સમાવેશ કરે છે. +જેમ્સ અને અન્ય 1995માં ઇન્ટરનેટ ઉપયોગ માટે મહત્વપૂર્ણ પ્રેરણાઓમાં “શીક્ષણ” અને “સોશિયલિઝેશન” સૂચિત કરવામાં આવે છે. +એઇગ્હ્મે અને મેક્કોર્ડ (1998)એ જ્યારે તેઓ વેબસાઇટ્સ પર દર્શકોની પ્રતિક્રિયાઓની તપાસ કરી હતી ત્યારે “વ્યક્તિગત પ્રતિક્રિયા” અને “ચાલતા સંબંધો” ની નવી પ્રેરિતની ભાગીદારીઓ તરીકે ઓળખવામાં આવી હતી. +વિડીયો રેકોર્ડિંગની ઉપયોગથી માઇક્રો-એક્સ્પ્રેશનની તરીકે, ફેસિયલ ધ્રુતિઓની તરીકે મહત્વપૂર્ણ શોધો થઈ ગયા છે, જે કેટલાક મિલિસેક્સ સુધી છે. +ખાસ કરીને કહેવામાં આવે છે કે માત્ર એક વ્યક્તિની માઇક્રો-એક્સ્પ્રેશનો ટ્રાન્સ્લેશન કરીને જાણી શકે છે કે તે જણાવી રહ્યો છે કે નહીં. +ઓલિવર સેક્સે પ્રેસિડેન્ટની સ્પીચની તેમની પત્રિકામાં જણાવ્યું છે કે બ્રેઇનની નુકસાન કારણે સ્પીચને સંબંધિત કરી શકનારા લોકો સિન્સરિટીને સંબોધિત રીતે અનુમાન કરી શકે છે. +તેમની સૂચના છે કે લોકોની વ્યવહારને અર્થવ્યવહાર કરવાની આ ક્ષમતાઓ પ્રાણીઓ જેમાં ઘરેલુ કુટ્રાઓ છે તેમને શરીર કરવામાં આવે છે. +20મી સદીના અભ્યાસમાં જોવા મળી છે કે જેનેટિક વિવિધતામાં બે પૂલ છે: ગુપ્ત અને વ્યક્ત પૂલ. +મુટેશનથી નવા જેનેટિક વિવર્તનથી આવે છે અને પસંદગીથી તેને વ્યક્તિગત વિવર્તની પૂલમાંથી બહાર કાઢવામાં આવે છે. +સેગ્રેગેશન અને રિકોમ્બિનેશન બે પૂલ્સમાં પ્રત્યેક જેનરેશન દ્વારા વેરિયેશનને પાછળ અને પાછળ પહોંચાડે છે. +સેવાના બહારથી, માણસની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની �������������� +તેની કરવાની નિષ્ફળતાની ગંભીર પરિણામો છે: વિકાસની દ્વંદવાન, અને અંતમાં મૃત્યુ. +સૌથી સરળ સંપૂર્ણ પ્લાન્ટ સ્રોતો પાંચીના અને લેગ્યુમ્સમાં પ્રોટેઇન્સ હતા, પરંતુ તે રીતે બનવામાં આવે છે કે જ્યારે તે પ્રકાશિત થાય છે ત્યારે તે અમારા જેવા પ્રિમેટ્સ માટે મુશ્કેલ નથી. +વિપરીતમાં, પ્રાણીય ખોરાકો (એન્ટ્સ, ટર્મિટ્સ, એગ્સ) માત્ર સરળ રીતે પ્રકાશિત હોય છે, પરંતુ તેઓ ઉચ્ચ પ્રકાશિત પ્રોટીનો પ્રદાન કરે છે જેમાં બધા મહત્વપૂર્ણ એમિનો રસી સંકેત છે. +બધા વસ્તુઓની સંબંધિત રીતે, અમે જો અમારા પોતાના પૂર્વોએ તેમના "પ્રોટીન સમસ્યા"ને કેટલીક જ રીતે સોલ્વ કર્યું છે તો અમે આશ્ચર્ય નહીં હોઈશું કારણ કે સવાનના ચિમ્પ્સ આજે આ રીતે સોલ્વ કરી રહ્યા છે. +તમારા સામાન્ય જાગરૂક્ત સમય દરમિયાન સ્વીકાર્ય રીતે જાગરૂક્ત કરવાની પ્રક્રિયા અને કેટલીક સમય પછી (10–60 મિનિટ) જાગરૂક્ત થવાની પ્રક્રિયા એ નિષ્ફળ જાગરૂક્ત કરવાની પ્રક્રિયા છે. +તમને સંભવતા લાવવા માટે તમને સંપૂર્ણપણે જાગવાની જરૂર ન કરીને એક સંબંધિત અલાર્મ ક્લોકનો ઉપયોગ કરીને આ સરળતા કરી શકાય છે. +જો તમે તમારી જાગરૂક્તિમાં ક્લોકને રિસેટ કરી રહ્યો છો, તો તે રૂમની અન્ય બાજુ પર રાખવામાં આવી શકે છે, જે તમને ક્લોકને બંદ કરવા માટે જાગરૂક્તિમાંથી બહાર નીકળવી પ્રેરિત કરે છે. +અન્ય બાયોરિથ્મ-સ્થિત વિકલ્પોમાં જાગરૂક્તિ પહેલા મોટાભાગના જીવનશરીર પીણી (ખાસ કરીને પાણી અથવા ચૈ એક જાણીય દિયુરેટિક) પીણી પીવાની પ્રેરિત કરવાનો પ્રયત્ન કરે છે, જે એકને જાગરૂક્તિ કરવાનો પ્રયત્ન કરે છે. +એક વ્યક્તિના શારીરિક અને આત્મવ્યવસ્થાની ટેન્શનની સંખ્યાને વિપરીત રીતે અંદર શાંતિની સંખ્યાને સંબંધિત કરે છે. +ટેન્શન ખરાબ છે તેથી જીવનની શક્તિ વધુ સકારાત્મક છે. દરેક વ્યક્તિને સંપૂર્ણ શાંતિ અને સંતુલન મેળવવાની શક્તિ છે. +બધા લોકો પ્રજ્ઞાનને પ્રાપ્ત કરી શકે છે. આ ગોલની રસ્તા માટે એકમાત્ર વસ્તુ અમારા પોતાની ટેન્શન અને નેગેટિવિટી છે. +તિબેટન બુદ્ધમત બુદ્ધના શિક્ષણો પર આધારિત છે, પરંતુ મહાયાના માર્ગના પ્રેરણા અને ભારતીય યોગના ઘણા ટેક્નિકોથી વિસ્તારિત કરવામાં આવ્યો છે. +મૂળભૂતી રીતે ટિબેટન બુધ્ધિસ્મ ખૂબ સરળ છે. તેમાં કંડાલિની યોગ, દ્વીપક્ષણ અને સર્વોચ્ચ પ્રેમની માર્ગની સંગ્રહ છે. +કુંડાલિની યોગ સાથે કુંડાલિની ઊર્જા (પ્રકાશની ઊર્જા) યોગ સ્થિતિઓ, શ્વાસની શિક્ષણ, મંત્રો અને દર્શકોના સાથે જાગરૂક્ત થાય છે. +ટિબેટન મેદિતતાની મુલાકાતી કેન્દ્ર દેવતા યોગ છે. વિવિધ દેવતાઓની દેખાવિકૃતિ દ્વારા અનેર્જી ચેનલ્સ સ્વેચ્છિત કરવામાં આવે છે, ચક્રાસ પ્રકાશિત કરવામાં આવે છે અને પ્રજ્ઞાનની જાગરૂક્તિ બનાવવામાં આવે છે. +વર્લ્ડ વોર 2માં જર્મની એક સામાન્ય દુશ્મન હતી, યુએસેસએર અને અમેરિકા વચ્ચેની સહયોગની કારણ હતી. યુદ્ધની અંત પછી સિસ્ટમ, પ્રોસેસ અને સંસ્કૃતિની સંઘર્ષોએ દેશોને બહાર કાઢી દીધી હતી. +યુદ્ધના અંતમાં બે વર્ષ પછી, પૂર્વ સાથીઓ હતાઓ અને કોલ્ડ યુદ્ધ શરૂ થયો છે. +તે આગામી 40 વર્ષો સુધી રહેશે અને આફ્રિકાથી આશિયા સુધી યુદ્ધસ્થળોમાં, અફ્ગાનિસ્તાનમાં, કુબામાં અને અન્ય ઘટનાસ્થળોમાં પ્રતિનિધિઓ દ્વારા વાસ્તવિક રીતે લડવામાં આવશે. +સપ્ટેમ્બર 17, 1939 સુધી, પોલિશ રક્ષા પહેલાં તોડી ગયું હતું અને એકમાત્ર આશા રોમનિયન બ્રિજહેડ સાથે પુનર્જીવિત કરવાની હતી. +જો કે, આ યોજનાઓ રાત્ર રાત્રે અસ્વીકાર્ય બની ગયા હતા, જ્યારે સોવિયેટના યુનિયન રેડ એર્મીના 800,000 સેનાઓએ પોલેન્ડના પૂર્વીય વિસ્તારોમાં આધારિત રિગા શાંતિ સંઘર્ષમાં વિનાશ કરીને બેલારૂસિયન અને યુક્રેનિયન �������������������������� +સામાન્ય વિસ્તારો પર લોકો અને સામાન્ય વિસ્તારો પર સામાન્ય સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તારો પર સામાન્ય વિસ્તા����� +નાવીઓની પ્રતિજ્ઞા પરંપરાગત રીતે તમારા દેશને તમારા લોકો અને સામાન્ય વસ્તુઓને દોડવાની સક્ષમતા રાખવાની જરૂર છે, જ્યાં સમયે તમારા દુર્ઘટનાની સક્ષમતા તમારા લોકો અને સામાન્ય વસ્તુઓને દોડવાની જરૂર છે. +આ માટેના સૌથી મોટાભાગના તાજેતર ઉદાહરણોમાંની એક વ્યક્તિ ડબ્લ્યુમાં બ્રિટનને મદદ કરવા માટે અમેરિકનોએ એટલાન્ટિક સમુદ્રમાં પુરુષો અને સામગ્રીઓને પસાર કરવાનો પ્રયાસ કર્યો હતો. +તે સમયે જર્મન નૌકા મુખ્યત્વે યુ-બોટો ઉપયોગ કરીને આ ટ્રાફિકને રોકવાની કોશિશ કરી રહ્યો હતો. +એલાઇઝને નિષ્ફળ થઈ હોત તો જર્મનીએ બ્રિટનને પ્રાપ્ત કરવાની સંભાવના હતી કારણ કે તેને બધા યુરોપની બાકી હતી. +ઇરાનના ઝાગ્રોસ પર્વતીયોમાં લગભગ 10,000 વર્ષ પહેલા છેલ્લા વર્ષો સુધી ભેગારોને ઘરેલું કરવામાં આવ્યો છે. +પ્રાચીન સંસ્કૃતિઓ અને જાતીઓએ દૂધ, બાળ, માંસ અને કેટલાક સ્કિન્સને સરળ રીતે પહોંચવા માટે રાખવાની શરૂ કરી હતી. +ઘરેલી બન્નીઓ સામાન્ય રીતે ઘાડીઓ અથવા અન્ય ગાયની ક્ષેત્રોમાં રાખવામાં આવ્યો હતો, જેમાં ઘાડીઓ પોતાના બાળકો અથવા ઉંમરો હતાં, જેમ કે વ્યવસાયિક શેપર્ડ જેવું વિશ્વસનીય રીતે જાણવામાં આવ્યું છે. આ ઘાડી કરવાની તરીકે ������� +16મી સદીમાં ઇંગ્લેંડમાં વેગોન્વે બાંધવામાં આવ્યા હતા. +જો કે વેગોનવેઝ માત્ર વ્યવસ્થિત પ્લેન્ક્સ સાથે બની રહ્યા હતા, તેઓએ તેમને વધુ વેગેસ્થિત સ્પીડ અને દિવસના થોડી વધુ ખરાબ રસ્તાઓ પર વધુ ભારે બહાર કાઢવાની મંજૂરી અને વધુ ભારે બહાર કાઢવાની મંજૂરી મેળવવાની મંજૂરી � +ટ્રેક્સને સ્થિતિમાં રાખવા માટે ક્રોસ્ટીઝ સારી રીતે પ્રારંભીકરણ કરવામાં આવ્યો હતો. ત્યારબાદ છેલ્લા સમયે જાણવામાં આવ્યો હતો કે ટ્રેક્સમાં ઇરોનની સ્ટીપ છે તો તેઓ વધુ કક્ષાકારક હોઈ શકે છે. +આ સામાન્ય પ્રક્રિયા બની ગયું, પરંતુ ઇરોને વેગોનના ડૂંગી ચક્કીઓ પર વધુ વિરુદ્ધ કરવામાં આવ્યો હતો. +અંતે, વ્યવસાયિક ચાલકોને ઇરોન ચાલકોમાંથી બદલવામાં આવ્યો હતો. 1767માં, પ્રથમ પૂર્ણ ઇરોન રેલ્સની જાહેરાત કરવામાં આવી હતી. +પ્રથમ જાણીયુક્ત ટ્રાન્સપોર્ટેશન ચાલવવા હતું, માનવીયો બે મિલિયન વર્ષો પહેલા હોમો એરેક્ટસ (અર્થ ઉપરાંત પુરુષ) સ્થાપિત થયા પછી ચાલવી શરૂ કરી હતી. +તેમના પૂર્વીયો, ઓસ્ટ્રેલોપિથેક્સને સામાન્ય રીતે ઉપરાંત ચાલવી નહીં. +4.2-3.9 મિલિયન વર્ષો પહેલાં ઓસ્ટ્રેલોપિથેકસના ફોસિલ્સમાં બિપેડલ વિશેષતાઓ જોવા મળી છે, જોકે સહેલાંથ્રોપુસને સાત મિલિયન વર્ષો પહેલાં બે ચડી પર ચાલી રહ્યો હતો. +અમે પરિસ્થિતિમાં વધુ સારી રીતે જીવવાની શરૂ કરી શકીએ, અમે પરિસ્થિતિની પ્રવૃત્તિમાં જોડી શકીએ અને અમે ભવિષ્યમાં કેટલાક ડિગ્રીમાં દુકાન કરવા માટે એક્ટિવિસ્ટ બની શકીએ. +આ ઘણા કિસ્સાઓમાં સિંપ્ટમેટિક ટ્રેટમેન્ટ જેવું છે. જો અમે માત્ર ટેમ્પોરરી સોલ્યૂશન માંગીએ છીએ, તો અમે સમસ્યાઓની મૂળ શોધીએ અને તેમને અક્ટિવેટ કરીએ. +વૈજ્ઞાનિક અને ટેકનોલોજિકલ પ્રગતિઓ કારણે વિશ્વને ઘણી બદલાવી ગયો છે અને સમસ્યાઓ વધુ બની ગયો છે કારણ કે વૈજ્ઞાનિક અને ટેકનોલોજિકલ પ્રગતિઓ કારણે વિશ્વને ઘણી બદલાવી ગયો છે અને સમસ્યાઓ વધુ બની ગયો છે કારણ ����� +4 જુલાઈના રોજ કોંગ્રેસ દ્વારા પ્રતિષ્ઠા જોહ્ન હેન્કોક અને સેક્રેટરી ચાર્લેસ થોમ્સન દ્વારા લખિત ડ્રાફ્ટને પ્રકાશિત કરવામાં આવ્યો હતો ત્યારબાદ તેને જોહ્ન ડુન્લાપના પ્રિન્ટિંગ શોપમાં થોડા બ્લોક્સ પર આવ્યો �� +150 અને 200 કોપીઓ વચ્ચેના રાત્રિમાં બનાવવામાં આવ્યો હતો, જે હવે "ડનલેપ બ્રોડસાઇડ્સ" તરીકે જાણવામાં આવે છે. +ડૉક્યૂમેન્ટની પ્રથમ જાહેરાત જ્હોન નિક્સને સ્વતંત્રતા હોલના યાર્ડમાં 8 જુલાઈના રોજ કરવામાં આવ્યું હતું. +જુલાઈ 6 ના રોજ એકને જોર્જ વોશિંગ્ટનમાં જવામાં આવ્યો હતો, જેને 9 જુલાઈના રોજે ન્યૂયોર્કમાં તેમના સેનાઓને વાંચવામાં આવ્યો હતો. એક કોપી 10 અગ્સ્ટના રોજ લંડનમાં પહોંચી. +25 ડન્લેપ બ્રોડસાઇડ્સ હજી જોવામાં આવે છે, જે ડૉક્યૂમેન્ટની સૌથી પ્રાચીન સર્વેક્ષણ કોપીઓ છે. મૂળભૂત હેંડવ્રિટ કોપીને જીવિત કરવામાં આવ્યું નથી. +આજે ઘણા પાલેઓન્ટોલોજિસ્ટ્સે માને છે કે એક જૂથ ડાયનોસાયર્સ જીવી રહી છે. અમે તેમને પક્ષીઓ કહીએ છીએ. +ઘણા લોકોએ તેમને ડાયનોસાયર્સ તરીકે વિચારી નથી કારણ કે તેમને પેરો છે અને તે ઉડાવી શકે છે. +પરંતુ પક્ષીઓ માટે ઘણી વસ્તુઓ છે જે હજી પણ ડાયનોસોર જેવી લાગે છે. +તેઓ સ્કેલ્સ અને ક્લાવો સાથે પાડે છે, તેઓ પક્ષીઓ લાવે છે અને તેઓ ટી-રેક્સ જેવી રીતે બે પાછળ જગ્યાઓ પર ચાલે છે. +આજે ઉપયોગ કરવામાં આવેલા બધા કમ્પ્યુટરો માહિતીની મેનિપ્યુલેશન પર આધારિત છે, જે બાયનરી નંબરોમાં કોડિંગ કરવામાં આવેલી છે. +બિનારી નંબર માત્ર બે મૂલ્યોમાંથી એક મૂલ્ય હોઈ શકે, જે 0 અથવા 1 હોઈ શકે, અને આ નંબરો કમ્પ્યુટર જર્જનને ઉપયોગ કરવા માટે બિનારી ડિગિટ્સ - અથવા બિટ્સ કહેવામાં આવે છે. +આંતરિક વિષાર્યને તાત્કાલિક રીતે જોવામાં આવી શકે નહીં. જે લક્ષણો, જેમણે પીવા થાય છે તે સારી રીતે સામાન્ય છે કે તેથી તાત્કાલિક ડાયોગ્નોસિસ કરવામાં આવી શકે નહીં. +આંતરિક વિસારની શ્રેષ્ઠ જાણકારી એક ઓપન કંટેનર અથવા વિસારની જાતીય કેમિકલ્સની સ્થિતિ હોઈ શકે છે. +તે વિશેષ વિશેષ જ્વારીય વિશેષ જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વારીય જ્વા������� +ઇન્ટોમોલોજિસ્ટ્સે આ ચિહ્નોની ગ્રૂપ માટે ફોર્મલ રૂપમાં બગ ના શબ્દ ઉપયોગ કરે છે. +આ શબ્દ બેડ-બગ્સ સાથે પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રાચીન સંબંધોની પ્રા� +બેદ-બેગ અને એસેસિન-બેગ બંને નિડિકોલોસ છે, તેઓ તેમના હોસ્ટના નેસ્ટ અથવા ઘરમાં રહેવાની આધારિત છે. +યુનાઇટેડ સ્ટેટ્સ ઓફ અમેરિકામાં, મુલ્ટિપ્લ સ્ક્લેરોસિસ (એમએસ)ની લગભગ 400,000 જાણકારી કેસો છે, જેને યુવાન અને મધ્ય વયસ્કીય યુવાનોમાં એક લીડિંગ ન્યૂરોલોજિકલ રોગપ્રતિ તરીકે છે. +એમએસ એક રોગ છે જે કેન્દ્રીય, સ્પાઇનલ કોર્ડ અને ઓપ્ટિક નર્વ સંબંધિત છે કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રની કેન્દ્રન +અભ્યાસમાં શોધ કરી છે કે સ્ત્રીઓ પુરુષોની બે ગંભીર છે. +એક જૂતને આ નિર્ણય કરી શકે છે કે તે બાળકની અથવા તેમના બાળકની હેતુમાં નહીં, બાળકને ઉત્પન્ન કરવાની હેતુ છે. +આ જોડીઓએ તેમના બાળકની અડોપ્શનની યોજના બનાવવાની પસંદગી કરી શકે. +એડોપ્શનમાં, મુલાકાતી માતા-પિતાએ તેમના માતા-પિતાના પ્રાવેશિક અધિકારોને અંત કરે છે જેથી અન્ય જોડી બાળકને માતા-પિતા કરી શકે. +વૈજ્ઞાનની મુખ્ય મૂલ્યો વિશ્વને વૈજ્ઞાનિક પદ્ધતિ દ્વારા કામ કરવાની રીત શોધવાની છે. આ પદ્ધતિ વાસ્તવિકતામાં સૌથી મોટી વૈજ્ઞાનિક સંશોધનો માર્ગદર્શક છે. +તે એકલીને નહીં છે, પ્રયોગ્ષણ અને પ્રયોગ્ષણ એક પરીક્ષણ છે જે શક્યતાઓના કેટલીક અથવા વધુ શક્યતાઓને નિષ્ફળ કરવા માટે ઉપયોગમાં લેવામાં આવે છે, પ્રશ્નોથી પૂછતા અને સાંસ્કૃતિક સંશોધનને પણ પૂર્વક કરવામાં આવે છે +પ્રાકૃતિકારો અને તંત્રવાદીઓ પ્રાચીન સંસ્કૃતીઓ અને, ખાસ કરીને, લેટિન ભાષામાં બાઇબલ પર જોવા મૂલ્યો હતો. +સામાન્ય વૈજ્ઞાનના બધા પરિસ્થિતિઓ સાથે ભાવનાત્મક પરિસ્થિતિ સહિતના એરિસ્ટોટલના પરિસ્થિતિઓને સ્વીકાર્ય કરવામાં આવ્યો હતો. +ગ્રીક જ્ઞાનની જાણકારી ઘટાડી ગયું ત્યારે પશ્ચિમીએ તેના ગ્રીક શાસ્ત્રીક અને વૈજ્ઞાનિક મૂળને અટકાયેલ તરીકેની જાણકારી મેળવી હતી. +ફ્યોઝિયોલોજીમાં અને વ્યવહારમાં ઘણી વાર આંતરિક સિક્લ્સ અને તેમની જીવશાસ્ત્રીય ક્લોક્સ દ્વારા ઉત્પાદન પર મુખ્ય રીતે જરૂરી છે. +બેક્ટેરિયા, ફૂંગી, પ્લાંટો અને પ્રાણીઓ સહિતના મોટાભાગના જીવિત જીવોને પ્રતિક્રિયાત્મક રિથ્મો, જે એકલ પ્રતિક્રિયાત્મક ક્યૂનોની માત્ર પ્રતિક્રિયાત્મક પ્રતિક્રિયાત્મક પ્રતિક્રિયાત્મક પ્રતિક્રિયાત્મક � +બાયોલોજિકલ ક્લોક્સ સ્વીકાર્ય સ્વીકાર્ય ઓસ્કેલેટર્સ છે જે બહારીય ક્યૂસની અભિયાન વિના ફ્રી રનિંગ સાયકલિંગની સમય પણ ચાલી શકે છે. +હેર્શી અને ચેસ સંશોધન એક લીડિંગ સૂચના હતા કે ડીએનએ જેનેટિક વસ્તુ હતી. +હેર્શી અને ચેસ એક બેક્ટેરિયમમાં તેમની પોતાની ડીએનએ ઇમ્પલ્ટ કરવા માટે ફાઇજ, અથવા વાયરસનો ઉપયોગ કર્યો હતો. +તેઓએ ફાઇજના ડીએનાએ રેડિયોએક્ટિવ ફોસ્ફરસ અથવા ફાઇજના પ્રોટીનને રેડિયોએક્ટિવ સુલફર સાથે બે પ્રયોજનો કર્યો હતો. +મુટેશને મુટેશનના પ્રકારની વિવિધતા અને જેનેટિક પ્રારંભિક સામગ્રીની મહત્વને અને જેનેટિક સામગ્રીની પ્રતિક્રિયા અને જેનેટિક સામગ્રીની પ્રતિક્રિયા અને જેનેટિક સામગ્રીની પ્રતિક્રિયા અને જેનેટિક સામગ્ર +જેર્મ-લાઇન કોશિકાઓમાં મુટેશન માત્ર બાળકોમાં પસાર થઈ શકે છે, જ્યાંકે અન્ય સ્થાનોમાં મુટેશન કોશિકાઓની મૃત્યુ અથવા કેન્સરની કારણ બની શકે. +પ્રાણી અને પ્રાણી જંગલીની સ્કેનરીને આનંદ કરવા માટે પ્રાકૃતિક વિસ્તારોમાં મુલાકાત કરવા માટેના લોકોને પ્રાકૃતિક પ્રવાસને આકર્ષિત કરવા માટે પ્રાકૃતિક પ્રવાસને આકર્ષિત કરવા માટે લોકોને પ્રાકૃતિક પ્રવાસને ���������� +ઓન-સાઇટ પ્રવૃત્તિઓમાં શિકાર કરવું, મુખ્યાલય કરવું, ફોટોગ્રાફી કરવું, પક્ષીઓ જોવાની અને પાર્કોની મુલાકાત અને એકોસિસ્ટમની માહિતીને અભ્યાસ કરવું સમાવેશ છે. +એક ઉદાહરણ બોર્નીયોમાં ઓર્ગેન્ટૂંગની જાણકારી, ફોટોગ્રાફ અને મુલાકાત કરવાની છે. +દરેક સવારે, લોકો તેમની કાર્યસ્થળને જઈ રહેવા માટે નાના દેશના શહેરોમાંથી કારમાં છોડી છે અને તેમની કાર્યસ્થળને અન્યો લોકો પસાર કરે છે જેની કાર્યસ્થળ તેમને પહેલાં છે. +આ ડ્ય્નામિક ટ્રાન્સપોર્ટ શટ્ટલમાં દરેક કોઈપણ રીતે પ્રાઇવેટ કારો પર બનેલા ટ્રાન્સપોર્ટ સિસ્ટમને સમર્થક કરે છે. +વૈજ્ઞાને આજે જણાવ્યું છે કે આ મોટી કાર્બોન અર્થતંત્ર એક તેના સ્ટેબલ રાજ્યોમાંથી બાયોસફેરને બહાર કાઢી દીધું છે, જે ગયા બે મિલિયન વર્ષો સુધી માનવીય વિકાસની સમર્થન કરી છે. +સંસ્થામાં દરેક લોકો સહભાગી છે અને ટ્રાન્સપોર્ટેશન સિસ્ટમ્સનો ઉપયોગ કરે છે. લગભગ દરેક લોકો ટ્રાન્સપોર્ટેશન સિસ્ટમ્સનો પ્રકાશ કરે છે. +વિકાસિત દેશોમાં તમે પાણીની ગુણવત્તા અથવા પૂલ પડી ગયા વિશે સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની સંબંધિત સ્ત્રીઓની �������������������� +ટ્રાન્સપોર્ટેશન સિસ્ટમ્સથી આવેલા આવેલા આરોપોની કારણ કેન્દ્રિત છે, તેઓ દિવસરૂપમાં નિષ્ફળ છે કે નહીં? ટ્રાન્સપોર્ટેશન ઇંજિનિયર ફક્ત અસમર્થ છે? અથવા કેટલાક વધુ મૂળભૂત કરવામાં આવે છે? +ટ્રાફિક ફ્લો એ બે પોઇન્ટ્સ વચ્ચે વ્યક્તિગત ડ્રાઇવરો અને વાહનોની દોડી અને તેઓ એકબીજા વચ્ચે કરવામાં આવેલા સંબંધોની અભ્યાસ છે. +ખરાબ છે કે ટ્રાફિક ફ્લો શીખવવું મુશ્કેલ છે કારણ કે ડ્રાઇવરની વ્યવહાર એક-સેંક્ટ પ્રતિશત્તા સાથે નિશ્ચિત કરવામાં આવે નહીં. +સંભવિત રીતે, ડ્રાઇવર્સ સંબંધિત રેન્જમાં વ્યવહાર કરવા માંગે છે; તેથી, ટ્રાફિક સ્ટ્રીમ્સ કેટલાક સંબંધિત સત્ય અને તેને માથ્મિક રીતે લગભગ પ્રસ્તુત કરવામાં આવે છે. +ટ્રાફિક ફ્લો સારી રિપ્રસેન્ટેશન કરવા માટે ત્રણ મુખ્ય પરિસ્થિતિઓ વચ્ચે સંબંધો સ્થાપિત કરવામાં આવ્યો છે: (1) ફ્લો, (2) ડેન્સિટી, અને (3) વેલેવિટી. +આ સંબંધો રોડવે સુવિધાઓની યોજના, ડિઝાઇન અને ઓપરેશનો સહાય કરે છે. +પ્રાણીઓ હવામાનમાં જતા પ્રથમ પ્રાણીઓ હતા. તેમની વિમાન કરવાની શક્તિ તેમને વિરોધીઓને વધુ સરળ રીતે બહાર કાઢવાની મદદ કરી હતી અને ખોરાક અને પક્ષીની શોધ વધુ સરળ રીતે કરવાની મદદ કરી હતી. +મોટાભાગના જણાવતાઓ તેમના પક્ષીઓને શરીરમાં ફોલ્ડ કરી શકે છે તેની લાભ મેળવી શકે છે. +તેથી તેમને પ્રાઇડેટરોથી છુપાવવા માટે નાની જગ્યાઓની વિશાળ રેન્જ આપવામાં આવે છે. +આજે માત્ર એકમાત્ર ચિંતાઓ છે જે તેમના ચિંતાઓને પાછળ ફોલી શકે નહીં છે તે ડ્રેગોન ફ્લાઇસ અને મેફ્ફ્લાઇસ છે. +હજારો વર્ષ પહેલા, એક પુરુષ એરિસ્ટાર્કસે જણાવ્યું હતું કે સોલર સિસ્ટમ સૂર્યની વિરુદ્ધ ચાલી રહ્યું હતું. +કેટલાક લોકોને લાગ્યું કે તે સાચે છે પરંતુ ઘણાં લોકોને વિરુદ્ધ માન્યો હતો; કે સોલર સિસ્ટમે સૂર્યની સાથે પ્રકાશની વિરુદ્ધ રીતે જગ્યાએ છે (અને અન્ય તારાઓ પણ). +આ સાંસ્કૃતિકારક લાગે છે, કારણ કે પૃથ્વી જેવી લાગતી નથી કે તે ચાલી રહ્યો છે. +એમેઝોન નદી પ્રથમ શ્રેષ્ઠ અને ભૂમિ નદી છે. તે બીજા શ્રેષ્ઠ નદીના 8 વગેરે વધુ પાણી બરાવે છે. +એમેઝોન પણ પૃથ્વીના સૌથી વિશાળ નદી છે, કેટલાક સમયોમાં છ માઇલ વિશાળ છે. +પૃથ્વીના નદીઓથી સમુદ્રમાં જવામાં આવેલ 20 ટકા પાણી એમેઝોનથી આવે છે. +મુખ્ય એમેઝોન નદી 6,387 કિલોમીટર (3,980 માઇલ) છે. તે હજારો નાના નદીઓથી પાણી સંકળે છે. +જોકે પિરામિડ-બાઉંડિંગ સ્ટોનમાં જરૂરિયાત રાજ્યની અંત સુધી ચાલી રહ્યું હતું, ગિઝાના પિરામિડો તેમની સિઝ અને તેમની સ્ટ્રુક્ટરની ટેક્નિકલ પ્રેક્ષક્ષતાને ક્યારેય પહોંચી ન હતી. +ન્યૂ કિંગડોમ પ્રાચીન ઇજીપ્ટિયન્સે તેમના પૂર્વીયોના મંદિરો પર આશ્ચર્ય કરી હતી, જે ત્યારબાદ એક હજાર વર્ષ જૂની હતી. +વેટિકન સિટીની વાસ્તવિકતા 800 થી વધુ છે. તે વિશ્વની સૌથી સૌથી નાના સ્વતંત્ર દેશ છે અને સૌથી નાના વાસ્તવિકતાની દેશ છે. +વેટિકન શહેર તેમના કાયદાઓ અને અધિકારી સંદેશોમાં ઇટાલિયનનો ઉપયોગ કરે છે. +ઇટાલિયન પણ રાજ્યમાં કામ કરનારા મોટાભાગના લોકોની રોજગારી ભાષા છે જ્યાં લેટિન ધાર્મિક સમારોહોમાં ઓછામાં ઉપયોગ કરવામાં આવે છે. +વેટિકન શહેરના બધા નાગરિકો રોમન કેથોલિક છે. +લોકોને પ્રાચીન રાષ્ટ્રીય સંસ્કૃતિમાં ગોલ્ડ, સિલ્બર અને કોપર જેવા મૂળભૂત કેમિકલ સંસ્કારોની જાણકારી છે, કારણ કે તે પ્રાકૃતિમાં સ્વભાવિક રૂપે શોધવામાં આવે છે અને મૂળભૂત સાધનો સાથે માઇન કરવા સામાન્ય છે. +આરિસ્ટોટલ, એક શાસ્ત્રી, તેમણે એક અથવા વધુ ચાર પ્રક્રિયાઓના એક અથવા વધુ સંયોજનમાંથી બની છે. તેઓ પૃથ્વી, જલ, વાયુ અને આગમણ હતા. +આ માત્રાના ચાર રાષ્ટ્રોની જેમની રીતે સોલિડ, લિક્વિડ, ગાસ અને પ્લાસ્મા હતી, જો કે તેમને પણ સંશોધન કરી હતી કે તેઓ આપણે જોવામાં આવેલ વસ્તુઓને બનાવવા માટે નવા વસ્તુઓમાં બદલે છે. +અલોયો મુખ્યત્વે બે અથવા વધુ દર્શકોની સંયોજન છે. તેની યાદ નહીં કરો કે પરિકલ્પિક ટેબલમાં ઘણા પ્રક્રિયાઓ છે. +કેલ્સિયમ અને પોટેસિયમ જેવા અંશેઓ દર્શાવેલા દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક દરેક ����������� +તમે કાર્બોની જેવી અન્ય દોષિત અંશો સહિત અલોય પણ મેળવી શકો છો. +ઉનિવર્સમાં બધા વસ્તુઓ પ્રક્રિયાની બનેલી છે. બધા પ્રક્રિયાની બનેલી છે અનેક પ્રક્રિયાની બનેલી છે અનેક પ્રક્રિયાની બનેલી છે અનેક પ્રક્રિયાની બનેલી છે અનેક પ્રક્રિયાની બનેલી છે અનેક પ્રક્રિયાની બનેલી ���� +અણુઓ એટલી અસંભવિત નાનો છે કે તેમની ટ્રિલિયનને આ શબ્દની અંતના સમયમાં જોવા મળી શકે છે. +તેથી, પેન્સિલ ઘણા લોકોની સારી મિત્રી હતી જ્યારે તે બહાર આવી હતી. +ખૂબ જોખમી રીતે, લેખની નવી તરીકેનો આવ્યો છે અને પેન્સિલને વધુ સ્થિતિ અને ઉપયોગોમાં આવ્યો છે. +લોકો હવે કમ્પ્યુટરના સ્ક્રીન પર સંદેશો લખી રહ્યા છે, જેમાં કેવી રીતે શાર્પેનરને નજીક કરવો પડે છે નહીં. +એક માત્ર વિચારી શકે છે કે જ્યારે કેટલાક નવા વસ્તુઓ આવે ત્યારે ક્લાયબોર્ડ કેટલી રીતે બની શકે. +ફિશન બોમ્બ તેના માહિતી પર કામ કરે છે કે તે ઘણા પ્રોટોન અને ન્યૂટ્રોન સાથે ન્યૂક્લિયસને એકત્ર કરવા માટે ઊર્જા લેવાની જરૂર છે. +એક મોટી કાર્ટને પરવાની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની જેમની ������� +કેટલાક પરમાણુઓ અસ્તિર હોય છે જેનો અર્થ છે કે તેઓ થોડી અથવા કોઈ પ્રેક્ષકતા સાથે વિભાજિત થવા માંગે છે. +ચંદ્રમાં પથ્થર અને રાષ્ટ્ર છે. ચંદ્રની બહારની લેયર ક્રસ્ટ કહેવામાં આવે છે. +ક્રસ્ટ નજીકની બાજુ બાજુ 70 કિલોમીટર છે અને દૂર બાજુ 100 કિલોમીટર છે. +તે મારિયા અને ઉચ્ચ કેટલાક જમીનોમાં વધુ વિસ્તારી છે. +તે નજીક બાજુ પર વધુ મારિયા હોઈ શકે કારણ કે ક્રસ્ટ પાતળી છે. લાવાને સર્ફિસ સુધી પહોંચવાની સરળતા હતી. +માહિતી સિદ્ધાંતો લોકોને ટિક કરવા અથવા તેમને પ્રતિબદ્ધ કરવાની કારણોને શોધવા પર આધારિત છે. +આ સિદ્ધાંતો સૂચવે છે કે લોકોને કેટલાક જરૂરિયાતો અને/અથવા ઇચ્છાઓ છે જે તેમને પુનર્જીવનની સ્થિતિ પ્રાપ્ત કરવામાં આવે છે. +આ સિદ્ધાંતકો કેટલાક લોકો વિશે છે જે તેઓને તેઓ કરે છે અને તેમના પરિસ્થિતિમાં કેટલાક વસ્તુઓ તેમને કેટલાક વસ્તુઓ કરવા માંગે છે અથવા નહીં. +બે લોકપ્રિય કંટેન્ટ સિદ્ધાંતો માસ્લોની હાઇરાચી ઓફ નીડ્સ સિદ્ધાંત અને હેર્ટ્ઝબર્ગની બે ફેક્ટર સિદ્ધાંત છે. +સામાન્ય રીતે બે વ્યવહારો મેનેજરોને તેમના પૂર્વીય સહકર્મચારીઓને લીડ કરવાની શરૂઆત થઈ જાય છે. એક સ્પેક્ટ્રમની એક અંત સ્પેક્ટ્રમની સ્થિતિ રાખવાની કોશિશ કરી રહ્યું છે. +આ પ્રકારના મેનેજરે અસ્વીકાર્ય નિર્ણયો કરવાની મુશ્કેલી, ડિસ્કિપ્લિનરી એક્શન કરવાની મુશ્કેલી, પરફોર્મેન્સ એક્વેલ્યૂશન કરવાની મુશ્કેલી, જબર્દસ્ત કરવાની મુશ્કેલી અને લોકોને જવાબદાર કરવાની મુશ્કેલી ����� +સ્પેક્ટ્રમના અન્ય અંતમાં, એક વ્યક્તિને અજ્ઞાતકારક બનવામાં આવે છે જેને લાગે છે કે તે અથવા તેની ટીમ જે કરી રહ્યું છે તેને બદલવું અને તેને તેમની સાથે કરવું જોઈએ. +અંતમાં, નેતા ટીમની સફળતા અને નિષ્ફળતાની જવાબદારી છે. +આ વ્યવહાર ઘણી વાર નેતાઓ અને અન્ય ટીમના અન્ય વ્યક્તિઓ વચ્ચેની વિવાદો કરે છે. +વર્ચ્યુઅલ ટીમ્સ સામાન્ય ટીમ્સની ઉત્કૃષ્ટ સ્ટેન્ડર્ડ્સમાં રાખવામાં આવે છે, પરંતુ તેમાં નાના ફર્કો છે. +વર્ચ્યુઅલ ટીમના સભ્યો તેમના સૌથી નજીક શારીરિક જૂથની પોઇન્ટ ઓફ કન્ટેક્ટ તરીકે કામ કરે છે. +તેઓ સામાન્ય ટીમના સભ્યોથી વધુ સ્વતંત્રતા રાખે છે કારણ કે તેમના ટીમો વિવર્તિત સમય ક્ષેત્રો અનુસાર મળી શકે છે જે તેમના સ્થાનીક મેનેજમેન્ટને સમજી શકે નહીં. +લાર્સોન અને લાફાસ્ટો (1989, પ્રતિ 109)ની વાસ્તવિક “અજ્ઞાત ટીમ” પણ વર્ચ્યુઅલ ટીમની એક વ્યક્તિગત વિભાગ છે. +“અજ્ઞાત ટીમ” એ મેનેજમેન્ટ ટીમ છે જેમાં દરેક સભ્યે અહેવાલ કરે છે. અજ્ઞાત ટીમ દરેક સભ્યની માર્ગની નિયમો બનાવે છે. +એક સંસ્થાને શીખવાની સંસ્થાને સ્થાપિત કરવાની સમય લેવાની પ્રક્રિયાની માંગ કેમ છે? સંસ્થાની શીખવાની કોન્સિપ્સને પ્રયોજન કરવા માટે એક ગોલ છે તે શોધની કોન્સિપ્સને પ્રયોજન કરવા માટે એક ગોલ છે તે શોધની કોન્સિપ +જ્યારે એક સંસ્થાના પ્રવૃત્તિક વિભાગોમાં તમામ ઉપલબ્ધ સ્રોતોને સંક્રમણીય રીતે ઉપયોગ કરવામાં આવે ત્યારે ક્રીયતિવાદ અને શ્રેષ્ઠતા બહાર આવી શકે. +આ પરિણામથી એક સંસ્થાની સમગ્ર કામ કરનારા પ્રક્રિયાએ ગ્રાહકની આવશ્યકતાને સેવવા માટે નવી શ્રેષ્ઠ પ્રક્રિયાને લેડ કરી શકે છે. +એક સંસ્થા વ્યવસાયિક બની શકે ત્યારબાદ નેતૃત્વ સંસ્કૃતિ અને સાર્વજનિક શિક્ષણની સંસ્કૃતિ બનાવવી જોઈએ. +એંજેલ (2006), સંસ્થાઓને પ્રદર્શનની ઉચ્ચ સ્તરી પ્રાપ્ત કરવા માટે સહાયતા કરવા માટે કોન્ટિનિયમ અપ્રોચ તરીકે વિશે વર્ણન કરે છે. +ન્યૂરોબિયોલોજીકલ ડેટા કોગ્નિશનની તપાસની વિશ્લેષક પ્રક્રિયા માટે શારીરિક પ્રમાણમાં સંબોધિત છે. તેથી તે સંશોધની વિસ્તારને છેલ્લી કરે છે અને તેને વધુ સંબોધિત બનાવે છે. +બ્રેઇન પેથોલોજી અને વ્યવહારની સંબંધ વૈજ્ઞાનિકોને તેમના અભ્યાસમાં સમર્થન આપે છે. +લાંબા સમયે જાણવામાં આવ્યું છે કે વિવિધ પ્રકારના મૃત્યુ, ત્રાસ, લેસિયન અને ટુમોરો વ્યવહારને અસર કરે છે અને કેટલાક માનસિક ક્રિયાઓમાં પરિવર્તિઓ થાય છે. +નવી ટેકનોલોજીમાં વધારો અમને મહત્વના સ્ટ્રુક્ચરો અને પ્રક્રિયાઓ જે પહેલાં નહીં જોવામાં આવ્યો છે તેને જોવા અને તપાસ કરી શકીએ છીએ. +આમાં અમને ઘણા માહિતી અને સિમુલેશન મોડેલ બાંધવા માટે ઘણા સામાન્ય વસ્તુઓ આપે છે જે અમને આપે છે કે આપણી માત્રામાં પ્રક્રિયાઓને સંબંધિત કરી શકીએ. +જો કે એઆઇ સાયન્સ ફિક્શન માટે એક મહત્વપૂર્ણ અર્થ છે, એઆઇ કમ્પ્યૂટર સાયન્સની એક ખૂબ મહત્વપૂર્ણ ભાગ છે, જે વ્યવહાર, શીખવા અને મેશિનની ગતિવિદ્યતા સાથે કામ કરે છે. +એઆઇમાં અભ્યાસમાં મેશિન બનાવવાની જરૂરિયાત છે જે જાગરૂક્ત વ્યવહારની જરૂરિયાત છે. +ઉલ્લેખોમાં કંટ્રોલ, પ્લાનિંગ અને સ્કેડ્યૂલિંગ, ગ્રાહકોની ડાયેગ્નોસિસ અને પ્રશ્નોની જવાબદારી ક્ષમતા, હેંડવ્રિટિંગ અને સ્થિતિ સહિતી છે. +આવા વસ્તુઓ એક વિકલ્પિત વિદ્યાર્થી બની છે, જે વાસ્તવિક જીવનના સમસ્યાઓને સોલ્યુશનો પ્રદાન કરવા માટે ધ્યાન રાખે છે. +એઆઇ સિસ્ટમ હવે અર્થશાસ્ત્રી, સાંસ્કૃતિ, ઇંજિનિયરિંગ અને સૈન્યતંત્ર ક્ષેત્રોમાં વારંવાર ઉપયોગ કરવામાં આવે છે, કારણ કે ઘરેલુ કમ્પ્યૂટર અને વિડિયો ગેમ સોફ્ટવેર અર્થતંત્રોમાં તેની બાંધક કરવામાં આવી છે. +કોઈ ક્લાસરૂમમાં ફીલ્ડ ટ્રિપ્સ એક મોટી ભાગ છે. ઘણીવાર એક શિક્ષક તેમના વિદ્યાર્થીઓને જગ્યાઓમાં લેવા માંગે છે જેમાં બસ ટ્રિપ એક વિકલ્પ નથી. +ટેકનોલોજીએ વર્ચ્યુઅલ ફીલ્ડ ટ્રિપ્સ સાથે સોલ્યુશન આપી છે. વિદ્યાર્થીઓ મ્યુઝિયમ અર્ટિફેક્ટ્સને જોશી શકે છે, એક એક્વેરિયમની મુલાકાત કરી શકે છે અથવા તેમની વર્ગની સાથે સુનિશ્ચિત કલાકારીઓમાં સુંદર કલાકા���� +ફીલ્ડ ટ્રિપને વિચારીય રીતે જોડવું પણ એક ટ્રિપને રેફ્લેક્ટ કરવું અને ભવિષ્યના ક્લાસો સાથે અનુભવો જોડવું એક મોટી રીતે છે. +ઉલ્લેખનીય રીતે, ઉત્તર કેરોલિનામાં બેનેટ સ્કૂલના વિદ્યાર્થીઓ દરેક વર્ષે સ્ટેટ કેપિટલની યાત્રા વિશે એક વેબસાઇટ ડિઝાઇન કરે છે, દરેક વર્ષે વેબસાઇટ પુનઃનિર્માણ કરવામાં આવે છે, પરંતુ જૂની વિજેતાઓ સ્ક્રેપબુક +બ્લોગ્સ પણ વિદ્યાર્થીઓની લખને સુધારવામાં સહાયતા કરી શકે છે. વિદ્યાર્થીઓ ઘણી વાર તેમના બ્લોગની અનુભવની શરૂઆત સ્લોપી ગ્રામર અને સ્પેલિંગ સાથે શરૂ કરે છે, પ્રેસેન્સની સામેની સામાન્ય રીતે આ બદલાવે છે. +વિદ્યાર્થીઓ ઘણી વાર સર્વોચ્ચ દર્શકો છે, તેથી બ્લોગ લેખકે તેમના લેખને સંપૂર્ણ કરવા માટે તેમને તિકાસને અવરોધિત કરવા માટે પ્રયત્ન શરૂ કરે છે. +પણ બ્લોગિંગ "વિદ્યાર્થીઓને તેમના વિસ્તારમાંથી વિશ્વને વધુ જાણકારી બનાવવાની પ્રેરણા આપે છે." દર્શકોની જોખમને પ્રેરિત કરવાની જરૂર વિદ્યાર્થીઓને ચિંતિત અને આશ્ચર્ય બનાવવાની પ્રેરણા આપે છે (ટોટો, 2004). +બ્લોગિંગ એક ઉપકરણ છે જે સહકર્મીને પ્રેરિત કરે છે અને વિદ્યાર્થીઓને પરંપરાગત શાળાના દિવસની વિશે વિદ્યાર્થીઓને શીખવાને વધારવાનો પ્રેરિત કરે છે. +બ્લોગ્સની યોગ્ય ઉપયોગ "વિદ્યાર્થીઓને વધુ તંત્રવાદી અને તંત્રવાદી બનાવી શકે છે; ઇન્ટરનેટના સામગ્રીઓને પ્રતિક્રિયાત્મક રીતે પ્રતિક્રિયા કરીને, વિદ્યાર્થીઓ અન્યોની લેખોની સંદર્ભમાં તેમના સ્થિતિને �������� +ઓટ્ટાવા કેનેડાની ચર્મિંગ, બિલિંગ્યુઅલ રાજધાની છે અને કેનેડાની મૂલ્યો અને કલાકારીઓની એક અર્ય છે જે કેનેડાની માત્ર અને અત્યાર દર્શાવે છે. +દક્ષિણ દિશામાં નિયાગેરા ફોલ્સ છે અને ઉત્તર મુસ્કોકા અને અન્ય પ્રાકૃતિક સુંદરીની ઘર છે. +આ બધા વસ્તુઓ અને વધુ ઓન્ટારિયોને બહારી લોકો દ્વારા કેનેડિયન તરીકે સારી રીતે જોવામાં આવે છે. +ઉત્તરની મોટી વિસ્તારોમાં લોકોની સંખ્યા થોડી છે અને કેટલાક વિસ્તારોમાં લોકોની સંખ્યા થોડી છે. +મોટાભાગના લોકોની સર્વેક્ષણ કરવા માટે: અમેરિકામાં અફ્રિકન અમેરિકનો વધુ છે કે કેનેડાના નાગરિકો. +ઇસ્ટ એફ્રિકન ટાપુઓ આફ્રિકાના પૂર્વીય કિનારાથી ભારતીય મહાસાગરમાં છે. +મડાગાસ્કર અત્યારે સૌથી મોટી છે, અને જંગલીની જીવનશૈલીમાં તે એક પ્રદેશ છે. +મોટાભાગના નાના ટાપુઓ સ્વતંત્ર રાષ્ટ્રો છે, અથવા ફ્રાંસ સાથે સંબંધિત છે, અને લ્યુક્સરી બીચ રેસોર્ટ્સ તરીકે જાણવામાં આવે છે. +અરાબોએ પણ ઇસ્લામને દેશોમાં લાવ્યો હતો અને કોમોરોસ અને માયોટેમાં મોટા રીતે લાવ્યો હતો. +યુરોપિયન પ્રભાવ અને કોલોનિયલિઝમ 15મી સદીમાં શરૂ થયું હતું, કારણ કે પોર્ટુગલ સંશોધક વાસ્કો ડા ગામાએ યુરોપમાંથી ભારત સુધી કેપ રૂટને શોધી. +ઉત્તરમાં રાજ્ય સાહેલથી અંદર છે અને દક્ષિણ અને પશ્ચિમમાં એટલાંટિક સમુદ્ર છે. +સ્ત્રીઓ: તે સલાહ આપવામાં આવે છે કે કોઈ સ્ત્રી પ્રવાસીએ કહે છે કે તે શાદી છે, વાસ્તવિક શાદી સ્થિતિથી અલગ. +એક રિંગ પણ પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહેલાં પહે +મહિલાઓને જાણવું જોઈએ કે સંસ્કૃતિક વિભિન્નતાઓ તેમને પરેશાન તરીકે વિચારવામાં આવે છે અને તે અસામાન્ય નહીં છે કે તેમને હાથમાં પકડવામાં આવે છે અને કેટલાક અન્ય કરવામાં આવે છે. +પુરુષોને ટિપ્પણી કરવાની સ્થિતિ રાખો અને તમારી જમીનને સ્થિતિ રાખવા માટે ભય નહીં કરો (સંસ્કૃતિક વિભિન્નતાઓ કે નહીં, તે તમને સારું કરે નહીં!). +કેસાબ્લાન્કાની આધુનિક શહેર 10મી સદીના બેર્બરના મુખ્યાલયોએ સ્થાપિત કરવામાં આવી હતી અને ફોઇનિશિયનો, રોમનો અને મેરેનિડોનો માટે એન્ફા નામની સ્ટ્રેટેજિક બંદરગાહી તરીકે ઉપયોગ કરવામાં આવી હતી. +પોર્ટુગલીએ તેને નાશ કર્યો અને તેને કાસા બ્રાન્કા નામથી ફરીથી બાંધ કર્યો, જેમાં 1755માં ભૂકંપના કારણે તેને બહાર કાઢવામાં આવ્યો હતો. +મોરોક્કોની સુલ્ટાને શહેરને ડારુ લ-બાદિયા તરીકે ફરીથી બાંધવામાં આવ્યો હતો અને તેને સ્પેનિશ વ્યવસાયોએ ત્યાં વેપાર બેઝ સ્થાપિત કરીને કાસાબ્લાન્કા નામ આપવામાં આવ્યો હતો. +કસાબ્લાન્કા મોરોક્કોના બધા જગ્યાએ ખરીદી કરવા માટે સૌથી કમત્ર સ્થળોમાંની એક છે. +જૂની મેદિનાની પાસે પ્રાચીન મોરોક્કીન સામાન્ય વસ્તુઓની વેચાણ કરનાર સ્થળો શોધી શકે છે, જેમણે ટેગિન્સ, પોટરી, લેથર વસ્તુઓ, હુકાહ અને ગીગાવોની સંપૂર્ણ સ્પેક્ટ્રમ છે, પરંતુ તે તમામ પ્રવાસીઓ માટે છે. +ગોમા કોંગોના ડેમોક્રેટિક રિપબ્લિકની એક પ્રવાસી શહેર છે જે રવાન્ડા નજીક પશ્ચિમમાં છે. +2002માં ગોમાને ન્યિરાગોંગો વૉલ્કાનોમાંથી લાવાથી નાશ પામ્યો હતો, જેમણે મોટાભાગના શહેરના સ્ટ્રીટ્સને, ખાસ કરીને શહેરની મધ્યમાંથી સ્થળાંતરિત કરવામાં આવ્યો હતો. +જ્યારે ગોમા સામાન્ય રીતે સુરક્ષિત છે, ગોમાની બહારની મુલાકાતોને ઉત્તર કિવુ પ્રાંતની લડાઈની સ્થિતિને સંબંધિત કરવા માટે સંશોધન કરવી જોઈએ. +આ શહેર અફ્રિકામાં કેટલાક સૌથી સસ્તી માઉન્ટેન ગોરિલા ટ્રેકિંગ સાથે ન્યિરાગોંગો વોલ્કેનોને પહોંચવા માટે પણ સ્થાન છે. +તમે ગોમા સુધી પસાર કરવા માટે બોડા-બોડા (મોટરસાયકલ ટેક્સી) ઉપયોગ કરી શકો છો. સામાન્ય (સ્થાનીક) કિંમત 500 કોંગોલીસ ફ્રાંસ છે. +તેના પરિવારની અસ્પષ્ટતા સાથે, "ટિમબુક્ટુ" વિદેશી, દૂર જમીનોની રૂપમાં ઉપયોગ કરવામાં આવી છે. +આજે ટિમ્બુક્ટુ એક ગરીબ શહેર છે, જોકે તેની રેપ્યુટેશન તેને પ્રવાસીઓની આકર્ષક બનાવે છે, અને તેમાં એરપોર્ટ છે. +1990માં દેશના જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય સ્થાનોની જીવનીય ����� +હેન્રી લૂઇસ ગેટ્સના પીબીએસ વિશેષ અફ્રિકન વર્લ્ડ દરમિયાન એક મુખ્ય સ્ટોપ હતી. +શહેર રાષ્ટ્રના બધા શહેરોની વિરુદ્ધ છે, કારણ કે તેમાં એફ્રિકન સુધી વધુ અરબિયત સ્વાર્થી છે. +ક્રૂગર નેશનલ પાર્ક (કેનિપી) દક્ષિણ અફ્રિકાના ઉત્તર-પૂર્વીય ભાગમાં છે અને પૂર્વીય ભાગમાં મોઝામ્બિકના સરહદની સાથે ચાલે છે, ઉત્તરમાં ઝિમ્બાબ્વે અને દક્ષિણ ભાગમાં ક્રોકોડાઇલ નદી છે. +પાર્કને 19,500 કિલોમીટરની પ્રભાવી છે અને તે 14 વિવિધ એકોઝોનોમાં વિભાજીત છે, જેમણે વિવિધ જંગલજીવનને સમર્થન આપે છે. +તે દક્ષિણ અફ્રિકાના મુખ્ય આકર્ષકોમાંની એક છે અને તેને દક્ષિણ અફ્રિકાના રાષ્ટ્રીય પાર્ક્સ (સેનપાર્ક્સ)ની ફ્લેગશિપ તરીકે લેવામાં આવે છે. +દક્ષિણ અફ્રિકીના બધા રાષ્ટ્રીય ઉદ્યાનોમાં પાર્કની રોજગારની સંરક્ષણ અને પાર્કની પ્રવેશની જાહેરાત છે. +વાઇલ્ડ કાર્ડ ખરીદીને એક પણ લાભ પહોંચી શકે છે, જે દક્ષિણ અફ્રિકાના પાર્કોના પસંદગીઓ અથવા દક્ષિણ અફ્રિકાના રાષ્ટ્રીય પાર્કોના બધાની પસંદગીઓમાં પ્રવેશ આપે છે. +હોંગકોંગ ટાપુએ હોંગકોંગની જગ્યાને તેની નામ આપી છે અને ઘણા પર્યટકોએ તેને મુખ્ય કેન્દ્રની રીતે જોવામાં આવે છે. +હોંગકોંગની સ્કાઇલાઇન બનાવનારા બિલ્ડિંગ્સની પેરેડે વેક્ટોરિયા હાર્બરના પાણીઓ દ્વારા સ્પષ્ટ થઈ ગયેલ બાર ચાર્ટની જેમ સરખાવવામાં આવી છે. +હોંગકોંગની સૌથી સારી દર્શકો મેળવવા માટે ટાપુને છોડી અને કોલૂનની પાણીની સમીક્ષામાં જઈવી. +હોંગકોંગ ટાપુના મોટાભાગના શહેરી વિકાસને ઉત્તરી કિનારે પુનર્જીવિત ક્ષેત્રમાં ઘટાડેલ જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં જમીનમાં � +આ જગ્યાએ બ્રિટિશ કોલોનિસરોએ તેમની સ્વરૂપે લેવામાં આવ્યો છે અને તેથી જો તમે જિલ્લાની કોલોનિયલ મુલાકાતની પ્રમાણિકા શોધી રહ્યા છો તો આ જગ્યા શરૂ કરવાની એક સારી જગ્યા છે. +સુંદર્બંસ વિશ્વની સૌથી મોટી સમુદ્રીય મેંગ્રૂવ બેલ્ટ છે, જે સમુદ્રીય અને ભારતીય પારદેશમાંથી બેંગલડેશની અને ભારતીય પારદેશમાંથી 80 કિલોમીટર (50 માઇલ) સુધી આવેલી છે. +સુંદરભાનને યુનેસ્કો વર્લ્ડ હેરિટેજ સાઇટ તરીકે જાહેર કરવામાં આવ્યું છે. ભારતીય ક્ષેત્રની જંગલના ભાગ સુંદરભાન રાષ્ટ્રીય ઉદ્યાન કહેવામાં આવે છે. +જંગલીઓના કેટલાક અંતિમ રહેલા સ્ટેંડ્સ સહિતની જંગલીઓ નહીં છે — તેઓ ગંગેતિક પ્રદેશને એકત્ર કરેલી જંગલીઓના અંતિમ રહેલા સ્ટેંડ્સનો સમાવેશ કરે છે. +સુંદર્બંસે 3,850 કિલોમીટરની વિસ્તાર પ્રક્રિયા કરે છે, જેમાં લગભગ એક-ત્રીજા પાણી/મર્ષ વિસ્તારોમાં સમાવેશ થાય છે. +1966 થી સુંદરબંસ એક વાઇલ્ડલાઇફ સેન્ટ્ક્યુએરી છે, અને તેની અંદાજે 400 રોયલ બેંગાલ ટાઇગર છે અને આ વિસ્તારમાં લગભગ 30,000 સ્પોટ્ટેડ ડીર છે. +બસ્સો દિવસની સુધી ઇન્ટર-ડિસ્ટ્રિક્ટ બસ સ્ટેશન (નદીની અંતરની બસ સ્ટેશન)થી છોડી જાય છે, જોકર/બમ્થંગ તેમની દક્ષિણ અને પૂર્વીય દિશામાં 06:30 અને 07:30 વચ્ચે છોડી જાય છે. +ઇન્ટર-ડિસ્ટ્રિક્ટ બસ્સો ઘણી વાર ભરપૂર છે, તેથી આધુનિક દિવસો પહેલા ટિકિટ ખરીદવાની સલાહ આપવામાં આવે છે. +મોટાભાગના જિલ્લાઓમાં નાની જાપાની કોસ્ટર બસ્સો પ્રદાન કરવામાં આવે છે, જે સારું અને સ્તરીય છે. +પારો (નૂ 150) અને પુનાખા (નૂ 200) જેવા નજીકના સ્થાનોમાં મુસાફરી કરવા માટે જોડાયેલ ટેક્સી એક તાજેતર અને સંતુષ્ટ માર્ગ છે. +ઓયાપોક નદીની પુલ એક કેબલ-સ્ટેઇડ પુલ છે. તે બ્રાઝિલના ઓયાપોક શહેરોને જોડવા માટે ઓયાપોક નદીની પુલ ફ્રેન્ચ ગિયાના સેન્ટ-જોર્જ ડે લ'ઓયાપોક સેન્ટ-જોર્જ સેન્ટ-જોર્જ સેન્ટ-જોર્જ સેન્ટ-જોર્જ સેન્ટ-જોર્જ સેન્ટ-� +બે ટાવરો 83 મીટરની ઉજવણી કરે છે, તે 378 મીટર લાંબા છે અને તેમાં 3.50 મીટર વિશાળ બે લેન છે. +બ્રિજની નીચે ક્લેરન્સ 15 મીટર છે. સંસ્થાન અગસ્ટ 2011માં સંપૂર્ણ થઈ ગયું હતું, તે માર્ચ 2017માં ટ્રાફિકને ઓપન કરવામાં આવ્યું ન હતું. +બ્રાઝિલિયન કસ્ટોમ્સ ચેકપોઇન્ટ્સ સમાપ્તિત થવાની અપેક્ષા છે તે સપ્ટેમ્બર 2017 માં બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ બ્રિજ �������� +ગુરાણીએ પરાગુઆયના પૂર્વીય ભાગમાં રહેલા સૌથી મહત્વપૂર્ણ સ્વદેશી જૂથ હતા, જે હવે પૂર્વીય પરાગુઆય તરીકે રહી છે, જેમને સેમી-નોમેડિક શિકારો તરીકે જીવી રહે છે અને જેમને પ્રોત્સાહન ખેડૂતની પ્રયોજન પણ કરે છે. +ચાકો વિસ્તાર ગુયકુરૂ અને પાયાગુા જેવા સ્વદેશી પ્રજાસીઓની અન્ય ગ્રૂપોની ઘર હતી, જે શિકારી, સંગ્રહણ અને માખીની રીતે જીવતી રહ્યા હતા. +16 મી સદીમાં પરાગુઆઈ, જેમણે પહેલાં "ઇંડિયોની રાજ્યની જાયન્ટ પ્રાંત" તરીકે કહેવામાં આવ્યું હતું, સ્પેનિશ કોન્કિયરોના સાથે મુલાકાતના પરિણામથી જન્મજાતી ગ્રૂપોની સાથે જન્મજાતી રાજ્યમાં જન્મજાતી રાજ્યમાં જન્મજાતી � +સ્પેનિયર્ડે કોલોનિઝેશનની સમય શરૂ કરી હતી જે ત્રણ સદીઓ સુધી ચાલી રહી હતી. +1537 માં એસુન્સિયનની સ્થાપના પછી પરાગુઆઈએ તેમના મોટાભાગના સ્વદેશી પ્રક્રિયાઓ અને પ્રતિજ્ઞાનને રાખી શક્યો છે. +અર્જેન્ટિના વિશ્વની સૌથી સૌથી સારી પોલો ટીમ અને ખેલાડીઓ છે. +વર્ષની સૌથી મોટી ટૂર્નામેન્ટ ડેસેમ્બરમાં લાસ કાનિટાસમાં પોલો ફીલ્ડ્સમાં થઈ જાય છે. +આ વર્ષના અન્ય સમયોમાં નાના ટૂર્નામેન્ટ્સ અને મેચો પણ જોવા મળી શકે છે. +ટૂર્નામેન્ટ્સ અને પોલો મેચમાં ટિકિટ ખરીદવાની જાણકારી માટે એસોસિયેશન એર્જેન્ટિના ડે પોલોની જાણકારી કરો. +અધિકારીય ફાલ્કલેન્ડ્સ રૂપિયા ફાલ્કલેન્ડ પાઉન્ડ (એફકેપી) છે જેની મૂલ્ય એક બ્રિટિશ પાઉન્ડ (જીબિપીપી) જેવી છે. +ફીક વેસ્ટ સ્ટોર સાથે સ્ટેન્લીમાં એકમાત્ર બેંકમાં પૈસા બદલવામાં આવે છે. +બ્રિટિશ પાઉન્ડ્સ સામાન્ય રીતે ટાપુઓમાં કોઈપણ જગ્યાએ સ્ટેન્લી ક્રેડિટ કાર્ડ અને યુનાઇટેડ સ્ટેટ્સ ડોલર્સ પણ સામાન્ય રીતે સ્વીકારી કરવામાં આવે છે. +બ્રિટિશ અને યુનાઇટેડ સ્ટેટ્સની મુદ્રા લેવામાં આવશે છે, પરંતુ આઉટલીંગ ટાપુઓમાં ક્રેડિટ કાર્ડ્સને સ્વીકર્યું નહીં કરવામાં આવશે, જો કે સ્વીકર્યું પેમેન્ટ માહિતી નિશ્ચિત કરવા માટે અગાઉથી માલિકોને સંપર્ક ક +ટાપુઓની બહાર ફાલ્કલેન્ડ્સની રૂપિયાને બદલવું મુશ્કેલ છે, તેથી ટાપુઓને છોડવા પહેલા પાસે રૂપિયાને બદલવું. +મોન્ટેવિડો ઇક્વાટોરના દક્ષિણમાં દક્ષિણ હેમિસ્ફેરમાં શિયાળી છે ત્યારે ત્યાં ઉનાળા છે અને વિપરીત તરીકે ઉત્તરી હેમિસ્ફેરમાં શિયાળી છે. +મોન્ટેવિડો ઉષ્ણકટિબંધીય વિસ્તારમાં છે; ઉનાળાના મહિનાઓમાં, +30°C થી વધુ ટેમ્પર્ચર સામાન્ય છે. +શિયાલા મુખ્યત્વમાં મુશ્કેલ થઈ શકે છે: ટેમ્પર્ચર કહે છે કે તે કેટલાક વિસ્તારોમાં મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના મોટાભાગના ���� +તેમાં કોઈ વિશેષ “વરસાદી” અને “સુખાદી” સિઝન નથી: વરસાદની સંખ્યા સર્વેક્ષણમાં સંપૂર્ણપણે સમાન રહે છે. +પર્કમાં ઘણા પ્રાણીઓ લોકોને જોવા માટે ઉપયોગી છે, પરંતુ વિલ્ડલાઇફ અન્યત્ર રીતે જંગલી છે અને તેને ખાડી કરવી અથવા દૂર કરવી નહીં જોઈએ. +પાર્ક અધિકારીઓની જાણકારી અનુસાર, બેર અને વોલ્ફ સુધી કિમંત 100 યાર્ડ/મેટર અને બધા અન્ય વિલ્ડ પ્રાણીઓથી 25 યાર્ડ/મેટર દૂર રહેવો! +તેઓ કેટલી રીતે સુંદર લાગી શકે છે પણ બિસોન, એલ્ક, મૂસ, બેર અને મોટાભાગના મોટા પ્રાણીઓ હુમલો કરી શકે છે. +વર્ષે દર્શકોની દસરીઓ ઈજા પહોંચે છે કારણ કે તેઓને સામાન્ય દૂરી રાખ્યો નથી. આ પ્રાણીઓ મોટા, જંગલ, અને સંભવિત રીતે જોખમી છે, તેથી તેમને તેમની જગ્યા આપો. +આ ઉપરાંત, જાણીએ કે જ્વાળાઓ અને અન્ય વિદ્યાર્થી પ્રાણીઓને જોવા મેળવે છે, તેથી જ્વાળાઓ અને અન્ય વિદ્યાર્થી પ્રાણીઓને જોવા મેળવે છે, તેથી જ્વાળાઓ અને અન્ય વિદ્યાર્થી પ્રાણીઓને જોવા મેળવે છે, તેથી જ્વાળાઓ અને અન્ +સામોઆની રાજધાની અપિયા છે. શહેર ઉપોલુના ટાપુ પર છે અને તેમાં 40,000 થી થોડા લોકો છે. +એપિયા 1850માં સ્થાપિત કરવામાં આવ્યું હતું અને 1959થી સામોઆના અધિકારી રાજધાની રીતે છે. +હાર્બર 1889માં જર્મની, અમેરિકાના અને બ્રિટનના સાત જહાજોએ હાર્બરથી છોડવાની માંગણી કરી હતી. +બંને બ્રિટિશ ક્રૂઝરને અનેક જહાજનો સંક્રમિત કરવામાં આવ્યો હતો. લગભગ 200 અમેરિકન અને જર્મન જીવો ગુમાવવામાં આવ્યો હતો. +સ્વતંત્રતાની સંઘર્ષની કરવામાં આયોજિત મૌ સંઘના પ્રયાસના દરમિયાન શહેરમાં શાંતિપૂર્ણ સંમેલનમાં પ્રમુખ ચીફ ટુપૂઆ ટમસેસે લીઅલોફી ત્રીજાની હત્યા થઈ હતી. +અક્લેન્ડની બે હેર્બર્સની સ્ટ્રેડલિંગ કારણે ઘણા બીચો છે. સૌથી વધુ પ્રખ્યાત બેચો ત્રણ વિસ્તારોમાં છે. +નોર્થ શોર બીચો (નોર્થ હાર્બર જિલ્લામાં) પેસિફિક મહાસાગરમાં છે અને ઉત્તરથી લોંગ બે સુધી દક્ષિણમાં ડેવોનપોર્ટ સુધી જાઓ છે. +તે લગભગ બધા સેન્ડી બીચો છે જેમાં સેફ સ્વિમિંગ આપવામાં આવે છે અને મોટાભાગના પોહુતુકાવા વંચિત છે. +ટામકી ડ્રાઇવ બીચો વાઇટેમાટા હાર્બર પર છે, મિશન બે અને સેન્ટ્રલ અકલેન્ડના મિશન બે અને સેન્ટ્રલ અકલેન્ડના ઉપમાર્કેટ સબર્બ્સમાં સેન્ટ્રલ અકલેન્ડમાં સેન્ટ્રલ અકલેન્ડમાં સેન્ટ્રલ અકલેન્ડમાં સેન્ટ્રલ ���������� +આ કેટલીક વખત પરિવારની સંપૂર્ણ પરિવારો છે જેમાં શોરની લાઇનિંગ સાથે સારી રેન્જ શોપો છે. સ્વિમિંગ સુરક્ષિત છે. +મુખ્ય સ્થાનીક બીર 'નંબર વન' છે, તે એક વિકલ્પિત બીર નથી, પરંતુ આરામદાયક અને આરામદાયક છે. અન્ય સ્થાનીક બીર 'મંતા' કહેવામાં આવે છે. +ફ્રેન્ચના ઘણા વિન હોવાની છે, પરંતુ ન્યૂઝીલેન્ડ અને ઑસ્ટ્રેલિયન વિન વધુ રીતે પ્રવાસિત હોવાની શક્યતા છે. +સ્થાનીક ટેપવેટર પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી પીણી �� +ઓસ્ટ્રેલિયન માટે, 'ફ્લેટ વ્હાઇટ' કફી વિદેશી છે. કેપ્પુચિનો 'એસ્પ્રેસો' છે, કેપ્પુચિનો ક્રીમ (નહીં ફ્રોથ) સાથે ઉચ્ચ છે અને ચાય મિલ્ક સાથે સર્વ કરવામાં આવે છે. +ગરમી ચોકલેટ બેલ્જિયન સ્ટેન્ડર્ડ્સ સુધી છે. ફ્રૂટ જ્યૂસ ખર્ચી છે પરંતુ સારી છે. +મોટાભાગના વર્ષે રિફમાં ઘણા મુલાકાતો કરવામાં આવે છે અને રિફમાં તેમના કોઈપણ કારણો દ્વારા પહોંચવામાં આવેલા ઈજાઓ દુર્લભ છે. +જો કે, અધિકારીઓથી સલાહ લેવો, બધા ચિહ્નોને સુનિશ્ચિત રાખો અને સુરક્ષાના ચેતવણીઓને જોરદાર અનુભવ આપો. +બોક્સ જેલીફિશ ઓક્ટોબરથી 1770 ની ઉત્તરની બેચમાંથી અને નદીની અસ્થામાંથી અપ્રિલમાં જોવામાં આવે છે. તેઓ કેટલાક વખતે આ સમયોની બહાર જોવામાં આવે છે. +શાર્કો હોય છે, પરંતુ તેઓ માત્ર લોકોની હુમલો કરે છે. મોટાભાગના શાર્કો લોકોને ભય કરે છે અને તેઓ લોકોને દૂર કરે છે. +સોલ્ટવોડ્વર ક્રોકોડાઈલો સમુદ્રમાં સક્રિય રીતે જીવતો નથી, તેમની મૂળભૂત ઘટકો રોકહમ્પટની ઉત્તરની નદીઓમાં છે. +અગાઉના બુકિંગથી પ્રવાસીને માનસિક શાંતિ આપે છે કે તેઓ તેમની દેશ પહોંચી પછી કેટલાક સ્થળોમાં જાગવી શકે છે. +ટ્રાવેલ એજન્ટો ઘણી વાર વિશેષ હોટેલો સાથે ડીલ કરે છે, જો કે તમે કેમ્પિંગ ગ્રાઉન્ડ્સ જેવી અન્ય રૂપમાં રહેવાની બુકિંગ કરવા માટે ટ્રાવેલ એજન્ટ દ્વારા શક્ય છે. +ટ્રાવેલ એજન્ટો સામાન્ય રીતે બ્રેકફાસ્ટ, એરપોર્ટમાંથી/અથવા એરપોર્ટથી/અથવા સંયુક્ત ફ્લાઇટ અને હોટેલ પેકેજ સહિત પેકેજ પ્રસ્તુત કરે છે. +જો તમારે ઓફરની વિચારની સમય અથવા તમારી દેશની અન્ય ડોક્યૂમેન્ટ્સ માટે અન્ય ડોક્યૂમેન્ટ્સ પૂર્વક કરવા માટે સમય જરૂરી છે તો તેઓ તમારા રેસર્વેશન પણ રાખી શકે. +કોઈપણ સુધારાઓ અથવા માહિતીને પ્રથમ પ્રવાસી એજન્ટ દ્વારા કરવામાં આવે છે અને હોટેલ સાથે દિરેક રીતે કરવામાં આવે નહીં. +કેટલાક ઉજવણીઓ માટે, સંગીત યાત્રાઓની મોટી ભાગને સ્ટેડિયમાં કેમ્પ કરવાની નિર્ણય કરે છે અને મોટાભાગના સંગીત યાત્રાઓ તેને અનુભવના મહત્વપૂર્ણ ભાગને લેવે છે. +જો તમે પ્રતિક્રિયાની નજીક હોવા માંગો છો તો તમારે મુસિકની નજીક સાઇટ મેળવવા માટે પ્રારંભિક સમયે જવાની હોવી જરૂરી છે. +મુજબ સ્ટેજો પર સંગીતને અંત કરવામાં આવ્યો છે, પરંતુ યાત્રાઓની કેટલાક ભાગો રાત્રિ સુધી સંગીતને જારી રાખી શકે છે. +કેટલાક ઉજવણીઓમાં યુવા બાળકો સાથે પરિવારો માટે વિશેષ કેમ્પિંગ વિસ્તારો છે. +જ્યારે ઉષ્ણકટિબંધમાં ઉત્તરીય બાલ્ટિક પર પસાર કરવા માટે કેબિનની સ્થિતિ પણ પણ પરીક્ષણ કરો, કારણ કે બર્ફના દ્વારા પસાર કરવાથી મોટાભાગના લોકો માટે ખતરનાક અવાજ થાય છે. +સેન્ટ પીટર્સબર્ગના ક્રૂઝમાં શહેરની સમય સમાવેશ થાય છે. ક્રૂઝના યાત્રીઓને વિઝાની જરૂરિયાતોની મુક્ત કરવામાં આવે છે (ચેક ટર્મ્સ). +કેસિનોએ સામાન્ય રીતે મહત્વપૂર્વક સમય અને મુદ્રાઓ દ્વારા ખરીદેલ સમય અને પૈસાને વધારી કરવા માટે ઘણા પ્રયત્નો કરે છે. વિન્ડો અને ક્લોક્સ સામાન્ય રીતે અભિયાન છે અને બહાર જવા મુશ્કેલ હોઈ શકે છે. +તેઓ સામાન્ય રીતે પ્રવાસીઓને સારી સ્વાર્થીમાં રાખવા માટે, અને તેમને પ્રેમિસમાં રાખવા માટે વિશેષ ફૂડ, ડ્રિન્ક અને એન્ટર્ટેનમેન્ટ ઓફર્સ છે. +કેટલાક સ્થળોમાં ઘરમાં એલ્કોહોલિક બેવરેજ આપવામાં આવે છે. પરંતુ મેદાને મુશ્કેલી કરે છે અને બધા સારા ગેમ્બલરો સોબર રહેવાની મહત્વને જાણી છે. +ઉચ્ચ ઉત્તરીયો અથવા પર્વત પસ્સો પર ડ્રાઇવ કરવા જઈ રહેલા કોઈ પણ વ્યક્તિને હિમસ્કો, બરફ અથવા તાપમાનની શક્યતાની શક્યતાની વિચારણી કરવી જોઈએ. +બરફની અને બરફની રસ્તાઓમાં, ફ્રેક્શન નીચે છે અને તમે જેવી રીતે ડ્રાઇવ કરી શકો નહીં કે જેવી રીતે જ્યારે તમે બરફની અસ્ફેલ્ટ પર ચાલી રહ્યા હો. +બ્લિઝાર્ડ દરમિયાન તમને સ્થિત કરવા માટે પૂર્ણ બરફ ખુલ્લો સમયમાં પડી શકે છે. +જ્યારે વાહનોના ચામાચિડિયા અથવા બરફ પર વરણ અથવા જ્યારે વાહનોના ચામાચિડિયા અથવા બરફ પર વરણ અથવા જ્યારે વાહનોના ચામાચિડિયા અથવા બરફ પર વરણ અથવા જ્યારે વાહનોના ચામાચિડિયા અથવા બરફ પર વરણ અથવા જ્યારે વાહનોના ચામાચિડિયા અથવા ����� +બીજી તરફથી, મોટાભાગના દેશોમાં બરફની અને બરફની સ્થિતિઓ સામાન્ય છે, અને સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકારી રીતે સરકા +સફરીઓ અફ્રિકામાં શ્રેષ્ઠ પ્રવાસી અને ઘણાં મુલાકાતીઓની પ્રકાશક છે. +સફારીની લોકપ્રિય ઉપયોગમાં સફારીની શ્રેષ્ઠ અફ્રિકન જંગલીને જોવા માટે ઓવરલેન્ડ પ્રવાસ અનુભવી છે, ખાસ કરીને સેવાના પ્રદેશોમાં. +એલિફાન્ટ્સ અને ગિરફેસ જેવા અન્ય પ્રાણીઓ કાર અને સ્ટેન્ડર્ડ એકિપિમેન્ટને નજીક સ્થિતિમાં આગળ આવવા માંગે છે અને સ્ટેન્ડર્ડ એકિપિમેન્ટને સારી દેખવાની મંજૂરી આપશે. +શીર્ષકો, ચીતહો અને ચિત્રો કેટલીક વખતે આશ્ચર્ય છે અને તમે તેમને બિનોક્યુલર્સ સાથે વધુ રીતે જોશો. +એક વોકિંગ સેફરી (બસ વોક, હાઇકિંગ સેફરી અથવા ફૂટિંગ જઈને કહેવામાં આવે છે) કેટલાક કલાકો અથવા કેટલાક દિવસો માટે હાઇકિંગ સહિત છે. +પેરાલિમ્પિક્સ 24 અગ્સ્ટ સુધી 5 સપ્ટેમ્બર 2021 સુધી જાપાનમાં અન્ય સ્થળોમાં કેટલાક ઇવેન્ટ્સ થશે. +ટોક્યો એકમાત્ર આશિયન શહેર હશે જેમણે 1964માં રમતોને આયોજિત કર્યો છે અને બે ઉનાળાના ઓલિમ્પિક્સને આયોજિત કરી છે. +જો તમે પોસ્ટ્પોનમેન્ટ જાહેર કરવા પહેલા તમે 2020 માં તમારા વિમાન અને રહેવાની બુકિંગ કરી છે, તો તમારી સ્થિતિમાં મુશ્કેલ સ્થિતિ હોઈ શકે છે. +કેન્સિલિયેશન પોલીસીઓ વિવિધતા છે, પરંતુ ઓલિમ્પિક્સની જાહેરાત કરવામાં આવી ગયેલ માર્ચના અંતમાં મોટાભાગના કોરોનાવિરસ-બેસ્ટ કેન્સિલિયેશન પોલીસીઓ જુલાઈ 2020 સુધી વિલંબિત નથી, જ્યાં ઓલિમ્પિક્સની જાહેરાત કરવામાં +આ અપેક્ષિત છે કે મોટાભાગના ઇવેન્ટના ટિકિટ 2,500 અને 130,000 વચ્ચે લાગશે, સામાન્ય ટિકિટ 7,000 વચ્ચે લાગશે. +ડેમ્પ કપડાઓને ઇરોનિંગ કરવું તેમને ડ્રાય કરવાની મદદ કરી શકે છે. ઘણા હોટેલોમાં ઇરોન અને ઇરોનિંગ બોર્ડ લોન માટે ઉપલબ્ધ છે, જો કે એક રૂમમાં નહીં હોય. +જો ઇરોન નહીં અવિલબળ છે અથવા જો તમે ઇરોનેડ સોક્સ પહેરી લાવવા માંગો નથી, તો તમે હેરડ્રાયર ઉપયોગ કરવાની કોશિશ કરી શકો છો. +ફેબ્રિક ઘણી ગરમી થવાની મંજૂરી નહીં કરો (જે શ્રિન્કેજ કરી શકે છે, અથવા અત્યંત કિસ્સાઓમાં, સ્કોર્ચ). +પાણીને શુદ્ધ કરવા માટે વિવિધ રીતો છે, કેટલાક વિશેષ જોખમો વિરુદ્ધ છે. +કેટલાક વિસ્તારોમાં એક મિનિટ સુધી બોઇલિંગ પાણી સારી છે, અન્ય વિસ્તારોમાં કેટલાક મિનિટો જરૂરી છે. +ફિલ્ટર્સ પ્રભાવશાળી છે, અને જો તમારી ચિંતા છે, તો તમારી પાણી એક સીલેડ બોટલથી રિપ્યુટેબલ કંપનીથી ખરીદી લેવી જોઈએ. +પ્રવાસીઓને તેમના ઘરેલુ વિસ્તારોમાં જે પ્રાણીઓને તેઓ જાણતા નથી તેમને પ્રાણીય વિસ્તારોમાં સામનો કરવાની શક્યતા હોઈ શકે. +પેસ્ટો ખાડીને નુકસાન કરી શકે છે, આરાધ્યતા કરી શકે છે અથવા ખરાબ કિસ્સામાં અલેર્જિક પ્રતિક્રિયા કરી શકે છે, વેનોમને પ્રસારિત કરી શકે છે અથવા રોગપ્રતિઓને પ્રસારિત કરી શકે છે. +શારીરિક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક રોગપ્રતિકારક �� +ડ્યુટી ફ્રી શોપિંગ એ કેટલાક સ્થળોમાં ટેક્સ અને એક્સિઝમાંથી મુક્ત કરવામાં આવેલ વિકલ્પો ખરીદવાની સંભાવના છે. +મોટી કિંમતના દેશોમાં જઈના પ્રવાસીઓ કેટલીક વખતે મોટી સંખ્યાની પૈસા બચત કરી શકે છે, ખાસ કરીને એલ્કોહોલિક બેવરેજ અને ટોબેકો જેવા પ્રોડક્ટ્સમાં. +પોઇન્ટ મેરિયન અને ફેરમોન્ટ વચ્ચેના સ્ટ્રેચમાં બફેલો-પિટ્સબર્ગ હાઇવે પર સૌથી મોટી પડકારક ડ્રાઇવિંગ સ્થિતિઓની પ્રસ્તુત કરવામાં આવે છે, જે વારંવાર એકલ બેકવુડ્સ રીત્રીમાં પસાર થાય છે. +જો તમે દેશીય રસ્તાઓ પર ડ્રાઇવિંગ કરવાની અનુભવ નથી, તો તમારા માત્રા વિચારવા માટે રાખો: ખૂબી ગ્રેડ્સ, નારો લેન્સ અને શાર્પ કર્વ્યુર્સ મુખ્ય છે. +પોસ્ટ સ્પીડ લિમિટ્સ પાછલા અને આગામી ક્ષેત્રોમાં ખરેખર નીચે છે — સામાન્ય રીતે 35-40 મીલ (56-64 કિલોમીટર/કિલોમીટર) — અને તેમાંથી સ્ટ્રિક્ટ ઓબેડિઅન્સ વધુ મહત્વપૂર્ણ છે. +જો કે, મોબાઈલ ફોન સેવા આ માર્ગના ઘણાં અન્ય સ્ટ્રેચ્સથી વધુ મોટી છે, જેમને પેન્સિલ્વેનિયા વાઇલ્ડ્સ તરીકે કહેવામાં આવે છે. +જર્મન પેસ્ટ્રીઝ ખૂબ સારી છે, અને બાવરિયામાં, તેઓ ખૂબ સંપૂર્ણ અને વિવિધતાત્મક છે, તેમના દક્ષિણી પડકારોની જેમ અસ્ટ્રીયા. +ફ્રૂટ પેસ્ટ્રીઝ સામાન્ય છે, એક વર્ષ સુધી એપ્લ્સને પેસ્ટ્રીઝમાં પકડી લેવામાં આવે છે અને ચેરીઝ અને પ્લમ્સ ગરમીના સમયે તેમના દેખાવો કરે છે. +ઘણા જર્મન બેકેડ ગ્રાઉંડ્સમાં આલમોન્ડ્સ, હેઝલન્ટ્સ અને અન્ય વનના નૂટ્સ પણ સામેલ છે. લોકપ્રિય કેક્સ ખાસ કરીને ખૂબ ખૂબ સ્ટ્રોન્ગ કોફી સાથે જોડવામાં આવે છે. +જો તમે કેટલાક નાના પસંદગીઓ માંગો છો, તો રાજ્ય પર નિર્બંધિત બેર્લિનર, પફન્કુચેન અથવા ક્રેપફેન નામની પસંદગીઓ પ્રયત્ન કરો. +એક કરી એ ખાની અને મિર્ચિયાઓ પર આધારિત ક્રિયા છે, જેમાં માસો અથવા ખૂદનો સાથે વિભાજિત થાય છે. +એક કરીને લિક્વિડના પ્રમાણમાંથી "ડ્રાય" અથવા "વેટ" હોઈ શકે છે. +ઉત્તરી ભારત અને પાકિસ્તાનના આંતરદેશી વિસ્તારોમાં યોગ્યુર્ટ કરીઓમાં સામાન્ય રીતે ઉપયોગ કરવામાં આવે છે; દક્ષિણી ભારત અને સબકોન્ટેન્ટના કેટલાક અન્તરદેશી કિનારાઓમાં કોકન્ટ દૂધ સામાન્ય રીતે ઉપયોગ કરવામાં આવે છ +17,000 ટાપુઓથી પસંદગી કરવા માટે, ઇન્ડોનેશિયન ફૂડ એક મોટી વિવિધતાની રેગિયન ક્યૂસીન્સની સંપૂર્ણ વિવિધતાને પ્રતિબંધિત કરેલી રાષ્ટ્રીય ક્યૂસીન્સની સંપૂર્ણ વિવિધતાની સંપૂર્ણ વિવિધતાની સંપૂર્ણ વિવિધતાની � +પરંતુ, આ શબ્દને વિગત્વરીય ક્રિયાઓ વિના ઉપયોગ કરીને તે મુખ્ય દ્વીપ જાવાના કેન્દ્રીય અને પૂર્વીય ભાગોમાંથી મુખ્ય દ્વીપમાંથી ઉલ્લેખિત રાષ્ટ્રીય મુખ્ય દ્વીપમાંથી ઉત્પાદિત રાષ્ટ્રીય મુખ્ય દ્વીપમાંથી ���������� +આર્કિપેલાગોમાં વ્યાપક રીતે આવેલ છે, જાવાની કુઇઝિન સામાન્ય સિઝનેડ ડિશેસની એક રીતે સિઝનેડ કરવામાં આવેલ છે, જેમાં જાવાની પ્રેડમેન્ટ ફ્લેવરિંગ પેન્યુટ્સ, ચિલ્લીઓ, સુગર (ખાસ કરીને જાવાની કોકોન્ટ સુગર) અને ������������� +સેડલના બંને બાજુઓ પર રાઇડરના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના પોતાના �������� +તેઓ રાઇડર માટે વધુ સ્ટેબિલિટી પ્રદાન કરે છે પરંતુ રાઇડરના પગનો તેમની સ્થિતિ માટે સંભવિત હોઈ શકે છે. +જો એક રાઇડરને એક હોર્સથી ખેંચવામાં આવે છે પરંતુ સ્ટિરરપમાં તેમની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની પોતાની ������� +સૌથી પહેલા, મોટાભાગના રાઇડરો રાઇડિંગ બૂટ્સને હીલ અને સ્મૂથ, થોડી નારાજિત સોલ સાથે પહોંચે છે. +ત્યારપછી, કેટલાક સેડલ્સ, ખાસ તરીકે ઇંગ્લીશ સેડલ્સ, સેફ્ટી બાર્સ છે જે ફેલિંગ રાઇડર દ્વારા પાછળથી પહોંચીને સેડલમાંથી સ્ટિરરપ લેથરને પડવાની મંજૂરી આપે છે. +કોચામો વેલી - ચીલીના પ્રેમિયર ક્લાઇમ્બિંગ દેસ્ટીનેશન, જેને દક્ષિણ અમેરિકાના યોસેમિટ તરીકે ઓળખવામાં આવે છે, જેમાં વિવિધ ગ્રેનિટના મોટા ખડકો અને ક્રેગો છે. +સમ્મેલનમાં શિખ્રોમાંથી અનેક રીતે જોવા મેળવવાના દોષિત દર્શકો સમાવેશ થાય છે. વિશ્વના બધા ભાગોમાંથી ક્લાઇમ્બરો તેમના અંતમાંથી નિશ્ચિત શિખ્રોમાં નવા માર્ગનો સ્થાપિત કરી રહ્યા છે. +સ્કીઇંગ અને સ્નોબોર્ડિંગ સહિત ડાઉનહિલ સ્નો સ્પોર્ટ્સ, જેમાં સ્લાઇડિંગ સ્નો-કોવર્ડ ટીરેન પર સ્કી અથવા સ્નોબોર્ડ સાથે સ્લાઇડિંગ કરીને સ્નો સ્પોર્ટ્સ સાથે જોડાયેલા લોકપ્રિય સ્પોર્ટ્સ છે. +સ્કીઇંગ એક મોટી પ્રવાસી સંસ્કૃતિ છે જેમાં ઘણા પ્રેરિતાઓ છે, કેટલાક વખતે "સ્કી બમ્સ" તરીકે જાણવામાં આવે છે, જે એક વિશેષ સ્થળ પર સ્કીઇંગની સંપૂર્ણ મુસાફરોની યોજના કરે છે. +સ્કીઇંગની વિચાર ખૂબ જૂની છે — કેવ પેઇન્ટિંગોમાં સ્કીયરોની ચિત્રો 5000 બીએસસી સુધી! +સ્પોર્ટ તરીકે ડાઉનહિલ સ્કીઇઇંગ 17મી સદી સુધી છે અને 1861માં ઓસ્ટ્રેલિયામાં નોર્વેગિયન દ્વારા પ્રથમ રિક્રેશનલ સ્કી ક્લબ ઓપન કરવામાં આવ્યો હતો. +સ્કી દ્વારા બેકપેકિંગ: આ પ્રવૃત્તિ પણ બેકકાઉન્ટ્રી સ્કી, સ્કી ટૂરિંગ અથવા સ્કી હાઇકિંગ તરીકે પણ કહેવામાં આવે છે. +તે અલ્પાઇન સ્ટાઇલ સ્કી ટૂરિંગ અથવા માઉન્ટેનિયરિંગ સાથે સંબંધિત નથી પરંતુ સામાન્ય રીતે સ્ટીપ જમીનમાં કરવામાં આવે છે અને મોટા સ્કીસ અને બૂટ્સ જરૂરી છે. +સ્કીઇંગ રૂટને એક સમાન હાઇકિંગ રૂટની રીતે વિચારો. +ખૂબ સારી સ્થિતિમાં તમે ચાલવાથી વધુ દૂર કરી શકો છો - પરંતુ માત્ર કેટલીક વખતે તમે ક્રોસ કોન્ટ્રી સ્કીઇઇંગની સ્પીડ્સ સાથે સ્થિત ટ્રેક્સમાં ખૂબ ભારે બેકપેક સાથે નહીં મેળવી શકો. +યુરોપ એક પ્રદેશ છે જે સંબંધિત રીતે નાના છે પરંતુ ઘણા સ્વતંત્ર દેશો છે. સામાન્ય પરિસ્થિતિમાં મુલ્ટિપ્લ દેશો દ્વારા પ્રવાસ કરવું મુલ્ટિપ્લ વિઝા અરજીઓ અને પાસપોર્ટ કન્ટ્રોલ મુલ્ટિપ્લ વિકલ્પો કરવાની જરૂર +જો કે, સ્કેન્જેન ઝોન આ પરિસ્થિતિમાં એક દેશ જેવું કામ કરે છે. +જ્યારે તમે આ ઝોનમાં રહો છો ત્યારે તમે સામાન્ય રીતે પાસપોર્ટ કન્ટ્રોલ ચેકપોઇન્ટ્સ પાસે ફરી જઈને સરહદ કરી શકો છો. +જેવી રીતે, સ્કેન્ગેન વિઝા હોવાથી તમારે સ્કેન્ગેન સભ્ય દેશોને વિઝા માટે એકત્ર રીતે આરક્ષણ કરવાની જરૂર નથી, તેથી સમય, પાસે અને પેપર કાર્યક્રમને બચાવી શકો છો. +કેટલાક ટેક્સ એજન્સીઓએ 100 વર્ષથી વધુ જૂની વસ્તુઓને એન્ટિક્સ તરીકે પ્રસ્તુત કરી છે. +અર્થને ભૂમિકીય વિવિધતાઓ છે, જ્યાં ઉત્તર અમેરિકાથી યુરોપમાં કરતાં વર્ષની મર્યાદા કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં કરતાં �� +હેન્ડિક્રાફ્ટ પ્રોડક્ટ્સને એન્ટિક્સ તરીકે નિશ્ચિત કરવામાં આવે છે, જો કે તેઓ સમાન્ય મેસ-પ્રોડક્ટ ગૂડ્સની યુવાની છે. +રેઇન્ડીર ખેડૂતી સામીના મહત્વપૂર્ણ રોજગારી છે અને વેપારની સંસ્કૃતિ અન્ય વ્યાવસાયિકાઓ માટે પણ મહત્વપૂર્ણ છે. +જો કે, પરંપરાગત રીતે, બધા સામીને મોટા સ્કેલમાં રેઇન્ડેર પરિવારીનો સંબંધ કરવામાં આવ્યો નથી, પરંતુ મોટાભાગમાં રેઇન્ડેરને ડ્રાફ્ટ પ્રાણીઓ તરીકે જીવવામાં આવ્યો છે. +આજે ઘણા સામીઓ મોડર્ન ટ્રેડ્સમાં કામ કરે છે. સાપ્મી, સામી વિસ્તારમાં પ્રવાસીયતા એક મહત્વપૂર્ણ અંદાજ છે. +જો કે તે વ્યાપક રીતે ઉપયોગ કરવામાં આવે છે, ખાસ કરીને અર્થતંત્ર રોમાની લોકો સાથે નકારાત્મક સ્ટેરીયોટાઇપ્સ અને અસત્યવાદી પરીક્ષણો સાથે જોડાયેલી શબ્દ "ગીપ્સી" હંમેશાં વિરુદ્ધ તરીકે લેવામાં આવે છે. +જો દેશ જે તમે મુલાકાત કરશો તેની પ્રવાસી સલાહકારી સંબંધિત બની તો તમારી પ્રવાસી સ્વાસ્થ્ય પ્રમાણ અથવા ટ્રિપ કેન્સિલેશન પ્રમાણ પરિસ્થિત થઈ શકે છે. +તમે પણ તમારા માત્ર સરકારોથી અલગ સરકારોની સલાહની સલાહ માંગી શકો છો, પરંતુ તેમની સલાહ તેમના નાગરિકો માટે ડિઝાઇન કરવામાં આવી છે. +એક ઉદાહરણમાં અમેરિકન નાગરિકો યુરોપિયન્સ અથવા આરબો સાથે વિવિધ સ્થિતિઓનો સામનો કરી શકે છે. +આધિકારીઓ એક દેશના રાજકીય પરિસ્થિતિની એક સંક્ષિપ્ત સંક્ષિપ્ત છે. +પ્રસ્તુત માહિતીની વિકલ્પો સાથે અન્ય સ્થાનોમાં આવેલા વિશેષ માહિતીની વિશેષતાથી, સાર્વજનિક અને ઓવરસિમ્પલિફ્યેડ તરીકે પ્રસ્તુત પ્રતિક્રિયાઓની પ્રસ્તુત પ્રસ્તુત પ્રસ્તુત પ્રસ્તુત પ્રસ્તુત પ્રસ્તુત +ખરાબ વાતાવરણ એ કોઈપણ જોખમી વાતાવરણની સામાન્ય શબ્દ છે જેમાં નુકસાન કરવાની શક્તિ છે, ગંભીર સામાજિક વિભાજન અથવા માનવી જીવનની ખતરી કરવાની શક્તિ છે. +વિશ્વની કોઈપણ જગ્યાએ ગંભીર હવામાન થઈ શકે છે અને તેમાં વિવિધ પ્રકારો છે, જેમાં જિઓગ્રાફી, ટોપોગ્રાફી અને હવામાનિક સ્થિતિઓ પર નિર્બંધ થઈ શકે છે. +ઉષ્ણકટિબંધીય વાતાવરણના પ્રકારો અને પરિણામો ઉષ્ણકટિબંધીય વાતાવરણના પ્રકારો અને પરિણામો હિંસક વાતાવરણ, હેઇલ અને વિદ્યાર્થી વરસાદ અને જંગલી વાતાવરણ અને સાયક્લોન્સ છે. +ક્ષેત્રીય અને વર્ષીય ગંભીર હવામાન પ્રક્રિયાઓમાં બ્લીઝાર્ડ્સ, સ્નોસ્ટોર્મ્સ, આઇસ સ્ટોર્મ્સ અને ડસ્ટ સ્ટોર્મ્સ સહિત છે. +પ્રવાસીઓને તેમના વિસ્તારમાં વિવાદી હવામાનના કોઈપણ જોખમની જાણકારી આપવામાં આવે છે કારણ કે તેઓ કોઈપણ પ્રવાસીય યોજનાઓને પ્રભાવિત કરી શકે છે. +એક દેશમાં મુલાકાત કરવાની યોજના કરનાર કોઈપણ વ્યક્તિને પ્રોફેશનલ ટ્રેનિંગ મેળવવી જોઈએ. +ઇન્ટરનેટમાં 'હોસ્ટિલ એન્વિરોનમેન્ટ કોર્સ'ની શોધ સંભવિત રીતે સ્થાનીક કંપનીની એડ્રેસ આપશે. +એક કોર્સ સામાન્ય રીતે આ સ્થાને વારંવાર વિશેષ વિશેષમાં વાત કરવામાં આવેલા બધા સમસ્યાઓને અવરોધિત કરશે, સામાન્ય રીતે પ્રક્રિયાત્મક અનુભવ સાથે. +એક કોર્સ સામાન્ય રીતે 2-5 દિવસ લાંબા હોઈ શકે છે અને રોલ પ્લે સાથે, મોટા પ્રથમ આઇડ અને કેટલીક વાર શસ્ત્રોની ટ્રેનિંગ સાથે સંબંધિત હોઈ શકે. +વિલ્ડરનેસ સર્વેક્ષણ સાથેના પુસ્તકો અને મેગેઝિનો સામાન્ય છે, પરંતુ યુદ્ધની વિસ્તારો સાથેના પુબલિકેશનો થોડો છે. +વોયેજર્સ સેક્સ રિસિગ્નમેન્ટ સર્જરીની યોજના કરીને તેઓ પરિવર્તિની મુસાફરી માટે માહિતી પ્રમાણક ડોક્યુમેન્ટ્સ સાથે જોડવાની જરૂર કરી લેવી જોઈએ. +પાસ્પોર્ટની જાતિ નહીં કહેવામાં આવેલ છે (એક્સ) અથવા નામ અને જાતિ મેળવવા માટે અપડેટ કરવામાં આવેલ ડૉક્યૂમેન્ટ્સમાં જાતિ વિવર્તિત છે. +આ ડોક્યૂમેન્ટ્સની પ્રતિષ્ઠાને વિદેશી સરકારોની સ્વાર્થીયતા એકદમ વ્યાપક છે. +સેક્યુરિટી ચેકપોઇન્ટ્સમાં પોસ્ટ-સેપ્ટેમ્બર 11, 2001 ના યુગમાં પણ શોધો વધારી ગયા છે. +પ્રાથમિક ઓપરેટિવ ટ્રાન્સજેન્ડર લોકોને તેમના પ્રિવેસી અને પ્રતિષ્ઠાને સ્કેનરથી પસાર થવાની આશા નહીં રાખવી જોઈએ. +રિપ ક્રેન્ટ્સ સમુદ્રથી બેચથી તોડી ગયેલા લાંબા સમુદ્રોમાંથી પુનર્જીવિત ફ્લો છે. +અન્ડરવેટર ટોપોલોજીના કારણે પ્રતિક્રિયાને કેટલાક અંદર વિસ્તારોમાં કેન્દ્રિત કરવામાં આવે છે અને ગંભીર પાણીમાં તેમની સ્થિતિ બની શકે છે. +મોટાભાગના મૃત્યુઓ જલ્દીની વિરુદ્ધ પાણીને પાછળ સ્વિમ કરવાનો પ્રયત્ન કરવાના કારણે થાય છે, જે અસંભવિત હોઈ શકે છે. +જ્યારે તમે વર્તમાંથી બહાર નીકળો ત્યારે સ્વિમિંગ પાછળ જવું સામાન્ય રીતે વધુ મુશ્કેલ નથી. +તમે કેટલાક જગ્યાએ પ્રયાસ કરો જ્યાં તમે ફરી પકડવાની જરૂર નથી અથવા, તમારા કૌશલો અને તમે નોંધવામાં આવ્યો છો ત્યારે તમે બચાવ માટે વિચારી શકો છો. +રે-ઇન્ટ્રી શોક સંસ્કૃતિ શોક સુધી પહેલા આવે છે (હોનીમૂન પ્રક્રિયાની મોટી સંખ્યા છે), લાંબી સમય સુધી રહે છે અને વધુ ગંભીર હોઈ શકે છે. +નવી સંસ્કૃતિમાં સુધારવાની સરળ સમય હોવાના પ્રવાસીઓ કેટલીક વખતે તેમના માત્ર સંસ્કૃતિમાં ફરીથી સુધારવાની ખરેખર મુશ્કેલ સમય થાય છે. +જ્યારે તમે વિદેશમાં રહ્યા પછી ઘરે પહોંચી ત્યારે તમે નવી સંસ્કૃતિમાં સુધારવામાં આવ્યો છો અને તમારી ઘરેલું સંસ્કૃતિમાંથી કેટલાક પ્રવૃત્તિઓને ગુમાવ્યો છો. +જ્યારે તમે પ્રથમ વખતે વિદેશમાં જતા હતા, લોકો શાસ્ત્ર અને સંબંધિત હતા, જાણીને કે નવી દેશમાં પ્રવાસીઓને સુધારવાની જરૂર છે. +લોકોને શંકાસ્પદ કરી શકે નહીં કે પ્રવાસીઓને ઘરે પ્રવાસ કરવા માટે દર્દી અને સમજન પણ જરૂરી છે. +પિરામિડ સાઉન્ડ અને લાઇટ શો એ બાળકો માટે આ વિસ્તારમાં સૌથી વિચાર્ય વસ્તુઓમાંની એક છે. +તમે કાળામાં પિરામિડ્સને જોશી શકો અને શોના શરૂઆત પહેલા તમે તેમને મૌનમાં જોશી શકો. +સામાન્ય રીતે તમે મુસાફરો અને વેન્ડોરોની સૂની સાંભળી છો. સૂની અને પ્રકાશની સ્ટોરી એક સ્ટોરી બુક જેવી છે. +સ્ફિન્ક્સ એક લાંબા કથાની બેકડ્રોપ અને નારાટક તરીકે સ્થાપિત છે. +સીન્સ પાય્રામિડ્સ પર દેખાય છે અને વિવિધ પાય્રામિડ્સ પ્રકાશિત કરવામાં આવે છે. +દક્ષિણ શેટલેન્ડ ટાપુઓ, જેમને 1819માં શોધ કરવામાં આવ્યો છે, ઘણા દેશોની દાવો છે અને તેમની સૌથી વધુ બેસ છે, જેમાં 2020માં છ અક્ટિવ છે. +આર્ચિપેલાગો પેનિન્સુલા ઉત્તરથી 120 કિલોમીટર દૂર છે. સૌથી મોટો કિંગ જોર્જ ટાપુ છે જેમાં વિલા લાસ એસ્ટ્રેલાસની સ્થાનિકતા છે. +અન્યોએ લિવિંગસ્ટોન ટાપુ અને ડેક્ટેક્શનની શ્રેણી કરી છે, જ્યાં સ્ટિલ-એક્ટિવ વોલ્કેનોની ફ્લૂડેડ કેલ્ડેરા એક સ્પેક્ટેક્યુલ પ્રાક્રિયાત્મક પ્રાક્રિયાત્મક હાર્બર પ્રદાન આપે છે. +એલ્સ્વોર્થ લેન્ડ પેનિન્સ્યુલા દક્ષિણ ક્ષેત્ર છે જે બેલિંગસહુસેન સમુદ્રથી અંકિત છે. +આ પેનિન્સુલાના પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત પર્વત ����������� +ઉત્તરી ભાગ અથવા સેન્ટિનેલ રેન્જમાં એન્ટાર્ક્ટિકાના સૌથી ઉચ્ચ પર્વત પર્વત વિન્સન મેસિફ, વિન્સન માં 4892 મીટર પર છે. +દૂર્ઘટના સ્થળોમાં, સેલ ફોન કવરેજ સાથે, સેટેલાઇટ ફોન તમારી એકમાત્ર વિકલ્પ હોઈ શકે છે. +એક સેટેલાઇટ ફોન સામાન્ય રીતે એક મોબાઈલ ફોનની પ્રતિક્રિયા નથી, કારણ કે તમારે ફોન કોલ કરવા માટે સેટેલાઇટ સાથે સારી લાઇન ઓફ સાઇટ સાથે બહાર રહેવી જરૂરી છે. +શિપિંગ સહિતના પ્લેસર ક્રાફ્ટ સહિતની સેવાની વારંવાર ઉપયોગ કરવામાં આવે છે, જેમાં દૂરની ડેટા અને વોલ્સ જરૂરી છે. +તમારા સ્થાનીક ટેલિફોન સેવા પ્રદાન આ સેવાને જોડવા માટે વધુ માહિતી આપી શકે છે. +ગેપ-વર્ષની યોજના કરનારાઓ માટે વધુમાં વધુ પ્રખ્યાત વિકલ્પ મુસાફરી અને શીખવાની છે. +આ વિદ્યાર્થીઓને યુનિવર્સિટીના પહેલાં એક વર્ષ લેવાની મંજૂરી આપી છે, જેથી તેઓ તેમના શિક્ષણને કેમ કરી શકે છે અને તેમને યુનિવર્સિટીને પહેલાં એક વર્ષ લેવાની મંજૂરી આપી છે. +ઘણા કિસ્સાઓમાં, વિદેશમાં એક ગેપ-વર્ષના કોર્સમાં જોડવાથી તમારી ઘરેલું દેશમાં ઉચ્ચ શિક્ષણમાં જવાની તમારી શંકાઓને વાસ્તવિક રીતે વધારી શકે છે. +આ શૈક્ષણિક પ્રોગ્રામોમાં દાખલ કરવા માટે સામાન્ય રીતે ટુઇશન ફી લાગશે. +ફિનલેન્ડ એક મોટી બોટિંગ દેસ્ટીનેશન છે. "એક હજાર લેકોના દેશ" પણ લેકોમાં અને કોસ્ટલ એર્ચિપેલાગોસમાં હજારો ટાપુઓ છે. +આર્ચિપેલાગો અને તલાવોમાં તમારે યેચ્ટની જરૂરિયાત નથી. +જો કે સમુદ્ર સમુદ્રો અને સૌથી મોટી સરોવારો કોઈપણ યાચ્ટ, નાની જહાજો અથવા એક કેયકને વિવિધ અનુભવ આપે છે. +ફિન્લેન્ડમાં બોટિંગ એક રાષ્ટ્રીય રીતી છે, જેમાં સતત સાત અથવા આઠ લોકો સાથે એક બોટ છે. +નોર્વે, સ્વેડન અને ન્યૂઝીલેન્ડ દ્વારા આ મેચ કરવામાં આવે છે, પરંતુ અન્યત્ર રીતે ખૂબ અલગ છે (જેમ કે નેડરલેન્ડમાં ફિગર એક થી ફોર્ટી છે). +મોટાભાગના બેલ્ટિક ક્રૂઝમાં રશિયાના સેન્ટ પીટર્સબર્ગમાં વિસ્તારીય રીતે રહેવાની વિસ્તાર છે. +આ અર્થ છે કે જ્યારે તમે પ્રવાસ કરી રહ્યા છો અને રાત્રે જહાજની પર જાગી રહ્યા છો ત્યારે તમે ઇતિહાસક શહેરની મુલાકાત કરી શકો છો. +જો તમે માત્ર શિપબોર્ડ એક્સક્યુર્શનો ઉપયોગ કરીને મોટી સમુદ્ર સુધી જવાનો કરો તો તમારે એક વિશેષ વિઝા જરૂરી નથી (2009ની રીતે). +કેટલાક ક્રૂઝમાં બ્રોચિયરમાં બર્લિન, જર્મનીયની જાણકારી થાય છે. જેમ કે તમે માપમાં જોશી શકો છો કે બર્લિન સમુદ્રથી કેટલીક દૂર છે અને શહેરની મુલાકાત ક્રૂઝના કિંમતમાં સમાવેશ નથી. +વિમાનમાં પ્રવાસ બધા વ્યક્તિઓ અને પ્રક્રિયાઓ માટે ભયાનક અનુભવ હોઈ શકે છે, ખાસ કરીને જો તેઓ પહેલાં નહીં વિમાન કર્યું છે અથવા તેમને ત્રાસદાયક ઘટનાનો અનુભવ કર્યું છે. +તે એક શંકાસ્પદ નથી: તે અન્ય વસ્તુઓના વ્યક્તિગત ભાવનાઓ અને વિરોધો સાથે સંબંધિત નથી, જેમાં ઘણા લોકો છે. +કેટલાક માટે, એક વિમાન કાર્યક્રમમાં કેવી રીતે કામ કરે છે અને એક વિમાન કાર્યક્રમમાં જે ઘટનાઓ થાય છે તે વિશે સંબંધિત કરવાની મદદ કરી શકે છે જે અજ્ઞાત અથવા નિયંત્રિત નહીં હોવાની બાજુ પર છે. +કૂરિયર કંપનીઓને જલ્દીની જાહેરાત કરવા માટે ખર્ચ આપવામાં આવે છે. વારંવાર, વ્યાવસાયિક ડોક્યૂમેન્ટ્સ, વ્યાવસાયિક વિકલ્પો અથવા સ્પેર પાર્ટ્સ માટે વ્યાવસાયિક ડોક્યૂમેન્ટ્સ, વ્યાવસાયિક વિકલ્પો અથવા સ્પેર પાર્ટ્સ +કેટલાક માર્ગો પર મોટા કંપનીઓ તેમની પોતાની વિમાન છે, પરંતુ અન્ય માર્ગ અને નાના કંપનીઓ માટે એક સમસ્યા હતી. +જો તેઓએ વાયુ ફ્રાઇટ દ્વારા વસ્તુઓને બહાર કાઢી દેવામાં આવ્યો છે, તો કેટલાક માર્ગો પર તેમને ઉનલોડિંગ અને કસ્ટોમમાં દિવસો લાગશે. +ફાસ્ટર સુધી તેને મેળવવા માટે એકમાત્ર રસ્તો હતો કે તેને ચેકડ લગેજ તરીકે સેન્ડ કરવો. એરલાઇન નિયમો તેમને પ્રવાસી સાથે લગેજ સેન્ડ કરવાની અંગેન નહીં કરશે, જેમાં તમે આવો છો. +પ્રથમ અથવા વ્યાવસાયિક ક્લાસમાં ફ્લાયિંગ કરવાની જાસૂસી માર્ગ એ છે કે જરૂરિયાત માટે (અથવા, વધુ સારી રીતે, તમારી કંપનીને તમારા માટે કરવાનો પ્રયત્ન કરવો). +જો કે, આ સસ્તી નહીં આવે છે: થૂંબી નિયમો તરીકે, તમે વ્યવસાયિક અર્થતંત્ર માટે ચાર ગણું કરવાની અપેક્ષા રાખી શકો છો અને પ્રથમ શ્રેણી માટે એલવન ગણું કરવાની અપેક્ષા રાખી શકો છો. +સામાન્ય રીતે કહેવામાં આવે છે કે એ સાથે બનેલા ડાયરેક્ટ ફ્લાઇટ્સથી બિઝનેસ અથવા પ્રથમ ક્લાસ સીટ્સ માટેની ડિસ્કાઉન્ટ માટે જોવા માટે કોઈ પોઇન્ટ નથી. +એરલાઇન્સ જાણીએ છે કે એક ખાસ કોર ગ્રૂપ છે જે ફ્લાઇટર છે જે કેટલાક સ્થળોમાં જલ્દી અને સંતુસ્ત રીતે આવવા માટે ઉચ્ચ ડોલર ચૂકવવા માંગે છે અને તેના અનુસાર ચર્જ કરે છે. +મોલ્ડોવાની રાજધાની ચિશિનાઉ છે. સ્થાનીક ભાષા રોમનિયન છે, પરંતુ રશિયાની વ્યાપક ઉપયોગ કરવામાં આવે છે. +મોલ્ડોવા એક વિવિધતા જાતિવાદી રિપબ્લિક છે જેમને જાતિવાદી યુદ્ધોમાંથી પીડિત છે. +1994માં આ યુદ્ધે પૂર્વીય મોલ્ડોવામાં પૂર્વીય ટ્રાન્સનિસ્ટ્રિયા રિપબ્લિકનની શ્રેષ્ઠ કરવામાં આવી હતી, જેમાં તેની પોતાની સરકાર અને મુદ્રા છે પરંતુ તે કોઈ યુન સભ્ય દેશ દ્વારા પ્રમાણિત નથી. +મોલ્ડોવાના આ બે ભાગોમાં રાજકીય વાટાઘાટોમાં નિષ્ફળ થવાની વિરુદ્ધ અર્થતંત્ર સંબંધોની પુનર્જીવિત કરવામાં આવી છે. +મોલ્ડોવામાં મુખ્ય ધર્મ ઓર્થોડોક્સ ક્રિસ્ટિયન છે. +ઇઝમિર તુર્કીની ત્રીજા સૌથી મોટી શહેર છે જેમાં લોકોની સંખ્યા લગભગ 3.7 મિલિયન છે, ઇસ્ટાંબુલ પછીની બીજી મોટી બંદરગાહી છે અને ખૂબ સારી ટ્રાન્સપોર્ટ હબ છે. +એકવાર સ્મીર્નાના પ્રાચીન શહેર, તે હવે એક મોડર્ન, વિકાસિત અને વ્યાપક વાણિજ્યક કેન્દ્ર છે, જે એક મોટી કેન્દ્રમાં સ્થિત છે અને પર્વત પર્વત્યોમાંથી સ્થિત છે. +બ્રોડ બૌલેવાર્ડ્સ, ગ્લાસ-ફ્રોન્ટેડ ઇમારતીઓ અને મોડર્ન શોપિંગ સેન્ટર્સમાં પરંપરાગત રેડ-ટાઇલ્ડ રૂફ્સ, 18મી સદીના બજાર, અને જૂની મસ્જિદનો અને ચર્ચો સાથે જોડાયેલા છે, જોકે શહેરમાં મેડિટેરિયન યુરોપમાંથી વધુ �� +હાલ્ડરસ્વિકના ગામે એસ્ટુરોયની નજીકની દૃશ્ય જોવા મળી શકે છે અને એક અસામાન્ય ઓક્ટાગોનાલ ચર્ચ છે. +ચર્ચમાં કેટલાક કબ્રિયાતો પર પક્ષીઓના મર્બલ સ્ક્યૂલ્ટર છે. +વિચિત્ર ગામમાં સ્ટ્રોલ કરવા માટે એક કલાક માટે તે મુલ્યાંકન છે. +ઉત્તર અને સરળ રીતે પહોંચી શહેર સિન્ટ્રા છે અને જેને લોર્ડ બાય્રોન દ્વારા રેકોર્ડ કરવામાં આવેલી પ્રતિષ્ઠાની અહેવાલી પછી વિદેશીઓને ખુબ જ આશ્ચર્ય કરવામાં આવી છે. +સ્કોટર્બ બસ 403 સિન્ટ્રામાં નિયમિત રીતે પ્રવાસ કરે છે અને કાબો ડા રોકા પર રોકાય છે. +અને ઉત્તરની મુલાકાતમાં આપણી લેડી ઓફ ફાટિમા (શ્રીન)ની મોટી સેન્ટ્ક્યુરીની મુલાકાત પણ જોવાની છે, જેમાં વિશ્વભરી મેરિયન દર્શકોના દર્શકોનો સ્થાન છે. +કરીને યાદ રાખો કે તમે મૂળભૂત રીતે એક મેસ ગ્રેવ સાઇટની મુલાકાત કરી રહ્યા છો, જેમાં વિશ્વના વિશ્વસની એક મોટી ભાગના લોકો માટે સંભવિત અર્થ છે. +હજી ઘણા પુરુષો અને સ્ત્રીઓ જીવી રહી છે જેઓ તેમના સમયે આ સ્થળ પર જીવી રહ્યા છે, અને ઘણા વધુ પુરુષો અને સ્ત્રીઓ જીવી રહી છે જેઓ તેમના પ્રેમીઓને હત્યા કરવામાં આવ્યા છે અથવા તેમને મૃત્યુમાં કામ કરવામાં આવ્યા છે, �� +શ્રેષ્ઠ સ્થિતિમાં આ સાઇટને સર્વોચ્ચ કરો અને તેને જે સ્વાર્થી છે તેને પ્રતિશ્રેષ્ઠ કરો. હોલોકાસ્ટ અથવા નાઝિસની મજાક ન કરો. +સ્ટ્રુક્ચરોમાં ગ્રાફિટીને માર્ક કરીને અથવા ખેંચીને સાઇટને નિષ્ફળ કરી નહીં. +બાર્સેલોના અધિકારી ભાષા કેટલાન અને સ્પેનિશ છે. અમુક અર્થે કેટલાનને બોલવા માંગે છે, મોટાભાગના લોકો તેને સંબંધિત કરે છે, અને વાસ્તવિક રીતે બધા લોકો સ્પેનિશને જાણે છે. +જો કે, મોટાભાગના ચિહ્નો માત્ર કેટલનમાં જોવામાં આવે છે કારણ કે તે કાયદા દ્વારા પ્રથમ અધિકારી ભાષા તરીકે સ્થાપિત કરવામાં આવ્યું છે. +જો કે, સ્પેનિશ પણ જાહેર પ્રવાહી અને અન્ય સુવિધાઓમાં વ્યાપક રીતે ઉપયોગ કરવામાં આવે છે. +મેટ્રોમાં નિયમિત જાહેરાતો માત્ર કેટેલાનમાં કરવામાં આવે છે, પરંતુ અયોગ્ય રીતે અસ્વીકાર્યતાઓની જાહેરાત સ્પેનિશ, ઇંગ્લીશ, ફ્રેન્ચ, અરાબી અને જાપાનીની વ્યાપક ભાષાઓમાં એક્ટોમેટેડ સિસ્ટમ દ્વારા કરવામાં આવે છે. +પેરિસિયનો એગોસેન્ટ્રિક, ગંભીર અને આત્મવાદી રૂપે છે. +જ્યારે આ ઘણી વાર ફક્ત અસત્યવાદી સ્ટેરીયોટાઇપ છે, પેરિસમાં સારી રીતે સાથે રહેવા માટે સૌથી સારી રીત છે કે તમારી સૌથી સારી રીત રાખવી અને કેટલીક વ્યક્તિની રીતે કામ કરી લેવી જોઈએ. તે સારી રીતે સાથે રહેવા માટે સૌથી સ +પેરિસિયનો તેજસ્વી બહારે તમે કેટલાક મૂલ્યાંકનો દેખો તો તે જલ્દી રહેશે. +પ્લિટ્વિસ લેક્સ રાષ્ટ્રીય ઉદ્યાન મોટાભાગે બીચ, સ્પ્રૂસ અને ફિર વંચિત છે અને આલ્પાઇન અને મિડ્ટેરેનિયન જંતુઓની મિશ્રણ છે. +તેના માઇક્રોક્લિમેટ્સ, વિવિધતા ભૂમિ અને વિવર્તિત હિમસ્થાની સ્ત્રીજનો કારણે તેના પ્લાંટ સમુદાયોની ખૂબ જ વ્યાપક વિવિધતા છે. +આ વિસ્તારમાં પ્રાણીઓ અને પક્ષીઓની એક્સ્ટ્રેમી વિવિધતાની વિવિધતાની પ્રાણીઓ અને પક્ષીઓ છે. +યુરોપિયન બ્રાઉન બેર, વોલ્ફ, ઈગલ, ઓવલ, લિન્ક્સ, વાઇલ્ડ કેટ અને કેપેર્કેલીએ તેમાં ઘણા સામાન્ય પ્રાણીઓ સાથે શોધી શકાય છે. +મોનાસ્તરીઓની મુલાકાત કરતાં સ્કિર્ટોને ગંભીરો અને શરીરો પણ સંપૂર્ણ કરવી જરૂરી છે. +મોટાભાગના મોનાસ્તરીઓએ અયોગ્યતા નહીં આવેલા સ્ત્રીઓને વ્રેપ્સ આપે છે, પરંતુ જો તમે તમારા પોતાના વ્રેપ્સ લાવો, ખાસ કરીને પ્રકાશિત રંગના વ્રેપ્સ લાવો, તો તમારે મોન્ક અથવા નનની પ્રારંભમાં સ્મિલ મળી શકો છો. +આ સમાન્ય લાઇન પર પુરુષોને ખેંચોને પકડવાની ટ્રોસર પહોંચવી જરૂરી છે. +આ પણ પ્રવેશના સ્ટોકમાંથી વેચવી શકાય છે પરંતુ તે ક્લોથિંગને દરેક ઉપયોગકર્તા પછી નિર્માણ કરવામાં આવે છે તેથી તમે આ સ્કિર્ટ્સ પહેલાં સારી લાગી શકો નહીં. પુરુષો માટે એક સાઇઝ બધાને છે! +મેડિટરિયનનાં સમાન વિસ્તારોનાં જેવા મેજોર્કન ક્યુિઝિન પણ રોટી, ખૂડીઓ અને માસો (ખાસ કરીને પોર્ક) પર આધારિત છે અને ઓલિવ તેલ દ્વારા ઉપયોગ કરે છે. +એક સારી લોકપ્રિય રાત્રેખાન, ખાસ કરીને ઉનાળામાં, પા અમ્બ ઓલી છે: બ્રેડ સાથે ઓલિવ ઓઇલ, ટોમેટો અને કેટલાક ઉપલબ્ધ કંડિમેન્ટ્સ જેમણે ચીઝ, ટુનાફિશ અને અન્ય કેટલાક ઉપલબ્ધ કંડિમેન્ટ્સ છે. +તમારા માટે સી ના શબ્દની સાથે બધા શબ્દોના શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ શ્રેષ્ઠ � +કેટલાક શબ્દો અને વસ્તુઓ વિભિન્ન કરવા માટે આ એક મહત્વપૂર્ણ રીતે છે. +તે પણ વારંવાર વાંચન સરળ બનાવે છે, તેમ છતાં લખવાની કેટલીક મુશ્કેલી છે કારણ કે એક વર્બ અથવા અધ્યયોગિક શબ્દો સંસ્કૃતિકારક રૂપમાં ઉપયોગ કરવામાં આવે છે કે નહીં તેની શોધ કરવાની જરૂર છે. +આઇટાલિયનમાં શબ્દોની શ્રેષ્ઠ રીતે અર્થ અનુભવવામાં સરળ છે કારણ કે મોટાભાગના શબ્દોની શ્રેષ્ઠ રીતે અર્થ અનુભવવામાં સરળ છે. +જોવા માટે મુખ્ય અક્ષરો સી અને જી છે, કારણ કે તેમની શબ્દની શ્રેષ્ઠ વર્ણને અનુસરી કરવામાં આવે છે. +અને ર અને રરને વિવિધતારી રીતે વર્ણવી લેવો: કારો દેર અર્થ છે, જ્યાંકે કારો ચરિયોટ અર્થ છે. +પેર્સિયનની સામાન્ય રીતે સરળ અને મોટાભાગમાં નિયમિત ગ્રામર છે. +તેથી, આ ગ્રામર પ્રિમેરને વાંચીને તમારે પેર્સિયન ગ્રામરની ઘણી વિશે શીખી શકો અને શબ્દોને વધુ સમજી શકો. +જો તમે રોમાન્સ ભાષાની જાણકારી છો, તો તમને પોર્ટુગલ શીખવા માટે સરળ થઈ જશે. +જો કે, સ્પેનિશની થોડી જાણકારી વ્યક્તીઓ પોર્ટુગલને તાજેતર રીતે સમાવેશ કરી શકે છે કે તે વિશેષ અભ્યાસ માટે જરૂરી નથી. +પ્રાથમિક ઓબ્સર્વેટોરીઓ સામાન્ય રીતે આજે અસ્વીકારી છે અને મુઝીયમ અથવા શિક્ષણના સ્ટેટ્સ તરીકે રહે છે. +તેમના વ્યસ્ત સમયે પ્રકાશની મુશ્કેલી એક સમસ્યા નહીં હતી, તેથી તેઓ સામાન્ય રીતે શહેરોમાં અથવા કેમ્પ્સમાં સ્થિત છે, જે મોડર્ન સમયોમાં બાંધવામાં આવેલા છે તેમની સરળતાથી પહોંચવા મુશ્કેલ છે. +મોટાભાગના મોડર્ન રિસર્ચ ટેલીસ્કોપ્સ દૂરભૂમી વિસ્તારોમાં સંભવિત હવામાનિક પરિસ્થિતિઓ સાથે મોટા સુવિધાઓ છે. +ચેરી બ્લોસોમ જોવાની જાપાની સંસ્કૃતિમાં 8મી સદી સુધી એક ભાગ છે, જેને હનામી કહેવામાં આવે છે. +કોન્સેપ્ટ ચીનથી આવ્યું છે જ્યાં પ્લમની ખુબનીઓ પસંદગીની ફૂલ હતી. +જાપાનમાં, પ્રથમ ચેરી બ્લોસમ પાર્ટીઓ એમ્પેરોરથી માત્ર અને ઇમ્પેરિયલ કોર્ટના અરિસ્ટ્રોસીના અન્ય સભ્યો માટે હોસ્ટ કરવામાં આવ્યા હતા. +પ્લાંટો પ્રાકૃતિક પરિસ્થિતિમાં છે ત્યારે તેઓ તેમની સૌથી સારી રૂપમાં છે, તેથી "એકમાત્ર એક" પ્રેક્ષકોને બહાર કાઢવાની પ્રેક્ષકોને પ્રતિરોધ કરો. +સ્થાપિત રૂપે આરંભિત બાગીની બાગીચીને જરૂરિયાત કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની પ્રવૃત્તિ કરવાની �������������������� +સિંગાપોર સામાન્ય રીતે એક ખૂબ સુરક્ષિત જગ્યા છે અને નેવિગેશન ખૂબ સરળ છે, અને તમે આવતા પછી લગભગ કોઈપણ વસ્તુઓને ખરીદી શકો છો. +પરંતુ “ઉચ્ચ ઉષ્ણકટિબંધોમાં” એકટોરના થોડા ડિગ્રી ઉત્તરથી સ્થિત હોવાથી તમારે બધા ગરમ અને શક્તિશાળી સૂર્ય સાથે સંબંધ કરવું જરૂરી હશે (હંમેશાં સ્થિત હોવાથી, વધુ દુર્લભ રીતે). +હેબ્રોનની તરીકે ઉત્તર જતા કેટલાક બસ્સો પણ છે, બાઇબલિકલ પતિર્ષીઓ એબ્રાહમ, ઇસાક, જેકોબ અને તેમના પત્નીઓની પ્રાચીન સ્થાન. +તમે વિચારી રહ્યા છો તે બસ હેબ્રોનમાં જઈશે અને કિર્યત અર્બાની જૂડિશ સ્થાનીયતા માટે જ નહીં. +આંતરિક પાણીની રસ્તાઓ એ એક સારી થીમ હોવી શકે છે જેની સાથે એક ઉદ્ઘાટન કરવામાં આવી શકે. +લીર વેલી, રાઇન વેલી અથવા ડાન્યુબના મહત્વપૂર્ણ શહેરોમાં ક્રૂઝ લેવા અથવા એરી કેનાલની સાથે બોટિંગ કરવાની મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી મુલાકાતી �������� +તેઓ પોપ્યુલર હાઇકિંગ અને સાયકલિંગ ટ્રેલ્સની રૂટ પણ નિર્ધારિત કરે છે. +ક્રિસ્ટિયનના સૌથી મહત્વપૂર્ણ ઉત્સવોમાંની એક છે અને જેસસના જન્મદિવસ તરીકે ઉજવવામાં આવે છે. +મોટાભાગના વર્ષપંચિમાં આવેલા ઘટનાઓને ક્રિસ્ટિયન દેશોમાં અને વિશ્વમાં ક્રિસ્ટિયન સાથે નહીં માનવામાં આવેલા વિશ્વસનીઓને પણ પણ પ્રયોજિત કરવામાં આવ્યો છે. +ઈસ્ટર નાઇટને સૂર્ય રહેવાની એક પરંપરા છે જેમાં સૂર્યની દેખવા માટે કેટલાક વેપાર સ્થળોમાં જગ્યાએ છે. +આ પરંપરાની તરીકે ક્રિસ્ટિયન થોલોજિકલ વિશ્લેષણો છે, પરંતુ તે ક્રિસ્ટિયન સ્પ્રિંગ અને ફર્ટિલિટી રિટ્યુઅલ શકે છે. +વધુ પ્રાચીન ચર્ચો એસ્ટર વિકેન્ડ દરમિયાન શનિવારે રાત્રે એસ્ટર વિગિલ કરે છે, જેમાં ક્રિસ્ટની પુનર્જીવનની ઉજવણી કરવા માટે સારી રાત્રીના સ્ટ્રોકમાં સંમેલનો સમાવેશ કરે છે. +દ્વીપ્રસ્થિત રીતે ટાપુઓમાં આવેલા બધા પ્રાણીઓ તેમને સ્વિમિંગ, ફ્લાયિંગ અથવા ફ્લોટિંગ દ્વારા આવ્યા છે. +કેન્દ્રમાંથી મોટી દૂરી કારણે પ્રાણીઓ ગેલાપાગોસમાં જાયન્ટ ટોર્ટોઇસને મુખ્ય ખેડૂત પ્રાણીને બનાવી શકતા નહીં. +માણસની ગેલાપાગોસમાં આવી પછી ઘોડી, હોર્સ, ગાય, રેટ, કેટ અને ડોગ સહિતની ઘણી પ્રાણીઓની જાણકારી કરવામાં આવી છે. +જો તમે ઉનાળામાં એર્ક્ટિક અથવા અન્ટાર્ક્ટિક વિસ્તારોમાં મુલાકાત કરો તો તમે પોલર રાત્રિને અનુભવી શકો છો, જેનો અર્થ છે કે સૂર્ય હોરિઝનથી ઉપર નહીં પહોંચી જાય છે. +આ આઉરોરા બોરેલિસને જોવા માટે એક સારી તક આપે છે, કારણ કે સમય સમય સુધી ચાંદ્રમાં કેટલીક અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર અંદર ����� +આ વિસ્તારો ખાસ રહેલા છે, અને તેથી લાઇટ પોલ્ય્યુશન એકદમ એક સમસ્યા નથી, તેથી તમે સ્ટારો પણ સુનિશ્ચિત કરી શકો છો. +જાપાની કામ સંસ્કૃતિ વધુ અધિકારી અને ફોર્મલ છે જે પશ્ચિમી લોકોને ઉપયોગી હોઈ શકે નહીં. +સીટ્સ સ્ટેન્ડર્ડ બિઝનેસ ઇટિરી છે, અને સહકર્મચારીઓ એકબીજાને તેમના પરિવારના નામ અથવા જોબનાં ટાઇટલ્સ દ્વારા એકબીજાને કોલ કરે છે. +કાર્યસ્થળની સંતુલન મહત્વપૂર્ણ છે, વ્યક્તિગત સફળતાઓની પ્રશંસા કરીને જૂથની પ્રયત્નો પ્રસ્તુત કરવાની જરૂર છે. +કર્મચારીઓને તેઓ કેવી નિર્ણયો કરે છે તેના સુપ્રિયરોની સ્વીકારી મળવી જરૂરી છે અને તેઓ પ્રશ્ન વિના સુપ્રિયરોના પ્રશ્નોને સુનિશ્ચિત કરવાની અપેક્ષા છે. diff --git a/test-en-gu.bleu b/test-en-gu.bleu new file mode 100644 index 0000000000000000000000000000000000000000..d5ffea5b016b842942e765f5fc198510ae2717ab --- /dev/null +++ b/test-en-gu.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 8.78 37.8/14.6/5.7/2.4 (BP = 0.946 ratio = 0.948 hyp_len = 22589 ref_len = 23840) diff --git a/test-en-gu.comet b/test-en-gu.comet new file mode 100644 index 0000000000000000000000000000000000000000..0cd8437cf8f753562ffce3562a9d039360d3b94d --- /dev/null +++ b/test-en-gu.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 0 score: 0.6790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 2 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 3 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 4 score: 0.4579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 5 score: 0.6910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 6 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 7 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 8 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 9 score: 0.7608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 10 score: 0.5735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 11 score: 0.6557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 12 score: 0.7526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 13 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 14 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 15 score: 0.7154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 16 score: 0.7097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 17 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 18 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 19 score: 0.6574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 20 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 21 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 22 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 23 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 24 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 25 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 26 score: 0.6315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 27 score: 0.6685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 28 score: 0.5447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 29 score: 0.6294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 30 score: 0.6196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 31 score: 0.6460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 32 score: 0.6509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 33 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 34 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 35 score: 0.5614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 36 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 37 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 38 score: 0.6422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 39 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 40 score: 0.6529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 41 score: 0.9446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 42 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 43 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 44 score: 0.6087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 45 score: 0.5830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 46 score: 0.6406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 47 score: 0.2700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 48 score: 0.6301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 49 score: 0.5315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 50 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 51 score: 0.4266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 52 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 53 score: 0.6860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 54 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 55 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 56 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 57 score: 0.4010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 58 score: 0.5347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 59 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 60 score: 0.7408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 61 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 62 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 63 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 64 score: 0.7652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 65 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 66 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 67 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 68 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 69 score: 0.8718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 70 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 71 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 72 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 73 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 74 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 75 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 76 score: 0.6366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 77 score: 0.5709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 78 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 79 score: 0.6351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 80 score: 0.3077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 81 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 82 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 83 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 84 score: 0.6025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 85 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 86 score: 0.5803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 87 score: 0.6819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 88 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 89 score: 0.6778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 90 score: 0.5617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 91 score: 0.2970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 92 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 93 score: 0.7804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 94 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 95 score: 0.9431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 96 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 97 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 98 score: 0.3178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 99 score: 0.5607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 100 score: 0.6215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 101 score: 0.6416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 102 score: 0.7712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 103 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 104 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 105 score: 0.3670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 106 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 107 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 108 score: 0.7160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 109 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 110 score: 0.7398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 111 score: 0.6925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 112 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 113 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 114 score: 0.6164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 115 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 116 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 117 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 118 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 119 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 120 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 121 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 122 score: 0.8949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 123 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 124 score: 0.5689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 125 score: 0.7792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 126 score: 0.6273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 127 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 128 score: 0.7371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 129 score: 0.6180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 130 score: 0.4238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 131 score: 0.5917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 132 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 133 score: 0.7530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 134 score: 0.2226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 135 score: 0.4781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 136 score: 0.5990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 137 score: 0.6469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 138 score: 0.6510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 139 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 140 score: 0.7664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 141 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 142 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 143 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 144 score: 0.7249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 145 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 146 score: 0.3889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 147 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 148 score: 0.5979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 149 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 150 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 151 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 152 score: 0.7042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 153 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 154 score: 0.4395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 155 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 156 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 157 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 158 score: 0.7013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 159 score: 0.7558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 160 score: 0.4926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 161 score: 0.6037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 162 score: 0.6977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 163 score: 0.6458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 164 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 165 score: 0.5472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 166 score: 0.6278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 167 score: 0.5877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 168 score: 0.7277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 169 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 170 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 171 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 172 score: 0.6642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 173 score: 0.6907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 174 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 175 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 176 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 177 score: 0.7983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 178 score: 0.6846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 179 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 180 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 181 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 182 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 183 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 184 score: 0.5199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 185 score: 0.9078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 186 score: 0.4829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 187 score: 0.8131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 188 score: 0.4031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 189 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 190 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 191 score: 0.7993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 192 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 193 score: 0.7561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 194 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 195 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 196 score: 0.6422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 197 score: 0.5290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 198 score: 0.7077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 199 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 200 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 201 score: 0.7395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 202 score: 0.4374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 203 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 204 score: 0.5130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 205 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 206 score: 0.7721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 207 score: 0.7910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 208 score: 0.7821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 209 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 210 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 211 score: 0.6121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 212 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 213 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 214 score: 0.7586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 215 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 216 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 217 score: 0.8068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 218 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 219 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 220 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 221 score: 0.7118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 222 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 223 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 224 score: 0.9402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 225 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 226 score: 0.7188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 227 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 228 score: 0.8361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 229 score: 0.6605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 230 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 231 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 232 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 233 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 234 score: 0.2994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 235 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 236 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 237 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 238 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 239 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 240 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 241 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 242 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 243 score: 0.5084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 244 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 245 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 246 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 247 score: 0.5277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 248 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 249 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 250 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 251 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 252 score: 0.7206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 253 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 254 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 255 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 256 score: 0.4410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 257 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 258 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 259 score: 0.6213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 260 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 261 score: 0.6797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 262 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 263 score: 0.7822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 264 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 265 score: 0.6242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 266 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 267 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 268 score: 0.9037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 269 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 270 score: 0.6381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 271 score: 0.5465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 272 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 273 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 274 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 275 score: 0.6676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 276 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 277 score: 0.9483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 278 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 279 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 280 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 281 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 282 score: 0.9664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 283 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 284 score: 0.6147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 285 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 286 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 287 score: 0.7373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 288 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 289 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 290 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 291 score: 0.7915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 292 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 293 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 294 score: 0.7639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 295 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 296 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 297 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 298 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 299 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 300 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 301 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 302 score: 0.6290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 303 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 304 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 305 score: 0.6201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 306 score: 0.6123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 307 score: 0.7353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 308 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 309 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 310 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 311 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 312 score: 0.8274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 313 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 314 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 315 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 316 score: 0.7322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 317 score: 0.7519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 318 score: 0.8254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 319 score: 0.5739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 320 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 321 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 322 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 323 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 324 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 325 score: 0.6111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 326 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 327 score: 0.7513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 328 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 329 score: 0.7198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 330 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 331 score: 0.4326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 332 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 333 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 334 score: 0.5539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 335 score: 0.7128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 336 score: 0.7409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 337 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 338 score: 0.5542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 339 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 340 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 341 score: 0.6095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 342 score: 0.6301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 343 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 344 score: 0.6966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 345 score: 0.3437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 346 score: 0.7395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 347 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 348 score: 0.3444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 349 score: 0.5557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 350 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 351 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 352 score: 0.3438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 353 score: 0.7192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 354 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 355 score: 0.7017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 356 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 357 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 358 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 359 score: 0.5261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 360 score: 0.6304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 361 score: 0.6514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 362 score: 0.5981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 363 score: 0.5669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 364 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 365 score: 0.7115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 366 score: 0.5627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 367 score: 0.6193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 368 score: 0.4800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 369 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 370 score: 0.6665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 371 score: 0.6800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 372 score: 0.5877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 373 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 374 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 375 score: 0.6257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 376 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 377 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 378 score: 0.7295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 379 score: 0.6501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 380 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 381 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 382 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 383 score: 0.5696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 384 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 385 score: 0.5888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 386 score: 0.5286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 387 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 388 score: 0.7063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 389 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 390 score: 0.6972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 391 score: 0.7675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 392 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 393 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 394 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 395 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 396 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 397 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 398 score: 0.6183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 399 score: 0.7704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 400 score: 0.9376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 401 score: 0.7040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 402 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 403 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 404 score: 0.5897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 405 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 406 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 407 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 408 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 409 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 410 score: 0.7552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 411 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 412 score: 0.7331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 413 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 414 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 415 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 416 score: 0.8056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 417 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 418 score: 0.9208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 419 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 420 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 421 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 422 score: 0.7837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 423 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 424 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 425 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 426 score: 0.7255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 427 score: 0.7673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 428 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 429 score: 0.6849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 430 score: 0.7628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 431 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 432 score: 0.5989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 433 score: 0.7178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 434 score: 0.5760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 435 score: 0.6263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 436 score: 0.6722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 437 score: 0.7659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 438 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 439 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 440 score: 0.4611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 441 score: 0.2802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 442 score: 0.6591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 443 score: 0.5059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 444 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 445 score: 0.6971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 446 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 447 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 448 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 449 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 450 score: 0.7355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 451 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 452 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 453 score: 0.5825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 454 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 455 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 456 score: 0.6952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 457 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 458 score: 0.6967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 459 score: 0.7271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 460 score: 0.6368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 461 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 462 score: 0.2756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 463 score: 0.3519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 464 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 465 score: 0.7454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 466 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 467 score: 0.6095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 468 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 469 score: 0.7112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 470 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 471 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 472 score: 0.5660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 473 score: 0.4971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 474 score: 0.4903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 475 score: 0.6414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 476 score: 0.6671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 477 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 478 score: 0.7019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 479 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 480 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 481 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 482 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 483 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 484 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 485 score: 0.7052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 486 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 487 score: 0.6405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 488 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 489 score: 0.5387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 490 score: 0.5832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 491 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 492 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 493 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 494 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 495 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 496 score: 0.3165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 497 score: 0.6516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 498 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 499 score: 0.5784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 500 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 501 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 502 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 503 score: 0.6789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 504 score: 0.7237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 505 score: 0.6491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 506 score: 0.6283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 507 score: 0.5714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 508 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 509 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 510 score: 0.7049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 511 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 512 score: 0.4112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 513 score: 0.5575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 514 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 515 score: 0.5707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 516 score: 0.7294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 517 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 518 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 519 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 520 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 521 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 522 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 523 score: 0.6460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 524 score: 0.5878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 525 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 526 score: 0.6093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 527 score: 0.6266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 528 score: 0.2871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 529 score: 0.7390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 530 score: 0.5943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 531 score: 0.6795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 532 score: 0.6706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 533 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 534 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 535 score: 0.7182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 536 score: 0.6005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 537 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 538 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 539 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 540 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 541 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 542 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 543 score: 0.6946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 544 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 545 score: 0.6925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 546 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 547 score: 0.7638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 548 score: 0.7122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 549 score: 0.3377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 550 score: 0.5994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 551 score: 0.6576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 552 score: 0.9382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 553 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 554 score: 0.6855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 555 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 556 score: 0.5254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 557 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 558 score: 0.5982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 559 score: 0.6506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 560 score: 0.5762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 561 score: 0.6652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 562 score: 0.6496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 563 score: 0.6356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 564 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 565 score: 0.6343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 566 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 567 score: 0.7043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 568 score: 0.7107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 569 score: 0.7595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 570 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 571 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 572 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 573 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 574 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 575 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 576 score: 0.5401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 577 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 578 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 579 score: 0.7010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 580 score: 0.5668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 581 score: 0.2492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 582 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 583 score: 0.3994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 584 score: 0.5360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 585 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 586 score: 0.4212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 587 score: 0.5503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 588 score: 0.5982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 589 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 590 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 591 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 592 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 593 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 594 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 595 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 596 score: 0.6872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 597 score: 0.5374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 598 score: 0.5583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 599 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 600 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 601 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 602 score: 0.5544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 603 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 604 score: 0.5890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 605 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 606 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 607 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 608 score: 0.7111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 609 score: 0.7546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 610 score: 0.5911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 611 score: 0.4067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 612 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 613 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 614 score: 0.7300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 615 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 616 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 617 score: 0.9533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 618 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 619 score: 0.5539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 620 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 621 score: 0.5031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 622 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 623 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 624 score: 0.6264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 625 score: 0.5598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 626 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 627 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 628 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 629 score: 0.6916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 630 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 631 score: 0.7340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 632 score: 0.9398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 633 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 634 score: 0.9765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 635 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 636 score: 0.6187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 637 score: 0.6389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 638 score: 0.6032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 639 score: 0.3022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 640 score: 0.5607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 641 score: 0.5103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 642 score: 0.6152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 643 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 644 score: 0.4900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 645 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 646 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 647 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 648 score: 0.2649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 649 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 650 score: 0.6640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 651 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 652 score: 0.6929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 653 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 654 score: 0.6863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 655 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 656 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 657 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 658 score: 0.6394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 659 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 660 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 661 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 662 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 663 score: 0.7653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 664 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 665 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 666 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 667 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 668 score: 0.5771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 669 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 670 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 671 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 672 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 673 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 674 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 675 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 676 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 677 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 678 score: 0.7262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 679 score: 0.6661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 680 score: 0.7177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 681 score: 0.6929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 682 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 683 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 684 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 685 score: 0.7063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 686 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 687 score: 0.7194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 688 score: 0.6980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 689 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 690 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 691 score: 0.6346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 692 score: 0.6500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 693 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 694 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 695 score: 0.6600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 696 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 697 score: 0.8953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 698 score: 0.7683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 699 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 700 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 701 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 702 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 703 score: 0.5921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 704 score: 0.1853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 705 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 706 score: 0.6542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 707 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 708 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 709 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 710 score: 0.9091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 711 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 712 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 713 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 714 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 715 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 716 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 717 score: 0.6314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 718 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 719 score: 0.3442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 720 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 721 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 722 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 723 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 724 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 725 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 726 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 727 score: 0.9082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 728 score: 0.7122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 729 score: 0.7247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 730 score: 0.5285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 731 score: 0.7389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 732 score: 0.7078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 733 score: 0.9315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 734 score: 0.6568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 735 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 736 score: 0.6687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 737 score: 0.7034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 738 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 739 score: 0.8370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 740 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 741 score: 0.5910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 742 score: 0.6463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 743 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 744 score: 0.3718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 745 score: 0.6499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 746 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 747 score: 0.5632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 748 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 749 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 750 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 751 score: 0.9343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 752 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 753 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 754 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 755 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 756 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 757 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 758 score: 0.7778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 759 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 760 score: 0.9469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 761 score: 0.3629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 762 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 763 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 764 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 765 score: 0.7456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 766 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 767 score: 0.3800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 768 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 769 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 770 score: 0.6766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 771 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 772 score: 0.7657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 773 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 774 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 775 score: 0.7074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 776 score: 0.5683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 777 score: 0.5856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 778 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 779 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 780 score: 0.3076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 781 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 782 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 783 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 784 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 785 score: 0.7717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 786 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 787 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 788 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 789 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 790 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 791 score: 0.6566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 792 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 793 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 794 score: 0.7625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 795 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 796 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 797 score: 0.7624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 798 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 799 score: 0.6252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 800 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 801 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 802 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 803 score: 0.6449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 804 score: 0.6690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 805 score: 0.4248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 806 score: 0.4564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 807 score: 0.6226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 808 score: 0.6112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 809 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 810 score: 0.4967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 811 score: 0.5188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 812 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 813 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 814 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 815 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 816 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 817 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 818 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 819 score: 0.6774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 820 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 821 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 822 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 823 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 824 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 825 score: 0.3795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 826 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 827 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 828 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 829 score: 0.5544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 830 score: 0.7010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 831 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 832 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 833 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 834 score: 0.7481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 835 score: 0.7330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 836 score: 0.4806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 837 score: 0.5870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 838 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 839 score: 0.6062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 840 score: 0.5072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 841 score: 0.5444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 842 score: 0.2760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 843 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 844 score: 0.3589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 845 score: 0.5078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 846 score: 0.6750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 847 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 848 score: 0.5726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 849 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 850 score: 0.6919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 851 score: 0.6321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 852 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 853 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 854 score: 0.6919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 855 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 856 score: 0.6426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 857 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 858 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 859 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 860 score: 0.7798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 861 score: 0.7659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 862 score: 0.3535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 863 score: 0.5031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 864 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 865 score: 0.6893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 866 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 867 score: 0.7036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 868 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 869 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 870 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 871 score: 0.6599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 872 score: 0.4354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 873 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 874 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 875 score: 0.6418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 876 score: 0.6846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 877 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 878 score: 0.8604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 879 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 880 score: 0.7430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 881 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 882 score: 0.7108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 883 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 884 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 885 score: 0.7309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 886 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 887 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 888 score: 0.6040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 889 score: 0.7522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 890 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 891 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 892 score: 0.7255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 893 score: 0.6172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 894 score: 0.6530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 895 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 896 score: 0.5975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 897 score: 0.5812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 898 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 899 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 900 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 901 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 902 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 903 score: 0.7031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 904 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 905 score: 0.6150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 906 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 907 score: 0.2835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 908 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 909 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 910 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 911 score: 0.7450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 912 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 913 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 914 score: 0.6612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 915 score: 0.7389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 916 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 917 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 918 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 919 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 920 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 921 score: 0.7281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 922 score: 0.7665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 923 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 924 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 925 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 926 score: 0.7510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 927 score: 0.6570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 928 score: 0.7042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 929 score: 0.5618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 930 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 931 score: 0.6702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 932 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 933 score: 0.6570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 934 score: 0.6949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 935 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 936 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 937 score: 0.9364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 938 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 939 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 940 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 941 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 942 score: 0.9110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 943 score: 0.7398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 944 score: 0.7149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 945 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 946 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 947 score: 0.6071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 948 score: 0.6375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 949 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 950 score: 0.6609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 951 score: 0.6179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 952 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 953 score: 0.7571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 954 score: 0.7007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 955 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 956 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 957 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 958 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 959 score: 0.6813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 960 score: 0.6876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 961 score: 0.5918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 962 score: 0.7578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 963 score: 0.7602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 964 score: 0.6237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 965 score: 0.6832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 966 score: 0.4552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 967 score: 0.5915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 968 score: 0.5439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 969 score: 0.6889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 970 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 971 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 972 score: 0.4287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 973 score: 0.6216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 974 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 975 score: 0.5945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 976 score: 0.6764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 977 score: 0.6708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 978 score: 0.7896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 979 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 980 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 981 score: 0.5743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 982 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 983 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 984 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 985 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 986 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 987 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 988 score: 0.5635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 989 score: 0.3460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 990 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 991 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 992 score: 0.7560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 993 score: 0.6048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 994 score: 0.7910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 995 score: 0.5704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 996 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 997 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 998 score: 0.6644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 999 score: 0.6315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1000 score: 0.5200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1001 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1002 score: 0.6419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1003 score: 0.7354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1004 score: 0.7336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1005 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1006 score: 0.3710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1007 score: 0.6770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1008 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1009 score: 0.7067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1010 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu Segment 1011 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-gu score: 0.7306 diff --git a/test-en-hi b/test-en-hi new file mode 100644 index 0000000000000000000000000000000000000000..ee553aa46d38674725a74501dc32589c8b8710e0 --- /dev/null +++ b/test-en-hi @@ -0,0 +1,1012 @@ +उन्होंने कहा, "अब हमारे पास चार महीने पुराने माइस हैं जो पहले से डायबेटिक थे, लेकिन अब उन्हें डायबेटिक नहीं कहा जाता है।" +डॉ. एहूड उर, हैलिफैक्स, नोवा स्कोटिया के डॉलहाउसी यूनिवर्सिटी में चिकित्सा के प्रोफेसर और कैनडियन डायबेटिस एसोसिएशन के क्लिनिकल और साइंटिफिक डिविजन के चेयर ने यह चेतावनी दी कि अभ्यास अभी अपने शुरुआती दिनों में है। +कुछ अन्य विशेषज्ञों जैसे ही, उन्होंने डायबेटिस का इलाज हो सकता है या नहीं के बारे में संदेह रखा, क्योंकि इन खोजों में पहले से इलाज प्राप्त करने वाले लोगों के लिए कोई संबंध नहीं है। +स्वेडिश के स्वेरिज रेडियो पर एक रेडियो प्रोग्राम के दौरान, स्वेडिश एकेडेमी में नोबेल कमेटी के लिटरेचर के स्थायी सचिव सारा डेनियस ने 2016 के नोबेल पुरस्कार के लिटरेचर में बॉब डायलन को प्रत्यक्ष रूप से जीतने के लिए कमेटी ने उनसे पहुँचने के लिए अपने प्रयास को छोड़ दिया। +डेनियस ने कहा, "अभी हम कुछ नहीं कर रहे हैं। मैंने उनके सबसे नज़दीक़ी सहयोगी से फ़ोन किया और ईमेल भेजा है। उन्हें बहुत सहज जवाब मिले हैं। अभी इसका पूरा ज़रूरी नहीं है।" +पहले से, रिंग के सीईओ, जेमी सिमिनोफ़ ने कहा कि कंपनी शुरू होने लगी थी जब उनके गैरेज के शॉप से उनकी डोरबेल सुनने में कमी थी। +उन्होंने एक वाइफ़ाई डोर बेल बनाया, उन्होंने कहा। +सिमिनोफ़ ने कहा कि शार्क टैंक के एक एपिसोड में 2013 में उनकी उपस्थिति के बाद बिक्री बढ़ गई थी, जहाँ शो पैनल ने स्टार्टअप को फंड करने से इनकार किया था। +2017 के अंत में, सिमिनोफ़ शॉपिंग टेलीविज़न चैनल QVC पर दिखाया गया। +रिंग ने प्रतिस्पर्धी सिक्यूरिटी कंपनी एडीटी कॉर्पोरेशन के साथ भी एक केस का समाधान किया। +जबकि एक परीक्षणीय टीका एबोला की मृत्युदायकता को कम करने के लिए उपयुक्त होने का दृष्टिकोण दिखाता है, इस समय से अब तक कोई औषधियों को वर्तमान संक्रमण का उपचार करने के लिए उपयुक्त होने के लिए स्पष्ट रूप से प्रस्तुत किया गया नहीं है। +एक एंटिबोडी कॉकटेल, जीएमएप, प्रारंभिक रूप से क्षेत्र में उम्मीद दिखाई, लेकिन फ़ॉर्मल अध्ययनों से पता चला कि यह मृत्यु से रोकने के लिए चाहिए जाने वाले लाभ से कम है। +पॉल्म ट्रायल में, ZMapp को नियंत्रण के तौर पर उपयोग किया गया, जिसका मतलब वैज्ञानिकों ने इसे बेसलाइन के तौर पर उपयोग किया और तीन अन्य उपचारों को इससे तुलना करते हैं। +USA गिम्नास्टिक्स ने यूनाइटेड स्टेट्स ओलंपिक कमेटी के पत्र को समर्थन किया और उन्होंने ओलंपिक परिवार की पूरी तरह से सुरक्षित वातावरण के लिए हमारे सभी खिलाड़ियों के लिए प्रचार करने की पूरी तरह से आवश्यकता को स्वीकार किया। +हम यूएसओसी के बयान के साथ सहमत हैं कि हमारे खिलाड़ियों और क्लबों के हित और उनका खेल अपनी संगठन में अर्थपूर्ण बदलाव के साथ आगे बढ़ने से बेहतर हो सकते हैं, जिससे उन्हें निष्कासन का सामना नहीं किया जाता। +USA गिम्नास्टिक्स एक स्वतंत्र जांच की सहायता करता है जिससे लैरी नासर के बचने वालों द्वारा उत्कृष्ट तरीके से वर्णन किए गए प्रतिशत का दुर्व्यवहार कितना लंबे समय तक गुप्त रह सकता है और किसी भी आवश्यक और योग्य बदलावों को स्वीकार करता है। +यूएस गिम्नास्टिक्स और यूएसओसी एक सामान्य लक्ष्य है - गिम्नास्टिक्स और अन्य खेलों को सुरक्षित, सकारात्मक और शक्तिशाली माहौल में अपने सपनों को पूरा करने के लिए खिलाड़ियों के लिए सुरक्षित तरीके से बनाना। +1960 के दशक में, ब्रेजिंस्की ने जॉन एफ. केनेडी के लिए उनके सलाहकार के रूप में काम किया और फिर लिंडन बी. जॉनसन की प्रशासन में काम किया। +1976 के चयन के दौरान उन्होंने कार्टर को विदेशी पॉलिसी पर सलाह दी, फिर 1977 से 1981 तक उन्होंने नेशनल सिक्यूरिटी एडवाइजर (NSA) के रूप में काम किया, हेनरी किसिंगर के बाद। +एनएसए के रूप में, उन्होंने कार्टर को विश्व की संबंधियों को राजनीतिक तौर पर संचालित करने में मदद की, जैसे कैंप डेविड अकॉर्ड, 1978; अमेरिका–चीन संबंधों को सामान्य रूप से करने के लिए 1970 के दशक के अंत में; ईरानी क्रांति, जो 1979 में ईरान के कैदियों की संघर्ष से संबंधित थी; और 1979 में सोविएट ने अफगानिस्तान में आक्रमण किया। +रेयन गोसलिंग और इम्मा स्टोन के साथ इस फिल्म को सभी मुख्य श्रेणियों में नामांकन मिली है। +गोस्लिंग और स्टोन को बेस्ट एक्टर और बेस्ट एक्ट्रेस के लिए नामितियों मिली हैं। +अन्य नामितियों में बेस्ट पिक्चर, डायरेक्टर, सिनेमाफ़ोग्राफ़ी, कोस्टम डिज़ाइन, फ़िल्म-एडिटिंग, ऑरिजिनल स्कोर, प्रोडक्शन डिज़ाइन, साउंड एडिटिंग, साउंड मिक्सिंग और ऑरिजिनल स्क्रीनप्ले शामिल हैं। +फिल्म के दो गाने, ऑडिशन (द फूल्स व्हू ड्रीम) और सिटी ऑफ़ स्टार्स में बेस्ट ऑरिजिनल गाने के लिए नामितियों का प्राप्त किया गया। लियन्सगेट स्टूडियो में 26 नामितियों का प्राप्त किया गया - किसी और स्टूडियो से ज़्यादा। +रविवार को प्रेस सचिव के माध्यम से जारी किए गए एक बयान में अमेरिकी राष्ट्रपति डोनाल्ड ट्रम्प ने कहा कि अमेरिकी सैनिक सीरिया से जा रहे हैं। +ट्रम्प ने तुर्की के राष्ट्रपति रेसिप टेयप एर्डोगन से फ़ोन की बातचीत करने के बाद इस घोषणा की। +टर्की पकड़े गए आईएसआईएस सैनिकों को बचाने में भी भूमिका निभाएगी, जिसके बारे में बयान में कहा गया कि यूरोपीय देशों ने इस बारे में अस्वीकार किया है। +इससे न केवल पूरी तरह से प्रमाणित होता है कि कम से कम कुछ डायनोसौरस के पक्षों में फीथर थे, एक सिद्धांत जो पहले से प्रचलित है, लेकिन इससे सामान्य रूप से फ़ॉसिल के बारे में जानकारी प्रदान की जाती हैं, जैसे रंग और तीन अंशिक आरंगमेंट। +वैज्ञानिकों का कहना है कि इस प्राकृतिक प्रजाति का उन्चाई के चेस्टन-ब्राउन का रंग था और पाले या कैरोटिनॉइड-रंग का नीचे था। +इसमें पक्षियों के पक्षों की एवोल्यूशन के बारे में भी जानकारी दी जाती है। +क्योंकि डिनोसौर के फीथर में एक अच्छी तरह से विकसित शफ़्ट नहीं है, जिसे रैचिस कहा जाता है, लेकिन वे फीथर के अन्य स्वरूपों — बार्ब्स और बार्बुले — के साथ होते हैं, इसलिए अनुसन्धानकर्ताओं ने इसका अनुमान लगाया कि रैचिस एक बाद की विकसितात्मक विकास की संभावना है जो इन अन्य स्वरूपों के साथ होता है। +फ़ेठरों की संरचना सुझाव देती है कि उन्हें उड़ान में नहीं इस्तेमाल किया गया था, बल्कि तापमान की नियंत्रण या प्रदर्शन के लिए। संशोधकर्ताओं ने सुझाव दिया कि यह एक युवा डायनोसाउर का झोंचा है, लेकिन इसका उदाहरण एक वृद्ध डायनोसाउर के झोंचे की तरह नहीं है। +अनुसन्धानकर्ताओं ने सुझाव दिया कि, यह एक युवा डायनोसाउर का टेल हो सकता है, लेकिन सैम्पल में वृद्ध प्रकृति का प्रदर्शन होता है और एक चिक के डाउन नहीं। +पिछले दिन सुबह तुर्की के गाज़ियांटेप के पुलिस हेडक्वार्टर में एक कार बम में दो पुलिस अधिकारी की मृत्यु हो गई और इसके अलावा बहुत से अन्य लोगों को घायल हो गया। +गवर्नर के कार्यालय ने बताया कि घायल व्यक्तियों में पुलिस अधिकारियों की संख्या नौ थी। +पुलिस ने कहा कि उन्हें इस हमले की जिम्मेदारी के लिए डेश (ISIL) के एक शंकास्पद मिलिटन्ट पर संदेह है। +उन्हें पता चला कि सूर्य और अन्य सितारों की तरह से काम करता है: प्रणाली में सभी सितारों की कार्यवाही उनकी प्रकाशात्मकता, उनकी चक्रवात और कुछ और चीजों से प्रेरित की जाती है। +ल्युमिनोसिटी और गतिशीलता एक सितारे के रोस्बी नंबर को निर्धारित करने के लिए एक साथ इस्तेमाल किया जाता है, जो प्लाज़्मा फ़्लो से जुड़ा होता है। +रोस्बी नंबर कम होने से मैग्नेटिक रिवर्सल के साथ सितारे कम सक्रिय होते हैं। +उनके यात्रा के दौरान इवासकी कई बार समस्याओं में पड़ गए। +उन्हें चमत्कारों द्वारा चोरी की गई, टिबेट में एक चमगादड़ द्वारा हमला किया गया, नेपाल में विवाह करने से बच गया और इंडिया में गिरफ़्तार हो गया। +802.11n स्टैंडर्ड दोनों 2.4Ghz और 5.0Ghz फ़्रीकेंसी पर काम करता है. +यह इसे 802.11a, 802.11b और 802.11g के साथ पिछले संयोजन करने के लिए अनुमति देता है, यदि बेस स्टेशन ड्यूअल रेडियो वाले हैं। +802.11n के गतिविधि उनके पूर्वजों की गतिविधि से बहुत ज़्यादा तेज़ी से ज़्यादा होती है, जिसका सर्वोच्च सिद्धांतीय प्रवाह 600 मिलियन बाइट प्रति सेकंड है। +डुवल, जो दो वयस्क बच्चों के साथ शादी कर चुका है, ने मिलर के साथ एक बड़ी प्रतिज्ञा नहीं छोड़ी, जिसकी कहानी उनसे जुड़ी थी। +जब उनसे टिप्पणी मांगी गई, मिलर ने कहा, "माइक सुनवाई के दौरान बहुत बात करते हैं...मैं तैयार हो रहा था इसलिए मैं वाकई नहीं सुन पा रहा था कि वे क्या कह रहे थे।" +हु ने कहा, "हम 2005 की स्तर से 2020 तक एक उल्लेखनीय मार्जिन से GDP के एक उनिट पर कार्बन डाइओक्साइड की उत्सर्जन को कम करने की कोशिश करेंगे।" +उन्होंने कटाओं के लिए कोई संख्या नहीं सेट की, उन्होंने कहा कि उन्हें चीन की आर्थिक उत्पादन पर आधारित किया जाएगा। +उन्होंने विकसित रहने वाले देशों को "पहले से प्राप्ति करने और बाद में सफा करने से बचने" के लिए प्रोत्साहित किया। +उन्होंने कहा कि "उन्हें उनके विकास स्टेज, जिम्मेदारी और क्षमताओं से बाहर जाने वाले प्रतिबद्धताओं का सवाल नहीं पूछा जाना चाहिए।" +आज 12.00 GMT पर इराक स्टडी ग्रुप ने अपना रिपोर्ट प्रस्तुत किया। +यह चेतावनी करता है कि कोई भी इराक में इस समय किए गए कोई भी कार्रवाई सेक्टरियन युद्ध, बढ़ती हिंसा या अराजकता को रोकने वाले नहीं होंगे। +रिपोर्ट ओपन डिबेट के लिए अपील करता है और यूनाइटेड स्टेट्स में मध्य पूर्व की नीति के बारे में एक सहमति की स्थापना के लिए। +रिपोर्ट इराक के लिए एक्सीक्यूटिव की वर्तमान नीति के लिए प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्यक्ष रूप से प्रत्य +इसके 78 सलाहों में सबसे पहला सलाह यह है कि यह साल के अंत से पहले इराक की सीमाओं को विरोधी इंटरवेंशन से सुरक्षित करने के लिए एक नई राजनीतिक प्रयास किया जाना चाहिए और इसके पड़ोसी देशों से फिर से राजनीतिक संबंधों की स्थापना की जानी चाहिए। +वर्तमान सीनेटर और अर्जेंटिना की पहली पत्नी क्रिस्टीना फ़र्नांडेज़ डे कर्च्नर ने कल शाम बुएनोस एयरिस से 50 किलोमीटर (31 मील) दूर एक शहर ला प्लाटा में अपनी राष्ट्रपतियों की उम्मीदवार की घोषणा की। +श्रीमती कर्चनर ने अर्जेंटिन थेटर में राष्ट्रपति के लिए चुनाव लड़ने की इच्छा की, इसी स्थान पर उन्होंने सीनेट के लिए 2005 की अपनी अभियान शुरू करने के लिए बुएनोस एयरिस प्रांत की प्रतिनिधियों के सदस्य के रूप में उपयोग किया था। +यह बातचीत तूफ़ान कैटरीना के बाद प्रतिरक्षा और पुनर्निर्माण में खर्च के बारे में विवाद की वजह से शुरू हो गई थी; जिसमें कुछ वित्तीय रूढ़िवादियों ने "बुश का नई ओर्लियान डील" के रूप में हास्यपूर्ण रूप से लेबल किया था। +वाशिंगटन के इंसाइडरों को पुनर्निर्माण करने के लिए पुनर्निर्माण करारों का सम्मान करने के लिए पुनर्निर्माण प्रयास की लिबरल आलोचना को इस तरह से केंद्रित किया गया है। +चार मिलियन से ज़्यादा लोग मौत के समारोह में शामिल होने के लिए रोम में गए। +उन लोगों की संख्या इतनी बड़ी थी कि सेंट पीटर के स्क्वार में शव यात्रा में सभी लोगों को प्रवेश मिलने में समस्या थी। +लोगों को समारोह देखने के लिए रोम के विविध जगहों में कई बड़े टेलीविज़न स्क्रीन लगाए गए थे। +इटली के कई अन्य शहरों में और बाकी विश्व में, विशेष रूप से पोलैंड में इस तरह के सेटअप बनाए गए थे, जो बहुत से लोगों द्वारा देखा गया था। +इतिहासकर्ताओं ने पिछले एफबीआई की नीतियों पर आलोचना की है कि उन्हें एफबीआई की सफलता को बढ़ावा देने के उद्देश्य से केसों पर संसाधनों को केंद्रित किया गया है, विशेष रूप से चोरी किए गए कारों के केसों पर। +कांग्रेस ने 2005 के वित्तीय सत्र में अश्लिलता का प्रयास करने के लिए पैसे देना शुरू कर दिया और इसमें कहा कि एफबीआई के 10 एजेंटों को वृद्ध पोर्नोग्राफी के लिए निर्धारित किया जाना चाहिए। +रोबिन उथाप्पा ने इंनिंग की सबसे उच्च स्कोर की, 41 बॉल में 11 फोर और 2 सिक्स के साथ 70 रन की। +मध्य ऑर्डर के बैटमैन, सचिन टेंडुलकर और राहुल द्राविड़ ने अच्छी तरह से प्रदर्शन किया और सैकड़ों रन के साथ साझा किया। +लेकिन, कप्तान की विकेट के बाद इंडिया ने केवल 36 रन बनाए और इंनिंग को समाप्त करने के लिए 7 विकेट की। +अमेरिकी राष्ट्रपति जॉर्ज डब्ल्यू बुश नवंबर की शुरुआत में 16 को सिंगापुर में आए, एशिया के एक सप्ताह लंबे प्रवास की शुरुआत करने के लिए। +उन्हें सिंगापुर के डेप्टी प्रधानमंत्री वोंग कैन सेंग द्वारा स्वागत किया गया और उन्होंने सिंगापुर के प्रधानमंत्री ली हिएन लोंग के साथ व्यापार और आतंकवाद के मुद्दों पर बातचीत की। +मध्यावधि चुनावों में हारने के एक सप्ताह के बाद, बुश ने एक सार्वजनिक समूह को एशिया में व्यापार की वृद्धि के बारे में बताया। +प्रधानमंत्री स्टीफ़न हार्पर ने पीएमओ में मंगलवार को एनडीपी के नेता जैक लेटन के साथ 25 मिनट की बैठक के बाद सरकार की 'क्लीन एयर एक्ट' को पूरी तरह से समीक्षा करने के लिए सरकारी समिति में भेजने का स्वीकार किया है। +लेयटन ने पीएम के साथ मीटिंग के दौरान परिवर्तन की मांग की थी, जिसमें परिवर्तन की मांग की गई थी कि कन्जर्वेटिव पार्टी की एन्विरोनमेंटल बिल का "पूरा और पूरा पुनः लिखना" की मांग की गई थी। +फ़ेडरल सरकार ने डेवोनपोर्ट, टैसमेनिया में मर्सी अस्पताल के फंडिंग को लेने के लिए शामिल होने के बाद से राज्य सरकार और कुछ फ़ेडरल एमपी ने इस कार्रवाई को नवंबर में होने वाले फ़ेडरल चुनावों के प्रारंभ में एक स्टंट के तौर पर टिप्पणी की है। +लेकिन प्रधानमंत्री जॉन होवर्ड ने कहा कि इस कार्रवाई के लिए तस्मैनियन सरकार द्वारा हॉस्पिटल की सुविधाओं को कम करने के लिए एक अतिरिक्त AUD$45 मिलियन देने के लिए किया गया था। +नवीनतम बुलेटिन के अनुसार, समुद्री तापमान की परीक्षाएँ एक सुनामी का संकेत दे रही थी. पागो पागो और नियू के पास कुछ निश्चित सुनामी की कार्यक्रम की गई थी. +टोंगा में कोई मुख्य नुकसान या घायलताओं की रिपोर्ट नहीं हुई है, लेकिन कुछ समय तक प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आपदा से बचने के लिए प्राकृतिक आप +हवाई में समुद्री तटों पर या उनके पास स्थित चार से ज़्यादा स्कूल बुधवार को बंद कर दिए गए थे, यहां तक कि चेतावनी उठाई गई थी। +अमेरिकी राष्ट्रपति जॉर्ज डब्ल्यू बुश ने घोषणा का स्वागत किया। +बुश के प्रवक्ता गॉर्डन जॉनड्रो ने उत्तर कोरिया की प्रतिज्ञा को "कोरियाई प्रायद्वीप की प्रतिज्ञा को पूरा करने के लिए लक्ष्य की ओर एक मुख्य कदम" कहा। +एटलांटिक तूफानी मौसम के दसवें नामित तूफान सबट्रोपिकल स्टर्म जेरी आज एटलांटिक महासागर में उत्पन्न हुआ। +नेशनल हरिकेन सेंटर (NHC) का कहना है कि इस समय जेरी ने भूमि पर कोई जोखिम नहीं डाला। +अमेरिकी कॉर्स ऑफ़ इंजीनियर्स ने अनुमान लगाया है कि 6 इंच की वर्षा से पहले ही नुकसान पहुँचने वाले लेवियों को टूटा जाएगा। +हुरिकेन कैटरीना के दौरान 20 फूट तक पानी में डूबने वाले नौवें वार्ड वर्तमान में पैरों से ऊपर पानी में डूबे हुए हैं, क्योंकि उनके नज़दीक़े लीवी पानी में डूब गए हैं। +एक सेक्शन में 100 फ़ूट चौड़े इलाके में पानी बाढ़ गया है। +विकिन्यूज के साथ पिछले महीने बातचीत करते समय कमन्स प्रबंधक एडम क्यूरेन ने अपनी निराशा का प्रदर्शन किया। +उन्हें [वेल्स] शुरू से ही हमारे साथ झूठ बोलना था. पहले, उन्होंने ऐसा किया कि यह कानूनी कारणों के लिए है. दूसरे, उन्होंने बताया कि वे हमारे साथ सुन रहे हैं, उनकी कलात्मक हटाई से पहले।" +समुदाय की इरिटेशन ने साइट के लिए सेक्सुअल कंटेंट के बारे में नीति तैयार करने के लिए वर्तमान प्रयासों को प्रेरित किया है, जिसमें मिलियनों के खुले लाइसेंस वाले मीडिया होते हैं। +काम किया गया मूल रूप से सिद्धांतीय था, लेकिन प्रोग्राम श्रेष्ठ सिद्धांतियों के आधार पर बनाया गया था, जिसका उद्देश्य श्रेष्ठ सिद्धांतियों की प्रतीक्षा करने के लिए किया गया था। +टीम को इस प्रभाव को पाने की इच्छा थी जिसका कारण गैलैक्सी की डार्क मैटर और मिल्की वे की डार्क मैटर के बीच समुद्री शक्तियों की वजह से होगा। +चंद्र परिवर्तन के लिए प्रक्षेपण करता है, इसी तरीके से मिल्की वे सित्तरियों की गैलेक्सी पर प्रक्षेपण करता है। +वैज्ञानिकों को यह निष्कर्ष करने में सफल हो गया कि डार्क मैटर दूसरे डार्क मैटर की तुलना में नियमित मैटर की तुलना में प्रभाव करता है. +इस सिद्धांत का कहना है कि एक गैलेक्सी के पास अधिकतम काला मात्रा एक प्रकार के हैलो में स्थित होती है और इसमें कई छोटे पार्टिकल होते हैं। +टेलीविज़न रिपोर्ट से पता चलता है कि प्लांट से सफ़ेद धूँघा आ रहा है। +स्थानीय अधिकारियों ने प्लांट के परिसर में रहने वाले लोगों को इंडोर में रहने, एयर-कंडीशनर को बंद करने और टैप वाटर पीने से छोड़ने की चेतावनी दी है। +जापान की परमाणु एजेंसी के अनुसार, प्लांट में रेडियोअक्टिव केसियम और आयोडिन की पहचान की गई है। +अधिकारियों का संदेह है कि यह इस बात का संकेत करता है कि साइट पर उरानियम फ्यूल को रखने वाले कंटेनर टूट गए हो सकते हैं और लीक हो सकते हैं। +डॉ. टोनी मोल ने दक्षिणी अफ़्रीकी क्षेत्र क्वाज़ुलू-नाटल में एक्ट्रिम ड्रग रिसिस्टेंट ट्यूबर्कुलोसिस (XDR-TB) का पता लगाया। +एक इंटरव्यू में, उन्होंने कहा कि नई वारियंट "बहुत ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्य +डॉ. मोल का मानना है कि कुछ रोगी अस्पताल में इस बग से संक्रमित हो सकते हैं, और कम से कम दो अस्पताल के स्वास्थ्य कर्मचारी हैं। +एक साल के दौरान, एक संक्रमित व्यक्ति ने 10 से 15 परिचित लोगों को संक्रमित किया जा सकता है। +हालांकि, संपूर्ण ट्यूबर्कुलोसिस वाले लोगों की समूह में एक्सडीआर-टीबी का प्रतिशत अभी भी कम होता है; दक्षिणी अफ्रीका में किसी विशेष समय में 330,000 लोगों में से 6,000 लोगों को इस बीमारी से संक्रमित किया गया है। +दोनों सैटेलाइट जिसमें 1,000 पाउंड से ज़्यादा वजन थे और उन्हें लगभग 17,500 मील प्रति घंटे की गति से यातायात किया जाता था, उन्हें पृथ्वी से 491 मील ऊपर एक दुर्घटना में मिल गए। +वैज्ञानिकों का कहना है कि दौड़ की वजह से हुई विस्फोट महत्वपूर्ण थी। +वे अभी भी इस बात का पता लगाने की कोशिश कर रहे हैं कि इस दुर्घटना की तुलना में कितनी बड़ी थी और पृथ्वी को किस तरह से प्रभावित होगी। +अमेरिकी संरक्षण विभाग के ऑफिस के यू.एस. स्ट्रैटेजिक कमांड ने झटकों की ट्रैकिंग की है। +प्लॉटिंग की विश्लेषण का परिणाम एक सार्वजनिक वेबसाइट पर पोस्ट किया जाएगा। +ओहियो के अधिकारियों का कहना है कि पिट्सबर्ग, पेंसिलवेनिया के बच्चों के हॉस्पिटल में काम करने वाले डॉक्टर को गंभीर हत्या का आरोप लगाया जाएगा क्योंकि बुधवार को उसकी माँ का शव कार के ट्रंक में मिला गया। +डॉ. मलर बलासुब्रमनियन, 29 वर्षीय, ओहियो के ब्लू अश में पाया गया, जो सिंसिनेटी के उत्तर में लगभग 15 मील की दूरी पर एक स्थान है, जहाँ सड़क के पास एक टी-शर्ट और अंडरवीयर के साथ उन्हें दिखाया गया था। +उन्होंने अधिकारियों को अपने ब्लैक ऑल्डस्मोबिल इंट्रिग की दिशा दी जिसकी दूरी 500 फूट थी। +वहाँ, उन्हें सरोजा बलासुब्रमनियन, 53 वर्षीय की शव में रखे गए ब्लैंकट वाले शव का पता चला। +पुलिस ने कहा कि शव लगभग एक दिन तक उस स्थान पर रहा था। +इस सीज़न की पहली केस जुलाई के अंत में रिपोर्ट किए गए थे। +यह बीमारी सूअरों से लेकर जाती है, जो फिर मच्छरों के माध्यम से मानवों में पहुँचती है। +इसकी वजह से भारतीय सरकार गंभीर रूप से प्रभावित क्षेत्रों में सूअरों को कैच करने वाले लोगों का प्रतिष्ठान करना, हज़ारों मच्छरों के करीनों का प्राप्त करना और पेस्टिसाइड का स्प्रे करना करने वाले इस प्रक्रियाओं में शामिल होने के लिए प्रेरित किए गए हैं। +सरकार ने एन्सेफ़लिटिस के वैक्सीन के कई मिलियन वील प्रतिष्ठित किए हैं, जो अगले साल के लिए स्वास्थ्य एजेंसियों को तैयार करने में मदद करेंगे। +इस साल इतिहासिक रूप से सबसे ज़्यादा प्रभावित इलाकों में पहुँचने के लिए वैक्सिन के योजनाओं में कम पैसे और अन्य रोगों की तुलना में नीचे प्राथमिकता की वजह से देरी हो गई। +1956 में स्लानिया स्वेडेश में गया था, जहाँ तीन साल बाद उन्होंने स्वेडिश पोस्ट ऑफिस के लिए काम शुरू करना शुरू किया और उन्होंने उनके प्रमुख इंग्रेवर बने। +उन्होंने स्वेडेश और 28 अन्य देशों के लिए 1,000 से अधिक स्टैम्प बनाए। +उनका काम ऐसी प्रतिष्ठित गुणवत्ता और विवरण है जिसके कारण उन्हें फ़िलाटेलिस्टों में से बहुत कम होने वाले "घरेलू नाम" में से एक हैं। कुछ व्यक्तियों ने उनके काम को एकमात्र संकलन करने के लिए विशेषज्ञता प्राप्त की है। +उनका 1,000वां स्टैम्प 2000 में डेविड क्लोकर एकेरेनस्ट्राइल द्वारा श्वेडिश राजाओं के उत्कृष्ट "महान कार्य" था, जो गिनीस बुक ऑफ़ वर्ल्ड रिकॉर्ड्स में सूचीबद्ध है। +उन्हें कई देशों के बैंकनोट पर इंग्रेविंग करने में भी शामिल थे, नए कैनडियन 5 और 100 डॉलर बिल पर प्रधानमंत्री के चित्र शामिल करने वाले उनके कई कामों में से एक है। +दुर्घटना होने के बाद गिब्सन को अस्पताल में ले जाया गया था, लेकिन उन्हें कुछ समय बाद मृत्यु हो गई। +64 वर्षीय ट्रक ड्राइवर को दुर्घटना में घायल नहीं हुआ। +वाहन उसी दिन करीब 1200 GMT को दुर्घटना के स्थान से ले जाया गया था। +एक व्यक्ति जो एक गैरेज में काम कर रहा था उसने बताया: "घटना होने वाले स्थान के नजदीक एक गैरेज में काम कर रहे व्यक्ति ने बताया: "वे सड़क पार करने के लिए बैठे हुए बच्चे थे और वे सभी चिल्ला रहे थे और रो रहे थे।" +वे सभी दुर्घटना की जगह से फिर से चले गए। +बाली में अगेंडा पर अन्य विषयों में जलवायु परिवर्तन से बचने के लिए बाकी विश्व के जंगलों को बचाना और विकसित रहने वाले राष्ट्रों को कम प्रदर्शनीय तरीकों से वृद्धि करने के लिए प्रौद्योगिकी साझा करना शामिल है। +यू.एन. ने भी इस बात की उम्मीद की है कि विश्व गर्मी से पीड़ित देशों को प्रभावों का सामना करने में मदद करने के लिए एक निधि को अंतिम स्थापना करने की उम्मीद की है। +पैसे बाढ़ से बचने वाले घरों, बेहतर पानी व्यवस्था, और कृषि विविधता के लिए जा सकते हैं। +फ्लुक ने लिखा कि कुछ लोगों ने महिलाओं की स्वास्थ्य के बारे में बात करने से महिलाओं को बाहर निकालने की कोशिश की थी, लेकिन यह कोशिश असफल हो गई। +उन्हें इस निष्कर्ष में पहुँचने के लिए बहुत सारे सकारात्मक टिप्पणियों और प्रेरित करने वाले दोनों महिला और पुरुष व्यक्तियों द्वारा उनके लिए भेजे गए प्रेरित करने वाले संदेशों की वजह से। +जब घायल व्यक्तियों को अस्पताल में ले जाने के बाद लड़ाई समाप्त हो गई, उनके अन्य बचे रहने वाले अधिकारियों ने यार्ड में रहने का इरादा किया और अपने केल में वापस जाने से इनकार किया। +वार्ताकर्ताओं ने स्थिति को सुधारने का प्रयास किया, लेकिन कैदियों के मांगों की स्पष्टता नहीं है। +10:00-11:00 बजे MDT के दौरान, कैदियों द्वारा यार्ड में आग लगाई गई। +इसके बाद, रियोट गियर के साथ अधिकारियों ने इलाके में प्रवेश किया और इलाके के रहने वाले लोगों को आघाती गैस का इस्तेमाल किया। +आखिरकार 11:35 बजे तक फ़ायर रिस्क क्रू ने आग लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगातार लगात +1963 में बांध किया जाने के बाद इस नदी में प्राकृतिक बाढ़ों को रोका गया। +यह सेडिमेंट सैंडबार और बीच बनाने के लिए आवश्यक था, जो वाइल्डलाइफ़ के आवास के रूप में काम करता था। +इसके परिणामस्वरूप, दो प्राकृतिक प्रजातियों नष्ट हो गई हैं और दो अन्य प्राकृतिक प्रजातियों में से एक प्राकृतिक प्रजाति खतरे में है, जिसमें हंपबैक चब शामिल है। +हालांकि, बाढ़ के बाद पानी की स्तर केवल कुछ फूट तक बढ़ जाएगी, अधिकारियों की उम्मीद है कि इसका इस्तेमाल नदी के नीचे मिलने वाले साँदे बार को पुनः स्थापित करने के लिए पर्याप्त होगा। +कोई सुनामी चेतावनी नहीं जारी की गई है, और जकार्ता जियोफ़ाइसिक्स एजेंसी के अनुसार, कोई सुनामी चेतावनी नहीं जारी की जाएगी क्योंकि भूकंप में 6.5 की मात्रा की ज़रूरत नहीं मिली। +सुनामी की जोखिम के बावजूद, रहिवासियों को डर लगा गया और उन्होंने अपने व्यवसाय और घरों से बाहर निकलना शुरू कर दिया। +हालांकि विंफ़्रे अपने अलविदा में रोने लगी थी, लेकिन उन्होंने अपने प्रशंसकों से यह स्पष्ट किया कि वे फिर से आएंगी। +यह अलग होने वाला नहीं है। यह एक कहानी का अंत है और एक नई कहानी का सुरुवात है। +नामिबिया के राष्ट्रपति और संसदीय चुनावों के अंतिम नतीजों से पता चला है कि प्रतिनिधित्व करने वाले राष्ट्रपति, हिफ़िकेपुन्ये पोहंबा, एक बड़े मार्जिन के साथ फिर से चुनाव किए गए हैं। +प्रशासनिक पक्ष, दक्षिण-पश्चिमी अफ़्रिका लोगों की संगठन (SWAPO) ने संसदीय चुनावों में बहुमत भी बनाई। +साइट को सुरक्षित करने के लिए एक संगठन और अफगानिस्तानी सैनिकों ने इलाके में पहुँच किया है और अन्य संगठन विमानों को सहायता करने के लिए भेजा गया है। +यह दुर्घटना पर्वतीय क्षेत्र में उच्च तौर पर हुई, और इसका मामला विरोधी आग की वजह से होने का माना जाता है। +दुर्घटना स्थल को खोजने के लिए काम करने के लिए खराब हवाएँ और कठिन भूमि का सामना किया जा रहा है। +मेडिकल चारिटी मैंगोला, मेडिसिन सैन्स फ्रंटियर और वर्ल्ड हेल्थ ऑर्गेनाइजेशन का कहना है कि यह देश में सबसे बुरा एक्सप्लोइट है। +मेडिसिन सैन्स फ्रंटियर के प्रवक्ता रिचर्ड वीरमन ने कहा: "अंगोला अपनी सबसे बुरी स्थिति में जा रहा है और अंगोला में स्थिति बहुत खराब है," उन्होंने कहा। +10:00 बजे से खेल शुरू हो गए और मौसम बहुत ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्या +टूर्नामेंट के टॉप सीड साउथ अफ़्रिका ने सही नोट पर शुरू होने के लिए प्रयास किया जब वे 5वें सीड के ज़ैम्बिया के खिलाफ़ आसानी से 26 - 00 का जीत हासिल कर सके। +उनके दक्षिणी बहनों के खिलाफ़ खेल में उन्हें निश्चित रूढ़िवादी के रूप में देखा गया, साथ ही साउथ अफ़्रीका इस प्रतियोगिता की स्थिति में स्थायी रूप से सुधार करने का प्रयास किया। +उनके नियमित रूप से रखे गए प्रतिरक्षा, बॉल हैंडलिंग स्किल्स और उत्कृष्ट टीम काम ने उन्हें बाहर कर दिया और यह स्पष्ट हो गया कि इस टीम को हराना है। +अम्सटर्डम के शहर और एने फ्रैंक संग्रहालय के अधिकारियों का कहना है कि इस पेड़ को एक फंगस से संक्रमित किया गया है और यह एक सार्वजनिक स्वास्थ्य जोखिम का सामना कर रहा है क्योंकि उन्होंने कहा कि इस पेड़ को गिरने की जोखिम में है। +इसे मंगलवार को कटाव किया जाना था, लेकिन एक आपत्कालिक न्यायालय के फैसले के बाद इसे बचाया गया। +सभी गुफा के प्रवेश द्वारों का नाम "सात बहन" था, इनमें से कम से 100 से 250 मीटर (328 से 820 फूट) की चौड़ी है। +इंफ्रारेड इमेज से पता चलता है कि रात और दिन में तापमान की बदलाव से पता चलता है कि उन्हें गुफाओं की संभावना है। +दिन में उन्हें आस-पास की सतह से ज़्यादा ठंडे लगते हैं और रात में उन्हें ज़्यादा गर्म लगता है। +उनका थर्मल व्यवहार पृथ्वी पर बड़े गुफों की तुलना में स्थिर नहीं है, जो अक्सर एक सामान्य रूप से नियमित तापमान को बनाए रखते हैं, लेकिन यह उत्तरी एरिजोना विश्वविद्यालय के फ़्लैगस्टाफ़ में स्थित अमेरिकी भूवैज्ञानिक सर्वेक्षण (USGS) अस्ट्रोजियोलॉजी टीम के ग्लेन कशिंग ने कहा कि यह उत्तरी एरिजोना विश्वविद्यालय के उत्तरी एरिजोना विश्वविद्यालय के उत्तरी एरिजोना विश्वविद्यालय के उत्तरी एरिजोना विश्वविद्यालय के उत्तरी एरिजोना विश्वविद्यालय के उत्तरी एरिजोना विश्वविद्यालय के � +फ़्रांस में, मतदान परंपरागत रूप से एक कम-टेक अनुभव है: मतदाताओं ने वोटिंग के लिए एक बूथ में खुद को अलग करते हैं, उन्होंने अपने चुनाव के उम्मीदवार के बारे में प्री-प्रिंट किए गए पत्र को एक एंवेलप में डालते हैं। +अधिकारियों ने मतदाताओं की पहचान को पुष्टि करने के बाद, मतदाताओं ने बैलट बॉक्स में पत्र ड्रप किया और वोटिंग रोल पर हस्ताक्षर किया। +फ़्रेंच चुनावी कानून बहुत ज़्यादा तीव्र रूप से प्रक्रियाओं को कोडिफ़ाई करता है। +1988 से बैलोट बॉक्स पूरी तरह से पारदर्शी होना चाहिए ताकि मतदाताओं और निरीक्षकों को मतदान के सुरुवात में कोई पत्र नहीं होते और कोई पत्र नियमित रूप से और अनुमति प्राप्त मतदाताओं के अलावा कोई नहीं होते। +उम्मीदवार प्रक्रिया के प्रत्येक हिस्से को देखने के लिए प्रतिनिधियों को भेज सकते हैं। शाम में उम्मीदवारों के प्रतिनिधियों द्वारा गंभीर नियंत्रण के साथ मतदान की जाँच की जाती है, जिसमें विशेष प्रक्रियाओं का पालन किया जाता है। +एसयूएस ईई पीसी, जो पहले से कीमत कम करने और कार्यक्रम के लिए दुनिया भर में लॉन्च किया गया था, 2007 के तैवेई इटी महीने में एक गर्म विषय बन गया। +लेकिन लैपटॉप कम्प्यूटर के उपयोगकर्ता मार्केट 2007 में रिपब्लिक ऑफ़ चाइना के एक्सिक्यूटिव युआन द्वारा टैइवान सस्टेनेबल एवर्ड में एसूस को पुरस्कृत करने के बाद बहुत ही बदलाव होगा। +स्टेशन की वेबसाइट ने शो का वर्णन किया है कि यह "पुराना स्कूल रेडियो थेटर के साथ एक नए और बेहतरीन जीकी स्पिन!" है। +इसके शुरुआती दिनों में, शो केवल एक लंबे चलने वाले इंटरनेट रेडियो साइट टोगीनेट रेडियो पर प्रस्तुत किया गया था, जो टॉल्क रेडियो पर केंद्रित किया गया था। +2015 के अंत में, टोगीनेट ने अस्ट्रोनेट रेडियो को एक सब्सिडियरी स्टेशन के रूप में स्थापित किया। +इस शो में प्रारंभिक रूप से ईस्ट टेक्सस के स्थानीय आमतौरी आवाज़ अभिनेताओं का प्रदर्शन किया गया था। +बिश्केक की सड़कों पर कानून कार्य करने वाले अधिकारियों की उपस्थिति नहीं होने के बावजूद, राष्ट्रपति राजस्थान के इलाके में प्रचंड चोरी की रिपोर्ट की गई। +एक निरीक्षक ने बिश्केक को एक "अनार्की" स्टेट में डूबने का वर्णन किया, जिसमें लोगों के गैंग सड़कों पर चल रहे थे और उपभोक्ता सामानों के स्टोरों पर हमला कर रहे थे। +कई बिश्केक के निवासियों ने दक्षिणी प्रदेशों के प्रदर्शनकारियों पर कानून की कमी का आरोप लगाया। +दक्षिण अफ़रीका ने रूस्टेंबर्ग, दक्षिण अफ़रीका में रॉयल बाफोकेंग स्टेडियम में रग्बी यूनियन ट्री नेशन मैच में एल ब्लैक्स (न्यूज़ीलैंड) को हराया है। +अंतिम स्कोर एक पॉइंट की जीत थी, 21 से 20, जिससे एल ब्लैक्स की 15 गेम जीतने वाली श्रृंखला का अंत हो गया। +स्प्रिंगबॉक्स के लिए, इससे पांच मैच में हारने वाली श्रृंखला का अंत हो गया। +एल ब्लैक्स के लिए यह अंतिम मैच था, जिसने पहले से दो सप्ताह पहले से ट्रॉफी जीती थी। +इलिस पार्क में जोहानेसबर्ग में अगले हफ़्ते सीरीज का अंतिम मैच होगा, जब स्प्रिंगबॉक्स ऑस्ट्रेलिया के साथ खेलेंगे। +सोमवार को 10:08 बजे पश्चिमी मोन्टाना में एक सामान्य भूकंप आया। +यूनाइटेड स्टेट्स जियोलॉजिकल सर्वेक्षण (USGS) और उसके नेशनल एक्वेक्स इनफ़ोर्मेशन सेंटर को कोई तुरंत नुकसान की रिपोर्ट नहीं मिली है। +भूकंप डिलोन के उत्तर-पूर्व में लगभग 20 किमी (15 मील) और ब्यूट के दक्षिण में लगभग 65 किमी (40 मील) पर केंद्रित था। +फ़्रांस के पूर्वी क्षेत्र में ल्योन के नज़दीकी मैर्शलैंड में सोमवार को पाए गए एक मरने वाले वाइल्ड डक पर बर्ड फ़्लू के स्ट्रेइन, जो मानवों को मारने वाला है, H5N1 का पता लगाया गया है। +फ़्रांस यूरोपीय संघ का सातवां देश है जो इस वायरस से पीड़ित है; ऑस्ट्रिया, जर्मनी, स्लोवेनिया, बुल्गेरिया, ग्रीस और इटली के बाद में। +क्रोएशिया और डेनमार्क में H5N1 के शंकाशील मामलों को पुष्टि नहीं किया गया है। +चैंबर्स ने भगवान पर मुकदमा लगाया कि "पृथ्वी के लोगों की लाखों लाखों की व्यापक मृत्यु, नष्टात्मकता और भयावहता का आरोप लगाया गया है।" +चैंबर्स, एक अज्ञातवादी, कहते हैं कि उनका कानूनी मुकदमा "मूर्ख है" और "किसी भी व्यक्ति को किसी भी व्यक्ति से मुकदमा करना होगा।" +कैमिल सेंट-सेंस द्वारा फ़्रेंच ऑपरा में प्रस्तुत किया गया कथा एक कलाकार की है जिसका जीवन ड्रग और जापान के लिए प्रेरित किया जाता है। +इसके परिणामस्वरूप, प्रदर्शनकारियों ने प्रदर्शनीय जोइन्ट में मारिजाना किया और उन्होंने प्रदर्शनीय जोइन्ट में मारिजाना करने के लिए प्रशंसकों को प्रोत्साहित किया है। +पूर्व हाउस स्पीकर न्यूट गिंग्रिच, टेक्सस के गवर्नर रिक पेरी और कांग्रेसवीमैन मिशेल बैचमैन चौथे, पाँचवे और छठे स्थान पर पहुँच गए। +परिणामों के आने के बाद, गिंग्रिच ने सैंटोरम को प्रशंसा की, लेकिन रोम्नी के बारे में उन्होंने कठोर शब्दों का इस्तेमाल किया, जिसके बारे में गिंग्रिच के खिलाफ़ आयोवा में नकारात्मक अभियान जारी किए गए थे। +पेरी ने कहा कि उन्हें आज की कौसस के परिणामों की जाँच करने के लिए टेक्सस में वापस जाना है, इस दौड़ में मेरे लिए आगे बढ़ने का मार्ग है या नहीं, लेकिन बाद में उन्होंने कहा कि वे इस दौड़ में बने रहेंगे और 21 जनवरी को साउथ कैरोलिना में प्रारंभिक चुनाव में प्रतिस्पर्धा करेंगे। +अगस्त में एमेस स्ट्रॉ पॉल में जीतने वाले बैचमैन ने अपने अभियान को समाप्त करने का फैसला किया। +फ़ोटोग्राफ़र को रोनाल्ड रेगन यूएसएलसीए मेडिकल सेंटर में ले जाया गया, जहाँ उन्हें बाद में मृत्यु मिली। +उन्हें 20 वर्ष की उम्र में होने की बात की गई थी। एक बयान में, बीबर ने कहा, "[व]हालांकि मैं इस दुर्भाग्यपूर्ण दुर्घटना में उपस्थित नहीं था और प्रत्यक्ष रूप से संबंधित नहीं था, लेकिन मेरे विचार और प्रार्थना इस दुर्भाग्यपूर्ण दुर्घटना की पीड़ित परिवार के साथ हैं।" +एंटरटेनमेंट न्यूज़ वेबसाइट टीएमज़ सेपुल्वेडा बूलवर्ड की दूसरी ओर पर फ़ोटोग्राफ़ ने अपना वाहन रोक दिया और पुलिस को सड़क पार करने से पहले और जारी रखने के लिए फ़ोटो लेने की कोशिश की, जिसके कारण कैलिफ़ोर्निया हाइवे पॉलिस ऑफ़िसर ट्रैफ़िक स्टॉप करने वाले पुलिस अधिकारी को आगे बढ़ने के लिए उसे दो बार फिर से वापस करने का आदेश दिया। +पुलिस के मुताबिक, फ़ोटोग्राफ़र पर हमला करने वाले वाहन के ड्राइवर को गैरकानूनी आरोपों का सामना करने की संभावना नहीं है। +दिन में सिर्फ़ आठ पदक उपलब्ध होते हैं, इसलिए कई देशों ने पदक पोडियम बनाने में असफल हो गए हैं। +उन्होंने नेडरलैंड्स और फिनलैंड को शामिल किया है, जिसमें अन्ना जोकेम्सन सुपर-जी में पिछले दिन महिलाओं के स्टैंडिंग क्लास में दसवें स्थान पर पहुँचने वाली थी और कैटिया सारिनेन ने उसी इवेंट में दसवें स्थान पर पहुँचा। +ऑस्ट्रेलिया के मिट्चेल गोर्ली पुरुषों के स्टैंडिंग सुपर-जी में इलवेंथ स्थान पर परिणाम प्राप्त किया। चेक के प्रतिस्पर्धी ओल्ड्रिच जेलिनेक पुरुषों के सिटिंग सुपर-जी में छहवें स्थान पर परिणाम प्राप्त किया। +मैक्सिको के एर्ली वेलास्केज़ ने पुरुषों के सिटिंग सुपर-जी में पहले स्थान पर पहुँच किया। न्यूज़ीलैंड के एडम हॉल ने पुरुषों के स्टैंडिंग सुपर-जी में पहले स्थान पर पहुँच किया। +पोलैंड के पुराने स्कीयर मैसिज क्रेजेल और गाइड एन्ना ओगर्जिन्स्का ने सुपर-जी में तीसरे स्थान पर पहुँच किया। दक्षिण कोरिया के जोंग सेर्क पार्क ने में सिटिंग सुपर-जी में बीसौं स्थान पर पहुँच किया। +2010 के भूकंप के बाद हैती में आने वाले संयुक्त राष्ट्र के शांति करने वाले सैनिकों पर इस बीमारी की विस्तार की वजह से आरोप लगाया जा रहा है, जो सैनिकों के इंकम्पमेंट के पास स्थित है। +कानूनी मुकदमे के अनुसार, यूएन कैंप से उत्पन्न वास्तविक रूप से सैनिटाइज नहीं किया गया था, जिसकी वजह से बैक्टेरिया आर्टिबोनिट नदी के एक तट में प्रवाह हो गया है, जो हैईटी की सबसे बड़ी नदियों में से एक है। +सैनिकों के आने से पहले, 1800 के दशक से हैती में बीमारी से संबंधित समस्याएँ नहीं हुई थीं। +हेटियन इंस्टिट्यूट फॉर जस्टिस और डेमोक्रेसी ने स्वतंत्र अध्ययनों का संदर्भ दिया है जो सुझाव देते हैं कि नेपाली संयुक्त राष्ट्र के शांति करने वाले बटालियन हैती में बीमारी लाने के लिए अज्ञात रूप से आया है। +बीमारी पर उनाइटेड नेशन्स के एक विशेषज्ञ डैनियल लांटेगन ने बताया कि यह बीमारी शांतिकर्मियों की वजह से हो सकी है। +हैमिलटन ने होवर्ड यूनिवर्सिटी हॉस्पिटल में रोगी को स्थिर स्थिति में प्राप्त करने का प्रमाणित किया। +मरीज नाइजेरिया में गया था, जहाँ एबोला वायरस के कुछ मामले हुए हैं। +अस्पताल में इंफेक्शन कंट्रोल के लिए प्रतिबंध का पालन किया गया है, जिसमें रोगियों को अन्य लोगों से अलग करके अन्य लोगों की संभावित इंफेक्शन से रोगियों को बचाने की कोशिश की गई है। +सिम्पसन से पहले सिमन ने विविध स्थितियों में कई शो पर काम किया था। +1980 के दशक में उन्होंने टैक्सी, चीयर्स और द ट्रेसी यूलमन शो जैसी शो पर काम किया। +1989 में उन्होंने ब्रूक्स और ग्रोनिंग के साथ द सिम्पसन को बनाने में मदद की और शो की पहली लेखनी टीम को नियुक्त करने के लिए जिम्मेदार थे। +1993 में शो से बाहर निकलने के बावजूद उन्होंने एक्जिक्यूटिव प्रोड्यूसर की शीर्षक रखी और रोयाल्टी में प्रति सत्र दर्जनों मिलियन डॉलर प्राप्त करते रहे। +पहले चीनी समाचार एजेंसी Xinhua ने एक विमान को हायजैक करने की रिपोर्ट की थी। +बाद में रिपोर्ट में यह कहा गया कि विमान में बम की धमकी की गई थी और इसे अफगानिस्तान की ओर फिर से ले जाया गया, जिसमें कंदहर में लैंडिंग किया गया। +प्रारंभिक रिपोर्टों का कहना है कि उरुम्की में आपत्कालीन लैंडिंग की अनुमति नहीं मिलने के बाद विमान एफ़ग़ानिस्तान में फिर से लाया गया था। +इरान में हवाई दुर्घटनाएँ सामान्य होती हैं, जिसमें एक पुरानी फ्लीट है जो सिविल और सैन्य कार्रवाइयों के लिए दुर्भाग्यपूर्ण रूप से सुनिश्चित किया जाता है। +अंतरराष्ट्रीय प्रतिबंधों का मतलब है कि नए विमान खरीदे जा सकते नहीं हैं। +इस सप्ताह की शुरुआत में, एक पुलिस हेलिकॉप्टर की दुर्घटना में तीन लोग मारे गए और तीन और लोग घायल हो गए। +पिछले महीने ईरान के सबसे बुरे हवाई दुर्घटनाओं में से एक हुआ जब एक एयरलाइनर अर्मेनिया की ओर जा रहा था और उसमें 168 लोग मारे गए। +उसी महीने मशहद में एक और एयरलाइनर रनवे पर उड़ गया और एक दीवार पर स्ट्राइक करके सात लोगों की मृत्यु हो गई। +एरोस्मिथ ने अपने टूर पर बाकी कॉन्सर्ट को रद्द कर दिया है। +रॉक बैंड संयुक्त राज्य अमेरिका और कनाडा की यात्रा करने के लिए सितंबर 16 तक तैयार था। +लीड सिंगर स्टीवन टाइलर को 5 अगस्त को प्रदर्शन करने के दौरान स्टेज पर गिरने के बाद घायल होने के बाद उन्होंने यात्रा को रद्द कर दिया। +मैरी पहले सेट में टाइ ब्रेक में हार गया जब दोनों पुरुषों ने सेट में हर सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व +देल पोट्रो दूसरे सेट में पहले से आगे थे, लेकिन 6-6 तक पहुँचने के बाद भी एक टाइ ब्रेक की ज़रूरत थी। +इस स्थान पर पोट्रो की कंठ का इलाज किया गया था, लेकिन उन्हें खेल में फिर से शामिल होने में सफल हो गया। +प्रोग्राम स्थानीय समय के अनुसार 8:30 बजे (15.00 UTC) से शुरू हो गया। +देश भर में प्रसिद्ध गायकों ने श्री श्याम के पैरों पर भजन, या भक्तिजनक गाने प्रस्तुत किए। +सिंगर संजू शर्मा शाम की शुरुआत करते हुए जाई शंकर चौधरी ने उनका साथ दिलाया। उन्होंने चहपन भोग भजन भी प्रस्तुत किया। सिंगर राजू खांडेलवाल ने उनका साथ दिलाया। +फिर, लखा सिंह ने भजनों का संगीत करना शुरू किया। +बाबा श्याम को 108 चप्पन भोग (हिंदू धर्म में, 56 विभिन्न खाद्य सामान, जैसे, मिठाईयाँ, फल, फूट, पानी के सामान जैसे देवता को प्रसादित किए जाते हैं) का सेवा किया गया। +लखा सिंह ने चहपन भोग भजन भी प्रस्तुत किया। गायक, राजू खंडेलवाल ने उनका सामना किया। +टोकियो गेम शो के गुरुवार की कीनोट प्रेजेंटेशन में, निंटेंडो के अध्यक्ष सातोरू इवाटा ने कंपनी के नए निंटेंडो रेволюशन कंसोल के लिए कंट्रोलर डिज़ाइन का अनावरण किया। +टेलीविज़न रिमोट जैसा होने वाला कंट्रोलर उपयोगकर्ता की टेलीविज़न के पास दो सेंसर का इस्तेमाल करता है तीन-डिमेंशनल स्पेस में उसकी स्थिति को त्रियंगुलेट करने के लिए। +इससे खिलाड़ियों को एयर के माध्यम से डिवाइस से वीडियो गेम में कार्यों और गतिविधियों को नियंत्रित करने में मदद मिलेगी। +गियानकर्लो फिसिचेला अपने कार की नियंत्रण को खो गया और स्टार्ट के बाद बहुत जल्दी ही दौड़ को समाप्त कर दिया। +उनके टीममेट फ़र्नांडो अलोन्सो में बहुत से रेस में आगे थे, लेकिन उनके पिट-स्टॉप के बाद उन्होंने इसे खत्म कर दिया, शायद क्योंकि उनकी दाईं फ़्रंट व्हील बहुत खराब तरीके से लगाई गई थी। +माइकल शुमाचर ने अलोंसो के बाद अपना रेस को समाप्त कर दिया, क्योंकि रेस के दौरान कई लड़ाइयों में स्पेंसन के नुकसान की वजह से उनका रेस समाप्त हो गया। +उन्होंने न्यूज़ कॉन्फ़्रेंस की ट्रांसक्रिप्ट के अनुसार कहा, "वह बहुत खूबसूरत है और बहुत अच्छे से गाती है।" +मुझे हर बार इस पर प्रतियोगिता करने के लिए अपने दिल के नीचे जाते हुए महसूस होता।" +शुरूआती तीन मिनटों में, एक ऑन-बोर्ड कैमेरा ने फ्यूल टैंक से बाहर जाने वाले बहुत से इंसुलेशन फ़ोम की कई छट्टीयाँ दिखाई थीं। +हालांकि, उन्होंने शैटल पर कोई नुकसान नहीं पहुँचाया। +NASA के शॉटल प्रोग्राम के प्रमुख एन. वेन हेल जूनियर ने कहा कि फ़ोम उस समय पड़ा जब हम चिंतित हैं। +डिस्प्ले में पाँच मिनट के लिए वायु शुरू होता है, एक मिनट बाद वायु 70 किलोमीटर प्रति घंटे तक पहुँचता है... फिर बारिश आती है, लेकिन इसकी तीव्रता और बड़ी है कि वह आपके स्किन पर एक नींदल की तरह से पड़ता है, फिर हेल आता है, लोगों को डर लगता है और उन्हें एक दूसरे से बचने के लिए बढ़ना पड़ता है। +मैंने अपनी बहन और उसकी मित्रों को खो दिया और मेरी यात्रा के दौरान व्हीलचेयर में दो पीड़ित लोग थे, उन्हें सिर्फ़ उड़ाने की कोशिश कर रहे थे और उन्हें उड़ाने की कोशिश कर रहे थे," अर्मंड वर्सेसे ने कहा। +NHK ने इस बारे में भी रिपोर्ट की कि निगाता प्रेफ़्टर में कशिवाज़की करिवा न्यूक्लियर पाउंडर प्लांट सामान्य रूप से काम कर रही है। +होकुरिकु इलेक्ट्रिक पाउंडर कंपनी ने भूकंप से कोई प्रभाव नहीं होने का बताया और कहा कि उसके शिका न्यूक्लियर पाउंडर प्लांट में नंबर 1 और 2 रिएक्टर बंद हो गए हैं। +यह रिपोर्ट है कि इस क्षेत्र में कुछ 9400 घर पानी से बिना हैं और लगभग 100 घर इलेक्ट्रिसिटी से बिना हैं। +कुछ सड़कों में नुकसान हो गया है, प्रभावित क्षेत्रों में रेलवे सेवा रोकी गई है और इशिकावा प्रेफ़ेक्चर के नोटो एयरपोर्ट को बंद कर दिया गया है। +एक बम ने गवर्नर जनरल के कार्यालय के बाहर विस्फोट किया। +दो घंटे के दौरान सरकारी इमारतों के पास तीन और बम विस्फोट हो गए। +कुछ रिपोर्टों ने अधिकारी मृत्यु की संख्या को आठ कर दिया है, और अधिकारी रिपोर्टों से पता चलता है कि 30 से अधिक घायल हो गए थे; लेकिन अंतिम संख्याओं की जानकारी अभी तक नहीं मिली है। +पेटों के जीवन के बाद पेट फूड का इस्तेमाल करने के बाद मृत्यु होने वाले पेटों की उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए +विश्वविद्यालय में शोधकर्ताओं ने बताया कि दो कम्पाउंड एक-दूसरे से क्राइस्टल बनने के लिए प्रतिक्रिया करते हैं, जिससे किड्नी का काम रोक सकता है। +अनुसन्धानकर्ताओं ने मेलामिन और साइयानुरिक एसिड के साथ कैट के उठाए गए क्रिस्टलों को देखा। +इंफ्रारेड स्पेक्ट्रोस्कॉपी (एफटीआरआईआर) द्वारा तुलना करने पर इन क्रिस्टलों का संगम प्रभावित पेटों के उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए गए उठाए ग�� +मुझे पता नहीं है कि आप इसे समझते हैं या नहीं, लेकिन केंद्रीय अमेरिका से बहुत सारे सामान ड्यूटी-फ्री के साथ इस देश में आए हैं। +हालांकि, अमेरिकी केंद्रीय देशों में टैरिफ़ के माध्यम से हमारे आठ प्रतिशत सामानों पर टैक्स लगाया गया था। हम आपको इसके बारे में जानकारी देते हैं। +मुझे यह समझ नहीं आ रहा था; यह निश्चित रूप से नियमित नहीं था। +मुझे लोगों से कहना है कि आप हमें उसी तरीके से उचित करते हैं जैसे हम आपको उचित करते हैं। +कैलिफ़ोर्निया के गवर्नर अर्नोल्ड श्वार्जेनेगर ने एक बिल को कानून में लाने के लिए हस्ताक्षर किया जिसमें बच्चों को हिंसक वीडियो गेम की खरीद या रेंटल करने का प्रतिबंध लगाया गया है। +बिल में कैलिफ़ोर्निया के राज्य में बिक्री किए गए हिंसक वीडियो गेम्स को "18" के लिए लेबल करने की आवश्यकता है और उनका बिक्री 1000 डॉलर प्रति अपराध के लिए एक जुर्माना का सामना करने की आवश्यकता है। +पब्लिक प्रोसेक्शन के डायरेक्टर, कियर स्टारमर क्वीएल ने इस सुबह हुने और प्राइस के दोनों को प्रोसेक्शन की घोषणा करते हुए बयान दिया। +हुने ने इस पद से छोड़ दिया है और एड डेवी एमपी के तौर पर कैबिनेट में उसकी जांच की जा रही है। नॉर्मन लैंब एमपी की उम्मीद है कि वे बिज़नेस मिनिस्टर की जांच करने वाले डेवी की जांच करेंगे। +हुने और प्राइस 16 फरवरी को वेस्टमिंस्टर मेजिस्ट्रेट कोर्ट में प्रस्तुत होंगे। +मरने वाले लोग निकोलस एल्डन, 25, और ज़ैकरी कुड्डेबैक, 21 थे. कुड्डेबैक ड्राइवर था. +एडगर वेगुइला के हाथ और चेहरे पर चोटों का सामना करना पड़ा था जबकि क्रिस्टोफर श्नाइडर अपने चेहरे के लिए पुनर्स्थापक सर्जरी की आवश्यकता थी। +उका का हत्ता पाँचवा व्यक्ति की सिर पर मारने में असफल हो गया। स्क्नेडर में चल रही दर्द है, एक आँखे में अंधावस्था है, सिर का एक हिस्सा खो गया है और सिर का एक हिस्सा टाइटनियम से बनाया गया है। +स्क्नाइडर ने अपने मातृभूमि के एक यूएसएफ बेस से वीडिओलिंक के माध्यम से गवाही दी। +बुधवार की कार्रवाई के बाद, कैर्पेनेडो चैंपियनशिप में दो व्यक्तिगत दौड़ों में प्रतिस्पर्धा करते हैं। +उनका पहला स्लालोम था, जहाँ उन्हें अपने पहले रन में डिड नॉट फिनिश मिला। 116 प्रतिस्पर्धी में से 36 ने उस रेस में उसी परिणाम प्राप्त किया। +उनकी दूसरी रेस, जायंट स्लोम, महिलाओं की सिटिंग ग्रुप में 4:41.30, 2:11.60 मिनटों में, पहले स्थान पर फिनिश करने वाले ऑस्ट्रियाई क्लाउडिया लोएश से दूसरे स्थान पर दूसरे स्थान पर 2:11.60 मिनटों में और नौवें स्थान पर 1:09.02 मिनटों में हंगरी की ग्योंग्यी डेनी से और पहले स्थान पर फिनिश करने वाले ऑस्ट्रियाई क्लाउडिया लोएश से दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान पर दूसरे स्थान +महिलाओं की सिटिंग ग्रुप में चार स्कीयर अपने रन को पूरा करने में असफल हो गए और जायंट स्लोम में 117 संख्या में से 45 स्कीयर रेस में रैंक करने में असफल हो गए। +मध्य प्रदेश पुलिस ने चोरी किए गए लैपटॉप और मोबाइल फ़ोन को बरामद कर लिया। +डेप्टी इंस्पेक्टर जनरल डी के अर्या ने कहा, "हमने पांच व्यक्तियों को गिरफ़्तार कर लिया है जिन्होंने स्विस महिला पर एक बलात्कार किया और उनकी मोबाइल और लैपटॉप बाहर निकाल लिया है।" +आरोपी बाबा कंजर, भूता कंजर, रमप्रो कंजर, गजा कंजर और विष्णु कंजर के नाम से जाने जाते हैं। +पुलिस सुपरिंटेंडेंट चंद्र शेखर सोलंकी ने कहा कि आरोपियों ने अपने सिर को छुपाकर अदालत में उपस्थित होने की कोशिश की थी। +हालांकि, कार की झटके के बाद घर में तीन लोग थे, लेकिन उनमें से कोई भी घायल नहीं हुआ। +हालांकि, ड्राइवर के सिर पर गंभीर चोटों का सामना करना पड़ा। +जहाँ एक दुर्घटना हुई थी, वह सड़क कुछ समय के लिए बंद कर दिया गया था जबकि आपत्कालीन सेवाओं ने ड्राइवर को रेड एडी टीटी से मुक्त किया। +शुरुआत में उन्हें ग्रेट यारमोथ के जेम्स पेजेट हॉस्पिटल में भेजा गया। +उन्हें फिर से कैंब्रिज के एडेनब्रोक हॉस्पिटल में स्थानांतरित किया गया। +एडेकोया ने अपने बेटे को हत्या करने के लिए एडिंबर्ड शेरिफ कोर्ट में आरोप लगाया गया है। +उसे इंडिक्टमेंट और सुनावाई के लिए गिरफ़्तार किया गया है, लेकिन किसी भी प्रत्यक्षदर्शी साक्षी प्रमाण गलत हो सकता है क्योंकि उसकी तस्वीर व्यापक रूप से प्रकाशित की गई है। +यह यूके के अन्य इलाकों में सामान्य प्रैक्टिस है, लेकिन स्कॉटिश न्याय अलग तरीके से काम करता है और अदालतों ने फ़ोटो की प्रकाशन को संभावित रूप से प्रतिकूल माना। +डंडी विश्वविद्यालय के प्रोफेसर पैमेला फर्गसन ने नोट लिया है कि "जर्नलिस्ट शंकास्पद व्यक्तियों के फ़ोटो और अन्य चीजों को प्रकाशित करने के लिए खतरनाक लाइन पर चल रहे हैं।" +क्राउन ऑफ़िस, जो अभियोजनों की पूरी ज़िम्मेदारी में है, ने पत्रकारों को इंडिक्टमेंट से पहले कमेंट नहीं किया जाएगा का संकेत दिया है। +लीक के अनुसार, दस्तावेज़ सीमा की संघर्ष के बारे में बताएगा, जो 1967 की मध्य-पूर्व युद्ध से पहले सीमा के आधार पर पैलेस्टीन की इच्छा है। +अन्य विषयों में जेरूसलेम के भविष्य की स्थिति शामिल है जो दोनों राष्ट्रों के लिए पवित्र है और जोर्डन वैली का मुद्दा। +इस्राइल ने एक समझौता की जाने के बाद प्रांत में दस वर्ष तक चल रही सैन्य उपस्थिति की मांग की है, जबकि पीए में पांच वर्ष के लिए सैन्य उपस्थिति की मांग की गई है। +सप्लीमेंटरी पेस्ट कंट्रोल ट्रायल में शूटरों को रेंजरों द्वारा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़ +एनपीडब्ल्यूएस और ऑस्ट्रेलिया की स्पोर्टिंग शूटर्स संघ (एनएसडब्ल्यू) इंक के एक संयुक्ति में, स्पोर्टिंग शूटर्स संघ के हंटिंग प्रोग्राम के तौर पर उपयोगी स्वयंसेवकों को नियुक्त किया गया था। +मिक ऑफ़लिन के अनुसार, एक्टिंग डायरेक्टर पार्क कंजर्वेशन एंड हरिटेज ने पहले शूटिंग ऑपरेशन के लिए चार शूटरों को पूरी तरह से सुरक्षा और प्रशिक्षण की सूचना दी। +मार्टेली ने पिछले दिन नए प्रायोजक चुनाव परिषद (CEP) में नौ सदस्यों के साथ शपथ किया। +यह चार सालों में मार्टेली का पाँचवा सीईपी है। +पिछले महीने एक राष्ट्रपतियों की आयोग ने नए चुनावों के दौरान देश को आगे बढ़ाने के लिए एक पैकेज में पूर्व CEP की छुट्टी की सलाह दी। +कमिशन ओक्टोबर में शुरू होने वाले व्यापक प्रदेश प्रदर्शनों का मार्टेली का जवाब था। +कुछ बार हिंसक प्रदर्शन चुनाव करने में असफलता की वजह से हुए थे, जो 2011 से चल रही है। +लगभग 60 इपोड में गर्मी की वजह से काम नहीं करने के केसों की रिपोर्ट की गई है, जिसकी वजह से इलाके में छह आग लग गईं और चार लोगों को छोटे से जलाने की वजह से घायल हो गए हैं। +जापान के आर्थिक, व्यापार और उद्योग मंत्रालय (METI) ने कहा कि उसने उपकरणों से संबंधित 27 दुर्घटनाओं की जानकारी प्राप्त की थी। +पिछले सप्ताह, METI ने ऐपल ने 34 अतिरिक्त गर्मियाँ घटनाओं की जानकारी दी है, जिसे कंपनी ने "नॉन-सरियस" कहा। +मंत्रालय ने रिपोर्ट की पुनः प्रस्तुति के लिए एप्पल को "वास्तव में दुःखदायक" कहा। +भूकंप स्थानीय समय (09:19 बजे शुक्रवार को GMT) के अनुसार सुबह 07:19 बजे मैरियाना में आया। +उत्तरी मैरियना के आपत्कालीन प्रबंधन कार्यालय ने कहा कि राष्ट्र में कोई नुकसान नहीं रिपोर्ट किया गया है। +प्रशांतीय सुनामी चेतावनी केंद्र ने भी कहा कि सुनामी के लिए कोई चेतावनी नहीं थी। +फ़िलिपीनो के एक पूर्व पुलिस अधिकारी ने मैनिला, फ़िलिपीनो की राजधानी में उनके बस को जब्जा करके हंग कांग के पर्यटकों को हिरासत में रखा है। +रोलांडो मेंडोज़ा ने पर्यटकों पर अपने M16 राइफल को फ़ायर किया। +कई पक्षियों को बचाया गया है और कम से कम छह लोगों की मृत्यु की पुष्टि की गई है। +बच्चों और वृद्ध व्यक्तियों के साथ-साथ, फिलिपिनो फ़ोटोग्राफ़र भी पहले से जारी किए गए। +फ़ोटोग्राफ़रों ने बाद में एक वृद्ध महिला की जगह ले ली क्योंकि वे शौचालय की आवश्यकता थी। मेंडोज़ा को गोलीबारी से मार दिया गया। +लिगिन्स ने अपने पिता की फ़ुटपाथों में चला और मेडिसिन में कैरियर शुरू किया। +उन्होंने अस्ट्रिक्सियन के रूप में प्रशिक्षण किया और 1959 में ऑकलैंड के राष्ट्रीय महिलाओं के अस्पताल में काम करना शुरू कर दिया। +जब उन्होंने अस्पताल में काम कर रहे थे, लिगिन्स ने अपने स्पेर टाइम के दौरान पहले समय से काम करने वाली श्रमिकाओं की जांच शुरू की। +उनकी अनुसन्धान से पता चला कि यदि एक हॉर्मोन प्रस्तुत किया जाता है, तो यह बच्चे की फोटल लंग की स्थिति को बढ़ावा देता है। +सिन्हुआ ने रिपोर्ट किया कि सरकारी जांचकर्ताओं ने बुधवार को दो 'ब्लैक बॉक्स' फ़्लाइट रिकॉर्डर पाए। +उनके साथियों ने भी लुना को श्रद्धाय किया। +टॉमी ड्रीमर ने कहा "लुना एक्ट्रिम की पहली क्वीन थी. मेरा पहला मैनेजर था. लुना दो चंद्र की रात में मर गई थी. उनकी जैसी एक्ट्रिम और खूबसूरत थी. एक शक्तिशाली महिला थी।" +डस्टिन "गोल्डस्ट" रनेल्स ने टिप्पणी की कि "लुना मेरी तरह से जोरदार थी...शायद अधिक से जोरदार...उसे प्यार करते हैं और उसे मिस करेंगे...उम्मीद करते हैं कि वह एक बेहतर जगह पर है।" +2010 की संघीय चुनावों से पहले 1,400 लोगों की सर्वेक्षण में, ऑस्ट्रेलिया को गणराज्य बनने से विरोध करने वाले लोग 2008 से 8 प्रतिशत तेज़ी से बढ़ गए हैं। +2010 की संघीय चुनाव की अभियान के दौरान कैरेक्टर प्रधानमंत्री जुलिया गिलार्ड ने दावा की कि उन्हें लगता है कि ऑस्ट्रेलिया को क्वीन एलिज़ाबेथ II के शासन के अंत में गणराज्य बनना चाहिए। +34 प्रतिशत वोटिंग में शामिल व्यक्तियों में से इस दृष्टिकोण का इस्तेमाल करना चाहते हैं कि क्वीन इलिज़ाबेथ 2 को ऑस्ट्रेलिया का पिछला शाह बनाना चाहिए। +सर्वेक्षण करने वाले 29 प्रतिशत लोगों का मानना है कि ऑस्ट्रेलिया जल्दी से जल्दी गणराज्य बनना चाहिए, जबकि 31 प्रतिशत लोगों का मानना है कि ऑस्ट्रेलिया कभी भी गणराज्य नहीं बनना चाहिए। +ओलंपिक के स्वर्ण पदक विजेता 100 और 200 मीटर के फ्रीस्टाइल और कमनवेल्थ गेम्स में तीन रिले में स्विम करने के लिए प्रतिबद्ध थे, लेकिन उनकी शिकायतों की वजह से उनकी फ़िटनेस की संभावना में संदेह है। +उन्हें अपनी दर्द से बाहर निकलने के लिए आवश्यक दवाओं लेने में असमर्थता है क्योंकि उन्हें खेलों से बंद कर दिया गया है। +केंट्रल मिसूरी विश्वविद्यालय में गणित और कंप्यूटर विज्ञान प्रोफेसर कर्टिस कोओपर ने 25 जनवरी को सबसे बड़ा जाना जाने वाला प्राइम नंबर पता लगाया है। +कई लोग फरवरी की शुरुआत से विभिन्न हार्डवेयर और सॉफ्टवेयर का इस्तेमाल करते हुए इस खोज की पुष्टि करते हुए इसे मंगलवार को घोषित किया गया। +कोमेट संभवतः प्राकृतिक पदार्थों के साथ पृथ्वी पर पानी प्रदान करने वाला एक स्रोत हो सकता है जो प्रोटीन बना सकता है और जीवन को सहायता कर सकता है। +वैज्ञानिकों की उम्मीद है कि किस तरह से ग्रह बनते हैं, विशेष तौर पर किस तरह से पृथ्वी बनती है, क्योंकि कमेटों ने पृथ्वी पर लंबे समय से संघर्ष किया है। +53 वर्षीय कुओमो ने इस साल की शुरुआत में अपनी गवर्नरशिप शुरू की थी और पिछले महीने उन्होंने समलैंगिक विवाह को कानूनी रूप से स्वीकार करने के लिए एक बिल पर हस्ताक्षर किया। +उन्होंने इस बात को "राजनीतिक बातचीत और मूर्खता" के रूप में उल्लेख किया। +उन्हें 2016 में राष्ट्रपति के लिए चुनाव लड़ने की संभावना है। +नेक्स्टजेन एक प्रणाली है जिसे FAA का दावा है कि यह एयरक्राफ्ट को कम मार्गों पर उड़ान करने की अनुमति देती है और प्रत्येक साल लाखों गैलन फ़्यूल को बचाने और कार्बन उत्सर्जन को कम करने में मदद करती है। +इसे पुराने ग्राउंड-रेडर-बेस्ट टेक्नोलॉजी के विरुद्ध सैटेलाइट-बेस्ट टेक्नोलॉजी का इस्तेमाल किया जाता है ताकि एयर ट्रैफ़िक कंट्रोलरों को अधिक स्पष्टता से एयरक्राफ़्ट पहुँचाने की अनुमति दी जा सके और पाइलॉट को ज़्यादा सही जानकारी दी जा सके। +कोई अतिरिक्त ट्रांसपोर्ट नहीं किया जा रहा है और ओवरग्राउंड ट्रेन वेंबली में रोकने वाली नहीं हैं, और ग्राउंड पर कार पैर्किंग और पार्क-एंड-राइड सुविधाएँ उपलब्ध नहीं हैं। +ट्रांसपोर्टेशन की कमी से खेल को टीम के समर्थकों के बिना बंद दरवाज़े में खेलने की संभावना बढ़ गई। +जर्नल साइंस में गुरूवार को प्रकाशित एक अध्ययन में इक्वाडोर के गैलापागोस द्वीपों पर एक नई चमगादड़ प्रजाति की बनावटी की गई है। +संयुक्त राज्य अमेरिका के प्रिंस्टन विश्वविद्यालय और स्वेडिश के उप्पाला विश्वविद्यालय ने दोनों पीड़ितों में एक नए प्रजातियों की उत्पन्न की रिपोर्ट की, हालांकि इस प्रक्रिया को बहुत लंबा समय लेने का माना जाता था, क्योंकि एन्डेमिक डार्विन फिंच, गेॉस्पिज़ा फोर्टेस और इमिग्रेंट कैक्टस फिंच, गेॉस्पिज़ा कोनिरोस्ट्रिस के बीच उत्पादन के कारण। +सुनहरे सभी तरहों में काम किया जा सकता है. इसे छोटे तरहों में रोल किया जा सकता है. +इसे छोटी चिड़ियाँ में फेंका जा सकता है, जो छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में छोटी चिड़ियाँ में +इसे बहुत छोटा बनाया जा सकता है और अन्य धातु पर लगाया जा सकता है। इसे बहुत छोटा बनाया जा सकता है कि इसे कभी-कभार "इल्युमिनेटेड मैनस्क्रिप्ट" के नाम से जाने वाले किताबों में हाथ पेंट किए गए चित्रों को सजावट करने के लिए उपयोग किया जाता है। +इसे एक केमिकल का एचपी कहते हैं. आप रेड कैबेज जूस का उपयोग करके एक इंडिकेटर बना सकते हैं. +कैबेज़ जूस की रंग कितनी एसिडिक या बेसिक (एल्कालिन) है, इसके अनुसार बदलती है। +pH का स्तर परीक्षित केमिकल में हाइड्रोजन (पीएच के एच) आइयनों की संख्या से दिखाया जाता है. +हाइड्रोजन इयन प्रोटॉन हैं जो उनके इलेक्ट्रॉन को उनसे छोड़ दिया गया था (क्योंकि हाइड्रोजन परमाणु एक प्रोटॉन और एक इलेक्ट्रॉन से बने होते हैं). +दो सूखे पाउडर को एक साथ मिलाएं और फिर, सफ़ेद होने वाले हाथों से उन्हें बॉल में दबाएं। +आपके हाथों पर होने वाली जली बाहरी लेयरों के साथ प्रतिक्रिया करेगी, जिससे आपको मज़ाक आएगा और एक तरह का शेल बन जाएगा। +हरप्पा और मोहेनजो-दारो के शहरों में लगभग प्रत्येक घर में सोफिस्टिकेट सेवेज़ सिस्टम से जोड़े गए फ्लश टोइलेट थे। +ग्रीस के क्रेट और सैंटोरिनी के मिनोएन शहरों के घरों में सेवेज़ सिस्टम के अवशेष पाए गए हैं. +प्राचीन इज़िप्तिया, पेर्शिया और चीन में भी शौचालय थे। रोमन संस्कृति में शौचालय कभी-कभार सार्वजनिक बैथ हाउस का हिस्सा थे जहाँ पुरुष और स्त्रियाँ एक मिश्रित कंपनी में एक साथ होती थी। +जब आप किसी व्यक्ति को कई हज़ार मील दूर से फ़ोन करते हैं, तो आप एक सैटेलाइट का उपयोग कर रहे होंगे। +स्पेस में सैटेलाइट को कॉल मिलता है और फिर उसने इसे तुरंत पीछे फेंकता है। +इस सैटेलाइट को एक रॉकेट से अंतरिक्ष में भेजा गया था. वैज्ञानिकों अंतरिक्ष में टेलिस्कॉप का इस्तेमाल करते हैं क्योंकि पृथ्वी की वायुमंडल की वजह से कुछ हमारे प्रकाश और दृष्टिकोण प्रतिबिंबित होते हैं. +एक सैटेलाइट या टेलिस्कोप को अंतरिक्ष में रखने के लिए एक जायंट रॉकेट की ज़रूरत होती है जिसकी ऊंचाई 100 फ़ीट से ज़्यादा होनी चाहिए। +चक्का दुनिया को असामान्य तरीकों से बदला है. चक्का ने हमारे लिए सबसे बड़ा काम किया है कि उसने हमारे लिए बहुत आसान और तेज़ी से यातायात प्रदान किया है। +यह हमारे लिए ट्रेन, कार और कई अन्य प्रवाह उपकरणों को लाया है। +उनके नीचे अधिक मध्यम साइज़ेड कैट्स हैं जो मध्यम साइज़ेड प्रेय खाते हैं जिसमें चमगादड़ों से एंटेलॉप और डीर तक पहुँचते हैं। +अंत में, बहुत से छोटे चमगादड़ हैं (जिनमें से कुछ छोटे पेट चमगादड़ भी शामिल हैं) जो इंसेक्ट, रॉडेंट, लाइजर्ड और पक्षियों जैसे छोटे शिकारों को खाते हैं। +उनकी सफलता का गुप्त संकेत नाइच का कॉन्झेप्ट है, एक विशेष नौकरी जिससे उन्हें दूसरों से प्रतिस्पर्धा करने से रोका जाता है। +शेर सबसे सामाजिक चमगादड़ों में से एक हैं, जो प्राइड के नाम से बड़े समूहों में रहते हैं। +प्राइड एक से तीन संबंधित वयस्क पुरुषों, तीस से तीस संबंधित महिलाओं और कबों के साथ बनाए गए होते हैं. +सिस्टर और बेटियों की एक बड़ी परिवार के तौर पर महिलाएँ अक्सर एक दूसरी से जुड़ी होती हैं। +शेर पक्षों की तरह से चमगादड़ों या कुत्तों की तरह से काम करते हैं, जिनमें शेरों (लेकिन अन्य बड़े कैट नहीं) की व्यवहार में आश्चर्यजनक रूप से समान जानवर होते हैं, और उनके शिकारों को बहुत खतरनाक होते हैं। +एक पूरी तरह से चौंकने वाला खिलाड़ी, टाइगर पहुँच सकता है (हालाँकि अच्छी तरह से नहीं), पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ी, पूरी तरह से चौंकने वाला खिलाड़ +शेर लाइन, लेओपर्ड और जगुआर के साथ एक समूह (जीनस पंथेरा) में हैं. इन चार चमगादड़ों में से केवल एक चमगादड़ रॉर कर सकता है. +शेर की आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ एक शेर की पूरी आवाज़ से अलग है, लेकिन इसकी आवाज़ ए +ओसेलॉट छोटे जानवरों का खाना पसंद करते हैं. उन्हें चमगादड़ों, साँपों, चमगादड़ों और पक्षियों को पकड़ने में मदद करते हैं यदि उन्हें यह संभावना मिलती है. ओसेलॉट की शिकार करने वाले सभी जानवर बहुत ज़्यादा छोटे होते हैं. +वैज्ञानिकों का मानना है कि ओसेलॉट उन जगहों पर जाते हैं जहाँ उन्हें खाने के लिए जाने वाले जानवर होते हैं और उन्हें उन जानवरों का संन्योजन करने में मदद करता है। +उन्हें रात की दृष्टि से बहुत अच्छी तरह से रोशनी में देखना होता है, और उन्हें भी बहुत अच्छी तरह से गुप्त होना होता है। ओसेलॉट अपने शिकार को उनके आसपास मिलने के लिए एकत्र होते हैं और उसके बाद उन्हें उनके शिकार पर उड़ाना होता है। +जब एक छोटा समूह जीवित वस्तुओं (एक छोटा आबादी) मुख्य आबादी से अलग होता है (जैसा कि जब उन्हें पर्वत की शृंखला या नदी पर जाते हैं या जब उन्हें एक नई द्वीप पर जाते हैं जहाँ उन्हें पहले से मिलने वाली वातावरण से अलग होता है) उन्हें अक्सर पहले से मिलने वाली वातावरण से अलग होता है। +इस नई वातावरण में विभिन्न स्रोतों और विभिन्न प्रतिस्पर्धिकों हैं, इसलिए नई जनसंख्या को पहले से ज़्यादा कठिन प्रतिस्पर्धी बनने के लिए विभिन्न फीचर या परिवर्तन की आवश्यकता होगी। +मूल आबादी कोई बदलाव नहीं हुआ है, उन्हें अभी भी पिछले समय की उनके लिए उपयोग होने वाली बदलाव की आवश्यकता है। +समय से अलग होते हुए, जब नए आबादी अपने नए परिवेश में समाधान करना शुरू करते हैं, तो वे दूसरे आबादी की तुलना में कम होते हुए देखना शुरू करते हैं। +अंततः, हज़ारों या दर्जनों वर्षों के बाद, दोनों जनसंख्यों का दृष्टिकोण इतना अलग होगा कि उन्हें एक प्रजाति के रूप में नहीं कहा जा सकता। +हम इस प्रक्रिया को विशिष्टता कहते हैं, जो सिर्फ़ नए प्रजातियों की स्थापना का मतलब है। विशिष्टता एक अपरिहार्य परिणाम है और विकास का एक बहुत महत्वपूर्ण हिस्सा है। +प्लांट ऑक्सीजन बनाते हैं, जो मनुष्य श्वास करते हैं, और उन्हें मनुष्य श्वास करते हुए कार्बन-डायॉक्साइड लेते हैं। +फोटोसिंथेसिस के माध्यम सूर्य से प्लांट अपना खाद्य प्राप्त करते हैं. उन्हें इसके अलावा उन्हें शैली प्रदान करना भी होता है. +हम अपने घरों को पौधों से बनाते हैं और कपड़ों को पौधों से बनाते हैं. हम खाते हैं जो पौधों से बने होते हैं. पौधों के बिना, जीवों को जीवित रहने में सक्षम नहीं हो सकते. +मोसासौरस अपने समय का शीर्ष शिकार था, इसलिए उसे कुछ भी डर नहीं था, अलग मोसासौर के अलावा। +इसके लंबे चेहरे पर 70 से अधिक तीव्र दंतों के साथ उसके मुंह के छत में एक अतिरिक्त सेट भी था, जिसका मतलब है कि किसी भी चीज को उसकी रास्ते से बाहर निकलने से बचने में सक्षम नहीं था। +हमें यह सुनिश्चित रूप से नहीं पता है, लेकिन यह एक फ़ॉर्केड टंग वाला हो सकता है। इसकी खाद्य पदार्थों में चमगादड़ों, बड़े मछलियों, अन्य मोसासौरों और यह शायद एक कैनिबल भी हो सकता है। +यह पानी में प्रवेश करने वाले किसी भी चीज पर भी हमला करता था; एक महान डायनोसाउर जैसा टी. रेक्स भी इसका मुकाबला नहीं कर पाएगा। +जबकि उनके बहुत से खाद्य पदार्थ हमारे लिए पर्याप्त होंगे, रोमनों के पास वाइल्ड बॉर, पीकॉक, स्नेल्स और एक प्रकार का रॉडेंट जिसे डोर्माउस कहा जाता है शामिल होने वाले असामान्य या असामान्य पदार्थ भी थे। +एक और फरक यह था कि गरीब लोगों और महिलाओं ने अपनी खाद्य करते हुए कुर्सियों में बैठते हुए खाया, जबकि धनी पुरुषों को एक बैंकेट में जोड़ना पसंद था जहाँ उन्हें अपनी खाद्य करते हुए उनके पीठ पर बैठना पसंद था। +पुराने रोमन भोजन में अमेरिका या एशिया से युरोप में आने वाले खाद्य पदार्थों को शामिल नहीं किया जा सकता। +उदाहरण के लिए, उनके पास कॉर्न, टोमेटो, पोटेटो और कोको नहीं थे, और कोई पुराना रोमन कभी भी टर्की का भोजन नहीं किया था। +बैब्लोनियनों ने अपने प्रत्येक देवों के लिए प्राथमिक मंदिर बनाया जिसे भगवान के घर के रूप में माना जाता था। +लोग पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के लिए पूजा करने के ल +हर मंदिर में एक खुला मंदिर कोठा था और फिर एक आंतरिक मंदिर जिसमें केवल पंडित प्रवेश कर सकते थे। +कभी-कभार मंदिरों के हिस्से के लिए विशेष तौर पर किए जाने वाले झगुरात शाखाए बनाए जाते थे। +मंदिर के शिखर को भगवान के लिए विशेष स्थल के रूप में बनाया गया था। +मध्य पूर्व के गर्म मौसम में, घर इतना महत्वपूर्ण नहीं था। +हेब्रू परिवार के जीवन का बहुत सारा हिस्सा खुले हवाए में हुआ। +महिलाओं ने घर में पकवाना किया था; स्टोर सड़क में देखने के लिए खुले हुए काउंटर थे। पत्थर का इस्तेमाल घर बनाने के लिए किया जाता था। +कानान की ज़मीन में कोई बड़े जंगल नहीं थे, इसलिए वुड बहुत महंगा था। +ग्रीनलैंड की स्थापना कम होती थी. नॉर्स सैगा में उन्होंने कहा कि इरिक द रेड को हत्या के लिए आइसलैंड से बाहर किया गया था, और पश्चिम की यात्रा करने के दौरान उन्होंने ग्रीनलैंड को पाया और उसे ग्रीनलैंड के नाम से बनाया। +लेकिन उनकी खोज के बावजूद, इस्किमो जातियों ने उस स्थान पर पहले से रहना शुरू किया था। +हालांकि प्रत्येक देश 'स्कैंडिनेवियन' था, लेकिन डेनमार्क, स्वेडेश, नॉर्वे और आइसलैंड के लोगों, राजाओं, परंपराओं और इतिहास के बीच कई फरक थे। +यदि आपने इस फिल्म को देखा है, तो आप सोच सकते हैं कि स्वतंत्रता की घोषणा के पीछे एक खजाने का नक्शा लिखा गया होगा। +हालांकि, यह सच नहीं है। तथापि डॉक्यूमेंट के पीछे कुछ लिखा गया है, लेकिन यह एक खजाने का नक्शा नहीं है। +स्वतंत्रता की घोषणा के पीछे लिखे गए शब्दों में "मूल स्वतंत्रता की घोषणा 4 जुलाई 1776 को किया गया था" शाब्दिक रूप से दस्तावेज़ के नीचे उपस्थित है। +जबकि किसी भी व्यक्ति को सुनिश्चित रूप से पता नहीं होता कि इसे किसने लिखा था, इसे जाना जाता है कि इसके जीवन के शुरुआत में, एक बड़ा पार्चमेंट डॉक्यूमेंट (यह 29¾ इंच और 24½ इंच की माँग करता है) को स्टोरेज के लिए फेंका गया था। +इसलिए, यह संभावना है कि नोटेशन सिर्फ़ लेबल के तौर पर जोड़ा गया था। +डी-डे लैंडिंग और उनके बाद के लड़ाइयों ने फ़्रांस के उत्तर को मुक्त किया था, लेकिन दक्षिण अभी भी मुक्त नहीं था। +इसे "विची" फ़्रेंच ने शासन किया था. इन लोगों में से कुछ 1940 में जर्मनों से शांति करने वाले फ़्रेंच लोग थे और उन्हें लड़ने के बजाय आक्रमकों के साथ काम करना चाहते थे। +15 अगस्त 1940 में, एलियंस ने दक्षिणी फ़्रांस में आक्रमण किया, इसे "ऑपरेशन ड्रैगून" कहा गया। +केवल दो हफ़्ते में अमेरिकी और फ्री फ़्रेंच सेनाएँ दक्षिणी फ़्रांस को स्वतंत्र करने की कोशिश कर रही थी और जर्मनी की ओर बढ़ रही थी। +एक संस्कृति एक महत्वपूर्ण बड़ी समूह के साथ जीवन और काम सहकारी रूप से करने वाली एक संस्कृति होती है, एक समाज। +सिविलिजेशन का शब्द लैटिन सिविलिस से आता है, जिसका अर्थ सिविल, लैटिन सिविस, जिसका अर्थ नागरिक है, और सिविटास, जिसका अर्थ शहर या शहर-राज्य है, और इससे समझा जाता है कि समाज का आकार कैसे होता है। +शहर-राज्य राष्ट्रों के पूर्वज हैं. सिविलिजेशनल संस्कृति का अर्थ कई पीढ़ियों में ज्ञान प्रसारित किया जाता है, एक लंबी संस्कृतिक फ़ूटप्रिंट और फ़ैयर डिसेमिनेशन का अर्थ है. +सामान्य संस्कृतियाँ अक्सर संबंधित ऐतिहासिक सबूतों से बाहर निकलती हैं और उन्हें उचित संस्कृतियों के रूप में पहचाना जाने में असफल होती हैं. +क्रांतिकारी युद्ध के दौरान, 13 राज्यों ने पहले से कांग्रेस के एकमात्र घटक के साथ कंफेडरेशन के आर्टिकलों के तहत एक कमज़ोर केंद्रीय सरकार का निर्माण किया। +कांग्रेस को किसी भी टैक्स लागू करने के लिए कोई शक्ति नहीं थी, और, क्योंकि कोई राष्ट्रीय एक्झिक्यूटिव या न्यायालय नहीं था, उसने राज्य अधिकारियों पर भरोसा किया, जो अक्सर सहयोगी नहीं थे, ताकि उसने सभी अभियानों को लागू किया जा सके। +इसमें प्रदेशों के बीच टैक्स के कानून और टैरिफ़ पर कोई अधिकार भी नहीं था। +अर्टिकल्स को बदलाव करने से पहले सभी राज्यों से एकतरफ़ा सहमति की ज़रूरत थी और राज्यों ने केंद्रीय सरकार को इस तरह से सहमत किया कि उनके प्रतिनिधियों काफ़ी अक्सर अवैध होते थे। +इटली की राष्ट्रीय फ़ुटबॉल टीम जर्मन राष्ट्रीय फ़ुटबॉल टीम के साथ दुनिया की सबसे सफल टीमों में से दूसरी सबसे सफल टीम है और वे 2006 में फ़िफा वर्ल्ड कप के चैंपियन थे। +लोकप्रिय खेलों में फुटबॉल, बास्केटबॉल, वोलेबॉल, वाटर-पोलो, फेंसिंग, रग्बी, साइकिंग, आइस हॉकी, रोलर हॉकी और F1 मोटर रेसिंग शामिल हैं. +उत्तरी क्षेत्रों में शीतकालीन खेल सबसे लोकप्रिय हैं, जिसमें इटालियन अंतरराष्ट्रीय खेलों और ओलंपिक इवेंट्स में प्रतिस्पर्धा करते हैं। +जपान में लगभग 7,000 द्वीप हैं (जिसमें सबसे बड़ा होन्शू है), जिसकी वजह से जपान दुनिया का सातवां सबसे बड़ा द्वीप है! +जपान के द्वीपों के समूह/समूह के कारण जपान के बारे में अक्सर भूगर्भीय स्थिति पर एक "आर्किपेलागो" के रूप में संबोधित किया जाता है। +तैवान 15वीं शताब्दी में शुरू हुआ जहाँ यूरोपीय नाविकों ने द्वीप का नाम इल्हा फ़ोर्मोसा या सुंदर द्वीप का रिकॉर्ड किया। +1624 में, डच ईस्ट इंडिया कंपनी दक्षिण-पश्चिमी तैवान में एक आधार स्थापित करती है, जिसमें प्राचीन ग्राइन उत्पादन की प्राकृतिकताओं में परिवर्तन करने की शुरुआत करती है और चीनी श्रमिकों को उसके राइस और सुगर प्लांटेशन पर काम करने के लिए काम देती है। +1683 में, किंग राजवंश (1644-1912) ने तैवान के पश्चिमी और उत्तरी तटीय क्षेत्रों का नियंत्रण किया और 1885 में तैवान को किंग साम्राज्य के एक प्रांत के रूप में घोषित किया। +1895 में, पहले सिनो-जापानी युद्ध (1894-1895) में हारने के बाद, किंग सरकार ने शिमोनोसेकी समझौता पर हस्ताक्षर किया, जिसके माध्यम से उन्होंने जापान को टैइवान पर शासन करने का अधिकार दिया, जो 1945 तक द्वीप पर शासन करता है। +मैचु पिच्चू में तीन मुख्य संरचनाएँ हैं, जिनमें सूर्य का मंदिर, इंटिहुआटाना और तीन चढ़ियाँ के कमरे शामिल हैं। +कम्प्लेक्स के किनारों पर बहुत से इमारते फिर से बनाए गए हैं ताकि पर्यटकों को उन्हें प्रारंभिक रूप से देखने के लिए एक बेहतरीन विचार दिया जा सके। +1976 तक मैचु पिच्चू के तीस प्रतिशत को पुनर्स्थापना किया गया था और पुनर्स्थापना आज भी चल रही है। +उदाहरण के लिए, दुनिया में सबसे आम स्टिल इमेज फ़ोटोग्राफी फ़ॉर्मैट 35 मिमी है, जो एनालॉग फ़िल्म युग के अंत में प्रमुख फ़िल्म साइज़ था। +इसे आज भी उत्पादन किया जाता है, लेकिन ज़्यादा महत्वपूर्ण तौर पर इसका अस्पेक्ट रेशियो डिजिटल कैमरा इमेज सेंसर फ़ॉर्मेटों से इन्हेरिट किया जाता है। +35 मिमी फ़ॉर्मैट वास्तव में 24 मिमी की ऊंचाई के साथ 36 मिमी की चौड़ी है। +इस प्रकार के फ़ॉर्मेट में सिर्फ़ सबसे सरल पूरा संख्या का हिसाब लेने के लिए दर्जन के साथ बाज़ार किया जाता है, इसलिए इस प्रकार के फ़ॉर्मेट का अस्पेक्ट रेशियो 3:2 कहा जाता है। +कई सामान्य फ़ॉर्मेट (एपीएस परिवार के फ़ॉर्मेट, उदाहरण के लिए) इस प्रतिशत दृष्टिकोण की तुलना करते हैं या इससे ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्य +बहुत ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़ +इसमें बताया गया है कि मुख्य विषय के लिए सबसे उपयुक्त जगह इमेज को उत्तरी और पश्चिमी तरीके से तृतीयों में विभाजित करने वाले लाइनों के इंटरसेक्शन में होता है (उदाहरण देखें). +यूरोपीय इतिहास के इस समय के दौरान, कैथोलिक चर्च, जो समृद्ध और शक्तिशाली हो गई थी, परीक्षण में आया। +एक हज़ार सालों से क्रिस्टियन धर्म ने भाषा और संस्कृति में फरकों के बावजूद यूरोपीय राज्यों को एक साथ जोड़ा। +इसकी पूरी तरह की शक्ति राजा से आम लोग तक प्रभावित करती है। +एक मुख्य क्रिस्टियन दर्शन यह है कि संपत्ति का इस्तेमाल दर्द और गरिबी को कम करने के लिए किया जाना चाहिए और चर्च के पैसे विशेष रूप से इस कारण के लिए होते हैं। +चर्च की केंद्रीय अधिकारी हज़रत सालों तक रोम में रहे थे और शक्ति और पैसे की इस एकत्रितता ने कई लोगों को यह सवाल पूछने के लिए प्रेरित किया कि इस तर्क को पूरा किया जा रहा है या नहीं। +युद्ध की शुरुआत के बाद, ब्रिटेन ने जर्मनी पर एक नौसेना ब्लॉकडे शुरू कर दिया। +यह रणनीति सफल हो गई, जो महत्वपूर्ण सैन्य और नागरिक आपूर्तियों को बंद करती है, हालांकि यह ब्लॉकडे पिछले दो शताब्दियों के कई अंतरराष्ट्रीय समझौतों के आधार पर स्थापित किए गए अंतरराष्ट्रीय कानून का उल्लंघन करता है। +ब्रिटेन ने किसी भी जहाज़ समुद्र के पूरे क्षेत्रों में प्रवेश करने से रोकने के लिए अंतरराष्ट्रीय समुद्र में खनी की, जिसकी वजह से पूरी तरह से निष्पक्ष भी जहाज़ खतरे में पड़ सकते थे। +क्योंकि इस टैक्टिक के लिए सीमित प्रतिक्रिया मिली थी, जर्मनी अपरिहार्य सबमरीन युद्ध के लिए समान प्रतिक्रिया की उम्मीद थी। +1920 के दशक के दौरान, अधिकांश नागरिकों और राष्ट्रों की जीवनशैली शांतिवाद और अलगाव की थी। +पहले विश्वयुद्ध के दौरान घटनाओं और हमलों को देखते हुए राष्ट्रों ने भविष्य में इस स्थिति से बचने की इच्छा व्यक्त की। +1884 में, टेस्ला न्यूयॉर्क शहर में ईडिसन कंपनी के साथ काम करने के लिए यूनाइटेड स्टेट्स ऑफ़ अमेरिका में गए। +उन्होंने अमेरिका में अपने नाम के साथ, कविताओं की एक किताब और चार सेंट के साथ चार्ल्स बैचेलर (उनके पिछले नौकरी में उनके मैनेजर) से थॉमस एडिसन के लिए एक पत्र लेकर आया। +प्राचीन चीन में विभिन्न समय के अलग-अलग चरणों को दिखाने के लिए एक खास तरीका था; चीन के प्रत्येक चरण या प्रत्येक परिवार जो सत्ता में था वे एक खास राजवंश थे। +इसके अलावा, प्रत्येक राजवंश में विभाजित प्रांतों की एक अस्थिर युग भी थी. इन समयों में सबसे जाने वाला युग हन और जिन राजवंश के बीच 60 वर्षों के दौरान तीन राज्यों का युग था. +इन समयों में पद के लिए लड़ने वाले कई प्राचीन व्यक्तियों के बीच महायुद्ध हुआ। +तीन राज्य एक प्राचीन चीन की इतिहास में सबसे खतरनाक युगों में से एक था, जिसमें हज़ारों लोगों की मृत्यु हो गई जब उन्हें उच्च सीट पर बैठने के लिए शाही किले में लड़ने के लिए मारा गया। +मैट्रिक प्रणाली का उपयोग, अपरिहार्यता से गणराज्यवाद तक एक बदलाव, राष्ट्रवाद और मानवता की विश्वास की वजह से बहुत सारी सामाजिक और राजनीतिक प्रभाव हैं। +इसके अलावा, क्रांति के बाद सभी पुरुष उम्मीदवारों के लिए प्रतिष्ठित और सफल को सफलता प्राप्त करने की अनुमति दी गई। +यह सैनिकों के लिए भी है क्योंकि अब सैनिकों के रैंकिंग को कैलबर पर आधारित किया गया है। +फ़्रेंच क्रांति की वजह से अन्य देशों के कई अन्य प्रभावित काम करने वाले लोगों को उनके अपने क्रांतियों की शुरुआत करने में प्रेरित किया गया। +मुहम्मद इस सामान्य जीवन के बाहर के मामलों में गहरे रूप से इंतरेस्त थे. उन्होंने प्रशंसा के लिए “हिरा” के नाम से प्रसिद्ध होने वाले “नूर” (प्रकाश) के पर्वत पर एक गुफा का प्रयास किया था. +उस गुफा में, जो समयों से बच गया है, मुहम्मद की आध्यात्मिक प्रतिकूलताओं का एक बहुत स्पष्ट इमेज दिखाता है। +मक्का के उत्तरी पहाडों में से एक पहाड़ पर स्थित गुफा पूरी तरह से दुनिया के बाकी हिस्सों से अलग है। +वास्तव में, यह पूरी तरह से इस्तेमाल किया जाने का मुश्किल नहीं है, यहां तक कि किसी भी व्यक्ति को यह पता चल सकता है कि यह मौजूद है। एक बार गुफा के अंदर जाने के बाद, यह पूरी तरह से अलग होता है। +इस दुनिया के बहुत सारे बातों को गुफा के अंदर देखा या सुना जा सकते हैं, लेकिन इसमें सबसे महत्वपूर्ण बात यह है कि इस दुनिया की कई प्रकृतियों और प्राकृतियों को देखा या सुना जा सकते हैं, लेकिन इसमें सबसे महत्वपूर्ण बात यह है कि इस दुनिया की कई प्रकृतियों और प्राकृतियों को देखा या सुना जा सकते हैं, लेकिन इसमें सबसे महत्वपूर्ण बात यह है कि इस दुनिया की कई प्रकृतियों और प्राकृतियों को देखा या सुना जा सकते हैं, लेकिन इसमें सबसे महत्वपूर्ण बात यह है कि इस दुनिया की कई प् +गिजा में एकमात्र सात चमत्कारों में से एक ग्रेट प्यरामिड आज भी खड़ा है। +इग्यप्तियों द्वारा तीसरे शताब्दी में बनाए गए ग्रेट पिरैमिड मरने वाले फ़ारोह को सम्मानित करने के लिए बनाए गए कई बड़े पिरैमिड संरचनाओं में से एक है। +गिजा प्लेटौ या "गिजा नेक्रोपोलिस" इजिप्टियन वैली ऑफ़ द डेड में कई पिरामिड हैं (जिसमें सबसे बड़ा पिरामिड सबसे बड़ा है), कई छोटे मकबरे, कई मंदिर, और सबसे बड़ा स्फ़िंक्स। +महान पिरामिड फ़ारोह खुफू की श्रद्धा करने के लिए बनाया गया था, और कई छोटे पिरामिड, कब्रों और मंदिरों का निर्माण खुफू की पत्नियों और परिवार के सदस्यों की श्रद्धा करने के लिए किया गया था। +उप बो मार्क एक वी जैसा देखा जाता है और डाउन बो मार्क एक स्टेपल या एक स्क्वेयर जिसका बॉटम साइड कम हो गया है जैसा देखा जाता है। +उप का मतलब है कि आप टिप से शुरू होना चाहिए और बाउ को दबाना चाहिए, और डाउन का मतलब है कि आप फ़्रोग से शुरू होना चाहिए (जहाँ आपकी हाथ बाउ को होल्ड कर रही है) और बाउ को पुल करना चाहिए। +एक उप-बो सामान्य रूप से एक साफ़ संगीत प्रदान करता है, जबकि एक डाउन-बो ज़्यादा शक्तिशाली और ज़्यादा प्रतिबद्ध होता है। +अपने मार्क को पेंसिल करने के लिए मुक्त होना चाहिए, लेकिन यह याद रखें कि प्रिंटेड बोइंग मार्क एक संगीतीय कारण के लिए हैं, इसलिए उन्हें सामान्य रूप से सम्मानित किया जाना चाहिए। +डर भरे राजा लुईस एक्सी वी, क्वीन मैरी एंटोनीट और उनके दो बच्चे (11 वर्षीय मैरी थेरेस और चार वर्षीय लूईस-चार्ल्स) और राजा की बहन, मैडम एलिज़ाबेथ 6 अक्टूबर 1789 को मार्केट महिलाओं के एक समूह द्वारा वर्सेल से पेरिस की ओर प्रेरित किए गए थे। +एक कैरेज में, उन्होंने राजा और रानी के ख़िलाफ़ घोषणा करने वाले लोगों की भीड़ के साथ पेरिस की ओर वापस यात्रा की। +लोगों की भीड़ ने राजा और रानी को उनके कैरेज के चौड़े खिड़कियों को खुला करने का दबाव डाला। +एक स्थान पर मोब के एक सदस्य ने डरा हुए रानी के सामने वर्सैल में हत्या किए गए रॉयल गार्ड का सिर उठाया। +फ़िलिपीनो की जीत में अमेरिकी साम्राज्यवाद के युद्ध के खर्च को फ़िलिपीनो लोगों ने खुद से भुगतान किया था। +वॉल स्ट्रीट के बैंकिंग हाउसों के माध्यम से फ़िलिप्पीन सरकार के नाम में फ़्लोट किए गए बॉंडों पर इन्टरेस्ट को भुगतान करने के लिए उन्हें अमेरिकी कलोनियल प्रशासन को करोड़ों की खर्चाओं का एक मुख्य हिस्सा भुगतान करने की ज़रूरत थी। +बेशक, फ़िलिपिनो लोगों की लंबी तरह से उत्पन्न सुपरप्रॉफ़िट्स यू.एस. के साम्राज्यवाद के मूल फ़ायदों के तौर पर बनाए जाएँगे। +टेम्पलर्स को समझने के लिए उनके स्थापन के लिए प्रेरित करने वाले संदर्भ को समझना आवश्यक है। +जहाँ घटनाएँ हुई थीं इसे आमतौर पर उच्च मध्य युग कहा जाता है, यह 11वें, 12वें और 13वें शताब्दियों (एड 1000–1300) में यूरोपीय इतिहास का काल है। +उच्च मध्य युग प्रारंभिक मध्य युग के बाद और पिछले मध्य युग के बाद हुआ था, जो कानूनी तौर पर 1500 के आसपास समाप्त होता था। +टेक्नोलॉजीकल डिटर्मिनिज्म एक शब्द है जो प्रैक्टिस में एक व्यापक श्रेणी के विचारों को एकत्र करता है, जिसमें टेक्नोलॉजी-पुश या टेक्नोलॉजीकल इम्परेटिव से शुरू होता है और जिसमें मानव निर्माण वैज्ञानिक कानूनों और उनके प्रत्यक्ष प्रदर्शन के संबंधित एक प्रारंभिक तर्क के साथ चलता है। +टेक्नोलॉजीकल डिटर्मिनिज्म के अधिकांश इन्टरप्रेटेशन दो सार्वजनिक विचारों का सामना करते हैं: कि टेक्नोलॉजी के विकास काफी प्राकृतिक या राजनीतिक प्रभाव से बाहर होते हैं, और कि टेक्नोलॉजी इस तरह से समाजों पर प्रभाव डालती हैं कि वे सामाजिक परिस्थितियों से बाहर होते हैं। +उदाहरण के लिए, एक व्यक्ति कह सकता है कि मोटर कार सड़कों के विकास के लिए आवश्यक होती है। +हालांकि, एक नेशनवाइड रोड नेटवर्क सिर्फ़ कुछ हंडफुल कारों के लिए आर्थिक रूप से संभावन नहीं है, इसलिए कार स्वामित्व की कीमत कम करने के लिए नए उत्पादन के तरीकों का विकास किया जाता है। +मैस कार संपत्ति के साथ सड़कों पर घटनाओं की उम्मीद भी बढ़ती है, जिससे घायल शरीरों को ठीक करने के लिए स्वास्थ्य सेवा में नए तकनीकों की शोषण होती है। +रोमांटिकी में सांस्कृतिक निर्धारणशीलता का एक बड़ा इलाका था, जो गोएथे, फिच्टे और श्लेगेल जैसे लेखकों से लिया गया था। +रोमांटिक संस्कृति के संदर्भ में, भूगर्भीयता ने व्यक्तियों को निर्माण किया, और समय से उस भूगर्भीयता के संबंधित परंपराएँ और संस्कृति निकल गईं, और उन्हें समाज के स्थान के साथ-साथ होने के लिए बेहतर ठहराए गए। +पेरिस के तौर पर आजकल के विश्व का फैशन कैपिटल के रूप में जाना जाता है, इसी तरीके से कोन्स्टांटिनोपोलिस को फैशन कैपिटल के रूप में फ्यूडल यूरोप के रूप में माना जाता है। +इसकी प्रसिद्धि लक्षित स्थान के रूप में लगभग 400 ई.पू. से शुरू हो गई और लगभग 1100 ई.पू. तक चली गई। +इसकी स्थिति दोस्री शताब्दी में मुख्य रूप से क्रूसेडरों ने साइल्क और मिठाई जैसी प्रस्तुतियाँ लेकर वापस आई थीं, जो बाइज़ांटिन बाजारों की प्रस्तुतियों की तुलना में ज़्यादा महत्वपूर्ण थी। +इस समय पर फैशन कैपिटल के शीर्षक को कोन्स्टांटिनोपोली से पेरिस में पहुँचा गया। +गोथिक स्टाइल 10वें - 11वें शताब्दी और 14वें शताब्दी के दौरान अपने सर्वोच्च स्तर पर पहुँचा। +शुरुआत में ड्रेस पूर्वी में बाइज़ांटिन संस्कृति से बहुत प्रभावित था। +हालांकि, स्लो कॉम्युनिकेशन चैनलों की वजह से पश्चिम में स्टाइल्स 25 से 30 साल तक पीछे रह सकते हैं। +मध्ययुग के अंत में पश्चिमी यूरोप ने अपना स्टाइल विकसित करना शुरू किया। यह समय का एक सबसे बड़ा विकास क्रूसेड के परिणामस्वरूप लोगों ने कपड़ों को जोड़ने के लिए बटन का इस्तेमाल किया। +जीवनशास्त्रीय कृषि कृषि किसान और उनके परिवार की ज़रूरतों को पूरा करने के लिए ज़्यादातर खाद्य प्रदान करने के लिए किया जाता है. +सब्सिस्टेंस कृषि एक सरल, अक्सर ऑर्गेनिक, प्रणाली है जो इकोरीजियन के स्थानीय बीजों का इस्तेमाल करती है या कृषि प्रवर्तन के साथ या अन्य सरल तकनीकों का इस्तेमाल करती है जो उत्पादन को बढ़ावा देने के लिए इस्तेमाल किया जाता है। +ऐतिहासिक रूप से सबसिस्टेंस कृषि में सबसे ज्यादा कृषि कारी करने वाले कृषि कारी करने वाले थे और अभी भी कई विकासशील राष्ट्रों में यह स्थिति बनी हुई है। +सबकल्चर्स एक-समान विचारों वाले व्यक्तियों को एकत्र करते हैं जो सामाजिक मानकों से अपमानित महसूस करते हैं और उन्हें आईडेंटिटी का संवेदना विकसित करने की अनुमति देते हैं। +सबकल्चर विभिन्न हो सकते हैं क्योंकि सदस्यों की उम्र, जाति, वर्ग, स्थान और/या यौन प्रजाति की वजह से। +एक सबकल्चर के लिए निर्धारित करने वाले गुण शब्दों, सौंदर्य, धार्मिक, राजनीतिक, लैंगिक, भूगर्भीय, या कारकों के एक संयोजन से हो सकते हैं. +एक सबकल्चर के सदस्य अक्सर अपनी सदस्यता के लिए एक विशेष और प्रतीक इस्तेमाल करके स्टाइल का इस्तेमाल करते हैं, जिसमें फैशन, म्यानरिज्म और अर्गोट शामिल होते हैं. +सामाजिकी के महत्व को प्रस्तुत करने के लिए सबसे आम तरीकों में से एक है कि बच्चों के कुछ दुर्भाग्यपूर्ण मामलों पर जोर डालना जिसमें बच्चों को उनकी वृद्धि के दौरान उन्हें सामाजिक होने के लिए उम्मीद नहीं किया गया, या उन्हें अपमानजनक, या स्वार्थी दुर्व्यवहार से सामाजिक नहीं किया गया। +ऐसे बच्चों को "फेरल" या जंगली कहा जाता है. कुछ फेरल बच्चों को लोगों द्वारा प्रतिबंधित किया जाता है (अक्सर उनके अपने माता-पिता द्वारा); कुछ मामलों में इस बच्चे को छोड़ने का कारण बच्चे की गंभीर मानवीय या शारीरिक कमज़ोरी के अस्वीकार के कारण होता है. +फेरल बच्चों को छोड़ने से पहले या छोड़ने के बाद गंभीर बच्चा दुर्व्यवहार या ट्रैमा का अनुभव हो सकता है। +अन्यों को जानवरों के साथ प्राप्त होने की आरोप लगाया गया है; कुछ लोगों की कहा जाता है कि उन्हें जंगल में अपने ही जीवन बनाना पसंद था। +जब पूरी तरह से जातिवादी जानवरों से प्राप्त होते हैं, तो उनके बच्चों की व्यवहार (शारीरिक सीमाओं के अंदर) काफी पूरी तरह से जातिवादी जानवरों की जैसी होती हैं, जैसे जातिवादी जानवरों के लिए मानव व्यक्तियों का डर या दूरदृष्टि। +जबकि प्रोजेक्ट बेस्ट लर्निंग सीखने को आसान और ज़्यादा आकर्षक बनाना चाहिए, स्कैफ़ोल्डिंग एक बार और जाता है। +स्कैफोल्डिंग एक शिक्षण की तरीका नहीं है, बल्कि एक सहायता जो एक नई शिक्षण अनुभव करने वाले व्यक्तियों के लिए सहायता प्रदान करती है जैसे एक नई कंप्यूटर प्रोग्राम का इस्तेमाल करना या एक नई परियोजना शुरू करना। +स्कैफ़ोल्ड दोनों वर्चुअल और वास्तविक हो सकते हैं, दूसरे शब्दों में, एक शिक्षक स्कैफ़ोल्ड का एक प्रकार होता है लेकिन माइक्रोसॉफ्ट ऑफ़िस में एक छोटा पेपरक्लिप मैन भी स्कैफ़ोल्ड का एक प्रकार होता है। +वर्चुअल स्कैफ़ोल्ड सॉफ़्टवेयर में इंटरनेलिज़ेड होते हैं और उनका उद्देश्य प्रश्नों, प्रॉम्प्ट, और प्रक्रियाओं को समझने के लिए होता है, जो शिक्षण करने के लिए विद्यार्थियों के लिए चुनौतीपूर्ण हो सकते हैं। +बच्चों को कई प्रकार के कारणों के लिए फ़ोस्टर केर में रखा जाता है, जिनमें से अपमान, दुर्व्यवहार और जबरदस्ती भी शामिल हैं। +कोई बच्चा कभी भी एक परिवेश में विकसित होने की ज़रूरत नहीं होती जिसमें उनके लिए पौष्टिकरण, देखभाल और शिक्षण की ज़रूरत नहीं होती, लेकिन वे करते हैं। +हम फ़ोस्टर केर सिस्टम को इन बच्चों के लिए सुरक्षित क्षेत्र मानते हैं। +हमारा फ़ॉस्टर केयर सिस्टम सुरक्षित घरों, प्रेमित केयरगिवर, स्थिर शिक्षा और विश्वसनीय स्वास्थ्य केयर प्रदान करने की उम्मीद है। +फ़ॉस्टर केयर में पूरी ज़रूरतों को प्रदान करना होता है जो पहले से उनके घर से ले जाए गए थे। +इंटरनेट दोनों मैस और इंटरपर्सनल कॉम्युनिकेशन के तत्वों का संयोजन करता है. +इंटरनेट के विशिष्ट गुणवत्ताओं से उपयोग और आनंद प्रक्रिया के तरीकों में अतिरिक्त आकार प्राप्त होते हैं. +उदाहरण के लिए, “सीखना” और “सामाजिकी” इंटरनेट का इस्तेमाल के लिए महत्वपूर्ण प्रेरणाओं के तौर पर सुझाव दिए गए हैं (जेम्स और अन्य, 1995). +इइग्मे और मैककोर्ड (1998) ने उन्होंने वेबसाइटों पर प्रशंसकों की प्रतिक्रियाओं की जाँच करने के दौरान “व्यक्तिगत सहमति” और “जारी संबंध” पर भी नई प्रेरणा के तौर पर पहचाना गया। +वीडियो रिकॉर्डिंग का इस्तेमाल माइक्रो-एक्सप्रेशन, फेसियल मूवमेंट्स की इन्टरप्रेटेशन में महत्वपूर्ण खोजों के लिए प्रभावित किया गया है, जो कुछ मिलीसेकंड तक चलते हैं। +विशेष तौर पर, इसका दावा किया जाता है कि माइक्रो-एक्स्प्रेशन को सही तरीके से व्यक्त करने से एक व्यक्ति झूठ कर रहा हो या नहीं पता लग सकता है। +ओलिवर सैक्स ने अपने पत्र The President's Speech में बताया कि ब्रेन की नुकसान के कारण बोलियों को समझने में सक्षम नहीं होने वाले लोग फिर भी सार्वजनिकता का मूल्यांकन सही तरीके से कर सकते हैं। +उन्होंने यह भी सुझाव देते हैं कि मानव व्यवहार का इन्टरप्रेट करने की इन कौशलियों को घरेलू डॉग्स जैसी जानवरों के साथ साझा किया जा सकता है। +बीसवीं शताब्दी की अनुसन्धान से पता चला है कि जीनेटिक बदलाव के दो पूल हैं: छुपे हुए और प्रस्तुत हुए। +मूटेशन नए जीनेटिक प्रतिवर्तन को जोड़ता है, और चयन स्पष्ट प्रतिवर्तन के पूल से इसे हटाता है। +सेग्रेगेशन और रिकॉम्बिनेशन दोनों पूलों के बीच प्रत्येक पीड़ा के साथ बदलावों को फिर से फिर सेग्रेगेशन और रिकॉम्बिनेशन दोनों पूलों के बीच प्रत्येक पीड़ा के साथ बदलावों को फिर से फिर सेग्रेगेशन और रिकॉम्बिनेशन दोनों पूलों के बीच प्रत्येक पीड़ा के साथ बदलावों को फिर से फिर सेग्रेगेशन और रिकॉम्बिनेशन दोनों पूलों के बीच प्रत्येक पीड़ा के साथ बदलावों को फिर से फिर सेग्रेगेशन और रिकॉम्बिनेशन दोनों पूलों के बीच प्रत्येक पीड़ा के साथ बदलावों को फिर से फिर सेग्रेगेशन और र +सावाना पर, मानव जीवनशारी प्रणाली जैसी प्रायोजनिक प्रणाली वाले प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक प्रायोजनिक +इसके अलावा, ऐसा नहीं करने की गंभीर परिणामों का सामना करना पड़ता है: वृद्धि की कमज़ोरी, पोषण की कमज़ोरी और अंततः मृत्यु। +सबसे आसानी से प्राप्त होने वाली पौधों की सबसे आसानी से प्राप्त होने वाली संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंधित संबंध +इसके विपरीत, जानवरों की खाद्य पदार्थ (एंट्स, टर्मिट, एग्ग) न केवल आसानी से उपलब्ध होती हैं, लेकिन वे उच्च मात्रा के प्रोटीन प्रदान करती हैं जो सभी महत्वपूर्ण एमिनो अमिनो कृत्रिम रूप से समावेश होते हैं। +सभी चीज़ों के बारे में सोचा जाना चाहिए कि अगर हमारे आजीवनों ने अपनी "प्रोटीन समस्या" का समाधान किया है उसी तरीके से जैसे चिम्प आज सावाना में काम करते हैं, तो हमें इस बारे में आश्चर्य नहीं होना चाहिए। +स्लीप इंटररप्शन आपके नॉर्मल स्लीप के दौरान उद्दिष्ट रूप से जागने का प्रक्रिया है और एक कम समय के बाद (10–60 मिनट) जागने का प्रक्रिया। +इसे एक सामान्य रूप से शांत एलार्म क्लॉक का इस्तेमाल करके आपको जागरूक करने के लिए पूरी तरह से जागने के बिना लाना जा सकता है। +अगर आप अपने सोने के दौरान कलेक्टर को फिर से सेट करने का पता लगता है, तो इसे कलेक्टर को बंद करने के लिए बेड से बाहर निकलने का दबाव डालने के लिए कलेक्टर को दूसरी ओर के कमरे में रखा जा सकता है। +अन्य बायोरिथ्म-आधारित विकल्पों में सोने से पहले बहुत सारा जल पीना होता है (विशेष रूप से पानी या चाय, एक प्रसिद्ध डाययुरेटिक), जिससे एक को जागने के लिए प्रेरित किया जाता है। +एक व्यक्ति की आंतरिक शांति की मात्रा एक व्यक्ति के शरीर और आत्मा में तनाव की मात्रा से विपरीत रूप से संबंधित होती है. +ज़्यादा तनाव कम होता है, उसमें ज़्यादा सक्रिय जीवन शक्ति होती है। हर व्यक्ति अपरिहार्य शांति और संतुष्टि को खोजने की संभावना होती है। +हर कोई प्रकाश प्राप्त कर सकता है. इस लक्ष्य के मार्ग में एकमात्र चीज़ है जो रोकती है, यहीं हमारा आपना तनाव और नकारात्मकता है. +तिब्बती बुद्ध धर्म बुद्ध के शिक्षणों पर आधारित है, लेकिन यह महायान मार्ग के प्रेरणा से और भारतीय योग के कई तरीकों से विस्तारित किया गया है। +शारीरिक रूप में टिबेटन बुद्धिमत्ता बहुत सरल है। यह कुण्डलिनी योग, ध्यान और सर्वसाधारण प्रेम के मार्ग का समावेश होता है। +कुण्डलिनी योग के साथ कुण्डलिनी उर्जा (प्रकाश उर्जा) योग आसनों, श्वास कोशिकाओं, मंत्रों और दृष्टिकोणों के माध्यम से जागरूक होती है. +तिब्बती ध्यान के केंद्र परमात्मा योग है. विविध परमात्माओं की दृष्टिकोण के माध्यम से उर्जा नाडियों को सफा किया जाता है, चक्रों को सक्रिय किया जाता है और प्रज्ञान जागरूकता तैयार किया जाता है. +दुनिया युद्ध 2 में जर्मनी एक सार्वजनिक दुश्मन थी, जिसकी वजह से यूएसएसएर और अमेरिका के बीच सहयोग की शुरुआत हो गई। युद्ध के अंत के बाद प्रणाली, प्रक्रिया और संस्कृति की संघर्ष की वजह से देशों को बाहर निकाला गया। +युद्ध के दो सालों के अंत के बाद, पिछले सहयोगियों को प्रतिद्वंद्वियों के रूप में बनाया गया और ठंडे युद्ध शुरू हो गया। +यह अगले 40 वर्षों तक चलने वाला था और यह वास्तविक तौर पर प्रतिस्थापन सेनाओं के द्वारा अफ़गानिस्तान, क्यूबा और अन्य कई जगहों पर युद्ध में लड़ाया जाना था। +सितंबर 17, 1939 तक, पोलिश रक्षा पहले से ही टूट गई थी, और एकमात्र उम्मीद थी कि वापस जाने और रोमनियन ब्रिज हेड के साथ फिर से संगठित करना। +हालांकि, इन योजनाओं को लगभग रातों में अपरिहार्य बनाया गया, जब 800,000 से अधिक सोवियत यूनियन रेड अर्मी के सैनिकों ने पोलैंड के पूर्वी क्षेत्रों में रीगा शांति सम्झौता, सोवियत-पोलिश नॉन-एग्जरेशन पैक्ट और अन्य अंतरराष्ट्रीय समझौतों के उल्लंघन में प्रवेश करके बेलारूसियन और यूक्रेनियन फ़्रंट बनाए। +जहाज़ों का इस्तेमाल करके सामान पहुँचाना समुद्र तटों पर लोगों और सामानों की बड़ी संख्या को पहुँचाने का सबसे उत्कृष्ट तरीका है। +नौसेना की काम परंपरागत रूप से आपके देश को आपके लोगों और सामानों को स्थानांतरित करने की क्षमता बनाए रखने का सुनिश्चित करना है, जबकि उसी समय में, आपके दुश्मन को उनके लोगों और सामानों को स्थानांतरित करने की क्षमता बनाए रखने में बाधा पैदा करना है। +इसके सबसे ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्य +इसी समय जर्मन नौसेना, मुख्यतः यू-बोट का इस्तेमाल करते हुए, इस ट्रैफ़िक को रोकने की कोशिश कर रहा था। +यदि सहयोगी देश असफल हो गए होते, तो जर्मनी शायद ब्रिटेन को कब्जा करने में सक्षम हो गई होती क्योंकि यह उसके पास यूरोप का बाकी हिस्सा था। +इरान के ज़गरोस पर्वतों में 10,000 साल पहले से गाई पहली बार घरेलू किए गए हैं। +प्राचीन संस्कृतियों और जातियों ने दूध, बाल, मासा और कृष्ण को आसानी से प्राप्त करने के लिए उन्हें रखना शुरू किया। +घरेलू बकरों को प्रायः पहाड़ों या अन्य गायों की खाने वाली इलाकों में एकत्रित करके रखा जाता था, जिसमें कई बार बकरों के पालन करने वाले बच्चे या युवा लोग शामिल होते, जैसे ही प्रायः जाने जाते हैं गायों के पालन करने वाले शेफर्ड। इन पालन करने के तरीकों का इस्तेमाल आज भी किया जाता है। +16वीं शताब्दी से इंग्लैंड में वैगनवे बनाए गए थे। +हालांकि वॉगनवे केवल विशाल प्लैंक के साथ बने थे, लेकिन उन्हों ने उन्हें ज़्यादा तेज़ी से चलने के लिए और उन्हें दिन की थोड़ी से ज़्यादा चुट्टी से चलने वाली सड़कों पर ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी से चलने के लिए ज़्यादा तेज़ी +ट्रैक्स को स्थान पर रखने के लिए क्रॉसटाइज़ काफ़ी पहले से प्रस्तुत किए गए थे. इसके बाद, हालांकि, यह पता चला गया कि ट्रैक्स अधिक उत्कृष्ट होंगे यदि उनमें टॉप पर इयरन का स्टिप होगा. +यह एक सामान्य प्रक्रिया बन गई, लेकिन इयरन की वागनों के लिए काढ़े के चक्कों पर अधिक परेशानी पहुँच गई। +अंततः, लकड़ी के चक्करों को इंडियन चक्करों की जगह मिल गया। 1767 में पहली पूरी तरह की इंडियन रेल की शुरुआत की गई। +पहला जाना जाने वाला प्रवाह चलना था, मानवों ने दो मिलियन साल पहले होमो एरेक्टस (होमो एरेक्टस का अर्थ उड़ता हुआ व्यक्ति) के साथ उड़ते हुए चलना शुरू किया। +उनके पूर्वजनकों, ऑस्ट्रेलियापिथेकस ने आमतौर पर सीधे चलना नहीं किया। +बिपेडल विशेषताएँ 4.2-3.9 मिलियन साल पहले से ऑस्ट्रेलोपिथेकस फ़ोसिल में पाई जाती हैं, हालांकि साहेलांथ्रोपस सात मिलियन साल पहले से दो पैरों पर चलने वाला हो सकता है। +हम प्रकृति के साथ अधिक मित्रवादी जीवन शुरू कर सकते हैं, हम प्राकृतिक आंदोलन में शामिल हो सकते हैं, और हम कुछ स्तर में भविष्य में दुखाने को कम करने के लिए कार्यकर्ताओं में भी शामिल हो सकते हैं। +यह कई मामलों में लक्षणीय उपचार की तरह है. हालाँकि, यदि हम केवल एक क्षणीय समाधान चाहते हैं, तो हमें समस्याओं का मूल पता लगाना चाहिए और हमें उन्हें अक्षम करना चाहिए. +यह स्पष्ट है कि विश्व में बहुत बदलाव हुआ है क्योंकि मानव जाति की वैज्ञानिक और तंत्रज्ञानीय प्रगतियों की वजह से और भीड़भाड़ की वजह से समस्याएँ बढ़ गई हैं, और मानव जाति की अत्यधिक जीवनशैली की वजह से समस्याएँ बढ़ गई हैं। +4 जुलाई को कांग्रेस द्वारा इसकी उपयोग करने के बाद, कांग्रेस के राष्ट्रपति जॉन हैनकोक और सचिव चार्ल्स थॉमसन द्वारा हाथलिखित ड्राफ्ट को जॉन डुनलैप के प्रिंटिंग शॉप में कुछ ब्लॉक की दूरी पर भेजा गया। +150 और 200 के बीच रात के दौरान इन कॉपी बनाए गए, इसे अब "डनलप ब्रोडसाइड" के रूप में जाना जाता है। +डॉक्यूमेंट की पहली सार्वजनिक प्रस्तुति 8 जुलाई को स्वतंत्रता हॉल में जॉन निक्सन द्वारा की गई थी। +एक व्यक्ति को 6 जुलाई को जॉर्ज वाशिंगटन के पास भेजा गया, जिसने 9 जुलाई को न्यूयॉर्क में अपने सैनिकों को यह पढ़ाया। एक कॉपी 10 अगस्त को लंदन में पहुँच गई। +25 डनलप ब्रोडसाइड अभी भी जीवित हैं, उन्हें डॉक्यूमेंट के सबसे पुराने प्रतिलिपियों के रूप में जाने जाते हैं. ऑरिजिनल हैंडव्राइट प्रतिलिपि नहीं जीवित हैं। +आजकल कई पालेनटोलॉजिस्ट मानते हैं कि एक समूह डायनोसाउर जीवित हैं और आज भी जीवित हैं। हम उन्हें पक्षियों के रूप में कहते हैं। +कई लोग उन्हें डायनोसौरस के तौर पर सोचते नहीं क्योंकि उनके पीढ़े होते हैं और वे उड़ सकते हैं। +लेकिन पक्षियों के बारे में कई चीजें हैं जो अभी भी डाइनोसौर की तरह दिखती हैं। +उनके पैर स्केल और क्लॉ वाले होते हैं, उन्हें इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इंडियन में इं +आज उपयोग में होने वाले सभी कंप्यूटर जानकारी की मनीपुलेशन के आधार पर होते हैं, जो बिनारी संख्याओं के रूप में कोड किया गया है। +एक बिनारी नंबर केवल दो मूल्यों में से एक हो सकता है, जैसे 0 या 1, और इन नंबरों का इस्तेमाल कंप्यूटर जरगन का उपयोग करने के लिए बिनारी डिगिट - या बिट के रूप में किया जाता है। +इंटरनल पोइज़निंग तुरंत प्रतिष्ठित नहीं हो सकता है. संक्रमण के लक्षण, जैसे ही वॉमिटिंग पूरी तरह से सामान्य हो सकते हैं कि इसके लिए तुरंत डायग्नोसिस नहीं किया जा सकता है. +इंटरनल पोइजनिंग का सबसे बेहतरीन संकेत एक खुला कंटेनर की उपचार या विषारत घरेलू केमिकल की उपस्थिति हो सकती है। +उस विशेष विषार के लिए विशेष पहले आयुर्वेदिक सूचनाओं की जांच करें। +इंटोमोलॉजिस्टों द्वारा इस इंजेक्ट समूह के लिए एक फॉर्मल संदर्भ में शब्द बग का इस्तेमाल किया जाता है. +यह शब्द बेड-बगों के साथ प्राचीन परिचितता से प्राप्त होता है, जो मानवों को परजीवित करने के लिए बहुत ज़्यादा तैयार होते हैं। +एसेसिन-बग और बेड-बग दोनों निडिकोलस हैं, उन्हें उनके होस्ट के नेस्ट या घर में रहने के लिए उत्तरदायी होते हैं। +यूनाइटेड स्टेट्स ऑफ़ अमेरिका में, मल्टिपल स्क्लेरोसिस (एमएस) के लिए लगभग 400,000 जाने जाने वाले मामले हैं, जो युवाओं और मध्यम उम्र व्यस्त व्यक्तियों के लिए प्रमुख नेयरोलोजिकल रोग के रूप में बनाया जाता है। +एमएस एक बीमारी है जो केंद्रीय नर्वियस सिस्टम पर प्रभाव डालता है, जिसमें ब्रेन, स्पाइनल कॉर्ड और ऑप्टिक नर्व शामिल होते हैं. +अनुसन्धान में पाया गया है कि महिलाओं में एमएस की संभावना दोगुना ज़्यादा है। +एक जोड़ी इस पर निर्णय ले सकती है कि यह उनके लिए या उनके बच्चे के लिए सबसे अच्छी बात नहीं है। +इन जोड़ों को अपने बच्चे के लिए एक एडॉप्शन प्लान बनाना चुनना पड़ सकता है। +एक एडॉप्शन में, जन्म के माता-पिता अपने माता-पिता के अधिकारों को समाप्त करते हैं ताकि दूसरी जोड़ी बच्चे को माता-पिता कर सकें। +साइंस का मुख्य उद्देश्य वैज्ञानिक तरीके के माध्यम से विश्व का काम कैसे किया जाता है को जानना है. यह तरीका वास्तव में सबसे अधिक वैज्ञानिक संशोधनों को निर्देशित करता है. +यह एकमात्र नहीं है, अनुसंधान और एक अनुसंधान एक परीक्षण है जिसका उपयोग संभावित सिद्धांतों से एक या अधिक को नष्ट करने के लिए किया जाता है, सवालों को पूछने और निदेशां को भी वैज्ञानिक अनुसन्धान में सहायता करता है। +प्राकृतिक वैज्ञानिक और शास्त्रज्ञ प्राचीन पद्धतियों पर ध्यान केंद्रित करते हैं और, विशेष रूप से, लैटिन में बाइबल पर। +सामान्य सांस्कृति के सभी मुद्दों पर एरिस्टोटल के दृष्टिकोण को स्वीकार किया गया था, जिसमें सामान्य सांस्कृति भी शामिल थी। +ग्रीक की जानकारी कम होने के बाद, पश्चिम ने अपने ग्रीक फिलोसॉफी और वैज्ञानिक मूल से अलग होने का अनुभव किया। +कई लोग शारीरिकता और व्यवहार में ध्रुव देखते हैं और प्रारंभिक चक्रों की उपस्थिति और बायोलॉजिकल क्लॉक के माध्यम से उनकी उत्पादन पर कई बार महत्वपूर्ण रूप से निर्भर होती हैं. +वार्षिक रूप से चलने वाले घटनाएँ, जो वार्षिक रूप से चलने वाले बाहरी घटनाओं के स्पष्ट जवाब नहीं हैं, उनमें से बैक्टीरिया, फंगी, पौधों और जीवों के लिए सबसे ज़्यादा जीवित जीवों के लिए डॉक्यूमेंट किए गए हैं। +बायोलॉजिकल क्लॉक स्वस्त रहने वाले ओस्किलेटर होते हैं जो बाहरी क्यू की अवैध स्थिति में भी फ्री-रनिंग साइकिंग का समय जारी रखेंगे। +हेर्शी और चेस की प्रयोगशाला एक प्रमुख सुझाव थी कि डीएनए एक जीनेटिक सामग्री है। +हेर्शी और चेस ने एक बैक्टीरियम में अपने डीएनए को इम्प्लांट करने के लिए फेज या वायरस का इस्तेमाल किया। +उन्होंने फ़ेज में फ़ोसफ़ोरस या सुलफ़र से रेडियोएक्टिव प्रोटीन के साथ फ़ेज में डीएनए को दो प्रयास किए। +मूटेशन के प्रकार के अनुसार, जीवनशास्त्रिक सामग्री पर प्रभावित होने वाले इस्तेमाल के महत्व और प्रभावित कोशिकाओं में जर्म-लाइन कोशिकाओं का होना के अनुसार प्रभावित कोशिकाओं में विभिन्न प्रभाव हो सकते हैं। +केवल जर्म-लाइन कोशिकाओं में होने वाले बदलाव बच्चों तक पहुँच सकते हैं, जबकि अन्य जगहों पर बदलाव की वजह से कोशिकाओं की मृत्यु या कैंसर हो सकती है। +प्राकृतिक-आधारित पर्यटन प्राकृतिक क्षेत्रों के लिए यात्रा करने के लिए जाने वाले लोगों को आकर्षित करता है, जिसमें पौधों और जीवों की जंगली जीवनशैली भी शामिल होती है। +ऑन-साइट एक्टिविटी के उदाहरण में शिकारी, मछुआरी, फोटोग्राफी, पक्षी देखना, और पार्कों में जाने और प्राकृतिक प्रणाली के बारे में जानकारी अध्ययन शामिल हैं। +एक उदाहरण बोर्नियो में ऑर्गनगटूंग के बारे में जानना, फ़ोटोग्राफ़ी करना और जानना है। +हर सुबह, लोग अपने काम के स्थान पर जाने के लिए कारों में छोटे देश के शहरों से बाहर होते हैं और उन्हें अन्य लोगों द्वारा पार किया जाता है जिनका काम का स्थान वह जगह है जिसे वे सिर्फ़ पिछले समय से छोड़ चुके हैं। +इस डायनामिक ट्रांसपोर्ट शॉटल में हर कोई किसी तरह से एक प्रावेशिक कारों के आधार पर आधारित ट्रांसपोर्ट सिस्टम का समर्थन करता है। +वैज्ञानिक अब यह बताता है कि इस मौलिक कार्बन अर्थव्यवस्था ने पिछले दो मिलियन वर्षों में मानव विकास को सहायता करने वाले एक स्थिर रूप से रहने वाले राज्यों में से एक को बाहर कर दिया है। +सभी समाज में सहभागी होते हैं और प्रवाह प्रणालियों का उपयोग करते हैं। लगभग सभी लोग प्रवाह प्रणालियों के बारे में शिकायत करते हैं। +विकसित देशों में आपको पानी की गुणवत्ता या पुलों की गिरावट के बारे में समान स्तर की शिकायतों की सुनाई कम होती है। +ट्रांसपोर्टेशन प्रणालियों में इस तरह की शिकायतें क्यों होती हैं, क्यों वे दैनिक आधार पर असफल होते हैं? ट्रांसपोर्टेशन इंजीनियर केवल असफल होते हैं? या कुछ और ज़्यादा फ़ंडमेंटल चल रहा है? +ट्रैफ़िक फ़्लो एक व्यक्ति के ड्राइवर और वाहनों की दो बिन्दुओं के बीच और उनके एक-दूसरे के बीच होने वाले इंटरएक्शन का अध्ययन होता है. +दुर्भाग्य से, ट्रैफ़िक फ़्लो का अध्ययन मुश्किल होता है क्योंकि ड्राइवर की व्यवहार एक-सेंटी प्रतिशत सुनिश्चितता से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी त +खुशी के साथ, ड्राइवर काम करने के लिए एक सामान्य रूप से एकीकरणीय श्रेणी में रहने का प्रयास करते हैं; इसलिए, ट्रैफ़िक स्ट्रीम के लिए कुछ सामान्य एकीकरणीयता होने का प्रयास करते हैं और इसलिए इसे संभवतः गणितीय रूप से प्रत्यक्ष प्रस्तुत किया जा सकता है। +ट्रैफ़िक फ़्लो को बेहतर प्रतिनिधित्व करने के लिए, तीन मुख्य विशेषताओं के बीच संबंध बनाए गए हैं: (1) फ़्लो, (2) डेन्सिटी, और (3) वेलोसिटी. +इन संबंधों से रोडवे सुविधाओं की योजना, डिज़ाइन और संचालन में मदद मिलती है। +जीव पहले उड़ने वाले जानवर थे। उनकी उड़ने की क्षमता ने उन्हें ज़्यादा सुनिश्चित रूप से शत्रुओं से बचने में मदद की और खाद्य और मित्रों को ज़्यादा उचित तरीके से पाने में मदद की। +बहुत से चमगादड़ों का लाभ है कि उन्हें उनके शरीर के साथ-साथ उनके चमगादड़ों को फोल्ड करने में सक्षम होना होता है। +इससे उन्हें शिकारों से बचने के लिए छोटे स्थानों का एक ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्याद +आजकल, केवल ड्रैगन फ्लाइज और मेफ्लाइज जैसे इन्सेक्ट अपने पंख को फिर से फोल्ड करने में सक्षम नहीं हैं। +हज़ारों साल पहले, एक व्यक्ति ने कहा कि सोलर सिस्टम सूर्य के आसपास चलता है। +कुछ लोगों का मानना था कि वे सही थे लेकिन बहुत से लोगों का मानना था कि वे गलत थे; कि सोलर सिस्टम सूर्य (और अन्य तारे भी) सहित पृथ्वी के आसपास चलता है। +यह समझदार लगता है, क्योंकि पृथ्वी चल रही है या नहीं? +अमेज़न नदी पृथ्वी पर दूसरी सबसे लंबी और सबसे बड़ी नदी है. इसमें दूसरी सबसे बड़ी नदी की तुलना में 8 गुना ज़्यादा पानी होता है. +अमेज़न पृथ्वी पर सबसे विस्तारीय नदी है, कभी-कभार छह मील चौड़ी होती है। +प्रकृति के नदियों से समुद्र तट में जाने वाली पूरी तरह से 20 प्रतिशत पानी अमेज़न से आता है। +मुख्य अमेज़न नदी की लंबाई 6,387 किलोमीटर (3,980 मील) है। यह हज़ारों छोटे नदियों से पानी एकत्र करती है। +हालांकि, प्राचीन राज्य के अंत तक पत्थर में पिरामिड बनाना जारी रहा, लेकिन गिजा के पिरामिडों की आकार और उनकी निर्माण की तकनीकीय उत्कृष्टता से कभी भी कोई प्रतिस्पर्धा नहीं की गई। +नई राज्य के पुराने इजिप्तियों ने अपने पूर्वज के मंदिरों पर आश्चर्य व्यक्त किया, जो तब से हज़ारों साल पुराने हो गए थे। +वाटिकन सिटी की आबादी लगभग 800 है. यह दुनिया का सबसे छोटा स्वतंत्र देश है और सबसे कम आबादी वाला देश है. +वैटिकन सिटी के कानून और अधिकारिक संचारों में इटालियन का इस्तेमाल किया जाता है। +इटालियन भी राज्य में काम करने वाले बहुत से लोगों की दैनिक भाषा है जबकि लैटिन कई बार धार्मिक समारोहों में इसे उपयोग किया जाता है. +वाटिकन शहर के सभी नागरिक रोमन कैथोलिक हैं। +लोगों को प्राचीन समय से गोल्ड, सिल्वर और कॉपर जैसी मूल रासायनिक तत्वों की जानकारी है, क्योंकि ये सभी प्राकृतिक रूप में पाए जा सकते हैं और प्राचीन उपकरणों का उपयोग करके खनिज किया जा सकता है। +एरिस्टोटल, एक शास्त्रज्ञ ने सिद्धांत किया कि सब चार प्रकृतियों से एक या अधिक के मिश्रण से बनाए गए होते हैं. उनमें पृथ्वी, जल, हवा, और आग शामिल थे। +यह चार प्रकृति के रूप में (इसी आरंभ के रूप में) मिट्टी, जल, गैस और प्लाज़्मा जैसा था, हालांकि उन्होंने यह भी सिद्धांत किया कि वे जो हम देखते हैं उसे बनाने के लिए नए सामग्री में बदलते हैं। +एलोय का मूल मतलब दो या अधिक धातुओं का मिश्रण होता है. यह नहीं भूलना चाहिए कि पीरिकिटिक टेबल पर कई परमाणुओं का होता है. +कैल्शियम और पोटाशियम जैसी प्रकृतियों को धातुओं के तौर पर समझा जाता है. हालाँकि, सिल्वर और सुनहरे जैसी प्रकृतियों को भी धातुओं के तौर पर समझा जाता है. +तुम्हारे पास ऐसे एलोय भी हो सकते हैं जिनमें कार्बन जैसी ऐसी कम मात्रा के नॉन-मेटलिक तत्वों का समावेश होता है। +उनिवेर्स में सब कुछ पदार्थ मात्रा से बनाया गया है. सभी पदार्थ एटम के नाम से छोटे कण से बनाए गए हैं. +परमाणु इतने छोटे होते हैं कि इस वाक्य के अंत के समय में तीन करोड़ परमाणुओं में से कुछ भी शामिल हो सकते हैं। +इसलिए, पेंसिल बहुत से लोगों के लिए एक अच्छा मित्र था जब उसे बाहर निकला। +दुखद तौर पर, लेखन के नए तरीके आए हैं, जिसके कारण पेंसिल का स्तर और उपयोग कम हो गया है। +लोग अब कंप्यूटर की स्क्रीन पर संदेश लिखते हैं, जिसमें कोई शार्पेनर के पास नहीं जाना पड़ता। +केबोर्ड के बारे में किसी भी व्यक्ति को सिर्फ़ सोचना है कि जब किसी नई चीज़ के साथ केबोर्ड क्या होगा। +फ़िसन बॉम्ब एक प्रिंसिप पर काम करता है जो कई प्रोटॉन और न्यूट्रॉन के साथ एक न्यूक्लियस को एक साथ लेने के लिए उर्जा लेता है. +जैसा कि एक भारी कार्ट एक पहाड़ पर चलने वाली है। इसके बाद न्यूक्लियस को एक बार फिर से काटा जाता है जिससे कुछ उस ऊर्जा को जारी किया जाता है। +कुछ परमाणुओं में अस्टेबल न्यूक्लिया होता है जिसका मतलब है कि उन्हें कम या कोई प्रोत्साहन के साथ विभाजित होने की इच्छा होती है। +चंद्र का पृष्ठ पत्थर और धूल से बना हुआ है. चंद्र का बाहरी पृष्ठ क्रस्ट कहा जाता है. +क्रस्ट नज़दीकी तरीक़े से लगभग 70 किलोमीटर और दूर तरीक़े से लगभग 100 किलोमीटर चमकदार है। +यह मैरिया के नीचे और हाईलैंड्स के ऊपर छोटा होता है। +क्रस्ट थोड़ी होने की वजह से नजदीकी ओर मेरिया की संख्या अधिक हो सकती है। लावा को सतह पर पहुँचने में सही हो सकता था। +सामग्री सिद्धांत व्यक्तियों को क्या प्रभावित करता है या उनसे क्या आकर्षण होता है के बारे में खोज करने के लिए केंद्रित होते हैं. +इन सिद्धांतों का सुझाव है कि लोगों के पास कुछ आवश्यकताओं और/या इच्छाओं होती हैं जो उन्हें युवावस्था से वृद्ध होने के लिए आंतरिक रूप में बनाए गए हैं। +इन सिद्धांतों ने कुछ व्यक्तियों के बारे में जानकारी प्राप्त की है जिससे उन्हें उन चीजों की इच्छा होती है जो वे करते हैं और उनके परिवेश में कुछ चीजों से उन्हें कुछ चीजों को करने की इच्छा होती है या उन्हें कुछ चीजों को नहीं करने की इच्छा होती है। +दो लोकप्रिय कंटेंट सिद्धांत मास्लो की आवश्यकताओं की श्रेणी सिद्धांत और हर्ट्ज़बर्ग की दो कारक सिद्धांत हैं. +सामान्य रूप से बताया जाता है कि व्यवस्थापकों ने अपने पूर्व सहकर्ताओं को नेतृत्व करना शुरू करने से दो व्यवहार प्रकट हो सकते हैं। स्पेक्ट्रम का एक फ़िनाल प्रयास कर रहा है कि वह “एक साथी” (या स्त्री) बने रहे। +इस प्रकार के व्यवस्थापकों का मुश्किल होता है कि उन्हें लोकप्रिय नहीं होने वाले निर्णय लेना, नियमित कार्य करना, प्रदर्शन की मूल्यांकन करना, जिम्मेदारी प्रतिष्ठित करना और लोगों को जिम्मेदार करना होता है। +दूसरी ओर स्पेक्ट्रम में, एक व्यक्ति एक अज्ञात व्यक्ति में बदल जाता है जो मानता है कि वह या वह टीम के सभी कामों को बदलना चाहिए और इसे अपना बनाना चाहिए। +अंततः, नेता टीम के सफलता और निराशा के लिए ज़िम्मेदार हैं। +इस व्यवहार के कारण नेताओं और टीम के बाकी सदस्यों के बीच कई बार तनाव का सामना किया जाता है. +वर्चुअल टीमों को सामान्य टीमों की तुलना में उत्कृष्टता के उच्च मानकों पर रखा जाता है, लेकिन उनमें छोटे-से छोटे अंतर होते हैं. +वर्चुअल टीम के सदस्य अक्सर अपने तुरंत शारीरिक समूह के लिए पॉइंट ऑफ़ कंटेक्ट के रूप में काम करते हैं. +उनके टीम के सदस्यों से अधिक स्वतंत्रता होती है क्योंकि उनके टीम विभिन्न समय क्षेत्रों के अनुसार मिल सकते हैं जो उनके स्थानीय व्यवस्थापकों को समझने में समस्या हो सकती है। +एक वास्तविक “अदृश्य टीम” (लार्सन और लाफास्टो, 1989, प109) भी एक वायर्चुअल टीम का एक अदृश्य कंपनेंट है। +“अदृश्य टीम” एक प्रबंधन टीम है, जिसमें सभी सदस्य रिपोर्ट करते हैं। अदृश्य टीम प्रत्येक सदस्य के लिए स्टैंडर्ड सेट करता है। +क्यों एक संगठन एक सीखने वाले संगठन को स्थापित करने के लिए समय लेने वाले प्रक्रिया से जाना चाहता है? एक संगठन के संगठित सिद्धांतों को प्रयोग में लाने के लिए एक उद्देश्य इनोवेशन है। +जब सभी उपलब्ध संसाधनों का उपयोग एक संगठन के कार्यकारी विभागों में प्रभावी तौर पर किया जाता है, तो क्रिएटिविटी और इंजीनयुएटी प्रकट हो सकती हैं। +इसके परिणामस्वरूप, एक प्रतिबंध को पार करने के लिए काम करने वाले एक संगठन के प्रक्रियाएँ ग्राहक की आवश्यकताओं को सेवन करने के लिए एक नई शानदार प्रक्रिया हो सकती है। +एक संगठन को इनोवेटिव होने से पहले नेतृत्व ने इनोवेशन की संस्कृति, साझा ज्ञान और संगठनीय शिक्षण को बनाना चाहिए। +एंजेल (2006) ने कंटिन्यूम प्रक्रिया को एक संगठित संस्थाओं को प्रदर्शन के उच्च स्तर तक पहुँचने के लिए इस्तेमाल किया जाने वाला एक तरीका का वर्णन किया है। +न्यूरोबियोलॉजिकल डेटा कॉग्निशन की जाँच में सिद्धांतीय प्रक्रिया के लिए शारीरिक प्रमाण प्रदान करता है. इसलिए यह संशोधन के क्षेत्र को सीमित करता है और इसे बहुत ज़्यादा सटीक बनाता है. +ब्रेन पैथोलॉजी और व्यवहार के बीच की संबंधितता साइंटिस्टों को अपनी संशोधन में सहायता करती है। +इसे लंबे समय से जाना जाता है कि विभिन्न प्रकार के मस्तिष्क की नुकसान, ट्रमा, लेशन और किस्मों के किस्मों से व्यवहार को प्रभावित करते हैं और कुछ मानसिक कार्यों में परिवर्तन होते हैं। +नई प्रविधियों का वृद्धि हमें सिर की संरचनाओं और प्रक्रियाओं को पहली बार देखने और जांचने की अनुमति देता है। +यह हमें कई जानकारी और सामान प्रदान करता है जिससे हम अपने मन में प्रक्रियाओं को समझने में मदद करते हैं। +हालांकि, एआई का साइंस फ़िक्शन का एक मजबूत अर्थ है, एआई कम्प्यूटर साइंस के एक बहुत महत्वपूर्ण प्रकार है, जो मशीन में व्यवहार, सीखना और बुद्धिमय परिवर्तन से संबंधित है। +एआई में संशोधन मशीन बनाने के लिए कामों को स्वचालित करने की ज़रूरत होती है जिसमें बुद्धिमान व्यवहार की ज़रूरत होती है। +उदाहरणों में कंट्रोल, प्लानिंग और स्केड्यूलिंग, ग्राहकों की डायग्नोसिस और सवालों का जवाब देने की क्षमता, हैंडव्रिटिंग की पहचान, आवाज और चेहरा शामिल हैं। +ऐसे चीज़े अलग-अलग प्रशिक्षण बन गए हैं, जो वास्तविक जीवन में समस्याओं का समाधान प्रदान करने के लिए ध्यान केंद्रित करते हैं. +एआई सिस्टम अब अक्सर अर्थव्यवस्था, चिकित्सा, इंजीनियरिंग और सेना के क्षेत्रों में उपयोग किया जाता है, जैसा कि कई घरेलू कंप्यूटर और वीडियो गेम सॉफ्टवेयर एप्लिकेशन में बनाया गया है। +कोई भी क्लासरूम में फ़िल्ड ट्रिप एक बड़ा हिस्सा होता है. अक्सर एक शिक्षक अपने विद्यार्थियों के साथ जगहें जाने के लिए जाना चाहता है, जिनके लिए बस ट्रिप एक विकल्प नहीं होता। +प्रौद्योगिकी इस समस्या का समाधान प्राप्त करने के लिए वर्चुअल फ़ील्ड ट्रिप प्रस्तुत करती है. विद्यार्थियों को संग्रहालय के प्राचीन सामानों को देखना, एक एक्वेरियम में जाना या अपने क्लास के साथ बेहतरीन कला को प्रशंसा करना होता है. +एक फ़िल्ड ट्रिप वायर्चुअल शेयर करना भी एक उत्कृष्ट तरीका है जिससे एक ट्रिप को प्रतिबिंबित किया जा सकता है और भविष्य के क्लास से अनुभवों को शेयर किया जा सकता है। +उदाहरण के लिए, उत्तरी कैरोलिना के बेनेट स्कूल के विद्यार्थियों ने प्रत्येक साल राज्य की राजधानी की यात्रा के बारे में एक वेबसाइट डिज़ाइन की है, प्रत्येक साल वेबसाइट पुनः तैयार की जाती है, लेकिन पुराने संस्करण ऑनलाइन रखे जाते हैं ताकि उन्हें एक स्क्रैपबुक की तरह से सेवा की जा सके। +ब्लॉग छात्रों की लेखन को भी सुधार करने में मदद कर सकते हैं. छात्रों ने अक्सर अपनी ब्लॉग अनुभव से शुरू करते हैं जिसमें स्पेलिंग और ग्रामर की गलतफ़हमियाँ होती हैं, लेकिन सामान्य तौर पर एक प्रेक्षक की उपस्थिति से यह बदलाव होता है. +यदि विद्यार्थियों काफी प्रायः सबसे महत्वपूर्ण प्रशंसक होते हैं, तो ब्लॉग लेखक टिप्पणी से बचने के लिए लेखन को सुधार करने के लिए प्रयास करना शुरू करता है। +इसके अलावा, ब्लॉगिंग "विद्यार्थियों को उनके आसपास की दुनिया के बारे में ज्ञात होने के लिए ज़्यादा तैयार होने का दबाव डालता है" (टोटो, 2004). +ब्लॉगिंग एक उपकरण है जो सहयोग को प्रेरित करता है और विद्यार्थियों को पारंपरिक स्कूल के दिन से अधिक सीखने के लिए प्रोत्साहित करता है. +ब्लॉगों का उचित उपयोग विद्यार्थियों को अधिक विश्लेषणीय और आलोचनात्मक बनने के लिए शक्तिशाली बना सकता है; इंटरनेट के सामग्री पर सक्रिय रूप से जवाब देने से, विद्यार्थियों को दूसरों के लेखों के संदर्भ में अपनी स्थिति परिभाषित करने और विशेष समस्याओं पर अपने दृष्टिकोण प्रस्तुत करने में सक्षम हो सकते हैं (Oravec, 2002). +ऑटावा कैनडा का आकर्षक, दो भाषाओं वाला राजधानी है और इसमें कई कला गैलरी और संग्रहालय हैं जिनमें कैनडा की पुरानी और हालिया इतिहास प्रदर्शित की जाती है। +दक्षिण में नियागरा फ़ॉल्स है और उत्तर में मुस्कोका और उसके बाद की प्राकृतिक सुंदरता का घर है। +सभी इन चीज़ों और इससे अधिक बातों ने ओंटारियो को बाहर के लोगों द्वारा कैनडा के सबसे महत्वपूर्ण चीज़ों में से एक बनाया गया है। +उत्तर के बड़े इलाकों में लोगों की संख्या कम है और कुछ इलाकों में वन्यजनता की संख्या बहुत कम है। +लोगों की संख्या की तुलना करने के लिए: अमेरिका में अफ्रीकी अमेरिकियों की संख्या कई लोगों को आश्चर्यजनक करती है, क्योंकि उनकी संख्या कनाडा के नागरिकों की तुलना में अधिक है। +ईस्ट अफ़्रीकी द्वीप एक्ट्रिया की पूर्वी तट पर भारतीय समुद्र में हैं। +मैडागास्कर सबसे बड़ा है और जंगली जीवनशैली के लिए एक प्रदेश है। +सबसे ज़्यादातर छोटे द्वीप स्वतंत्र राष्ट्र हैं, या फ़्रांस के साथ जुड़े हुए हैं और उन्हें लक्सरी बीच रिसोर्ट के तौर पर जाने जाते हैं। +अरबों ने प्रदेशों में भी इस्लाम लाने का प्रयास किया, और यह कोमोरोस और मायोट में बड़ी तरह से लाया गया। +यूरोपीय प्रभाव और कोलोनियलिज्म 15वीं शताब्दी में शुरू हो गया, जब पोर्टुगेज़ खोजदार वास्को दा गामा यूरोप से इंडिया तक कैप रूट का पता लगाया। +उत्तर में इलाका साहेल से सीमित है और दक्षिण और पश्चिम में एटलांटिक समुद्र से। +महिलाओं के लिए यह सलाह दी जाती है कि किसी भी महिला यात्री को यह कहना चाहिए कि वे शादी कर चुकी हैं, किन्तु वास्तविक शादी स्थिति के बावजूद। +इसका एक और उपयोग है कि एक रिंग भी पहनाया जाना चाहिए (सिर्फ़ वह एक नहीं जो बहुत महंगा दिखता है. +महिलाओं को यह समझना चाहिए कि संस्कृति की फरकों के कारण उन्हें हरासन की तरह से इस्तेमाल किया जा सकता है और उन्हें हाथ के साथ पकड़ा जाना और इसकी वजह से पीड़ित होना सामान्य नहीं है। +पुरुषों को अपनी तरह से करने के लिए ठीक होना चाहिए और अपनी ज़मीन पर रहने के लिए डर नहीं करना चाहिए (संस्कृतिक अंतर या नहीं, यह इसे सही नहीं बनाता है!). +कासाब्लांका का आधुनिक शहर 10वीं शताब्दी BCE में बर्बर मौलिकों द्वारा स्थापित किया गया था, और फोेनिशियन, रोमन और मेरेनिड द्वारा एक रणनीतिक बंदरगाह के रूप में इसे उपयोग किया गया था। +1755 में भूकंप के बाद इसे छोड़ने के लिए पोर्टुगेज़ ने इसे तबाह करके फिर से बनाया और इसे कासा ब्रांका के नाम से फिर से बनाया। +मोरक्को के सुल्तान ने शहर को फिर से बनाया और उसे स्पेनिश व्यापारियों द्वारा व्यापार के आधारों की स्थापना करने के लिए कसाबलांका का नाम दिया गया था। +कैसाब्लांका मोरोक्को के सभी जगहों में खरीदने के लिए सबसे कम रोमांटिक जगहों में से एक है। +पुरानी मेडिना के आसपास पारंपरिक मरोक की सामानों के विक्री करने वाले स्थानों को आसानी से पा सकते हैं, जैसे टेगीन, पॉटरी, लेथर सामानों, हुकाहों और गीगाव का पूरा स्पेक्ट्रम, लेकिन यह सभी पर्यटकों के लिए है। +गोमा कोंगो की लोकतंत्रवादी गणराज्य का एक पर्यटन शहर है जो रवांडा के पूर्व में एक्ट्रिम पूर्व में स्थित है। +2002 में गोमा को न्यिरागोंगो ज्वालामुखी से लावा से नष्ट कर दिया गया जिसने बहुत से शहर के सड़कों को गूंजाया, विशेष तौर पर शहर के केंद्र में। +गोमा काफ़ी सुरक्षित है, लेकिन गोमा के बाहर किसी भी जाने के लिए उत्तरी किवू प्रांत में लड़ने वाली स्थिति को समझने के लिए संशोधन किया जाना चाहिए। +शहर अफ्रीका के कुछ सस्ते माउंटेन गोरिला ट्रैकिंग के साथ-साथ न्यिरागोंगो वोल्केनो पर चढ़ने के लिए भी आधार है। +आप गोमा के लिए बोडा-बोडा (मोटरसाइकल टैक्सी) का इस्तेमाल कर सकते हैं. सामान्य (स्थानीय) की मूल्य लगभग 500 कोंगोलेस फ्रांक की होती है. +अपने परिवारिक अप्रत्यक्षता के साथ-साथ, "टिम्बुक्टू" का इस्तेमाल विदेशी, दूरी से दूरी जगहों के लिए मेटाफ़ोर के रूप में किया जाता है। +आज, टिम्बुक्तू एक गरीब शहर है, हालाँकि इसका प्रतिष्ठा पर्यटकों को आकर्षित करता है, और यहाँ एक हवाई अड्डा भी है। +1990 में इसे ज़मीन के ख़तरों की वजह से ज़िंदगी के स्थानों की सूची में शामिल किया गया। +हेनरी लुइस गेट्स के पीबीएस विशेष वॉंडर ऑफ द एफ्रिकन वर्ल्ड के दौरान इसे एक मुख्य स्टॉप माना गया। +शहर देश के अन्य शहरों से अलग है, क्योंकि इसमें अफ़्रीकी की तुलना में अरबियती की ज़्यादा है। +क्रूजर नेशनल पार्क (KNP) दक्षिणी अफ़्रीकी के उत्तर-पूर्व में है और पूर्व में मोज़ाम्बिक की सीमा के साथ, उत्तर में ज़िम्बाब्वे की सीमा के साथ और दक्षिणी सीमा क्रोकोडाइल नदी के साथ चलता है। +पार्क में 19,500 किलोमीटर का क्षेत्र है और इसमें 14 वार्षिक प्राकृतिक क्षेत्रों में विभिन्न जंगली जीवों का समर्थन किया जाता है। +यह दक्षिणी अफ़्रीका की मुख्य आकर्षणों में से एक है और इसे दक्षिणी अफ़्रीकी राष्ट्रीय पार्क (SANParks) का फ़्लैगशिप माना जाता है। +सभी दक्षिणी अफ़्रीकी राष्ट्रीय पार्कों की तरह से, पार्क में दैनिक संरक्षण और प्रवेश की शुल्क होती है। +वाइल्ड कार्ड खरीदना एक के लिए भी फायदेमंद हो सकता है, जो दक्षिण अफ़्रीका के पार्कों की सेलेक्शन या संपूर्ण दक्षिण अफ़्रीकी के राष्ट्रीय पार्कों के लिए प्रवेश प्रदान करता है. +होंग कॉंग द्वीप होंग कॉंग के क्षेत्र को अपना नाम देता है और यह जगह है जिसे कई पर्यटक मुख्य केंद्र के रूप में देखते हैं। +हॉंग कॉंग की स्काइलाइन बनाने वाले इमारतों का प्रदर्शन एक इस्तेमाल होने वाला बार चार्ट से जुड़ा गया है, जो विक्टोरिया हार्बर की पानी की उपस्थिति से प्रस्तुत होता है। +होंग कॉंग की सर्वश्रेष्ठ दृश्यों को प्राप्त करने के लिए द्वीप छोड़ें और कोलोन के वाटरफ़्रंट की तुलना में जाएं। +होंग कॉंग द्वीप के शहरी विकास का बहुत बड़ा हिस्सा उत्तरी किनारे पर प्राप्त किए गए जमीन पर एकत्रित रूप से बनाया गया है। +इस जगह पर ब्रिटिश कोलोनियलिस्ट अपना काम करने के लिए आया था और अगर आप इस क्षेत्र की प्राचीन कोलोनियल इतिहास की प्रमाणिकता की तलाश कर रहे हैं, तो यह शुरू करने के लिए एक अच्छा जगह है। +सुंदरबन दुनिया के सबसे बड़े समुद्री किनारे के समुद्री किनारे से बंग्लादेशी और भारतीय पिछले किनारे तक 80 किलोमीटर (50 मील) की लंबाई के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनारे के समुद्री किनार +सुंदरबन को एक उनेस्को वर्ल्ड हरिटेज साइट के तौर पर घोषित किया गया है. भारतीय क्षेत्र में जंगल का एक हिस्सा सुंदरबन नेशनल पार्क के नाम से जाना जाता है. +जंगलों में केवल मैंग्रोव स्वैम्प नहीं हैं — उनमें शक्तिशाली जंगलों के कुछ पिछले बाकी रहने वाले स्टैंड भी शामिल होते हैं जिन्हें एक बार गंगेटिक प्लेन पर फैलाया गया था। +सुंदरबन का एक क्षेत्र 3,850 किलोमीटर का है, जिसमें से लगभग एक-तीसरा पानी/मर्श के क्षेत्रों में होता है। +1966 से सुन्दरबन एक वाइल्डलाइफ़ सैन्क्युएरी है, और इस क्षेत्र में अब 400 रॉयल बेंगल टाइगर और लगभग 30,000 स्पॉटेड डीर हैं। +बस पूरे दिन इंटर-डिस्ट्रिक्ट बस स्टेशन (नदी के पार) से चलती हैं, हालाँकि बहुत सारे, खास तौर पर पूर्व और जकर/बमथांग के लिए 06:30 से 07:30 तक चलते हैं। +अक्सर इंटर-डिस्ट्रिक्ट बस भरी होती हैं, इसलिए यह सलाह दी जाती है कि कुछ दिनों पहले टिकट खरीदें। +बहुत से ज़िलों में छोटे जापानी कोस्टर बसों का सेवा किया जाता है, जो आरामदायक और स्थिर होते हैं। +साझा टैक्सी परो (Nu 150) और पुनाखा (Nu 200) जैसी नजदीकी जगहों पर यात्रा करने के लिए एक तेज़ी और आरामदायक माध्यम हैं। +ओयापोक नदी ब्रिज एक केबल-स्टेड ब्रिज है. यह ब्राज़िल के ओयापोक के शहरों को जोड़ने के लिए ओयापोक नदी को जोड़ता है और फ़्रेंच गियाना के सेंट-ज़ोर्ज़ डे ल'ओयापोक के शहरों को जोड़ता है. +दो टावर 83 मीटर की ऊंचाई पर पहुँचते हैं, इसकी लंबाई 378 मीटर है और इसमें दो लैन 3.50 मीटर की चौड़ी हैं। +पुल के नीचे क्लीयरेंस 15 मीटर है. इसका निर्माण अगस्त 2011 में पूरा हो गया था, लेकिन यह मार्च 2017 तक ट्रैफ़िक के लिए खुला नहीं हुआ। +इस ब्रिज को सितंबर 2017 में पूरी तरह से काम करने की योजना है, जब ब्राज़िलियाई कस्टम चेक पॉइंट पूरी तरह से पूरा होने की उम्मीद है। +गुरानी पूरे पश्चिमी परागवे में बसने वाले सबसे महत्वपूर्ण स्थानीय समूह थे, जो अब पूरे पश्चिमी परागवे में बसते हैं, जिसमें सेमी-नोमैडिक शिकारों के रूप में जीवन किया जाता है, जिन्होंने प्रायः स्वस्थ्य कृषि का प्रयोग भी किया था। +चाको क्षेत्र गुयकुरू और पेयगुआ जैसी स्वदेशी जातियों के अन्य समूहों का घर था, जिन्हें शिकार, एकत्रीकरण और मछली करने से जीवित रहने में मदद मिलती थी। +16 वीं शताब्दी में परागवे, जो पहले से इंडियाई प्रांत "द जायंट प्रांत" के नाम से जाना जाता था, स्पेनिश विजेताओं के स्थानीय आदिवासी समूहों के साथ मिलने के परिणामस्वरूप स्थापित हो गया। +स्पेनियाड़ियों ने कोलोनिजेशन का समय शुरू कर दिया जो तीन शताब्दियों तक चला। +1537 में एसुन्सियन की स्थापना के बाद, परागवे ने अपने प्राचीन चरित्र और पहचान को बचाने में सफल हो गया है। +अर्जेंटिना विश्व में सबसे अच्छे पोलो टीम और खिलाड़ियों के साथ जाना जाता है। +सबसे बड़ा टूर्नामेंट साल के अंत में दिसंबर में लास कैनिटास के पोलो फ़िल्ड में होता है। +साल के अन्य समयों में यहाँ प्रतियोगिताओं और मैचों को भी देखा जा सकता है। +टूर्नामेंट के बारे में और पोलो मैच के लिए टिकट कहाँ खरीदने के बारे में सूचना प्राप्त करने के लिए एसोशियेशन अर्जेंटिना डे पोलो की जाँच करें। +ऑफिसियल फ़ाल्कलैंड्स करेंसी फ़ाल्कलैंड पाउंड (FKP) है, जिसका मूल्य एक ब्रिटिश पाउंड (GBP) की तुलना में स्थापित किया गया है। +प्रदेश में एकमात्र बैंक में पैसे बदला जा सकते हैं जो फ़िक वेस्ट स्टोर के पास स्टेनली में स्थित है। +ब्रिटिश पाउंड आमतौर पर द्वीपों में किसी भी जगह पर स्वीकार किया जाता है और स्टेनली क्रेडिट कार्ड और यूनाइटेड स्टेट्स डॉलर भी अक्सर स्वीकार किया जाता है। +बाहरी द्वीपों पर क्रेडिट कार्ड शायद स्वीकृत नहीं किए जाएंगे, हालाँकि ब्रिटिश और अमेरिकी मुद्रा लेना जा सकता है; पहले से अपने मालिकों से स्वीकृत पेमेंट मीथोड का निर्णय करने के लिए जाँच करें। +द्वीपों के बाहर फ़ाल्कलैंड्स की मुद्रा बदलना संभव नहीं है, इसलिए द्वीपों से बाहर जाने से पहले मुद्रा बदलना करें। +क्योंकि मोन्टेविडो एक्वाटर के दक्षिणी इलाके में स्थित है, इसलिए उस इलाके में जब उत्तरी हेमिस्फेयर में शीतकलीन होता है, तो वहां गर्मियों का समय होता है और उत्तरी हेमिस्फेयर में जब गर्मियों का समय होता है, तो वहां शीतकलीन का समय होता है। +मोन्टेविडो उष्णकटिबंधीय क्षेत्र में है; गर्मियों के महीनों में, +30°C से ज़्यादा तापमान सामान्य होता है। +सर्दियों को झूठे से ठंडा महसूस करने का मौका मिलता है: तापमान कम होने वाले बारे में कम होते हैं, लेकिन हवा और उष्णता एकत्र होती हैं ताकि उन्हें ठंडा महसूस हो जैसा कि थरमोमेटर का कहना है। +वर्ष के लिए कुछ विशेष "वर्षा" और "सूखा" मौसम नहीं हैं: बारिश की मात्रा पूरे वर्ष के लिए लगभग समान रहती है। +हालांकि, पार्क में कई प्राकृतिक जीवों को मानव लोगों का दृश्य देखना सीखना पड़ता है, लेकिन वन्यजीवों को किसी भी वजह से नहीं खाया जाना चाहिए और उन्हें किसी भी वजह से डिस्टर्ब नहीं किया जाना चाहिए। +पार्क अधिकारियों के मुताबिक, बार और वोल्फ से कम से कम 100 यार्ड/मीटर दूर रहना और सभी अन्य जंगली जानवरों से 25 यार्ड/मीटर दूर रहना! +किसी भी तरीके से उन्हें किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तरीके से किसी भी तर +प्रत्येक साल, दर्जनों प्रवासी घायल होते हैं क्योंकि उन्हें सही दूरी नहीं रखी गई। इन जानवरों में से कई बड़े, जंगली और संभावित रूप से खतरनाक हैं, इसलिए उन्हें उनका स्थान देना चाहिए। +इसके अलावा, जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानकारी के लिए जानका +एपिया सैमोा की राजधानी है. शहर उपोलू के द्वीप पर है और इसमें लोगों की संख्या 40,000 से कम है. +एपिया की स्थापना 1850 के दशक में हुई थी और 1959 से सामोआ का अधिकारी राजधानी है। +हार्बर 1889 में जर्मनी, अमेरिका और ब्रिटेन के सात जहाज़ों ने हार्बर से बाहर निकलने से मना कर दिया। +सभी जहाज़ों में से एक ब्रिटिश क्रूजर के अलावा सभी जहाज़ों में मारे गए। लगभग 200 अमेरिकी और जर्मन जीवों की मृत्यु हो गई। +मौ आंदोलन द्वारा स्वतंत्रता के लिए लड़ने वाले संघर्ष के दौरान, शहर में शांतिपूर्ण सभा में प्रमुख प्रधान टुपुआ तमासेस लीएलोफ़ी 3 की मृत्यु हो गई। +ऑकलैंड के दो हार्बर के स्ट्रैडलिंग के कारण कई समुद्र तट हैं. सबसे लोकप्रिय तीन क्षेत्रों में हैं. +उत्तरी हार्बर जिले में उत्तरी शॉर के समुद्र तट प्रशांत समुद्र में हैं और उत्तर से लॉंग बे तक और दक्षिण में डेवोनपोर्ट तक जाते हैं। +वे लगभग सभी सैंडी बीच हैं जिनमें सुरक्षित स्विमिंग होता है और उनमें से अधिकतम पोहुतुकावा वृक्षों द्वारा प्रदान किए गए शैली होते हैं। +टमकी ड्राइव के समुद्री तट वाइटेमाटा हार्बर के पास मिशन बे और सेंटरल ऑकलैंड के मिशन बे और सेंट हेलियर्स के उपमार्केट प्रकृतियों में हैं। +इन्हें कभी-कभी परिवारों के लोगों के साथ भी जाना जाता है जिसमें साइड लाइनिंग के साथ शॉप की एक अच्छी श्रेणी होती है। स्विमिंग सुरक्षित है। +मुख्य स्थानीय बियर 'नंबर वन' है, यह एक संपूर्ण बियर नहीं है, लेकिन आनंददायक और प्रकाशित। अन्य स्थानीय बियर 'मंता' कहा जाता है। +इसमें कई फ़्रेंच वाइन हैं, लेकिन न्यूज़ीलैंड और ऑस्ट्रेलिया के वाइन बेहतर से यात्रा कर सकते हैं। +स्थानीय पानी पीने के लिए पूरी तरह से सुरक्षित है, लेकिन बोटल के पानी खोजने में आसान होता है यदि आप डरी हैं। +ऑस्ट्रेलिया के लोगों के लिए, 'फ्लैट व्हाइट' का विचार विदेशी है. एक छोटा ब्लैक को 'एस्प्रेसो' कहा जाता है, कैपूचिनो की तरह का कॉफ़ी क्रीम (नहीं फ़्रोथ) से उच्च होता है, और चाय को दूध के साथ नहीं प्रदान किया जाता है। +गर्म चॉकलेट बेल्जियन स्टैंडर्ड की तुलना में बेहतर है. फ़्रूट जूस महंगे होते हैं लेकिन उन्हें अच्छा माना जाता है। +रिफ के लिए बहुत से यात्राएँ पूरे साल की जाती हैं, और रिफ पर इन किसी भी कारण से होने वाली चोटों की संभावना कम होती है। +हालांकि, अधिकारियों से सलाह लें, सभी संकेतों का प्रतिबद्धता करें और सुरक्षा चेतावनियों पर ज़्यादा ज़्यादा ध्यान दें। +बॉक्स जेलीफ़िश ऑक्टोबर से अप्रैल तक 1770 के उत्तरी क्षेत्र के समुद्र तटों और नदी के स्तरों के पास होते हैं. वे अक्सर इन समयों के बाहर पाए जाते हैं. +शार्क वास्तव में हैं, हालाँकि वे लोगों पर अक्सर हमला नहीं करते हैं. बहुत से शार्क लोगों का डर होता है और उन्हें बाहर निकलने की इच्छा होती है. +सल्टवॉटर क्रोकोडाइल समुद्र में सक्रिय रूप से जीवन नहीं करते हैं, उनका प्राथमिक आवास रॉकहम्प्टन से उत्तर में नदी के समुद्र तटों में होता है। +पहले से बुक करना यात्रियों को शांति मिलती है कि उन्हें अपने लक्ष्य पर पहुँचने के बाद एक जगह मिलेगी जहाँ उन्हें निन्दा सो सकते हैं। +यात्रा एजेंटों के पास अक्सर विशेष होटलों के साथ डील होते हैं, हालाँकि आप एक यात्रा एजेंट के माध्यम से कैंपिंग ग्राउंड, जैसी अन्य आवास प्रक्रियाओं को बुक करने की संभावना पा सकते हैं। +यात्रा एजेंटों ने आमतौर पर ब्रेकफास्ट, एयरपोर्ट से या इलाके से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट से या एयरपोर्ट +यदि आप प्रस्ताव के बारे में सोचने के लिए समय की आवश्यकता है या आपके लिए अन्य दस्तावेज़ प्राप्त करने के लिए समय की आवश्यकता है (उदाहरण के लिए वीज़ा), तो वे आपके लिए भी रिज़र्वेशन कर सकते हैं। +किसी भी संशोधन या अनुरोध को पहले से यात्रा एजेंट के माध्यम से किया जाना चाहिए और नहीं होना चाहिए कि होटल के साथ। +कुछ उत्सवों के लिए, संगीत उत्सवों में शामिल होने वाले अधिकांश लोगों ने साइट पर कैंप करने का निर्णय किया है, और अधिकांश लोग इसे अनुभव के महत्वपूर्ण हिस्से के रूप में मानते हैं। +अगर आप एक्शन के पास जाना चाहते हैं, तो आप संगीत के पास कैंपिंग साइट प्राप्त करने के लिए पहले से जाना होगा। +यह याद रखें कि मुख्य स्टेज पर संगीत समाप्त हो सकती है, लेकिन उसमें कुछ भाग हो सकते हैं जिनमें संगीत रातों तक जारी रखी जाएगी। +कुछ त्यौहारों में युवा बच्चों के साथ परिवारों के लिए विशेष कैंपिंग क्षेत्र होते हैं. +यदि शीतकलीन में उत्तरी बैल्टिक को पार करना है, तो कैबिन की स्थानीयता की जाँच करें, क्योंकि बर्फ के माध्यम से जाने की वजह से सबसे प्रभावित लोगों के लिए बहुत ख़तरनाक आवाज़ होता है। +सेंट पीटर्सबर्ग क्रूज शहर में समय शामिल किया गया है. क्रूज यात्रियों को वीज़ा की आवश्यकताओं से मुक्त किया जाता है (चेक करें शर्तों). +कैसिनो प्रायौजिक तौर पर मेजबानों द्वारा लगाए गए समय और पैसे को बढ़ावा देने के लिए कई प्रयास करते हैं. विंडो और क्लॉक प्रायौजिक तौर पर अवैध होते हैं, और बाहर निकलने में कठिनाइयों का सामना करना पड़ता है. +वे आमतौर पर मेहमानों को अच्छी मानसिकता में रखने के लिए विशेष खाना, पीने और मनोरंजन प्रस्तुतियाँ प्रदान करते हैं, और उन्हें प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्राय� +कुछ स्थानों पर घर पर शराब पीने की सुविधा प्रदान की जाती है. हालाँकि, पिछले से पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पिछले पि +किसी भी व्यक्ति जो उच्च उंचाईयों पर चलना चाहता है या पर्वत पासों पर चलना चाहता है, उन्हें बर्फ, बर्फाईयों की संभावना या ठंडे ताप की संभावना को सोचना चाहिए। +बर्फी और बर्फ वाले सड़कों पर, झटका कम होता है और आप सड़क पर चलने के लिए जैसा कि बर्फी और बर्फ वाले सड़कों पर चलने की तरह से नहीं चल सकते। +ब्लीज़र्ड के दौरान, आपको स्टक होने के लिए पर्याप्त बर्फ बहुत कम समय में गिर सकता है. +दृश्य देखने की संभावना भी बर्फ की गिरावट या वाहन के खिड़कों पर बर्फ या बर्फ या बर्फ के प्रभाव से सीमित हो सकती है। +दूसरी ओर, कई देशों में बर्फ़ी और बर्फ़ी स्थितियाँ सामान्य होती हैं, और ट्रैफ़िक प्रायः सिर्फ़ एक साल के लिए निरंतर चलता है। +सफ़ारी शायद अफ़्रीका में सबसे बड़ा पर्यटन का आकर्षण है और कई प्रवासी के लिए इसका मुख्य उद्देश्य है। +सफ़री के लिए लोकप्रिय उपयोग में इस शब्द का अर्थ अफ़्रीकी जंगली जीवनशैली को देखने के लिए ओवरलैंड यात्रा का होता है, विशेष रूप से सावाना पर। +कुछ जानवर, जैसे ही हाथी और गिरफ़्तार, कारों और स्टैंडर्ड उपकरणों को जल्दी से जल्दी संपर्क करना चाहते हैं और यह स्टैंडर्ड उपकरणों से अच्छे दृश्य देखने के लिए अनुमति दी जाएगी। +शेर, चीता और बरफबारी कभी-कभार शर्मिला होते हैं और आप उनका दृश्य बिनोक्युलर से बेहतर देख सकते हैं। +एक वॉकिंग सेफ़री (यहां तक कहा जाता है "बश वॉक", "हिकिंग सेफ़री" या "फुटिंग") हिकिंग के लिए कुछ घंटे या कुछ दिनों तक किया जाता है। +पैरालिम्पिक्स 24 अगस्त से 5 सितंबर 2021 तक होंगे। कुछ कार्यक्रम जापान के अन्य स्थानों में होंगे। +टोकियो एकमात्र एशियाई शहर है जिसने 1964 में खेलों का आयोजन किया है और दो गर्मियों के ओलंपिक का आयोजन किया है। +यदि आपने 2020 के लिए अपने उड़ान और आवास की बुकिंग पहले से कर चुकी हैं, तो आपके पास एक चुनौतीपूर्ण स्थिति हो सकती है। +कैंसेलर पॉलिसी में फ़र्क होता है, लेकिन मार्च के अंत से सबसे ज़्यादा कोरोनावायरस के आधार पर कैंसेलर पॉलिसी जुलाई 2020 तक नहीं किए गए हैं, जब ओलंपिक की घोषणा की गई थी। +इसे अपेक्षा किया जाता है कि बहुत से इवेंट टिकट 2,500 से 130,000 तक की कीमत में होंगे, जिसमें सामान्य टिकट की कीमत 7,000 से होगी। +इयरन डैम्प कपड़ों को सूखाने में मदद कर सकता है. कई होटलों में इयरन और इयरनिंग बोर्ड लोन के लिए उपलब्ध होते हैं, यहां तक कि कमरे में कोई भी व्यक्ति नहीं हो सकता। +यदि एक इयरन उपलब्ध नहीं है, या आप इयरन सोक्स पहनना पसंद नहीं करते हैं, तो आप एक हेडड्रायर का उपयोग करने की कोशिश कर सकते हैं, यदि उपलब्ध है। +कपड़ों को बहुत गरम होने से बचने के लिए सावधान रहना चाहिए (जिससे कपड़ों की कमी हो सकती है, या अत्यधिक स्थितियों में जलाई जाने वाली हो सकती है)। +पानी को प्रकाशित करने के लिए अलग-अलग तरीके होते हैं, जिनमें से कुछ विशेष जोखिमों के विरुद्ध अधिक प्रभावी होते हैं। +कुछ इलाकों में एक मिनट तक पानी बनाना पर्याप्त होता है, दूसरे इलाकों में कई मिनटों की आवश्यकता होती है। +फ़िल्टर की प्रभावशालीता अलग-अलग होती है, और यदि आपके पास चिंता है, तो आपको एक प्रतिष्ठित कंपनी से एक सीलेड बोटल में आपका पानी खरीदना चाहिए। +यात्रियों को उनके गृह क्षेत्रों में उन्हें परेशान नहीं होने वाले जानवरों का सामना करना पड़ सकता है. +परजीवितों की वजह से खाद्य पदार्थों पर नुकसान पहुँच सकते हैं, उनकी वजह से कोई व्यक्ति चिंतित हो सकता है, या सबसे खराब मामले में परजीवित प्रतिक्रियाएँ हो सकती हैं, जिनकी वजह से कोई व्यक्ति इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या इलाज करने की आवश्यकता हो सकती है, या � +संक्रामक रोगों, या खतरनाक जानवरों को प्राकृतिक रूप से लोगों को चोट पहुँचाने वाले या मारने वाले नहीं किया जाता है। +ड्यूटी फ्री शॉपिंग काफ़ी स्थानों पर टैक्स और एक्सिस से बचने वाले सामान खरीदने का मौका है. +व्यावहारिक टैक्स वाले देशों की यात्रा करने वाले यात्रियों के लिए कभी-कभार बढ़िया पैसे बच सकते हैं, विशेष रूप से एल्कोहोलिक ब्रेज और टाबाक जैसी उत्पादों पर। +पॉइंट मैरियन और फ़ेयरमोंट के बीच की लंबाई में बफ़ेलो-पिट्सबर्ग हाइवे पर सबसे चुनौतीपूर्ण ड्राइविंग स्थितियों का प्रदर्शन किया जाता है, जिसमें कई बार एकल बैकवुड्स इलाकों के मार्गों पर जाना होता है। +यदि आप देश के सड़कों पर ड्राइविंग नहीं करते हैं, तो अपने बुद्धिमानता के बारे में जानकारी रखें: ऊँचे ग्रेड, संकीर्ण सड़कों और तीव्र कुर्वेट प्रमुख होते हैं। +पोस्ट स्पीड लिमिट पिछले और अगले सेक्शनों की तुलना में एकदम कम होते हैं — सामान्यतः 35-40 मील प्रति घंटा (56-64 किलोमीटर प्रति घंटा) — और उनका पूरा प्रतिबद्धता अन्यथा से भी ज़्यादा महत्वपूर्ण है। +जानकारी के लिए, हालाँकि, मोबाइल फ़ोन सेवा यहाँ कई अन्य मार्गों के अनुसार बहुत मज़बूत है, उदाहरण के लिए पेंसिल्वेनिया वाइल्ड्स। +जर्मन पैस्ट्री बहुत अच्छे होते हैं और बावेरिया में, उन्हें अपने दक्षिणी पड़ोसी, ऑस्ट्रिया की तरह से बहुत सारे और विविध होते हैं। +फ़्रूट पेस्टी सामान्य हैं, जिसमें पाउडर के साथ सभी सालों के लिए सेब का उपयोग किया जाता है और गर्मियों के दौरान सेब और प्लम का उपयोग किया जाता है। +कई जर्मन बेकिंग गुड्स में अलमंड, हेज़ल नट्स और अन्य पेड़ों के नट्स भी शामिल होते हैं. लोकप्रिय केकों को कई बार मजबूत कॉफी के साथ खास तरीके से जोड़ा जाता है. +यदि आपको कुछ छोटे होने वाले पास्ट्री चाहिए, तो प्रदेश पर निर्भर होने वाले बर्लिनर, पफ़नकुचेन या क्रैपफ़ेन के नाम से जाने जाते हैं। +करी हर्ब और मिठाईयों के आधार पर मास या सब्जियों के साथ बनाए गए एक भोजन है. +एक करी पानी की मात्रा के आधार पर "सूखा हो सकता है" या "पानी वाला हो सकता है"। +उत्तरी भारत और पाकिस्तान के इंडलैंड क्षेत्रों में, योगर्ट सामान्य रूप से करीयों में उपयोग किया जाता है; दक्षिणी भारत और सबकंटिनेंट के कुछ अन्य समुद्री क्षेत्रों में, कोकस दूध सामान्य रूप से उपयोग किया जाता है. +17,000 बेहतरीन द्वीपों से चुनने के साथ, इंडोनेशियाई खाद्य एक उम्बरेला शब्द है जो देश के विभिन्न क्षेत्रों में पाए गए विविध खाद्य पदार्थों को कवर करता है। +लेकिन, अगर इसे और कुछ शब्दों के साथ नहीं उपयोग किया जाता है, तो इस शब्द का अर्थ मुख्य द्वीप जावा के मध्य और पूर्वी भागों से प्रारंभिक रूप से प्राप्त खाद्य पदार्थों का होता है। +अब पूरे आर्किपेलेगो में उपलब्ध होने वाला जवानीज़ कौसिन एक संपूर्ण सिम्पल सेजन किए गए प्रकार के पदार्थों का एक संग्रह होता है, जिसमें जवानीज़ पसंद के लिए मूंगफली, चिली, गुड़ और विभिन्न रासायनिक मसाले शामिल होते हैं। +सैडल के दोनों पृष्ठों पर चढ़ जाने वाले उड़ाने के पैरों के लिए स्टिरप सहायता होती है। +वे राइडर के लिए बढ़िया स्टेबिलिटी प्रदान करते हैं, लेकिन उनमें राइडर के पैरों को फिट करने की संभावना के कारण सुरक्षा संबंधित चिंताएँ हो सकती हैं। +यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। यह जोखिम कम करने के लिए, कई सुरक्षा सुविधाओं का इस्तेमाल किया जा सकता है। +पहले, सबसे ज़्यादातर राइडर राइडिंग बूट में हील और एक स्मूथ, बहुत ही संकीर्ण, सोल लगाते हैं। +इसके बाद, कुछ सैडल, विशेष रूप से इंग्लिश सैडल में सुरक्षा बार होते हैं जो एक गिरने वाले इंडियन राइडर की वजह से सैडल से छोड़ने के लिए स्टीरूप लीथर को मौका देते हैं। +कोचमो वैली - चिली का प्रमुख क्लाइम्बिंग स्थान, जिसे दक्षिण अमेरिका के योसेमिट के तौर पर जाना जाता है, जिसमें कई प्रकार के ग्रैनाइट बिग वॉल्स और क्रैग होते हैं। +शिखरों से आनंददायक दृश्यों का समावेश होता है. दुनिया के सभी क्षेत्रों से चढ़ने वाले प्रवासियों ने दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घकालिक दीर्घ +डाउनहिल स्नो स्पोर्ट्स, जिसमें स्कीइंग और स्नोबोर्डिंग शामिल होते हैं, एक लोकप्रिय खेल है जिसमें स्की या स्नोबोर्ड के साथ आपके पैरों पर लगे गए स्नोबर्ड का इस्तेमाल किया जाता है ताकि आप बर्फ पृथ्वी पर गिर सकें। +स्कीइंग एक मुख्य यात्रा कार्य है जिसमें कई उत्साहजनक लोग शामिल होते हैं, उन्हें कभी-कभी "स्की बम्स" के रूप में जाना जाता है, जो स्कीइंग के विशेष स्थान पर पूरे छुट्टे का योजना बनाते हैं। +स्कीइंग का विचार बहुत पुराना है — गुफा के चित्रों से पता चलता है कि स्कीर 5000 बीसीई से पहले से ही हैं! +डाउनहिल स्कीइंग को कम से कम 17वीं शताब्दी में खेल के रूप में लाया गया था, और 1861 में ऑस्ट्रेलिया में नॉर्वेगियन द्वारा पहला रिक्रेशनल स्की क्लब का उद्घाटन किया गया था। +स्की के साथ बैकपैकिंग: इस एक्टिविटी को बैककंट्री स्की, स्की टूरिंग या स्की हाइकिंग के नाम से भी जाना जाता है. +यह एल्पाइन स्टाइल स्की टूरिंग या माउंटेनियरिंग से जुड़ा होता है, लेकिन सामान्य तौर पर इसमें स्की टूरिंग या माउंटेनियरिंग का सामना नहीं किया जाता है, इसके लिए ज़्यादा स्टाइफ़र स्की और बूट की आवश्यकता होती है। +स्कीइंग का मार्ग एक जैसा हिकिंग मार्ग की तरह सोचें। +अच्छे परिस्थितियों में आप चलने की तुलना में अधिक दूरी प्रकाशित कर सकेंगे - लेकिन केवल बहुत कम वाले समय में आप क्रॉस कंट्री स्कीइंग की गतियों को प्राप्त कर सकेंगे जिसमें आपके पीछे एक बड़ा बैकपैक नहीं होगा। +यूरोप एक छोटा हुआ प्रदेश है, लेकिन इसमें कई स्वतंत्र देश हैं। सामान्य स्थितियों में, कई देशों के माध्यम से यात्रा करना पासपोर्ट नियंत्रण और वीज़ा आवेदन के बारे में कई बार जाना का अर्थ होता है। +हालांकि, शेंगेन क्षेत्र इस बारे में एक देश की तरह से काम करता है। +जब तक आप इस ज़ोन में रहते हैं, आप सामान्य रूप से पासपोर्ट कंट्रोल चेकपॉइंट का एक बार फिर से जाने के बावजूद सीमा पार कर सकते हैं। +इसी तरीके से, स्केंजेन वीजा होने पर आप स्केंजेन सदस्य देशों के हर एक के लिए वीजा का आवेदन नहीं करना चाहिए, इसलिए समय, पैसे और पेपरवर्क को बचा जाता है। +उत्पादन किए गए वस्तुओं के लिए कोई सार्वजनिक परिभाषा नहीं है. कुछ टैक्स एजेंसियों ने 100 साल से ज़्यादा पुराने वस्तुओं को एंटीक के तौर पर परिभाषित किया है. +इस परिभाषा में भूगर्भीय बदलाव होते हैं, जहाँ उत्तर अमेरिका में युरोप की तुलना में उम्र की सीमा कम हो सकती है। +हैंडिक्राफ़्ट उत्पादों को ऐंटीक के तौर पर परिभाषित किया जा सकता है, हालाँकि उन्हें समान मासिक उत्पादों की तुलना में छोटे होते हैं. +सामी और व्यापार के आसपास की संस्कृति के साथ-साथ रेइंडेर पालन एक महत्वपूर्ण रूप से जीवन का सामान्य है। इसके अलावा अन्य प्रोफेशन वाले लोगों के लिए भी यह महत्वपूर्ण है। +हालांकि, परंपरागत तौर पर सभी सामी लोग बड़ी स्केल के रेइंडेर पालन के लिए जुड़े गए नहीं हैं, लेकिन उन्हें मछली करने, शिकार करने और समान के लिए जीवन किया जाता है, जिसमें रेइंडेर प्रायः ड्राफ्ट जानवरों के रूप में होते हैं। +आज कई सामी लोग आधुनिक व्यवसायों में काम करते हैं. साप्मी, सामी क्षेत्र में पर्यटन एक महत्वपूर्ण आय है. +हालांकि, इसका इस्तेमाल किया जाता है, विशेष रूप से नॉन-रोमानी लोगों के बीच, लेकिन इसके नकारात्मक स्टेरोटाइप्स और रोमानी लोगों के गलत प्रतिज्ञानों से जुड़ने के कारण यह शब्द "गिप्सी" अक्सर अपमानजनक माना जाता है। +यदि आप जाने वाले देश में एक ट्रैवेल एडवाइसरी लागू होती है, तो आपका ट्रैवेल हेल्थ इंशुरेंस या आपका ट्रिप कैंसेलेशन इंशुरेंस प्रभावित हो सकते हैं। +आप अपनी सरकार के अलावा अन्य सरकारों की सलाह भी लेना चाहते हैं, लेकिन उनकी सलाह उनके नागरिकों के लिए तैयार की गई है। +एक उदाहरण के तौर पर, मध्य पूर्व में अमेरिकी नागरिक यूरोपियन या अरबों से अलग स्थितियों का सामना करना पड़ सकता है। +सलाहों केवल एक देश की राजनीतिक स्थिति का संक्षिप्त समीक्षा हैं। +प्रस्तुत किए गए दृष्टिकोण प्रायः सीमित, सार्वजनिक और औपचारिक होते हैं, जो अन्य जगहों पर उपलब्ध जानकारी की तुलना में अधिक जानकारी की तुलना में होते हैं। +गंभीर मौसम को किसी भी खतरनाक मौसमी घटनाओं का सामान्य शब्द होता है, जो नुकसान करने, गंभीर सामाजिक उल्लंघन, या मानव जीवन का नुकसान करने की संभावना होती है। +विश्व के किसी भी इलाके में गंभीर मौसम हो सकता है, और इसमें अलग-अलग प्रकार हो सकती हैं, जो भूगर्भीयता, टॉपोग्राफी और आकाशिक स्थितियों पर निर्भर हो सकती हैं. +तूफ़ानी हवाओं, बारिश, अत्यधिक वर्षा, और जंगली आगों के साथ-साथ तूफ़ान, टोर्नेडो, वाटरस्पाउट, और साइक्लोन भी गंभीर हवाओं के प्रकार और प्रभाव हैं। +क्षेत्रीय और मौसमी गंभीर हवाई घटनाओं में ब्लिजर्ड, स्नो स्टोर्म, आइस स्टोर्म और डस्ट स्टोर्म शामिल होते हैं. +यात्रियों को उनके क्षेत्र में गंभीर मौसम के किसी भी जोखिम को जानने का मजबूरी दिया जाता है क्योंकि वे किसी भी यात्रा योजना को प्रभावित कर सकते हैं। +किसी व्यक्ति को एक देश की यात्रा करने की योजना बनाने के लिए व्यावसायिक प्रशिक्षण प्राप्त करना चाहिए जिसे युद्ध के क्षेत्र के तौर पर समझा जा सकता है। +इंटरनेट पर होस्टिल एंविरनमेंट कोर्स का खोजना संभवतः स्थानीय कंपनी का एड्रेस प्रदान करेगा। +एक कोर्स में सामान्य तौर पर यहां चर्चित किए गए सभी समस्याओं का पूरा समावेश होगा, सामान्य रूप से प्राकृतिक अनुभव के साथ। +एक कोर्स सामान्य रूप से 2-5 दिन का होगा और इसमें भूमिका निभाना, बहुत से पहले सेवा और कभी-कभी हथियारों की प्रशिक्षण शामिल होगी। +जंगली जीवन के साथ संबंधित किताबें और पत्रिकाएँ सामान्य हैं, लेकिन युद्ध के क्षेत्रों के साथ संबंधित प्रकाशन कम हैं. +विदेशों में सेक्स रिएसिंग सर्जरी करने वाले यात्रियों को यह सुनिश्चित करना चाहिए कि वे वापसी यात्रा के लिए वैध दस्तावेज़ों का सामना कर रहे हैं। +सरकारों की पासपोर्ट जारी करने की इच्छा (X) या एक इच्छित नाम और जाति को मिलाने के लिए दस्तावेज़ों को अपडेट करने की इच्छा के साथ पासपोर्ट जारी करने की इच्छा बढ़ गई है। +विदेशी सरकारों की इन दस्तावेजों को सम्मानित करने की इच्छा व्यापक रूप से बदली हुई है। +सिक्यूरिटी चेकपॉइंटों पर भी पोस्ट-सिप्टेंबर 11, 2001 के युग में खोजों को बहुत ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्याद +प्री-ऑपरेटिव ट्रांसजेंडर लोगों को उनकी गोपनीयता और प्रतिष्ठा के साथ स्कैनर से बाहर निकलने की उम्मीद नहीं होनी चाहिए। +रिप करेंट समुद्र तट से छुटकारा होने वाले लहरों से वापस आने वाले प्रवाह होते हैं, अक्सर एक रिफ या समान जगहों पर होते हैं. +पानी में स्थिति के कारण प्रत्यक्ष प्रवाह कुछ ज़्यादा गहरे सेक्शनों में केंद्रित होता है, और तीव्र प्रवाह उन स्थानों में गहरे पानी बनने की संभावना है। +सबसे ज़्यादातर मृत्युएँ पूरी तरह से प्रवाह के विरुद्ध पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह से पूरी तरह +जब आप वर्तमान स्थिति से बाहर निकलते हैं, तो स्विमिंग वापस जाना सामान्य तौर पर ज़्यादा मुश्किल नहीं होता। +कोई जगह पर आकर्षण करने की कोशिश करें जहाँ आप फिर से पकड़े जाने वाले नहीं होंगे या, आपके कौशल के आधार पर और कि आपको नोटिस किया गया है या नहीं, आप बचाव के लिए विचार करने की इच्छा हो सकती है। +संस्कृति शोक की तुलना में फिर से प्रवेश का शोक पहले से आता होता है, इसका समय लंबा होता है और इसका स्तर अधिक हो सकता है। +नए संस्कृति में समाधान करने वाले यात्रियों को अक्सर उनकी मूल संस्कृति में फिर से समाधान करना बहुत मुश्किल होता है. +जब आप विदेशों से वापस लौटते हैं, तो आप नए संस्कृति में परिवर्तित होते हैं और आपके कुछ आदतों को आपके घर की संस्कृति से खो जाते हैं। +जब आप पहली बार विदेश में गए, लोग संभवतः सहनशील और समझदार थे, जानते हुए कि नई देश में यात्रियों को बदलाव करना आवश्यक है। +लोग इस बात की उम्मीद नहीं कर सकते कि यात्रियों को घर वापस जाने के लिए सहनशीलता और समझ भी आवश्यक होती है। +पिरामिड साउंड और लाइट शो बच्चों के लिए इलाके में सबसे आकर्षक चीज़ों में से एक है। +आप डार्क में पिरामिडों को देख सकते हैं और शो शुरू होने से पहले आप उन्हें शांतिपूर्वक देख सकते हैं। +आमतौर पर आप प्रायः पर्यटकों और वेंडरों की आवाज़ सुनते हैं. आवाज़ और प्रकाश की कथा एक कथा पुस्तक की तरह है. +स्फ़िंक्स लंबी कहानी के बैकड्रॉप और सुनने वाले कथाकार के रूप में स्थापित किया गया है। +स्कीन पिरामिडों पर दिखाई जाती हैं और विभिन्न पिरामिडों को प्रकाशित किया जाता है। +1819 में खोजे गए दक्षिणी शेटलैंड द्वीप, कई राष्ट्रों द्वारा दर्ज किए गए हैं और 2020 में इनमें से सहा सक्रिय हैं। +पेनिन्सुला के उत्तर में 120 किलोमीटर की दूरी पर प्रायद्वीप है. सबसे बड़ा प्रायद्वीप किंग जॉर्ज द्वीप है जिसमें विला लास एस्ट्रेलास की स्थापना है. +अन्यों में लिविंगस्टन द्वीप और डिक्शन शामिल हैं, जहाँ एक स्टिल-एक्टिव ज्वालामुखी के पूरे होने वाले कल्डेरा स्पेक्टेक्युलर नैट्युरल हार्बर प्रदान करते हैं। +एल्सवर्थ लैंड पेनिन्सुला का दक्षिणी इलाका है, जो बेलिंगशाउसन समुद्र से सीमित है। +यहाँ पेनिन्सुला के पर्वतों को प्लेटौ में मिला जाता है, फिर एल्सवर्थ पर्वतों की 360 किलोमीटर की चेन को बनाने के लिए फिर से प्रकाशित होता है, जो मिनेसोटा ग्लेशियर द्वारा विभाजित किया गया है। +उत्तरी हिस्सा या सेंटिनेल रेंज में अंटार्क्टिका के सबसे ऊँचे पर्वत हैं, विंसन मैसिफ़, जो 4892 मीटर तक पहुँचता है। +दूर स्थितियों में, सेल फ़ोन की कवरेज के बिना, एक सैटेलाइट फ़ोन सिर्फ़ आपका एकमात्र विकल्प हो सकता है। +एक सैटेलाइट फ़ोन सामान्यतः एक मोबाइल फ़ोन का प्रतिस्थापन नहीं होता, क्योंकि एक फ़ोन के लिए कॉल करने के लिए आपको सैटेलाइट की सीरी लाइन देखने के लिए बाहर जाना होता है। +इस सेवा का ज़्यादातर उपयोग शिपिंग में होता है, जिसमें मनोरंजन क्राफ़्ट भी शामिल होता है, इसके अलावा जो दूर डेटा और आवाज़ की आवश्यकताओं का सामना करते हैं। +आपके स्थानीय टेलीफोन सेवा प्रदायक को इस सेवा से जोड़ने के बारे में अधिक जानकारी देने की क्षमता होनी चाहिए। +गैप वर्ष के लिए योजना बनाने वाले लोगों के लिए बढ़ती जाने वाली अधिक लोकप्रिय विकल्प यात्रा और सीखना है। +यह विशेष रूप से स्कूल छोड़ने वालों के लिए लोकप्रिय है, जो उन्हें यूनिवर्सिटी से पहले एक साल की छुट्टी लेने की अनुमति देता है, बिना उनकी शिक्षा में किसी भी तरीके से कमी करने की अनुमति। +कई मामलों में, विदेश में एक गैप-यार कोर्स में शामिल होने से वास्तव में आपके घरेलू देश में उच्च शिक्षा में जाने की संभावनाएँ बढ़ सकती हैं। +इन शैक्षिक कार्यक्रमों में शामिल होने के लिए आमतौर पर एक ट्यूटियन फी होगी। +फ़िनलैंड एक बेहतरीन बोटिंग स्थान है. "हज़ारों तलाबों की ज़मीन" में हज़ारों बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बेहतरीन बे +एक याच्ट की ज़रूरत पूरी तरह से नहीं होती है इलाकों और तलाबों में। +हालांकि, समुद्री प्रायद्वीप और सबसे बड़े सरोवर किसी भी याच्ट, छोटे जहाज़ या एक कायाक के लिए पर्याप्त होते हैं, लेकिन छोटे जहाज़ या कायाक दूसरी अनुभव प्रदान करते हैं। +फिनलैंड में बोटिंग एक राष्ट्रीय खेल है, जिसमें हर सात या आठ लोगों के लिए एक बोट होती है। +इसे नॉर्वे, स्वेडेश और न्यूज़ीलैंड द्वारा मिलाया गया है, लेकिन अन्यथा बहुत अलग है (उदाहरण के लिए नेडरलैंड में प्रतीशत संख्या एक से चौं है)। +बाल्टिक क्रूजों में से अधिकांश में रूस के सेंट पीटर्सबर्ग में लंबे समय तक रहने की सुविधा प्रदान की जाती है। +इसका मतलब है कि आप वापस जाने के दौरान और रातों में जहाज़ पर सोने के लिए इतिहासिक शहर का दौरा कर सकते हैं। +यदि आप केवल जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ के साथ जहाज़ +कुछ क्रूज़ों में ब्रोचर में बर्लिन, जर्मनी का प्रदर्शन होता है. जैसा कि आप नीचे मैप से देख सकते हैं कि बर्लिन समुद्र के पास किसी भी जगह पर नहीं है और शहर का दौरा क्रूज़ की कीमत में शामिल नहीं है. +विमान से यात्रा करना सभी उम्रों और पृष्ठभूमि के लोगों के लिए डराकारक अनुभव हो सकता है, विशेष रूप से यदि वे पहले से उड़ान नहीं कर चुके हैं या उन्हें एक ट्रैमाटिक इवेंट का अनुभव हो चुका है। +यह किसी चीज़ के लिए अपमानजनक नहीं है: यह अन्य चीज़ों की व्यक्तिगत डरों और रोग से अलग नहीं है, जो बहुत से लोगों के पास होती है। +कुछ लोगों के लिए, एयरक्राफ्ट कैसे काम करते हैं और एक फ्लाइट के दौरान क्या होता है के बारे में कुछ समझने से डर से बाहर निकलने में मदद कर सकता है जो अज्ञात या नियंत्रण में नहीं होने पर आधारित है। +डेलिवरी कंपनियों को जल्दी से जल्दी वस्तुओं की डिलीवरी करने के लिए अच्छी तरीके से भुगतान की जाती है. अक्सर, व्यवसाय दस्तावेज़ों, विक्री या स्पेयर पार्ट्स के साथ जल्दी से जल्दी काम करने के लिए समय बहुत महत्वपूर्ण होता है. +कुछ मार्गों पर बड़े कंपनियों के पास अपने विमान होते हैं, लेकिन अन्य मार्गों और छोटे कंपनियों के लिए समस्या थी। +यदि उन्होंने एयर फ्रीट का इस्तेमाल किया है, तो कुछ मार्गों पर उनलोडिंग और कस्टम पास करने में दिनों लग सकते हैं। +इसे तेज़ी से प्राप्त करने के लिए एकमात्र तरीका था कि इसे चेक किया गया लगाव के तौर पर भेजा जाना था। एयरलाइन के नियमों ने उन्हें एक यात्री के बिना लगाव भेजने की अनुमति नहीं दी है, जहाँ आप आएंगे। +पहली या व्यावसायिक क्लास में उड़ने का सामान्य तरीका विशेष अधिकार के लिए (या, बेहतर होने के लिए, अपनी कंपनी को इस काम करने के लिए) एक ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा ज़्यादा +हालांकि, यह सस्ता नहीं आता है: इसके लिए, आप काम करने के लिए सामान्य अर्थव्यवस्था की फ़ेयर से चार गुना ज़्यादा करने की उम्मीद कर सकते हैं, और पहली श्रेणी के लिए इल्यान गुना ज़्यादा करने की उम्मीद कर सकते हैं। +सामान्य रूप से बात करते हुए, बिज़नेस या पहली श्रेणी के सीटों के लिए डायरेक्ट फ़्लाइट से बी तक जाने के लिए किसी भी डिस्काउंट की तलाश करने के लिए कोई बात नहीं है। +एयरलाइंस अच्छी तरह से जानते हैं कि एक निश्चित कोर ग्रुप के फ्लायर हैं जो किसी जगह पर जल्दी और आरामदायक तौर पर पहुँचने के लिए शीर्ष डॉलर देना चाहते हैं और इसके अनुसार चार्ज करते हैं। +मोल्डोवा की राजधानी चिशिनाउ है. स्थानीय भाषा रोमनियन है, लेकिन रूसी भाषा व्यापक रूप से इस्तेमाल की जाती है. +मोल्डोवा एक बहु-जातिवादी गणराज्य है जिसमें जातिवादी संघर्ष का सामना किया गया है। +1994 में, यह संघर्ष पूर्वी मोल्डोवा में स्वयं स्वीकृत ट्रान्सनिस्ट्रिया गणराज्य की स्थापना की, जो अपना सरकार और मुद्रा रखता है, लेकिन इसे कोई संयुक्त राष्ट्र के सदस्य देश से मान्यता नहीं है। +राजनीतिक वार्ताओं में असफलता के बावजूद मोल्डोवा के इन दोनों हिस्सों के बीच आर्थिक संबंधों को फिर से स्थापित किया गया है। +मोल्डोवा में मुख्य धर्म ऑर्थोडोक्स क्रिस्टियन है। +इज़मिर तुर्की की तीसरी सबसे बड़ी शहर है जिसमें लगभग 3.7 मिलियन लोग रहते हैं, इस्तांबुल के बाद दूसरी सबसे बड़ी बंदरगाह है, और एक बहुत अच्छी ट्रांसपोर्ट हब है। +एक बार स्मर्ना की प्राचीन शहर, यह अब एक आधुनिक, विकसित और व्यापक व्यावसायिक केंद्र है, जो एक बड़ा खाड़ा के आसपास है और पर्वतों के आसपास है। +ब्रॉड बूलवर्ड, ग्लास-फ्रंटेड बिल्डिंग और मॉडर्न शॉपिंग सेंटर में पारंपरिक रेड-टाइल रूफ़ के साथ, 18वीं शताब्दी की बाज़ार, पुराने मस्जिद और चर्च हैं, हालांकि शहर में पारंपरिक तुर्की से ज़्यादा मेडिटरन यूरोप की वातावरण है। +हल्डरस्विक के गाँव नज़दीकी द्वीप ईस्टुरोय की दृश्य देते हैं और एक असामान्य अक्टागोनल चर्च है। +चर्च के मैदान में, कुछ कब्रों पर डॉव्स के मज़ेदार मार्बल स्कूल्चर होते हैं। +इसका महत्व हाफ एक घंटा का होता है, जब आप इस आकर्षक गाँव के बारे में बात करते हैं। +उत्तर और आसानी से पहुँचने के लिए सिंट्रा का रोमांटिक और आकर्षक शहर है और जिसे लॉर्ड बायरोन द्वारा उसके प्रतिष्ठित करने के बाद विदेशियों के लिए प्रसिद्ध बनाया गया है। +सिंट्रा में स्कॉटरब बस 403 नियमित रूप से यात्रा करता है और कैबो डा रोका में रुकता है। +उत्तर की यात्रा में ओर लेडी ऑफ़ फ़ैटिमा (श्रीन) का एक विश्वव्यापी प्रसिद्ध मैरियन प्रदर्शनों का स्थान भी शामिल है। +कृपया यह याद रखें कि आप मूल रूप से एक मैस ग्रेव साइट की यात्रा कर रहे हैं, इसके अलावा एक साइट की यात्रा कर रहे हैं जो विश्व की आबादी के एक महत्वपूर्ण हिस्से के लिए अलग-अलग रूप से महत्वपूर्ण है। +अभी भी कई पुरुष और स्त्रियाँ जीवित हैं जो यहाँ अपना समय बचा सके हैं, और कई और जो अपने प्रियजनों को हत्या करने वाले या मृत्यु के लिए काम करने वाले प्रियजनों को प्रेरित करने वाले हैं, यहाँ और वहाँ से जीवित हैं। यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से जीवित हैं यहाँ और वहाँ से ज +कृपया इस साइट को सभी प्रतिष्ठा, गंभीरता और प्रतिष्ठा के साथ संबोधित करें. होलोकास्ट या नज़िस के बारे में कोई मज़ाक नहीं करें। +संरचनाओं में ग्रैफ़िटी को मार्क करने या स्क्रैच करने से साइट को नष्ट नहीं करें। +बार्सिलोना के आधिकारिक भाषा कैटेलान और स्पेनिश हैं. एक हाफ लोग कैटेलान बोलना पसंद करते हैं, एक विशाल बहुमत इसे समझती है, और वाकई सभी स्पेनिश से जानते हैं। +हालांकि, अधिकांश चिन्हों के बारे में केवल कैटेलन में जानकारी दी जाती है क्योंकि इसे कानूनी तौर पर पहला अधिकारी भाषा के रूप में स्थापित किया गया है। +हालांकि, स्पेनिश भी सार्वजनिक प्रवास और अन्य सुविधाओं में भारी रूप से उपयोग किया जाता है। +मेट्रो में नियमित घोषणाएँ केवल कैटेलन में की जाती हैं, लेकिन अनियंत्रित घोषणाएँ स्पेनिश, इंग्लिश, फ्रेंच, अरबिक और जापानी सहित कई भाषाओं में एक एक्टूमेटेड सिस्टम द्वारा की जाती हैं. +पेरिस के लोगों का एक प्रतिष्ठा है कि वे आत्मप्रतिष्ठ होते हैं, अपमानजनक होते हैं और स्वार्थी होते हैं। +यह अक्सर केवल एक गलत स्टीरोटाइप होता है, लेकिन पेरिस में साथ निकलने का सर्वश्रेष्ठ तरीका अभी भी अपनी सबसे बेहतरीन व्यवहार करना है, जैसे कि किसी व्यक्ति की तरह से काम करना, जिसे "bien élevé" (well brought up) कहा जाता है। इससे काम करना बहुत आसान हो जाएगा। +यदि आप कुछ आधुनिक सामान्यताओं का प्रदर्शन करते हैं, तो पेरिसियनों की तेज़ी से बाहर निकलने वाली बाहरीयताओं में बदलाव हो जाएगा। +प्लिट्विस लेक्स नेशनल पार्क बहुत प्राकृतिक है, मुख्यतः बीच, स्प्रूस और फ़िर के वृक्षों से, और इसमें एल्पिन और मेडिटरनियन प्राकृतिकता का एक मिश्रण होता है। +इसके माइक्रोक्लाइमेट के श्रेणी, विभिन्न जमीनों और ऊंचाई के स्तरों के कारण, इसमें प्रतिष्ठित रूप से विविध प्राकृतिक समुदाय होते हैं। +इस क्षेत्र में प्राकृतिक जीव और पक्षियों की एक अत्यधिक चमत्कारी प्रजातियों का घर भी है। +यहां बहुत सारे सामान्य प्रजातियों के साथ यूरोपीय ब्राउन बियर, वोल्फ, एगल, ओवल, लिन्क्स, वाइल्ड कैट और कैपेरकैली जैसी दुर्लभ प्रजातियों को पाना जा सकता है। +मॉनास्टरीयों का दौरा करने के दौरान महिलाओं को उनके गोले और काँठों को छिपाने वाले स्किर्ट पहनने की ज़रूरत होती है और उनके काँठों को भी छिपाने वाले स्किर्ट पहनने की ज़रूरत होती है। +सबसे ज़्यादातर मॉनास्टरी उन स्त्रियाओं के लिए व्रैप प्रदान करती हैं जो अपूर्ण तौर पर आती हैं, लेकिन यदि आप अपने साथ लाते हैं, विशेष रूप से प्रकाशित रंगों वाले व्रैप, तो आपको प्रवेश में मॉन्क या नन से मुस्कान मिल जाएगा। +इसी लाइन के साथ, पुराने खुड़े को छिपाने वाले ट्रॉउसर पहनने की आवश्यकता है। +इसे प्रवेश के स्टॉक से भी प्राप्त किया जा सकता है, लेकिन इस कपड़े को हर उपयोगकर्ता की तरह से नहीं धुएँ जाता है, इसलिए आप इन स्किर्टों को पहनने से सहज नहीं हो सकते हैं। एक साइज़ सभी लोगों के लिए होता है! +मेडिटरनियन के समान क्षेत्रों की तौर पर मैजोर्कन क्यूइजीन, ब्रेड, सब्जियों और मास (विशेष रूप से पॉर्क) पर आधारित है, और ओलिव तेल का इस्तेमाल किया जाता है। +एक सरल लोकप्रिय डिनर, विशेष रूप से गर्मियों के दौरान, पा अंब ओली है: ब्रेड में ओलिव ऑइल, टोमेटो और उपलब्ध कंडीमेंट्स जैसे चीज़, टुना फ़िश, इत्यादि शामिल होते हैं. +शब्द सी के साथ आपके लिए सभी शब्द हमेशा शब्द के मध्य में भी एक कैपिटल लेटर से शुरू होते हैं। +कुछ शब्दों और वस्तुओं के बीच एक महत्वपूर्ण तरीका है। +यह पारंपरिक रूप से पढ़ने को सही बनाता है, हालाँकि लिखना कुछ हद तक कमज़ोर होता है, क्योंकि कुछ शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब्दों का इस्तेमाल किया जाता है या शब् +इटालियन में शब्दों की उच्चारण सामान्य रूप से आसान होती है क्योंकि अधिकांश शब्दों की उच्चारण उनके लिए लिखी गई तरीके से की जाती है +देखने के लिए मुख्य अक्षर सी और ग हैं, क्योंकि उनकी उच्चारण उनके पीछे आने वाले अक्षरों के आधार पर बदलती है। +इसके अलावा, एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर एर ए +पर्सियन में सामान्य रूप से आसान और बहुत ही प्रायः नियमित ग्रामर होता है. +इसलिए, इस ग्रामर प्रिमर को पढ़ने से आप पर्शियन ग्रामर के बारे में अधिक जानकारी प्राप्त करेंगे और शब्दों को बेहतर समझने में मदद करेंगे। +कहने की ज़रूरत नहीं है, यदि आप एक रोमांस भाषा से जानते हैं, तो आपको पोर्टुगीज़ सीखने में आसानी हो जाएगी। +हालांकि, जो कम स्पेनिश जानते हैं, उन्हें तुरंत यह पता चल सकता है कि पोर्टुगेज़ पूरी तरह से सीखने की आवश्यकता नहीं है क्योंकि यह पूरी तरह से सीखने की आवश्यकता नहीं है। +पूर्व आधुनिक ऑब्सर्वेटरीज़ आमतौर पर आज उपयुक्त नहीं होती हैं, और उन्हें मूज़ेम या शिक्षा के साइटों के रूप में बनाया जाता है। +उनके सर्वोच्च समय में प्रकाश प्रदेश की तरह का समस्या नहीं था, इसलिए वे आमतौर पर शहरों में या कैंपस में स्थित होते हैं, जो आधुनिक समय में बनाए गए स्थानों से आसानी से पहुँचने के लिए बनाए गए हैं। +अधिकांश आधुनिक अनुसन्धान टेलिस्कॉप प्राकृतिक स्थितियों के सही होने वाले दूर क्षेत्रों में बहुत बढ़िया सुविधाएँ हैं. +चेरी ब्लोसम देखना, जिसे हनामी कहा जाता है, 8वीं शताब्दी से जापानी संस्कृति का हिस्सा है। +यह कल्पना चीन से आई है जहाँ प्लम के फूल चुनावी फूलों में से एक थे। +जापान में, पहले चेरी ब्लॉसम पार्टी के आयोजन करने के लिए शाही दरबार के इम्पीरियल कोर्ट के इम्पीरोर के अपने लिए और इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरियल कोर्ट के इम्पीरि +पौधों का सबसे अच्छा दृष्टिकोण प्राकृतिक माहौल में होता है, इसलिए "केवल एक" प्रतिस्थापन करने के लिए प्रेरणा को रोकना चाहिए। +फ़ॉर्मल रूप से तैयार किए गए गार्डन का दौरा करने के साथ-साथ, "संकलन" भी तुलना के बिना आपको बाहर निकाला जाएगा। +सिंगापुर सामान्य रूप से एक अत्यधिक सुरक्षित जगह है और एक बहुत ही सरल जगह है, और आने के बाद आप लगभग कुछ भी खरीद सकते हैं। +लेकिन "उच्च उष्णकटिबंधीय क्षेत्र" में स्थित होने के कुछ डिग्री उष्णकटिबंधीय क्षेत्र के उत्तरी क्षेत्र में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना में तुलना म +हेब्रोन के लिए उत्तर की दिशा में भी कुछ बस जा रही हैं, जिसमें बाइबलिकल पितृपतियों एब्राहम, इसैक, जैकोब और उनकी पत्नियों के लिए पारंपरिक शवस्थान है। +यह चेक करें कि बस जिसे आप लेना चाहते हैं हेब्रोन में जाती है और नहीं किर्यात अरबा के नजदीकी यहूदी स्थानों में जाती है। +इंडलैंड वाटरवे एक अच्छा थीम हो सकता है जिसके आसपास एक छुट्टी बनाई जा सकती है। +उदाहरण के लिए लोयर वैली, राइन वैली में किले का दौरा करना या डैन्बू पर मनोरंजक शहरों को जाने के लिए क्रूज लेना या एरी कैनाल के साथ बोटिंग करना। +उन्होंने लोकप्रिय हाइकिंग और साइकिंग ट्रेलों के लिए भी मार्गों की परिभाषा की है। +क्रिसमस क्रिस्टियन धर्म के सबसे महत्वपूर्ण त्यौहारों में से एक है, और यह जीसस की जन्मदिन के रूप में मनाया जाता है। +हॉलिडे के आसपास कई परंपराओं को क्रिस्टियन देशों में और दुनिया के अलग-अलग क्रिस्टियनों ने भी प्रयोग किया गया है। +ईस्टर नाइट को सूर्यास्त किए जाने के लिए कुछ प्रदर्शनीय जगहों पर जागर रहने की परंपरा है। +इस परंपरे के लिए क्रिस्टियन सांस्कृतिक व्याख्याएँ हैं, लेकिन यह शायद प्राचीन क्रिस्टियन स्प्रिंग और फर्टिलिटी यज्ञ हो सकता है। +बहुत सारे प्राचीन चर्चों में ईस्टर वीकेंड के दौरान शनिवार की रात ईस्टर विगिल का आयोजन किया जाता है, जो क्रिस्ट की पुनर्जीवन को मनाने के लिए सार्वजनिक रूप से रात की घटनाओं में शामिल होते हैं। +समुद्री द्वीपों में प्रारंभिक रूप से आने वाले सभी जानवर यहां स्विमिंग, फ्लायंग या फ्लोटिंग के माध्यम से आ सकते हैं। +प्रदेश से दूरी की वजह से जानवरों को गैलापागोस में जाने की योजना बनाना मुश्किल हो गया था, इसलिए जायंट टॉर्टोइस को प्राथमिक ग्रेजिंग जानवर के रूप में बनाया गया था। +गैलापागोस में मानव के आने के बाद कई जानवरों का प्रस्तुतिकरण किया गया है, जिनमें गाई, घोड़े, गायों, चमगादड़ों, बिल्लियों और कुत्तों शामिल हैं। +यदि आप सर्दियों में आर्कटिक या एंटार्कटिक क्षेत्रों में यात्रा करते हैं, तो आप पोलर नाईट का अनुभव करेंगे, जो अर्किटिक या एंटार्कटिक क्षेत्रों में सूर्य होरिजन से ऊपर नहीं पहुँचता है। +इससे आरोरा बोरेलिस को देखने का एक अच्छा मौका प्राप्त होता है, क्योंकि समय से पहले या पछाड़ समय तक आसमान काफ़ी ज़्यादा काला होगा। +क्षेत्रों में लोगों की संख्या कम है, इसलिए प्रकाश प्रदेश का समस्या नहीं होता है, इसलिए आप प्रकाश प्रदेश में भी स्तारों का आनंद ले सकते हैं। +जापानी काम संस्कृति अधिक प्रतिष्ठित और फॉर्मल होती है, जिससे पश्चिमी लोग नहीं पर्याप्त हो सकते हैं। +सूट स्टैंडर्ड बिज़नेस एटिरी हैं, और को-वर्कर एक-दूसरे को अपने परिवार के नाम या काम के शीर्षक के साथ कहते हैं। +कार्यस्थल में संलग्नता महत्वपूर्ण है, जिसमें व्यक्तिगत सफलताओं को प्रशंसा करने के बजाय समूह के प्रयासों पर जोर दिया जाता है. +कार्यकर्ताओं को किसी भी फ़ैसले के लिए अक्सर अपने अधिकारियों की स्वीकृति प्राप्त करनी चाहिए और उन्हें अपने अधिकारियों के निर्देशों को पूछताछ के बिना पालन करना उम्मीद है। diff --git a/test-en-hi.bleu b/test-en-hi.bleu new file mode 100644 index 0000000000000000000000000000000000000000..628d88d01213a4c3e0995a9231873eeb17f9906a --- /dev/null +++ b/test-en-hi.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 15.68 43.5/21.0/11.1/6.0 (BP = 1.000 ratio = 1.089 hyp_len = 30213 ref_len = 27743) diff --git a/test-en-hi.comet b/test-en-hi.comet new file mode 100644 index 0000000000000000000000000000000000000000..7ee7f6091f61aa8ea2284b8a09c1df6780da575d --- /dev/null +++ b/test-en-hi.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 0 score: 0.6034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 2 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 3 score: 0.5730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 4 score: 0.8053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 5 score: 0.6343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 6 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 7 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 8 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 9 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 10 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 11 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 12 score: 0.7859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 13 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 14 score: 0.6950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 15 score: 0.6113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 16 score: 0.7394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 17 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 18 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 19 score: 0.7749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 20 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 21 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 22 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 23 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 24 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 25 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 26 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 27 score: 0.5925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 28 score: 0.4930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 29 score: 0.6190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 30 score: 0.5673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 31 score: 0.5806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 32 score: 0.5183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 33 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 34 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 35 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 36 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 37 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 38 score: 0.5231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 39 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 40 score: 0.4948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 41 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 42 score: 0.7748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 43 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 44 score: 0.5861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 45 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 46 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 47 score: 0.6924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 48 score: 0.5944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 49 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 50 score: 0.9423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 51 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 52 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 53 score: 0.2287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 54 score: 0.7442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 55 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 56 score: 0.6261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 57 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 58 score: 0.5163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 59 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 60 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 61 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 62 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 63 score: 0.7194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 64 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 65 score: 0.6475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 66 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 67 score: 0.5398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 68 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 69 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 70 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 71 score: 0.7552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 72 score: 0.6021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 73 score: 0.6306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 74 score: 0.7563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 75 score: 0.6237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 76 score: 0.3265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 77 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 78 score: 0.9537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 79 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 80 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 81 score: 0.6830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 82 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 83 score: 0.6321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 84 score: 0.6269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 85 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 86 score: 0.6137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 87 score: 0.6614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 88 score: 0.4575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 89 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 90 score: 0.4553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 91 score: 0.6059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 92 score: 0.5438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 93 score: 0.7644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 94 score: 0.7379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 95 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 96 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 97 score: 0.7139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 98 score: 0.2390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 99 score: 0.6758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 100 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 101 score: 0.8087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 102 score: 0.6445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 103 score: 0.7087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 104 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 105 score: 0.6391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 106 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 107 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 108 score: 0.6660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 109 score: 0.5978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 110 score: 0.5538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 111 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 112 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 113 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 114 score: 0.5072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 115 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 116 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 117 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 118 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 119 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 120 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 121 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 122 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 123 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 124 score: 0.8720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 125 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 126 score: 0.7373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 127 score: 0.5956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 128 score: 0.5957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 129 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 130 score: 0.7716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 131 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 132 score: 0.7368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 133 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 134 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 135 score: 0.6045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 136 score: 0.1950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 137 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 138 score: 0.6165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 139 score: 0.7265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 140 score: 0.6510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 141 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 142 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 143 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 144 score: 0.7587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 145 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 146 score: 0.7205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 147 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 148 score: 0.5768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 149 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 150 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 151 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 152 score: 0.2096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 153 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 154 score: 0.5921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 155 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 156 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 157 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 158 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 159 score: 0.6852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 160 score: 0.7012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 161 score: 0.5040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 162 score: 0.6778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 163 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 164 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 165 score: 0.5529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 166 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 167 score: 0.6112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 168 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 169 score: 0.6759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 170 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 171 score: 0.6730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 172 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 173 score: 0.6346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 174 score: 0.7039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 175 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 176 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 177 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 178 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 179 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 180 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 181 score: 0.8294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 182 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 183 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 184 score: 0.5952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 185 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 186 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 187 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 188 score: 0.5871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 189 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 190 score: 0.4260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 191 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 192 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 193 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 194 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 195 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 196 score: 0.7040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 197 score: 0.6694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 198 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 199 score: 0.7343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 200 score: 0.7558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 201 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 202 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 203 score: 0.5538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 204 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 205 score: 0.7022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 206 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 207 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 208 score: 0.6836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 209 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 210 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 211 score: 0.7505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 212 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 213 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 214 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 215 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 216 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 217 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 218 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 219 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 220 score: 0.9541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 221 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 222 score: 0.7109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 223 score: 0.7227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 224 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 225 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 226 score: 0.7454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 227 score: 0.1737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 228 score: 0.7652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 229 score: 0.5937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 230 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 231 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 232 score: 0.7594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 233 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 234 score: 0.6631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 235 score: 0.7522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 236 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 237 score: 0.7173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 238 score: 0.6363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 239 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 240 score: 0.6490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 241 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 242 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 243 score: 0.5057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 244 score: 0.7804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 245 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 246 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 247 score: 0.5299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 248 score: 0.5568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 249 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 250 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 251 score: 0.8044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 252 score: 0.7015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 253 score: 0.8686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 254 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 255 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 256 score: 0.2534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 257 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 258 score: 0.5890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 259 score: 0.3410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 260 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 261 score: 0.6758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 262 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 263 score: 0.6318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 264 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 265 score: 0.7069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 266 score: 0.5096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 267 score: 0.5313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 268 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 269 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 270 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 271 score: 0.5465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 272 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 273 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 274 score: 0.6838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 275 score: 0.4486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 276 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 277 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 278 score: 0.8206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 279 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 280 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 281 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 282 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 283 score: 0.7323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 284 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 285 score: 0.8893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 286 score: 0.6924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 287 score: 0.6645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 288 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 289 score: 0.7675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 290 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 291 score: 0.7442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 292 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 293 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 294 score: 0.2167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 295 score: 0.6789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 296 score: 0.6296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 297 score: 0.8180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 298 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 299 score: 0.5689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 300 score: 0.6001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 301 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 302 score: 0.6033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 303 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 304 score: 0.6102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 305 score: 0.7043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 306 score: 0.7997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 307 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 308 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 309 score: 0.7031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 310 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 311 score: 0.6702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 312 score: 0.4737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 313 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 314 score: 0.6797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 315 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 316 score: 0.5863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 317 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 318 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 319 score: 0.5642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 320 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 321 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 322 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 323 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 324 score: 0.7399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 325 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 326 score: 0.7505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 327 score: 0.6812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 328 score: 0.7266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 329 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 330 score: 0.6195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 331 score: 0.6638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 332 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 333 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 334 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 335 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 336 score: 0.6599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 337 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 338 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 339 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 340 score: 0.6141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 341 score: 0.4374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 342 score: 0.2107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 343 score: 0.6884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 344 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 345 score: 0.6218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 346 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 347 score: 0.7132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 348 score: 0.6380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 349 score: 0.5193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 350 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 351 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 352 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 353 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 354 score: 0.6568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 355 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 356 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 357 score: 0.7278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 358 score: 0.6605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 359 score: 0.4398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 360 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 361 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 362 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 363 score: 0.4532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 364 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 365 score: 0.6609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 366 score: 0.2855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 367 score: 0.5307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 368 score: 0.3013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 369 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 370 score: 0.5612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 371 score: 0.5361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 372 score: 0.5935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 373 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 374 score: 0.5952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 375 score: 0.4631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 376 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 377 score: 0.7968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 378 score: 0.5957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 379 score: 0.6130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 380 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 381 score: 0.6963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 382 score: 0.5714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 383 score: 0.5684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 384 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 385 score: 0.5434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 386 score: 0.5198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 387 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 388 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 389 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 390 score: 0.2629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 391 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 392 score: 0.4897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 393 score: 0.7592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 394 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 395 score: 0.8253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 396 score: 0.7170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 397 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 398 score: 0.6742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 399 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 400 score: 0.8864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 401 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 402 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 403 score: 0.6550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 404 score: 0.6192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 405 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 406 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 407 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 408 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 409 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 410 score: 0.6263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 411 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 412 score: 0.6506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 413 score: 0.6321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 414 score: 0.7522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 415 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 416 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 417 score: 0.5854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 418 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 419 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 420 score: 0.8332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 421 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 422 score: 0.7461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 423 score: 0.7309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 424 score: 0.7122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 425 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 426 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 427 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 428 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 429 score: 0.6419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 430 score: 0.7266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 431 score: 0.6533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 432 score: 0.6180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 433 score: 0.5121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 434 score: 0.2746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 435 score: 0.1540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 436 score: 0.6902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 437 score: 0.7648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 438 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 439 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 440 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 441 score: 0.7150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 442 score: 0.6737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 443 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 444 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 445 score: 0.5725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 446 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 447 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 448 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 449 score: 0.6608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 450 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 451 score: 0.6134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 452 score: 0.7650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 453 score: 0.6494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 454 score: 0.6617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 455 score: 0.6761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 456 score: 0.6907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 457 score: 0.6748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 458 score: 0.6945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 459 score: 0.5477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 460 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 461 score: 0.5652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 462 score: 0.4005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 463 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 464 score: 0.6885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 465 score: 0.7285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 466 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 467 score: 0.6080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 468 score: 0.5919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 469 score: 0.6539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 470 score: 0.6769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 471 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 472 score: 0.5662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 473 score: 0.7652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 474 score: 0.6571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 475 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 476 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 477 score: 0.7027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 478 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 479 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 480 score: 0.7662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 481 score: 0.6348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 482 score: 0.6532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 483 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 484 score: 0.7110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 485 score: 0.4919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 486 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 487 score: 0.5693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 488 score: 0.6592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 489 score: 0.7113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 490 score: 0.5781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 491 score: 0.5855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 492 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 493 score: 0.8068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 494 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 495 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 496 score: 0.6859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 497 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 498 score: 0.5328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 499 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 500 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 501 score: 0.7909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 502 score: 0.6904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 503 score: 0.6663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 504 score: 0.7747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 505 score: 0.5169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 506 score: 0.5409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 507 score: 0.4993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 508 score: 0.6076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 509 score: 0.7150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 510 score: 0.7733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 511 score: 0.6922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 512 score: 0.7208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 513 score: 0.5573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 514 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 515 score: 0.6620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 516 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 517 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 518 score: 0.6828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 519 score: 0.8293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 520 score: 0.6276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 521 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 522 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 523 score: 0.7174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 524 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 525 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 526 score: 0.6024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 527 score: 0.4243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 528 score: 0.2130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 529 score: 0.7530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 530 score: 0.1838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 531 score: 0.6048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 532 score: 0.6602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 533 score: 0.6322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 534 score: 0.6899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 535 score: 0.5189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 536 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 537 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 538 score: 0.6819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 539 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 540 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 541 score: 0.6746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 542 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 543 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 544 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 545 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 546 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 547 score: 0.7331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 548 score: 0.7342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 549 score: 0.7753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 550 score: 0.7468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 551 score: 0.1420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 552 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 553 score: 0.7342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 554 score: 0.6118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 555 score: 0.6570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 556 score: 0.6248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 557 score: 0.8653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 558 score: 0.3432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 559 score: 0.6085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 560 score: 0.5340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 561 score: 0.6282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 562 score: 0.6358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 563 score: 0.6472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 564 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 565 score: 0.7823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 566 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 567 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 568 score: 0.6947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 569 score: 0.6698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 570 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 571 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 572 score: 0.6251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 573 score: 0.7106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 574 score: 0.6250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 575 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 576 score: 0.1813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 577 score: 0.6951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 578 score: 0.7058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 579 score: 0.5083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 580 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 581 score: 0.6386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 582 score: 0.6926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 583 score: 0.4653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 584 score: 0.4749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 585 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 586 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 587 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 588 score: 0.7421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 589 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 590 score: 0.6238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 591 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 592 score: 0.6575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 593 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 594 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 595 score: 0.6755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 596 score: 0.5996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 597 score: 0.5009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 598 score: 0.4633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 599 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 600 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 601 score: 0.5287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 602 score: 0.5562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 603 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 604 score: 0.7935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 605 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 606 score: 0.7063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 607 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 608 score: 0.6834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 609 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 610 score: 0.7054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 611 score: 0.7893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 612 score: 0.6933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 613 score: 0.6650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 614 score: 0.2318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 615 score: 0.6216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 616 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 617 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 618 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 619 score: 0.4288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 620 score: 0.2112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 621 score: 0.7127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 622 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 623 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 624 score: 0.6568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 625 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 626 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 627 score: 0.6810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 628 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 629 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 630 score: 0.8017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 631 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 632 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 633 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 634 score: 0.9498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 635 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 636 score: 0.7497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 637 score: 0.5894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 638 score: 0.6595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 639 score: 0.7505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 640 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 641 score: 0.5871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 642 score: 0.6223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 643 score: 0.5576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 644 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 645 score: 0.7610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 646 score: 0.5275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 647 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 648 score: 0.5568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 649 score: 0.6011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 650 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 651 score: 0.6073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 652 score: 0.6573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 653 score: 0.5016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 654 score: 0.7371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 655 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 656 score: 0.6073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 657 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 658 score: 0.6154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 659 score: 0.5812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 660 score: 0.6995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 661 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 662 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 663 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 664 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 665 score: 0.6941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 666 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 667 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 668 score: 0.7696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 669 score: 0.7730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 670 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 671 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 672 score: 0.7810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 673 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 674 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 675 score: 0.6108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 676 score: 0.7445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 677 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 678 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 679 score: 0.7310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 680 score: 0.7302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 681 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 682 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 683 score: 0.7704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 684 score: 0.6769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 685 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 686 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 687 score: 0.7115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 688 score: 0.6633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 689 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 690 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 691 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 692 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 693 score: 0.6723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 694 score: 0.6605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 695 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 696 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 697 score: 0.7073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 698 score: 0.7740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 699 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 700 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 701 score: 0.8039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 702 score: 0.7442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 703 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 704 score: 0.6907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 705 score: 0.6306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 706 score: 0.5880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 707 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 708 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 709 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 710 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 711 score: 0.7250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 712 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 713 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 714 score: 0.7321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 715 score: 0.7542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 716 score: 0.7547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 717 score: 0.5388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 718 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 719 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 720 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 721 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 722 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 723 score: 0.6164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 724 score: 0.8382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 725 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 726 score: 0.6781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 727 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 728 score: 0.6135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 729 score: 0.6811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 730 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 731 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 732 score: 0.2978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 733 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 734 score: 0.5683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 735 score: 0.7732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 736 score: 0.7250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 737 score: 0.7150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 738 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 739 score: 0.7747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 740 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 741 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 742 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 743 score: 0.9024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 744 score: 0.7589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 745 score: 0.6043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 746 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 747 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 748 score: 0.7731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 749 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 750 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 751 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 752 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 753 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 754 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 755 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 756 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 757 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 758 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 759 score: 0.5902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 760 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 761 score: 0.4935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 762 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 763 score: 0.6545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 764 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 765 score: 0.2189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 766 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 767 score: 0.2064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 768 score: 0.9047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 769 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 770 score: 0.5176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 771 score: 0.5585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 772 score: 0.7738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 773 score: 0.6206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 774 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 775 score: 0.4667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 776 score: 0.5587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 777 score: 0.5784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 778 score: 0.7641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 779 score: 0.7524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 780 score: 0.6937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 781 score: 0.7078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 782 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 783 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 784 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 785 score: 0.6106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 786 score: 0.5666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 787 score: 0.7469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 788 score: 0.5544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 789 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 790 score: 0.2265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 791 score: 0.7261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 792 score: 0.7714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 793 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 794 score: 0.6652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 795 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 796 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 797 score: 0.6196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 798 score: 0.6967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 799 score: 0.6577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 800 score: 0.3332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 801 score: 0.1860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 802 score: 0.6705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 803 score: 0.4782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 804 score: 0.5590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 805 score: 0.7092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 806 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 807 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 808 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 809 score: 0.5372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 810 score: 0.5351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 811 score: 0.5131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 812 score: 0.9334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 813 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 814 score: 0.7058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 815 score: 0.6236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 816 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 817 score: 0.6184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 818 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 819 score: 0.5309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 820 score: 0.7485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 821 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 822 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 823 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 824 score: 0.3968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 825 score: 0.6348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 826 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 827 score: 0.6803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 828 score: 0.7039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 829 score: 0.5020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 830 score: 0.6472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 831 score: 0.5979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 832 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 833 score: 0.5944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 834 score: 0.7541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 835 score: 0.5050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 836 score: 0.6795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 837 score: 0.7057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 838 score: 0.7078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 839 score: 0.6847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 840 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 841 score: 0.5328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 842 score: 0.4369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 843 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 844 score: 0.4061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 845 score: 0.5724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 846 score: 0.4348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 847 score: 0.5833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 848 score: 0.2508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 849 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 850 score: 0.7719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 851 score: 0.7070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 852 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 853 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 854 score: 0.7128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 855 score: 0.6138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 856 score: 0.6598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 857 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 858 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 859 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 860 score: 0.7083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 861 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 862 score: 0.6377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 863 score: 0.5486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 864 score: 0.6565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 865 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 866 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 867 score: 0.7159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 868 score: 0.6241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 869 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 870 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 871 score: 0.7397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 872 score: 0.6799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 873 score: 0.7610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 874 score: 0.7513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 875 score: 0.6731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 876 score: 0.4007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 877 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 878 score: 0.7011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 879 score: 0.6607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 880 score: 0.6421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 881 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 882 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 883 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 884 score: 0.5582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 885 score: 0.7832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 886 score: 0.2741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 887 score: 0.6558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 888 score: 0.6155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 889 score: 0.5628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 890 score: 0.2046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 891 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 892 score: 0.5892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 893 score: 0.6044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 894 score: 0.5758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 895 score: 0.7329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 896 score: 0.7459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 897 score: 0.7383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 898 score: 0.9013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 899 score: 0.7657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 900 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 901 score: 0.6910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 902 score: 0.6033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 903 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 904 score: 0.7730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 905 score: 0.5022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 906 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 907 score: 0.5952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 908 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 909 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 910 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 911 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 912 score: 0.7436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 913 score: 0.6512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 914 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 915 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 916 score: 0.7737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 917 score: 0.2354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 918 score: 0.5371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 919 score: 0.5697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 920 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 921 score: 0.7439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 922 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 923 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 924 score: 0.2546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 925 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 926 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 927 score: 0.5860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 928 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 929 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 930 score: 0.7242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 931 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 932 score: 0.6189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 933 score: 0.2610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 934 score: 0.6528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 935 score: 0.6930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 936 score: 0.6078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 937 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 938 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 939 score: 0.7009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 940 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 941 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 942 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 943 score: 0.6586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 944 score: 0.6874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 945 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 946 score: 0.4638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 947 score: 0.5519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 948 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 949 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 950 score: 0.6804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 951 score: 0.6689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 952 score: 0.3488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 953 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 954 score: 0.5537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 955 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 956 score: 0.7750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 957 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 958 score: 0.8086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 959 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 960 score: 0.6174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 961 score: 0.5309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 962 score: 0.6476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 963 score: 0.6458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 964 score: 0.7116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 965 score: 0.4928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 966 score: 0.5577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 967 score: 0.5441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 968 score: 0.4941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 969 score: 0.5757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 970 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 971 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 972 score: 0.4889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 973 score: 0.5420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 974 score: 0.3489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 975 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 976 score: 0.6616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 977 score: 0.1481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 978 score: 0.5801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 979 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 980 score: 0.7777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 981 score: 0.5890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 982 score: 0.6870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 983 score: 0.6532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 984 score: 0.6607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 985 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 986 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 987 score: 0.3060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 988 score: 0.5187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 989 score: 0.5259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 990 score: 0.7603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 991 score: 0.2330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 992 score: 0.8049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 993 score: 0.7750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 994 score: 0.6998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 995 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 996 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 997 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 998 score: 0.6670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 999 score: 0.6830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1000 score: 0.6925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1001 score: 0.7142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1002 score: 0.7253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1003 score: 0.6332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1004 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1005 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1006 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1007 score: 0.6545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1008 score: 0.5655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1009 score: 0.5296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1010 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi Segment 1011 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-hi score: 0.6972 diff --git a/test-en-mr b/test-en-mr new file mode 100644 index 0000000000000000000000000000000000000000..0e0e68221297d9449a06a3f28e57bd7916531d28 --- /dev/null +++ b/test-en-mr @@ -0,0 +1,1012 @@ +आपल्याकडे आता 4 महिन्यांचे माझे आहेत जे पूर्णपणे डायबेटिक नाहीत जे पूर्णपणे डायबेटिक होते," असे त्यांनी म्हटले. +डॉ. एहुड उर, हॅलिफैक्स, नोवा स्कॉटियामधील डॉल्हाउसी युनिव्हर्सिटीमधील चिकित्सा शिक्षक आणि कॅनडियन डायबिटीज असोसिएशनच्या क्लिनिकल आणि वैज्ञानिक विभागाचे अध्यक्ष यांनी संशय व्यक्त केले की संशोधन अद्याप आरंभीच्या दिवसांमध्ये आहे. +काही इतर विशेषज्ञांच्या प्रकारे, त्यांनी डायबिटीस उपचार करू शकतो की का विचार केले आहे, ज्यामुळे त्यांनी सांगितले की या निष्कर्षांमध्ये 1 प्रकारच्या डायबिटीस असलेल्या लोकांसाठी कोणत्याही संबंध नाही. +स्वेडिश अॅकेडमीच्या नोबेल समितीच्या साहित्य संबंधी निश्चित सचिव सारा डॅनियस यांनी स्वेडिशमधील स्वेरिज रेडिओच्या एका रेडियो कार्यक्रमात स्वेरिजच्या रेडियोमध्ये समिती यांनी 2016 च्या नोबेल पुरस्काराच्या साहित्य संबंधीच्या बॉब डायलन यांच्यावर प्रत्यक्षात प्रस्तुत करण्यासाठी त्यांच्या प्रयत्नांना फार करण्यात आले आहे. +डॅनियस म्हणाले, "आता आम्ही काही करत नाही. मी त्यांच्या नजिकच्या सहकार्यकर्त्यांना कॉल केले आणि इमेल पाठवले आणि त्यांनी अतिशय स्वार्थी प्रतिक्रिया मिळाली आहे. आता त्याच्यासाठी केवळ याप्रमाणे पुरेसा आहे." +मागील्या काळात, रिंगचे सीईओ, जेमी सिमिनोफ, या कंपनीचा सुरुवात झाला जेव्हा त्यांच्या गारेजमध्ये त्यांच्या डॉरबेल त्यांच्या शॉपमध्ये सुनावणी करण्यात आला नाही. +त्यांनी एक वाईफाई डोर बेल बांधले आहे, असे त्यांनी सांगितले. +शार्क टॅंकच्या २०१३ च्या एपिसोडमध्ये त्याच्या उपस्थितीनंतर विक्री वाढली असल्याचे सिमिनॉफ म्हणाले. +2017 च्या अखेरीमध्ये, सिमिनॉफ शॉपिंग टेलिव्हिजन चॅनेल QVC येथे प्रस्तुत होते. +रिंगने प्रतिस्पर्धी सुरक्षा कंपनी, एडीटी कॉर्पोरेशनसोबत कायदेचा समाधान केला. +एक एक्झिमेंटल व्हॅक्सीन इबोलाच्या मृत्यूदरम्यान कमी करण्यासाठी उपयुक्त असल्याचे दिसून आले आहे, पण आतापर्यंत कोणत्याही औषधांनी असलेल्या इंफेक्शनचा उपचार करण्यासाठी उपयुक्त असल्याचे स्पष्टपणे प्रस्तुत केले गेले नाहीत. +एक एंटिबॉडी कॉकटेल, झॅप मॅप, सुरुवातीला क्षेत्रात विश्वास दिला, पण फॉर्मल अध्ययनांनी स्पष्ट केले की मृत्यू प्रतिरक्षण करण्यासाठी त्याचा लाभ कमी असला होता. +पॅल्म ट्रायलमध्ये, झॅम्प नियंत्रण करण्यासाठी उपयोग केले गेले, ज्याचा अर्थ शास्त्रज्ञांनी त्याला बेसलाईन उपयोग केला आणि तीन इतर उपचारांना त्यावरील तुलना केली. +यूएस गिम्नास्टिक्स युनायटेड स्टेट्स ऑलिम्पिक कमिटीच्या पत्राला समर्थन करतो आणि आपल्या सर्व खेळाडूंसाठी सुरक्षित परिस्थितीचा प्रचार करण्यासाठी ऑलिम्पिक परिवाराची पूर्ण आवश्यकता स्वीकारतो. +अमेरिकेच्या ऑर्गनिझेशनच्या या घोषणेत आम्ही सहमत आहोत की आपल्या खेळाडू आणि क्लबांच्या हितांचा आणि त्यांच्या खेळाला आपल्या ऑर्गनिझेशनमध्ये अर्थपूर्ण परिवर्तनाने जास्त सेवा केली जाऊ शकते, जेव्हा त्यांच्या ऑर्गनिझेशनमध्ये प्रमाणिक परिवर्तन केले जाऊ नाही. +युएसए गिम्नास्टिक्स एक स्वतंत्र तपासणीसाठी समर्थन देत आहे ज्यामुळे लॅरी नासर यांच्या जीवितांनी उत्कृष्ट प्रकारे वर्णन केलेल्या प्रतिशताच्या दुर्व्यवहाराला किती लांब काळ अडकलेला आहे आणि कोणत्याही आवश्यक आणि योग्य परिवर्तनांचा समर्थन करतो. +यूएस गिम्नास्टिक्स आणि यूएसओसी यांचे एक उद्दिष्ट आहे — गिम्नास्टिक्स आणि इतर खेळांचा खेळ सुरक्षित, सकारात्मक आणि शक्तिशाली परिस्थितीमध्ये खेळाडूंना त्यांच्या स्वप्नांसाठी पाठवण्यासाठी सुरक्षित करणे. +1960 च्या दशकात, ब्र्जेझिन्स्की जॉन एफ. केनेडीच्या सल्ला आणि नंतर लिंडन बी. जॉन्सन यांच्या प्रशासनात काम करत होते. +1976 च्या निवडणुकांमध्ये त्यांनी कार्टरला विदेश धोरणावर सल्ला दिले, नंतर त्यांनी 1977 पासून 1981 पर्यंत राष्ट्रीय सुरक्षेचे सल्ला करण्यात आले आणि हेनरी किसिंगर यांच्या उत्तराधिकारी म्हणून काम केले. +एनएसए म्हणून, त्यांनी कॅर्टर यांना जागतिक कार्यक्रमांचा राजनीतिक व्यवहार करण्यासाठी मदत केली, जसे कॅम्प डेविड अकॉर्ड्स, 1978; यूएस–चीन संबंध सामान्य करण्यासाठी 1970 च्या अखेरीमध्ये; ईरानी क्रांती, ज्यामुळे 1979 मध्ये ईरानच्या कृत्यांच्या क्रिझिससाठी सोविएट आक्रमण करण्यात आला; आणि 1979 मध्ये अफगानिस्तानमध्ये सोविएट आक्रमण करण्यात आला. +रायन गॉस्लिंग आणि इम्मा स्टोन यांच्या सामन्यामुळे या चित्रपटाला सर्व मुख्य श्रेणींमध्ये उमेदवारी मिळाली आहे. +गोस्लिंग आणि स्टोन यांना सर्वोच्च अभिनेता आणि सर्वोच्च अभिनेत्रीसाठी उमेदवारी मिळाली. +इतर उमेदवारांमध्ये बेस्ट पिक्चर, डायरेक्टर, किनेमॅटॉग्रॅफी, कॉस्टम डिझाइन, फिल्म-एडिटिंग, ऑरिजनल स्कोर, प्रोडक्शन डिझाइन, साउंड एडिटिंग, साउंड मिक्सिंग आणि ऑरिजनल स्क्रीनप्ले यांचा समावेश आहे. +ऑडिशन (द फूल्स व्हू ड्रीम) आणि सिटी ऑफ स्टार्स या चित्रपटांच्या दोन गाण्यांना सर्वोच्च ऑरिजिनल गाण्याच्या उमेदवारी मिळाली. लियन्सगेट स्टूडियोला 26 उमेदवारी मिळाली — कोणत्याही इतर स्टूडियोमध्ये अधिक नाही. +रविवारच्या अखेरीस, युनायटेड स्टेट्सचे राष्ट्रपती डोनाल्ड ट्रम्प यांनी प्रेस सचिवाद्वारे प्रस्तुत केलेल्या निवेदनात सीरियातील युनायटेड स्टेट्सच्या सैनिकांना छोडण्याचा घोषणा केला. +ट्रम्प यांनी तुर्कीचे राष्ट्राध्यक्ष रेसिप टाययिप एर्डोगानसोबत फोन चर्च केल्यानंतर या घोषणा केली गेली. +युरोपियन राष्ट्रांनी परत करण्याचा नकार दिला असल्यामुळे तुर्की यांनी इसीस युद्धकर्त्यांचा संरक्षण करण्याचा प्रयत्न करू शकतील, असे निवेदनात सांगितले आहे. +यामुळे केवळ काही डायनोसॉर्समध्ये पेफ्टर्स असल्याचे पुष्टी केले जाते, या सिद्धांत पहिल्याप्रमाणे प्रचलित आहे, पण त्यामुळे सामान्यतः फॉसिल्स देखील प्रदर्शित केले जाते, जसे रंग आणि तीन आंशिक संरचना. +शास्त्रज्ञ म्हणतात की या प्राकृतिक प्रजातीचे प्रतिस्थापन चेस्ट्नट-ब्राउनचे होते आणि पाल किंवा कॅरोटेनॉईड-रंगाच्या नीचे होते. +या शोधामध्ये पक्षींच्या पक्षांच्या विकासाचा परिचय दिला गेला आहे. +डायनॉसॉरच्या पक्षांमध्ये एक चांगल्या विकास झालेल्या राचिस असल्याचे शोधकर्त्यांनी निष्कर्ष केले आहे, कारण पक्षांमध्ये बार्ब्स आणि बार्ब्युल्स या इतर पक्षांच्या फीचर्स असल्याने पक्षांमध्ये राचिस असल्याचे शोधकर्त्यांनी निष्कर्ष केले आहे. +फेथर्सचा संरचना सुचवते की त्यांना उड्डाणात वापरण्यात आला नाही पण तापमान नियंत्रण किंवा प्रदर्शन करण्यासाठी होता. शोधकर्त्यांनी सुचवले की, या एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे संपूर्ण संशय नाही पण संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण संशय नाही पण या संपूर्ण +शोधकर्त्यांनी सुचवले आहे की, या एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या चेहऱ्या असल्यामुळे प्रमाणात एक युवा डायनोसॉरच्या +तुर्कीच्या गझियांटेप येथील पोलिस मुख्यालयात आज सकाळी एक कार बॉम्ब विस्फोट झाल्या ज्यामुळे दोन पोलिस अधिकारी मृत्यू झाले आणि २० अधिक इतर लोक जखमी झाले. +गवर्नरच्या कार्यालयाने सांगितले की १९ जण जखमी झालेल्या लोकांमध्ये १९ जण पोलिस अधिकारी आहेत. +पोलिसांनी आक्रमणाच्या जबाबदारीसाठी डेश (ईसिएल) यांच्या एका संशयित सैन्यदलाची शंका केली आहे. +त्यांनी सूर्य इतर तारांप्रमाणे कार्यरत असल्याचे पाहिले: प्रणालीतील सर्व तारांचा कार्य त्यांच्या प्रकाशातून, त्यांच्या चक्रीवादनातून आणि इतरच काहीही नाही असल्याचे पाहिले. +ल्युमिनोसिटी आणि चक्रीचा उपयोग एक ताराच्या रॉस्बी नंबरचा निर्धारण करण्यासाठी केला जातो, जे प्लास्माच्या प्रवाहाच्या संबंधित आहे. +रॉस्बीची संख्या कमी असल्यास, चुंबकीच्या परिवर्तनांसाठी त्यांची सक्रियता कमी असतील. +त्यांच्या प्रवासात, आईवासकी अनेक घटनांमध्ये समस्या झाली. +त्याला चोरी करणाऱ्यांनी चोरी केले, टिबेटमध्ये एका वाईरस डॉगच्या हल्ल्यामुळे जखमी झाले, नेपालमध्ये विवाह करण्याचा प्रयत्न केला आणि भारतमध्ये त्याला अटक करण्यात आला. +802.11n स्टैंडर्ड दोन्ही 2.4Ghz आणि 5.0Ghz फ्रिक्वेंसीवर काम करतो. +यामुळे 802.11a, 802.11b आणि 802.11g यांच्यासाठी पुरवठा स्टेशनमध्ये डॉउल रेडिओस असल्यामुळे पुरवठा स्टेशन 802.11a, 802.11b आणि 802.11g यांच्यासाठी पुरवठा कॉम्पैटिबल होईल. +८०२.११एनच्या वेगाने त्याच्या पूर्वजातींच्या ६०० एमबिट/सेकंडच्या सर्वोत्कृष्ट सिद्धांतीच्या माध्यमातून अधिक वेग असते. +दुवॉल, जो दोन वयस्क मुलांसोबत विवाह केलेला आहे, त्याने माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ्या माझ +टिप्पणी मिळाल्यानंतर मिलर म्हणाले, "माईक सुनावणी करताना अनेक बोलतो...मी तयारी करत होतो त्यामुळे मी त्याच्या म्हणण्यांना फक्त सुनत नाही." +हू म्हणाले की आपण 2005 च्या स्तरापेक्षा 2020 पर्यंत एजीडीपीच्या एक एका संख्येमध्ये कॅर्बन डायॉक्साईड उत्सर्जन कमी करण्याची प्रयत्न करू शकतो. +त्यांनी कटाऱ्यांसाठी एक किंमत स्थापित केले नाही, त्यांनी चीनच्या आर्थिक उत्पादनाच्या आधारावर कटाऱ्या करण्याचा सांगितला होता. +त्यांनी विकासशील देशांना "प्रथम प्रदर्शन करण्याच्या पुराण मार्गावर बाहेर पडण्याची आवश्यकता आणि नंतर सफा करण्याची आवश्यकता" यांना प्रोत्साहित केली. +त्यांनी पुढे म्हणाले की "त्यांना त्यांच्या विकास स्टेज, जबाबदारी आणि कौशल्यांच्या बाहेर जाणाऱ्या प्रतिबद्धतांसाठी पूछण्यात आवश्यक नाही." +आज १२.०० वाजता इराक स्टडी ग्रुपने आपला अहवाल प्रस्तुत केला. +या स्थितीमध्ये इराकमध्ये कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत् +या रिपोर्टमध्ये मध्यपूर्तीच्या दिशेने युनायटेड स्टेट्समध्ये एकत्रीकरण करण्याचा आरोप आणि एकत्रीकरण करण्याचा प्रयत्न करण्याचा आरोप सुरुवात करतो. +या रिपोर्टमध्ये इराकच्या बाबतीतील एक्झिक्युटच्या वर्तमान धोरणाच्या जवळपास प्रत्येक क्षेत्रावरील तीव्र आश्चर्य व्यक्त करण्यात आले आहे आणि त्या निर्देशांचा तुरंत परिवर्तन करण्याची मागणी केली आहे. +त्यांच्या 78 सल्ला प्रस्तावांपैकी पहिल्या प्रस्ताव ही आहे की या वर्षाच्या अखेरीपूर्वी इराकच्या सीमांच्या सुरक्षेसाठी विरोधी प्रवर्तनांचा सामना करण्यासाठी आणि त्यांच्या पडद्यांशी पुन्हा राजनीतिक संबंध सुरु करण्यासाठी एक नवीन राजनीतिक प्रयत्न करण्याची आवश्यकता आहे. +सध्याच्या सिनेटर आणि अर्जेंटिन पहिल्या पत्नी क्रिस्टीना फेर्नांडेझ डे कर्च्नर यांनी गेल्या शनिवारी ला प्लाटा, बुएनोस एयर्सच्या 50 किलोमीटर्स (31 मैल) दूरच्या शहरात त्यांच्या राष्ट्रपतीच्या उमेदवारीची घोषणा केली. +श्रीमती कर्च्नर यांनी अर्जेंटिन थेटरमध्ये राष्ट्रपती पदाच्या निवडणुकीसाठी त्यांची इच्छा घोषित केली, ज्या ठिकाणी त्यांनी 2005 च्या सिनेटच्या निवडणुकीसाठी बुएन्स अईर्स प्रांताच्या प्रतिनिधी समूहात सदस्य होती. +हरिकेन कॅटरीनाच्या प्रभावामुळे उपचार आणि पुनर्निर्माणावर खर्च करण्याच्या विवादामुळे या चर्चा सुरू झाली होती; ज्यामध्ये काही आर्थिक संरक्षणवादींनी "बुशच्या न्यू ऑर्लिन्स डील" असे मजेशीर नाव दिले आहेत. +वॉशिंग्टनच्या इन्साइडर्स यांना पुनर्स्थापनाच्या करारांना पुरस्कृत करण्यासाठी पुनर्स्थापनाच्या प्रयत्नावरील लिबरल आलोचना केंद्रित झाली आहे. +चार दशलक्ष लोक मृत्यू घालण्यासाठी रोममध्ये गेले होते. +सेंट पीटरच्या स्क्वारमध्ये फुनरलचा प्रवेश करण्यासाठी प्रत्येक जणाला मोठा संख्या असलेल्या लोकांमध्ये प्रवेश करू शकणार नाही. +लोकांना घोषणा पाहण्यासाठी रोममधील विविध जगांमध्ये अनेक मोठे टेलिव्हिजन स्क्रीन स्थापित केले गेले होते. +इटलीच्या अनेक इतर शहरांमध्ये आणि जगातील बाकी क्षेत्रांमध्ये, विशेषतः पोलंडमध्ये, एका मोठ्या संख्येतून लोकांनी पाहिलेल्या समान सेटअॅप्स तयार केले गेले होते. +ऐतिहासिकांनी एफबीआय यांच्या पुढील धोरणांवर आपल्या सफलता दराचा वाढ करण्यासाठी खरेदी केलेल्या कारांच्या केसांवर संधी केंद्रित करण्याचा आरोप केला आहे. विशेषतः चोरी केलेल्या कारांच्या केसांवर संधी केंद्रित करण्याचा आरोप केला आहे. +कॉंग्रेसने २००५ च्या व्यवसायिक वर्गीकरणात अश्लेष्यत्वाच्या प्रयत्नासाठी निधी देण्याचा सुरुवात केला आणि एफबीआय यांनी १० एजेंट्स यांनी वयस्क पॉर्नोग्राफीसाठी प्रयोग करण्याची निर्धारित केली. +रॉबिन उथाप्पा यांनी इनिंग्समध्ये सर्वाधिक स्कोर केला, 41 बॉल्समध्ये 11 फोर्स आणि 2 सिक्स करून 70 रन केले. +मध्य ऑर्डरच्या बॅट्समेन, साचिन टेंडुलकर आणि राहुल ड्राविड, चांगल्या प्रदर्शन केले आणि सर्वोच्च श्रेणीच्या १००-रन पार्टनरशिप केले. +पण, कॅप्टनचा विकेट गमावल्यानंतर इंडिया केवळ 36 विकेट करून इंनिंग्स संपूर्ण करण्यासाठी 7 विकेट गमावल्या. +अमेरिकेचे राष्ट्राध्यक्ष जॉर्ज डब्ल्यू. बुश यांनी 16 नोव्हेंबरच्या सकाळ्यात सिंगापूरमध्ये आले, ज्याने आशियातील एक आठवड्याच्या प्रवासाचा सुरुवात केला. +त्याला सिंगापूरच्या डेप्टी प्रधानमंत्री वोंग कॅन सेंग यांनी स्वागत केले आणि सिंगापूरच्या प्रधानमंत्री ली हिएन लोंग यांच्यासोबत व्यापार आणि आतंकवाद यांच्या मुद्द्यांवर चर्चा केली. +मध्यावधीच्या निवडणुकांमध्ये एका आठवड्यापूर्वी बुश यांनी एशियातील व्यापाराचा विस्तार बोलला. +प्रधानमंत्री स्टीफन हार्पर यांनी NDP नेत्यांच्या जॅक लेटन यांच्यासोबत मंगळवारी पीएमओ येथील 25 मिनिटांच्या बैठकानंतर सरकारच्या 'क्लीन अॅयर अॅक्ट' एक सर्व पक्ष समितीसमोर पुन्हा पाहण्यासाठी सहमत झाले आहे. +लेटन यांनी पीएम यांच्यासोबतच्या बैठकीत संरक्षणवादी पक्षाच्या प्राकृतिक कायद्याच्या "पूर्ण आणि संपूर्ण पुनरलेखन" करण्याची मागणी केली होती. +फेडरल सरकारने डेवोनपोर्ट, टास्मेनिया येथील मर्सी रुग्णालयाच्या निधी घेण्यासाठी प्रवेश केल्यानंतर, राज्य सरकार आणि काही फेडरल एमपी यांनी नोव्हेंबरमध्ये घोषित केलेल्या फेडरल निवडणुकांच्या प्रारंभात या कृतीला एक स्टंट म्हणून आश्चर्य व्यक्त केली. +पण पंतप्रधान जॉन हॉवर्ड यांनी म्हटले की तस्मेनियन सरकारने अतिरिक्त ४५ मिलियन ऑस्ट्रेलियन डॉलर्स देण्यासाठी रुग्णालयाच्या सुविधांना कमी करण्यासाठी केलेल्या कृत्याला केवळ रुग्णालयाच्या सुविधांचा संरक्षण करण्यासाठी केला गेला आहे. +नवीन बुलेटिनमध्ये समुद्राच्या पातळीच्या पारदर्शनांमध्ये त्सुनामी उत्पन्न झाल्याचे दिसले होते. पागो पागो आणि नियूच्या जवळ काही निश्चित त्सुनामी कर्मचारी रेकॉर्ड केले गेले होते. +टोंगामध्ये कोणत्याही मोठ्या नुकसान किंवा जखमी झाल्या नाहीत, पण प्रकाश काही काळापर्यंत खाली झाली, ज्यामुळे टोंगाच्या अधिकाऱ्यांना पीटीडब्ल्यूसी यांनी जारी केलेल्या सुनामीच्या चेतावणी प्राप्त करण्यासाठी रोखण्यात आले. +हवाईमधील किनारपट्टीवर किंवा किनारपट्टीच्या जवळ असलेल्या चौ शाळांमध्ये सूचना उघड झाल्यानंतर बुधवारी सर्व शाळे बंद झाली. +यु.एस.चे राष्ट्राध्यक्ष जॉर्ज डब्ल्यू. बुश यांनी या घोषणेसाठी स्वागत केले. +बुशच्या प्रवक्ते गॉर्डन जॉन्ड्रो यांनी उत्तर कोरियाच्या वचनाला "कोरियाच्या पेनिन्सुलाच्या प्रमाणिक निरस्त्रीकरणाचा लक्ष्य प्राप्त करण्याच्या लक्ष्यावरील एक महत्त्वाचा पाठ असल्याचे" सांगितले. +अटलांटिक चक्रवात सिझनच्या दहा नावाच्या चक्रवात, सबट्रोपिकल चक्रवात जेरी, आज अटलांटिक महासागरात उभा झाली. +नॅशनल हरिकेन सेंटर (एनएचसी) म्हणतात की जेरी यांनी भूमीवर कोणत्याही धोकादायक असल्याचे सांगितले नाही. +यु.एस. कॉर्प ऑफ इंजिनियर्सने 6 इंच पाऊस झाल्यामुळे पूर्वीच्या नष्ट झालेल्या झाल्यांचा झाला होऊ शकतो असे अंदाज केले. +हरिकेन कॅटरीना द्वारा २० फूटच्या पाण्याच्या स्तरावरील पाण्यामुळे नौव्या वार्डमध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये पाण्याच्या स्तरामध्ये +पाण्य १०० फूट चांगल्या एका भागात बांधावर घालत आहे. +कॉमन्स एडमिनिस्ट्रेटर एडम कुरेडन यांनी गेल्या महिन्यात विकिन्यूजसोबत बोलताना त्यांनी डिलीटन्सविषयी त्यांची निराशा व्यक्त केली. +त्या [वेल्स] आपल्याला आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप करण्यासाठी आरोप +समुदायाच्या चिंतामुळे साईटवरील कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी आताच्या प्रयत्नांमध्ये कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्रीसाठी एक धोरण तयार करण्यासाठी कठोर सामग्र +केलेल्या कामातील बहुतांश सिद्धांतीय होते, पण या कार्यक्रमात श्रीकृष्ण गैलेक्सीच्या निष्कर्षांचा प्रतिबिंब करण्यासाठी लिहित केला गेला होता. +या संघाने शोधलेल्या परिणामाचे कारण होईल जेव्हा ग्लॅक्सीच्या डार्क मॅटर आणि मिल्की वे डार्क मॅटर यांच्या बीची समुद्राच्या शक्तींच्या कारणामुळे होईल. +चंद्राने पृथ्वीवर प्रवाह करणाऱ्या प्रक्षेपणासाठी प्रवाह करतो, तसेच मिल्की वे सगिटारियस गॅलेक्सीवर प्रवाह करतो. +शास्त्रज्ञांनी दर्क मॅटर दर्क मॅटर यांच्यावर नियमित मॅटरच्या प्रकारे परिणाम करत असल्याचे निष्कर्ष करू शकले. +हा सिद्धांत म्हणतो की गैलेक्सीच्या पासून अधिक कमी प्रकृति हालोच्या प्रकारात गैलेक्सीच्या पासून आहे आणि हा कमी प्रकृति अनेक छोट्या पार्श्वभूत भागांनी बनलेली आहे. +टेलिव्हिजनच्या रिपोर्ट्समध्ये प्लांटमध्ये व्हाईट स्मोक येत असल्याचे दिसून येते. +स्थानिक अधिकाऱ्यांनी प्लांटच्या परिसरातील रहिवासींना इंडोर्समध्ये राहण्याची, एअर-कॉंडिशनर्स बंद करण्याची आणि टॅप पाण्या पिण्याची सूचना दिली आहे. +जपानच्या आणविक एजेंसीच्या म्हणण्यानुसार, प्लांटमध्ये रेडियोअक्टिव केसियम आणि इओडिन शोधले गेले आहेत. +अधिकाऱ्यांनी अनुमान केले आहे की याचा प्रतीक्षा करण्यात आला आहे की या स्थळी युरानियम फ्यूलच्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ्या कंटेनरमध्ये घालणाऱ +डॉ. टोनी मॉल यांनी दक्षिण अफ्रिकी क्षेत्रातील क्वाझुलू-नाटलमध्ये एक्ट्रिमली ड्रग रिसिस्टंट ट्युबर्कुलोसिस (XDR-TB) शोधले. +एका इंटरव्यूमध्ये त्यांनी सांगितले की या नवीन प्रकाराचा एक अतिशय उच्च मृत्यू दर होतो कारण त्यामुळे या नवीन प्रकाराचा एक अतिशय उच्च संघर्ष होतो आणि त्यामुळे या नवीन प्रकाराचा एक अतिशय उच्च संघर्ष होतो. +डॉ. मॉल म्हणते की काही रुग्णांना रुग्णालयात या बगच्या संक्रमण झाला असू शकतो आणि किमान दोन हॉस्पिटलच्या स्वास्थ्य कर्मचाऱ्यां होते. +एक वर्षाच्या काळात, एक संक्रमित व्यक्ती 10 किंवा 15 जवळ जोडप्यांना संक्रमण करू शकतो. +तथापि, ट्युबर्क्युलोसिसच्या संपूर्ण समूहातील एक्सडीआर-टीबीचा प्रतिशत अद्याप कमी दिसतो; दक्षिण अफ्रिकेमध्ये कोणत्याही विशिष्ट काळातील 330,000 लोकांमध्ये ६,००० लोकांना एक्सडीआर-टीबीचा संक्रमण झाला आहे. +1,000 पाउंड्स अधिक वजन असलेल्या दोघांमध्ये १७,५०० मैल प्रती तास जात असलेल्या दोघांनी पृथ्वीच्या ४९१ मैल वर झाले. +शास्त्रज्ञ म्हणतात कोणत्याही संघर्षामुळे झालेल्या विस्फोट मोठा होता. +त्यांनी अद्याप विमान दुर्घटनाच्या किती मोठ्या आहे आणि पृथ्वीला किती परिणाम होईल याबद्दल निश्चित करण्याचा प्रयत्न करत आहेत. +अमेरिकेच्या संरक्षण विभागाच्या कार्यालयातील युनायटेड स्टेट्स स्ट्रेटेजिक कमांड यांनी उद्ध्वस्तीचा ट्रॅकिंग केला आहे. +प्लॉटिंग विश्लेषणचे परिणाम एक सार्वजनिक वेबसाईटवर पोस्ट केले जाईल. +ओहियोच्या अधिकाऱ्यांनी सांगितले की पिट्सबर्ग, पेन्सिल्वेनियाच्या बालांच्या रुग्णालयात काम करणाऱ्या डॉक्टर यांच्या माताला बुधवारी त्यांच्या कारच्या ट्रंकमध्ये मृत्यू झाल्यानंतर गुन्हेगारी हत्याचा आरोप केला जाईल. +डॉ. मालार बालासुब्रामनियन, 29 वर्षीय, ओहियोच्या ब्लू अश येथे शोधले गेले होते, ज्यामध्ये सिन्सिनेटीच्या उत्तरेकडे करीब 15 मैल दूरच्या एका उद्यानात एका टी-शर्ट आणि अंडरवेअरच्या साठी मार्गाच्या जवळ झालेल्या एका दृष्टिकोनात मोठ्या प्रमाणात उपचार करण्यात आलेल्या स्थितीमध्ये शोधले गेले होते. +त्यांनी अधिकाऱ्यांना आपल्या ब्लॅक ऑल्ड्समोबिल इंट्रिग येथील 500 फूट दूर असल्याचे सांगितले. +तेथे त्यांनी सरोजा बालसुब्रामनियन, 53 वर्षीय मृत्यू झालेल्या शरीराला रक्ताच्या झालेल्या कपड्यांमुळे झालेल्या मृत्यू झालेल्या शरीराला पाहिले. +पोलिसांनी सांगितले की मृतदेह एका दिवसापूर्वी उपस्थित होते. +या सिझनच्या पहिल्या रोगांची सूचना जुलैच्या अखेरीत केली गेली होती. +हा रोग डुकरांद्वारे घेतला जातो, ज्यामुळे मच्छरांच्या माध्यमातून मानवांमध्ये प्रवेश करतो. +या प्रकोपामुळे भारतीय सरकारने गंभीरपणे प्रभावित क्षेत्रांमध्ये डुकरांचा प्रयोग करणे, हजारो मच्छरांच्या झाल्यांचा प्रसार करणे आणि पेस्टिसाइड्सचा स्प्रे करणे या प्रतिक्रिया करण्यात आली आहे. +सरकारने एन्सेफलिटिसच्या चाचण्याच्या अनेक दशलक्षांची वचन केली आहे, ज्यामुळे अगोदरच्या वर्षी स्वास्थ्य संस्थांना तयारी करण्यासाठी मदत केली जाईल. +या वर्षी इतिहासाच्या सर्वाधिक प्रभावित क्षेत्रांमध्ये प्रस्तुत करण्यासाठी फंड कमी आणि इतर रोगांच्या तुलनेत कमी प्राथमिकताच्या कारणामुळे योजना लांबली झाली. +1956 मध्ये स्लानिया स्वेडनमध्ये जात आणि तीन वर्षांनंतर त्यांनी स्वेडिश पोस्ट ऑफिसची कामगिरी सुरु केली आणि त्यांनी त्यांच्या चीफ इंग्रेवर बनले. +त्याने स्वेडेन आणि 28 इतर देशांसाठी 1,000 पेक्षा जास्त स्टॅम्प उत्पन्न केले. +त्याच्या कामाची प्रतिष्ठित गुणवत्ता आणि विवरण आहे ज्यामुळे त्याला फिलाटेलिस्ट मधील काही "घरगुती नावे" मध्ये एक आहेत. काही त्याच्या कामाला एकमेकांसाठी संकलन करण्याचे विशेषज्ञ आहेत. +त्याच्या 1,000 व्या स्टॅम्प 2000 मध्ये डेव्हिड क्लोकर एरेनस्ट्राएल यांनी स्वेडिश राजांनी केलेल्या उत्कृष्ट कृतींचा नाव "Great Deeds by Swedish Kings" होता, ज्याला गिनीस बुक ऑफ वर्ल्ड रेकॉर्ड्समध्ये सूचीबद्ध केला गेला आहे. +नवीन कॅनडियन $5 आणि $100 बिल्सच्या प्रधानमंत्रीच्या चित्रावरून त्यांच्या काही कामांच्या नवीन उदाहरणांमध्ये त्यांनी अनेक देशांच्या बँक्नोट्सचा छापणूक केला होता. +दुर्घटना झाल्यानंतर गिब्सनला रुग्णालयात पाठवण्यात आले पण त्यांनी काही काळापूर्वी मृत्यू झाला. +64 वर्षीय ट्रक चालक झालेल्या दुर्घटनामध्ये जखमी झाले नाहीत. +ही वाहन या दुर्घटनेच्या स्थळावर १२०० GMT वाजता घेतले गेले होते. +घटना झालेल्या ठिकाणी एक गारेजमध्ये काम करणाऱ्या व्यक्ती म्हणाले: "रस्त्या पार करण्यासाठी एका मुलांनी घालविण्यात आले होते आणि त्यांनी सर्वांनी चिंता व्यक्त केली होती आणि रडत होते." +त्यांचा सर्वांनी दुर्घटना झालेल्या ठिकाणापासून पाठवला. +बालीतील एजेंडावरील इतर विषयांमध्ये जगातील बाकी वनस्पत्यांचा बचाव आणि विकसित राष्ट्रांना कमी प्रदर्शनीय प्रक्रियांमध्ये वाढण्यासाठी तंत्रज्ञानांचा साझा करणे यांचा समावेश आहे. +यू.एन. यांनी जागतिक उष्णताच्या प्रभावामुळे प्रभावांचा सामना करण्यासाठी देशांना मदत करण्यासाठी एक निधी संपूर्ण करण्याची अपेक्षा केली आहे. +पाण्याच्या व्यवस्थापनामध्ये सुधार करण्यासाठी आणि कृषी विविधीकरण करण्यासाठी आणि पूर झालेल्या घरांसाठी पैसे जाऊ शकतील. +फ्लुक यांनी लिहिले की काही लोकांनी स्त्रियांच्या स्वास्थ्याच्या बाबतीत बोलण्याच्या प्रयत्नांमध्ये कामगिरी झाली नाही. +ती या निष्कर्षात पोहोचली कारण तिला एकत्र महिला आणि पुरुष व्यक्ती यांनी त्यांना एकत्र प्रेरित करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केलेल्या अनेक सकारात्मक टिप्पणी आणि प्रेरणा करण्यासाठी केल +जेव्हा जखम झालेल्यांना रुग्णालयात पाठवण्यात आल्यानंतर लढाऊ सुरू झाल्या आणि अन्य बाकी असलेल्यांनी यार्डमध्ये राहत आणि त्यांच्या कोठांमध्ये परत करण्याचा नकार दिला. +सम्झौत्यकर्त्यांनी परिस्थिती सुधारण्याचा प्रयत्न केला होता, पण कैदींच्या मागणी स्पष्ट नाहीत. +१०:००-११:०० वाजता यार्डमध्ये इन्मेट्स यांनी आग सुरु केली. +काही मिनिटांनंतर, रियोट गिअर उपलब्ध असलेल्या अधिकाऱ्यांनी यार्डमध्ये प्रवेश केले आणि राहणाऱ्यांना राखणाऱ्यांच्या गैसामुळे प्रभावित केले. +अखेरीस ११:३५ वाजता फायर रेस्क्यू कर्मचाऱ्यांनी ज्वालामुळे बाहेर काढण्यात आले. +१९६३ मध्ये बांधण्यात आलेल्या डॅममुळे नद्याच्या सर्व भागात पाण्यातील पदार्थांचा प्रवाह रोखला गेला होता. +सांडबार्स आणि बीचेस तयार करण्यासाठी ही पदार्थ आवश्यक होता, जे जंगली जीवांच्या निवासांसाठी उपयोग केले गेले होते. +त्याच्या परिणामा, दोन प्राकृतिक प्रजाती विनाशित झाल्या आहेत आणि दोन इतर प्रजाती खतरनाक झाल्या आहेत, ज्यामध्ये हंपबॅक चब यांचा समावेश आहे. +पूर झाल्यानंतर पाण्याचा स्तर केवळ काही फूट वाढणार असल्यामुळे अधिकाऱ्यांना आशा आहे की पाण्याच्या कारणामुळे निर्माण झालेल्या सांडबार्सचा पुन्हा निर्माण करण्यासाठी पाण्याचा स्तर पुरेसा होईल. +कोणत्याही त्सुनामीची चेतावणी जारी करण्यात आली नाही आणि जकार्ता जिओफ़ायसिक्स एजेंसीने सांगितले की त्सुनामीची चेतावणी जारी करण्यात आली नाही कारण भूकंप 6.5 प्रमाणाची आवश्यकता पूर्ण केली नाही. +कोणत्याही त्सुनामीच्या धोकादार नाही असल्यामुळे रहिवासी फटकार झाले आणि त्यांनी त्यांच्या व्यवसाय आणि घरांना छोडण्याचा सुरुवात केला. +विन्फ्रे त्यांच्या फेरीवेलमध्ये रडत होती, पण त्यांनी त्यांच्या प्रशंसकांना स्पष्ट केले की त्यांनी पुन्हा येणार आहेत. +“ही काळजी करण्याचा नाही. ही एक प्रक्षेपणाचा समाप्त होणार आहे आणि नवीन प्रक्षेपणाचा सुरुवात होणार आहे.” +नामिबियाच्या राष्ट्रपती आणि संसदीय निवडणुकांच्या अंतिम निवडणुकांमध्ये उमेदवार राष्ट्रपती, हिफिकेपुन्ये पोहंबा, एका मोठ्या प्रमाणात पुन्हा निवडले गेले आहे. +प्रशासन करणाऱ्या पक्षा, साऊथ वेस्ट अफ्रिका लोकांच्या संघा (SWAPO) यांनी संसदीय निवडणुकांमध्ये बहुमत घालली आहे. +साईट सुरक्षित करण्यासाठी आणि अन्य सहयोगी विमान सहाय्य करण्यासाठी सहयोगी आणि अफगानिस्त सैनिकांनी या भागात प्रवेश केले आहेत. +या दुर्घटने पर्वतीय प्रदेशातील उच्च ठिकाणी झाले आणि विरोधी आगांच्या कारणामुळे झाले असल्याचे विश्वास करण्यात आले आहे. +दुर्घटनाच्या स्थळाचा शोध करण्याचा प्रयत्न खराब हवामान आणि कठोर प्रदेशात पडला आहे. +मेडिकल चारिटी मांगोला, मेडिसिन्स सॅन्स फ्रॉन्टिएर्स आणि वर्ल्ड हेल्थ ऑर्गनाइझेशन म्हणतात की हा देशातील सर्वाधिक वाईट आहे. +मेडिसिन्स सॅन्स फ्रॉन्टियर यांचे प्रवक्ते रिचर्ड वेरमॅन म्हणाले: "अंगोला त्यांच्या सर्वाधिक खराब प्रक्षेपणाच्या दिशेने जात आहे आणि अंगोलातील परिस्थिती अतिशय खराब आहे," असे ते म्हणाले. +या खेळांमध्ये 10:00 वाजता सर्वोत्कृष्ट हवामान होता आणि मध्य सकाळीच्या ड्रिझल्याने त्वरितपणे साफ करून दूर झाल्या, आणि 7's रग्बीच्या या दिवशी एक सर्वोत्कृष्ट दिवस होता. +सामन्याच्या शीर्ष सेड्स साऊथ अफ्रिका यांनी 5 व्या सेड्ड झाम्बियाविरुद्ध सहज 26 - 00 विजय मिळवून सुरुवात केली. +त्यांच्या दक्षिण बहुतींच्या खेळात निश्चितपणे रस्त्या झालेल्या दृष्टीने साऊथ अफ्रिका तथापि या प्रतियोगिताच्या प्रगतीसाठी स्थिरपणे सुधार झाला. +त्यांच्या नियंत्रित डिफेंस, बॉल हँडलिंग कौशल्या आणि उत्कृष्ट संघाच्या कामांमुळे त्यांना प्रतिस्थापन करण्यात आले आणि स्पष्ट होते की या संघाला पराभूत करण्यात आली होती. +अम्सटर्डम या शहराच्या अधिकाऱ्यांनी आणि अने फ्रँक संग्रहालयाच्या अधिकाऱ्यांनी सांगितले की झाड फंगसच्या संक्रमणात आले आहे आणि त्याचा सार्वजनिक स्वास्थ्य जोखीम आहे कारण त्यांनी सांगितले की त्या पडण्याच्या जोखीमात आहे. +त्याला मंगळवारी काढण्यात आला होता, परंतु आपत्कालीन न्यायालयाच्या निर्णयानंतर त्याला बचवले गेले. +सर्व गुफाच्या प्रवेशांना "सात सिस्टर्स" नाव देण्यात आले आहेत, त्यांचा किमान किमान 100 ते 250 मीटर (328 ते 820 फूट) असतो. +इंफ्रारेड इमेज दाखवतात की रात्री आणि दिवसाच्या तापमानाच्या विवर्तनांमुळे त्यांची शंका झाली आहे. +त्यांनी दिवसात आणि रात्री त्यांच्या जागातील पृष्ठभूमीपेक्षा थंड आणि गरम असल्याचे सांगण्यात आले आहे. +त्यांच्या थर्मल वार्तनाला पृथ्वीच्या मोठ्या गुफ्यांप्रमाणे स्थिर नाही, जे प्रायः एका स्वस्त निश्चित तापमान राखतात, पण त्यांना जमिनीमध्ये काही गोळ्यांच्या स्थानावर आहेत," अमेरिकेतील युनायटेड स्टेट्स जीओलोजिकल सर्वेक्षण (USGS) अस्ट्रोजीओलॉजी टीम आणि फ्लॅगस्टाफ, अरिझोनामधील उत्तर अरिझोना युनिव्हर्सिटीचे ग्लेन कशिंग यांनी सांगितले. +फ्रान्समध्ये मतदान पारंपारिक रूपात एक कमी-टेक अनुभव आहे: मतदार एक बूथमध्ये जातात, त्यांनी त्यांच्या निवडणुकीच्या उमेदवाराच्या प्री-प्रिंट केलेल्या कागदपत्राला एक एन्वल्वमध्ये दाखवतात. +अधिकाऱ्यांनी मतदाराच्या ओळखाची पुष्टी केल्यानंतर, मतदार मतदारांच्या ओळखांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करतो आणि मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुकांमध्ये मतदान करण्याच्या निवडणुक +फ्रेंच चुनावाच्या कायद्यामुळे प्रक्रियांची कोडिफाईकशी कायम करण्यात आली आहे. +१९८८ पासून, मतदार आणि निरीक्षकांना मतदानाच्या सुरुवातीत कोणत्याही एन्वेलप्स नाही आहे आणि कोणत्याही एन्वेलप्स ठरले जाईल नाही त्यांच्यासाठी मतदार आणि निरीक्षकांना पाहण्यासाठी बॉलॉट बॉक्स पारदर्शी होतील. +उमेदवार प्रक्रियेच्या प्रत्येक भागाला प्रत्यक्षदर्शी करण्यासाठी प्रतिनिधी पाठवू शकतात. रात्री, विशेष प्रक्रियांच्या अनुसरणात स्वयंसेवकांच्या नेतृत्वाने मत ठरवण्यात आले आहेत. +एसयूएस ईई पीसी या जरी किमान घटण्यासाठी आणि कौशल्य करण्यासाठी जागतिक प्रस्तुत केलेल्या, 2007 मध्ये टाईपे इट महिन्यात एक गरम विषय बनले. +पण 2007 मध्ये रिपब्लिक ऑफ चायनाच्या एक्झिक्युटिव युआन द्वारा टाईवानच्या सस्टेनेबल अवार्डमध्ये एसूसला पुरस्कृत केल्यानंतर लॅपटॉप कम्प्यूटरच्या वाणिज्य बाजार काहीही परिवर्तित होईल आणि बदलला होईल. +स्टेशनच्या वेबसाईटवर या शोचा वर्णन केला गेला आहे की "पुराने स्कूलच्या रेडियो थेटरचा एक नवीन आणि उदास जीकी स्पिन!" +त्याच्या सुरुवातीच्या दिवसांमध्ये, शो केवळ टोगीनेट रेडिओ या लांब चालणाऱ्या इंटरनेट रेडिओ साइटवर प्रस्तुत केले गेले होते, या साइट टॉक रेडिओवर केंद्रित केले गेले होते. +2015 च्या अखेरीमध्ये, टोगीनेटने अस्ट्रोनेट रेडियो एक उपस्थिती स्टेशन म्हणून स्थापित केले. +या शोमध्ये प्रारम्भिक रूपात ईस्ट टेक्ससच्या स्थानिक फोन अॅक्टर्स यांचा प्रदर्शन केला गेला होता. +कायदे लागू करणाऱ्या अधिकाऱ्यांनी बिश्केकच्या रस्त्यांवर उपस्थित नव्हता, त्यामुळे झालेल्या व्यवस्थापनातील चोरपण रात्री जारी राहिला असल्याचे सांगण्यात आले आहे. +एका निरीक्षकाने बिश्केकला एका "अनार्कीच्या" अवस्थेत पडल्याचे वर्णन केले होते, जेव्हा लोकांच्या गटांनी रस्त्यांवर प्रवास करत आहेत आणि उपभोक्ता उत्पादनांच्या दुकानांमध्ये चोरण करत आहेत. +बिश्केकच्या अनेक निवासींनी दक्षिणेकडील प्रदर्शनकर्त्यांना कायदेशीर निषेध करण्यासाठी आरोप केले आहेत. +दक्षिण अफ्रिकेने रस्टबुर्ग, दक्षिण अफ्रिकेमधील रॉयल बाफोकेंग स्टेडियममधील रग्बी युनियन ट्री नॅशन्स या सामन्यात ऑल ब्लॅक्स (न्यूझीलंड) यांना पराभूत केले. +अंतिम स्कोर एक पॉईंटचा विजय होता, 21 ते 20, अॅल ब्लॅक्सचा 15 सामना जिंकणाऱ्या विजय स्ट्रीकचा अंत होता. +स्प्रिंगबॉक्ससाठी, हा पाच सामन्यांच्या पराभूतीचा अंत झाला. +हा अल ब्लॅक्सचा अंतिम सामना होता, ज्यांनी दोन आठवड्यांपूर्वी ट्रॉफी जिंकली होती. +या श्रृंखलाच्या अंतिम सामन्या जोहानेसबर्गच्या एलिस पार्कमध्ये जाईल, जेव्हा स्प्रिंगबॉक्स ऑस्ट्रेलियाला खेळतील. +सोमवारी रात्री 10:08 वाजता पश्चिमी मोंटनामध्ये एक सामान्य भूकंप झाला. +युनायटेड स्टेट्स जिओलोजिकल सर्वेक्षण (USGS) आणि त्याच्या राष्ट्रीय भूकंपाच्या माहिती केंद्रमध्ये कोणत्याही तुरंत नुकसान झालेल्या अहवालांचा प्राप्त झाला नाही. +भूकंप डिलोनच्या उत्तर-पूर्व दिशेने 20 किमी (15 मैल) जवळ आहे आणि ब्युटच्या दक्षिण दिशेने 65 किमी (40 मैल) जवळ आहे. +फ्रान्सच्या पूर्वेकडील लियोन येथील मार्शलँडमध्ये सोमवारी शोधलेल्या एका मृतदेह वाईल्ड डक यांच्या शरीरातील बर्ड फ्लूच्या प्रकारच्या एच5एन1 प्रकारच्या संक्रमणाचा पुष्टी झाला आहे. +फ्रान्स युरोपिय संघातील सातव्या देश आहे; ऑस्ट्रिया, जर्मनी, स्लोवेनिया, बुल्गेरिया, ग्रीस आणि इटली यांच्या नंतरच. +क्रोएशिया आणि डेनमार्कमधील संशयित ह5न1 असलेल्या प्रकरणांची पुष्टी झाली नाही. +चेंबर्स यांनी ईश्वराला एकत्रीकरण करून "पृथ्वीच्या निवासींच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या सर्वोच्च संख्येतील कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत्यू, नष्टी आणि भयावहता करण्याच्या कठोर मृत +एक अज्ञातवादी चेंबर्स यांनी त्यांच्या कायदेशीर युक्तिवाद म्हणजे "फ्रिवोलस" आहे आणि "कोणत्याही लोकांनी कोणत्याही लोकांना कायदेशीर युक्तिवाद करू शकतो." +कॅमिल सेंट-सेन्स यांनी केलेल्या फ्रेंच ऑपरातून प्रस्तुत केलेली कथा एक कलाकाराची कथा आहे "ज्याचा जीवन ड्रग्स आणि जपान यांच्या प्रेमाने नियमित करण्यात आला आहे." +त्यामुळे, प्रदर्शनकर्त्यांनी स्टेजवर कॅन्नाबिस जॉईंट्स काढण्यात आले आणि प्रस्तुती स्वतः प्रशंसकांना सामील होण्यासाठी प्रोत्साहित करत आहे. +पूर्व हाऊस स्पीकर न्यूट गिंग्रिच, टेक्सस गवर्नर रिक पेरी आणि कॉंग्रेसव्होमन मिचेल बॅचम्यन चौथ्या, पाचव्या आणि सहाव्या स्थानांमध्ये आणले. +परिणाम घेतल्यानंतर, गिंग्रिच यांनी सांटोरमचा प्रशंसा केला, परंतु रॉम्नीसाठी कठीण शब्द घेतले, ज्यांच्या बाजूने इओवामध्ये गिंग्रिचविरुद्ध नकारात्मक अभियानचे जाहिरात प्रसारित करण्यात आले होते. +पेरी यांनी सांगितले की आज रात्रीच्या कॉउससाठी परिणाम निश्चित करण्यासाठी ते टेक्ससमध्ये परत जाईल, आपल्यासाठी या स्पर्धेमध्ये आग्रह करण्याच्या मार्गाच्या निश्चिती करण्याचा आहे, पण नंतर त्यांनी सांगितले की त्यांनी या स्पर्धेत राहील आणि 21 जानेवारी दक्षिण कॅरोलिनाच्या प्राथमिक निवडणुकांमध्ये प्रतिस्पर्धा करणार आहेत. +अगुस्टमध्ये अमेस स्ट्रॉ पॉल मध्ये जिंकलेल्या बॅचमॅनने आपल्या अभियानाचा समाप्त करण्याचा निर्णय केला. +फोटोग्राफरला रॉनाल्ड रेगन यूएसएलसीए मेडिकल सेंटरमध्ये पाठवण्यात आले, जिथे त्यांनी नंतर मृत्यू झाला. +त्याच्या 20 व्या वर्षांमध्ये असल्याचे सांगण्यात आले होते. एका निवेदनात, बीबर म्हणाले की "[मी] या दुर्भाग्याच्या दुर्घटनेमध्ये नाही उपस्थित किंवा प्रत्यक्ष रूपात संबंधित होते, पण माझ्या विचार आणि प्रार्थनांनी पीडिताच्या परिवारासाठी केले आहेत." +एनटरटेनमेंट न्यूज वेबसाईट टीएमझी यांनी फोटोग्राफरने सेपुल्वेडा बोउलवर्डच्या दुसऱ्या बाजूने आपले वाहन राखले आणि पोलिसांनी रस्त्या पार करण्यापूर्वी आणि जारी करण्यापूर्वी फोटो घालण्याचा प्रयत्न केला होता, त्यामुळे कॅलिफोर्निया हायवे पॅट्रोल पोलिस अधिकारी यांनी ट्रॅफिक स्टॉप करणाऱ्या पोलिसांनी त्यांना पुन्हा दुसऱ्या बाजूवर जाण्याचा आदेश दिला. +पोलिसांच्या म्हणण्यानुसार, फोटोग्राफरचा हल्ला करणाऱ्या वाहनचे चालक गुन्हेगारी आरोपांचा सामना करण्याची शक्यता नाही. +एका दिवशी केवळ १८ पदक उपलब्ध असल्यामुळे अनेक देशांनी पदक पॉडियम तयार करण्याचा अपयशी झाला. +त्यांमध्ये नॅडरलँड्स आणि फिनलंड या दोघांमध्ये अन्ना जोचेम्सन यांनी सुपर-जीमध्ये महिलांच्या स्टैंडिंग क्लासमध्ये नवव्या स्थानी आणि कॅट्या सारिनेन नवव्या स्थानी असल्याने या दोघांमध्ये समावेश झाले आहेत. +ऑस्ट्रेलियाचे मिट्चेल गोर्ली पुरुषांच्या स्टँडिंग सुपर-जीमध्ये १०व्या स्थानी झाले. चेक स्पर्धक ओल्ड्रिच जेलिनेक पुरुषांच्या सिटिंग सुपर-जीमध्ये १६व्या स्थानी झाले. +मेक्सिकोचे अर्ली वेलास्केज यांनी पुरुषांच्या सिटिंग सुपर-जीमध्ये पाचव्या स्थानी जिंकले. न्यूझीलंडचे एडम हॉल यांनी पुरुषांच्या स्टँडिंग सुपर-जीमध्ये नवव्या स्थानी जिंकले. +पोलंडच्या पुरुषांच्या दृष्टिकोनात कमी असलेल्या स्कीयर मॅसिएज क्रेझेल आणि गाइड एन्ना ओगर्झिन्स्का सुपर-जीमध्ये तीसर्‍या स्थानी असल्या. दक्षिण कोरियाच्या जोंग सेर्क पार्क सुपर-जीमध्ये पुरुषांच्या सिटिंग स्थानी तीसर्‍या स्थानी असल्या. +2010 च्या भूकंपानंनंतर हॅईतीमध्ये आलेल्या यूएन शांतिकरण कर्मचाऱ्यांना सैनिकांच्या इंकम्पमध्ये सुरु झालेल्या रोगाचा विस्तार करण्याचा आरोप करण्यात आला आहे. +या कार्यक्रमाने सांगितले की यूएन कॅम्पमध्ये उडवणाऱ्या वास्तविक रूपाने साफ करण्यात आले नाही, ज्यामुळे हाईटीच्या सर्वाधिक मोठ्या अर्टिबोनिट नदीच्या प्रदेशामध्ये बॅक्टेरिया प्रवेश करण्यात आले होते. +सैनिकांच्या प्रवेशापूर्वी, 1800 च्या दशकांपासून हाईतीमध्ये या रोगाच्या संबंधित समस्या झाली नाही. +हेटियन इंस्टिट्यूट फॉर जस्टिस आणि डेमोक्रॅसीने स्वतंत्र अभ्यासांचा संदर्भ केला आहे ज्याचा सुचवतो की नेपाली यूएन शांति करण्याच्या बटालियनने अज्ञातरित्या हेटीमध्ये रोग लावला आहे. +या रोगाच्या यूएन विशेषज्ञांच्या डॅनियल लांटागेन यांनी शांतिकरण करणाऱ्यांच्या कारणामुळे या प्रकोप झाले अशी सांगितले. +हॅमिल्टन यांनी हॉवर्ड युनिव्हर्सिटी हॉस्पिटल यांनी रोगी स्थिर अवस्थेत उपलब्ध केले असे पुष्टि केले. +रोगी नाईजेरियात होते, जिथे एबोला वायरसाच्या काही प्रकरणे झाले आहेत. +रुग्णालयाने संक्रमण नियंत्रण करण्यासाठी प्रत्येक रुग्णाला इतर रुग्णांपासून दूर करणे समावेश केले आहे, ज्यामुळे इतर रुग्णांना संभाव्यतः संक्रमण होण्याचा प्रतिरक्षण करण्यात आला आहे. +द सिम्पसन्सच्या पूर्वी साईमन अनेक प्रकारच्या स्थितींमध्ये अनेक कार्यक्रमांमध्ये काम केले होते. +1980 च्या दशकात त्यांनी टॅक्सी, चीर्स आणि द ट्रेसी युल्मन शो यांच्या शो व्यवसायात काम केले. +1989 मध्ये ब्रुक्स आणि ग्रोनिंग यांच्या मदतीमुळे द सिम्पसन्स निर्माण करण्यात आले आणि शोच्या पहिल्या लेखन संघाची नियुक्ती करण्यात जबाबदार होते. +1993 मध्ये शो छोडण्यानंतर त्यांनी एक्जिक्युटिव प्रोडक्शनचा शीर्षक राखला आणि रॉयटीजमध्ये दर्जन दशलक्ष डॉलर्स प्राप्त करण्याचा जारी केला. +चीनच्या न्यूज एजेंसी झिन्हुआ यांनी एक विमान जबाबदार झाल्याचे सूचने दिले होते. +नंतरच्या अहवालामध्ये या विमानाला बॉम्ब चेतावणी मिळाली आणि अफगानिस्तानमध्ये परत करण्यात आले आणि कंडाहरमध्ये उड्डाण करण्यात आले. +सुरुवातीच्या अहवालांमध्ये सांगण्यात आहे की उरुम्कीमध्ये आपत्कालीन लँडिंगचा नकार मिळाला तेव्हा विमान एफगानिस्तानमध्ये परत केला गेला होता. +ईरानमध्ये हवाई दुर्घटने सामान्य असतात, ज्यामध्ये जीवनशास्त्रिक आणि सैन्य कार्यांसाठी दुर्व्यवस्थितपणे उपयोग करण्यासाठी वृद्ध फ्लीट आहे. +अंतरराष्ट्रीय प्रतिबंधांमुळे नवीन विमान खरेदी करण्याची शक्यता नाही. +या आठवड्याच्या आरंभी, पोलिस हेलिकॉप्टरने तीन लोक मृत्यू झाले आणि तीन अधिक लोक जखमी झाले. +गेल्या महिन्यात इराणचा सर्वाधिक खतरनाक विमान दुर्घटना झाला जेव्हा एक विमान एर्मेनियावर जात होता आणि त्यातील 168 लोक मृत्यू झाले. +ही एका महिन्यात मशहदमध्ये एक एअरलाइनरने एक रनवेमध्ये उड्डाण केले आणि एक भिंतीवर टक्कर केले, ज्यामुळे सात जण मृत्यू झाले. +एरोस्मिथने त्यांच्या प्रवासातील बाकी कॉन्झर्ट्स कायदेशीर रद्द केले आहेत. +रॉक बँड युनायटेड स्टेट्स आणि कॅनडा यांच्या प्रदेशांमध्ये सप्टेंबर 16 पर्यंत प्रवास करण्यात आले होते. +त्यांनी 5 ऑगस्ट रोजी प्रदर्शन करताना स्टेवेन टायलर यांनी स्टेजवर पडल्यानंतर जखमी झाल्यानंतर त्यांनी प्रदर्शन करण्याच्या प्रस्तावाला रद्द केला. +मरी यांनी सेटमध्ये प्रत्येक सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व सर्व +देल पोट्रो यांनी दुसऱ्या सेटमध्ये सुरुवातीच्या उपस्थिती मिळाली होती, पण 6-6 पर्यंत टाई ब्रेक करण्याची आवश्यकता होती. +पोट्रोला या ठिकाणी शॉर्डरचा उपचार करण्यात आला पण त्यांनी स्पर्धेत परत करण्यात यशस्वी राहिले. +या कार्यक्रम स्थानिक वेळानंतर 8:30 वाजता (15.00 UTC) सुरु होईल. +देशातील प्रसिद्ध गायकांनी श्री श्यामच्या पाठांवर भजन, किंवा भक्तीय गाण्यांचा प्रदर्शन केला. +सिंगर सान्जु शर्मा यांनी संध्या सुरू केली, ज्या शंकर चौधरी यांनी पुढे केले. त्यांनी चाप्पन भोग भजन प्रस्तुत केले. सिंगर राजू खँडेलवाल त्यांच्या साथी होते. +नंतर, लक्खा सिंग यांनी भजन गाण्यात आघाडी घेतली. +बाबा श्याम यांना चाप्पन भोग (हिंदू धर्मातील, 56 विविध खाद्य पदार्थ, जसे मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य पदार्थांपैकी, मिळवणाऱ्या खाद्य +लक्खा सिंग यांनी चाप्पन भोग भजन प्रस्तुत केले. सिंगर, राजू खँडेलवाल त्यांच्या साथी होते. +टोकियो गेम शोच्या गुरुवारच्या केनोट प्रस्तुतीत, निंटेंडोचे अध्यक्ष साटोरू इवाटा यांनी कंपनीच्या नवीन निंटेंडो रेव्होल्यूशन कॉन्सोलच्या कंट्रोलर डिझाईन उद्घाट केले. +टेलिव्हिजन रिमोटच्या स्वरूपात, कंट्रोलर तीन-डिमेंशनल जागतातील आपल्या स्थितीची त्रियंगुलेशन करण्यासाठी प्रयोगकर्त्याच्या टेलिव्हिजनच्या जवळ ठेवलेल्या 2 सेंसर्सचा वापर करतो. +यामुळे खेळाडूंने व्हिडीओ खेळांमध्ये उपकरण हवामान मार्गावर सुरुवात करून कार्य आणि गति नियंत्रण करू शकतील. +जियानकार्लो फिसिचेला आपल्या कारचा नियंत्रण गमावला आणि सुरुवात केल्यानंतर त्यांनी या स्पर्धेत संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात संपूर्ण काळात स +त्याच्या सहकर्मी फेर्नांडो अलोन्सो बहुतांश स्पर्धेत आघाडी होते, पण त्यांच्या पिट-स्टॉपनंतर त्यांनी स्पर्धे संपूर्ण करण्यात आले. कदाचित त्यांच्या डोळ्या जवळ झाल्यामुळे त्यांनी स्पर्धे संपूर्ण करण्यात आले. +अलोन्सोच्या नंतर मायकल शुमाचर त्यांच्या रेसमध्ये अनेक युद्धांमध्ये प्रतिबंधाचा नुकसान झाला होता, म्हणजे त्यांनी त्यांच्या रेसमध्ये संपूर्ण युद्धांमध्ये प्रतिबंधाचा नुकसान झाला होता आणि त्यानंतर त्यांनी त्यांच्या रेसमध्ये संपूर्ण युद्धांमध्ये प्रतिबंधाचा नुकसान झाला होता आणि त्यानंतर त्यांनी त्यांच्या रेसमध्ये संपूर्ण युद्धांमध्ये प्रतिबंधाचा नुकसान झाला होता आणि त्यानंतर त्यांनी त्यांच्या रेसमध्ये संपूर्ण युद्धांमध्ये प्रतिबंधाचा नुकसान झाला होता आणि त्यानंतर त्यांनी त्यांच्या रेसमध्ये संपूर्ण युद +न्यूज कॉन्फ्रेंसच्या ट्रांसक्रिप्टच्या अनुसार ते म्हणाले, "ती अतिशय सुंदर आहे आणि ती अतिशय चांगली गाणे गाते." +“मी प्रत्येक वेळ जेव्हा आम्ही यावर एक प्रतिस्पर्धा करत होते तेव्हा माझ्या हृदयाच्या किनाऱ्यातून प्रतिक्रिया झाली होती.” +उद्घाटनाच्या 3 मिनिटांमध्ये, ऑन-बोर्ड कॅमेरामध्ये फ्यूल टॅंकमध्ये इन्सुलेशन फॉमच्या अनेक भागांनी पडले होते. +तथापि, त्यांनी शॉटलचा कोणत्याही नुकसान केला नाही. +एनएसएचच्या शॉटल प्रोग्रामचे प्रमुख एन. वेन हेल जूनियर म्हणाले की "आपण चिंतित असल्याच्या वेळानंतर फूम पडला होता." +डिस्प्लेच्या पाच मिनिटांनंतर वायु सुरु होतो, एक मिनिटांनंतर वायु 70 किलोमीटर प्रति तास प्रवेश करतो, त्यानंतर पावस पडतो, पण एकदा जास्त आणि एकदा जास्त आहे की तुमच्या स्तनावर नेडलच्या प्रकारे पडतो, त्यानंतर हेल उडतो, लोक चिंतित आहेत आणि उडत आहेत आणि एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा एकदा ए +मी माझ्या बहिनी आणि त्याच्या मित्राला गमावले आणि माझ्या या मार्गावर व्हीलचेअर्समध्ये दोन अक्षम लोक होते आणि त्यांना जास्त काढण्यात आले होते," अर्मंड वर्सेसी म्हणाले. +एनएचके यांनी नीगता प्रेफेक्चरच्या कशिवाझकी करिवा आणविक उर्जा प्लांट सामान्य रूपात काम करत होते. +होकुरिकु इलेक्ट्रिक पावर कंपनीने भूकंपामुळे कोणतीही परिणाम नाही आले आणि त्यांच्या शिका न्यूक्लियर पॉवर प्लांटमधील नंबर 1 आणि 2 रिएक्टर्स बंद झाले आहेत. +या प्रदेशातील काही 9400 घरे पाण्यावर कमी आहे आणि १०० घरांमध्ये ईलेक्ट्रिसिटी कमी आहे. +काही रस्त्यांचा नुकसान झाला आहे, प्रभावित क्षेत्रांमध्ये रेल्वे सेवा रोखली गेली आहे आणि इशिकावा प्रांतातील नोटो एअरपोर्ट बंद राहत आहे. +गवर्नर जनरलच्या कार्यालयाच्या बाहेर एक बॉम्ब विस्फोट झाली. +दोन तासांच्या काळात सरकारी इमारतींच्या जवळ आणखी तीन बॉम्ब्स विस्फोट झाली. +काही अहवालांमध्ये अधिकारी मृत्यू संख्या आठ असल्याचे सांगितले आहे आणि अधिकारी अहवालांमध्ये ३० जणांची जखमी झाली असल्याचे सांगितले आहे; परंतु अंतिम संख्या अद्याप जाहीर झाली नाही. +कृत्रिम पेट फूड खाल्ल्यानंतर मृत्यू झालेल्या पेटांच्या शरीरातील उदाहरणांमध्ये सायनुरिक एक्सिड आणि मेलामिन शोधले गेले आहेत. +युनिव्हर्सिटीतील शोधकर्त्यांनी सांगितले की या क्राईस्टल्सने किड्नीची कामगिरी रोखण्याची शक्यता आहे. +शोधकर्त्यांनी मेलामिन आणि सायानुरिक एसिड यांच्या पुरवठ्यामुळे कॅटच्या उघड मध्ये बनलेल्या क्राईस्टल्सचा अवलोकन केला. +इन्फ्रारेड स्पेक्ट्रोस्कॉपी (एफटीआरआईआर) द्वारा तुलना केल्यामुळे या क्रिस्टलांचा संपूर्ण संरचना प्रभावित पेट्सच्या उरीने शोधलेल्या क्रिस्टलांसारखा असतो. +मी तुम्हाला तुम्ही काय माहित असल्यामुळे नाही, पण मध्य अमेरिकेतील बहुतांश वस्तूंनी या देशात ड्यूटी-फ्री राहिल्या आले आहेत. +आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यवहार करतो. आम्ही तुम्हाला व्यव +ते माझ्यासाठी अर्थ देणार नाही; ते निश्चितपणे न्यायपूर्ण नाही. +मी लोकांना म्हणतो की आपण आपल्या प्रकारे आपण आपणाला व्यवहार करतो तेव्हा आपण आपल्या प्रकारे आपणाला व्यवहार करतो. +कॅलिफोर्नियाचे गवर्नर अर्नोल्ड श्वार्झेनेगर मुलांसाठी हिंसक व्हिडीओ गेम्सचा विक्री किंवा रेंटल करण्याचा प्रतिबंध करण्यासाठी कायदा प्रतिस्थापन केले. +या बिलमध्ये कॅलिफोर्नियाच्या राज्यामध्ये विध्वंसक व्हिडिओ गेम्सचा एक डेकल उपलब्ध करण्याचा आवश्यकता आहे ज्यामध्ये "18" पाहण्यात आला आहे आणि त्यांचा विक्री 1000 अमेरिकन डॉलर्स प्रति ओफेन्सचा दंड करण्यात आवश्यकता आहे. +पब्लिक प्रॉसेक्शनचे डायरेक्टर, कायर स्टारमर क्वीसी यांनी हुने आणि प्राईस यांच्या दोघांच्या आरोपांचा घोषणा करण्यासाठी आज सकाळी एक निवेदन दिले. +हुने यांनी निष्कास्त केले आहे आणि कॅबिनेटमध्ये एड डेवी एमपी यांनी त्याची जागा घेतली आहे. नॉर्मन लॅम्ब एमपी बिझनेस मिनिस्टरची जागा घेण्याची अपेक्षा आहे. +हुने आणि प्रायस 16 फरवरी रोजी वेस्टमिनस्टर मॅजिस्ट्रेट्स कोर्टमध्ये प्रस्तुत होईल. +मृत्यू झालेल्या 25 वर्षीय निकोलस एल्डन आणि 21 वर्षीय झॅकरी कुड्डबॅक होते. कुड्डबॅक चालक होते. +क्रिस्टॉफर श्नाइडरच्या चेहऱ्यासाठी पुनर्स्थापक शास्त्राची आवश्यकता झाल्यानंतर एडगर वेगुइलाला हात आणि चेहऱ्यातील झड झाले होते. +पाचव्या माणसाच्या डोक्याच्या दिशेने उकाचे हत्ते असफल झाले होते. श्नेडरचा दुखाचा चालत आहे, एक डोक्याच्या आँखातील कमी प्रक्षेपण, डोक्याच्या एका भागाचा कमी आहे आणि टायटनियमच्या उपयोगामुळे डोक्या पुन्हा निर्माण करण्यात आला आहे. +स्क्नेडर यांनी आपल्या देशातील यूएसएफ बेसमध्ये व्हिडिओलिंकद्वारे साक्षी झाले. +बुधवारच्या कार्यक्रमानंतर, कार्पानेडो चॅम्पियनशिप्समध्ये दोन व्यक्तिगत स्पर्धेमध्ये स्पर्धा केले. +त्याच्या पहिल्या हा स्लोम होता, ज्यात त्याने त्याच्या पहिल्या रनमध्ये डिड नॉट फिनिश मिळाला. 116 स्पर्धकांमध्ये 36 लोक त्याच्या रेसमध्ये समान परिणाम मिळाले. +त्यांच्या इतर स्पर्धेत, जायंट स्लोममध्ये, त्यांनी महिलांच्या सिटिंग ग्रुपमध्ये ४:४१.३०, २:११.६० मिनिटांनी १० व्या स्थानावर फिनिश केल्या आणि प्रथम स्थानावर फिनिश करणाऱ्या ऑस्ट्रियन क्लाउडिया लोएसच्या ४:४१.३०, २:११.६० मिनिटांपेक्षा १:०९.०२ मिनिटांपेक्षा दुसऱ्या स्थानावर फिनिश करणाऱ्या ग्योंग्यी डॅनी यांच्या १:०९.०२ मिनिटांपेक्षा दुसऱ्या स्थानावर १:०९.०२ मिनिटांपेक्षा दुसऱ्या स्थानावर १:०९.०२ मिनिटांपे +महिलांच्या सिटिंग ग्रुपमध्ये चार स्कीयर्स त्यांच्या रन्स संपूर्ण करण्यासाठी अपयशी झाले आणि जायंट स्लॉममधील 117 संपूर्ण स्कीयर्समध्ये 45 संपूर्ण स्कीयर्स रेसमध्ये रेंक करण्यासाठी अपयशी झाले. +मध्य प्रदेश पोलिसांनी चोरी केलेल्या लॅपटॉप आणि मोबाईल फोन शोधले आहेत. +डेप्टी इन्स्पेक्टर जनरल डी के अर्या म्हणाले, "आम्ही स्विसच्या महिलेला दुर्व्यवहार करणाऱ्या पाच व्यक्तींचा अटक केला आहे आणि त्यांच्या मोबाईल आणि लॅपटॉप शोधले आहे". +आरोपी व्यक्ती बाबा कॅन्जर, भूता कॅन्जर, रम्प्रो कॅन्जर, गॅझा कॅन्जर आणि विष्णु कॅन्जर यांचा नाव आहे. +पोलिस सुपेरइंटेंडेंट चंद्रशेखर सोलंकी म्हणाले की आरोपी व्यक्ती कोर्टमध्ये सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या काळात सुरुवातीच्या का� +जेव्हा कार या इम्पॅक्ट झाल्यानंतर तीन लोक घरात राहत होते, तरीही त्यांना कोणत्याही जखमी झाली नाही. +तथापि, ड्राईवरचा डोक्यावर गंभीर जखमी झाली. +दुर्घटना झाल्याच्या रस्त्यामध्ये आपत्कालीन सेवांनी ड्राईवराला रेड ऑडी टीटीमध्ये जाऊन घालविण्यात आले होते. त्यामुळे रस्त्या काही काळ बंद करण्यात आली होती. +जेम्स पॅजेट रुग्णालयात त्याला सुरुवातीला रुग्णालयात राहण्यात आले होते. +त्याला नंतर कॅम्ब्रिजमधील एडेनब्रोक रुग्णालयात स्थानांतरित केले गेले. +एडेकोया यांना त्यांच्या मुलाला हत्या करण्याच्या आरोपात एडिंबर्ड शेरिफ कोर्टमध्ये आहेत. +त्याला आरोप करण्याच्या प्रक्रियेत आणि न्यायाच्या प्रक्रियेत ताब्यात आहेत, पण कोणत्याही प्रत्यक्षदर्शीच्या प्रमाणाला दुष्कृती होऊ शकते कारण त्याच्या चित्राला प्रचंड प्रकारे प्रकाशित केले आहेत. +या यूकेमध्ये इतर ठिकाणी सामान्य प्रक्रिया आहे पण स्कॉटिश न्यायपालिका वेगवेगळ्या करतात आणि न्यायालयांनी फोटोचा प्रकाशन संभाव्यतः प्रतिकूल असल्याचा दृष्टीकोन दिला आहे. +यूनिव्हर्सिटी ऑफ डंडीचे प्राध्यापक पॅमेला फर्गसन यांनी "शंकास्पद व्यक्तींच्या फोटो आणि इतर प्रकारचे प्रकाशन करण्यात आलेल्या पत्रकारांनी खतरनाक लाईन चालत असल्याचे नोट केले." +क्रॉन ऑफिस, ज्यामध्ये अभियोजनांची पूर्ण शिक्षा करण्यात आहे, त्यांनी पत्रकारांना इंडिक्टमेंट पूर्ण करण्यापूर्वी कोणत्याही पुढे टिप्पणी केली जाईल अशी सूचना दिली आहे. +लीकच्या म्हणण्यानुसार, या कागदपत्रामध्ये सीमांच्या संघर्षाचा संदर्भ होईल, ज्यामध्ये पॅलेस्टिन 1967 च्या मध्यपूर्ती युद्धापूर्वीच्या सीमांच्या आधारावर आहे. +अन्य विषयांमध्ये जेरूसलेमच्या भविष्याच्या स्थितीचा विषय आहे ज्याला दोन्ही राष्ट्रांना पवित्र आहे आणि जॉर्डन वॉली या समस्याचा विषय आहे. +इस्रायल यांनी एक प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा पीए प्रतिस्थापन करण्यासाठी केवळ पाच वर्षांसाठी स्वीकार केले आहे. एक प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्याची मागणी केली आहे, जेव्हा प्रतिस्थापन करण्य +सप्लीमेंटरी पेस्ट कंट्रोल ट्रायलमध्ये शूटर्सला रेंजर्सद्वारा जवळपास निरीक्षण करण्यात आले होते, कारण ट्रायल निरीक्षण करण्यात आले होते आणि त्याच्या कार्यक्रमाच्या उपयुक्तताचा मूल्यांकन करण्यात आला होता. +एनपीडब्ल्यूएस आणि ऑस्ट्रेलियाच्या स्पोर्टिंग शूटर्स असोसिएशन (एनएसडब्ल्यू) यांच्या एक सहकर्मचारी संघात, स्पोर्टिंग शूटर्स असोसिएशनच्या शिक्षण कार्यक्रमात योग्य स्वयंसेवक नियुक्त केले गेले. +एक्टिंग डायरेक्टर पार्क कन्झर्वेशन आणि हेरिटेज साठी एनपीडब्ल्यूएस यांनी प्रथम शूटिंग ऑपरेशनसाठी चार शूटर्सना पूर्ण सुरक्षे आणि प्रशिक्षण सूचना दिली आहे. +मार्टेली यांनी गुरूवारी नवीन प्रायोजक निवडणुक परिषदेचा (CEP) नौ सदस्यांचा शपथ घेतला. +हा चार वर्षांमध्ये मार्टेलीचा पाचवा सीईपी आहे. +गेल्या महिन्यात राष्ट्रपती आयोगाने नवीन निवडणुकांसाठी देशाला जाऊ देण्यासाठी घटकांच्या एक भागामध्ये पूर्व सीईपीच्या उपस्थितीसाठी सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आयोगाने सर्वोच्च आय +कमिशन ऑक्टोबरमध्ये सुरु झालेल्या व्यापक प्रतिरोधांसाठी मार्टेली यांची प्रतिक्रिया होती. +काहीवेळ हिंसक प्रदर्शन निवडणूक करण्याच्या अपयश्यतेमुळे झाले होते, 2011 पासून काही निवडणूक करण्यात आले होते. +६० इपॉड्सच्या उपयोगात उष्ण झाल्यामुळे ६ आग झाले आहेत आणि चार लोकांना सामान्य झालेल्या जवळपास झालेल्या झाल्यामुळे जखमी झालेल्या आहेत. +जपानच्या अर्थव्यवस्था, व्यापार आणि उद्योग मंत्रालया (METI) म्हणाले की त्यांनी उपकरणांच्या संबंधित 27 दुर्घटनांची जाहिरात केली होती. +मागील आठवड्या, METI यांनी अपल यांनी त्यांना 34 अधिक उष्णता झालेल्या घटनांची जाहिरात केली आहे, ज्यांना कंपनी त्यांच्यासाठी "नॉन-सरियस" असल्याचे सांगितले आहे. +मिनिस्टरी यांनी अॅपलच्या रिपोर्टच्या पुनरावृत्तीसाठी "वास्तविकरित्या दु:खदायक" म्हणण्यात जवळ प्रतिक्रिया दिली. +भूकंप 07:19 वाजता स्थानिक वेळा (09:19 वाजता GMT शुक्रवारी) मारियानामध्ये झाला. +उत्तर मॅरियनाच्या आपत्कालीन व्यवस्थापन कार्यालयाने सांगितले की राष्ट्रात कोणत्याही नुकसान झाले नाही. +पॅसिफिक त्सुनामी वॉर्निंग सेंटर यांनी सांगितले की त्सुनामीचा संकेत नाही. +फिलिपिन्समधील एक पूर्व पोलिस अधिकारी मानिला, फिलिपिन्सच्या राजधानीमध्ये त्यांनी त्यांच्या बसावर हायजॅक केल्याने होंग कॉंगच्या पर्यटनकर्त्यांना जोरदार करत आहेत. +रोलांडो मेंडोझा यांनी पर्यटकांना त्यांच्या एम16 राइफलचा गोळा घेतला. +अनेक झालेल्यांना बाहेर काढण्यात आले आहेत आणि कमीतरी सहा झालेल्यांना मृत्यू झाल्याचा पुष्टी करण्यात आला आहे. +मुलां आणि ज्येष्ठ लोकांच्या सहित ६ झालेल्या झालेल्यांना सुमारे जाऊन फिलिपिनो फोटोग्राफर्स जाऊन घेण्यात आले होते. +फोटोग्राफर नंतर एक वृद्ध स्त्रीची जागा घेण्यात आली कारण त्यांना शौचालय आवश्यक होतो. मेंडोझा गोळीबार झाल्या. +लिगिन्सने त्यांच्या पालकाच्या पात्रांमध्ये चालला आणि चिकित्सातील कारकीर्दीत प्रवेश केली. +त्यांनी ऑस्टेट्रिशियन शिकण्यात आले आणि 1959 मध्ये ऑकलंडच्या राष्ट्रीय महिला रुग्णालयात काम करण्याचा सुरुवात केला. +जेव्हा त्या रुग्णालयात काम करत होता तेव्हा लिग्गिन्सने त्यांच्या बेकायदेशीर वेळामध्ये पूर्णपणे जन्म झालेल्या मुलांसाठी शोध सुरु केले. +त्यांच्या संशोधनात दिसले की एक हॉर्मोन प्रस्तुत करण्यात याला जरी मुलांच्या फेटल लंगच्या स्थापनातील वेगाने जाऊ शकते. +सरकारी अनुसन्धानकर्त्यांनी बुधवारी दोन 'ब्लॅक बॉक्स' फ्लाईट रेकॉर्डर शोधले आहेत. +सहकृष्ण खेळाडूंनी लुन्याला श्रद्धा प्रस्तुत केले. +टॉमी ड्रीमर म्हणाले "लुना एक्झ्ट्रीमच्या पहिल्या क्वीन होती. माझ्या पहिल्या व्यवस्थापक होते. लुना दोन चंद्रांच्या रात्री मृत्यू झाली. त्याच्या प्रकारे सुंदर एक महिला होती." +डस्टिन "गोल्डस्ट" रनेल्स यांनी टिप्पणी केली की की "लुना माझ्यासारख्या फ्रीकी होती...कदाचित अधिक फ्रीकी...मी त्याला प्रेम करतो आणि त्याला काढून घेणार आहे...आशा करतो की ती एक चांगल्या स्थानात आहे." +२०१० च्या संघराज्य निवडणुकांच्या १,४०० लोकांपैकी २००८ पासून ऑस्ट्रेलिया एक गणराज्य बनण्याचा विरोध करणाऱ्यांनी ८ टक्के वाढले आहेत. +२०१० च्या संघराज्य निवडणुकांच्या अभियानात कार्यकारी पंतप्रधान जुलिया गिलार्ड यांनी म्हटले की त्यांना अशी विश्वास आहे की क्वीन एलिझाबेथ २च्या शासनाच्या अखेरीस ऑस्ट्रेलिया एक गणराज्य होईल. +सर्वोच्च निवडणुकांमध्ये 34 टक्के लोक या प्रतिक्रिया देत आहेत, ज्यांनी ऑस्ट्रेलियाच्या अखेरीच्या राजा एलिझाबेथ २ यांना इशारा देत आहेत. +सर्वेक्षण करण्यात आलेल्या 29 टक्के लोकांचा मत आहे की ऑस्ट्रेलिया जर कधीही संभाव्य असल्यास त्याला गणराज्य बनविण्याची आवश्यकता आहे, तर 31 टक्के लोकांचा मत आहे की ऑस्ट्रेलिया कधीही गणराज्य बनण्याची आवश्यकता नाही. +ऑलिम्पिक सुवर्ण पदक विजेता 100 आणि 200 मीटर्स फ्रीस्टाईल आणि तीन रिले मधील कॉमनवेल्थ गेम्समध्ये स्विम करण्याची प्रतीक्षा होती, पण त्यांच्या शिकायतींमुळे त्यांची फिटनेस संदेहात आहे. +त्याच्या दुखांचा सामना करण्यासाठी आवश्यक ड्रग्स उपलब्ध करण्यात आवश्यक नाहीत कारण त्यांना खेळांमध्ये बंद करण्यात आले आहेत. +सेंट्रल मिसूरी युनिव्हर्सिटीमधील गणितज्ञ आणि कंप्यूटर विज्ञान प्रोफेसर कर्टिस कोओपर यांनी 25 जानेवारी सर्वाधिक जाणीव प्राईम नंबर शोधले आहे. +फरवरीच्या सुरुवातीत विविध हार्डवेअर आणि सॉफ्टवेअर वापरून अनेक लोक या शोधाला पुष्टि केले आणि त्याला मंगळवारी घोषित केले. +कॉमेट्स शायद प्राकृतिक पदार्थांसोबत पृथ्वीवर पाण्य प्रदान करण्यासाठी एक स्रोत होते ज्यामध्ये प्रोटीन उत्पन्न होऊ शकते आणि जीवन समर्थन करू शकते. +शास्त्रज्ञांचा अशा आशा आहे की कोमेट्स जवळ पूर्वीच पृथ्वीसोबत संघर्ष केल्यानंतर पृथ्वी कसे उत्पन्न झाली, विशेषतः पृथ्वी कसे उत्पन्न झाली. +53 वर्षीय कुओमो यांनी या वर्षाच्या सुरुवातीला त्यांची गवर्नरशिप सुरु केली आणि मागील महिन्यात त्यांनी समलैंगिक विवाह करारी करण्यासाठी कायदा प्रतिस्थापन केला. +त्यांनी झालेल्या दाव्यांना "राजकीय चाचणी आणि मूर्खता" म्हणण्यात आले. +त्याला 2016 मध्ये राष्ट्रपतीच्या निवडणुकांमध्ये सामना करण्याची शंका आहे. +नेक्स्टजेन एक प्रणाली आहे जे एफएए यांनी दावा केली आहे की या प्रणाल्यामुळे विमाने कमी मार्गांवर उड्डाण करू शकतील आणि प्रत्येक वर्ष कर्बन उत्सर्जन कमी होईल. +हवाई यातायात नियंत्रकांना जास्त स्पष्टीकरणासाठी विमान यांचा ठिकाण पाहण्यासाठी आणि यांना जास्त स्पष्ट माहिती देण्यासाठी या तंत्रज्ञानाचा उपयोग करण्यासाठी पूर्वीच्या जमिनी-रॅडर-आधारित तंत्रज्ञानाच्या विपरीत एक सैटेलाईट-आधारित तंत्रज्ञानाचा उपयोग करण्यात आला आहे. +कोणत्याही अतिरिक्त ट्रान्सपोर्ट ठेवण्यात आले नाही आणि वेंब्लीवर ऑवरग्रांड ट्रेन्स राहणार नाहीत, आणि ग्रांडवर कार पार्किंग आणि पार्क-एंड-राइड सुविधा उपलब्ध नाहीत. +ट्रान्सपोर्टेशनची कमी याच्या चिंतामुळे संघाच्या समर्थकांसह बंद डोर्समध्ये खेळण्याची संभाव्यता वाढली. +शुक्रवारी जर्नल सायन्समध्ये प्रकाशित एक संशोधनामध्ये इक्वाडोरच्या गॅलापागोस द्वीपांवरील एक नवीन पक्षी प्रजातीची स्थापना सांगितली आहे. +युनायटेड स्टेट्समधील प्रिंस्टन युनिव्हर्सिटी आणि स्वेडनमधील उप्पसाला युनिव्हर्सिटी यांनी दोन प्रतीशतांमध्ये एक नवीन प्रजाती उत्पन्न झाल्याचे सांगितले आहे, तथापि या प्रक्रियेला अधिक दीर्घकाळ होण्याची विश्वास झाली होती, ज्यामध्ये एन्डिमिक डार्विन फिंच, गेओस्पिझा फोर्टेस आणि इमिग्रंट कॅक्टस फिंच, गेओस्पिझा कोनिरोस्ट्रिस यांच्या एकत्रितामुळे. +सुवारी सर्व प्रकारच्या आकारांमध्ये काम करण्यात आवश्यक असते. सुवारी छोट आकारांमध्ये काम करण्यात आवश्यक असते. +ते छोट्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल्या चांगल +ते अतिशय सूक्ष्म होऊ शकतो आणि इतर धातुपेठीवर ठेवले जाऊ शकतो. ते अतिशय सूक्ष्म होऊ शकतो की काही वेळा "इल्युमिनेटेड मॅनस्क्रिप्ट्स" नावाच्या पुस्तकांमध्ये हात पेठित चित्रांना सजवण्यासाठी वापरले गेले होते. +याला केमिकलच्या फीएच म्हणतात. तुम्ही एक इंडिकेटर बनवण्यासाठी रेड कॅबेजच्या रसाचा वापर करू शकतो. +कॅबॅजचा रस किमाने किंवा प्राकृतिक (उष्ण) असल्यामुळे त्याचा रंग बदलतो. +पीएच पातळी हायड्रोजन (पीएचच्या एच) आणिओन यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्या मूल्यांच्य +हायड्रोजन इयन प्रॉटॉन्स आहेत जे त्यांच्या इलेक्ट्रॉन्स त्यांना काढण्यात आले आहेत (कारण हायड्रोजन परमाणु एक प्रॉटॉन आणि एक इलेक्ट्रॉन असतात). +दोन्ही ड्राय पाऊडर्स एकत्र काढून त्यांना एक बॉलमध्ये एकत्र काढण्यासाठी स्वच्छ जलेल्या हातांनी काढून द्या. +तुमच्या हातांमध्ये होणाऱ्या पाण्याला बाहेरी पाण्यांनी प्रतिक्रिया करू शकते, ज्यामुळे तुम्हाला मजेशीर वाटते आणि एक प्रकारचा शेल बनला जाईल. +हारप्पा आणि मोहेनजो-डारोच्या शहरांमध्ये जवळपास प्रत्येक इमारतीमध्ये एक सोफिस्टिकेट सेव्हेज सिस्टमसाठी जोडलेल्या फ्लश टोईलेट होते. +ग्रीसच्या क्रीट आणि सांटोरिनी येथील मिनोयन शहरांच्या घरांमध्ये सेव्हेज प्रणालीचे अवशेष शोधले गेले आहेत. +प्राचीन इजिप्तियात, पर्शियात आणि चीनमध्ये पान करण्यासाठी टॉयलेट्स होते. रोमन संस्कृतीत, टॉयलेट्स कधीही सार्वजनिक बॅथ हाऊसमध्ये होते जिथे पुरुष आणि स्त्रियां एका मिश्रित कंपनीमध्ये एकत्र होते. +जेव्हा तुम्ही हजारो मैल दूर असलेल्या कोणाला कॉल करतो, तेव्हा तुम्ही एक सैटेलाई वापरतो. +उपग्रह अंतरिक्षात कॉल प्राप्त करतो आणि त्याला जवळपास प्रत्यक्षात पुन्हा पाठवतो. +एका रॉकेटच्या मदतीमुळे एक सैटेलाईट अंतरिक्षात पोहोचला गेला होता. शास्त्रज्ञ अंतरिक्षात टेलिस्कॉप वापरतात कारण पृथ्वीच्या आकाशामध्ये काही आपल्या प्रकाश आणि दृश्याला दुर्व्यवस्थित करतात. +स्पेसमध्ये एक सॅटेलाईट किंवा टेलिस्कॉप स्थापण करण्यासाठी १०० फूट उच्च एक जायंट रॉकेटचा उपयोग करण्यात आवश्यक आहे. +व्हील जगाला अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा अशा +यामुळे आपल्याला ट्रेन, कार आणि अनेक इतर प्रवाह उपकरण मिळाले आहेत. +त्यांच्या पासून अधिक मध्यम आकारच्या गोळी आहेत ज्यांनी रॅबिट्स ते अंटेलॉप्स आणि डीर यांच्या दरम्यानच्या मध्यम आकारच्या शिकारांचा खात करतात. +अखेरीस, अनेक छोट्या गोळ्यांमध्ये (ज्यांमध्ये छोट्या पेट गोळ्यांचा समावेश आहेत) ज्यांनी इंसेक्ट्स, रॉडेंट्स, लिझर्ड्स आणि पक्षी ज्यांच्यासाठी अधिक अनेक छोट्या शिकारांचा खात करतात. +त्यांच्या यशाच्या गोष्टी नाईच कल्पना आहे, ज्याने त्यांना इतरांसोबत स्पर्धे करण्यासाठी एक विशेष काम प्राप्त करण्यात आला आहे. +लायन्स सर्वाधिक सामाजिक चमगादड आहेत, जे प्राईड्स म्हणून मोठ्या समूहांमध्ये राहतात. +प्राईड्स एक किंवा तीन संबंधित वयस्क पुरुषांच्या, तीस पेक्षा अधिक स्त्रियांच्या आणि कब्झांच्या समूहात बनले जाते. +स्त्री सहसा एका मोठ्या परिवारात आहेत, ज्यामध्ये साईटर्स आणि डॉटर्स आहेत. +लायन प्राईड्स चांगल्या प्रवृत्तीतील लायन्सच्या जवळपास जाणाऱ्या प्राकृतिक प्रजातींच्या प्रतिस्थापनात जास्त आहेत, आणि त्यांच्या शिकारांसाठी अत्यंत झालेल्या आहेत. +एक चांगल्या झालेल्या खेळाडू, तिगर उभा करू शकतो (तरीही चांगल्या नाही), स्विम करू शकतो, मोठ्या दूरच्या दूरांना उभा करू शकतो आणि एक शक्तिशाली माणसाच्या पाच वेळांच्या शक्तीसह जोड करू शकतो. +टायगर लाईओन, लिपार्ड आणि जगुआरच्या समूहात (जेनस पँथेरा) आहेत. या चार कॅट्स एकमेव आहेत ज्यांनी उड्डाण करू शकतात. +तिगराचा उदाहरण पूर्ण आवाज अशा नाही, पण तिगराचा उदाहरण स्नार्ल्य शब्दांचा एक वाक्य अशा आहे. +ओसेलॉट्स छोटे प्राणी खाणार आहेत. त्यांनी चांगल्या प्राणी, सर्पांचा, चमगादडांचा आणि पक्षी करू शकतात तेव्हा त्यांनी त्यांना शोधतात. ओसेलॉट्स शोधतात असलेल्या सर्व प्राणी त्यांच्यापेक्षा कमी आहेत. +शास्त्रज्ञांचा विचार आहे की ओसेलॉट्स जमीनवर कोणत्याही ठरल्या आहेत तेव्हा त्यांनी त्यांच्या स्वादाच्या माध्यमातून जाणतात आणि त्यांना खाणारे प्राणी (शिकार) शोधतात. +त्यांनी रात्रीच्या दृष्टीमुळे काढण्यासाठी अतिशय स्पष्ट पाहू शकतात आणि त्यांनी त्यांच्या प्रेक्षकांसोबत जोडण्यासाठी आणि त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक्षकांसोबत जोडल्यानंतर त्यांनी त्यांच्या प्रेक +जेव्हा एक लहान संघ (एक लहान जनसंख्या) मुख्य जनसंख्यापासून (जसे की त्यांनी मुख्य जनसंख्यापासून आले अशा प्रकारे) टाकले जातात तेव्हा त्यांनी अक्षमपणे पुन्हा जाऊ शकत नाही अशा प्रकारे जेव्हा त्यांनी एक नवीन द्वीपावरून जातात किंवा जेव्हा त्यांनी एक पर्वतावरून जातात किंवा जेव्हा त्यांनी एक नदीवरून जातात तेव्हा त्यांनी अक्षमपणे पुन्हा जाऊ शकत नाही तेव्हा त्यांनी अक्षमपणे पुन्हा जाऊ शकत नाही तेव्हा त्यांनी अक्षमपणे पुन्हा जाऊ शकत नाही तेव्हा त्यांनी अक्षमपणे पुन्हा जाऊ शकत नाही तेव्हा त्यांनी अक् +या नवीन परिस्थितीत विभिन्न संसाधन आणि विभिन्न प्रतिस्पर्धी आहेत, त्यामुळे नवीन जनसंख्याला त्यांना पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासाठी पूर्ण प्रतिस्पर्धी बनण्यासा� +मूळ जनसंख्या पूर्णपणे बदलली नाही, त्यांना पूर्णपणे पूर्वीच्या उपयोगांची आवश्यकता आहे. +वेळापासून, नवीन जनसंख्या त्यांच्या नवीन परिस्थितीत प्रवर्तन करण्याचा सुरुवात करतात तेव्हा त्यांनी इतर जनसंख्येसारख्या कमी आहेत आणि कमी आहेत. +अखेरीस, हजारो किंवा दहा हजार वर्षांनंतर, या दोन्ही जनसंख्यांनी एक प्रजाती म्हणून ओळखणार नाहीत. +आपण या प्रक्रियेला विशिष्टता म्हणतो, जे केवळ नवीन प्रजातीचा निर्माण असल्याचा अर्थ असतो. विशिष्टता एक अप्रत्यक्ष परिणाम आहे आणि विकासाच्या एक अतिशय महत्त्वाच्या भागात आहे. +वनस्पती ऑक्सिजन उत्पन्न करतात ज्या माणस श्वास करतात, आणि त्यांनी माणसांनी श्वासात जाणाऱ्या कॅर्बन-डायॉक्साईड उपलब्ध करतात. +फोटोसिंथेझिसच्या माध्यमातून पृष्ठ सूर्याच्या प्रकारे आपला भोजन करतात. त्यांनी त्यांच्या पाण्यातील शाडा प्रदान करतात. +आपण आपले घर प्राकृतिक झाले आहेत आणि आपले कपडे प्राकृतिक झाले आहेत. आपण जेव्हा खातो तेव्हा प्राकृतिक खातो. प्राकृतिक नसल्याने प्राणी जीवित राहत शकत नाहीत. +मोसासॉरस हा त्याच्या काळातील शीर्ष शिकार होता, म्हणजे त्याला इतर मोसासॉर्सच्याविरुद्ध काहीही भीती नाही. +त्याच्या दीर्घ काळांमध्ये 70 अधिक रॅझर-शार्प चीझांसह एक अतिरिक्त सेट होता, ज्यामुळे त्याच्या मुळेच्या रूफामध्ये एक अतिरिक्त सेट होता, ज्यामुळे त्याच्या मार्गावर जाणाऱ्या कोणत्याही चीझाला त्याच्या मार्गावर जाऊ शकत नाही. +आम्ही खात्री नाही, पण त्याला फोर्क्ड टंग होऊ शकते. त्याच्या खाद्यपातीमध्ये चिल्ल्या, मोठ्या माझ्या, इतर मोसासर आणि कदाचित त्या एक कॅनिबल होऊ शकते. +यामुळे पाण्यात प्रवेश करणाऱ्या कोणत्याही गोष्टींना हल्ला करण्यात आला होता; यामुळे टी. रेक्स यांच्याप्रमाणे विशाल डायनोसॉरचा प्रतिस्पर्धा करण्यात आला नाही. +त्यांच्या बहुतांश खाद्य आपल्याला समजले जाईल, पण रोमन्सना त्यांच्याकडे वाईल्ड बॉर, पीकॉक, स्नॅल्स आणि एक प्रकारच्या रॉडेंटच्या नावात डॉर्मॉउस यांच्या सामानांचा एक भाग होता. +एक इतर फरक होता की गरीब लोक आणि स्त्रिया त्यांच्या भोजन घालण्यासाठी चॅयर्समध्ये झाल्याने त्यांनी त्यांच्या भोजनात त्यांच्या बाजूने झाले होते तर धनी पुरुष एकत्र बँकेट करण्यासाठी पसरले होते ज्यामध्ये त्यांनी त्यांच्या भोजनात त्यांच्या बाजूने झाले होते. +प्राचीन रोमन भोजनात युरोपमध्ये अमेरिकेतून किंवा आशियातून येणाऱ्या भोजनांचा समावेश होऊ शकणार नाहीत. +उदाहरणार्थ, त्यांना कॉर्न, टॉमॅटो, पॉटॅटो, कोको आणि कोणत्याही प्राचीन रोमन तुर्कीचा भोवता घेतला नाही. +बाब्यलोनियन यांनी त्यांच्या देवांच्या प्राथमिक मंदिरांचा निर्माण केला ज्याला देवाच्या घराच्या म्हणण्यात आला होता. +लोकांनी ईश्वरांसाठी प्रसाद केले आणि पंडितांनी पूजा आणि उत्सवांमध्ये ईश्वरांच्या आवश्यकतांसाठी उपस्थिती करण्याचा प्रयत्न केला. +प्रत्येक मंदिरामध्ये एक खुल्या मंदिराच्या खाडी होती आणि नंतर एक आंतरिक मंदिरा होती ज्यामध्ये केवळ पंडित प्रवेश करू शकतात. +काही वेळा मंदिरांसाठी एक भाग असण्यासाठी एक विशेष प्य्रामिड शॅप असलेल्या झिग्गुरॅट्सचा निर्माण केला गेला होता. +इमारतच्या शिखराला देवांसाठी विशेष मंदिर होता. +मध्यपूर्तीच्या उष्ण क्षेत्रात, घर इतक्या महत्त्वाचा नाही. +हेब्रू कुटुंबाचा बहुतांश जीवन खाली हवामान झाला होता. +महिलांनी यार्डमध्ये भोजन करण्यात आली; स्टोर्स केवळ स्ट्रीटच्या पाहण्यासाठी खुले काउंटर्स होते. इमारती बांधण्यासाठी पत्थर वापरले गेले होते. +कानानच्या भूमीत कोणत्याही मोठ्या वनस्पत्य नसल्या, त्यामुळे लक्षदीप अतिशय महाग होते. +ग्रीनलँडचा निवास कमी असला होता. नॉर्स सागांमध्ये ते म्हणतात की इरिक द रेड इसलँडमध्ये हत्या करण्यासाठी निर्वासित करण्यात आले आणि पश्चिम प्रवास करताना त्यांनी ग्रीनलँड शोधले आणि त्याला ग्रीनलँड म्हणून नाव दिले. +पण त्यांच्या शोधामुळे केवळ इस्किमो वंशांनी तेव्हा त्या ठिकाणी राहत होत्या होत्या. +प्रत्येक देश 'स्कॅन्डिवियन' होता, पण डेनमार्क, स्वेडन, नॉर्वे आणि आइसलँडच्या लोकांच्या, राजांच्या, संस्कृतींच्या आणि इतिहासाच्या बीची अनेक फरक होती. +जेव्हा तुम्ही नॅशनल ट्रेजरची चित्रपट पाहिली तर तुम्ही स्वतंत्र्याच्या घोषणाच्या पाठावर संपत्तीचा नकाशा लिहिला असा विचार करू शकतो. +तथापि, ही कथित नाही. डॉक्युमेन्टच्या पाठावर काही लिहिले गेले तरी ती संपत्तीचा नकाशा नाही. +स्वातंत्र्य घोषणाच्या पृष्ठावर लिहिलेले शब्द "मूळ स्वातंत्र्य ४ जुलै १७७६ च्या दिवशी घोषित केलेल्या स्वातंत्र्य घोषणाच्या प्रथम घोषणा" असल्याचे सांगितले गेले होते. +जेव्हा कोणत्याही लोकांना केवळ स्पष्ट झाले नाही की कोणी ही या पुस्तकाचा लेख केला आहे, तरीही जाणते आहे की या पुस्तकाच्या जीवनातील सुरुवातीच्या काळात, मोठ्या पार्चमेंटच्या कागदपत्राचा (याचा मात्रा 29¾ इंच आणि 24½ इंच असल्याचा) स्टोरेज करण्यासाठी रोल केला गेला होता. +म्हणजे, या नोटेशनला केवळ एक लेबल म्हणून पुढे केले गेले अशी शक्यता आहे. +डी-डे लँडिंग्ज आणि त्यानंतरच्या युद्धांमुळे फ्रान्सचा उत्तर स्वातंत्र झाला होता, पण दक्षिण अद्याप स्वातंत्र नाही. +“विची” फ्रेंच लोकांच्या नेतृत्वात होते. या लोकांनी 1940 मध्ये जर्मन्ससोबत शांतता केली होती आणि त्यांनी त्यांच्याविरुद्ध युद्ध करण्यासाठी आक्रमणकर्त्यांसोबत काम केले होते. +१५ ऑगस्ट १९४० रोजी एलीजने दक्षिण फ्रान्सचा आक्रमण केला, आक्रमणाचा नाव "ऑपरेशन ड्रॅगून" होता. +केवळ दोन आठवड्यांमध्ये अमेरिकन आणि फ्री फ्रेंच सैन्यांनी दक्षिण फ्रान्सचा स्वातंत्र्य मिळवला आहे आणि जर्मनीच्या दिशेने जात आहेत. +एक संस्कृती एक महत्त्वाचे मोठे समूह लोकांच्या सामान्य संस्कृती आहे, ज्या लोकांनी सहकर्मी रूपात जीवन आणि काम करतात, एक समाज. +सिव्हिलिझेशनचा शब्द लॅटिनच्या सिव्हिलिस या शब्दापेक्षा असलेल्या सिव्हिलिस या शब्दापेक्षा असलेल्या सिव्हिलिस या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सिव्हिटास या शब्दापेक्षा असलेल्या सि +शहर-राज्य ही राष्ट्रांचे पूर्वज आहेत. सिविलिझेशनल संस्कृती ज्ञानाचा अनेक प्रतिज्ञातांमध्ये पुरवठा करणे, संस्कृतिक प्रतिज्ञाता आणि योग्य प्रसार यांचा अर्थ असतो. +छोट्या संस्कृतिंमध्ये संबंधित ऐतिहासिक प्रमाणांनी छोट्या संस्कृतिंना बाहेर पडण्यापूर्वी नाहीत आणि उचित संस्कृति म्हणून मान्यता मिळत नाहीत. +कृत्रिम युद्धाच्या काळात, 13 राज्यांनी प्रथम कॉंग्रेसच्या केवळ एक भाग असल्याने कॉनफेडरेशनच्या आर्टिकल्समध्ये एक कमजोर केंद्रीय सरकार निर्माण केली. +कॉंग्रेसमध्ये कोणत्याही प्रतिबंध लावण्याची कोणत्याही शक्यता नव्हती, आणि कारण राष्ट्रीय एक्झिक्युटिव किंवा न्यायालय नव्हते, त्यांनी सर्व आपल्या कायद्यांचा प्रतिबंध करण्यासाठी राज्य अधिकारींना विश्वास केला, ज्यांनी अक्सर सहभागी नाहीत. +यामध्ये राज्यांच्या बीची कर आणि टॅक्स कायदे आणि टॅरिफ यांच्यावर प्रतिबंध करण्याची कोणत्याही अधिकार नव्हती. +आर्टिकल्सचा संशोधन करण्यासाठी सर्व राज्यांनी एकत्रित स्वीकृती देण्याची आवश्यकता होती आणि राज्यांनी त्यांच्या प्रतिनिधी अक्षम असल्यामुळे केंद्रीय सरकारला एकत्र करण्यात आली होती. +इटलीचे राष्ट्रीय फुटबॉल संघ जर्मनीचे राष्ट्रीय फुटबॉल संघसोबत जगातील सर्वाधिक यशस्वी संघ आहेत आणि 2006 मध्ये एफआईएफ वर्ल्ड कपच्या विजेता होते. +लोकप्रिय खेळांमध्ये फुटबॉल, बास्केटबॉल, वोलेबॉल, वॉटर-पोलो, फेंसिंग, रग्बी, सायकलिंग, आईस हॉकी, रोलर हॉकी आणि F1 मोटर रेसिंग यांचा समावेश आहेत. +उष्णकटिबंधीय खेळांमध्ये इटालियन अंतरराष्ट्रीय खेळांमध्ये आणि ऑलिंपिक कार्यक्रमांमध्ये स्पर्धा करत असतात. या उष्णकटिबंधीय खेळांमध्ये उष्णकटिबंधीय प्रदेशांमध्ये सर्वाधिक लोकप्रिय असतात. +जपानमध्ये जवळपास 7,000 जेव्हा असलेल्या बेटांची संख्या आहे (ज्या सर्वात मोठी होन्शू आहे), ज्यामुळे जपान जगातील सातव्या सर्वाधिक मोठा बेटा आहे! +जपानच्या द्वीपांच्या समूह/समूहामुळे जपानला जागतिक स्थितीवर अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म्हणजे अक्षेपेलागो म् +15 व्या शतकात तैवानचा सुरुवात झाला जेव्हा युरोपियन नाविकांनी द्वीपाचा नाव इल्हा फॉर्मोसा किंवा सुंदर द्वीप म्हणून रेकॉर्ड केला. +1624 मध्ये, डॉटच ईस्ट इंडिया कंपनी दक्षिणपश्चिमी तैवानमध्ये एक आधार स्थापन करत आहे, ज्यामुळे प्राचीन ग्राईन उत्पादन प्रक्रियांमध्ये परिवर्तन करण्याचा सुरुवात केला आहे आणि चीनी श्रम करणाऱ्यांना त्यांच्या राय आणि शक्काच्या उद्यानांमध्ये काम करण्यासाठी उपयोग केला आहे. +1683 मध्ये, किंग राजवंश (1644-1912) सैन्यांनी ताईवानच्या पश्चिमी आणि उत्तरी किनाऱ्यांच्या क्षेत्रांमध्ये नियंत्रण घेतला आणि 1885 मध्ये ताईवान किंग साम्राज्याच्या एक प्रांत म्हणून घोषित केले. +1895 मध्ये, पहिल्या सिनो-जपानी युद्धमध्ये (1894-1895) पराभूत झाल्यानंतर, किंग सरकारने शिमोनोसेकी युद्धाच्या करारावर हस्ताक्षर केले, ज्यामुळे तैवानचा सार्वजनिक अधिकार जपानला जातो, ज्यामुळे तैवानचा द्वीप 1945 पर्यंत जपानच्या शासनात राखला गेला होता. +माचु पिच्चूमध्ये तीन मुख्य इमारती आहेत, ज्याचा नाव इंटिहुआटाना, सूर्याचा मंदिर आणि तीन चढींच्या कमरे आहेत. +कॉम्प्लेक्सच्या किनाऱ्यांवरील अधिकांश इमारती पुन्हा बांधण्यात आले आहेत ज्यामध्ये प्रवासींना त्यांच्या मूळ प्रस्तुतीसाठी सर्वोच्च कल्पना दिली जाईल. +1976 पासून, माचु पिच्चूच्या तीस टक्क्यांचा पुनर्स्थापन केला गेला आहे आणि पुनर्स्थापन आजपर्यंत चालत आहे. +उदाहरणार्थ, जगातील सर्वाधिक सामान्य स्टिल इमेज फोटोग्राफी फॉर्मॅट 35 एमएम आहे, जे एनालॉग फिल्म युगाच्या अंत मध्ये प्रमुख फिल्मचे आकार होते. +आजही याचा निर्माण करण्यात आला आहे, पण अधिक महत्त्वाच्या बाबतीत डिजिटल कॅमेराच्या इमेज सेंसर फॉर्मॅट्समध्ये त्याचा अस्पेक्ट रेशियो घेतला आहे. +35 एमएम फॉर्मॅट वास्तविक रूपात 24 एमएम उच्च आणि 36 एमएम चढ असलेले आहे. +या फॉर्मॅटच्या प्रतीबद्धता रेटिओ हे सर्वसाधारण पूर्ण-संख्या रेटिओ मिळवण्यासाठी 12 वर विभाजित करण्यासाठी 3:2 असल्याचे असे सांगण्यात आहे. +अनेक सामान्य फॉर्मॅट्स (एपीएस कुटुंबाच्या फॉर्मॅट्स, उदाहरणार्थ) या क्षेत्राच्या तुलनात्मक प्रमाणावर समान किंवा जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ जवळ +तीसव्या नियमाचा अधिक उपयोग करण्यात आला आणि अनेकदा उदास करण्यात आला असलेला नियम एक एका छायाचित्रामध्ये आर्थिकता करण्यासाठी डायनामिकचा निर्माण करणारा एक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वा +मुख्य विषयाचा सर्वाधिक कार्यकारक स्थान इमेजचा उत्तर-दक्षिण आणि पूर्व-पश्चिम द्वारा विभाजित करणाऱ्या लाईनांच्या कोणत्याही ठिकाणी आहे (उदाहरण पाहा). +युरोपच्या इतिहासातील या काळात, कॅथोलिक चर्च, जी धनी आणि शक्तिशाली झाली होती, त्याला तपासणी करण्यात आली. +१००० वर्षांपासून क्रिस्चियन धर्माने भाषा आणि संस्कृतींच्या फरकांमुळे युरोपियन राज्य एकत्र केले होते. +त्याच्या सर्वसाधारण शक्तीमुळे राजा ते सामान्य लोकांपासून सर्वांचा परिणाम झाला. +मुख्य क्रिस्चियन दर्शनांमध्ये एक आहे की संपत्ती दुखापणा आणि गरिबी उद्धार करण्यासाठी वापरण्याची आहे आणि चर्चच्या पैसे विशेषतः उद्धार करण्यासाठी आहेत. +चर्चचे केंद्रीय अधिकारी १००० वर्षांपूर्वी रोममध्ये राहत होते आणि शक्ती आणि पैसेचा एकत्रीकरण यामुळे अनेक लोकांनी या एकत्रीकरणाच्या प्रमाणावर सोधून आले. +युद्ध सुरु झाल्यानंतर, ब्रिटनने जर्मनीसाठी नौदल ब्लॉकेड सुरु केले. +या रणनीती कामगिरी झाली, महत्त्वाच्या लष्करी आणि सामाजिक आपूर्तिंमध्ये काट झाल्या, तथापि या ब्लॉकडे मागील दोन शतकांच्या अनेक अंतरराष्ट्रीय सम्झौत्यांनी कोडिफाई केलेल्या सामान्य अंतरराष्ट्रीय कायद्यांचा उल्लंघन केला. +ब्रिटनने समुद्राच्या संपूर्ण भागांमध्ये कोणत्याही जहाजांना प्रवेश करण्याचा रोखण्यासाठी अंतरराष्ट्रीय पाण्यांमध्ये खाडी काढण्यात आले आहे, ज्यामुळे निष्पक्ष जहाजांवर प्रतिकूल परिणाम होऊ शकते. +या तक्तिकेसाठी सीमित प्रतिक्रिया मिळाली होती, त्यामुळे जर्मनी त्यांच्या स्वतंत्र समुद्री युद्धासाठी समान प्रतिक्रिया अपेक्षित होती. +१९२० च्या दशकात, बहुतांश नागरिक आणि राष्ट्रांच्या प्रभावी दृष्टीकोन शांतिवाद आणि एकत्रता होते. +जागतिक युद्ध १ मध्ये युद्धाच्या भयंकर आणि अपमानजनक प्रक्षेपणांना पाहण्यानंतर राष्ट्रांना भविष्यात एकदा याप्रकारच्या परिस्थिती टाळण्याची इच्छा आली. +1884 मध्ये, टेस्ला युनायटेड स्टेट्स ऑफ अमेरिकेमध्ये न्यूयॉर्क शहरातील ईडिसन कंपनीसोबत काम करण्यासाठी जात होते. +त्याने अमेरिकेमध्ये त्याच्या नावावर 4 सेंट्स, कवित्य पुस्तक आणि त्यांच्या पूर्व कामातील चार्ल्स बॅचेलर (त्याच्या व्यवस्थापक) यांनी थॉमस एडिसनसाठी सौंदर्य प्रस्तुती करण्याच्या पत्रांच्या सहाय्यामुळे आले. +पूर्वीच्या चीनमध्ये विभिन्न काळांची प्रदर्शन करण्याची एक विशेष मार्ग होती; चीनच्या प्रत्येक पद्धती किंवा प्रत्येक कुटुंबा जो शासकीय स्थितीमध्ये होता ते एक विशेष राजवंश होता. +प्रत्येक राजवंशाच्या बीचमध्ये विभाजित प्रांतांचा अस्थिर युग होता. या काळांचा सर्वाधिक प्रसिद्ध हा तीन राज्यांचा युग होता, जे हान आणि जिन राजवंशाच्या बीची 60 वर्षांच्या काळात झाला होता. +या काळात कठोर युद्ध होता ज्यामध्ये राजधानीच्या लढतीसाठी अनेक नायकांचा युद्ध झाला होता. +तीन राज्य या प्राचीन चीनच्या इतिहासातील सर्वाधिक रक्तरंजित युगांपैकी एक युग होता, ज्यात हजारो लोकांनी सर्वोच्च स्थान मिळवण्यासाठी झी’एन येथील विशाल किल्लेत लढताना मृत्यू झाले होते. +मेट्रिक प्रणालीचा वापर, एकत्रतापासून गणराज्यपासून परिवर्तन, राष्ट्रवाद आणि एका एकमेव शासकाच्या बाबतीत राष्ट्र लोकांचा आहे अशी सामाजिक आणि राजकीय परिणाम अनेक आहेत. +या क्रांतीनंतर सर्व पुरुष उमेदवारांसाठी नोकरी खुले राहिल्या, ज्यांमध्ये सर्वाधिक उद्यमी आणि यशस्वी लोक यशस्वी होऊ शकतात. +लष्करांसाठी समान होतो कारण आर्मीच्या रेंकिंग्जमध्ये श्रेणी आहेत तर आता त्यांचा आधार केलाबरचा आहे. +फ्रेंच क्रांतीने इतर देशांच्या प्रतिबंधित कामगार लोकांना त्यांच्या स्वतःच्या क्रांतीचा सुरुवात करण्यासाठी प्रेरित केला. +मुहम्मद या सामान्य जीवनाच्या बाहेरी प्रक्रियांमध्ये अत्यंत इच्छित होते. त्यांनी विचार करण्यासाठी “नूर” (प्रकाश) च्या पर्वताच्या “हिरा” म्हणून ओळखलेल्या एका गुफ्यात अक्सर जात होते. +त्या प्राचीन गुफ्यामध्ये मुहम्मदच्या आध्यात्मिक दृष्टिकोणांची एक अत्यंत स्पष्ट चित्र दिली जाते. +मक्काच्या उत्तरेकडे एका पर्वताच्या शिखरावर असलेल्या गुफाला जगातील इतर भागांपेक्षा पूर्णपणे अलग आहे. +वास्तविक म्हणजे, याचा शोध करणे सर्वाधिक कठीण आहे. याचा शोध करण्यासाठी कोणत्याही पाहण्याचा आवश्यक नाही. एकदा झाल्यामुळे तो पूर्णपणे एकत्रित होतो. +स्पष्ट, सुंदर आकाश उपरे आणि अनेक घेण्याच्या पर्वतांमध्ये देखील काही प्रकारच्या जगाला दिसू शकतो किंवा काही प्रकारच्या आवाजांचा सुनू शकतो. या जगातील काही प्रकारच्या प्रकारच्या आवाजांचा सुनू किंवा दिसू शकतो अशा काही प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्या प्रकारच्य +जीझाच्या ग्रेट प्य्रामिड ही सात चमत्कारांपैकी एकमेव आज स्थित आहे. +३ व्या शतकातील इजिप्टियन्स यांनी बांधलेल्या मोठ्या पिरामिड एक अनेक मोठ्या पिरामिड संरचनांपैकी एक आहे ज्यामध्ये मृत्यून झालेल्या फारो यांना सम्मानित करण्यासाठी बांधले गेले आहेत. +गीझा प्लेटौ किंवा "गीझा नेक्रोपोलिस" हा इजिप्तियन मृत्युच्या खाडीमध्ये अनेक प्य्रामिड्स (ज्यामध्ये मोठा प्य्रामिड सर्वाधिक आहे), अनेक लहान कब्रे, अनेक मंदिर आणि मोठा स्फिंक्स असतात. +मोठा पिरामिड फारोह खुफू यांच्या सम्मान करण्यासाठी तयार केला गेला आहे आणि अनेक छोट्या पिरामिड, कबरे आणि मंदिर खुफूच्या पत्नी आणि कुटुंबाच्या सदस्यांसाठी सम्मान करण्यासाठी तयार केले गेले आहेत. +“उप बो मार्क” एक वी प्रती लागते आणि “डाऊन बो मार्क” एक स्टेपल किंवा एक चौकटी ज्याच्या पाठीच्या बाजूस कमी आहे प्रती लागते. +उप म्हणजे तुम्ही टॉपमध्ये सुरुवात करावा आणि बॉ घालावा, आणि डाऊन म्हणजे तुम्ही फ्रॉगमध्ये सुरुवात करावा आणि बॉ घालावा. +एक उप-बो सामान्यतः एक स्वच्छ आवाज उत्पन्न करतो, जेव्हा एक डाउन-बो मजबूत आणि अधिक स्पष्ट असतो. +तुम्हाला आपल्या मार्क्समध्ये पेंसिल करण्याची स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच स्वतःच +भीती झालेल्या राजा लुईस १६, राजमाता मारी एन्टोईनेट आणि त्यांच्या दोन मुलांशी (11 वर्षीय मारी थेरेस आणि चार वर्षीय लुईस-चार्ल्स) आणि राजाच्या सिस्टर, मॅडम एलिझाबेथ, 6 ऑक्टोबर 1789 रोजी मार्केटच्या महिलांच्या समूहामुळे वर्सेल्सपासून पेरिसमध्ये परत करण्यात आले होते. +एका कॅरिजमध्ये, त्यांनी राजा आणि राजमाता यांच्यावरील धमकी करणाऱ्या लोकांच्या संघरशी पॅरिसच्या दिशेने पुन्हा प्रवास केले. +लोकांच्या समूहाने राजा आणि राजमाताला त्यांच्या कॅरेजच्या खिडक्यांना जास्त खुला करण्याचा दबाव केला. +एका ठिकाणी मोबच्या एका सदस्याने वर्सेल्स येथील एका रॉयल गार्डच्या डोक्याला भीती झालेल्या साम्राज्यांच्या समोर उभा केला. +फिलिपिन्समधील यु.एस. साम्राज्यवादाच्या युद्धाच्या खर्चांमध्ये फिलिपिनो लोकांनी खर्च करण्यात आले होते. +त्यांना फिलिप्पीन सरकाराच्या नावाने वॉल स्ट्रीटच्या बँकिंग हाऊसमध्ये प्रस्तुत केलेल्या बॉंड्सच्या दायित्वावरील इन्टरेस्टची भुगतान करण्यासाठी अमेरिकेच्या कॉलोनियल प्रशासनाला कर देण्याची जबाबदारी करण्यात आली होती. +केवळ, फिलिपिनो लोकांच्या दीर्घकाळ उत्पन्न सुपरप्रॉफिट्स यु.एस. साम्राज्यवादाच्या मूलभूत फायद्यांचा समावेश होईल. +टेम्पलर्स समजण्यासाठी ऑर्डरचा निर्माण करण्यासाठी केलेल्या संदर्भाला समजण्यात आवश्यक आहे. +घटने झालेल्या या काळाला सामान्यतः उच्च मध्य युग म्हणजे युरोपच्या इतिहासाच्या 11व्या, 12व्या आणि 13व्या शतकांमध्ये (१०००-१३००) होता. +उच्च मध्य युग मध्य युगांच्या सुरुवातीच्या मध्य युगांपासून आणि मध्य युगांच्या अखेरीच्या मध्य युगांपासून सुरु होते, ज्यामध्ये परंपरेने 1500 पर्यंत अंत होते. +तंत्रज्ञानीय प्रतिबद्धता हा एक शब्द आहे ज्यामध्ये तंत्रज्ञानीय प्रतिबद्धता किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून किंवा तंत्रज्ञानीय प्रतिबद्धतेतून +तंत्रज्ञानीय निर्धारीत्वाच्या बहुतांश विश्लेषणांमध्ये दोन सामान्य विचार सामील आहेत: की तंत्रज्ञानाचा विकास सांस्कृतिक किंवा राजकीय प्रभावापासून अधिक दूरच्या मार्गावर जातो, आणि की तंत्रज्ञान यांनी सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक स्वीकृती किंवा सामाजिक +उदाहरणार्थ, काही म्हणतात की मोटर कार मार्गांच्या विकासासाठी आवश्यक आहे. +तथापि, एक राष्ट्रीय रस्त्या नेटवर्क केवळ काही कार यांसाठी अर्थशास्त्रीय स्वीकार्य नाही, त्यामुळे कार स्वामित्वाचा खर्च कमी करण्यासाठी नवीन उत्पादन प्रक्रिया विकसित करण्यात आली आहेत. +मॅस कार मालमत्तामुळे रस्त्यांवरील दुर्घटनांचा अधिक संघर्ष होतो, ज्यामुळे जखमी शरीरांचा सुधार करण्यासाठी स्वास्थ्य सेवेतील नवीन तंत्रज्ञान शोध होते. +रॉमॅंटिकमध्ये सांस्कृतिक निर्धारणत्वाचा एक मोठा घटक गोएथे, फिच्टे आणि श्लेगेल यांच्या लेखकांपासून निर्माण झाला होता. +रोमांटिक शैलीच्या संदर्भात, भूगर्भीने व्यक्तींना मौलिक केले आणि कालावधीत त्या भूगर्भीच्या संबंधित परंपरे आणि संस्कृती उभा झाल्या, आणि यांना समाजाच्या स्थानावर समर्थन मिळत असल्यामुळे त्यांना अनुमतिपूर्ण कायद्यांपेक्षा अधिक चांगली मानले जात होते. +पॅरिस आधुनिक जगातील फॅशन कॅपिटल म्हणून ओळखले जातो, कॉन्स्टांटिनोपोलिस फॅशन कॅपिटल फ्यूडल युरोपच्या म्हणून ओळखले जातो. +त्याच्या प्रसिद्धीचे मूलभूत स्थान 400 ई.पू. पासून आले आणि 1100 ई.पू. पर्यंत राहिले. +त्याच्या स्थितीत दुसर्‍या शतकात प्रमुखतः क्रूसेडर्सने सिल्क्स आणि मिळवणाऱ्या मिळवणाऱ्या प्रसादांनी बायझांटिन बाजारांनी प्रस्तुत केलेल्या प्रस्तुतीपेक्षा अधिक मूल्याच्या प्रस्तुत केलेल्या प्रस्तुतीच्या कारणामुळे घटले. +या वेळी फॅशन कॅपिटलच्या शीर्षकाचा परिस येथील परिवर्तन करण्यात आला होता. +10 व्या - 11 व्या शतकातील आणि 14 व्या शतकातील गॉथिक शैली प्रचंड झाली. +सुरुवाती ड्रेस पूर्वेकडे बायझान्टिन संस्कृतीच्या प्रभावामुळे प्रभावित होता. +तथापि, स्लो कॉम्युनिकेशन चॅनल्समुळे पश्चिमातील प्रकृति 25 किंवा 30 वर्षांनंतर पुढे जाऊ शकतील. +मध्ययुगाच्या अखेरीस पश्चिमी युरोपमध्ये त्यांच्या स्वतःच्या स्टाईल विकसित करण्याचा सुरुवात झाला. क्रुसेड्सच्या परिणामामध्ये लोकांनी कपड्यांना जास्त करण्यासाठी बटन वापरण्याचा सुरुवात झाला. +उपजीवनी कृषि कृषि कृषिवादी आणि त्यांच्या/त्यांच्या परिवाराच्या आवश्यकता पूर्ण करण्यासाठी उपलब्ध खाद्य उत्पन्न करण्यासाठी करण्यात आली आहे. +जीवनशास्त्रीय कृषि एक सर्वोच्च उत्पन्न प्राप्त करण्यासाठी कृषि परिवर्तन किंवा इतर सर्वोच्च सर्वोच्च तंत्रज्ञानांसोबत एकोरीगियनच्या स्थानिक बीजांचा वापर करणाऱ्या एका सर्वोच्च सर्वोच्च तंत्रज्ञान आहे. +ऐतिहासिक प्रमाणे बहुतांश कृषि करणाऱ्या शेतकऱ्यांनी जीवनशास्त्रिक कृषि करत होते आणि अधिकांश विकासशील राष्ट्रांमध्ये आजही याच स्थिती आहे. +सबकल्चर्समध्ये समाजाच्या मानकांमुळे अपमानित वाटत असलेल्या जस्त व्यक्तिंना एकत्र करतात आणि त्यांना ऑइडेंटिटीचा भावना विकसित करण्यासाठी परवानगी देतात. +सबकल्चर्स सदस्यांच्या वय, जाती, श्रेणी, स्थान आणि/किंवा लैंगिकतेच्या कारणामुळे विशिष्ट होऊ शकतात. +एक उपसंस्कृतीला विशिष्ट ठरवणारी गुण भाषा, सौंदर्य, धार्मिक, राजकीय, लैंगिक, भूगोलिक किंवा कारणांचा संयोजन होऊ शकतो. +एक सबकल्चरच्या सदस्यांनी स्टाईलच्या विशिष्ट आणि प्रतीक उपयोगामुळे त्यांची सदस्यता संकेत देतात, ज्यामध्ये फॅशन्स, म्यानरिझम्स आणि अर्गोट समाविष्ट आहेत. +सामाजिकतेच्या महत्त्वाची स्पष्टीकरण करण्यासाठी एक सर्वाधिक सामान्य पद्धत म्हणजे मुलांच्या काही दुर्भाग्यपूर्ण प्रकरणांचा उपयोग करणे जेव्हा त्यांनी वृद्ध लोकांनी त्यांना विकसित करण्यात आलेल्या काळात न सामाजिक केले होते. +अशा मुलांना "फेरल" किंवा जंगली मुला म्हणतात. काही फेरल मुलांना लोक यांनी काढण्यात आले आहेत (सामान्यतः त्यांच्या स्वतःच्या माता-पित्यांनी); काही प्रकरणांमध्ये या मुलांच्या बाहेर काढण्याच्या कारणांमध्ये मुलाच्या गंभीर मानवीय किंवा शारीरिक कमी यांच्या माता-पित्यांच्या अस्वीकृतीच्या कारणांमध्ये समावेश होते. +फेरल मुलांना बाहेर काढण्यापूर्वी किंवा बाहेर पडण्यापूर्वी गंभीर मुलांच्या दुर्व्यवहाराचा अनुभव होऊ शकतो. +इतर प्राणीद्वारा उत्पादित असल्याचे आरोप केले गेले आहेत; काही म्हणजे त्यांनी जंगलात स्वतःच राहिले आहेत. +जेव्हा पूर्णपणे प्राकृतिक प्राणींनी उच्चारण करण्यात आलेल्या मुलाला त्यांच्या व्यक्तिगत प्राणीसारख्या व्यवहारांचा प्रदर्शन (शारीरिक सीमांमध्ये) केला जातो, जसे त्यांच्या माणसांसाठी डर किंवा उदासता. +प्रकल्प आधारित शिकणे शिकण्याचा सर्वाधिक सोपा आणि आकर्षक बनविण्यासाठी आहे तरीही स्कॅफोल्डिंग एक पाठ अधिक जातो. +स्कॅफोल्डिंग शिकण्याचा मार्ग नाही पण ही एक सहाय्य आहे ज्याने नवीन शिकण्याचा अनुभव करणारे व्यक्तींसाठी सहायता प्रदान करतो जसे की नवीन कंप्यूटर प्रोग्राम वापरणे किंवा नवीन प्रकल्पाचा सुरुवात करणे. +स्कॅफोल्ड्स फक्त व्यवसायिक आणि वास्तविक होऊ शकतात, इतर शब्दांमध्ये शिक्षक स्कॅफोल्ड्सचा प्रकार आहे पण मायक्रोसॉफ्ट ऑफिसमध्ये लहान पेपरक्लिप व्यक्ती पन स्कॅफोल्ड्सचा प्रकार आहेत. +व्हर्चुअल स्कॅफोल्ड्स सॉफ्टवेअरमध्ये आंतरिक केले जातात आणि शिक्षण करण्यासाठी एका विद्यार्थ्यासाठी आव्हान करण्यासाठी आणि प्रश्न करण्यासाठी आणि प्रक्रियांना स्पष्ट करण्यासाठी केले जातात. +मुलांना फोस्टर कॅयरमध्ये अनेक प्रकारच्या कारणांसाठी स्थापित करण्यात आले आहेत, ज्यांच्या प्रकारांमध्ये निराशा, दुर्व्यवहार आणि जोखीम यांचा समावेश आहेत. +कोणत्याही मुलाला स्वतःला एक सर्वोत्कृष्ट वातावरणात वृद्ध होण्याची आवश्यकता नाही, परंतु त्यांनी केले आहे. +आपण या मुलांसाठी फोस्टर केअर सिस्टम एक सुरक्षित क्षेत्र म्हणतो. +आपल्या फॉस्टर केअर सिस्टमा सुरक्षित घरे, प्रेमाच्या उपचारकर्त्या, स्थिर शिक्षण आणि विश्वसनीय स्वास्थ्य सेवे प्रदान करण्याची अपेक्षा आहे. +फॉस्टर केअर म्हणजे त्यांच्या पूर्वीच्या घरात कमी होणाऱ्या सर्व आवश्यकतांचा प्रदान करणार आहे. +इंटरनेटमध्ये सार्वजनिक आणि इंटरपर्सनल संवादाच्या घटकांचा संयोजन झाला आहे. +इंटरनेटच्या विशिष्ट गुणधर्मांमुळे उपयोग आणि स्वार्थी दृष्टीकोन यांच्या मार्गावर अतिरिक्त प्रमाणांचा प्रभाव होतो. +उदाहरणार्थ, “शिकणे” आणि “सामाजिकता” इंटरनेटचा वापर करण्यासाठी महत्त्वाच्या प्रेरणा म्हणजे (जेम्स आणि त्यांच्या, 1995). +यांनी वेबसाईट्सवरील प्रेक्षकांच्या प्रतिक्रियांविषयी तपासणी केल्यानंतर इघमेय आणि मॅककोर्ड (1998) यांनी “वैयक्तिक सहभागीता” आणि “चालू संबंध” यांनी नवीन प्रेरण्याच्या प्रकारांमध्ये ओळखले होते. +व्हिडिओ रेकॉर्डिंगच्या वापरामुळे माइक्रो-एक्झ्प्रेशन्सच्या इन्टरप्रेटेशनमध्ये महत्त्वाचे शोध झाले आहेत, ज्या केवळ काही मिलीसेकंड लांबतात. +विशेषतः, एका व्यक्तीच्या माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यातून स्पष्टपणे माझ्या व्याख्यात +ऑलिवर सॅक्स यांनी आपल्या पत्रात द प्रेसिडेंटच्या भाषणामध्ये ब्रेनच्या नुकसानामुळे भाषण समजत नाहीत तरीही त्यांनी स्वार्थीपणा उचितपणे मूल्यांकन करण्याची क्षमता असल्याची सूचना दिली. +त्यांनी माणसांच्या वर्तनाचा इंटरप्रेट करण्यासाठी या कौशल्यांना घरगुती डॉग्स या प्राणींनी साझा करण्याचा सुचवला आहे. +२० व्या शतकाच्या संशोधनामुळे प्रकट झालेले आहे की जीनेटिक विवर्तनामध्ये दोन पूल आहेत: झालेले आणि प्रकट झालेले. +मुटेशनमध्ये नवीन जीनेटिक विवर्तन सामील होते आणि निवडणूक प्रक्रियामध्ये प्रत्यक्ष विवर्तनांमध्ये या विवर्तन काढण्यात आलेला आहे. +सेग्रेगेशन आणि रिकॉम्बिनेशन प्रत्येक प्रजातीच्या माध्यमातून दोन्ही पूलांमध्ये प्रत्येक प्रजातीच्या माध्यमातून प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत्येक प्रत +सावान्यावरील, मानवांच्या प्रकृतीसारख्या प्राणींना उपलब्ध प्राकृतिक संसाधनांमध्ये त्यांच्या एमिनो-एसिडच्या आवश्यकता पूर्ण करणे कठीण असते. +अशा करण्याचा अपयशी परिणाम असतो: वृद्धि डिप्रेशन, खराब पोषण आणि अंततः मृत्यू. +सर्वाधिक सहजपणे उपलब्ध प्राणी संस्कृती पाण्याच्या पाण्यांमध्ये उपलब्ध असलेल्या प्रोटॉईन्स होती, पण ये उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उपलब्ध करण्यासाठी उप +विपरीत, प्राणीच्या खाद्य पदार्थांमध्ये (एंट्स, टर्मिट्स, एक्स) केवळ सर्वांच्या महत्त्वाच्या एमिनो एक्साईड समावेश असलेल्या उच्च प्रमाणातील प्रोटीन प्रदान करतात, ज्यामध्ये सर्व महत्त्वाच्या एमिनो एक्साईड समावेश आहेत. +सर्व गोष्टींच्या विचारानुसार, आम्हाला आपल्या पूर्वजातींनी त्यांच्या "प्रोटीन समस्या" अशा प्रकारे समाधान केले असेल असे आम्हाला आश्चर्य वाटत नाही कारण आजच सावान्यावरील चिंप्सने त्याच प्रकारे समाधान केले आहेत. +तुमच्या सामान्य निद्राच्या काळामध्ये उद्दिष्टपणे जागण्याचा प्रक्रिया आहे आणि काही काळापूर्वी (10–60 मिनिटे) झोपण्याचा प्रक्रिया होतो. +तुम्ही पूर्णपणे जागण्यापूर्वी तुम्हाला जागता करण्यासाठी एक तुलनात्मक शांत अलार्म क्लॉक वापरून तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्यासाठी तुम्हाला जागता करण्य +जेव्हा तुम्ही स्वतःला तुमच्या स्वप्नात क्लॉक पुन्हा स्थापित करण्याचा पाहतो, तेव्हा तुम्हाला या क्लॉक बंद करण्यासाठी बेडमध्ये बाहेर पडण्याचा दबाव करण्यात आला जाऊ शकतो. +इतर बायोरिथ्म-आधारित विकल्पांमध्ये झोपण्यापूर्वी पाण्याचा अधिक प्राप्त करणे (विशेषतः पाण्य किंवा चाय, एक प्रसिद्ध डाययुरेटिक) आहे, ज्यामुळे एकाला जागण्याचा दबाव करण्यात आवश्यक होतो. +एका व्यक्तीच्या आण्विक शांतताचा प्रमाण त्यांच्या शरीरातील आणि आत्मातील तणावाचा प्रमाण विपरीत असतो. +तीव्रता कमी असल्याने जीवात्मक शक्ती अधिक सकारात्मक असते. प्रत्येक व्यक्ती पूर्ण शांतता आणि संतुष्टी शोधण्याची क्षमता असते. +सर्वांना ज्ञान प्राप्त करण्याची संधी आहे. या लक्ष्याच्या मार्गावरील एकमेव गोष्टी आपले तणाव आणि नकारात्मक विचार आहेत. +तिब्बती बौद्ध शास्त्र बुद्धाच्या शिक्षणावर आधारित आहे, पण प्रेमाच्या महायान मार्गाने तसेच भारतीय योगातील अनेक तंत्रांनी वाढले आहेत. +मूल रूपात तिब्बती बौद्ध अतिशय सरल आहे. त्यामध्ये कुण्डालिनी योग, ध्यान आणि सर्वसम्पूर्ण प्रेमाच्या मार्गाचा समावेश आहे. +कुण्डलिनी योगामुळे कुण्डलिनी उर्जा (प्रकाशन उर्जा) योगाच्या आसनांमध्ये, श्वासाच्या अभ्यासांमध्ये, मंत्रांमध्ये आणि दृष्टिकोणांमध्ये जागरूक होते. +तिब्बती ध्यान केंद्र ही देवता योगा आहे. विविध देवतांच्या दृष्टीकोणांच्या माध्यमातून उर्जा नल्यांचे सुधार केले जाते, चक्रांचे कार्यक्रम केले जाते आणि ज्ञानात्मक जागरूकता निर्माण केली जाते. +जर्मनी ही जागतिक युद्धातील सामान्य दुष्कृती होती, ज्यामुळे यूएसएसएर आणि अमेरिका यांच्या सहकार्यामध्ये परिणाम झाले. युद्धाच्या संपण्यानंतर प्रणाली, प्रक्रिया आणि संस्कृती यांच्या संघर्षामुळे देशांनी बाहेर पडले. +युद्धाच्या शेवटच्या दोन वर्षांनंतर, पूर्व सहयोगी आत्मविरोधी बनले आणि कोल्ड युद्ध सुरु झाला. +या 40 वर्षांपासून राहण्यात आला होता आणि अॅफ्रिकेतून आशियातील युद्धस्थळांवर, अफगानिस्तानमध्ये, कुबामध्ये आणि अनेक इतर जगांमध्ये प्रतिस्थापन सैन्यदलांनी युद्ध करण्यात आला होता. +१७ सप्टेंबर १९३९ पर्यंत, पोलिश संरक्षण पूर्णपणे टूटला होता आणि एकमेव आशा रोमनियन ब्रिजहेडच्या मार्गावर पाठवणे आणि पुन्हा संगठित करणे होती. +तथापि, या योजनांमध्ये 800,000 सोविएटच्या युनियन रेड अर्मीच्या सैनिकांनी पोलंडच्या पूर्वीच्या प्रदेशांमध्ये रिगा शांति सम्झौते, सोविएट-पोलिश नॉन-एग्जरेशन पॅक्ट आणि इतर अंतरराष्ट्रीय सम्झौते, दोन्ही पक्षीय आणि अनेक पक्षीय सम्झौतेचा उल्लंघन केल्यानंतर बेलारूसियन आणि युक्रेनियन फ्रंट्स निर्माण केले होते. +उपलब्ध वस्तूंचा प्रवास करण्यासाठी जहाजे वापरणे समुद्रांवरील लोक आणि वस्तूंचा प्रवास करण्यासाठी सर्वाधिक उत्कृष्ट मार्ग आहे. +नौदलांचा प्राथमिक काम आपल्या देशाने आपल्या लोकांना आणि वस्तूंना जाऊ शकतो याची सुनिश्चित करणे होती आणि त्याच्या सामन्याच्या लोकांना आणि वस्तूंना जाऊ शकतो याची सुनिश्चित करणे होते. +याच्या सर्वाधिक महत्त्वाच्या अलीकडच्या उदाहरणांपैकी एक हा दक्षिण अटलांटिकच्या युद्धाचा होता. अमेरिकन ब्रिटनला मदत करण्यासाठी अटलांटिक महासागरावरून पुरुष आणि सामग्री जात असण्याचा प्रयत्न करत होता. +यापैकी जर्मन नौदला मुख्यतः यू-बोट्स वापरून या ट्रॅफिकचा रोख करण्याचा प्रयत्न करत होता. +अलियांनी अपयशी झाल्याने जर्मनी कदाचित ब्रिटन कायम करण्याची क्षमता होती कारण त्यांनी युरोपच्या बाकी भागांची क्षमता होती. +इराणच्या झाग्रोस पर्वतांमध्ये 10,000 वर्षांपूर्वी गाई पहिल्यांना घरगुती करण्यात आले असल्याचे दिसून येतो. +प्राचीन संस्कृती आणि वंशांनी त्यांच्या उपयोगासाठी दुध, कपाल, मांस आणि शरीराच्या शरीरांना सोपविण्यासाठी घेण्याचा सुरुवात केला. +घरच्या गाई सामान्यतः हिल्स किंवा इतर गायच्या क्षेत्रांवर घेण्यात आले होते, ज्यामध्ये अक्सर गायच्या घेण्यासाठी काम करणाऱ्या गायच्या घेणाऱ्यांच्या मुलांसाठी किंवा युवा लोकांसाठी घेण्यात आले होते, ज्यांच्या प्रकारे अधिक प्रसारित शेफर्डच्या प्रकाराच्या गायच्या घेण्याच्या मार्गांचा आज प्रयोग करण्यात आला आहे. +16 व्या शतकात इंग्लंडमध्ये वॉगनवे बांधले गेले होते. +वॉगनवेज केवळ वृक्षाच्या पॅरेल प्लँक्समध्ये समाविष्ट होते, त्यामुळे त्यांमध्ये जात असणाऱ्या घोड्यांना अधिक वेग मिळवण्यासाठी आणि दिवसाच्या थोड्या अधिक खऱ्या रस्त्यांपेक्षा जास्त भाग करण्यासाठी अनुमति देत होते. +ट्रॅक्स ठिकाणी राखण्यासाठी क्रॉसटीज सुरुवातीला प्रस्तुत करण्यात आले होते. तथापि, काही वेळानंतर त्यांना ठरविण्याच्या प्रमाणात आणखी अधिक कामगिरी होणार असल्याचे स्पष्ट करण्यात आले होते. +ही सामान्य प्रक्रिया झाली, पण इरनच्या कारणामुळे वॉगन्सच्या वॉडन व्हील्सवर अधिक वाढ झाली. +अखेरीस, वृक्षाच्या चक्रांमध्ये आयरन चक्रांमध्ये ठरले गेले. 1767 मध्ये पहिल्या पूर्णपणे आयरन रेल्स सुरुवात केले गेले. +पहिल्या ओळखलेल्या प्रवासात चालणे होते, मानवांनी दोन दशलक्ष वर्षांपूर्वी होमो एरेक्टस यांच्या उभा झाल्यानंतर उभा चालण्याचा सुरुवात केला. (होमो एरेक्टस हा उभा व्यक्तीचा अर्थ आहे.) +त्यांच्या पूर्वज ऑस्ट्रेलोपिथेकस सामान्यतः स्थिरपणे चालत नाहीत. +४.२-३.९ दशलक्ष वर्षांपूर्वीच्या ऑस्ट्रेलोपिथेकसच्या फोसिलमध्ये बिपेडल विशेषता आहे, तथापि साहेलांथ्रोपस सात दशलक्ष वर्षांपूर्वी दोन पायांमध्ये चालण्याची शक्यता आहे. +आपण प्रकृतीसाठी अधिक सहज राहण्याची सुरुवात करू शकतो, आपण प्रकृतीसाठी गोष्टी करण्याची सुरुवात करू शकतो आणि आपण काही प्रमाणात भविष्यातील दुखापत कमी करण्यासाठी कार्यकारी करण्याची सुरुवात करू शकतो. +हे अनेक प्रकरणांमध्ये लक्षणात्मक उपचाराच्या प्रकारे आहे. तथापि, जर आम्ही केवळ कालावधीच्या समाधानाची इच्छा नाही, तर आम्ही समस्यांच्या मूळ शोधू आणि त्यांना अक्षम करावा लागेल. +मानव जातीच्या वैज्ञानिक आणि तंत्रज्ञानीय प्रगतींमुळे जगात अधिक बदलले आहे आणि अधिक लोकसंख्या आणि मानव जातीच्या अत्यधिक जीवनशैलीमुळे समस्या बऱ्या आहेत. +4 जुलै रोजी कॉंग्रेसने त्याचा उपयोग करण्यात आला तेव्हा कॉंग्रेसचे अध्यक्ष जॉन हॅनकॉक आणि सचिव चार्ल्स थॉम्सन यांच्या हॅंडव्रिट ड्राफ्टला जॉन डुनलॅप यांच्या प्रिंटिंग शॉपमध्ये काही ब्लॉक्स दूर पाठवण्यात आले. +१५० ते २०० प्रकारांच्या दरम्यानच्या रात्रीत "डनलप ब्रॉडसाइड्स" म्हणतात. +डॉक्युमेंटचा पहिला सार्वजनिक प्रकाशन इंडिपेंडेंस हॉलच्या घाडीमध्ये 8 जुलै रोजी जॉन निक्सन यांनी केला होता. +1 जुलै 6 रोजी जॉर्ज वॉशिंग्टन यांना पोहोचला होता, ज्याने त्यांच्या सैनिकांना न्यूयॉर्कमध्ये 9 जुलै पाहण्यात आले होते. एक प्रतिलिपि 8 ऑगस्टच्या दिवशी लंडनमध्ये पोहोचली होती. +25 डॉनलप ब्रॉडसाइड्स अजून उपलब्ध असल्याचे हे डॉक्युमेंटचे सर्वाधिक प्राचीन उपलब्ध प्रतिलिपि आहेत. मूळ लिहित प्रतिलिपि अजून उपलब्ध नाही. +आज अनेक पॅलॉन्टोलॉजिस्ट म्हणतात की एक समूह डायनोसर्स जीवित राहत आहे आणि आज आपण त्यांना पक्षी म्हणतो. +अनेक लोक त्यांना डायनोसार म्हणतात नाही कारण त्यांमध्ये पक्षीच्या प्रतीकांची आहेत आणि त्यां उड्डाण करू शकतात. +परंतु पक्षींच्या अनेक गोष्टींमध्ये डायनोसॉरच्या प्रकारे दिसत असतात. +त्यांच्या पायांमध्ये स्केल्स आणि क्लॉ आहेत, त्यांनी एक्स ठेवले आणि त्यांनी टी-रेक्सच्या प्रकारे त्यांच्या दोन्ही पायांवर चालले आहेत. +आजच्या सर्व कंप्यूटर्स जास्त जास्त माहितीच्या प्रक्रियेतून आधारित आहेत, ज्याचा प्रकार बायनरी संख्यांच्या प्रकारात कोड केला गेला आहे. +एक बायनरी संख्यामध्ये केवळ दोन मूल्यांपैकी एक मूल्य होऊ शकतो, जसे 0 किंवा 1, आणि या संख्यांना कंप्यूटरच्या जरगॉनमध्ये बायनरी डिगिट्स - किंवा बिट्स म्हणतात. +आंतरिक विषार तुरळक दिसू शकतो नाही. उष्णता यांच्या प्रकाराच्या प्रकरणांना पूर्णपणे सामान्य असतात. त्यामुळे तुरळक निष्कर्ष करणे कठीण असते. +आंतरिक विषारणाचा सर्वोत्कृष्ट प्रमाण दवा किंवा विषारण घरगुती केमिकल्सच्या खुल्या कंटेनरच्या उपस्थितीत होऊ शकतो. +त्या विशिष्ट विषाराच्या विशिष्ट पहिल्या सहाय्याच्या निर्देशांसाठी लेबल पाहा. +इंटोमॉलॉजिस्ट्स यांनी या जीवांसाठी एक फॉर्मल अर्थात शब्द बग उपयोग केले आहे. +ही शब्द बेड-बग्ससाठी प्राचीन परिचिततेसाठी प्रस्तुत आहे, ज्या जीवांनी माणसांपेक्षा परजीवीत्व करण्यासाठी अधिक उपयुक्त आहेत. +असेसिन-बग आणि बेड-बग दोन्ही निडिकोलस आहेत, त्यांच्या मालकाच्या नेस्ट किंवा इमारतीत राहण्यासाठी तयार आहेत. +युनायटेड स्टेट्स ऑफ अमेरिकेमध्ये, मल्टिपल स्क्लेरोसिस (एमएस) या रोगांचा संख्या अंदाजे 400,000 आहे, ज्यामुळे या रोग युवा आणि मध्यम वयस्थित वयस्कांमध्ये प्रमुख न्यूरोलोजिकल रोगांचा स्थान मिळतो. +एमएस ही एक रोग आहे ज्यामुळे केंद्रीय नेव्हस प्रणाली पर परिणाम होते, ज्यामुळे माझ्या मानसातील, माझ्या मूळा आणि माझ्या दृष्टिकोणाचा प्रणाली परिणाम होते. +अभ्यासामध्ये आढळले आहे की स्त्रियां पुरुषांपेक्षा दोन्ही वेळा एमएस होण्याची शक्यता अधिक आहे. +एक जोडी यांनी एका मुलाला प्रस्तुत करण्याची त्यांच्या सर्वोत्कृष्ट हितात आहे किंवा त्यांच्या मुलाच्या हितात नाही याबद्दल निर्णय करू शकतात. +या जोडप्यांनी त्यांच्या मुलाला एक एडॉप्शन योजना करण्याची निवड करू शकतील. +एका उपयोगात, जन्म करणाऱ्या पालकांनी त्यांच्या पालकीय अधिकारांना नष्ट करतात त्यामुळे एक इतर जोडप्याला मुलाला पालक करू शकतो. +शास्त्राच्या मुख्य उद्देशात वैद्यकीय पद्धतीमुळे जागतिक कार्यक्रम स्पष्ट करणे आहे. या पद्धतीचा वास्तविक उपयोग बहुतांश वैद्यकीय संशोधनांसाठी केला जातो. +ही केवळ प्रयोगशास्त्र आहे नाही, प्रयोगशास्त्र आणि प्रयोगशास्त्र एक परीक्षण आहे ज्यामुळे संभाव्य सिद्धांमध्ये एक किंवा अधिक सिद्धांना नष्ट करण्यासाठी प्रश्न उच्चारण करण्यासाठी आणि निरीक्षण करण्यासाठी वैज्ञानिक संशोधनांसाठी मार्गदर्शी होते. +प्राकृतिक शास्त्रज्ञ आणि ज्ञानशास्त्रज्ञांनी प्राचीन काव्यांवर केंद्रित केले आणि विशेषतः बायबलच्या लॅटिनमधील काव्यांवर केंद्रित केले. +सामान्य शास्त्राच्या सर्व विषयांमध्ये सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्रातील आणि सामान्य शास्त्राती +ग्रीक ज्ञान कमी झाल्यानंतर पश्चिम यांना आपल्या ग्रीक तंत्रज्ञानी आणि वैज्ञानिक मूळ यांच्यावर काढण्यात आले. +अनेकांनी शारीरिक आणि व्यवहारातील ध्रुवांचा नमूद केला आणि त्यांचा बायोलॉजिकल क्लॉक्सद्वारा उत्पादन करण्याच्या इंडोजेनॉउस चक्रांच्या उपस्थितीने महत्त्वाचे असल्याचे नमूद केले. +वार्षिक ध्वनी, ज्या केवळ बाह्य वार्षिक कौशल्यांच्या जवळपास प्रतिक्रिया म्हणजे नाहीत, बाक्तीरी, फंगी, वनस्पती आणि प्राणी यांच्या बहुतांश जीवांसाठी प्रमाणित केले गेले आहेत. +बायोलॉजिकल क्लॉक्स स्वतः स्वार्थी झालेल्या ओस्किलेटर्स आहेत ज्यांनी बाह्य सूचनांच्या कमीमुळे फ्री-रनिंग सायकलिंगचा कालावधी जारी राहणार आहे. +हेर्शी आणि चेस यांच्या प्रयोगात डीएनए एक जीनेटिक पदार्थ असल्याचे एक प्रमुख सुचवणे होते. +हेर्शी आणि चेस यांनी त्यांच्या आपल्या डीएनए एका बॅक्टेरियममध्ये इम्प्लँट करण्यासाठी फेज किंवा वायरस वापरले. +त्यांनी फायजमधील डीएनए किंवा फायजच्या प्रोटॉईनसाठी रेडियोएक्टिव फोसफोरस किंवा रेडियोएक्टिव सुल्फरचा एक प्रयोग केला. +विवर्तनांमध्ये प्रत्येक प्रकारच्या विवर्तनांसाठी विविध प्रभाव होऊ शकतात, प्रभाव झालेल्या जीनेटिक सामग्रीचे महत्त्व आणि प्रभाव झालेल्या कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही कोणत्याही +केवळ जर्म-लाईन कोशिकांमध्ये झालेल्या परिवर्तनांना मुलांना पाठवण्यात आवश्यक असते, तर इतर जगातील परिवर्तनांनी कोशिकांचा मृत्यू किंवा कर्करोग होऊ शकतो. +प्रकृति-आधारी पर्यटनामध्ये प्राकृतिक क्षेत्रांमध्ये प्राकृतिक प्रदेशांचा आनंद घेण्यासाठी जाण्यासाठी इच्छुक लोकांचा आकर्षण होतो, ज्यामध्ये वनस्पती आणि प्राकृतिक जीवांचा वाईल्डलाईफ समावेश असतो. +ऑन-साईट क्रियांच्या उदाहरणांमध्ये शिकार करणे, फिशिंग, फोटोग्राफी, पक्षी पाहणे आणि पार्क भेट करणे आणि प्राकृतिक प्रणालीसाठी माहिती शिकणे यांचा समावेश आहे. +एक उदाहरण बोर्निओमध्ये ऑर्गनगटुंग बाबत भेट देणे, फोटोग्राफी करणे आणि शिकणे आहे. +प्रत्येक सकाळी, लोक त्यांच्या कामाच्या स्थानावर जाण्यासाठी कारामध्ये छोट्या राज्याच्या शहरांमध्ये जातात आणि त्यांच्या कामाच्या स्थानावर त्यांच्या कामाच्या स्थानावर जाणाऱ्या लोकांनी त्यांच्या कामाच्या स्थानावर जातात. +या डायनामिक ट्रान्सपोर्ट शॉटलमध्ये प्रत्येक कोणत्याही प्रक्रियात सार्वजनिक कारांच्या आधारावर आधारित ट्रान्सपोर्ट प्रणालीस समर्थन करणार आहे. +वैज्ञानिकांच्या सांगितले आहे की या मोठ्या कॅर्बन अर्थव्यवस्थेमुळे प्राचीन दोन दशलक्ष वर्षांपासून मानवांच्या विकासाला समर्थन करणाऱ्या एका स्थिर अवस्थेतून बायोस्फियर बाहेर पडला आहे. +सर्वांनी समाजात सहभागी झाले आणि प्रवास प्रणाल्यांचा वापर केला आहे. सर्वांनी प्रवास प्रणाल्यांवरील शिकण्याचा आरोप केला आहे. +विकसित देशांमध्ये तुम्ही पाण्य गुणवत्तेवरील किंवा पुल्यांनी खाली झाल्याच्या समान स्तराच्या शिकण्याची कमी आहे. +ट्रान्सपोर्टेशन सिस्टम्समध्ये यापैकी कोणत्याही शिकण्यात आलेल्या आरोपांची कारण आहेत आणि त्यांनी दैनंदिन प्रतिक्रिया केली आहे का? ट्रान्सपोर्टेशन इंजिनियर केवळ अयोग्य आहेत? किंवा काही अधिक मूलभूत गोष्टी चालत आहेत? +ट्रॅफिक फ्लो एका व्यक्तीच्या ड्राईवर्स आणि वाहनांच्या दोन्ही बाजूच्या बाजूपर्यंतच्या प्रवासाच्या अभ्यास आहे आणि त्यांच्या एकत्रीकरणांचा अभ्यास होतो. +दुर्दैवी, ट्रॅफिक फ्लो शिकणे कठीण आहे कारण ड्राईवरच्या वर्तनाला १०० टक्क्यांच्या सुनिश्चिततेसह अपेक्षा करणे कठीण आहे. +फॉर्टुनेटली, ड्राईवर्स एक वारंवार स्वरूपात वागण्यात येतात; त्यामुळे, ट्रॅफिक स्ट्रीम्स काही वारंवार स्वरूपात आहेत आणि त्यांना गणितिक प्रतिबिंब करण्यासाठी अंदाजे प्रस्तुत करण्यात योग्य असते. +ट्रॅफिक फ्लो चांगल्या प्रतिनिधीत्व करण्यासाठी तीन मुख्य विशेषतांचा संबंध स्थापित करण्यात आला: (1) फ्लो, (2) डेन्सिटी आणि (3) वेलोसिटी. +या संबंधांमुळे रस्त्यांच्या सुविधांच्या योजना, डिझाईन आणि कार्यक्रमांमध्ये मदत करते. +इंसेक्ट्स ही पहिले प्राणी होते ज्यांनी उड्डाण करण्यात आले होते. त्यांच्या उड्डाण करण्याच्या कौशल्यामुळे त्यांनी शत्रुंना अधिक सुरक्षित राहण्यास मदत केली आणि खाद्य आणि विवाह अधिक कामगिरी शोधण्यास मदत केली. +बहुतांश जीवांना त्यांच्या उड्डाणांना शरीरावर फोल्ड करण्याचा फायदा मिळतो. +यामुळे त्यांना शिकारींना डोळण्यासाठी छोट्या स्थानांची एक विस्तृत श्रेणी मिळते. +आज, केवळ ड्रॅगन फ्लाईज आणि मेफ फ्लाईज यांनी त्यांच्या उड्डाणांना फोल्ड करू शकत नाही. +हजारो वर्षांपूर्वी, एका माणसाने अरिस्तार्कस म्हणाले की सूर्याच्या प्रणाली सूर्याच्या पासून चालत आहे. +काही लोक म्हणतात की तो उचित होतो पण बहुतांश लोक इतरच विचार करतात; की सोलर प्रणाली सूर्य (आणि इतर तारे) सहित पृथ्वीवर चालत आहे. +हे समजण्यास योग्य वाटते, कारण पृथ्वी चालत असल्यामुळे असे वाटत नाही. +अॅमेझॉन नदी पृथ्वीवरील दुसऱ्या सर्वाधिक लांब आणि सर्वाधिक मोठा नदी आहे. दुसऱ्या सर्वाधिक मोठा नदीपेक्षा अॅमेझॉन नदील पाण्य 8 वेळा अधिक आहे. +अमेझॉन ही पृथ्वीवरील सर्वाधिक मोठा नदी आहे, काही वेळा ६ मैल मोठी होती. +पृथ्वीच्या नद्यांनी समुद्रांमध्ये पोहोचणाऱ्या पूर्ण 20 टक्क्यांचा पाण्य अॅमेझॉनमधील आहे. +मुख्य अॅमेझॉन नदी 6,387 किमी (3,980 मैल) असून हजारो छोट्या नद्यांच्या पाण्याचा संकलन करतो. +प्राचीन राज्याच्या संपण्यापूर्वी प्य्रामिड बांधणे चालत राहिले तरी, गिझाच्या प्य्रामिडांची आकार आणि त्यांच्या बांधण्याच्या तंत्रज्ञानीय उत्कृष्टतेला कदाचित कोणत्याही वेळी पराभूत झाली नाही. +नवी राज्याच्या प्राचीन इजिप्तियनांनी त्यांच्या पूर्वाच्या मंदिरांवर आश्चर्य व्यक्त केले, जे तेव्हा १००० वर्षांच्या जुन्या होते. +व्हाटिकन सिटीचा निवासी अंदाजे 800 आहे. या जगातील सर्वाधिक स्वतंत्र देश आहे आणि सर्वाधिक कमी जनसंख्या असणाऱ्या देशांपैकी एक आहे. +व्हाटिकन सिटी त्यांच्या कायद्यांमध्ये आणि अधिकृत संवादांमध्ये इटालियन भाषा वापरतो. +इटालियन राज्यात काम करणाऱ्या बहुतांश लोकांच्या दैनंदिन भाषे आहे तर लॅटिन धार्मिक समारोहांमध्ये प्रायः वापरले जाते. +व्हाटिकन सिटीचे सर्व नागरिक रोमन कॅथोलिक आहेत. +लोकांना प्राचीन काळात गोल्ड, सिल्वर आणि कॉपर यांच्या मूलभूत रासायनिक पदार्थांची जाणीव आहे, कारण या सर्व प्राकृतिक स्वरूपात शोधण्यात आलेल्या आहेत आणि प्राचीन उपकरणांच्या माध्यमातून खाण्यात आलेल्या आहेत. +फिलोसॉफर, शास्त्रज्ञ अरिस्टोटल यांनी त्यांच्या सिद्धांमध्ये एक किंवा अधिक चार प्रकृति यांच्या मिश्रणामध्ये सर्व गोष्टी बनल्याचे सिद्ध केले होते. या प्रकृति पृथ्वी, जल, हवा आणि आग होती. +हा चार प्रकृतीच्या राज्यांच्या प्रकृतीसारख्या अधिक म्हणजे: सॉलिड, लिक्विड, गॅस आणि प्लास्मा, तथापि त्यांनी त्यांच्या सिद्धांमध्ये त्यांनी आपण पाहत असलेल्या प्रकृती बनवण्यासाठी त्यांना नवीन पदार्थांमध्ये बदलत असल्याचे सिद्ध केले होते. +एलोय मूळ दोन किंवा अधिक धातुंच्या यांच्या मिश्रणी आहेत. तुम्हाला असे नव्हते की वार्षिक पातळीवरील अनेक पदार्थ आहेत. +कॅल्शियम आणि पोटाशियम या प्रकारच्या पदार्थांना धातु मानले जातात. केवळ सिल्वर आणि सुवारी या प्रकारच्या पदार्थांना धातु मानले जातात. +तुम्हाला कॅर्बन यांच्या जवळपास किंवा इतर कृष्ण धातु पदार्थ यांच्या सामान्य प्रमाणात समाविष्ट अलोय प्रदान करणार असते. +संसारातील सर्व गोष्टी पदार्थात बनलेली आहेत. पदार्थातील सर्व गोष्टी अणू म्हणजे सूक्ष्म कण असलेल्या गोष्टींनी बनलेली आहेत. +अणू एखाद्या शब्दाच्या अखेरीच्या काळामध्ये कोटी कोटी अणू घालू शकतात. +त्यामुळे पेंसिल अनेक लोकांसाठी एक चांगला मित्र होता. +काळजीपण, लिखण्याच्या नवीन मार्गांमुळे पेंसिल कमी स्थिती आणि वापर करण्यात आले आहेत. +लोक आज कॉम्प्युटरच्या स्क्रीनवर संदेश लिहतात, कोणत्याही शार्पेनरच्या जवळ पोहोचण्यासाठी कधीही नाहीत. +केबोर्ड काय होईल जेव्हा काही नवीन गोष्टी येणार आहे हे केवळ विचार करू शकतो. +फिसन बॉम्बचा कार्य प्रक्रिया आहे ज्यामध्ये अनेक प्रोटॉन्स आणि न्यूट्रॉन्स यांच्यासोबत केंद्र बनवण्यासाठी उर्जा आवश्यक आहे. +एक मोठ्या कार्ट एका डोंगरावरून जाण्याच्या प्रकाराच्या आहे. न्यूक्लियस पुन्हा विभाजण्याने त्या उर्जेचा काही भाग प्रदान केला जातो. +काही परमाणु अस्तित्वातील अस्थिर परमाणु असतात ज्यामुळे त्यांनी कमी किंवा कोणत्याही प्रेक्षकतेने विभाजण्यासाठी प्रयत्न करतात. +चंद्राच्या पृष्ठभूमी खडके आणि धूस यांनी बनलेली आहे. चंद्राच्या बाह्य पाण्याला क्रस्ट म्हणतात. +क्रस्ट जवळ बाजूने 70 किमी, दूर बाजूने 100 किमी चांगले आहेत. +मारियाच्या किनाऱ्यांमध्ये त्याचा वजन कमी आहे आणि उच्च किनाऱ्यांमध्ये त्याचा वजन अधिक आहे. +क्रस्ट कमी असल्यामुळे जवळ बाजूवर अधिक मारिया होऊ शकतात. लावाचा जवळ सुरुवात करणे सोपे होते. +सार्वजनिक सिद्धांमध्ये लोक काय करतात किंवा त्यांना काय आकर्षित करतात याचा शोध करण्याचा केंद्र आहे. +या शास्त्रांमध्ये सुचवले जाते की लोक काही गरजे आहेत आणि/किंवा इच्छा आहेत जे त्यांनी युवातापासून वृद्धतापासून एकत्र करण्यात आले आहेत. +या सिद्धांमध्ये काही व्यक्तींसाठी काय आहे ज्यामुळे त्यांना त्यांनी केलेल्या गोष्टींसाठी इच्छा आहे आणि त्यांच्या परिस्थितीत काय गोष्टींनी त्यांना केलेल्या गोष्टींसाठी इच्छा आहे किंवा काय गोष्टींनी त्यांना केलेल्या गोष्टींसाठी इच्छा नाही. +दोन लोकप्रिय कॉन्टेन्ट सिद्धांत मास्लोच्या हायराचरी ऑफ नीड्स सिद्धांत आणि हर्ट्झबर्गच्या दोन फॉक्टर सिद्धांत आहेत. +सामान्यतः म्हणजे, व्यवस्थापकांनी आपल्या पूर्व सहकर्त्यांना नेतृत्व करण्याच्या सुरुवातीला दोन व्यवहार उभा होऊ शकतात. स्पेक्ट्रमधील एक बाजूने प्रयत्न करत आहे “एक माणस” (किंवा स्त्रिया) राहण्याची. +या प्रकारच्या व्यवस्थापकांना अलोकप्रिय निर्णय करणे, नियमात्मक क्रिया करणे, प्रदर्शनाची मूल्यांकन करणे, जबाबदारी नियुक्त करणे आणि लोकांना जबाबदार ठरणे करणे कठीण असते. +स्पेक्ट्रमच्या दुसऱ्या बाजूने, एका व्यक्तीला अज्ञात व्यक्ती म्हणून परिवर्तित होतो, ज्याचा मनोरंजन आहे की त्यांनी संघाने केलेल्या सर्व गोष्टींना बदलावा करावा आणि त्यांना त्यांच्या आहे. +सर्वांनंतर, संघाच्या सफलते आणि निष्कर्षामध्ये नेत्या अंतिम जवळ जबाबदार आहेत. +या व्यवहारामुळे नेत्यांच्या आणि टीमच्या इतर सदस्यांच्या मधील विभाजन होतो. +वर्चुअल संघांना सामान्य संघांच्या उत्कृष्टताच्या समान प्रमाणावर राखण्यात आले गेले आहेत, पण त्यांच्यावर छोटे फरक आहेत. +वर्चुअल संघाच्या सदस्यांनी त्यांच्या जवळपासच्या शारीरिक समूहाला संपर्क करण्यासाठी कार्य करतात. +त्यांच्या संघांमध्ये सामान्य संघांच्या सदस्यांपेक्षा अधिक स्वतंत्रता असते कारण त्यांच्या संघांना वारंवार वेळ क्षेत्रांच्या अनुसार बैठक करण्यात आवश्यक असते जे त्यांच्या स्थानिक व्यवस्थापकांना समजले जाऊ शकत नाही. +एक वास्तविक “अदृश्य संघ” (लॅर्सन आणि लॅफास्टो, 1989, प109) ही वायर्चल संघातील एक विशेष घटक आहे. +“अदृश्य संघ” ही संघ आहे ज्यात सर्व सदस्यांनी अहवाल करतात. अदृश्य संघ ही संघ आहे ज्याने सर्व सदस्यांसाठी मानक स्थापित केले आहेत. +एक संस्थेला शिक्षण संस्थे स्थापन करण्याच्या वेळ व्यतिष्ठ करण्याच्या प्रक्रियेत जाण्याची काही कारण आहेत? एक संस्थेला संस्थेच्या शिक्षण कौशल्यांना प्रयोग करण्यासाठी एक उद्दिष्ट असतो. +जेव्हा सर्व उपलब्ध संसाधन एक संस्थेच्या कार्यकारी विभागांमध्ये उपयुक्त वापरले जातात तेव्हा क्रिएटिविटी आणि उत्कृष्टता प्रकट होऊ शकते. +अशा परिणामामुळे, प्रतिबंधाचा सामना करण्यासाठी काम करणाऱ्या एक संस्थेच्या प्रक्रिया ग्राहकाच्या गरजेसाठी एक नवीन शोधक प्रक्रिया येईल. +एक संस्थे उद्योगिक होऊ शकते तेव्हा नेतृत्वाने उद्योगिक होण्याच्या संस्कृती, सार्वजनिक ज्ञान आणि संस्थेच्या शिक्षणाची संस्कृती निर्माण करावी. +एंजेल (2006), संस्थांना प्रदर्शनाच्या उच्च स्तरावर पोहोचण्यासाठी कार्यक्रमाचा विश्लेषण करतो. +न्यूरोबियोलॉजिकल डॅटा ज्ञानशील्याच्या तपासण्याच्या शास्त्रीय प्रक्रियेसाठी शारीरिक पुरावा प्रदान करतात. म्हणजे त्यामुळे तपासण्याच्या शोध क्षेत्राला कमी करतो आणि त्याला अधिक स्पष्ट करतो. +ब्रेन पॅथॉलॉजी आणि व्यवहाराच्या संबंधामुळे शास्त्रज्ञांना त्यांच्या संशोधनामध्ये मदत मिळतो. +ब्रेनच्या विभिन्न प्रकारांच्या नुकसानांच्या, ट्रामाच्या, लेशनांच्या आणि टुमर्सच्या प्रभावामुळे व्यवहार बदलतो आणि काही मानसिक कार्यक्रमांमध्ये परिवर्तन होतो. +नवीन तंत्रज्ञानांचा वृद्धि आम्हाला माझ्या मेंदूच्या संरचना आणि प्रक्रियांना पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून पहिल्यापासून प +यामुळे आपल्या मनातील प्रक्रियांना समजण्यासाठी आम्हाला सिमुलेशन मॉडल्स बांधण्यासाठी अनेक माहिती आणि पद्धत मिळतात. +आर्टिफिशियल इंटेलिजेंसमध्ये साईंस फिक्शनचा मोठा अर्थ असतो, आर्टिफिशियल इंटेलिजेंस कॉम्प्युटर सायन्सच्या एक अतिशय महत्त्वाच्या प्रमाणात आहे, ज्यामध्ये व्यवहार, शिकणे आणि मशीनमध्ये बुद्धिमत्त परिवर्तन यांचा संबंध होतो. +एआईच्या संशोधनात कृत्रिम व्यवहाराच्या आवश्यकते असलेल्या कामांना एकत्रित करण्यासाठी मशीन तयार करणे समाविष्ट आहे. +उदाहरणांमध्ये नियंत्रण, योजना आणि निर्धारण, ग्राहकांच्या निदान आणि प्रश्नांच्या जवळपास उत्तर देण्याची क्षमता आणि हँडव्राईटिंग, आवाज आणि चेहऱ्याचा समावेश आहेत. +अशा गोष्टी एक स्वतंत्र प्रशिक्षण बनल्या आहेत, जे वास्तविक जीवनाच्या समस्यांना निराकरण प्रदान करण्यासाठी केंद्रित करतात. +एआई प्रणाली आता अर्थशास्त्र, चिकित्सा, इंजीनियरिंग आणि लष्करीय क्षेत्रांमध्ये प्रायः वापरली जाते, जे अनेक घरच्या कंप्यूटर आणि व्हिडिओ गेम सॉफ्टवेअर उपयोगांमध्ये बांधले आहेत. +कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शाळेतील कोणत्याही शा +तंत्रज्ञानाने फिर्टिव्हल फिल्ड ट्रिप्स देतात. विद्यार्थ्यांनी म्यूजियमच्या प्राचीन उपकरणांना पाहण्यास, एक एक्वेरियम भेट करण्यास किंवा त्यांच्या श्रेणीत बसताना सुंदर कला प्रशंसा करण्याचा समाधान प्रस्तुत करतो. +एक फिल्ड ट्रिप वायर्चुअल शेअर करणे प्रत्यक्षात एक ट्रिप प्रतिबिंबित करणे आणि भविष्याच्या श्रेणींसाठी अनुभव शेअर करणे एक उत्तम मार्ग आहे. +उदाहरणार्थ, नॉर्थ कॅरोलिनामधील बेनेट स्कूलातील विद्यार्थ्यांनी राज्य कॅपिटल येथील त्यांच्या प्रवासाच्या बाबतीत वेबसाईट डिझाईन केली आहे, प्रत्येक वर्ष वेबसाईट पुन्हा डिझाईन केली जाते, परंतु जुन्या संस्करणांना स्क्रॅपबुक करण्यासाठी ऑनलाईन राखण्यात आले आहेत. +विद्यार्थ्यांच्या लिहणाला सुधारणा करण्यासाठी ब्लॉग पन मदत करू शकतात. विद्यार्थ्यांनी अक्सर त्यांच्या ब्लॉगच्या अनुभवाचा सुरुवात अव्यवस्थित ग्रामर आणि स्पेलिंग करतात, प्रेक्षकाच्या उपस्थितीने त्याचा परिणाम केला जातो. +विद्यार्थी प्रायः सर्वाधिक आश्चर्यकारक प्रेक्षक असतात, त्यामुळे ब्लॉग लेखक त्यांच्या लेखांमध्ये आश्चर्य टाळण्यासाठी सुधार करण्यासाठी संघर्ष सुरु करतात. +तसेच ब्लॉगिंग "विद्यार्थ्यांना त्यांच्यावरील जगाला जास्त जागतिक ज्ञान प्राप्त करण्यासाठी प्रेरित करतो." प्रेक्षकांच्या इन्टरेस्ट प्राप्त करण्यासाठी विद्यार्थ्यांना बुद्धिमत्त आणि आकर्षक बनण्यासाठी प्रेरित करतो (टोटो, 2004). +ब्लॉगिंग एक उपकरण आहे ज्यामुळे सहकार्य प्रेरित करण्यात आला आहे आणि विद्यार्थ्यांना पारंपारिक शाळेच्या दिवसापासून अधिक शिकण्यासाठी प्रोत्साहित करण्यात आला आहे. +ब्लॉगचा उपयुक्त वापर "विद्यार्थ्यांना अधिक विश्लेषणीय आणि तंत्रज्ञानी बनण्यासाठी सक्षम करू शकतो; इंटरनेटच्या सामग्रीसाठी सक्रिय प्रतिक्रिया करताना, विद्यार्थ्यांनी इतर लोकांच्या लेखांच्या संदर्भात त्यांची स्थिती निर्धारित करू शकतात आणि त्यांच्या विशेष समस्यांच्या संदर्भात त्यांच्या दृष्टिकोणांचा वर्णन करू शकतात (ओरावेक, 2002). +ऑटावा कॅनडाचा आकर्षक, बिलिंग्वल राजधानी आहे ज्यामध्ये कॅनडाच्या भूतकाळ आणि वर्तमानाचा प्रदर्शन करणारे कला गॅलरी आणि संग्रहालय आहेत. +दक्षिण दिशेत नियागरा फॉल्स आहे आणि उत्तर मुस्कोका आणि त्यांच्या प्राकृतिक सौंदर्याचा घर आहे. +या सर्व गोष्टींनी ऑंटारियाला बाहेर जाणाऱ्यांद्वारा कॅनडियनच्या मूलभूत स्वरूपाने समजले जाणाऱ्या असल्याचे प्रकाशित केले आहे. +उत्तर दिशेच्या मोठ्या क्षेत्रांमध्ये लोकसंख्या कमी आहे आणि काही जवळपास निवास करण्यासाठी उपयुक्त नाहीत. +अनेक लोकांना आश्चर्य व्यक्त करण्यासाठी जनसंख्याच्या तुलनेत: यूएसमध्ये कॅनडियन नागरिकांपेक्षा अफ्रिकन अमेरिकन अधिक आहेत. +ईस्ट अॅफ्रिकन टाप्यां आफ्रिकेच्या पूर्वी किनाऱ्यावरील भारतीय महासागरात आहेत. +मदागास्कर सर्वाधिक मोठा आहे आणि जंगली जीवांसाठी एक प्रदेश असतो. +बहुतांश छोट्या द्वीपांमध्ये स्वतंत्र राष्ट्र आहेत, किंवा फ्रान्ससोबत संबंधित आहेत, आणि त्यांना लक्शरी बीच रिझोर्ट म्हणजे मानले जाते. +अरब लोकांनी इस्लामचा प्रचार केला आहे आणि कोमोरोस आणि मायोट येथे मोठ्या प्रमाणात इस्लामचा प्रचार केला आहे. +युरोपियन प्रभाव आणि कॉलोनियलिज्म 15 व्या शतकात सुरु झाले, जेव्हा पोर्तुगुएलच्या शोधकर्त्या वास्को दा गामा युरोप ते भारत येथील कॅप मार्गाचा शोध केला. +उत्तरमध्ये साहेल येणाऱ्या आहे आणि दक्षिण आणि पश्चिममध्ये अटलांटिक महासागर येणाऱ्या आहे. +स्त्रियां: कोणत्याही स्त्रियांच्या प्रवासी म्हणतात की त्यांनी विवाह केले आहे किंवा त्यांनी विवाह करण्याचा प्रयत्न केला आहे. +एक रिंग पाहण्यासाठी मदत करणार आहे (केवळ ते एक नाही जे अतिशय महाग प्रदर्शित असते. +स्त्रियांनी संस्कृतीच्या फरकांमुळे त्यांच्या मते पराजय होऊ शकतो आणि त्यांच्या पासून काढण्यात आलेल्या, काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आलेल्या आणि त्यांच्या पासून काढण्यात आले +पुरुषांना नकार करण्यासाठी स्थिर राहा, आणि तुम्हाला तुमच्या स्थितीमध्ये उभे राहण्यासाठी डर नाही (संस्कृतिक फरक किंवा नाही, ते तुम्हाला ओक करणार नाही!). +कासाब्लांकाचा आधुनिक शहर 10 व्या शतकीच्या बेर्बर माझांनी स्थापित केला होता आणि फोईनिशियन्स, रोमन्स आणि मेरेनिड्स यांनी अन्फा या रणनीतिक पोर्टचा वापर केला होता. +1755 मध्ये भूकंप झाल्यानंतर त्याला उद्ध्वस्त करण्यासाठी त्याला पुन्हा निर्माण करण्यात आले आणि त्याला कासा ब्रॅन्का नावाने निर्माण केले. +मोरक्कोच्या सुल्तानाने या शहराला दारु ल-बाड्या म्हणून पुन्हा निर्माण केले आणि त्यावरील व्यापार स्थान स्थापित करणाऱ्या स्पॅनिश व्यापारींनी त्याला कासाब्लांका नाव दिले. +कॅसाब्लांका मॉरोक्कोच्या सर्व जगांमध्ये खरेदी करण्यासाठी सर्वात कमी राजधानी आहे. +जुन्या मेडीनाच्या पासून मोरक्कोच्या पारंपारिक वस्तूंचा विक्री करणाऱ्या स्थानांचा शोध सर्वाधिक सोपा असतो, जसे तगीन, पॉटरी, लेथर वस्तू, हुकाह, आणि जीगाव्सचा पूरा स्पेक्ट्रम, पण या सर्वांचा प्रयत्न पर्यटकांसाठी आहे. +गोमा रवाण्डाच्या जवळ दक्षिण पूर्वाच्या डेमोक्रॅटिक रिपब्लिक ऑफ कोंगोच्या पर्यटन शहर आहे. +२००२ मध्ये गोमा न्यिरागोंगो ज्वालामुखीच्या लावामुळे नष्ट झाला, ज्यामुळे बाऱ्यातील अधिकांश शहराच्या रस्त्यांचा अवशेष झाला आणि विशेषतः शहराच्या केंद्राला. +गोमा सुमारे सुरक्षित असल्यामुळे, नॉर्थ किवु प्रांतातील युद्धाच्या स्थितीला समजण्यासाठी गोमाच्या बाहेर कोणत्याही भेट करण्याचा शोध करावा. +या शहरामध्ये अॅफ्रिकेतील काही सर्वाधिक सस्त माऊंटेन गोरिला ट्रॅकिंगचा सामना करण्यासाठी न्यिरागोंगो ज्वालामुखीचा स्थान आहे. +तुम्ही गोमा जाण्यासाठी बोडा-बोडा (मोटरसाइकल टॅक्सी) वापरू शकतो. सामान्य (स्थानिक) किंमत छोट्या चालण्यासाठी ~500 कोंगोलिश फ्रांक्स आहे. +त्याच्या संबंधित अप्रत्यक्षताच्या संयोजनात, "टिम्बुक्टू" विदेशी, दूरच्या जमीनांसाठी एक लोकप्रश्न म्हणून वापरले जाते. +आज, टिम्बुक्टू एक गरीब शहर आहे, तरीही त्याची प्रतिष्ठा पर्यटकांना आकर्षित करते, आणि त्यामध्ये एअरपोर्ट आहे. +१९९० मध्ये, समुद्री किनाऱ्यांच्या धोकाच्या कारणामुळे जगातील जागतिक समर्थक स्थळांच्या या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक समर्थक स्थळांच्या सूचीत जागतिक स +हेनरी लुईस गेट्स यांच्या पीबीएसच्या विशेष वॉंडर्स ऑफ द एफ्रिकन वर्ल्डच्या महत्त्वाच्या स्टॉप्समध्ये एक होते. +या शहराला देशाच्या इतर शहरांपेक्षा एक अरबियती प्रकृति अधिक आहे कारण त्यामध्ये एक अफ्रिकी प्रकृति अधिक आहे. +क्रुजर नॅशनल पार्क (केएनपी) दक्षिण अफ्रिकेच्या उत्तर-पूर्व भागात आहे आणि पूर्व भागात मोझाम्बिकच्या सीमेवर, उत्तर भागात झिम्बाब्वेच्या सीमेवर आणि दक्षिण भागात क्रोकोडाईल नदीचा सीमा आहे. +पार्क 19,500 किमी ठिकाणी आहे आणि 14 विविध एकोझोन्समध्ये विभाजित आहेत, ज्यांमध्ये विविध जंगलाच्या जीवांसाठी सहायता करणारे विविध प्राकृतिक क्षेत्रे आहेत. +या दक्षिण अफ्रिकेच्या मुख्य आकर्षणांपैकी एक आहे आणि साऊथ अफ्रिकी नॅशनल पार्क्स (सीएनपार्क्स) यांच्या फ्लॅगशिप म्हणजे. +सर्व दक्षिण अफ्रिकी राष्ट्रीय उद्यानांसाठी दैनंदिन संरक्षण आणि उद्यानातील प्रवेश शुल्क आहेत. +एकांना वाईल्ड कार्ड खरेदी करण्याचा प्रयत्न होऊ शकतो, ज्यामुळे दक्षिण अफ्रिकेच्या पार्कच्या एक प्रतिक्रिया किंवा सर्व दक्षिण अफ्रिकेच्या राष्ट्रीय पार्कांमध्ये प्रवेश प्राप्त होऊ शकतो. +हॉंग कॉंग टापूने हॉंग कॉंगच्या प्रदेशाला हॉंग कॉंगचा नाव दिला आहे आणि हॉंग कॉंग या जगाला अनेक पर्यटकांना मुख्य केंद्र म्हणतात. +हॉंग कॉंगच्या स्काईलाईन बनवणाऱ्या इमारतींचा प्रदर्शन विक्टोरिया हार्बरच्या पाण्यांच्या उपस्थितीने प्रस्तुत करणाऱ्या एका चमकदार बार चार्टचा प्रदर्शन असल्याचा तुलना केला गेला आहे. +हॉंग कॉंगच्या सर्वोत्कृष्ट प्रतिक्रिया मिळवण्यासाठी, द्वीपावर बाहेर पडून कोलोनच्या जलमार्गाच्या विरुद्ध जाऊ. +होंग कॉंग द्वीपाच्या शहरी विकासाचा बहुतांश भाग उत्तरी किनाऱ्याच्या किनाऱ्यावरील पुन्हा निर्माण केल्या जाणाऱ्या भूमीवर एकत्रित राखले आहे. +या जागा ब्रिटिश कॉलोनिसर्सने आपल्या जागा म्हणून घेण्यासाठी घेतले आहे आणि तुम्ही या जागातील प्रदेशाच्या कॉलोनियल भूतपूर्वाच्या प्रमाणांची शोध करण्यासाठी या जागात सुरुवात करण्यासाठी एक चांगल्या जागा आहे. +सुंडरबांस जगातील सर्वाधिक समुद्री किनाऱ्या मंग्रोव क्षेत्र आहे, ज्या किनाऱ्यातून बांग्लादेश आणि भारतीय किनाऱ्यापासून 80 किमी (50 माईल) किंवा 50 किमी (30 माईल) किंवा 30 किमी (20 माईल) किंवा 20 किमी (12 माईल) किंवा 12 किमी (7 माईल) किंवा 7 किमी (4 माईल) किंवा 4 किमी (2 माईल) किंवा 2 किमी (1 माईल) किंवा 1 किमी (0.6 माईल) किंवा 0.6 किमी (0.3 माईल) किंवा 0.3 किमी (0.2 माईल) किंवा 0.2 किमी (0.1 माईल) किंवा 0.1 किमी (0.06 माईल) किंवा 0.06 किमी (0.03 माईल) किंवा 0.03 किमी (0.02 माईल) किंवा 0.02 +सुंडरबांस एक यूनेस्को वर्ल्ड हरिटेज साइट ठरले आहे. भारतीय क्षेत्रातील जंगलाचा भाग सुंडरबांस नॅशनल पार्क म्हणतो. +फॉरेस्ट्स केवळ मँग्रोव स्वाम्प नाहीत — त्यामध्ये मोठ्या जंगलांच्या काही अंतिम बांधलेल्या स्टँड्स यांचा समावेश आहेत ज्यांनी एकदा गंगेटिक प्रदेशाला पोहोचले होते. +सुंडरबांसचा क्षेत्र 3,850 किमी² असतो, ज्यामध्ये पाण्य किंवा डोंगरांच्या क्षेत्रांमध्ये एक-तृतीयांश स्थित आहेत. +1966 पासून सुंडरबांस एक वाईल्डलाईफ सेंट्री आहे आणि त्या भागात आता 400 रॉयल बेंगाल टायगर आणि 30,000 स्पॉटेड डीर आहेत असे अनुमान करण्यात आले आहे. +पूर्ण दिवसात बसे इंटर-डिस्ट्रिक्ट बस स्टेशन (नदीच्या विरुद्ध) येतात, तथापि बहुतांश, विशेषतः पूर्वेकडे जात असलेल्या आणि जकर/बमथांग येणाऱ्या बसे 06:30 ते 07:30 येतात. +इंटर-डिस्ट्रिक्ट बसे प्रायः भरपूर असतात, त्यामुळे काही दिवसांपूर्वी टिकट खरेदी करण्याची सल्ला आहे. +बहुतांश जिल्ह्यांमध्ये छोट्या जापानी कोस्टर बसांचा सेवा उपलब्ध आहे, ज्यांनी स्वस्त आणि स्थिर असतात. +पारो (Nu 150) आणि पुनाखा (Nu 200) या जवळ ठिकाणी जाण्यासाठी शेअर्ड टॅक्सी एक त्वरित आणि आरामदायक मार्ग आहेत. +ओयापॉक नदी ब्रिज केबल-स्टेड ब्रिज आहे. ब्राझिलच्या ओयापॉकच्या शहरांचा जोड करण्यासाठी ओयापॉक नदी पार करतो आणि फ्रेंच गियानाच्या सेंट-जॉर्ज डे ल'ओयापॉकच्या शहरांचा जोड करतो. +या दोन इमारती 83 मीटरच्या उच्चतात उभा जातात, या इमारती 378 मीटर लांब आहे आणि या इमारतीमध्ये 3.50 मीटरच्या चांगल्या दोन लॅन्स आहेत. +पुलाच्या नीच्या स्थितीमध्ये क्लिअरेंस 15 मीटर्स आहे. या पुलाच्या निर्माणात २०११ च्या ऑगस्टमध्ये संपूर्ण केले गेले होते, पुला २०१७ च्या मार्चमध्ये ट्राफिकसाठी उद्घाट केले गेले होते. +ब्राझिलियन कस्टम चेकपॉईंट्स पूर्णपणे संपूर्ण करण्यासाठी २०१७ च्या सप्टेंबरमध्ये या पुलाला पूर्णपणे कामगिरी करण्यात आली आहे. +गुरानी ही पूर्वी परागवेच्या जमीनावर राहणाऱ्या सर्वाधिक महत्त्वाचा स्वदेशी समूह होता, ज्यांनी आता पूर्वी परागवेच्या जमीनावर राहत होते आणि त्यांनी प्राकृतिक शिक्षण करण्याचा प्रयत्न केला होता. +चाको प्रदेश गुयकुरू आणि पायागुआ या स्थानिक प्रजातींच्या अन्य समूहांचा घर होता, ज्यांनी शिकार, एकत्रण करण्यामुळे आणि फिशिंग करण्यामुळे जीवित झाले होते. +16 व्या शतकात स्पॅनिश विजेतांच्या स्थानिक आदिवासी समूहांसोबत झालेल्या सामन्यामुळे "द जायंट प्रांत ऑफ द इंडीज" असलेल्या पॅराग्वेचा जन्म झाला. +स्पॅनियार्‍यांनी तीन शतकांच्या कोलोनिझेशनच्या काळात सुरुवात केली. +१५३७ मध्ये असुन्शियनच्या स्थापनानंतर, परागवे आपल्या आदिवासी प्रकृति आणि इडेंटिटी कायम राखण्याची कामगिरी केली आहे. +अर्जेंटिना जगातील सर्वाधिक सर्वोच्च पोलो संघ आणि खेळाडू असल्याचे प्रसिद्ध आहेत. +या वर्षीच्या सर्वात मोठी स्पर्धे डिसेंबरमध्ये लास कॅनिटासच्या पोलो फिल्ड्समध्ये घडतील. +इतर वार्षिक काळातील छोट्या प्रतियोगिता आणि सामन्यांना या स्थानावर पाहण्याची शक्यता आहे. +स्पर्धेच्या बातमी आणि पोलोच्या सामन्यांसाठी टिकट खरेदी करण्यासाठी असोसिएशन अर्जेंटिना डे पोलो पाहा. +ऑफिसियल फॉल्कलंड्स मुद्रा फॉल्कलंड पाउंड (एफकेपी) आहे, ज्याचा मूल्य एक ब्रिटिश पाउंड (एगबीपी) समान करण्यात आला आहे. +फिक वेस्ट स्टोरच्या विरुद्ध स्टेनली येथील एकमेव बँकमध्ये पैसे बदलले जाऊ शकतात. +ब्रिटिश पाऊंड्स बहुतांश प्रक्रियेत टाप्यांमधील कोणत्याही ठिकाणी स्वीकारण्यात आले आहेत आणि स्टेनली क्रेडिट कार्ड आणि युनायटेड स्टेट्स डॉलर्स ही प्रायः स्वीकारण्यात आले आहेत. +ब्रिटिश आणि युनायटेड स्टेट्स मुद्रांचा स्वीकारण होईल तरीही बाहेरी बेटांवरील क्रेडिट कार्ड स्वीकारण्यात आवश्यक नाही; पूर्णपणे स्वीकारण्यासाठी काय स्वीकार्य पेमेंट मार्ग आहे याबद्दल पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर्णपणे पूर् +द्वीपांच्या बाहेर फॉल्कलंड्सच्या मुद्रांचा वापर करणे जवळपास शक्य नाही, त्यामुळे द्वीपांच्या बाहेर जाण्यापूर्वी पैसे वापरण्यासाठी तयारी करावा. +मोन्टेव्हिडो ईक्वाटरच्या दक्षिण भागात आहे, त्यामध्ये उष्ण काळा होतो जेव्हा उष्ण क्षेत्रातील हिवाळी होती आणि उपरांत हिवाळी होती. +मोन्टेव्हिडो उष्णकटिबंधीय क्षेत्रात आहे; उन्हाळ्यातील महिन्यांमध्ये 30°C वर अधिक तापमान सामान्य असतो. +हिवाळ्य कठीण होऊ शकतो: तापमान अक्षमपणे फ्रिजिंगच्या किंवा अधिक कमी नाहीत, परंतु हवा आणि वायू एकत्र होऊन तापमानाच्या म्हणण्याच्या अधिक काळ वाटण्यासाठी योगदान करतात. +कोणत्याही वार्षिक "पावसाच्या" आणि "सूख्याच्या" काळांचा नाही: पावसाचा प्रमाण पूर्ण वार्षिक काळात समान राहतो. +पार्कमध्ये अनेक प्राणी माणसांचा प्रतिस्थापन करत आहेत, तरीही जंगली जीवांचा जीवन अद्वितीय आहे आणि त्यांना खाद्य करणे किंवा त्रासित करणे नाही. +पार्क अधिकाऱ्यांच्या म्हणण्यानुसार, चमगादड आणि डोळ्यांपासून किमान 100 यार्ड/मीटर दूर राहणे आणि सर्व इतर जंगली जणांपासून 25 यार्ड/मीटर दूर राहणे! +त्यांची कोणत्याही स्वार्थीपणा नसल्यामुळे बिसन, एल्क, मूस, बार्स आणि बहुतांश मोठ्या प्राणी हल्ला करू शकतात. +प्रत्येक वर्ष, दर्जन पेक्षा अधिक प्रवासी जखमी होतात कारण त्यांनी उचित दूरी न राखली. या प्राणी मोठे, जंगली आणि संभाव्यतः खतरनाक आहेत, म्हणजे त्यांना त्यांची जागा देऊ लागेल. +उपलब्ध असलेल्या अन्य जाणीव जीवांसाठी प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसारण करणारे प्रसार +अपिया सामोआच्या राजधानी आहे. या शहर उपोलूच्या द्वीपावर आहे आणि त्यातील लोकसंख्या 40,000 पर्यंत आहे. +1850 च्या दशकात अपिया स्थापित करण्यात आली आहे आणि 1959 पासून सामोआच्या अधिकृत राजधानी आहे. +हार्बर 1889 मध्ये जर्मनी, युएस आणि ब्रिटनच्या सात जहाजांनी हार्बर छोडण्याचा नकार दिला होता. या घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्या एक घटनेमध्ये नौसेनेच्य +सर्व जहाजे झाले गेले होते, केवळ एक ब्रिटिश क्रूझरचा जहाज बाहेर झाला होता. अमेरिकन आणि जर्मन लोकांची २०० जीवन गमावली गेली होती. +स्वातंत्र्य संघर्षाचा आयोजन करणाऱ्या माऊ प्रवर्तीच्या संघर्षात, शहरातील एक शांत सभामध्ये प्रमुख प्रधान टुपुआ तमासेसे लेलोफी ३ यांची हत्या झाली. +अकलंडच्या दोन्ही किनाऱ्यांच्या स्ट्रॅडलिंगमुळे अनेक किनाऱ्या आहेत. सर्वाधिक लोकप्रिय किनाऱ्या तीन क्षेत्रांमध्ये आहेत. +उत्तर हॅर्बर जिल्ह्यातील उत्तर शॉर किनारे प्रशांत महासागरात आहेत आणि उत्तरेकडे लॉन्ग बे ते दक्षिणेकडे डेवोनपोर्ट येतात. +ते संपूर्णपणे सुरक्षित स्विमिंग करण्यासाठी समुद्री किनारे आहेत आणि बहुतांश पोहुतुकावा वृक्षांच्या झालेल्या झालेल्या आहेत. +टामकी ड्राईव किनारे माइशन बे आणि सेंट हेलियर्स या मध्य ऑकलंडच्या अपमार्केट सबर्ब्समध्ये वाइटेमाटा हार्बरमध्ये आहेत. +काही वेळांमध्ये या कुटुंबियांच्या किनाऱ्यांमध्ये जास्त लोकसंख्या असतो आणि किनाऱ्याच्या बाजूने शॉप्सची एक चांगली श्रेणी असतो. स्विमिंग सुरक्षित आहे. +मुख्य स्थानिक बियर 'नंबर वन' आहे, ही एक संपूर्ण बियर नाही, पण स्वादशील आणि स्वस्त आहे. इतर स्थानिक बियर 'मंता' म्हणजे आहे. +अनेक फ्रेंच वाईन्स उपलब्ध असतात, पण न्यूझीलंड आणि ऑस्ट्रेलियन वाईन्स चांगल्या प्रवास करू शकतात. +स्थानिक पाण्य पेय करण्यासाठी पूर्णपणे सुरक्षित आहे, पण बॉटल पाण्याचा शोध तुम्ही भीती असल्यास सोपे असतो. +ऑस्ट्रेलियाच्या लोकांसाठी, 'फ्लॅट व्हाईट' कॉफी विदेशी विचार आहे. एक कमी ब्लॅक एक 'एस्प्रेसो' आहे, कॅपुचिनो क्रीम (ना फ्रॉथ) अधिक उच्च असलेले आहे आणि चाय डुकरी देण्यात आवश्यक नाही. +गरम चॉकलेट बेल्जियनच्या प्रमाणावर आहे. फ्रूट जूस किमान अधिक असतात पण उत्कृष्ट आहेत. +रीफवरील अनेक प्रवास सर्व वर्षात करण्यात आले आहेत आणि रीफवरील कोणत्याही कारणामुळे झालेल्या जखमी दुर्लक्ष असतात. +तथापि, अधिकाऱ्यांच्या सल्ला घेणे, सर्व चिन्हांचा प्रतिबद्धता करणे आणि सुरक्षेच्या चेतावणींसाठी जास्त ध्यान देणे. +बॉक्स जेलीफिश १७७०च्या उत्तरी भागात ऑक्टोबर ते एप्रिलच्या दरम्यान किनारे आणि नदीच्या निर्माणातील ठिकाणी झाले जातात. त्यांना काहीवेळी या वेळांपासून बाहेर झाले जाते. +शार्क आहेत, तथापि त्यांनी कदाचित काही वेळा माणसांना हल्ला करण्यात आले नाही. बहुतांश शार्क माणसांचा डर आहेत आणि त्यांनी माणसांपासून दूर पाहण्याचा प्रयत्न करतात. +सॉल्टवॉटर क्रॉकडाईल्स समुद्रात सक्रिय रूपात जीवित नाहीत, त्यांचा प्राथमिक निवास रॉकहम्प्टनच्या उत्तरेकडील नदीच्या एस्ट्युएरीमध्ये आहे. +अगोदरच्या बुकिंगमुळे प्रवासीला शांतता मिळते की त्यांनी त्यांच्या ठिकाणी झोपण्यासाठी एक स्थान आहे जेव्हा त्यांनी त्यांच्या ठिकाणी पोहोचतात. +प्रवास उपकरणांनी अनेकदा विशिष्ट हॉटेल्ससोबत डील करतात, तथापि तुम्ही प्रवास उपकरणांनी कॅम्पिंग ग्रांड्स यांच्या प्रकाराच्या अन्य प्रकारांच्या निवासांना बुक करण्याची शक्यता शोधू शकतो, तरीही तुम्ही प्रवास उपकरणांनी कॅम्पिंग ग्रांड्स यांच्या प्रकारांच्या निवासांना बुक करण्याची शक्यता शोधू शकतो, तरीही तुम्ही प्रवास उपकरणांनी कॅम्पिंग ग्रांड्स यांच्या प्रकारांच्या निवासांना बुक करण्याची शक्यता शोधू शकतो, तरीही तुम्ही प्रवास उपकरणांनी कॅम्पिंग ग्रांड्स यांच्या प्रकारांच्या निवासांना बुक करण्याच +ट्रेवेल एजंट्स सामान्यतः ब्रेकफास्ट, एअरपोर्टवरील किंवा एअरपोर्टवरील किंवा एकत्रित फ्लाईट आणि हॉटेल प्याकेज समाविष्ट अशा प्याकेज प्रस्तुत करतात. +तुम्हाला ऑफरचा विचार करण्यासाठी किंवा तुमच्या स्थळासाठी इतर कागदपत्रे प्राप्त करण्यासाठी वेळ आवश्यक असल्यास त्यांनी तुमच्यासाठी रिझर्वेशन करू शकतात. +कोणत्याही सुधार किंवा अनुरोधांना पहिल्याप्रमाणे प्रवासी एजेंटच्या माध्यमातून करावा लागेल आणि हॉटेलसमोर प्रत्यक्ष न करावा लागेल. +काही उत्सवांसाठी, संगीत उत्सवांच्या अधिकांश प्रवेशांनी स्थळावर कॅम्प करण्याचा निर्णय केला आहे आणि बहुतांश प्रवेशांनी त्याला अनुभवाचा महत्त्वाचा भाग मानला आहे. +जर तुम्ही कार्याच्या जवळ राहण्याची इच्छा आहे तर तुम्ही संगीताच्या जवळ एक कॅम्पिंग साईट मिळवण्यासाठी प्रारंभी येणे आवश्यक आहे. +मुख्य स्टेजवरील संगीत संपूर्ण होऊ शकते तरीही फेस्टिवलच्या काही भागांमध्ये संगीत रात्राच्या अखेरीस जाऊ शकते. +काही उत्सवांमध्ये युवा मुलांच्या परिवारांसाठी विशेष कॅम्पिंग भाग आहेत. +उष्ण काळात उत्तरी बॅल्टिक पार करण्यासाठी, कॅबिनची स्थिती पाहण्याची आवश्यकता आहे, कारण बर्फाच्या माध्यमातून जाण्यामुळे सर्वाधिक प्रभावी लोकांसाठी अत्यंत दुखाद आवाज झाले जाते. +सेंट पीटर्सबर्गच्या क्रूजमध्ये शहरातील वेळ समाविष्ट आहे. क्रूज यांच्या प्रवाशांना व्हीझाच्या आवश्यकतांमध्ये मुक्त करण्यात आले आहे (चेक करा). +कॅसिनोमध्ये प्रामुख्यतः प्रवासींनी केलेल्या वेळावरील आणि पैसेवरील अधिक करण्यासाठी अनेक प्रयत्न करतात. विंडो आणि क्लॉक्स सामान्यतः उपस्थित नाहीत आणि बाहेर जाण्यासाठी कठीण असते. +त्यांच्या सामान्यतः प्रवासी एक चांगल्या वातावरणात राहण्यासाठी विशेष खाद्य, पेय आणि मनोरंजन प्रस्तुती आहेत. +काही ठिकाणे घरामध्ये अल्कोहॉलिक पेय प्रस्तुत करतात. तथापि, मद्याच्या प्रभावामुळे निर्णय कमी होतो आणि सर्व चांगल्या खेळाडू सोबर राहण्याच्या महत्त्वाविषयी जाणतात. +उच्च उत्तरांमध्ये चालण्यासाठी किंवा पर्वतांच्या पासांमध्ये चालण्यासाठी जात असलेल्या कोणत्याही व्यक्तींनी बर्फ, बर्फ किंवा तापमानांची संभाव्यता विचारात येतील. +बर्फी आणि बर्फाच्या रस्त्यांमध्ये, प्रतिरक्षण कमी असतो आणि तुम्ही बर्फाच्या अस्फळ्याच्या प्रकारे चालण्याची शक्यता नाही. +ब्लिझर्ड्सच्या काळात, तुम्हाला ठिकाणी राहण्यासाठी पुरेशा बर्फ काही काळात पडू शकतो. +वाहनाच्या खिडक्यांवरील बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ किंवा बर्फ क +दुसऱ्या बाजूने, अनेक देशांमध्ये बर्फी आणि बर्फाच्या प्रकृती सामान्य आहेत आणि ट्रॅफिक सर्व वार्षिक काळात निरंतर चालतो. +सॅफरी कदाचित आफ्रिकेतील सर्वाधिक पर्यटनाचा आकर्षण आहे आणि अनेक पर्यटकांसाठी प्रमुख ठिकाण आहे. +लोकप्रिय वापरातील शब्द सॅफरी अॅफ्रिकी जंगली जीवनशैली पाहण्यासाठी जवळपास जाण्यासाठी, विशेषतः सावान्यावर ओवरलँड प्रवास या शब्दाचा अर्थ आहे. +एलिफंट्स आणि गिरफ यांच्यासारख्या काही प्राणी कार आणि स्टैंडर्ड उपकरणांसाठी जवळपास पोहोचण्याचा इच्छा आहे आणि स्टैंडर्ड उपकरणांनी चांगल्या पाहण्यासाठी परवानगी देणार आहे. +लायन्स, चीटाह आणि लिओपार्ड्स काही वेळा उदास असतात आणि तुम्ही त्यांना बिनोक्युलर्स साठी पाहण्यासाठी त्यांना उत्तम पाहण्यासाठी आवश्यक असते. +एक वॉकिंग सॅफरी (ज्याला "बश वॉक", "हिकिंग सॅफरी" किंवा "फुटिंग" म्हणतात) हिकिंग किंवा काही तास किंवा काही दिवस होते. +पॅरलिम्पिक्स 24 ऑगस्ट ते 5 सप्टेंबर 2021 रोजी झाले गेले आहेत. काही कार्यक्रम जपानच्या इतर स्थानांमध्ये आयोजित करण्यात आले गेले आहेत. +1964 मध्ये खेळ आयोजन केलेल्या टोक्यो ही एकमेव आशियातील शहर आहे ज्याने दोन उन्हाळ्य ऑलिंपिक्स आयोजन केले आहेत. +जर तुम्ही पोस्टपोनमेंट घोषित करण्याच्या पूर्वी तुम्ही 2020 मध्ये तुमच्या फ्लाईट्स आणि निवास बुक केले असल्यास, तुम्हाला कठीण परिस्थिती होऊ शकते. +कॅन्सिलेशन पॉलिसी विविध असते, पण अखेरीच्या मार्चमध्ये अधिकांश कॅन्सिलेशन पॉलिसी 2020 च्या जुलैमध्ये जाऊ शकत नाहीत, जेव्हा ऑलिंपिकचा आयोजन केला गेला होता. +अधिकांश कार्यक्रमाच्या टिकट 2,500 ते 130,000 येणाऱ्या येणाऱ्याच्या दरम्यान होईल, सामान्य टिकट 7,000 येणाऱ्या दरम्यान होईल. +इरनिंग पाण्याच्या कपड्यांना खाली करण्यासाठी मदत करते. अनेक हॉटेल्समधील इरन आणि इरनिंग बोर्ड पाठवण्यासाठी उपलब्ध आहेत, जेव्हा एक कोणत्याही कोठात नाही. +जर इरन उपलब्ध नाही किंवा तुम्ही इरनेड सॉक्स घालण्याची इच्छा नाही, तर तुम्ही एक हॅयरड्रायर वापरण्याचा प्रयत्न करू शकतो, जर उपलब्ध असतो. +फॅब्रिक अधिक उष्ण होऊ न द्या (ज्यामुळे कमी होऊ शकतो किंवा अतिशय प्रकरणांमध्ये स्कॉर्च होऊ शकतो). +पाण्याचा स्वच्छ करण्याचा विभिन्न मार्ग आहेत, काही विशिष्ट जोखीमांविरुद्ध अधिक कामगिरी आहेत. +काही जागांमध्ये एक मिनिटाचा बायलिंग पाण्य पूर्ण असतो, इतर जागांमध्ये अनेक मिनिटे आवश्यक असतो. +फिल्टर्सचा प्रभाव वेगळे असतो आणि तुम्हाला चिंता आहे तर तुम्ही एक प्रतिष्ठित कंपनीतून एक सिल्ड बॉटलमध्ये तुमच्या पाण्याची खरेदी करावी. +प्रवासी त्यांच्या घरच्या प्रदेशातील त्यांच्यासाठी परिचित नसलेल्या प्राणींच्या प्रकोपांचा सामना होऊ शकतो. +पराजितांनी भोजनाला नष्ट करू शकतात, इरिटेशन करू शकतात किंवा खराब प्रकरणात एलर्जिक प्रतिक्रिया करू शकतात, वेनम प्रसारित करू शकतात किंवा रोगांचा प्रसार करू शकतात. +संक्रामक रोगांमुळे किंवा जोरदार प्राणी ज्यांनी लोकांना काळजी करण्यासाठी किंवा मृत्यू करण्यासाठी प्रयत्न करू शकतात, त्यांनी सामान्यतः विषार म्हणून स्वीकारण्यात योग्य नाहीत. +ड्यूटी फ्री शॉपिंग करणे करार आहे की काही स्थानांवर टॅक्स आणि एक्सिस टाळणाऱ्या वस्तूंना खरेदी करण्याची संधी आहे. +कृत्रिम कर असलेल्या देशांमध्ये प्रवास करणाऱ्यांना काही वेळा मोठ्या पैसे बचवण्याची शक्यता असते, विशेषतः अल्कोहॉलिक ब्रेविज आणि टॉबाकोसारख्या उत्पादनांवर. +पॉईंट मॅरियन आणि फेअरमोन्ट यांच्या दूरच्या दूरीमध्ये बफेलो-पिट्सबर्ग हायवे येथील सर्वाधिक आव्हानात्मक ड्राईविंग स्थिती प्रस्तुत होते, ज्यामध्ये प्रायः एकटे बॅकवुड्स प्रदेशातून जात होते. +जर तुम्ही देशी रस्त्यांवर ड्राईव करण्यासाठी उपयोग केले नाही तर तुम्हाला तुम्हाला काय होतो याबद्दल तुम्हाला जागरूक राहणे आवश्यक आहे: उच्च ग्रेड, कमी मार्ग आणि तीव्र कुर्व्ह यांनी प्रमुखता मिळवली आहे. +पोस्ट स्पीड लिमिट्स मागील आणि पुढील भागांपेक्षा स्पष्टपणे कमी असतात — सामान्यतः 35-40 मील प्रति तास (56-64 किमी प्रति तास) — आणि त्यांच्यावरील कायदेशीर प्रतिबद्धता अन्यत्र अधिक महत्त्वाची असते. +तथापि, मोबाईल फोन सर्विस या मार्गाच्या अनेक इतर क्षेत्रांपेक्षा अधिक मोठा आहे, जसे पेन्सिल्वेनिया वाईल्ड्स. +जर्मन पास्ट्रीज अतिशय चांगली आहेत आणि बावेरियात, त्यांच्या दक्षिणेकडील शेजारीच्या आणि ऑस्ट्रियाच्या समान अतिशय संपूर्ण आणि विविध आहेत. +फ्रूट पेस्ट्री सामान्य आहेत, ज्यामध्ये वर्षाच्या काळात एपल्स पेस्ट्रीमध्ये घालले जातात आणि चेरीज आणि प्लम्स उन्हाळ्यात प्रदर्शन करतात. +अनेक जर्मन बेकिंग गुड्समध्ये अलमंड, हॅझेल नट्स आणि इतर वृक्षाच्या नट्स यांचा सामना होतो. लोकप्रिय कॅक्स कठीण कॉफीच्या एक चायच्या संपर्कामध्ये सामान्य राहिले गेले असते. +जर तुम्हाला काही छोटे पण संपूर्ण असलेले पास्ट्री चाहतो, तर तुम्हाला प्रदेशावर निर्भर असलेल्या बर्लिनर, पफ्नकुचेन किंवा क्रॅपफेन या नावांचा प्रयत्न करा. +एक करी हेर्ब्स आणि मिळवणाऱ्या मसालांच्या आधारावर मास किंवा वेगेटेबल्स यांच्यासोबत एक भोजन आहे. +एक करी पाण्याच्या प्रमाणाच्या असल्यामुळे एक "ड्राय" किंवा "वेट" होऊ शकतो. +उत्तरीय भारत आणि पाकिस्तानच्या आंतरदेशीय प्रदेशांमध्ये योगउर्ट सामान्यतः कृत्यांमध्ये वापरले जाते; दक्षिणीय भारत आणि सबकंटेन्टच्या काही अन्य किनारी प्रदेशांमध्ये कोकोस द्रव सामान्यतः वापरले जाते. +१७,००० बेटांच्या निवडण्यासाठी, इंडोनेशियाच्या भोजनाला एक मोठा प्रदेशीय भोजने यांच्या विविध प्रकारांचा एक उपशब्द होतो, जे देशाच्या सर्व भागांमध्ये शोधले गेले आहेत. +पण, या शब्दाचा अर्थ जावाच्या मुख्य द्वीपाच्या मध्य आणि पूर्व भागांमध्ये स्थापना झालेल्या खाद्यांचा अर्थ होऊ शकतो. +अर्किपेलेगोच्या सर्व भागांमध्ये उपलब्ध असलेल्या जवानेसच्या कृत्रिम पद्धतीमध्ये संपूर्णपणे उपभोग करण्यात आलेल्या जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद्धतीमध्ये जवानेसच्या प्राचीन पद् +सेडलच्या दोन्ही बाजूने पडणाऱ्या घातल्यांच्या पायांसाठी स्टिरुप्स सहायता करतात. +त्यांनी राइडरसाठी अधिक स्थिरता प्रदान करतात पण त्यांमध्ये राइडरच्या पायांना काढण्यासाठी संभाव्यता असल्यामुळे त्यांमध्ये सुरक्षेची चिंता होऊ शकते. +या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. या जोखीम कमी करण्यासाठी अनेक सुरक्षित प्रतिबंध घेण्याची शक्यता आहे. +प्रथम, बहुतांश चालकांनी एक हिल आणि एक स्मॉफ्ट, काळजी कमी, सोल असलेल्या राइडिंग बूट्स लावले आहेत. +पुढे, काही सॅडल्स, विशेषतः इंग्लिश सॅडल्समध्ये सुरक्षा बार्स आहेत ज्यामुळे झालेल्या घातल्या घातकांनी सॅडलावर झालेल्या घातल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी झालेल्या घातकांनी +कोचमो वॉली - चिलीच्या प्रमुख क्लिम्बिंग ठिकाणा, ज्याला दक्षिण अमेरिकेच्या योसेमिटच्या म्हणजे आहे, ज्यामध्ये विविध ग्रॅनिट मोठ्या भिंती आणि क्रॅग्स असतात. +सम्मेलनामध्ये पृष्ठभूमिवरील पर्वतांमध्ये आकर्षक दृष्टीकोण समाविष्ट असते. जगातील सर्व भागांच्या प्रवाशांनी त्यांच्या अनंत क्षमताच्या बांधांमध्ये नवीन मार्ग स्थापित करण्याचा निरंतर प्रयत्न करत आहेत. +डाउनहिल स्नो स्पोर्ट्स, ज्यामध्ये स्कीइंग आणि स्नोबोर्डिंग समाविष्ट आहेत, त्यामध्ये स्कि किंवा स्नोबोर्ड आपल्या पायाने जोडलेल्या बर्फवर झालेल्या प्रदेशावर स्लाईडिंग करणारे लोकप्रिय खेळ आहेत. +स्कीईंग ही अनेक उत्साहजनक लोकांसह एक महत्त्वाच्या प्रवासाच्या गोष्टी आहे ज्यामध्ये स्कीईंगच्या विशिष्ट स्थानावरील पूर्ण प्रवास योजना करणाऱ्या स्की बम्सच्या नावाने काही वेळा उल्लेख करण्यात आले आहे. +स्की करण्याचा विचार अतिशय जुन्या आहे — 5000 ईसा पूर्वीच्या प्राचीन कृत्रिम चित्रांमध्ये स्की करणाऱ्यांची चित्र आहेत! +डाउनहिल स्कीइंग १७ व्या शतकातील खेळ म्हणजे आहे आणि १८६१ मध्ये ऑस्ट्रेलियामध्ये नॉर्वेजियन्स यांनी पहिल्या स्वास्थ्यात्मक स्की क्लब उद्घाट केले. +स्कीच्या माध्यमातून बॅकपॅकिंग करणे: ही क्रिया पण बॅककंट्री स्की, स्की टूरिंग किंवा स्की हाईकिंग म्हणतात. +त्याचा संबंध अल्पाईन स्टाइल स्की टूरिंग किंवा माउंटेनरिंगसाठी नाही, ज्यामध्ये उच्च प्रकृतीच्या प्रदेशात केले जाते आणि अधिक स्टाइफ्टर स्की आणि बूट्सचा आवश्यकता आहे. +स्कीइंगच्या मार्गाचा विचार हिकिंगच्या मार्गाचा विचार करा. +सर्वोत्कृष्ट परिस्थितीत तुम्ही चालण्यापेक्षा अधिक दूरच्या मार्गांवर प्रवास करू शकतो – पण केवळ काही वेळा तुम्ही क्रॉस कंट्री स्कीइंग करण्यासाठी एक मोठ्या बॅकपॅकच्या साथ उपयुक्त ट्रॅक्समध्ये स्पीड मिळू शकतो. +युरोप हा एक सामान्यतः लहान प्रदेश आहे पण त्यात अनेक स्वतंत्र देश आहेत. सामान्य परिस्थितीत, अनेक देशांच्या माध्यमातून प्रवास करण्याचा अर्थ व्हिसा आवेदन आणि पासपोर्ट नियंत्रण अनेक वेळा करण्याचा अर्थ आहे. +तथापि, शेंगेन क्षेत्र या बाबतीत एक देशाच्या प्रकारे काम करतो. +जेव्हा तुम्ही या क्षेत्रात राहतो तेव्हा तुम्ही सामान्यतः पासपोर्ट कंट्रोलचे चेकपॉईंट्स पुढे जाण्यापूर्वी सीमा पार करू शकतो. +अशा प्रकारे, स्केंजेन व्हिसा असल्याने तुम्ही स्केंजेन सदस्य देशांच्या प्रत्येकाला व्हिसाची आवश्यकता नाही, त्यामुळे वेळ, पैसे आणि कागदपत्रांची बचत होईल. +उत्पादन केलेल्या उत्पादनांसाठी कोणत्याही सार्वजनिक परिभाषा आहे नाही. काही कर कर्मचाऱ्यांनी 100 वर्षांपूर्वी असलेल्या उत्पादनांची परिभाषा केली आहे. +शब्दार्थ भूगोलिक विवर्तन आहे, ज्यामध्ये उत्तर अमेरिकेत युरोपमध्ये असलेल्या प्रमाणात आयुष्य सीमा कमी होऊ शकते. +हॅंडीक्रॅफ्ट उत्पादने एंटिक्स म्हणून स्थापित करण्याची शक्यता असते, तरीही त्यांनी समान झालेल्या जास्त उत्पादनांच्या जवळपास आहेत. +सामी आणि व्यापाराच्या संस्कृतीच्या पारंपरिक जीवनशैली म्हणजे एक महत्त्वाची जीवनशैली आहे आणि व्यापाराच्या संस्कृतीच्या पारंपरिक जीवनशैली अनेक इतर क्षेत्रांच्या लोकांसाठी महत्त्वाची आहे. +तथापि, पारंपारिक रूपात, सर्व सामी मोठ्या प्रमाणातील रॉईंडेर पालन करण्यात सहभागी नाहीत, पण त्यांनी माझ्या, शिकारणे आणि समान प्रकारच्या कामांमध्ये जीवित झाले आहेत, ज्यांमध्ये रॉयंडेर प्रायः ड्रॅफ्ट प्राणी म्हणून उपयोग करण्यात आले आहेत. +आज अनेक सामी आधुनिक व्यवसायांमध्ये काम करतात. साप्मी, सामी क्षेत्रात पर्यटन महत्त्वाचा आय आहे. +त्याचा व्यापक वापर करण्यात आला आहे, विशेषतः नॉन-रोमनी लोकांमध्ये, परंतु त्याच्या रोमनी लोकांच्या नकारात्मक स्टेरॉटायप्स आणि गलत प्रतिक्रिया यांच्या संबंधात त्याचा शब्द "गिप्सी" अक्सर अपराधी मानला जातो. +जर तुम्ही भेट देणाऱ्या देशामध्ये प्रवासी सल्लाह केले जाईल तर तुमच्या प्रवासी आरोग्य बीमा किंवा तुमच्या प्रवासाचा रद्द करण्याचा बीमा परिणाम होऊ शकतो. +तुम्ही आपल्या सरकाराच्या सर्वोच्च अधिकाऱ्यांच्या सल्ला किंवा अन्य सरकारांच्या सर्वोच्च अधिकाऱ्यांच्या सल्ला करण्याची प्रशंसा करू शकतो, पण त्यांच्या सल्ला त्यांच्या नागरिकांसाठी डिझाईन केले आहेत. +एक उदाहरणासाठी, मध्यपूर्वातील अमेरिकन नागरिकांना युरोपियन किंवा अरब यांच्या विभिन्न परिस्थितींचा सामना करू शकतो. +सल्ला केवळ एक देशातील राजकीय परिस्थितीचा एक संक्षिप्त सांगितला आहे. +प्रस्तुत होणाऱ्या दृष्टीकोन अक्षम, सार्वजनिक आणि अधिक विस्तृत माहिती असलेल्या इतर स्थानांवरच्या जास्त विवरणांच्या तुलनेत प्रस्तुत करण्यात आलेल्या आहेत. +कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेसाठी कोणत्याही खतरनाक हवामान घटनेस +जगातील कोणत्याही ठिकाणी गंभीर हवामान होऊ शकतो आणि त्यामध्ये विभिन्न प्रकार असतात, ज्यांना भौगोलिक, पृष्ठभूमिक आणि हवामान परिस्थितींमध्ये निर्भर होऊ शकते. +चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ यांचे प्रकार आणि परिणाम हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, पाण्यवादळ आणि चक्रीवादळ हा चक्रीवादळ, वादळ, +क्षेत्रीय आणि वार्षिक गंभीर हवामान घटनांमध्ये ब्लिझार्ड्स, स्नो स्टोर्म्स, आईस स्टोर्म्स आणि डस्ट स्टोर्म्स यांचा समावेश होतो. +प्रवासी त्यांच्या क्षेत्रातील गंभीर हवामान प्रभाव करणाऱ्या कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो त्यांना कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्याही जोरदार प्रवास योजनांचा परिणाम होऊ शकतो अशा कोणत्या +या देशात जाण्याचा योजना करणाऱ्या कोणत्याही व्यक्तीने कायदेशीर प्रशिक्षण प्राप्त करावा. +इंटरनेटवरील 'विरोधी परिस्थितीच्या अभ्यासक्रमाच्या' शोधामध्ये स्थानिक कंपन्याचा पत्ता प्रस्तुत होईल. +एक अभ्यासक्रम सामान्यतः या स्थळी उल्लेख करण्यात येणाऱ्या सर्व समस्यांचा पूरा विषय होईल, सामान्यतः प्रकृतिक अनुभवाच्या सहाय्यामुळे. +एक अभ्यासक्रम सामान्यतः 2-5 दिवसांसह होईल आणि त्यामध्ये भूमिका खेळणे, अधिक प्रथम आरोग्य आणि काही वेळा शस्त्र प्रशिक्षण यांचा समावेश होईल. +जंगलातील जीवनाच्या बाबतीतील पुस्तके आणि पत्रिके सामान्य आहेत, परंतु युद्धाच्या क्षेत्रांसाठी प्रकाशन कमी आहेत. +जेव्हा प्रवासी विदेशात लैंगिक परिवर्तन सर्जरी करण्याची योजना करतात तेव्हा त्यांनी परत प्रवासासाठी उपयुक्त कागदपत्रे सुनिश्चित करणे आवश्यक असते. +पासपोर्ट्समध्ये पुरुष किंवा स्त्रीचा नाव सांगित नाही (X) किंवा एक इच्छित नाव आणि पुरुष किंवा स्त्रीचा समावेश करण्यासाठी कागदपत्रांचा अपडेट करण्यासाठी सरकारांचा इच्छा वारंवार असतो. +या कागदपत्रांना सम्मानित करण्याच्या विदेशी सरकारांच्या इच्छा ही जवळपास व्यवस्थित आहे. +सिक्यूरिटी चेकपॉईंट्समध्ये पोस्ट-सप्टेंबर 11, 2001 या युगात प्रतीक्षा करण्याचा प्रयत्न अधिक मोठा झाला आहे. +सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांमुळे सर्वोच्च न्यायालयाच्या न्यायांम +रिप करंट्स हा बीचवर पडलेल्या किनाऱ्यांच्या बाहेर काढण्यात येणाऱ्या प्रवाही आहेत, अनेकदा किनाऱ्याच्या जवळ किनाऱ्याच्या जवळात. +पाण्यातील प्रकृतिच्या कारणामुळे पुन्हा पाण्याचा प्रवाह काही अधिक चांगल्या भागांमध्ये घेतला जातो आणि तीव्र पाण्याचा तीव्र प्रवाह त्यात उभा होऊ शकतो. +बहुतांश मृत्यू पाण्यातून घालण्याच्या प्रयत्नामुळे झाले आहेत, ज्याचा शक्यता नाही. +जेव्हा तुम्ही वर्तमान बाहेर पडतो तेव्हा तुम्ही पूर्णपणे स्विमिंग करणे सामान्यतः कठीण नाही. +तुम्हाला पुन्हा कोणत्याही ठिकाणी पकडले जाऊ शकणार नाही किंवा, तुमच्या कौशल्यांविषयी आणि तुम्ही नोंदवले आहेत किंवा नाहीत, तुम्हाला बचाव करण्यासाठी प्रतीक्षा करण्याची इच्छा होऊ शकते. +संस्कृतीच्या दुष्काळापेक्षा पुन्हा प्रवेशाचा दुष्काळा जवळपास झाला आहे (होनीमूनच्या फेस कमी असल्यामुळे), दीर्घकाळ राहतो आणि अधिक गंभीर होऊ शकतो. +नवीन संस्कृतीसाठी सोपे वेळ घेण्याच्या प्रवासी काही वेळा त्यांच्या मूळ संस्कृतीसाठी पुन्हा सोपे वेळ घेण्याचा खूप कठीण वेळ होतो. +जेव्हा तुम्ही विदेशातून घरी येता तेव्हा तुम्ही नवीन संस्कृतीतून परिवर्तन केला आहे आणि तुमच्या घरच्या संस्कृतीतून काही तुमच्या व्यवहारांना गमावले आहेत. +जेव्हा तुम्ही पहिल्या विदेशात गेले तेव्हा लोक शांत आणि समजणार होते, कारण नवीन देशातील प्रवासी परिवर्तन करणे आवश्यक आहे. +लोक त्यांच्या घरी परत येणाऱ्या प्रवासींसाठी सहनशीलता आणि समजणी पन आवश्यक असल्याचे अपेक्षण करू शकत नाहीत. +प्य्रामिड साऊंड आणि लाईट शो यांना मुलांसाठी या क्षेत्रातील सर्वाधिक आकर्षक गोष्ट म्हणजे. +तुम्ही काळामध्ये प्य्रामिड्स पाहू शकतो आणि शो सुरु होण्यापूर्वी तुम्ही त्यांना शांततः पाहू शकतो. +सामान्यतः तुम्ही प्रत्येक वेळ पर्यटक आणि वेंडरचा आवाज सुनतो. आवाज आणि प्रकाशचा कथा केवळ एक कथा पुस्तकाच्या प्रकारे आहे. +स्फिंक्स लांब कथाचे पृष्ठभूमि आणि प्रस्तुतकर्ता म्हणून स्थापित केले गेले आहे. +प्यारामिड्सवरील घटने प्रदर्शित करण्यात आले आहेत आणि विविध प्यारामिड्स प्रकाशित करण्यात आले आहेत. +१८१९ मध्ये शोधलेल्या दक्षिण शेटलंड टाप्यांमध्ये अनेक राष्ट्रांनी दावा केली आहेत आणि २०२० मध्ये १६ सक्रिय आहेत. +पेनिन्सुलाच्या उत्तरेला 120 किलोमीटर्स जवळ असलेल्या प्रायद्वीपामध्ये सर्वात मोठा किंग जॉर्ज टापू आहे ज्यामध्ये विला लास एस्ट्रेलासचा निवास झाला आहे. +इतरांमध्ये लिविंगस्टोन द्वीप आणि डिक्शन यांचा समावेश आहे, ज्यातील स्टिल-एक्टिव ज्वालामुखीच्या पूर झालेल्या कॅल्डेरामुळे स्पेक्टेक्युलर नैसर्गिक हॅर्बरचा प्रदान करतो. +एल्सवर्थ लँड पेनिन्सुलाच्या दक्षिण भाग आहे, ज्यामध्ये बेलिंगशॉसन समुद्र आहे. +या प्रदेशातील पेनिन्सुलाच्या पर्वतांनी पृष्ठभूमीसोबत एकत्र झाले आणि पुन्हा एल्सवर्थ पर्वतांच्या 360 किलोमीटरच्या चेनमध्ये एकत्र झाले, ज्यामध्ये मिनेसोटा ग्लेशियरने विभाजित केले आहे. +उत्तरी भाग किंवा सेंटिनेल रेंजमध्ये अंटार्क्टिकाच्या सर्वाधिक उच्च पर्वतांपैकी विन्सन मॅसिफ आहे, ज्याचा शिखर 4892 मीटरचा विन्सन पर्वत आहे. +दूरच्या स्थानांमध्ये, सेल फोनच्या कवरेजचा बेपत्ता, सैटेलाईट फोन केवळ तुमच्या एकमेव विकल्प होऊ शकतो. +एक सैटेलाईट फोन सामान्यतः एक मोबाईल फोनचा प्रतिस्थापन नाही, कारण तुम्ही एक फोन कॉल करण्यासाठी सैटेलाईटच्या दृश्याच्या स्पष्ट लाईनवर बाहेर पडणे आवश्यक आहे. +शिपिंग सहित आनंदी जहाज आणि दूरच्या डेटा आणि वॉक्सची आवश्यकता असलेल्या प्रवासांना या सेवे नियमितपणे वापरली जाते. +तुमच्या स्थानिक टेलिफोन सेवा प्रदायकाला या सेवेसाठी जोडण्यासाठी अधिक माहिती देण्याची क्षमता आहे. +गॅप वर्ष करण्याच्या योजना करणाऱ्यांसाठी अधिक लोकप्रिय विकल्प प्रवास करणे आणि शिकणे आहे. +या विशेषतः शाळा छोडणाऱ्यांसाठी ही लोकप्रिय आहे, ज्याने त्यांना विद्यार्थ्यांना त्यांच्या शिक्षणामध्ये कोणत्याही कमी करताना विश्वविद्यालयापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी एक वर्षापूर्वी � +अनेक प्रकरणांमध्ये, विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्यांना विद्यार्थ्या +या शैक्षणिक कार्यक्रमांमध्ये प्रवेश करण्यासाठी सामान्यतः एक शिक्षण शुल्क होईल. +फिनलंड एक उत्कृष्ट बोटिंग ठिकाण आहे. "हजार जहाऱ्यांच्या देशामध्ये" हजार जहाऱ्यां पाण्यांमध्ये आणि किनाऱ्यांमध्ये आहेत. +अर्किपेलागॉस आणि पाण्यांमध्ये तुम्हाला एक याच्टची आवश्यकता नाही. +किनारच्या आर्केपेलागोस आणि सर्वाधिक मोठ्या पाण्यांमध्ये कोणत्याही याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच्या याच +फिनलंडमध्ये बोटिंग एक राष्ट्रीय खेळ आहे, ज्यामध्ये प्रत्येक सात किंवा आठ लोकांसाठी एक बोट आहे. +नॉर्वे, स्वेडेन आणि न्यूझीलंड यांनी याचा सामना केला आहे, परंतु अन्यत्र अद्वितीय आहे (उदाहरणार्थ, नेडरलंडमध्ये प्रतीक एक ते चौ होते). +बॉल्टिक क्रूझ मध्ये बहुतांश प्रकारांमध्ये रशियाच्या सेंट पीटर्सबर्गमध्ये विस्तारित राहणे होते. +याचा अर्थ तुम्ही पुन्हा येण्याच्या काही पूर्ण दिवसांमध्ये इतिहासिक शहराला भेट करू शिकणार आहे आणि रात्री जहाजावर जाऊ शिकणार आहे. +जरी तुम्ही केवळ जहाजाच्या प्रवासातून किनारपट्टीवर जाईल तर तुम्हाला 2009 पासून एक विशिष्ट व्हिसा नव्हते. +काही क्रूजमध्ये बर्लिन, जर्मनी या ब्रोचर्समध्ये प्रस्तुत करण्यात आले आहेत. तुम्ही मापावरून पाहू शकतो की बर्लिन समुद्राच्या जवळ कोणत्याही जागात नाही आणि या शहरातील भेट क्रूजच्या किंमतीमध्ये समाविष्ट नाही. +विमानातून प्रवास करणे सर्व आयुष्यांच्या आणि पृष्ठभूमींच्या लोकांसाठी डरावणारा अनुभव होऊ शकतो, विशेषतः जेव्हा त्यांनी पूर्वीच विमानातून प्रवास केले नाही किंवा त्यांनी एक त्रासदायी घटनेचा अनुभव केला आहे. +ही कोणत्याही कोणत्याही लोकांसाठी श्रेष्ठ असलेल्या गोष्टींच्या व्यक्तिगत डरांच्या आणि विरोधांच्या असलेल्या कोणत्याही गोष्टीसारख्या नाही: ही कोणत्याही कोणत्याही लोकांसाठी श्रेष्ठ असलेल्या गोष्टींच्या व्यक्तिगत डरांच्या आणि विरोधांच्या असलेल्या कोणत्याही गोष्टीसारख्या नाही: ही कोणत्याही कोणत्याही लोकांसाठी श्रेष्ठ असलेल्या गोष्टींच्या व्यक्तिगत डरांच्या आणि विरोधांच्या असलेल्या कोणत्याही गोष्टीसारख्या नाही: ही कोणत्याही कोणत्याही लोकांसाठी श्रेष्ठ असलेल्या गोष्टींच्या व्यक्तिगत डरांच्या आणि विर +काही लोकांसाठी विमान काम करतात आणि एक फ्लाईटच्या दरम्यान काय घडतो याबद्दल काही ज्ञात करणे किंवा अज्ञात असलेल्या किंवा नियंत्रण न करण्याच्या आधारावर आवडलेल्या डोळ्यापासून बाहेर पडण्यासाठी मदत करू शकतो. +कौरियर कंपन्यांना चांगल्या वेळी वस्तू पाठवण्यासाठी चांगल्या पैसे मिळतात. प्रायः, व्यवसाय कागदपत्रांच्या, वाणिज्य किंवा अतिरिक्त भागांसाठी वेळ अतिशय महत्त्वाच आहे. +काही मार्गावर, मोठ्या कंपन्यांनी आपले विमान आहेत, पण इतर मार्गांवर आणि छोट्या कंपन्यांसाठी समस्या होती. +त्यांनी एअर फ्रीटच्या माध्यमातून वस्तू पाठवल्या, काही मार्गांमध्ये उनलोडिंग आणि कस्टम करण्यासाठी काही दिवस लागत होऊ शकते. +फास्टर मध्ये मिळवण्यासाठी एकमेव मार्ग होता की त्याला चेक करण्यासाठी पाठवण्यात आला. एअरलाईनच्या नियमितांमध्ये तुम्ही कोणत्याही प्रवासी नसल्याने पाठवण्याची अनुमति नाही, ज्यामध्ये तुम्ही कोणत्याही प्रवासी आहे. +पहिल्या किंवा व्यावसायिक क्लासमध्ये उड्डाण करण्याचा स्पष्ट मार्ग ही आहे की प्रतिज्ञा करण्यासाठी (किंवा, अधिक उत्तम, तुमच्या कंपन्याला तुम्हाला करण्यासाठी) एक फोर्क ऑफ मनी करावा. +तथापि, यामुळे किमान घडणार नाही: तुम्हाला व्यवसायासाठी सामान्य अर्थव्यवस्थेच्या किमानच्या चार वेळा जास्त किमान, आणि पहिल्या श्रेणीच्या ११ वेळा जास्त किमान करण्याची अपेक्षा करू शकतो. +सामान्यतः बोलताना, A ते B यांच्या प्रत्यक्ष फ्लाईट्सवरील व्यवसाय किंवा पहिल्या श्रेणीच्या सीट्सच्या डिस्काऊंट्सची शोध करण्याची कोणतीही महत्ता नाही. +एअरलाईन्स जाणतात की एक निश्चित कॉर ग्रुप ऑफ फ्लायर्स आहे ज्यांनी कोणत्याही जाण्यासाठी जल्द आणि आरामदायक राहण्यासाठी शीर्ष डॉलर देण्यासाठी इच्छित आहेत आणि त्यांच्यासाठी त्यांच्यासाठी शुल्क करण्यात आले आहे. +मोल्डोवाचा राजधानी चिशिनाव आहे. स्थानिक भाषा रोमनियन आहे, पण रशियाचा व्यापक वापर करण्यात आला आहे. +मोल्डोवा ही एक अनेक-जातीय गणराज्य आहे ज्यामध्ये जातीय संघर्ष झाला आहे. +१९९४ मध्ये या युद्धामुळे पूर्वी मोल्डोवामधील स्वार्थी झालेल्या ट्रान्सनिस्ट्रिया गणराज्याचा निर्माण झाला, ज्यामध्ये आपली सरकार आणि मुद्रा आहे पण कोणत्याही यूएन सदस्य देशाने त्याला मान्यता देणार नाही. +मोल्डोवाच्या या दोन्ही भागांमध्ये आर्थिक संबंधांचा पुन्हा स्थापन केला गेला होता याची राजकीय सम्झौतेत असफल झाल्यामुळे. +मोल्डोवातील मुख्य धर्म ऑर्थोडोक्स क्रिस्चियन आहे. +इज़मिर तुर्कीतील तीसरा सर्वाधिक लोकप्रिय शहर आहे ज्यामध्ये लोकसंख्या 3.7 दशलक्ष आहे, इस्तांबुल नंतर दुसरा मोठा बंदरगाह आहे आणि एक अतिशय चांगला प्रवाह केंद्र आहे. +स्मिर्ना या प्राचीन शहराचा एक वेळ आज एक आधुनिक, विकसित आणि व्यावसायिक केंद्र आहे, जे एका मोठ्या खाडीच्या वर स्थित आहे आणि पर्वतांच्या घेण्यात आलेल्या आहे. +ब्रॉड बोयार्ड्स, ग्लास-फ्रंटेड इमारते आणि मॉडर्न शॉपिंग सेंटर्समध्ये परंपरागत रेड-टाइल्ड रॉफ्स, 18 व्या शतकाच्या बाजार, आणि जुन्या मस्जिद आणि चर्च्यांच्या ठिकाणी आहेत, तथापि या शहराला परंपरागत तुर्कीपेक्षा मध्यम समुद्र युरोपच्या वातावरणापेक्षा अधिक आहे. +हाल्डर्स्विक गाव जवळ असलेल्या द्वीपाच्या एस्टुरोयच्या दृश्यांचा प्रदर्शन करतो आणि एक असामान्य अक्टागोनल चर्च आहे. +चर्चच्या बाजूने काही कब्रांवरील डॉव्सच्या आकर्षक मॅर्बल स्क्यूल्चर्स आहेत. +उदास गावाच्या बाजूने घालण्यासाठी आधी कालावधीचा प्रयत्न करणे आवश्यक आहे. +उत्तर आणि सोपे प्रक्षेपणासाठी सिंट्रा या रोमांटिक आणि आकर्षक शहर आहे ज्याला लॉर्ड बायरोन यांनी त्याच्या प्रतिष्ठेच्या ग्लोविंग अकाऊंटमुळे विदेशातील लोकांना प्रसिद्ध केले गेले आहे. +स्कॉटर्ब बस 403 सिंट्रा येथे नियमितपणे जातो आणि काबो द रोका येथे राखतो. +पूर्वेकडे आपल्या माझ्या श्रीमाती फाटिमाच्या (श्रीन) एक जागतिक प्रसिद्ध मॅरियन प्रदर्शनांच्या स्थानावर जाऊ शकतो. +कृतज्ञतः तुम्ही एक सामूहिक कब्राच्या स्थळावर भेट करत आहेत, आणि तुम्ही जगातील लोकसंख्येच्या एक महत्त्वाच्या भागाच्या लोकांसाठी जवळपास संभाव्य अर्थ असलेल्या स्थळावर भेट करत आहेत. +अजून अनेक पुरुष आणि स्त्रियांनी या ठिकाणी जीवित झाले आहेत, आणि अनेक अधिक पुरुष आणि स्त्रियांनी या ठिकाणी जीवित झाले आहेत, ज्यांच्या प्रियजनांना हत्या करण्यात आले किंवा या ठिकाणी मृत्यू करण्यात आले होते. यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या यहांच्या +कृपया या साइटला सर्व प्रतिष्ठा, उदास्ती आणि सम्मान देऊ की. होलोकॉस्ट किंवा नॅझिसवरील मजाक करणार नाही. +इमारतींमध्ये ग्रॅफिटी मार्क करताना किंवा इमारतींमध्ये ग्रॅफिटी स्क्रॅच करताना या साइटला नष्ट करणार नाही. +बार्सिलोनाचे अधिकृत भाषे कॅटालॉन आणि स्पॅनिश आहेत. एक आधी लोक कॅटालॉन बोलण्याचा प्रतिष्ठा करतात आणि बहुतांश लोक त्याला समजतात, आणि स्पॅनिश जाणतात. +तथापि, बहुतांश संकेत केवळ कॅटलनमध्ये उद्धृत करण्यात आले कारण कॅटलन पहिल्या अधिकारी भाषा म्हणून कायदेने स्थापित करण्यात आले आहे. +तथापि, स्पॅनिश सार्वजनिक प्रवास आणि इतर सुविधांमध्ये प्रायः वापरले जाते. +मेट्रोमधील नियमित घोषणा केवळ कॅटलन मध्ये केली जाते, परंतु अनियंत्रित घोषणा स्पॅनिश, इंग्लिश, फ्रेंच, अरबिक आणि जापानी यांच्या अनेक भाषांमध्ये एक ऑटोमेटेड सिस्टम द्वारा केली जाते. +पेरिसच्या लोकांना त्यांच्या आत्मप्रतिष्ठाच्या, दुर्व्यवहाराच्या आणि उच्चपतित्वाच्या स्वरूपाने प्रतिष्ठा मिळाली आहे. +याचा अक्षरपणे केवळ एक गलत स्टेरोटायप होतो, पॅरिसमध्ये एकत्र राहण्यासाठी सर्वोत्कृष्ट मार्ग तुम्हाला तुमच्या सर्वोत्कृष्ट व्यवहारात राहणे आवश्यक आहे, जसे की तुम्ही "बिएन एलेवे" (वेल ब्रॉग्ड अप) करता असेल. यामुळे तुम्हाला जवळपास जाण्यासाठी अतिशय सर्वोत्कृष्ट मार्ग मिळणार आहे. +तुम्ही काही मूलभूत सेवा दाखवता तेव्हा पॅरिसच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या उत्तेजित बाहेर पडणाऱ्या पार्श्वभूमिवर तेव्हा तुम्ही त्यांच्या +प्लिट्विस लेक्स राष्ट्रीय उद्यान प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृतिक प्राकृत +त्याच्या माइक्रोक्लिमॅट्सच्या श्रेणी, विविध जमीन आणि उच्चतम उष्णताच्या स्तरांच्या विविधतेच्या कारणामुळे त्यामध्ये प्राकृतिक समुदाय बहुतांश विविध आहेत. +प्राकृतिक प्रजाती आणि पक्षी प्रजातींचा एक अतिशय व्यापक प्रजाती या क्षेत्रात आहे. +युरोपियन ब्राउन बेअर, वोल्फ, एगल, ओवल, लिन्क्स, वाईल्ड कॅट आणि कॅपेरकेली याप्रमाणे अनेक सामान्य प्रजातींचा सामना करू शकतो. +मॉनास्टरीज भेट करताना स्त्रियांना ज्यांच्या कोठांचा पकड घालणे आणि त्यांच्या काळांचा पकड घालणे आवश्यक असतो. +बहुतांश मठाघारांमध्ये तुम्ही तुमच्या स्वतःच्या व्रॅप्स घालून येणार नाहीत, पण तुम्ही तुमच्या स्वतःच्या व्रॅप्स घालून येणार नाहीत, विशेषतः प्रकाशक रंगांच्या व्रॅप्स येणार नाहीत, तेव्हा तुम्हाला मठाघारातील मौन किंवा साध्यांनी प्रवेशाच्या स्थानावर स्मॉल मिळवू शकतो. +उदाहरणाच्या प्रकारे, पुरुषांना ज्यांच्या कोठांच्या पोहोच्या ट्रॉउसर्स लावण्याची आवश्यकता आहे. +याला प्रवेशाच्या स्टॉकमध्ये प्राप्त करू शकतो पण त्याच्या कपड्यांमध्ये प्रत्येक प्रयोगकर्त्याने पाण्याचा प्रयोग केला नाही त्यामुळे तुम्ही या स्किर्ट्स घालण्यासाठी स्वस्त वाटत नाही. पुरुषांसाठी एक साइझ सर्वांसाठी उपयुक्त आहे! +मेडिटरन क्षेत्रातील समान क्षेत्रांच्या प्रकारच्या मॅजरकनच्या कृत्रिम पद्धतीमध्ये ब्रेड, वेगेटेबल्स आणि मांसा (विशेषतः पॉर्क) यांच्या आधारावर आहे आणि ओलिव्ह तेल पूर्णपणे वापरले जाते. +एक सर्वाधिक लोकप्रिय रात्री खाणा, विशेषतः उन्हाळ्यात, पा अंब ओली: ब्रेड, ओलिव्ह ऑईल, टोमाटो आणि कोणत्याही उपलब्ध कंडिमेंट्स जसे चीझ, टुना फिश आणि इत्यादी. +तुमच्यासाठी सी या शब्दाच्या जवळ सर्व शब्दांचा सर्वाधिक श्रेष्ठ वर्ण सुरुवात करतो, शब्दांच्या केंद्रीयात किंवा शब्दांच्या केंद्रीयात. +काही शब्द आणि वस्तूंचा विभाजण करण्यासाठी ही महत्त्वाची मार्ग आहे. +यामुळे पाहणे सोपे होते, तथापि लिखणे एकदम कठीण होते, कारण एक वर्ब किंवा प्रतीक कोणत्याही प्रकारच्या प्रत्यक्षातील उपयोग करण्यासाठी शोधण्याची आवश्यकता आहे. +इटालियन मध्ये शब्दांची उच्चारण सामान्यतः त्यांच्या लिहित रूपाने उच्चारण करण्यात आवश्यक असल्यामुळे सर्वाधिक शब्दांची उच्चारण सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधिक सर्वाधि +हे मुख्य अक्षर सी आणि ग आहेत, कारण त्यांच्या उच्चारणाला त्यांच्या पुढील उच्चारणाच्या आधारावर परिवर्तित होते. +तसेच, एर आणि एरएर एकत्र उच्चारण करण्याची सुनिश्चित करा: कॅरो म्हणजे प्रिय, जेव्हा कॅरो म्हणजे रथ. +पर्शियनचा सर्वाधिक सहज आणि बहुतांश नियमित वर्णमाला आहे. +म्हणजे, या ग्रामर प्रिमर पाहणे तुम्हाला पॅर्सियन ग्रामरचा अध्ययन करण्यासाठी आणि फ्रेजचा समजण्यासाठी अधिक जाणीव होईल. +म्हणण्याची आवश्यकता नाही, जर तुम्ही रोमन्स भाषा माहिती असल्यास, तुम्हाला पोर्टुगेझ शिकण्याचा सर्वाधिक सोपा होईल. +तथापि, काही स्पॅनिश माहिती असलेल्या लोकांनी त्वरित निष्कर्ष करू शकतात की पॉर्टुगेझ जवळ जवळ आहे की त्याला विशिष्ट अभ्यास करण्याची आवश्यकता नाही. +पूर्व-आधुनिक ऑब्जेव्हटरीज आजच सामान्यतः उपयुक्त नाहीत, आणि शिक्षणाच्या स्थळांमध्ये किंवा संग्रहालयांमध्ये राहतात. +त्यांच्या सर्वोत्कृष्ट काळात त्या प्रकारच्या प्रकारच्या समस्या नव्या काळात होत्या नाही, त्यांना सामान्यतः शहरांमध्ये किंवा शैक्षणिक संस्थांमध्ये स्थित करण्यात आवश्यक असते, ज्यांना आधुनिक काळात बांधले आहेत. +बहुतांश आधुनिक शोध टेलिस्कॉप दूरच्या क्षेत्रांमध्ये उपयुक्त हवामान परिस्थिती असलेल्या मोठ्या सुविधांमध्ये आहेत. +चेरी फुलाच्या दृष्टीकोन जापानी संस्कृतीत 8 व्या शतकापासून हनामी म्हणजे एक भाग आहे. +या कल्पना चीनमध्ये आली होती जेव्हा प्लमची फूल निवडण्याची फूल होती. +जपानमध्ये, पहिल्या चेरी ब्लॉसम पार्टी इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम्पीरियल कोर्टच्या आणि इम +प्राकृतिक परिस्थितीत आहेत तेव्हा प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदेशातील प्राकृतिक प्रदे +एक फॉर्मली तयार केलेल्या बागच्या भेट करण्यासाठी तुम्हाला "विशिष्टता" ऐकण्याचा प्रयत्न करण्यात आला तरी तुम्हाला बोलण्यापूर्वी बाहेर काढण्यात आला जाईल. +सिंगापूर सामान्यतः एक अत्यंत सुरक्षित जागा आहे आणि तुम्ही प्रवेश झाल्यानंतर काहीही खरेदी करू शकतो. +पण "उच्च ट्रॉपिक्समध्ये" एक्वाटरच्या केवळ काही डिग्री पूर्व असल्यामुळे तुम्हाला दोन्ही गर्मी (नेहमी) आणि मोठा सूर्य (जेव्हा आकाश स्वच्छ असतो, अधिक दुर्लक्ष असतो) यांचा सामना करणे आवश्यक होईल. +हेब्रोन येथील पारंपारिक शवास्य स्थान बाईब्लिकल पत्रियोंच्या अब्राहम, इसाक, याकोब आणि त्यांच्या पत्नींच्या शवास्य स्थानामध्ये काही बसे जात आहेत. +तुमच्या विचारात येतील बस हेब्रोनमध्ये जातो आणि किर्यात अर्बाच्या ज्यूडिश स्थानांच्या केवळ जवळ जातो. +इंडलँड वॉटरवेज हॉलिडे करण्यासाठी एक चांगला विषय होऊ शकतो. +उदाहरणार्थ, लॉयर वॉली, राइन वॉलीमध्ये किल्ल्यांचा भेट करणे किंवा डॅन्बूच्या महत्त्वाच्या शहरांमध्ये क्रूज घालणे किंवा एरी कॅनलमध्ये बोटिंग करणे. +त्यांनी लोकप्रिय हाईकिंग आणि सायकलिंग ट्रेल्सच्या मार्गांची परिभाषा केली आहेत. +क्रिसमस क्रिस्चन धर्माच्या सर्वाधिक महत्त्वाच्या उत्सवांपैकी एक आहे आणि जेससच्या जन्मदिनाच्या रूपात उत्सव केला जातो. +या उन्हाळ्याच्या उपस्थितीतील अनेक परंपरा क्रिस्चियन देशांतील आणि जगातील अनेक क्रिस्चियन नसलेल्यांनी प्रयोग करण्यात आली आहेत. +ईस्टरच्या रात्री सूर्याच्या सुरुवाती पाहण्यासाठी काही प्रस्तुत ठिकाणी जागण्याची परंपरा आहे. +या परंपरेसाठी केवळ क्रिस्चियन तत्त्वज्ञानीय स्पष्टीकरण आहेत, पण या परंपरेसाठी केवळ क्रिस्चियन स्प्रिंग आणि फर्टिलिटी यज्ञा होऊ शकते. +अनेक पारंपारिक चर्चे ईस्टर विकेंडच्या रोजी शनिवारी रात्री ईस्टर विगिल करतात, ज्यामध्ये क्रिस्टच्या पुनर्जीवन्याच्या उद्घाटनासाठी प्रसाद करण्यासाठी सामूहांनी रात्रीच्या सुमारे प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसाद करण्यासाठी प्रसा +प्राचीनपणे द्वीपांमध्ये येणाऱ्या सर्व प्राणी यांनी स्विमिंग, फ्लायंग किंवा फ्लोटिंग मार्गावर येण्यात आले. +प्रदेशाच्या दूरच्या दूरीमुळे जीवांनी गॅलापागोसमध्ये जायंट टॉर्टोईस यांना प्राथमिक ग्रेजिंग प्राणी करण्याची कोणत्याही शक्यता नव्हती. +मानवांच्या गॅलापागोसमध्ये पोहोचण्यापूर्वी, गाई, घोड्या, गाई, राट्स, कॅट्स आणि डॉग्स यांच्यासह अनेक जीवांचा प्रस्तुती केला गेला आहे. +जर तुम्ही हिवाळ्यात एक्टिक किंवा एंटार्क्टिक क्षेत्रांमध्ये जाईल तर तुम्ही एक्टिक रात्र असा अनुभव करू शकतो, ज्याचा अर्थ हे आहे की सूर्य होरिझनच्या उच्चतम पर्यंत पोहोचत नाही. +ऑरोरा बोरेलिस पाहण्याची एक चांगली संधी आहे, कारण कॅलॉकच्या जास्त किंवा कमीतरी आकाश काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढून काढ +क्षेत्रांमध्ये लोकसंख्या कमी आहे आणि त्यामुळे प्रकाश प्रदर्शनाचा समस्या अक्षम असतो, तुम्ही ज्वालामुखी प्रकाशांचा आनंद घेण्याचा सक्षम असू शकतो. +जापानी काम संस्कृती पश्चिमी लोकांपेक्षा अधिक व्यवस्थित आणि फॉर्मल आहे. +सूट्स स्टँडर्ड बिझनेस इटिरी आहेत आणि सहकर्मी प्रत्येकाला त्यांच्या कुटुंबाच्या नावाने किंवा त्यांच्या कामाच्या शीर्षकांनी उदाहरण करतात. +कर्मचाऱ्यांच्या संघाच्या प्रयत्नांना प्रशंसा करण्याप्रमाणे व्यक्तींच्या संपूर्ण कामांच्या प्रशंसा करण्याप्रमाणे कार्यस्थळातील एकता महत्त्वाची आहे. +कर्मचाऱ्यांना त्यांनी केलेल्या कोणत्याही निर्णयांसाठी त्यांच्या अधिकाऱ्यांचा स्वीकार प्राप्त करण्याची आवश्यकता आहे आणि त्यांनी त्यांच्या अधिकाऱ्यांच्या सिद्धांमुळे प्रश्न करण्यापूर्वी प्रतिबद्ध करण्याची अपेक्षा आहे. diff --git a/test-en-mr.bleu b/test-en-mr.bleu new file mode 100644 index 0000000000000000000000000000000000000000..f095e7c32dfd79f9b77ed087e96d55680dfa47d7 --- /dev/null +++ b/test-en-mr.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 5.63 29.5/9.1/3.2/1.2 (BP = 1.000 ratio = 1.090 hyp_len = 23772 ref_len = 21810) diff --git a/test-en-mr.comet b/test-en-mr.comet new file mode 100644 index 0000000000000000000000000000000000000000..725820dc822229d9e0334f69b814fab9e5db31e1 --- /dev/null +++ b/test-en-mr.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 0 score: 0.4866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 2 score: 0.5560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 3 score: 0.4869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 4 score: 0.6759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 5 score: 0.4197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 6 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 7 score: 0.5944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 8 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 9 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 10 score: 0.5230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 11 score: 0.6454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 12 score: 0.5468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 13 score: 0.7749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 14 score: 0.5979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 15 score: 0.5491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 16 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 17 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 18 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 19 score: 0.6355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 20 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 21 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 22 score: 0.5760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 23 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 24 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 25 score: 0.7739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 26 score: 0.5124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 27 score: 0.4898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 28 score: 0.4395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 29 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 30 score: 0.4622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 31 score: 0.2953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 32 score: 0.2802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 33 score: 0.8041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 34 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 35 score: 0.6640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 36 score: 0.6335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 37 score: 0.6965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 38 score: 0.6075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 39 score: 0.4764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 40 score: 0.5142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 41 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 42 score: 0.5876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 43 score: 0.5570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 44 score: 0.2536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 45 score: 0.6359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 46 score: 0.6956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 47 score: 0.5775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 48 score: 0.5182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 49 score: 0.6021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 50 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 51 score: 0.1746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 52 score: 0.4000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 53 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 54 score: 0.6067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 55 score: 0.6767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 56 score: 0.6420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 57 score: 0.6011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 58 score: 0.4977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 59 score: 0.3985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 60 score: 0.4183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 61 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 62 score: 0.6158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 63 score: 0.5124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 64 score: 0.5881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 65 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 66 score: 0.6085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 67 score: 0.5564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 68 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 69 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 70 score: 0.6005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 71 score: 0.6633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 72 score: 0.6439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 73 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 74 score: 0.6981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 75 score: 0.6159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 76 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 77 score: 0.6381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 78 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 79 score: 0.6038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 80 score: 0.5113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 81 score: 0.6910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 82 score: 0.6086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 83 score: 0.2889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 84 score: 0.4385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 85 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 86 score: 0.2670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 87 score: 0.3242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 88 score: 0.5167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 89 score: 0.4303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 90 score: 0.4423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 91 score: 0.4944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 92 score: 0.4363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 93 score: 0.5824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 94 score: 0.6958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 95 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 96 score: 0.2726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 97 score: 0.5992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 98 score: 0.4185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 99 score: 0.5344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 100 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 101 score: 0.6190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 102 score: 0.4406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 103 score: 0.6372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 104 score: 0.6848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 105 score: 0.6631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 106 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 107 score: 0.5957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 108 score: 0.5172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 109 score: 0.6406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 110 score: 0.5055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 111 score: 0.6520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 112 score: 0.8334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 113 score: 0.6993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 114 score: 0.5061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 115 score: 0.6500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 116 score: 0.6210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 117 score: 0.6081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 118 score: 0.7208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 119 score: 0.4927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 120 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 121 score: 0.5394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 122 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 123 score: 0.7416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 124 score: 0.6809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 125 score: 0.5723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 126 score: 0.4366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 127 score: 0.5935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 128 score: 0.6558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 129 score: 0.6682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 130 score: 0.6343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 131 score: 0.3315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 132 score: 0.6606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 133 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 134 score: 0.6727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 135 score: 0.4681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 136 score: 0.4880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 137 score: 0.6510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 138 score: 0.6223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 139 score: 0.6648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 140 score: 0.6640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 141 score: 0.7721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 142 score: 0.5518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 143 score: 0.6210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 144 score: 0.4617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 145 score: 0.5727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 146 score: 0.7637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 147 score: 0.6958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 148 score: 0.6224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 149 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 150 score: 0.6223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 151 score: 0.7026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 152 score: 0.4947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 153 score: 0.6416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 154 score: 0.3784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 155 score: 0.5981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 156 score: 0.6397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 157 score: 0.6493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 158 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 159 score: 0.5479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 160 score: 0.4480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 161 score: 0.6194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 162 score: 0.5561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 163 score: 0.2827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 164 score: 0.5452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 165 score: 0.4485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 166 score: 0.6895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 167 score: 0.4427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 168 score: 0.6712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 169 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 170 score: 0.7460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 171 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 172 score: 0.6271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 173 score: 0.6048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 174 score: 0.6723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 175 score: 0.6862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 176 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 177 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 178 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 179 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 180 score: 0.7249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 181 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 182 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 183 score: 0.6989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 184 score: 0.5280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 185 score: 0.6524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 186 score: 0.5492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 187 score: 0.3492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 188 score: 0.4040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 189 score: 0.6767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 190 score: 0.5124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 191 score: 0.5619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 192 score: 0.6815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 193 score: 0.5373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 194 score: 0.6428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 195 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 196 score: 0.5735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 197 score: 0.6012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 198 score: 0.7815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 199 score: 0.5577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 200 score: 0.6019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 201 score: 0.7497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 202 score: 0.6936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 203 score: 0.5796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 204 score: 0.6684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 205 score: 0.4498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 206 score: 0.7422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 207 score: 0.5529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 208 score: 0.6109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 209 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 210 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 211 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 212 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 213 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 214 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 215 score: 0.5465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 216 score: 0.7010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 217 score: 0.6231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 218 score: 0.7325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 219 score: 0.4715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 220 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 221 score: 0.5119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 222 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 223 score: 0.6040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 224 score: 0.6992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 225 score: 0.5844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 226 score: 0.5794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 227 score: 0.1417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 228 score: 0.6440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 229 score: 0.5838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 230 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 231 score: 0.7505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 232 score: 0.7472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 233 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 234 score: 0.2857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 235 score: 0.8208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 236 score: 0.7718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 237 score: 0.6673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 238 score: 0.5308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 239 score: 0.2699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 240 score: 0.5088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 241 score: 0.3692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 242 score: 0.6583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 243 score: 0.5180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 244 score: 0.5029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 245 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 246 score: 0.7024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 247 score: 0.2828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 248 score: 0.5339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 249 score: 0.6259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 250 score: 0.6862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 251 score: 0.5900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 252 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 253 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 254 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 255 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 256 score: 0.4900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 257 score: 0.6222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 258 score: 0.5890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 259 score: 0.5456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 260 score: 0.5596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 261 score: 0.3031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 262 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 263 score: 0.3248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 264 score: 0.7490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 265 score: 0.5494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 266 score: 0.6841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 267 score: 0.6998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 268 score: 0.5945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 269 score: 0.7032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 270 score: 0.5674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 271 score: 0.3993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 272 score: 0.7459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 273 score: 0.6332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 274 score: 0.5383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 275 score: 0.4668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 276 score: 0.5529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 277 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 278 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 279 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 280 score: 0.2425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 281 score: 0.6291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 282 score: 0.5063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 283 score: 0.6184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 284 score: 0.4973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 285 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 286 score: 0.5813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 287 score: 0.5003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 288 score: 0.7101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 289 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 290 score: 0.5603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 291 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 292 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 293 score: 0.3017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 294 score: 0.5713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 295 score: 0.6832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 296 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 297 score: 0.6254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 298 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 299 score: 0.2213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 300 score: 0.6146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 301 score: 0.6719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 302 score: 0.4202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 303 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 304 score: 0.5456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 305 score: 0.5788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 306 score: 0.7807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 307 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 308 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 309 score: 0.5318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 310 score: 0.5946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 311 score: 0.5513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 312 score: 0.4664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 313 score: 0.4777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 314 score: 0.6060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 315 score: 0.6921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 316 score: 0.6664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 317 score: 0.4354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 318 score: 0.6816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 319 score: 0.5237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 320 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 321 score: 0.6277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 322 score: 0.5871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 323 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 324 score: 0.5083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 325 score: 0.7150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 326 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 327 score: 0.5744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 328 score: 0.6105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 329 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 330 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 331 score: 0.4842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 332 score: 0.7566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 333 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 334 score: 0.6225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 335 score: 0.6947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 336 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 337 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 338 score: 0.5994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 339 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 340 score: 0.6756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 341 score: 0.3873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 342 score: 0.1091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 343 score: 0.5806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 344 score: 0.6789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 345 score: 0.5285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 346 score: 0.2566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 347 score: 0.6438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 348 score: 0.5007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 349 score: 0.5455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 350 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 351 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 352 score: 0.6256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 353 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 354 score: 0.6460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 355 score: 0.6648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 356 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 357 score: 0.1618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 358 score: 0.7218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 359 score: 0.4301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 360 score: 0.3772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 361 score: 0.4015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 362 score: 0.4802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 363 score: 0.4728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 364 score: 0.4277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 365 score: 0.4262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 366 score: 0.3804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 367 score: 0.3928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 368 score: 0.3589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 369 score: 0.4899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 370 score: 0.5020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 371 score: 0.2555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 372 score: 0.3341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 373 score: 0.3578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 374 score: 0.6393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 375 score: 0.4554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 376 score: 0.6388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 377 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 378 score: 0.5956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 379 score: 0.4271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 380 score: 0.5034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 381 score: 0.6859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 382 score: 0.4098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 383 score: 0.3949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 384 score: 0.5592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 385 score: 0.4163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 386 score: 0.4190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 387 score: 0.7355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 388 score: 0.5145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 389 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 390 score: 0.6087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 391 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 392 score: 0.4849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 393 score: 0.7462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 394 score: 0.5122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 395 score: 0.5370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 396 score: 0.4980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 397 score: 0.7491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 398 score: 0.6395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 399 score: 0.5453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 400 score: 0.8698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 401 score: 0.5985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 402 score: 0.6121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 403 score: 0.5396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 404 score: 0.5158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 405 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 406 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 407 score: 0.7135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 408 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 409 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 410 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 411 score: 0.2859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 412 score: 0.5794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 413 score: 0.4337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 414 score: 0.5239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 415 score: 0.5066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 416 score: 0.5648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 417 score: 0.5744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 418 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 419 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 420 score: 0.5848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 421 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 422 score: 0.2554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 423 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 424 score: 0.6138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 425 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 426 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 427 score: 0.6359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 428 score: 0.5094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 429 score: 0.6196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 430 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 431 score: 0.5787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 432 score: 0.4740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 433 score: 0.5880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 434 score: 0.2310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 435 score: 0.2404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 436 score: 0.5720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 437 score: 0.7096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 438 score: 0.7337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 439 score: 0.6129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 440 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 441 score: 0.4561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 442 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 443 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 444 score: 0.6208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 445 score: 0.5942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 446 score: 0.7346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 447 score: 0.7300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 448 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 449 score: 0.5096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 450 score: 0.6796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 451 score: 0.7776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 452 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 453 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 454 score: 0.5779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 455 score: 0.7192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 456 score: 0.5524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 457 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 458 score: 0.6111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 459 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 460 score: 0.7258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 461 score: 0.4817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 462 score: 0.2442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 463 score: 0.6470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 464 score: 0.5810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 465 score: 0.5935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 466 score: 0.7342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 467 score: 0.4734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 468 score: 0.4020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 469 score: 0.6705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 470 score: 0.1974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 471 score: 0.5816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 472 score: 0.5843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 473 score: 0.7330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 474 score: 0.4040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 475 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 476 score: 0.6802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 477 score: 0.5495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 478 score: 0.6730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 479 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 480 score: 0.5548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 481 score: 0.3362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 482 score: 0.3847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 483 score: 0.6628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 484 score: 0.7169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 485 score: 0.5875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 486 score: 0.7109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 487 score: 0.5304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 488 score: 0.5930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 489 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 490 score: 0.3935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 491 score: 0.5712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 492 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 493 score: 0.5958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 494 score: 0.5185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 495 score: 0.5830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 496 score: 0.6390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 497 score: 0.4874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 498 score: 0.6768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 499 score: 0.6506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 500 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 501 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 502 score: 0.5531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 503 score: 0.4553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 504 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 505 score: 0.4555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 506 score: 0.5001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 507 score: 0.4344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 508 score: 0.4901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 509 score: 0.7239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 510 score: 0.4494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 511 score: 0.6577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 512 score: 0.6179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 513 score: 0.3778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 514 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 515 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 516 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 517 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 518 score: 0.5671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 519 score: 0.6400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 520 score: 0.6335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 521 score: 0.6165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 522 score: 0.2530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 523 score: 0.5922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 524 score: 0.6435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 525 score: 0.5086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 526 score: 0.4448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 527 score: 0.2847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 528 score: 0.6736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 529 score: 0.5519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 530 score: 0.2915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 531 score: 0.4714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 532 score: 0.5451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 533 score: 0.5252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 534 score: 0.3085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 535 score: 0.4198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 536 score: 0.5233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 537 score: 0.5934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 538 score: 0.7422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 539 score: 0.7220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 540 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 541 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 542 score: 0.6389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 543 score: 0.6748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 544 score: 0.5060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 545 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 546 score: 0.5463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 547 score: 0.6302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 548 score: 0.6786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 549 score: 0.6466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 550 score: 0.4408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 551 score: 0.6921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 552 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 553 score: 0.5094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 554 score: 0.5429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 555 score: 0.5398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 556 score: 0.4102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 557 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 558 score: 0.4252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 559 score: 0.5489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 560 score: 0.4594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 561 score: 0.3481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 562 score: 0.5430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 563 score: 0.5569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 564 score: 0.7367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 565 score: 0.4948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 566 score: 0.6761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 567 score: 0.6116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 568 score: 0.5419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 569 score: 0.5374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 570 score: 0.7547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 571 score: 0.5889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 572 score: 0.5988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 573 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 574 score: 0.5835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 575 score: 0.5691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 576 score: 0.4631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 577 score: 0.6417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 578 score: 0.7463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 579 score: 0.4709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 580 score: 0.5024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 581 score: 0.6623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 582 score: 0.4128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 583 score: 0.4448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 584 score: 0.4396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 585 score: 0.7407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 586 score: 0.4700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 587 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 588 score: 0.4933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 589 score: 0.6847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 590 score: 0.4458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 591 score: 0.6718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 592 score: 0.5474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 593 score: 0.7432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 594 score: 0.2845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 595 score: 0.4876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 596 score: 0.5057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 597 score: 0.4826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 598 score: 0.4495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 599 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 600 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 601 score: 0.6154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 602 score: 0.2774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 603 score: 0.5131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 604 score: 0.6422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 605 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 606 score: 0.6969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 607 score: 0.3943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 608 score: 0.5740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 609 score: 0.6483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 610 score: 0.5086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 611 score: 0.3493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 612 score: 0.5350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 613 score: 0.5228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 614 score: 0.5573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 615 score: 0.5102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 616 score: 0.5232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 617 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 618 score: 0.5289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 619 score: 0.4173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 620 score: 0.5155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 621 score: 0.4580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 622 score: 0.5710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 623 score: 0.6557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 624 score: 0.5639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 625 score: 0.7132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 626 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 627 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 628 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 629 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 630 score: 0.7191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 631 score: 0.7432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 632 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 633 score: 0.6275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 634 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 635 score: 0.6986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 636 score: 0.7325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 637 score: 0.5327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 638 score: 0.4738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 639 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 640 score: 0.4402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 641 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 642 score: 0.4229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 643 score: 0.6686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 644 score: 0.4027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 645 score: 0.6070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 646 score: 0.4238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 647 score: 0.5656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 648 score: 0.4980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 649 score: 0.4968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 650 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 651 score: 0.4496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 652 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 653 score: 0.4870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 654 score: 0.6649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 655 score: 0.6258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 656 score: 0.4909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 657 score: 0.5750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 658 score: 0.5244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 659 score: 0.7460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 660 score: 0.4494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 661 score: 0.5240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 662 score: 0.6043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 663 score: 0.6042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 664 score: 0.5898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 665 score: 0.6160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 666 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 667 score: 0.6010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 668 score: 0.5627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 669 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 670 score: 0.5390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 671 score: 0.5228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 672 score: 0.5213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 673 score: 0.6684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 674 score: 0.7643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 675 score: 0.4736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 676 score: 0.2381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 677 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 678 score: 0.5731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 679 score: 0.6627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 680 score: 0.6645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 681 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 682 score: 0.7266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 683 score: 0.2089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 684 score: 0.5381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 685 score: 0.5714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 686 score: 0.7288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 687 score: 0.5336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 688 score: 0.6875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 689 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 690 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 691 score: 0.6985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 692 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 693 score: 0.6355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 694 score: 0.4909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 695 score: 0.5661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 696 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 697 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 698 score: 0.7230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 699 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 700 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 701 score: 0.7704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 702 score: 0.4775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 703 score: 0.5212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 704 score: 0.3822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 705 score: 0.2285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 706 score: 0.5045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 707 score: 0.6917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 708 score: 0.6637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 709 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 710 score: 0.6830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 711 score: 0.5633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 712 score: 0.6096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 713 score: 0.6366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 714 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 715 score: 0.5897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 716 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 717 score: 0.4963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 718 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 719 score: 0.3379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 720 score: 0.7626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 721 score: 0.6854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 722 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 723 score: 0.6528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 724 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 725 score: 0.7318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 726 score: 0.5324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 727 score: 0.6195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 728 score: 0.5790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 729 score: 0.5082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 730 score: 0.7209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 731 score: 0.6211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 732 score: 0.3964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 733 score: 0.7417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 734 score: 0.4648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 735 score: 0.5936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 736 score: 0.6301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 737 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 738 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 739 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 740 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 741 score: 0.5486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 742 score: 0.5618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 743 score: 0.6285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 744 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 745 score: 0.4914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 746 score: 0.6905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 747 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 748 score: 0.5413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 749 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 750 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 751 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 752 score: 0.7147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 753 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 754 score: 0.7104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 755 score: 0.6210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 756 score: 0.6973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 757 score: 0.2251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 758 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 759 score: 0.5418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 760 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 761 score: 0.3865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 762 score: 0.6635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 763 score: 0.6140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 764 score: 0.6940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 765 score: 0.5868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 766 score: 0.6944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 767 score: 0.2017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 768 score: 0.8410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 769 score: 0.8440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 770 score: 0.2797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 771 score: 0.5120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 772 score: 0.7185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 773 score: 0.6009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 774 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 775 score: 0.5095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 776 score: 0.6191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 777 score: 0.5157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 778 score: 0.6853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 779 score: 0.6047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 780 score: 0.6287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 781 score: 0.5019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 782 score: 0.6870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 783 score: 0.5439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 784 score: 0.6634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 785 score: 0.5299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 786 score: 0.5148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 787 score: 0.6533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 788 score: 0.6136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 789 score: 0.4638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 790 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 791 score: 0.6870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 792 score: 0.6741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 793 score: 0.5988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 794 score: 0.4768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 795 score: 0.5670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 796 score: 0.7478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 797 score: 0.5276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 798 score: 0.5905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 799 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 800 score: 0.5395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 801 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 802 score: 0.5529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 803 score: 0.4430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 804 score: 0.4728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 805 score: 0.2297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 806 score: 0.5922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 807 score: 0.6224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 808 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 809 score: 0.4938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 810 score: 0.3480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 811 score: 0.4405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 812 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 813 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 814 score: 0.6777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 815 score: 0.5297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 816 score: 0.4893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 817 score: 0.4577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 818 score: 0.5763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 819 score: 0.4193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 820 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 821 score: 0.5536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 822 score: 0.5564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 823 score: 0.6005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 824 score: 0.4653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 825 score: 0.5601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 826 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 827 score: 0.6314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 828 score: 0.5854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 829 score: 0.4669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 830 score: 0.6603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 831 score: 0.6083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 832 score: 0.7314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 833 score: 0.6563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 834 score: 0.4812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 835 score: 0.5331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 836 score: 0.4432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 837 score: 0.4557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 838 score: 0.5919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 839 score: 0.5435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 840 score: 0.5583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 841 score: 0.2823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 842 score: 0.4028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 843 score: 0.6334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 844 score: 0.3494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 845 score: 0.4335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 846 score: 0.2630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 847 score: 0.5142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 848 score: 0.5649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 849 score: 0.7189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 850 score: 0.5084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 851 score: 0.7120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 852 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 853 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 854 score: 0.5743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 855 score: 0.6005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 856 score: 0.6099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 857 score: 0.7145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 858 score: 0.7091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 859 score: 0.6451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 860 score: 0.7152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 861 score: 0.5462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 862 score: 0.5270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 863 score: 0.4196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 864 score: 0.5203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 865 score: 0.4961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 866 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 867 score: 0.4862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 868 score: 0.5827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 869 score: 0.6571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 870 score: 0.6027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 871 score: 0.4509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 872 score: 0.5117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 873 score: 0.2746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 874 score: 0.7290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 875 score: 0.3560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 876 score: 0.4783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 877 score: 0.3021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 878 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 879 score: 0.6259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 880 score: 0.5311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 881 score: 0.7186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 882 score: 0.7273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 883 score: 0.6896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 884 score: 0.5476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 885 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 886 score: 0.5812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 887 score: 0.1804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 888 score: 0.5038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 889 score: 0.5460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 890 score: 0.5181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 891 score: 0.4675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 892 score: 0.5385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 893 score: 0.4849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 894 score: 0.4856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 895 score: 0.5840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 896 score: 0.5396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 897 score: 0.7187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 898 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 899 score: 0.5981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 900 score: 0.6786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 901 score: 0.6770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 902 score: 0.5397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 903 score: 0.6609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 904 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 905 score: 0.4699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 906 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 907 score: 0.6059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 908 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 909 score: 0.6501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 910 score: 0.6902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 911 score: 0.6308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 912 score: 0.6943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 913 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 914 score: 0.2542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 915 score: 0.2491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 916 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 917 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 918 score: 0.4244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 919 score: 0.2006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 920 score: 0.6019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 921 score: 0.6993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 922 score: 0.5787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 923 score: 0.6205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 924 score: 0.6800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 925 score: 0.5844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 926 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 927 score: 0.4002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 928 score: 0.4353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 929 score: 0.6735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 930 score: 0.7753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 931 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 932 score: 0.4203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 933 score: 0.4838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 934 score: 0.4297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 935 score: 0.5707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 936 score: 0.5023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 937 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 938 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 939 score: 0.6674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 940 score: 0.5335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 941 score: 0.8863 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 942 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 943 score: 0.5564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 944 score: 0.5177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 945 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 946 score: 0.4316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 947 score: 0.3662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 948 score: 0.5840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 949 score: 0.6517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 950 score: 0.4412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 951 score: 0.5974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 952 score: 0.2975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 953 score: 0.6381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 954 score: 0.4884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 955 score: 0.7149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 956 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 957 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 958 score: 0.7775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 959 score: 0.4510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 960 score: 0.4562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 961 score: 0.2725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 962 score: 0.1876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 963 score: 0.5656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 964 score: 0.6513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 965 score: 0.4952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 966 score: 0.3051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 967 score: 0.3601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 968 score: 0.3873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 969 score: 0.5044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 970 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 971 score: 0.5567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 972 score: 0.4105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 973 score: 0.4702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 974 score: 0.5497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 975 score: 0.2053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 976 score: 0.4841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 977 score: 0.6064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 978 score: 0.5932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 979 score: 0.4577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 980 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 981 score: 0.5737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 982 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 983 score: 0.5424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 984 score: 0.6322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 985 score: 0.5424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 986 score: 0.6210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 987 score: 0.3180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 988 score: 0.2306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 989 score: 0.4594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 990 score: 0.7709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 991 score: 0.5381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 992 score: 0.5475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 993 score: 0.5147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 994 score: 0.4854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 995 score: 0.7664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 996 score: 0.6907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 997 score: 0.7445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 998 score: 0.6260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 999 score: 0.6094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1000 score: 0.4549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1001 score: 0.3732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1002 score: 0.6191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1003 score: 0.4681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1004 score: 0.5508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1005 score: 0.7322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1006 score: 0.1862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1007 score: 0.5277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1008 score: 0.7359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1009 score: 0.4457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1010 score: 0.5635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr Segment 1011 score: 0.6190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-mr score: 0.5917 diff --git a/test-en-ne b/test-en-ne new file mode 100644 index 0000000000000000000000000000000000000000..42ba9f5c00e51b0f422c8792c4272c1268e7003e --- /dev/null +++ b/test-en-ne @@ -0,0 +1,1012 @@ +उहाँले थप्नुभयो, "हामीले अब चार-महिना-पुराना चमेरोहरु छौं जुन पहिले डायबेटिक थिए, तिनीहरु डायबेटिक हुनुभएको छैनन्"। +डाक्टर एहुड उर, हलिफैक्स, नोभा स्कोटियाको डालहाउसी विश्वविद्यालयको चिकित्सा प्रोफेसर र क्यानडियन डायबिटिस सङ्गठनको क्लिनिकल र वैज्ञानिक विभागको अध्यक्षले अनुसन्धान अझै आफ्नो सुरुवातीको दिनहरूमा छ भन्नुभयो। +केही अन्य विशेषज्ञहरू जस्तै, उहाँले डायबिटिस को उपचार गर्न सक्ने वा नसक्ने बारेमा संदेह गरेको छ, यो पत्ता लगाउँछन् कि यी पत्तालाई पहिले 1 प्रकारको डायबिटिस भएका मानिसहरूसँग कुनै सम्बन्ध नहुन्छ। +मंगलबार, स्वेडिश अकादमीको नोबेल कमिटि लिटरेचर को स्थायी सचिव सारा डेनियसले स्वेडिशको स्वेरिज रेडियोमा एक रेडियो कार्यक्रममा कमिटिले 2016 को नोबेल पुरस्कार लिटरेचरमा बोब डायलनको लागि प्रत्यक्ष रूपमा प्राप्त गर्न सक्षम भएको बताउँछ भन्ने सार्वजनिक रूपमा घोषणा गर्नुभयो कि कमिटिले उहाँसँग पुग्न सक्षम भएको आफ्ना प्रयासहरूलाई छोडेको छ। +डेनियसले भन्नुभयो, "अहिले हामी केही कुरा गरिरहेको छैनौँ। मलाई उहाँको सबैभन्दा नजिक सहकर्मीलाई फोन गरेको र इमेल पठाएको छ र उहाँलाई धेरै स्वागत जवाफ प्राप्त गरेको छ।" +पहिले, रिङको सीईओ, जेमी सिमिनोफले कम्पनीलाई सुरु गरेको कुरा बताउनुभयो जब उनको गारेजमा उनको डोरबेल उनको शॉपबाट सुन्न नभएको थियो। +उहाँले वाइफाई डोर बेल बनाएको थियो, उहाँले भन्नुभयो। +सिमिनोफले शार्क ट्यान्कको एक एपिसोडमा 2013 मा उहाँको प्रदर्शन भएपछि बिक्री बढी भएको बताउनुभयो जहाँ शो प्यानलले स्टार्टअपको लागि निधि प्रदान गर्न अस्वीकार गरेको थियो। +सिमिनोफ 2017 को अन्त्यमा QVC शॉपिङ्ग टेलिभिजन च्यानलमा प्रस्तुत भएको थियो। +रिङले प्रतिस्पर्धी सुरक्षा कम्पनी, एडीटी कर्पोरेसनसँग कानूनी मुकदमा सम्झौता गरेको छ। +एक प्रयोग गर्ने वैक्सीनले एबोलाको मृत्यु संख्यालाई कम गर्न सक्षम देखिएको छ, यद्यपि, अहिलेसम्म केही दवाहरूले वर्तमान संक्रमणको उपचार गर्न उपयुक्त बनाउँछ भन्ने स्पष्ट रूपमा प्रस्तुत गरिएको छैन। +एक एन्टिबोडी कोकटेल, ZMapp, प्रारम्भमा क्षेत्रमा विश्वास दिएको थियो, तर फार्मल अध्ययनले यो मृत्यु रोक्नको लागि खोजिएको लागि कम फाइदा भएको देखाएको थियो। +PALM अनुसन्धानमा, ZMapp नियन्त्रणको रूपमा प्रयोग गरिएको थियो, जसको अर्थ वैज्ञानिकहरूले यसलाई बेसलाइनको रूपमा प्रयोग गरेको र तीन अर्को उपचारहरूलाई यससँग तुलना गरेको थियो। +USA गिम्नास्टिक्सले संयुक्त राज्य ओलम्पिक समितिको पत्रको समर्थन गर्छ र सबै हाम्रो खेलाडीहरूको लागि सुरक्षित वातावरण प्रचार गर्नका लागि ओलम्पिक परिवारको पूर्ण आवश्यकतालाई स्वीकार गर्छ। +USOC को बयानमा हामी सहमत छौँ कि हाम्रा खेलाडीहरू र क्लबहरूको हित र उनीहरूको खेल, हाम्रो सङ्गठन भित्र अर्थपूर्ण परिवर्तनको साथमा अगाडि बढ्दा राम्रोसँग सेवा गराउन सक्छन्। +USA Gymnastics स्वतन्त्र अनुसन्धानलाई समर्थन गर्छ जसले लेरी नस्सरका बाँचेकाहरूद्वारा उत्कृष्ट रूपमा वर्णन गरिएको प्रतिशतको दुर्व्यवहारलाई एकदमै लामो समयसम्म अन्डेटेक्टेड हुन सक्छ र कुनै आवश्यक र योग्य परिवर्तनहरूलाई समावेश गर्छ। +युएस गिम्नास्टिक्स र युएस ओसीको सार्वजनिक लक्ष्य एक सुरक्षित, सकारात्मक र सक्षम वातावरणमा उनीहरूको सपना पछ्याउन खेलाडीहरूको लागि सुरक्षित, सकारात्मक र सक्षम वातावरणमा गिम्नास्टिक्स र अन्य खेलहरूको खेलको सुरक्षित बनाउनु हो। +1960 को दशकमा, ब्र्जेजिन्स्कीले जोन एफ. केनेडीको सल्लाहकारको रूपमा काम गरे र त्यसपछि लिन्डन बी. जोनसनको प्रशासनमा काम गरे। +सन् 1976 को चयनमा उहाँले कार्टरलाई विदेशी नीतिमा सल्लाह गरे, त्यसपछि 1977 देखि 1981 मा राष्ट्रिय सुरक्षा सल्लाहकार (NSA) को रूपमा सफल भएको हेनरी किसिङगरको पछाडि सेवा गरे। +NSA को रूपमा, उहाँले क्याम्प डेभिड अकोर्ड, 1978; अमेरिका–चीनको सम्बन्धलाई सामान्य रूपमा गर्ने 1970 को अन्त्यमा; 1979 को ईरानी क्रान्ति, जसले ईरान को अपहरण संकटमा पुगेको थियो; र 1979 को अफगानिस्तानमा सोभियतको आक्रमणमा कार्टरसँग राजनीतिक रूपमा सहायता गरे। +रेयान गोस्लिङ र इम्मा स्टोनको सामना गरेको चलचित्रले सबै मुख्य श्रेणीहरूमा नामिनेशन प्राप्त गरेको छ। +गोस्लिङ र स्टोनलाई सर्वोच्च अभिनेता र सर्वोच्च अभिनेत्रीको लागि नामिनेशन प्राप्त भएको छ। +अर्को उम्मेदवारहरूमा बेस्ट पिक्चर, डायरेक्टर, सिनेमाफोग्राफी, कोस्टम डिजाइन, फिल्म-एडिटिङ, ओरिजिनल स्कोर, प्रोडक्शन डिजाइन, साउन्ड एडिटिङ, साउन्ड मिक्सिङ र ओरिजिनल स्क्रीनप्ले समावेश गरिएको छ। +चलचित्र, Audition (The Fools Who Dream) र City of Stars का दुई गीतहरूलाई सर्वोच्च प्रारम्भिक गीतको लागि उम्मेदवारी प्राप्त गरेको छ। लाइयन्सगेट स्टुडियोले 26 उम्मेदवारी प्राप्त गरेको छ — कुनै अन्य स्टुडियोभन्दा बढी। +आइतबारको अन्त्यमा, संयुक्त राज्य अमेरिकाको राष्ट्रपति डोनाल्ड ट्रम्प, प्रेस सचिवको माध्यममा प्रस्तुत गरेको बयानमा युएस सैनिकहरू सिरिया छोड्ने घोषणा गरे। +ट्रम्पले टर्कीस राष्ट्रपति रिसिप टायिप एर्डोगानसँग फोन कुराकानी गरेपछि यो घोषणा गरिएको थियो। +युरोपेली राष्ट्रहरूले प्रतिस्थापन गर्न अस्वीकार गरेको कुरामा टर्कीले पक्राउ गरिएको ISIS युद्धकर्ताहरूको रक्षा पनि गर्नेछ, एक बयानले बताउनुभयो। +यो केही प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः +वैज्ञानिकहरू भन्छन् कि यो प्राकृतिक जनावरको प्राकृतिक रूपमा पालो वा क्यारोटेनोइड-रंगको अन्डरसाइडको साथमा चेस्टनट-ब्राउनको रूपमा टोपमा रहेको थियो। +यो पत्ताहरूको पक्षीहरूमा परिवर्तनको परिचय पनि देखाउँछ। +डाइनोसौरको फिटरहरूमा एक राम्रोसँग विकास गरिएको शफ्ट, राचिस छैन, तर फिटरहरूका अर्को विशेषताहरू — बार्ब्स र बार्बुले — छन्। अन्वेषकहरूले राचिस सम्भवतः पछिल्लो विकासीय विकास हो जसका लागि यी अर्को विशेषताहरू छन्। +फिथरको संरचनाले सुझाउँछ कि तिनीहरू उडानमा प्रयोग गरिएको थिएन तर तापको नियन्त्रण वा प्रदर्शनको लागि प्रयोग गरिएको थिए। अन्वेषकहरूले सुझाउँछ कि यो एक युवा डायोसाउरको टेल हो तर प्रयोग गरिएको प्रमाण एक वृद्ध फिथरको हो र एक चिकको डाउन होइन। +अनुसन्धानकर्ताहरूले सुझाउनुभयो कि, यो एक युवा डाइनोसाउरको चोटा हो, तर सम्पूर्ण प्रतिस्पर्धामा युवा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धामा प्रतिस्पर्धाम +गजियान्टेप, टर्कीमा प्रहरी मुख्यालयमा आइतबार बिहान एक कार बम विस्फोट भएको छ जसले दुई प्रहरी अधिकारीहरूलाई मारेको र बढी 20 अर्को मानिसहरूलाई घाइते गरेको छ। +गवर्नरको कार्यालयले घाइतेका छ प्रहरी अधिकारीहरू भएको बताउनुभयो। +प्रहरीले उनीहरूले आक्रमणको जिम्मेवारीको आरोप गरिएको डेश (ISIL) सैनिकलाई संदेह गरेको बताउनुभयो। +तिनीहरूले सूर्यले अर्को ताराहरूको जस्तै आधारभूत सिद्धान्तहरूमा कार्य गरिरहेको पाए: प्रणालीमा सबै ताराहरूको गतिविधिलाई तिनीहरूको प्रकाशता, तिनीहरूको चक्रवात र केही अन्य कुराहरूले चलाउँछ भन्ने पाए। +ल्युमिनोसिटी र गतिविधि एउटा ताराको रोस्बी संख्याको निर्धारण गर्न एउटा साथमा प्रयोग गरिएको छ, जुन प्लास्माको प्रवाह सम्बन्धित छ। +रोस्बीको संख्या सानो भए भने प्रति मॅग्नेटिक परिवर्तनका लागि स्टारको सक्रियता कम हुन्छ। +उहाँको यात्राको दौरामा, उहाँले धेरै पटकहरूमा समस्यामा पुगेको थियो। +पिराटहरूले उसलाई चोरी गरे, टिबेटमा एउटा रागत कुकुरले उसलाई आक्रमण गरे, उसले नेपालमा विवाह गर्न भागेको र उसलाई भारतमा गिरफ्तार गरिएको थियो। +802.11n स्टैण्डार्डले दुवै 2.4Ghz र 5.0Ghz चरणहरूमा कार्य गर्छ। +यसले 802.11a, 802.11b र 802.11g सहित प्रायौजन स्टेसनको ड्युअल रेडियोस सहित पछाडीको सम्मिलित गर्न अनुमति दिनेछ, यदि प्रायौजन स्टेसनको ड्युअल रेडियोस छ। +802.11n को गति 600Mbit/s को अधिकतम सिद्धांतीय प्रवाह सँग उसका पूर्वजनाहरूको गतिमा महत्त्वपूर्ण रूपमा बढी हुन्छ। +दुवाल, जसले दुई वयस्क बच्चाहरूसँग विवाह गरेको छ, मिलरको लागि कथा जुन सम्बन्धित गरिएको थियो, मिलरसँग ठूलो प्रभाव नगरेको थियो। +जब टिप्पणीको लागि सोधिए, मिलरले भन्नुभयो, "माइको सुनुवाईको समयमा धेरै बोल्नुहुन्छ...मैले तयारी गरिरहेको थिए त्यसैले मैले उहाँले के भन्नुभएको सुन्नुभएको थिएन।" +हुले भन्नुभयो, "हामीले 2005 स्तरबाट 2020 सम्म प्रति एजीडीपी कार्बन डाइओक्साइडको उत्सर्जनलाई महत्त्वपूर्ण मार्जिनसँग कटाउने प्रयास गर्नेछौँ।" +उहाँले चीनको आर्थिक उत्पादनमा आधारित गरिएको छ भन्नुभयो र कटानीका लागि कुनै संख्या निर्धारण गरेको थिएन। +हुले विकास गर्ने देशहरूलाई "प्रथम प्रदर्शनीय रूपमा प्रतिष्ठित गर्नु र पछि सफाई गर्नु" गर्ने पुरानो मार्गको बाहिर निस्कनको लागि प्रोत्साहन गर्नुभयो। +उहाँले थपे कि "तिनीहरूलाई तिनीहरूको विकास चरण, जिम्मेदारी र क्षमताहरू भन्दा बाहिर जाने कार्यक्रमहरूमा लागू गर्न प्रश्न गरिनुपर्नेछन्।" +आज 12.00 GMT मा इराक अध्ययन समूहले आफ्नो रिपोर्ट प्रस्तुत गरे। +यो चेतावनी गर्छ कि कुनै पनि कोर्स कार्यमा यो स्थानमा इराकमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानमा कुनै कोर्स कार्यमा यो स्थानम +यो रिपोर्ट मध्य पूर्वको दिशामा जारी गरिएको नीतिको बारेमा संयुक्त राज्य अमेरिकामा एक सहमतिको निर्माण र खुला बहसको लागि आह्वान सुरु गर्छ। +रिपोर्टले आइराकको लागि कार्यकारीको वर्तमान नीतिको सबै प्रक्रियाहरूमा उल्लेखनीय रूपमा आलोचना गरेको छ र यसले तुरून्तै दिशामा परिवर्तन गर्न आह्वान गरेको छ। +यसका 78 सङ्केतहरू मध्ये पहिलो सङ्केत यो वर्षको समाप्ति पहिले नयाँ राजनीतिक प्रयास गर्नुपर्छ जसले विरोधी इन्टर्वेन्सनको विरुद्ध इराकको सीमा सुरक्षित गर्न र आफ्ना पड्काहरूसँगको राजनीतिक सम्बन्ध पुनः स्थापित गर्नुपर्छ। +वर्तमान सिनेटर र अर्जेन्टिन पहिलो पत्नी क्रिस्टिना फर्नान्डेज डे कर्च्नरले कल शुक्रबार बुनोस एयर्सबाट 50 किलोमिटर (31 माइल) दूर एक सहर ला प्लाटामा उनको राष्ट्रपतिको उम्मेदवारी घोषणा गरे। +श्रीमती कर्च्नरले एर्जेन्टिन थ्याटरमा राष्ट्रपतिको लागि उहाँको इच्छा घोषणा गर्नुभयो, जस स्थान उहाँले सिनेटको लागि उहाँको 2005 को अभियान सुरु गर्नको लागि बुनोस एरिस प्रान्तको प्रतिनिधिको रूपमा प्रयोग गरेको थियो। +हरिकेन क्याटरिनाको प्रभावमा प्रतिरक्षा र पुनर्निर्माणको लागि खर्च गर्ने विवादमा आयोजना गरिएको थियो; जसमा केही वित्तीय रूढिवादीहरूले "बुशको न्यु ओर्लियान्स डिल" जस्तै हास्य रूपमा नाम दिएका थिए। +पुनर्निर्माणको प्रयासको लिबरल आलोचनाले वाशिंगटनका अन्तरिक्षकहरूलाई पुनर्निर्माण सम्झौताहरूको पुरस्कृत गर्न केन्द्रित गरेको छ। +चार मिलियनभन्दा बढी मानिसहरू शवास्य समारोहमा जानका लागि रोममा गए। +प्रस्तुत मानिसहरूको संख्या ठूलो थियो कि सेन्ट पिटरको स्क्वारमा मृत्यु समारोहमा प्रवेश प्राप्त गर्न सबैलाई सम्भावना थियो। +लोकहरूलाई समारोह हेर्न रोममा विविध स्थानहरूमा धेरै ठूलो टेलिभिजन स्क्रीनहरू स्थापित गरिएको थियो। +इटलीका धेरै अन्य सहरहरूमा र बाँकी विश्वमा, विशेष गरी पोल्याण्डमा जस्तै स्थापनाहरू गरिएका थिए, जसलाई धेरै मानिसहरूले हेरे। +ऐतिहासिकहरूले एजेन्सीको सफलता दर बढाउन उद्देश्यको लागि, विशेषगरी चोरी गरिएको कारको मामिलाहरूमा संदर्भ गर्ने FBI नीतिहरूलाई आरोपहरूमा संदर्भ गर्ने पूर्व नीतिहरूलाई आलोचना गरेका छन्। +काँग्रेसले 2005 को बजेटमा अश्लिलताको सुरुवात गर्नुभयो र एफबिआईले 10 एजेन्टहरूलाई वयस्क पोर्नोग्राफीको लागि प्रयोग गर्नुपर्छ भन्नुभयो। +रोबिन उथाप्पाले इनिंगको सबैभन्दा उच्च स्कोर गरे, 11 फोर्स र 2 साइक्सको साथमा 41 बलहरूमा 70 रन गरे। +मध्य ऑर्डरका चमेरोहरू, सचिन टेन्डुलकर र राहुल ड्राभिडले राम्रोसँग प्रदर्शन गरे र सयौं-रनको साझेदारी गरे। +तर, कप्तानको विकेट हारेपछि भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने भने +अमेरिकी राष्ट्रपति जोर्ज डब्ल्यू बुसले 16 नोवेम्बरको बिहान सिंगापुरमा आएको छ, एसियाको एक हप्ता लामो पर्यटन सुरु भएको थियो। +उहाँलाई सिङ्गापुरको डेप्टी प्रधानमन्त्री वोंग कान सेङग र सिङ्गापुरको प्रधानमन्त्री ली हिएन लोङसँग व्यापार र आतंकवादी मुद्दाहरूमा चर्चा गरेको थियो। +मध्यावधि निर्वाचनमा हारेको एक हप्तापछि, बुशले आशियामा व्यापारको विस्तार बारेमा प्रस्तुति गर्नुभयो। +प्रधानमन्त्री स्टिफन हार्परले प्रधानमन्त्रीको 'स्वच्छ हवाई कार्यक्रम' प्रमुख NDP नेता ज्याक लेयटनसँग मंगलबारको 25 मिनेटको बैठकपछि प्रमुख मन्त्रीको समितिको लागि समीक्षाको लागि सहमत गरेको छ। +प्रधानमन्त्रीसँगको बैठकमा लेयटनले परिवर्तनको माग गरेको थियो जसमा संरक्षणवादी पक्षको वातावरणीय बिलको "पूर्ण र सम्पूर्ण पुनः लेखन"को माग गरेको थियो। +फेडरल सरकारले डेभोनपोर्ट, टास्मेनियाको मेर्सी अस्पतालको कोषको नियन्त्रण गर्न प्रयास गरेपछि, राज्य सरकार र केही फेडरल सांसदहरूले नोभेम्बरको नाम दिएको फेडरल चुनावको प्रारंभमा यो कार्यलाई स्टन्टको रूपमा आलोचना गरेका छन्। +तर प्रधानमन्त्री जोन होवार्डले एक अतिरिक्त AUD$45 मिलियन दिँदा टास्मेनियन सरकारले अस्पतालको सुविधाहरूलाई कम गराउने रूपमा सुरक्षित गर्न काम गरेको बताउनुभयो। +नयाँ ब्युलेटिनको अनुसार, समुद्री स्तरको पढाइहरूले एउटा सुनामी उत्पन्न भएको देखाउँछ। पागो पागो र नियुको नजिक केही निश्चित सुनामी गतिविधिहरू रेकर्ड गरिएको थियो। +टोन्गामा कुनै पनि मुख्य नुकसान वा घाइतलाई रिपोर्ट गरिएको छैन, तर शक्ति केही समयसम्म हराइएको थियो, जसले पीटीडब्ल्यूसी द्वारा जारी गरिएको सुनामी चेतावनी प्राप्त गर्न टोन्गान अधिकारीहरूलाई रोकेको थियो। +हवाईमा समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक स्थित चौध विद्यालयहरू समुद्री किनारको वा नजिक +अमेरिकी राष्ट्रपति जोर्ज डब्ल्यू बुसले घोषणालाई स्वागत गरे। +बुशको प्रवक्ता गोर्डन जोहन्ड्रोले उत्तर कोरियाको प्रतिज्ञा लाई "कोरियाई प्रायद्वीपको प्रतिज्ञात्मक निरस्त्रीकरणको लागि प्राप्त गर्ने लक्ष्यको लागि एक महत्त्वपूर्ण घटना" भन्नुभयो। +आटलान्टिक चक्रवात सिजनको दसौँ नाम गरिएको सबट्रोपिकल चक्रवात जेरी, आटलान्टिक महासागरमा आज स्थापित भएको छ। +राष्ट्रिय चक्रवात केन्द्र (NHC) ले यो अवस्थामा जेरीले भूमिमा कुनै जोखिम नभएको बताउँछ। +अमेरिकी कोर्स अफ इन्जिनियरहरूले 6 इन्चको वर्षाले पहिले नष्ट भएको लेभीहरूलाई छोड्न सक्छ भन्ने अनुमान गरेको छ। +हरिकेन क्याटरिनाको दौरान 20 फिट उच्च बाढी देखेको नौँ वार्ड हालका पछाडीको बाढीमा पछ्याउँदै गएको छ। +पानी 100 फुट चौडा एक क्षेत्रमा बाटोको पानी बाहिर जारी भएको छ। +कमन्स प्रबन्धक एडम क्युर्डेनले गत महिना विकिन्युजसँग बारेमा कुरा गरेपछि हटाइएको कुरामा आफ्नो निराशा व्यक्त गरे। +उहाँ [वेल्स]ले हामीसँग सुरुमा प्रारम्भिक रूपमा झुट गरे। पहिलो, कानूनी कारणहरूको तरिकाले यो कार्यक्रम गर्नुभयो। दोस्रो, उहाँले हामीसँग सुन्दै हुनुभएको प्रतिक्रिया गर्नुभयो।" +साइटका लागि मिलियनहरू खुल्ला लाइसेन्स गरिएका मिडियाहरूको यौन सामग्रीका लागि नीतिको निर्माणको लागि समुदायको चिन्ताले वर्तमानको प्रयासहरूमा समावेश गरिएको छ। +काम गरिएको प्रायः सिद्धान्तीय थियो, तर कार्यक्रम सिद्धान्तीय रूपमा अनुसन्धानहरूको प्रतिबिम्ब गर्नका लागि लेखिएको थियो। +टोलीले खोजिरहेको प्रभाव ग्लैसीको कालो प्रकृति र मिल्की वेकको कालो प्रकृति बीचको समुद्री शक्तिको कारण हुनेछ। +चन्द्रले पृथ्वीमा प्रतिक्रिया गराउँछ, त्यस्तै मिल्की वेकले श्रीखालको गैलेक्सीमा प्रतिक्रिया गराउँछ। +वैज्ञानिकहरूले सामान्य मात्रा जस्तै अन्ध मात्राले अर्को अन्ध मात्रालाई प्रभाव पार्न समाधान गर्न सक्षम भए। +यो सिद्धान्तले भन्छ कि गलेक्सीको वरिपरि धेरै कालो प्रकृति एक प्रकारको ह्यालोमा गलेक्सीको वरिपरि छ र यो धेरै साना कणलाई बनाइएको छ। +टेलिभिजनका रिपोर्टहरूले प्लान्टबाट सफेद धुवाई आउँछ देखाउँछ। +स्थानीय अधिकारीहरूले प्लान्टको पृष्ठभूमिकामा बासिन्दाहरूलाई घरमा रहन, हावाई-कन्डिशनरहरूलाई बन्द गर्न र तपाईँ पानी पिन्न नभएको चेतावनी गरेका छन्। +जापानको आणविक एजेन्सीको अनुसार, प्लान्टमा रेडियोअक्टिव केसियम र आयोडिन पहिचान गरिएको छ। +अधिकारीहरूले अनुमान गरेका छन् कि यो साइटमा उरानियम फ्यूल राखिएको कन्टेनरहरू झट्का भएको र लेकिँदै हुन्छ भन्ने कुरा देखाउँछ। +डाक्टर टोनी मोलले दक्षिण अफ्रिकी क्षेत्र क्वाझुलु-नाटलमा एक्सट्रिमली ड्रग रिसिस्टेन्ट ट्युबर्कुलोसिस (XDR-TB) पाए। +एक अन्तर्वार्तामा, उहाँले नयाँ व्यवर्तनलाई "धेरै उच्च मृत्यु दरको कारण धेरै उच्च चिन्ताकारको" बताउनुभयो। +डाक्टर मोलले सोच्छ कि केही रोगिएहरूले अस्पतालमा बगको संक्रमण गरेको हुन सक्छ र कम्तीमा दुई अस्पतालका स्वास्थ्य कार्यकर्ताहरू थिए। +एक वर्षको समयमा, संक्रमित व्यक्तिले 10 देखि 15 नजिक सम्पर्कहरूलाई संक्रमण गर्न सक्छन्। +यद्यपि, सर्व मानिसहरूको ट्युबर्कुलोसिस समूहमा XDR-TB को प्रतिशत अझै कम देखिन्छ; दक्षिण अफ्रिकामा कुनै विशेष समयमा 330,000 मानिसहरूमध्ये संक्रमित भएका 6,000 मानिसहरू। +1,000 पाउण्डभन्दा बढीको दुवै सैटेलाइटहरू लगभग 17,500 माइल प्रति घण्टा यात्रा गर्दै पृथ्वीको 491 माइल पछाडि झड्नुभएको थियो। +वैज्ञानिकहरूले संघर्षको कारण विस्फोट ठूलो भएको बताउँछन्। +तिनीहरू अझै विमान दुर्घटना कितै ठूलो थियो र पृथ्वी कसरी प्रभावित हुनेछ भनेर निश्चित गर्न प्रयास गरिरहेका छन्। +संयुक्त राज्य संरक्षण कार्यालयको अमेरिकी डिपार्टमेन्टको युनायटेड स्टेट्स स्ट्रेटेजिक कम्याण्डले ढुङ्गाको ट्र्याकिङ गरिरहेको छ। +विश्लेषणको परिणाम सार्वजनिक वेबसाइटमा पोस्ट गरिनेछ। +पिट्सबर्ग, पेन्सिल्वेनियाको बालबालिका अस्पतालमा काम गरेको डाक्टरलाई बुधबार उहाँको माताको मृत्यु उहाँको कारको ट्रंकमा फेला भएको कारणले ठुलो हत्याको आरोप लगाइएको छ, ओहियोका अधिकारीहरूले बताउनुभयो। +डाक्टर मलर बलासुब्रमनियन, 29 वर्ष, ओहियोको ब्लु अशमा पाइएको थियो जुन सिन्सिनेटीको उत्तरी 15 माइलको क्षेत्रमा एक टी-शर्ट र अंडरवियरको साथमा सडकको पासमा जमिनमा एकदम ठूलो रूपमा उपचार गरिएको अवस्थामा पाइएको थियो। +उहाँले अधिकारीहरूलाई आफ्नो कालो ओल्ड्समोबिल इन्ट्रिजको 500 फुट दूर स्थानमा निर्देशन गर्नुभयो। +त्यहाँ, तिनीहरूले 53 वर्षीय सरोजा बलासुब्रमनियनको शरीरलाई रगतले झुकिएको कपडामा पाए। +प्रहरीले शरीर करिब एक दिनका लागि त्यहाँ रहेको देखिएको बताउनुभयो। +यो सत्रको पहिलो रोगको केही मामिलाहरू जुलाईको अन्त्यमा रिपोर्ट गरिएको थिए। +यो रोग सुँगुरहरूले लागेको छ जुन पछि मच्छरहरूको माध्यममा मानवहरूमा प्रवेश गर्छ। +यो आउटब्रेकले भारतीय सरकारलाई गम्भीर रूपमा प्रभावित क्षेत्रहरूमा सुँगुर क्याट्चरहरूको डिप्लोयमेन्ट, हजारौँ मोस्किटो कर्टिनहरूको प्रसारण र पेस्टिसाइडहरूको स्प्रे गर्ने जस्ता उपायहरू गर्न प्रेरित गरेको छ। +सरकारद्वारा एन्सेफालिटिस टीकाको केही मिलियन वियलहरू प्रतिज्ञा गरिएको छ, जसले अर्को वर्षको स्वास्थ्य संस्थाहरूलाई तयारी गर्न मद्दत गर्नेछ। +यस वर्ष इतिहासिक रूपमा सबैभन्दा प्रभावित क्षेत्रहरूमा प्रस्तुत गर्ने वैक्सीनको योजनाहरूमा पैसाको कमी र अन्य रोगहरूको तुलनामा न्यूनतम प्राथमिकताको कारण लागत भएको थियो। +1956 मा स्लानियाले स्वेडलाई जानुभयो, जहाँ तीन वर्षपछि उनले स्वेडिश पोस्ट ऑफिसका लागि काम सुरु गरे र उनी तिनीहरूको प्रमुख एन्ग्राभर बने। +उहाँले स्वेड र 28 अर्को देशहरूका लागि 1,000 भन्दा बढी स्टम्पहरू उत्पन्न गरे। +उहाँको काम त्यो प्रतिष्ठित गुणस्तर र विवरण हो जसले उहाँ फिलाटेलिस्टहरूमध्ये केही "घरेलु नाम" मध्ये एक हो। केहीले उहाँको काम एकले सङ्ग्रह गर्न विशेषज्ञ हुन्छन्। +उहाँको 1,000 औं स्टाम्प 2000 मा डेभिड क्लोकर एनरेनस्ट्राहलद्वारा "स्वेडिश राजाहरूको उत्कृष्ट कार्यहरू" हो, जसलाई गिनिस बुक अफ वर्ल्ड रेकर्डमा सूचीबद्ध गरिएको छ। +प्रधानमन्त्रीको चित्रहरू नयाँ क्यानडियन $5 र $100 बिलहरूको प्रारंभमा समावेश गरिएको उहाँको केही कार्यहरूको नयाँ उदाहरणहरूमा उहाँले धेरै देशहरूको बैंकनोटहरूमा चित्रको निर्माणमा सहभागी भएको थियो। +दुर्घटना भएपछि गिब्सनलाई अस्पतालमा ल्याएको थियो तर त्यसपछि केही मिनेटमा मृत्यु भएको थियो। +ट्रक चालक, जसको उमेर 64 वर्ष छ, दुर्घटनामा घाइते भएको थिएन। +समान दिनको 1200 GMT मा दुर्घटनाको स्थानबाट यो वाहन स्थगित गरिएको थियो। +घटना भएको ठाउँको एक गारेजमा काम गर्ने व्यक्तिले भन्नुभयो: "त्यहाँ मार्फत जान चाहने बच्चाहरू थिए र तिनीहरू सबै चिच्याउँछन् र रोउँछन्।" +तिनीहरू सबै दुर्घटना भएको ठाउँबाट छोडे। +बालीको एजेन्डामा अन्य विषयहरूमा विश्वको बाँचेको जंगलहरूलाई बचाउने र विकसित राष्ट्रहरूलाई कम-प्रदेशी तरिकाहरूमा वृद्धि गर्न सहायता गर्ने प्रविधिहरूलाई साझा गर्ने समावेश हुन्छ। +संयुक्त राष्ट्रसंघले विश्ववार्षिक उष्णताको प्रभावमा परेको देशहरूलाई प्रभावको सामना गर्न सहायता गर्नको लागि एउटा निधी समाप्त गर्ने आशा पनि गर्छ। +पैसा बाढी प्रतिरक्षित घरहरू, राम्रो पानी व्यवस्थापन र कृषि विविधताको लागि जान सक्छ। +फ्लुकले लेखेको छ कि महिलाहरूको स्वास्थ्य बारेमा बोल्नको लागि केही व्यक्तिहरूको प्रयास असफल भएको थियो। +उहाँलाई महिला र पुरुष व्यक्तिहरूद्वारा उहाँलाई कन्ट्रासेप्शनको उपचारलाई चिकित्सा आवश्यकताको रूपमा मान्न गर्न प्रोत्साहन गरिएको धेरै सकारात्मक टिप्पणीहरूको कारण यस निष्कर्षमा आएको छ। +जब चोटी गरेको मानिसहरूलाई अस्पतालमा ल्याएपछि लडाई समाप्त भए, अन्य बाँकी रहेका करिब 40 मानिसहरूले यार्डमा रहे र उनीहरूको कोठामा फिर्ता गर्न अस्वीकार गरे। +सम्झौता गर्ने व्यक्तिहरूले स्थितिलाई सुधार गर्न प्रयास गरे, तर कैदीहरूको माग स्पष्ट छैन। +10:00-11:00 बिहान MDT मा यार्डमा कैदीहरूद्वारा आग सुरु गरिएको थियो। +सुरुवातमा, रियोट गियर सहितका अधिकारीहरूले यार्डमा प्रवेश गरे र रियोट गियरको साथमा पक्षीहरूलाई आघाती ग्यासको साथमा पक्षीहरूलाई छोडे। +अन्त्यमा 11:35 बजेमा आग बाहिर निकालिएको थियो। +1963 मा बाढी बनाइएपछि, समुद्री बाढी जसले समुद्री नदीमा प्रायौजनिक बाढी विस्तार गरेको थियो उसलाई रोकिएको थियो। +सन्डबार र समुद्री तट निर्माण गर्नका लागि यो सिल्ट आवश्यक थियो, जसले वाइल्डलाइफ निवासको रूपमा प्रयोग गरिएको थियो। +यसका परिणाममा, दुई माछा प्रजातिहरू विनाश भएका छन् र दुई अर्कोहरू जोखिम भएका छन् जसमा हम्पबेक चब समावेश गरिएको छ। +यद्यपि बाढीपछि पानीको स्तर केही फुट मात्र उच्च हुनेछ, अधिकारीहरूले उनीहरूले पानीको स्तर बाढीपछि केही फुट मात्र उच्च हुनेछ भन्ने आशा गरेका छन्। +सुनामीको चेतावनी जारी गरिएको छैन र जकार्ता भूवैज्ञानिक एजेन्सीको अनुसार, सुनामीको चेतावनी जारी गरिएको छैन किनभने भूकम्पले 6.5 म्याग्निच्युडको आवश्यकता प्राप्त गरेको छैन। +सुनामीको खतरा छैन भने बासिन्दाहरूले चिन्ता गर्दै आफ्ना व्यवसाय र घरहरूबाट बाहिर निस्किनु सुरु गरे। +यद्यपि विन्फ्रे आफ्नो अन्तिम स्वागतमा राखेको राखेको थियो, उनले आफ्ना प्रशंसकहरूलाई स्पष्ट गर्नुभयो कि उनी फिर्ता आउँछन्। +यो सल्लाम हुने छैन। यो एक कार्यक्रमको समाप्ति हो र एक नयाँ कार्यक्रमको सुरुवात हो। +नामिबियन राष्ट्रपति र संसदीय निर्वाचनहरूको अन्तिम परिणामहरूले प्रत्यक्ष राष्ट्रपति, हिफिकेपुन्ये पोहाम्बालाई ठूलो मार्जिनको साथ फेरि निर्वाचन गरिएको देखाउँछ। +सरकारी पक्ष, दक्षिण पश्चिम अफ्रिका मानव सङ्गठन (SWAPO) पनि संसदीय निर्वाचनमा बहुमत राख्नुभयो। +कोलिशन र अफगानिस्तानी सैनिकहरूले साइट र अन्य कोलिशन विमानहरूलाई सहायता गर्न क्षेत्रमा प्रवेश गरेको छ। +यो दुर्घटना पर्वतीय प्रदेशमा उच्च स्थानमा भएको थियो र विरोधी आगको परिणाम भएको मानिन्छ। +दुर्घटना स्थलको खोज गर्ने प्रयासहरूलाई खराब मौसम र कठिन क्षेत्रमा मिलेको छ। +मेडिकल चारिटी मान्गोला, मेडिसिन्स सान्स फ्रान्टियरस र वर्ल्ड हेल्थ ओर्गनाइजेसले यो देशमा रेकर्ड गरिएको सबैभन्दा खराब आउटब्रेक हो। +मेडिसिन्स सान्स फ्रान्टियरीका प्रवक्ता रिचर्ड वेर्मनले भने: "अङ्गोला आफ्नो सबैभन्दा खराब प्रकोपको लागि अगाडि जाँदै छ र अङ्गोलामा स्थिति धेरै खराब छ," उहाँले भन्नुभयो। +यो खेलहरू 10:00 बजेमा राम्रो हावामा सुरु भएको थियो र मध्य बिहानको वर्षा जो तुरून्तै सुनिश्चित भएको थियो, यो 7 को रग्बीको लागि एकदम राम्रो दिन थियो। +प्रतियोगिताको शीर्ष सिड दक्षिण अफ्रिकाले 5वा सिडेड जाम्बियाको विरुद्ध सहज 26 - 00 जित गरेपछि योग्य रूपमा सुरु गर्नुभयो। +उनीहरूका दक्षिणी बहिनीहरूसँगको खेलमा निश्चित रुस्टी भएको देखिए, दक्षिण अफ्रिका तथापि प्रतियोगिता सुधार गर्नुभएको स्थिर रूपमा सुधार गर्नुभएको थियो। +तिनीहरूको नियमित रूपमा सुरक्षा, बल ह्यान्डलिङ कला र उत्कृष्ट टोलीको कामले उनीहरूलाई बाहिर बनाएको थियो र स्पष्ट थियो कि यो टोली हराउने थियो। +अम्सटर्डम को सहर र एन फ्रान्क संग्रहालयका अधिकारीहरूले एक फंगसको समस्या भएको बताउँछन् र सार्वजनिक स्वास्थ्यको जोखिम बनाउँछन् किनभने उनीहरूले तर्क गर्छन् कि यो झर्ने जोखिममा हुनुहुन्छ। +उहाँलाई मंगलबारको दिनमा कटाउने प्रस्ताव गरिएको थियो, तर आपत्कालीन अदालतको निर्णयले उहाँलाई बचाएको थियो। +सबै गुफाको प्रवेशहरू, जसको नाम "सात बहनीहरू" हो, कम्तीमा 100 देखि 250 मिटर (328 देखि 820 फुट) को चौडाई हुन्छन्। +इन्फ्रारेड छविहरूले दिन र रातको तापक्रमको परिवर्तनलाई देखाउँछ कि तिनीहरू प्रायः गुफाहरू हुन सक्छन्। +तिनीहरू दिनको स्थितिमा छोटो र रातको स्थितिमा गर्म हुन्छन्। +तिनीहरूको थर्मल व्यवहार पृथ्वीमा ठूलो गुफाहरूजस्तै स्थिर नहुन्छ जसले प्रायः एकदम स्थिर तापमान राख्छन्, तर यी ग्राउण्डमा गहिरो गोलाहरू हुन्छन्," युनाइटेड स्टेट्स जियोलोजिकल सर्वेक (USGS) अस्ट्रोजियोलोजी टीम र फ्लगस्टाफ, एरिजोनामा स्थित उत्तरी एरिजोना विश्वविद्यालयको ग्लेन कुशिङले भन्नुभयो। +फ्रान्समा, मतदान परम्परागत रूपमा एक कम-टेक अनुभव हो: मतदाताहरूले एक बूथमा आफूलाई अलग गर्छन्, उनीहरूको चयन गर्ने उम्मेदवारको प्री-प्रिन्ट गरिएको पत्र एक एन्वल्वमा छान्छाउँछन्। +अधिकारीहरूले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान प्रमाणित गरेपछि, मतदाताले मतदाताको पहिचान +फ्रान्सेली निर्वाचन कानूनले प्रक्रियाहरूलाई एकदम ठूलो रूपमा कोडिफाई गर्छ। +1988 देखि, मतदाताहरू र निरीक्षकहरूलाई मतदानको सुरुवातमा मतदाताहरू र निरीक्षकहरूलाई देखाउँछ कि मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मतदाताहरू र निरीक्षकहरूलाई मत +उम्मेदवारहरूले प्रक्रियाको प्रत्येक भागलाई प्रत्यक्ष गर्न प्रतिनिधिहरूलाई पठाउन सक्छन्। साँझोमा, विशेष प्रक्रियाहरूको अनुसार स्वयंसेवकहरूद्वारा मतहरू गणना गरिन्छ। +ASUS Eee PC, कोस्ट-सेविङ र कार्यक्रम कारणहरूको लागि विश्वव्यापी सुरुवात गरिएको, 2007 को टाइपी आइटी महिनामा एक गर्म विषय बन्नुभयो। +तर ल्यापटोप कम्प्युटरमा प्रायोजक बजार 2007 को रिपब्लिक अफ चिनको एक्जिक्युटिव युआनद्वारा टाइवानको स्ट्याबिल अवार्डमा ASUS लाई पुरस्कृत गरिएपछि प्रभावशाली रूपमा विभिन्न र परिवर्तन हुनेछ। +स्टेशनको वेब साइटले कार्यक्रमलाई "पुरानो स्कूलको रेडियो थ्येटर जसमा नयाँ र विचित्र गिकी स्पिन हुन्छ!" जस्तै वर्णन गरेको छ। +यसको प्रारम्भिक दिनहरूमा, कार्यक्रमलाई एकले लामो चलिएको इन्टरनेट रेडियो साइट टोगीनेट रेडियोमा प्रस्तुत गरिएको थियो, जुन टाल्क रेडियोको केन्द्रित गरिएको थियो। +2015 को अन्त्यमा, टोगीनेटले अस्ट्रोनेट रेडियोलाई एक सब्सिडियरी स्टेशनको रूपमा स्थापना गरेको थियो। +यो कार्यक्रम प्रारम्भिक रूपमा ईस्ट टेक्ससको स्थानीय अमेटर भोली अभिनेताहरूको प्रदर्शन गरेको थियो। +कानून प्रतिनिधि अधिकारीहरू बिश्केकको सडकहरूमा छैन भएको कारणले कथित रूपमा व्यापक चोरी रातभर जारी भएको थियो। +एउटा अवलोकनको रूपमा बिश्केकलाई "अनार्की" अवस्थामा गिरिएको रूपमा वर्णन गरिएको थियो, जसमा मानिसहरूको समूहहरूले सडकहरूमा घुमिरहेको र उपभोक्ता सामानहरूको स्टोरहरूलाई चोरी गरेको थियो। +केही बिश्केकका निवासीहरूले दक्षिणी प्रदर्शनकारीहरूलाई कानून बिना गरेको कुरामा आरोप लगाउनुभयो। +दक्षिण अफ्रिकाले रुस्टेनबर्ग, दक्षिण अफ्रिकामा राज्य बाफोकेङ स्टेडियममा रग्बी युनियन ट्रि नेसन म्याचमा अल ब्ल्याक्स (न्युजील्यान्ड)लाई हराएको छ। +अन्तिम स्कोर एक अंकको विजय थियो, 21 वा 20, अल ब्ल्याक्सको 15 खेल जितेको श्रृंखलालाई समाप्त गरेको थियो। +स्प्रिंगबोकको लागि, यो पाँच-म्याच हारिएको श्रृंखला समाप्त भयो। +यो एल ब्ल्याक्सको अन्तिम म्याच थियो, जसले पहिले दुई हप्ता अगाडि ट्रोफी जितेको थियो। +यो श्रृंखलाको अन्तिम म्याच अर्को हप्ता जोहान्नसबर्गको एलिस पार्कमा हुनेछ, जब स्प्रिंगबोकले ऑस्ट्रेलियालाई खेल्नेछ। +एक मध्यम भूकम्पले सोमबारको 10:08 बजे पश्चिमी मोन्टानामा भएको थियो। +संयुक्त राज्य भूवैज्ञानिक सर्वेक्षण (USGS) र उसको राष्ट्रिय भूकम्प जानकारी केन्द्रमा तुरून्तै क्षतिको रिपोर्टहरू प्राप्त भएको छैन। +भूकम्प डिलियनको उत्तर-पूर्व दिशामा लगभग 20 किलोमिटर (15 माइल) दूर थियो र ब्युटको दक्षिण दिशामा लगभग 65 किलोमिटर (40 माइल) दूर थियो। +मङ्गलबार फ्रान्सको पूर्वी क्षेत्रमा लियोनको नजिकको मार्शल्याण्डमा पाइएको मृत वाइल्ड डकको शरीरमा मानिसहरूलाई मृत्यु दिने बर्ड फ्लुको स्ट्रेन, H5N1, प्रमाणित गरिएको पुष्टि गरिएको छ। +फ्रान्स युरोपेली संघको सातौँ देश हो; ऑस्ट्रिया, जर्मनी, स्लोवेनिया, बुल्गेरिया, ग्रीस र इटाली पछाडि। +क्रोएशिया र डेनमार्कमा संशयित केसहरू पुष्टि गरिएको छैन। +च्याम्बर्सले प्राकृतिको आवासीहरूको हजारौँ हजारौँ मानिसहरूको व्यापक मृत्यु, विनाश र भयावहताको लागि परमेश्वरलाई मुकदमा दायर गरेको थियो। +च्याम्बर्स, एक अज्ञातवादी, आफ्नो कानूनी मामिलाको बारेमा तर्क गर्दछन् कि यो "मूर्ख" हो र "कसैले कसैलाई मामिला गर्न सक्छन्"। +क्यामिल सेन्ट-सेन्सद्वारा फ्रेन्च ओपेरामा प्रस्तुत कथा एक कलाकारको कथा हो जसको जीवन ड्रग र जापानको प्रेरणामा नियन्त्रण गरिएको छ। +यसका परिणाम, प्रदर्शनकारहरूले स्टेजमा मारिजानाको जोइन्टहरू खाउँछन्, र सिनेमाले प्रशंसकहरूलाई सामेल हुनको लागि प्रोत्साहन गरिरहेको छ। +पूर्व हाउस स्पिकर न्युट गिङग्रिच, टेक्सस गवर्नर रिक पेरी र काँग्रेस महिला मिचेल ब्याचम्यानले चौथो, पाँचौँ र छौँ स्थानमा पूरा गरे। +परिणामहरू आएपछि, गिङग्रिचले सान्टोरमको लागि प्रशंसा गर्नुभयो, तर रोम्नीको लागि कठिन शब्दहरू थिए, जसले गिङग्रिचको विरुद्ध आयोवामा सान्टोरमको लागि नकारात्मक अभियानको जारी गरिएको थियो। +पेरीले कुरा गर्नुभयो कि उहाँ आजको काउसस का परिणाम निर्धारित गर्न टेक्ससमा फर्केको छ, तर पछि उहाँले कुरा गर्नुभयो कि उहाँ यो दौडमा आफूको लागि अगाडिको मार्ग छ भनेर निर्णय गर्नेछ र जनवरी 21 मा दक्षिण क्यारोलिनाको प्रायोजनमा प्रतियोगिता गर्नेछ। +अगस्टमा अमेस स्ट्रा पोलमा जितेको ब्याचम्यानले आफ्नो अभियान समाप्त गर्ने निर्णय गरेको छ। +फोटोग्राफरलाई रोनाल्ड रेगन युकेएलसीएल मेडिकल सेन्टरमा ल्याएको थियो, जहाँ उहाँ पछिल्लो मृत्यु भएको थियो। +उहाँ 20 वर्षको उमेरमा हुनुहुन्थ्यो भन्ने रिपोर्ट गरिएको छ। एक बयानमा, बिबरले भन्नुभयो, "[उहाँ] मैले यो दुर्भाग्यवान दुर्घटनामा प्रतिनिधित्व गरेको थिएन वा प्रतिनिधित्व गरेको थिएन, मेरा विचार र प्रार्थन पीडितको परिवारमा हुन्छ।" +एन्टरटेनमेन्ट समाचार वेबसाइट TMZ ले फोटोग्राफरले सेपुल्वेडा बोलार्डको अर्को पक्षमा आफ्नो वाहन रोकेको थियो र प्रहरीले सडक पार गर्नु अघि फोटो लिने प्रयास गरेको थियो, क्यालिफोर्निया हाइवे प्याट्रोल प्रहरी अधिकारीले ट्राइफिक स्टॉपको अनुरोध गर्दै उहाँलाई दुई पटक फिर्ता गर्ने अनुरोध गरेको थियो। +प्रहरीको अनुसार, फोटोग्राफरलाई घाइतेको वाहनको चालकलाई अपराधी आरोपको सामना गर्न संभावन छैन। +दिनको मात्र एकदम छ मेडलहरू उपलब्ध हुन्छन्, धेरै देशहरूले मेडल पोडियम बनाउन असफल भएको छ। +एन्ना जोकेम्सनले सुपर-जीमा हिजो महिलाको स्ट्याण्डिङ क्लासमा दसौं स्थानमा पूरा गरेको र फिनल्याण्डमा काट्जा सारिनेनले समान कार्यक्रममा दसौं स्थानमा पूरा गरेको रूपमा तिनीहरूमा नेदरल्यान्ड समावेश गरिएको छ। +ऑस्ट्रेलियाको मिट्चेल गोर्ले पुरुषहरूको स्ट्यान्डिङ सुपर-जीमा एलिफ्टेथ स्थानमा पूरा गर्नुभयो। चेक प्रतिस्पर्धी ओल्ड्रिच जेलिनेक पुरुषहरूको सिटिङ सुपर-जीमा एलिफ्टेथ स्थानमा पूरा गर्नुभयो। +मेक्सिकोका अर्ली वेलास्केजले पुरुषहरूको सिटिङ सुपर-जीमा पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाडी पछाड +पोल्याण्डका पुरुषहरूको दृष्टिकोण कमजोर स्कियर म्यासिज क्रेजेल र गाइड एन्ना ओगर्जिन्स्काले सुपर-जीमा तीसौँ स्थानमा पूरा गरे। दक्षिण कोरियाको जोंग सेर्क पार्कले पुरुषहरूको सिटिङ सुपर-जीमामा बीसौँ स्थानमा पूरा गरे। +सन् 2010 को भूकम्प पछि हाइटीमा आएको संयुक्त राष्ट्रसंघका शान्तिकर्मीहरूलाई सैनिकको स्थानमा सुरु भएको रोगको विस्तारमा दोषी ठहराइएको छ। +कानूनी मामिलाको अनुसार, UN को क्याम्पमा छोडिएको वास्तवमै साइनिटाइज गरिएको थिएन, जसले हाइटिको सबैभन्दा ठूलो एर्टिबोनिट नदीको प्रदेशमा ब्याक्टेरियालाई प्रवेश गराएको थियो। +सैनिकहरूको आउनु अघि, 1800 को दशकदेखि हाइटीमा रोगको सम्बन्धि समस्याहरू भएको थिएन। +हेटियन इन्स्टिट्युट फर जस्टिस र डेमोक्रेसीले स्वतन्त्र अध्ययनहरूको संदर्भ गरेको छ जसले सुझाउँछ कि नेपाली संयुक्त राष्ट्रसंघको शान्ति बनाउने ब्याटलियनले हेटीमा रोग ल्याउँछ भन्ने सुझाउँछ। +ड्यानियल लान्टाग्ने, रोगको एक संयुक्त राष्ट्र विशेषज्ञले शांतिकर्मीहरूको कारणले उत्पन्न भएको सम्भावना भएको बताउनुभयो। +ह्यामिलटनले होवर्ड विश्वविद्यालय अस्पतालले स्थिर अवस्थामा मरीजलाई प्रवेश गरेको पुष्टि गर्नुभयो। +बिरामी नाइजेरियामा थिए, जहाँ एबोला वायरसका केही मामिलाहरू भएका छन्। +अस्पतालले संक्रमण नियन्त्रणको लागि प्रतिबन्ध गर्नको प्रक्रियामा मरीजहरुलाई अरूहरुबाट छुटाउने समावेश गरेको छ। +सिम्पसनको अगाडि सिमनले विविध स्थितिहरूमा धेरैजसो कार्यक्रमहरूमा काम गरेको थियो। +1980 को दशकमा उहाँले टैक्सी, चियर्स र द ट्रेसी युलमान शो जस्ता कार्यक्रमहरूमा काम गरे। +1989 मा उहाँले ब्रुक्स र ग्रोनिङ सँग सिम्पसनको सिर्जनामा मद्दत गरे र शोको पहिलो लेखन टोलीलाई नियुक्त गर्न जिम्मेदार थिए। +1993 मा कार्यक्रम छोडेपछि उहाँले कार्यकारी उत्पादकको शीर्षक राख्नुभयो र रोयाल्टीहरूमा दर्जनौँ मिलियन डलर प्रति सिजन प्राप्त गर्नुभयो। +पहिले चीनी समाचार एजेन्सी Xinhua ले एउटा विमान चोरी गरिएको रिपोर्ट गरेको थियो। +पछिको रिपोर्टहरूले यो विमान बमको धम्कीको खबर प्राप्त भएको र अफगानिस्तानमा फिर्ता गरिएको र कन्डाहरमा ल्याँडिङ भएको बताउनुभयो। +प्रारम्भिक रिपोर्टहरूले उरुम्कीमा आपत्कालीन ल्यान्डिङको अस्वीकार गरिएपछि विमान अफगानिस्तानमा फिर्ता गरिएको बताउँछ। +इरानमा हवाई दुर्घटनाहरू सामान्य हुन्छन्, जसमा सिविल र सैन्य कार्यहरूका लागि दुर्घटनात्मक रूपमा उपयोग गरिएको छ। +अन्तर्राष्ट्रिय प्रतिबन्धले नयाँ विमान खरिद गर्न सकिन्छ भनी अर्थ गरिएको छ। +यो हप्ताको सुरुवातमा, प्रहरीको हेलिकॉप्टर दुर्घटनामा तीनजना मानिसहरु मारिएको र तीनजना घाइते भएको थियो। +गत महिना ईरानले आफ्नो सबैभन्दा खराब विमान दुर्घटना देखेको थियो जब एर्मेनियाको लागि जाँदै एउटा विमान दुर्घटना भएको थियो जसमा 168 मानिसहरू मृत्यु भएको थियो। +उक्त महिनामा मशहदमा एउटा एयरलाइनरले रनवेमा एकदम बढाउनुभयो र एउटा मुर्वालमा स्ट्राइक गरेको जसले सातौँ मानिसहरुलाई मारेको थियो। +एरोस्मिथले तिनीहरूको टुरमा बाँकी गरेको कार्यक्रमहरूलाई रद्द गरेको छ। +रक ब्याण्ड संयुक्त राज्य अमेरिका र क्यानडामा सेप्टेम्बर 16 सम्म पर्यटन गर्नु थियो। +उनी अगस्ट 5 मा प्रदर्शन गर्दा स्टेभन टाइलरले स्टेजपछि घाइते भएपछि टुर रद्द गरेको छ। +म्युरीले पहिलो सेटमा टाइब्रेकमा हराएको थियो किनभने दुवै मानिसहरूले सेटमा प्रत्येक सर्भ गरेको थियो। +देल पोट्रोले दोस्रो सेटमा प्रारम्भिक फाइदा प्राप्त गरे, तर यो पनि 6-6 पछि टाइ ब्रेकको लागि आवश्यक थियो। +पोट्रोलाई यो बिन्दुमा झ्यालको उपचार गरिएको थियो तर खेलमा फिर्ता गर्न सफल भएको थियो। +यो कार्यक्रम स्थानीय समय (15.00 UTC) 8:30 बजे सुरु भयो। +देशभरि प्रसिद्ध गायकहरूले श्री श्यामको पाँखामा भजन, वा भक्तियोग्य गीतहरू प्रस्तुत गरे। +गायक साँजु शर्माले शुरू गर्नुभयो जसमा जय शंकर चौधरी पछाडि भएको थियो। उहाँले चहपन भोग भजन प्रस्तुत गर्नुभयो। गायक, राजु खान्डेलवाल उहाँसँगको साथमा थियो। +त्यसपछि, लक्खा सिङ्गले भजनहरू गाए। +108 चप्पन भोग (हिन्दु धर्ममा, 56 विभिन्न खानी सामग्रीहरू, जस्तै, मिठाई, फलहरू, खानाहरू र खानाहरू जसलाई देवतालाई प्रसाद गरिएको) बाबा श्यामको लागि सेवा गरिएको थियो। +लक्खा सिङ्गले छप्पन भोग भजन प्रस्तुत गरे। गायक, राजु खान्डेलवाल उहाँसँगै थिए। +टोकियो गेम शोको थुर्स्डेको केनोट प्रेजेन्टेसनमा, निंटेंडोको अध्यक्ष साटोरु इवाटाले कम्पनीको नयाँ निंटेंडो रेволю्शन कन्सोलको कन्ट्रोलर डिजाइनलाई प्रस्तुत गरे। +टेलिभिजन रिमोटको जस्तो, कन्ट्रोलरले प्रयोगकर्ताको टेलिभिजनको नजिकको दुई सेन्सरहरूको प्रयोग गरेर तीन-डिमेन्सनल स्पेसमा आफ्नो स्थानको त्रिकोण गर्न प्रयोग गर्छ। +यसले खेल्ने खेलाडीहरूलाई हावामा उपकरणलाई हराउँदा वीडियो खेलहरूमा कार्य र गति नियन्त्रण गर्न अनुमति दिनेछ। +जियानकार्लो फिसिचेलाले आफ्नो कारको नियन्त्रण गुमाएको थियो र सुरुवात भएको केही मिनेटभन्दा दौड समाप्त गरेको थियो। +उहाँको टोलीको साथी फर्नांडो अलोन्सो धेरैजसो प्रतियोगितामा अग्रतामा थिए, तर उहाँको पिट-स्टॉप गरेपछि त्यहाँ समाप्त गरेको थियो, सम्भवतः उहाँको दायरामा खराब रूपमा प्रायोजन गरिएको दायराको कारण। +माइकल स्चुमाकरले अलोन्सोको पछि आफ्नो रेस समाप्त गर्नुभयो किनभने रेसको दौरान धेरैजसो लडाईहरूमा स्पेन्सन को क्षति भएको थियो। +उहाँले समाचार सम्मेलनको ट्रान्सक्रिप्टको अनुसार उहाँ अत्यधिक सुंदर र राम्रोसँग गाएको छ, उहाँले भन्नुभयो। +“मैले हरेक पटक मेरो हृदयको न्यूनतम स्थानबाट यो प्रतियोगिता गरेको प्रयास गरेको थियो।” +शुरू भएको करिब 3 मिनेटको समयमा बोर्डको क्यामेराले फ्युल ट्यान्कबाट इन्सुलेशन फोमको धेरै भागहरूलाई देखाएको थियो। +यद्यपि, तिनीहरूले शटलका लागि कुनै क्षति पुर्‍याउँछ भन्ने कुरा सोचिएको छैन। +NASA को शटल प्रोग्रामका प्रमुख एन. वेन हेल ज्युनियरले फोम "हामीले चिन्तित गरेको समयपछि" झर्नुभएको बताउनुभयो। +प्रदर्शनमा पाँच मिनेटको अवधिमा हावा सुरु हुन्छ, एक मिनेटपछि हावा 70 किलोमिटर प्रति घण्टाको गतिमा आउँछ, त्यसपछि वर्षा आउँछ, तर त्यहाँ तपाईंको स्किनलाई नेडल जस्तै झुकाउँछ, त्यसपछि आँधी आउँछ, मानिसहरू डराउँछन् र चिच्याउँछन् र एक अर्कोसँग चढाउँछन्। +मैले मेरो बहिनी र उनको साझेदारलाई गुमाएको छ र मेरो यात्रामा व्हीलचेअरमा दुई अक्षम मानिसहरू थिए, जसले उनीहरूलाई उडाउँदै र उनीहरूलाई दबाउँदै थिए," Armand Versace ले भन्नुभयो। +NHK ले यो पनि रिपोर्ट गरेको छ कि निगाटा प्रान्तको काशिवाझकी कारिवा आणविक उर्जा प्लान्ट सामान्य रूपमा कार्य गरिरहेको छ। +होकुरिकु इलेक्ट्रिक पाउवर कम्पनीले भूकम्पले कुनै पनि प्रभाव भएको छैन र यसको शिका न्यूक्लियर पाउवर प्लान्टको नम्बर 1 र 2 रिएक्टरहरूलाई बन्द गरिएको रिपोर्ट गरेको छ। +यो रिपोर्ट गरिएको छ कि क्षेत्रका केही 9400 घरहरू पानी बिना हुन्छन् र लगभग 100 घरहरू बिजुली बिना हुन्छन्। +केही मार्फत गरिएका सडकहरू, प्रभावित क्षेत्रहरूमा रेलवे सेवा रोकिएको छ र इशिकावा प्रान्तको नोटो विमानस्थल बन्द रहेको छ। +एउटा बम गवर्नर जनरलको कार्यालयबाट बाहिर विस्फोट भएको थियो। +दुई घण्टाको क्षेत्रमा सरकारी भवनहरूको पासमा तीनजना बम विस्फोट भएको थियो। +केही रिपोर्टहरूले अधिकारी मृत्यु संख्यालाई आठ मा राखेको छ र अधिकारी रिपोर्टहरूले 30 माथि घाइते भएको पुष्टि गरेको छ; तर अन्तिम संख्याहरू अझै पत्ता नभएको छ। +क्यानुरिक एक्साइड र मेलामिन प्राकृतिक पेट भोजन खाएपछि मृत्यु भएका प्राकृतिक पेटहरूबाट सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पू +विश्वविद्यालयका अनुसन्धानकर्ताहरूले क्रिस्टल बनाउनका लागि दुई कम्पाउण्डहरू एक अर्कोसँग प्रतिक्रिया गर्छन् जसले किड्नीको कार्य रोक्न सक्छ, उनीहरूले बताउनुभयो। +अनुसन्धानकर्ताहरूले मेलामिन र साइयानुरिक एक्सिडको साथमा गरेको क्याटको उरीमा बनेको क्रिस्टलहरूलाई हेरेका थिए। +इन्फ्रारेड स्पेक्ट्रोस्कोपी (एफटीआरआईआर) द्वारा तुलना गरिएको प्रभावित पेटको उरीमा पाइएको क्रिस्टलहरूको सम्पूर्णता समान हुन्छ। +मलाई थाहा छैन कि तपाईंले यसलाई महसुस गरेको वा नगरेको तर केन्द्रीय अमेरिकाबाट धेरैजसो सामानहरू यो देशमा कर मुक्त प्रवेश गरेको छ। +अझै हाम्रो आठवटा प्रतिशत सामानहरू मध्य अमेरिकी देशहरूमा ट्यारिफहरूको माध्यममा करारी गरिएको थियो। हामीले तपाईँलाई राम्रोसँग बनाउँछौँ। +मलाई त्यो बिचार गर्न महत्त्वपूर्ण नभएको देखिएको थियो; यो निश्चित रूपमा न्यायपूर्ण नभएको थियो। +मलाई सबैलाई भन्छु कि तपाईंले हामीलाई जस्तै हामीले तपाईंलाई सेवा गर्छौँ। +क्यालिफोर्नियाका गवर्नर अर्नोल्ड स्वार्जेनेगरले बालबालिकाहरूलाई हिंसक भिडियो गेमहरूको बिक्री वा रेन्टल गर्न प्रतिबन्ध गर्ने कानूनमा हस्ताक्षर गरेको छ। +यो बिलले क्यालिफोर्नियाको राज्यमा बिक्री गरिएको हिंसक विडियो गेमहरूलाई "18" को डेकलको साथमा लेबल गर्न आवश्यक गरेको छ र उनीहरूको बिक्रीमा $1000 प्रति अपराधको जुर्माना लाग्ने बनाउँछ। +सार्वजनिक अभियोजनाका निर्देशक, कियर स्टारमर QC ले हुने र प्राइसको दोस्रो अभियोजनाको घोषणा गर्न आज बिहान एक बयान दिए। +हुनेले उपस्थित गरेको छ र उनलाई क्याबिनेटमा एड डेभी एमपीले प्रतिस्थापन गर्नेछ। नर्मन ल्याम्ब एमपीले व्यवसाय मन्त्रीको काम ल्याउने अपेक्षा गरिएको छ। डेभीले उपस्थित गरेको छ। +हुने र प्राइस 16 फेब्रुअरीमा वेस्टमिनस्टर मेजिस्ट्रेट्स कोर्टमा उपस्थित हुनेछन्। +मृत्यु भएका व्यक्तिहरू 25 वर्षीय निकोलस एल्डेन र 21 वर्षीय जेकरी कुड्डेबैक हुन्। कुड्डेबैक ड्राइभर थिए। +एडगर वेगुिलालाई क्रिस्टोफर स्नाइडरको चेहराको लागि पुनर्निर्माणी सर्जरीको आवश्यकतामा छोडिएको समयमा हात र चेहरामा घाइतलाई प्राप्त गरेको थियो। +उकाको हतियार पाँचौँ व्यक्तिको मुख मार्फत गरेपछि असफल भएको थियो। स्क्नेडरमा जारी पीडा, एउटा आँखामा ब्लाइन्डनेस, स्कुलको एउटा क्षेत्र बेपत्ता र टाइटानियमबाट फेसलाई पुनः निर्माण गरिएको थियो। +स्क्नाइडरले आफ्नो मातृभूमिबाट अमेरिकी एफ बेसबाट व्हिडिओलिन्क मार्फत गवाही गर्नुभयो। +बुधबारको कार्यक्रम पछि, कार्पानेडोले च्याम्पियनसम्म दुई व्यक्तिगत स्पर्धामा प्रतिस्पर्धा गरे। +उहाँको पहिलो स्लालोम थियो, जहाँ उहाँले आफ्नो पहिलो रनमा डिड नट फिनिश प्राप्त गरे। 116 प्रतिस्पर्धीमध्ये 36 ले त्यो रेसमा समान परिणाम प्राप्त गरे। +उनको अर्को प्रतियोगिता, जायन्ट स्लोम, उनलाई 4:41.30, 2:11.60 मिनेटको संयोजित दौड समयको साथमा महिलाहरूको सिटिङ समूहमा दसौँ स्थानमा पूरा गर्न देखेको थियो, पहिलो स्थानमा पूरा गर्ने Austrian Claudia Loesch र नौँ स्थानमा पूरा गर्ने Hungary को Gyöngyi Dani संयोजित दौड समयमा 1:09.02 मिनेटको धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेरै धेर +महिलाको सिटिङ समूहमा चार स्कियरहरूले आफ्ना रनहरू समाप्त गर्न असफल भएको छ र जायन्ट स्लोममा 117 सम्मको 145 स्कियरहरूले रेसमा रेन्क गर्न असफल भएको छ। +मध्य प्रदेश प्रहरीले चोरी गरेको ल्यापटोप र मोबाइल फोनलाई पुनः प्राप्त गरेको छ। +डेप्टी इन्स्पेक्टर जनरल डी के अर्यले भन्नुभयो, "हामीले स्विस महिलालाई बलात्कार गरेका पाँच व्यक्तिहरूलाई गिरफ्तार गरेका छौं र उनीको मोबाइल र ल्यापटप पुन: प्राप्त गरेका छौं।" +आरोपीहरूको नाम बाबा कान्जर, भुता कान्जर, रम्प्रो कान्जर, गाजा कान्जर र विष्णु कान्जर हो। +प्रहरी सुपेरिंटेंड चन्द्र शेखर सोलाँकीले आरोपीहरूले अपेक्षाकार्य अवस्थामा अदालतमा उपस्थित भएको बताउनुभयो। +जब कारले घरमा प्रभाव पार्नुभयो, ती तीनजना मानिसहरू घरमा थिए तर तिनीहरूमध्ये कसैलाई चोट भएको थिएन। +यद्यपि, ड्राइभरको सिरमा गम्भीर चोट भएको थियो। +दुर्घटना भएको मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत +उहाँ प्रारम्भमा ग्रेट यार्मथमा जेम्स पेजेट अस्पतालमा अस्पतालमा राखिएको थियो। +उहाँलाई पछि क्याम्ब्रिजमा एडेनब्रोकको अस्पतालमा परिस्थिति गरिएको थियो। +एडेकोयालाई उहाँको छोरालाई हत्या गरेको आरोपमा एडिनबर्ग शेरिफ अदालतमा बाँच्नुभएको छ। +उहाँ अभियोग र अनुमोदन प्रक्रियामा प्रतिबन्धित रहेको छ, तर कुनै पनि प्रत्यक्षदर्शी प्रमाणहरू प्रतिष्ठित हुन सक्छन् किनभने उहाँको छवि व्यापक रूपमा प्रकाशित गरिएको छ। +युकेमा अन्य स्थानहरूमा यो साधारण प्रयोग हो तर स्कटिश न्यायको काम विभिन्न रूपमा हो र अदालतले फोटोको प्रकाशनलाई संभावित रूपमा प्रतिकूल मानिएको देखिएको छ। +डन्डी विश्वविद्यालयका प्रोफेसर पमेला फर्गसनले "शंकास्पद व्यक्तिहरूको फोटो प्रकाशन गरेपछि पत्रकारहरू खतरनाक लाइनमा चलिरहेको देखिएको छ" भन्नुभयो। +क्राउन ऑफिस, जो आरोपहरूको सार्वजनिक शिक्षा गर्नुहुन्छ, पत्रकारहरूलाई इन्डिक्टमेन्टसम्म कमेन्ट गर्ने कुनै अर्को कमेन्ट नगर्ने संकेत गरेको छ। +लीकको अनुसार यो दस्तावेजले सीमा विवादमा संबोधन गर्नेछ, जसमा पालेस्टिनले 1967 मिडेस्ट युद्ध अघि सीमाको आधारमा स्थापित गर्न चाहेको छ। +अन्य विषयहरूमा जेरूसलेमको भविष्य स्थिति समावेश गरिएको छ जुन दुवै राष्ट्रहरूको पवित्र स्थान हो र जोर्डन व्याली मुद्दा समावेश गरिएको छ। +PA मा पाँच वर्षका लागि मात्र छोड्ने सम्झौता गरेपछि एक सम्झौता सम्झौता गरिएपछि एकदमै दश वर्षका लागि इस्रायलले उद्यानमा चलिरहेको सैन्य उपस्थितिको माग गरेको छ। +सप्लिमेंटरी पेस्ट कन्ट्रोल ट्रायलमा शूटरहरूलाई रेन्जरहरूद्वारा जल्दै निगरानी गरिएको थियो किनभने ट्रायल निगरानी गरिएको थियो र उसको प्रभावशालीता मूल्यांकन गरिएको थियो। +एनपीडब्ल्यूएस र ऑस्ट्रेलियाको स्पोर्टिङ शूटर्स सङ्गठन (एनएसडब्ल्यू) को साझेदारीमा, स्पोर्टिङ शूटर्स सङ्गठनको हन्टिङ कार्यक्रममा योग्य स्वयंसेवकहरूलाई नियुक्त गरिएको थियो। +मिक ओ'फ्लिनको अनुसार, एक्टिङ डायरेक्टर पार्क कन्जर्वेसन र हेरिटेज सहित एनपीडब्ल्यूएसका लागि पहिलो शूटिङ ऑपरेसनका लागि चार शूटरहरूलाई सम्पूर्ण सुरक्षा र प्रशिक्षणको निर्देशन प्राप्त गरेको छ। +मार्टेलीले गत दिन नौ सदस्यको नयाँ प्रायोजनिक चुनाव परिषद (CEP)मा शपथ लेके। +यो चार वर्षमा मार्टेलीको पाँचौँ CEP हो। +गत महिना राष्ट्रपतिय आयोगले नयाँ निर्वाचनको दृष्टिकोणमा देश बढाउन कार्यक्रमको एक भागको रूपमा पूर्व CEP को छोड्ने सुझाव दिएको थियो। +कमिसन अक्टोबरमा सुरु भएको व्यापक प्रतिरोधका लागि मार्टेलीको प्रतिक्रिया थियो। +केही पटक हिंसात्मक प्रदर्शनहरू चुनाव गर्न असफल भएको कारणले सुरु भएको थियो, 2011 सम्म केही पटक हिंसात्मक प्रदर्शनहरू चुनाव गर्न असफल भएको कारणले सुरु भएको थियो। +लगभग 60 इपोडहरू तातो भएको समस्या भएको रिपोर्ट गरिएको छ, जसले पूर्ण रूपमा चार आग गराएको र चार मानिसहरूलाई साना जलाउने गराएको कुरा गराएको छ। +जापानको आर्थिक, व्यापार र उद्योग मन्त्रालय (METI) ले उपकरणहरूसँग सम्बन्धित 27 दुर्घटनाहरूको जानकारी भएको बताउनुभयो। +गत हप्ता, METI ले एप्पलले 34 अतिरिक्त तातो गर्ने घटनाहरूको जानकारी दिएको बताउनुभयो, जसलाई कम्पनीले "नाकारात्मक" भन्नुभयो। +मन्त्रालयले रिपोर्टको पोस्टपोनमेन्टलाई "वास्तवमै दुःखदायक" भनेर प्रतिक्रिया गर्नुभयो। +भुईचालो 07:19 बजे स्थानीय समयमा (09:19 बजे GMT शुक्रबार) मारियानामा आएको थियो। +उत्तरी मारियानासको आपत्कालीन व्यवस्थापन कार्यालयले राष्ट्रमा कुनै क्षति रिपोर्ट गरिएको छैन भन्नुभयो। +प्रशान्त सुनामी चेतावनी केन्द्रले पनि सुनामीको चेतावनी छैन भन्नुभयो। +एक पूर्व फिलिपिनो पुलिसकारले मानिला, फिलिपिनोको राजधानीमा उनीहरूको बस जब्जाएर फिलिपिनोका पर्यटकहरूलाई होन्ग काङ्गका लागि जब्जा गरेको छ। +रोलान्डो मेन्डोजाले पर्यटकहरूलाई आफ्नो M16 राइफलको गोली गरे। +धेरैजसो होस्टेजहरूलाई बचाएको छ र सबैभन्दा कम छ जना मृत्युभएको पुष्टि गरिएको छ। +बच्चाहरू र वृद्ध व्यक्तिहरू सहित छ जातियोंको होस्टेजहरूलाई फिलिपिनो फोटोग्राफरहरूसँगै सुरुवातमा मुक्त गरिएको थियो। +फोटोग्राफरहरूले पछि एक वृद्ध महिलाको स्थान लिनुभयो किनभने उसलाई शौचालय आवश्यक भएको थियो। मेन्डोजालाई गोलीबारी गरिएको थियो। +लिगिन्सले आफ्नो बुबाको फुटपछाडि गएको र चिकित्सामा क्यारियरमा प्रवेश गरेको थियो। +उहाँले जन्म गर्ने विशेषज्ञको रूपमा प्रशिक्षण गर्नुभयो र 1959 मा एकल्याण्डको राष्ट्रिय महिला अस्पतालमा काम सुरु गर्नुभयो। +जब उहाँ अस्पतालमा काम गरिरहेको समयमा लिग्गिन्सले उहाँको स्वयंसेवाको समयमा प्रारम्भिक श्रमको अनुसन्धान सुरु गर्नुभयो। +उहाँको अनुसन्धानले देखाउँछ कि यदि एक होर्मोनलाई प्रवर्तन गरिएको छ भने बच्चाको फेटल लाङ्गको प्रवर्तनलाई बढाउँछ। +Xinhua ले सरकारका अनुसन्धानकर्ताहरूले बुधबार दुई 'ब्ल्याक बक्स' फ्लाइट रेकर्डरहरू पुनः प्राप्त गरेको रिपोर्ट गरे। +साथी रेस्टलरहरूले पनि लुनालाई सम्मान प्रस्तुत गरे। +टोमी ड्रिमरले "लुना एक्ट्रिमको पहिलो रानी थियो। मेरो पहिलो व्यवस्थापक थियो। लुना दुई चन्द्रमा रातको रातमा मृत्यु भएको थियो। उनी जस्तै सुन्दर विशिष्ट थियो। शक्तिशाली महिला।" +डस्टिन "गोल्डस्ट" रनेल्सले टिप्पणी गर्नुभयो कि "लुना मलाई जस्तै विचित्र थिए...शायद अझै बढी थिए...उसलाई प्रेम गर्नुहोस् र उसलाई मिस गर्नुहोस्...उनलाई आशा गर्छु कि उनी राम्रो स्थानमा हुनुहुन्छ।" +2010 को संघीय निर्वाचनको अगाडि 1,400 मानिसहरूको सर्वेक्षणमा, ऑस्ट्रेलियालाई गणराज्य बनाउन विरोध गर्ने मानिसहरूले 2008 देखि 8 प्रतिशत वृद्धि भएको छ। +कार्यकारी प्रधानमन्त्री जुलिया गिल्लार्डले 2010 को संघीय निर्वाचनको अभियानको दौरान उहाँले श्रीमान्य एलिजाबेथ II को शासनको अन्त्यमा ऑस्ट्रेलियालाई गणराज्य बनाउनुपर्ने विश्वास गरेको दाबी गरे। +सर्वेक्षणमा 34 प्रतिशत व्यक्तिहरूले यो दृष्टिकोणलाई सार्वजनिक गरेका छन् जसमा ओस्ट्रेलियाको अन्तिम शाहीको रूपमा क्विन एलिजाबेथ II हुन चाहन्छन्। +सर्वेक्षण गरिएका 29 प्रतिशतले ऑस्ट्रेलियालाई जल्दै सम्भव रूपमा गणराज्य बनाउनुपर्छ भन्ने विश्वास गर्छन्, जबकि 31 प्रतिशतले ऑस्ट्रेलियालाई कहिल्यै गणराज्य बनाउनुपर्छ भन्ने विश्वास गर्छन्। +ओलम्पिक सुवर्ण पदक जित्ने खेलाडी कमनवेल्ड खेलमा 100 मिटर र 200 मिटर फ्रिस्टाइल र तीन रिले मा स्विम गर्नु थिए, तर उनको शिकायतहरूको कारण उनको फिटनेसलाई संदेह गरिएको छ। +तिनीहरूलाई खेलबाट ब्यान्ड गरिएको कारण उनीको दुखाइलाई पराजित गर्न आवश्यक दवाहरू लिन सक्नुभएको छैन। +केन्ट्रल मिसोरी विश्वविद्यालयका विज्ञानशास्त्री र कम्प्युटर विज्ञान प्रोफेसर कर्टिस कोउपरले जनवरी 25 मा सबैभन्दा ठूलो प्रायौजित संख्या पाएको छ। +केही मानिसहरूले फरवरीको सुरुवातमा विभिन्न हार्डवेयर र सफ्टवेयरको प्रयोग गरेर पत्ता लगाएको पुष्टि गरे र यो मंगलबार घोषणा गरिएको थियो। +कमेटहरू संभवतः जीव समर्थन गर्न र प्रोटिनहरू बनाउन सामग्रीको साथमा पृथ्वीमा पानी प्रदान गर्ने स्रोत हुन सक्छन्। +वैज्ञानिकहरूले ग्रहहरू कसरी निर्माण हुन्छ, विशेष गरी कसरी पृथ्वी निर्माण भएको सम्भवतः कोमेटहरूले पृथ्वीसँग लामो पहिले सम्पर्क गरेको छ। +53 वर्षीय कुवोमोले यस वर्षको सुरुवातमा आफ्नो गवर्नरशिप सुरु गरेको छ र गत महिना उहाँले समलैंगिक विवाह को कानूनी रूपमा स्वीकार गर्ने एउटा बिल सहित सम्झौता गरेको छ। +उहाँले चर्चाहरूलाई "राजनीतिक चर्चा र मूर्खता" भन्नुभयो। +उहाँलाई 2016 मा राष्ट्रपतिको लागि प्रतिस्पर्धा गर्ने अनुमान गरिएको छ। +नेक्स्टजेन एक प्रणाली हो जुन एफएफले दाबी गरेको छ कि यसले विमान सञ्चारहरूलाई साना मार्गहरूमा उडान गर्न अनुमति दिनेछ र प्रति वर्ष मिलियन गल्लन फ्यूल बचाउनेछ र कार्बन उत्सर्जन कम गर्नेछ। +यसले विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश्चितताको साथमा विमान प्रवाह नियन्त्रकहरूलाई ठूलो सुनिश +कार पार्किङ र पार्क-एण्ड-राइड सुविधाहरू जमिनमा उपलब्ध छैनन् र वेम्ब्लीमा ओवरग्राउन्ड ट्रेनहरू रोकिनेछन् र अतिरिक्त ट्रान्सपोर्ट प्रयोग गरिएको छैन। +यातायातको कमीले खेलको सम्भावनालाई बढाएको छ कि टोलीको समर्थकहरूसँगै बन्द दरवाजामा खेल्नुपर्छ भन्ने सम्भावनालाई बढाएको छ। +शुक्रबारको जर्नल साइन्समा प्रकाशित एक अध्ययनमा एक्युडोरियन ग्लापागोस टापुमा एक नयाँ पक्षी प्रजातिको निर्माण गरिएको रिपोर्ट गरिएको छ। +संयुक्त राज्य अमेरिकाका प्रिन्सिटन विश्वविद्यालय र स्वेडेनका उप्पसाला विश्वविद्यालयबाट दुई पीठाहरूमा नयाँ प्रजाति विकसित भएको रिपोर्ट गरेका छन्, यद्यपि यो प्रक्रिया धेरै लामो समय लाग्ने मानिन्छ, एन्डेमिक डार्विन फिंच, गेोस्पिझा फोर्टेस र इमिग्रेन्ट क्याक्टस फिंच, गेोस्पिझा कोनिरोस्ट्रिस बीचको उत्पादनको कारण। +सोना सबै प्रकारका आकारहरूमा काम गराउन सकिन्छ। यसलाई साना आकारका आकारमा रोल गराउन सकिन्छ। +यसलाई छोटो कानालाई ल्याउन सकिन्छ, जसलाई ट्विस्ट गर्न सकिन्छ र प्लेट गर्न सकिन्छ। यसलाई ह्यामर गर्न सकिन्छ वा सीटहरूमा रोल गर्न सकिन्छ। +यसलाई धेरै साना बनाउन सकिन्छ र अर्को धातुमा झुकाउन सकिन्छ। यसलाई धेरै साना बनाउन सकिन्छ कि यसलाई कहिलेकाही पुस्तकहरूमा "इल्युमिनेटेड म्यानस्क्रिप्ट्स" भनिएका हात पेन्ट गरिएका चित्रहरूलाई सजावट गर्न प्रयोग गरिएको थियो। +यो एक किमियाँको pH भनिन्छ। तपाईंले रेड क्याबेजको जुस प्रयोग गरेर एक इंडिकेटर बनाउन सक्नुहुन्छ। +क्याबेज ज्युसको रंग क्यासिडिक वा बेसिक (एल्कालिन) किमिया को तुलनामा परिवर्तन हुन्छ। +pH स्तरलाई परीक्षण गरिएको किमियाँमा हाइड्रोजेन (pH मा H) आइयनको संख्याले देखाउँछ। +हाइड्रोजन आइयनहरू प्रोटनहरू हुन् (किनभने हाइड्रोजन परमाणुहरूमा एउटा प्रोटन र एउटा इलेक्ट्रोन हुन्). +दुई सूखा पाउडरहरूलाई एउटा समान गर्नुहोस् र त्यसपछि, सफाई गरिएका लाई हातहरूमा एउटा बल बनाउनुहोस्। +तपाईंको हातमा भएको जललाई बाहिरको लेयरहरूसँग प्रतिक्रिया गर्नेछ, जसले हास्यास्पद महसुस गर्नेछ र एक प्रकारको शेल बन्नेछ। +हारप्पा र मोहेनजो-डारोका शहरहरूमा प्रायः प्रत्येक घरमा एउटा सफल स्वच्छता प्रणालीसँग जोडिएको एउटा फ्लस टोयलेट थियो। +ग्रीसको क्रेट र सान्टोरिनीको मिनोअन सहरहरूको घरहरूमा स्वच्छता प्रणालीको अवशेष पाएको छ। +प्राचीन इजिप्ट, पेर्सिया र चिनमा पनि शौचालयहरू थिए। रोमन सांस्कृतिमा, शौचालयहरू कहिलेकाही सार्वजनिक बाथ घरहरूको हिस्सा थिए जहाँ पुरुष र स्त्रीहरू मिश्रित कम्पनीमा एक साथ थिए। +जब तपाईंले हजारौँ माइल दूर छ भएको कसैलाई फोन गर्छ, तपाईंले एक सैटेलिट प्रयोग गरिरहेको छ। +स्पेसमा गरेको सैटेलाइटलाई कल प्राप्त गर्छ र त्यसलाई लगभग तुरून्तै पछाडि प्रतिबिम्बित गर्छ। +सैटेलाइटलाई एक रकेटद्वारा अन्तरिक्षमा पठाइएको थियो। वैज्ञानिकहरूले अन्तरिक्षमा टेलिस्कोपहरू प्रयोग गर्छन् किनभने पृथ्वीको आकाशले केही हाम्रो प्रकाश र दृश्यलाई अस्थिर गर्छ। +स्पेसमा एक सैटेलिट वा टेलिस्कोप राख्नका लागि 100 फिट उच्च भएको एक जायन्ट रकेट ल्याउँछ। +चक्काले विश्वलाई अस्तव्यस्त तरिकाहरूमा परिवर्तन गरेको छ। चक्काले हामीलाई धेरै सजिलो र तीव्र प्रवाह प्रदान गरेको सबैभन्दा ठूलो कुरा हो। +यसले हामीलाई ट्रेन, कार र धेरै अन्य परिवहन उपकरणहरू ल्याएको छ। +तिनीहरूको नीचे धेरै मध्यम साइज़ गर्दा खाने गर्ने मध्यम साइज़ चमेरोहरू हुन्छन्। उनीहरूलाई चमेरोहरू र एन्टेलोपहरू र हरियालोहरूबीचको मध्यम साइज़को शिकारलाई खाउँछन्। +अन्ततः, धेरै साना बिरामी पेट बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिरामी बिराम +तिनीहरूको सफलताको गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त गुप्त +लाईयनहरू सबैभन्दा सामाजिक चमेरोहरू हुन्छन् जुन प्राइड भनिएको ठूलो समूहमा जीवन गर्छन्। +प्राइडहरू तीस जनाको सम्बन्धित महिलाहरू र क्युबहरूसँग एक देखि तीन सम्बन्धित वयस्क पुरुषहरूको बनाइएको हुन्छ। +महिलाहरू प्रायौजिक रूपमा एक बढी महिला परिवारको रूपमा एक अर्को महिलासँग जुडिएका हुन्छन्। +शरीरको व्यवहारमा आश्चर्यजनक रूपमा शरीर जस्तो जानवरहरू (तर अन्य ठूलो काटकहरू होइन) जस्तो शरीरहरू र तिनीहरूको शिकारहरूलाई भयानक रूपमा मृत्युदायक हुन्छन्। +एउटा राम्रोसँगै खेल्ने खेलाडी, टाइगरले (यद्यपि राम्रोसँगै) चढ्न सक्छन्, स्विम गर्न सक्छन्, ठूलो दूरीलाई लप्न सक्छन् र एउटा शक्तिशाली मानवको पाँच गुणा शक्तिमा जोड गर्न सक्छन्। +टाइगर लाइयन, लिओपार्ड र जगुआरको समान समूहमा (जेनसस पान्थेरा) छन्। यी चार काटकहरू एकमात्र हुन्छन् जसले रोर गर्न सक्छन्। +टाइगरको आवाज एउटा लियोनको पूर्ण आवाज जस्तै होइन, तर एउटा स्नार्ली गरेको शब्दहरूको एउटा वाक्य जस्तै हो। +ओसेलोटहरूले साना जनावरहरू खान चाहन्छन्। तिनीहरूले मानिसहरू, साना जनावरहरू, चमेरोहरू र पक्षीहरूलाई पक्राउन सक्छन् जब तिनीहरूले सक्छन्। ओसेलोटले शिकाउने सबै जनावरहरू उहाँको सानो हुन्छन्। +वैज्ञानिकहरूले विश्वास गर्छन् कि ओसेलोटहरूले जमिनमा उनीहरू कहाँ हुनुहुन्छ भन्ने प्रतीक्षा गर्दै पक्षीहरू (शिकार) पाउँछन् र तिनीहरूलाई खाने का लागि पाउँछन्। +तिनीहरूले रातको दृष्टिकोणको साथमा कालोमा अत्यधिक राम्रोसँग हेर्न सक्छन् र पनि अत्यधिक गोप्य रूपमा चल्न सक्छन्। ओसेलोटहरूले तिनीहरूको शिकारलाई तिनीहरूको परिवर्तनमा मिलाउँछन् र तिनीहरूले तिनीहरूको शिकारलाई झुकाउँछन्। +जब जीवित वस्तुहरूको छोटो समूह (छोटो जनसंख्या) मुख्य जनसंख्याबाट अलग हुन्छ (जस्तै यदि उनीहरू पर्वत क्षेत्र वा नदीबाट जान्छन् वा यदि उनीहरू नयाँ द्वीपमा जान्छन् जसमा उनीहरूलाई आफूलाई सफल रूपमा फिर्ता गर्न सक्ने छैन) तिनीहरूले पहिले भएको वास्तवमा अलग वातावरणमा प्रायः आफूलाई पाउँछन्। +यो नयाँ वातावरणमा विभिन्न स्रोतहरू र विभिन्न प्रतिस्पर्धीहरू हुन्छन्, त्यसैले नयाँ जनसंख्यालाई पहिलेको जस्तै महत्त्वपूर्ण प्रतिस्पर्धी हुनका लागि विभिन्न विशेषताहरू वा परिवर्तनहरू आवश्यक हुनेछन्। +मूल जनसंख्या कुनै पनि परिवर्तन भएको छैन, तिनीहरूले अझै पहिलेको जस्तै परिवर्तन गर्न आवश्यक छन्। +समयसँग, नयाँ जनसंख्याले तिनीहरूको नयाँ वातावरणमा परिवर्तन गर्न सुरु गर्छन्, तिनीहरूले अर्को जनसंख्यालाई जस्तै कम र कम देख्न सुरु गर्छन्। +अन्ततः, हजारौँ वा दर्जनौँ वर्षहरूपछि, दुई जनसंख्याहरू एउटा विशिष्ट प्रजातिको रूपमा देखिनेछन् कि तिनीहरू एउटा विशिष्ट प्रजातिको रूपमा एउटा विशिष्ट प्रजातिको रूपमा देखिनेछन्। +हामीले यो प्रक्रिया विविधता भन्छौँ, जसको मतलब नयाँ प्रजातिहरूको निर्माण हो। विविधता एक अपरिहार्य परिणाम हो र विकासको एक धेरै महत्त्वपूर्ण हिस्सा हो। +प्लान्टहरूले मानवहरूलाई हावा गर्ने सूँघरियालाई बनाउँछन्, र तिनीहरूले मानवहरूले हावा गरेको कार्बन-डाइओक्साइडलाई ल्याउँछन्। +प्लान्टहरूले फोटोसिन्थेसमा सूर्यबाट आफ्नो खाना बनाउँछन्। तिनीहरूले पृष्टि पनि प्रदान गर्छन्। +हामीले आफ्ना घरहरू पौधाहरूबाट बनाउँछौँ र कपडाहरू पौधाहरूबाट बनाउँछौँ। हामीले खाएका धेरै खानाहरू पौधाहरू हुन्छन्। पौधाहरूसँगै, जनावरहरूलाई बाँच्न सक्दैन। +मोसासाउरस आफ्नो समयको शीर्ष शिकार थियो, त्यसैले यसले अन्य मोसासाउरहरूको बारेमा केही डर भएको थियो। +यसको लामो चेहरामा 70 भन्दा बढी रेजर-शार्प दान्तहरूको साथमा यसको मुखको छातामा एक अतिरिक्त सेट भएको थियो, जसको अर्थ यसको मार्फत गएको कुनै चीजलाई बाहिर नगर्न सकेको थियो। +हामीले निश्चित रूपमा थाहा गर्न सक्दैनौँ, तर यो एउटा फोर्केड टुंग हुन सक्छ। यसको खानामा टर्टलहरू, ठूलो माछा, अर्को मोसासरहरू समावेश हुन्थ्यो र यो शायद एउटा क्यानिबल भएको हुन सक्छ। +यसले पानीमा प्रवेश गरेका कुनै चीजलाई आक्रमण गर्नुभयो; टी. रेक्स जस्ता विशाल डाइनोसाउरलाई यसको लागि कुनै पनि सामना गर्नुभएको थियो। +तिनीहरूका धेरैजसो खानाहरू हामीसँग परिचित हुनेछन्, तर रोमानहरूले वाइल्ड बोर, पिकक, स्नेल र एक प्रकारको चमेरो जसलाई डोर्माउस भनिन्छ समावेश गरिएको असामान्य वा असामान्य उत्सव सामग्रीहरू उनीहरूको हिस्सा भएको थियो। +अर्को फरक यो थियो कि गरिब मानिसहरू र महिलाहरूले कुर्सीमा बैठेर आफ्नो खाना खाएको थियो र धनी मानिसहरूले उनीहरूले आफ्नो खाना खाइरहेको समयमा उनीहरूले उनीहरूको पृष्ठमा झुक्न चाहेको थियो। +प्राचीन रोमन भोजनमा युरोपमा अमेरिकाबाट या आशियाबाट पछिल्लो शताब्दियाहरूमा आएका भोजनहरू समावेश गरिएको थिएन। +उदाहरणका लागि, तिनीहरूले कार्न, टोमाटो, पोटाटो, कोका र प्राचीन रोमनहरूले कहिल्यै टर्की खाएको थिएन। +बेबिलोनियनहरूले उनीहरूका प्रत्येक देवलाई प्राथमिक मन्दिर बनाएको थियो जुन देवको घरको रूपमा मानिन्छ। +मानवहरूले देवताहरूलाई पूजा गर्नुहुन्छ र पुजा र महोत्सवहरूको माध्यममा पुजारीहरूले देवताहरूको आवश्यकताहरूमा सहभागी हुन प्रयास गर्नुहुन्छ। +प्रत्येक मन्दिरमा एउटा खुला मन्दिर कोठा र पछाडि एउटा आन्तरिक मन्दिर थियो जसमा मात्र पादरीहरू प्रवेश गर्न सक्छन्। +कहिलेकाही विशेष पिरामिड जसलाई जिगुराट भनिन्छ, मन्दिरको हिस्साको रूपमा निर्माण गरिएको थियो। +मन्दिरको शीर्षको एक विशेष मन्दिर भगवानको लागि थियो। +मध्यपूर्वी उष्ण मौसममा, घर एकदमै महत्त्वपूर्ण थिएन। +हेब्रु परिवारको धेरै जीवन खालो हवामा भएको थियो। +महिलाहरूले यार्डमा भोजन गर्नुभएको थियो; स्टोरहरू सडकमा हेर्न खुला काउन्टरहरू थियो। ढुङ्गा घर बनाउनका लागि प्रयोग गरिएको थियो। +कनानको जमिनमा ठूलो जंगलहरू छैनन्, त्यसैले वुड अत्यधिक महँगो थियो। +ग्रीनल्याण्ड कम्तीमा स्थापित गरिएको थियो। नर्स कथाहरूमा उनीहरूले एरिक द रेडलाई हत्याको कारण आइसल्याण्डबाट निष्कासन गरिएको बताउँछन् र पश्चिममा यात्रा गर्दा ग्रीनल्याण्ड पाएको र यसलाई ग्रीनल्याण्ड नाम दिएको बताउँछन्। +तर उनको पत्ता लगाउँछ भने, एस्किमो जातिहरू त्यो समयमा त्यहाँ रहेका थिए। +हरेक देश 'स्क्यान्डिवियन' थियो, तर डेनमार्क, स्वेडेन, नोर्वे र आइसल्याण्डका मानवहरू, राजाहरू, परम्पराहरू र इतिहासमा धेरै फरकहरू थियो। +यदि तपाईंले नेशनल ट्रेजरी को चलचित्र हेरेको छ, तपाईंले स्वतन्त्रताको घोषणाको पृष्ठमा सम्पत्तिको नक्शा लेखिएको सोच्न सक्नुहुन्छ। +यद्यपि, त्यो सत्य होइन। सन्देशको पछाडीमा केही कुरा लेखिएको छ, तर यो सम्पत्तिको नक्शा होइन। +स्वतन्त्रताको घोषणाको पछाडिमा लेखिएको शब्द "मूल स्वतन्त्रताको घोषणा 4 जुलाई 1776 को दिनमा लागेको" हो। यो संदेश दस्तावेजको पछाडिमा झुकिएको रूपमा देखिन सकिन्छ। +जबकि कसैलाई सुनिश्चित रूपमा जाने छैन कि कसैले यसलाई लेखेको छ, यो थाहा छ कि यसको जीवनको सुरुमा, ठूलो पार्चमेन्ट दस्तावेज (यो 29¾ इन्चले 24½ इन्चमा मापन गर्छ) स्टोरेजको लागि झुकाइएको थियो। +त्यसैले, यो नोटेसन साधारण लेबलको रूपमा थपिएको हुने सम्भावना छ। +डि-डे ल्याण्डिङ्स र पछाडी युद्धहरूले फ्रान्सको उत्तरमा स्वतन्त्रता प्राप्त गरेको थियो, तर दक्षिण अझै स्वतन्त्र भएको थिएन। +यो "विची" फ्रेन्चको नियन्त्रण गरिएको थियो। यी फ्रेन्च मानिसहरू जुन 1940 मा जर्मनहरूसँग शान्ति गरेका थिए र उनीहरूसँग लडाई गर्न आक्रमणकर्ताहरूसँग काम गरेका थिए। +15 अग्स्ट 1940 मा, सहयोगीहरूले दक्षिणी फ्रान्समा आक्रमण गरे, यो आक्रमणलाई "ऑपरेशन ड्रेगन" भनिन्। +दुई हप्तामा अमेरिकी र स्वतन्त्र फ्रान्सेली सेनाले दक्षिणी फ्रान्समा स्वतन्त्रता प्राप्त गरेको र जर्मनीको तराउ गरिरहेको थियो। +सभ्यता एक महत्त्वपूर्ण ठूलो समूह मानिसहरूद्वारा साझा गरिएको एक व्यक्तिगत संस्कृति हो, समाज। +सिभिलिजेशन शब्द ल्याटिन सिभिलिस बाट आउँछ, जसको अर्थ सिभिल, ल्याटिन सिभिस, जसको अर्थ नागरिक हो, र सिभिटास, जसको अर्थ सहर वा सहर-राज्य हो, र यसले समुदायको आकार पनि केही तरिकाले परिभाषित गर्छ। +सहर-राज्यहरू राष्ट्रहरूको पूर्वज हुन्छन्। सिविलिजेशनल संस्कृतिले धेरै पीठाहरूमा ज्ञान पठाउने, एक लिङ्गित संस्कृतिको पृष्ठभूमि र निष्पक्ष प्रसारणको अर्थ प्रस्तुत गर्छ। +सामान्य संस्कृतिहरू प्रायौज्य ऐतिहासिक प्रमाणहरू छोडेर बाहिर जाँदा प्रायौज्य सभ्यताहरूको रूपमा पहिचान गर्न असफल हुन्छन्। +क्रान्तिकारी युद्धको समयमा, तीनवटा राज्यहरूले पहिले काँग्रेसको एकमात्र कम्पनेन्टको साथमा कोन्फेडरेसनका लागि कमजोर केन्द्रीय सरकार निर्माण गरेको थियो। +काँग्रेसले कोष लगाउन कुनै शक्ति नभएको थियो र, किनभने राष्ट्रिय एक्जिक्युटिव वा ज्युडिशियरी छैन, यसले सरकारका अधिकारीहरूमा विश्वास गरेको थियो, जुन प्रायः सहकर्मी नभएको थियो, जसले यसका सबै कार्यहरूलाई प्राप्त गर्न प्रयोग गरेको थियो। +यसलाई राज्यहरू बीचको कर सम्पत्तिको कानून र ट्यारिफहरूको प्रभाव गर्न कुनै अधिकार पनि नभएको थियो। +सम्झौताहरूलाई सुधार गर्न सबै राज्यहरूबाट एकतर्फी सहमति आवश्यक थियो र राज्यहरूले केन्द्रीय सरकारलाई एकदम स्वार्थी रूपमा लिएको थियो कि उनीहरूका प्रतिनिधिहरूलाई धेरै बार अवैध गरिएको थियो। +इटालीको राष्ट्रिय फुटबल, जर्मन राष्ट्रिय फुटबल टोलीसँग विश्वको दोस्रो सफल टोली हो र 2006 मा फिएफा वर्ल्ड कप च्याम्पियन भएको थिए। +लोकप्रिय खेलहरूमा फुटबल, बास्केटबल, वोलेबल, वाटर-पोलो, फेन्सिङ, रग्बी, साइकिङ, आइस हकी, रोलर हकी र F1 मोटर रेसिङ समावेश छन्। +हिमको खेलहरू उत्तरी क्षेत्रहरूमा सबैभन्दा लोकप्रिय हुन्छन् जसमा इटालियनहरू अन्तर्राष्ट्रिय खेलहरू र ओलम्पिक कार्यक्रमहरूमा प्रतिस्पर्धा गर्छन्। +जापानले लगभग 7,000 टापुहरू राखेको छ (सबैभन्दा ठूलो होन्सु हो) जसले जापानलाई विश्वको सातौँ ठूलो टापु बनाउँछ! +द्वीपहरूको क्लस्टर/समूहको कारण जापानको स्थानीय स्थितिमा जापानलाई "द्वीपहरूको समूह" को रूपमा प्रायः उल्लेख गरिएको छ। +टाइवानको सुरुवात 15 औं शताब्दीमा हुनुभयो जहाँ युरोपेली नाविकहरूले द्वीपको नाम इल्हा फोर्मोसा वा सुन्दर द्वीपको रूपमा रेकर्ड गरेका थिए। +1624 मा, डच ईस्ट इन्डिया कम्पनीले दक्षिणपश्चिमी टाइवानमा एक आधार स्थापना गरेको छ, जसमा प्राचीन ग्राइन उत्पादनको प्रयासहरूमा परिवर्तन सुरु गरेको छ र चीनी श्रमकार्यहरूलाई उसको झरन र चाना उद्यानहरूमा काम गर्न काम गर्नुभएको छ। +1683 मा, किङ वांश (1644-1912) सेनाले ताइवानको पश्चिमी र उत्तरी तटीय क्षेत्रहरूमा नियन्त्रण गरेको छ र 1885 मा ताइवान किङ साम्राज्यको एक प्रान्तको रूपमा घोषणा गरेको छ। +1895 मा, पहिलो सिनो-जापानी युद्ध (1894-1895) मा पराजय भएपछि, किङ सरकारले शिमोनोसेकी सम्झौतालाई हस्ताक्षर गर्छ, जसमा यसले 1945 सम्म टाइवानको शासन जापानलाई स्वार्थी गर्छ। +माचु पिच्चुमा तीन मुख्य संरचनाहरू इन्तिहुआटाना, सूर्यको मन्दिर र तीन झ्यालको कोठा समावेश छन्। +कम्प्लेक्सको किनारमा धेरै भवनहरूलाई प्रारम्भिक रूपमा कसरी देखिएको पर्यटकहरूलाई राम्रो विचार दिनको लागि पुनः निर्माण गरिएको छ। +1976 मा माचु पिच्चुको तीस प्रतिशत पुनर्निर्माण गरिएको थियो र पुनर्निर्माण अहिलेसम्म जारी गरिएको छ। +उदाहरणका लागि, विश्वमा सबैभन्दा सामान्य स्टिल इमेज फोटोग्राफी फर्मेट 35मिमी हो, जुन एनालोज फिल्म युगको अन्त मा प्रमुख फिल्म साइज थियो। +यो आज पनि उत्पादन गरिएको छ, तर धेरै महत्त्वपूर्ण रूपमा यसको प्रतिस्तर डिजिटल क्यामेराको इमेज सेन्सर फर्मेटहरूमा उद्धार गरिएको छ। +35mm फर्माट वास्तवमै 24mm उच्चताको साथमा 36mm चौडाईको हुन्छ। +यस प्रकारको प्रतिस्थापन (सर्वसाधारण पूरा संख्याको प्रतिस्थापन प्राप्त गर्नकोलागि बीसवटा विभाजन)को प्रतिस्थापन तरिका त्यसैले 3:2 भएको बताइएको छ। +धेरै साधारण प्रारूपहरू (एपीएस परिवार प्रारूपहरू, उदाहरणका लागि) यो प्रत्यक्षात्मक दृष्टिकोणको तुलनामा समान वा नजिक प्रतिस्थापन गर्छन्। +तीनवटाको धेरै प्रयोग गरिएको र अक्सर हास्यास्पद गरिएको नियम एक चित्रमा आर्काको मात्रा बनाउँदा डायनामिस्म सिर्जना गर्ने सर्वसाधारण निर्देशन हो। +यो बताउँछ कि मुख्य विषयको सबैभन्दा प्रभावशाली स्थान चित्रलाई उत्तर-दायरावर्ती र पश्चिम-दायरावर्ती रूपमा विभाजित गर्ने लाईनहरूको कुटनीतिमा हो। (उदाहरण हेर्नुहोस्) +युरोपेली इतिहासको यो क्षणमा, क्याथोलिक चर्च, जो धेरै धनी र शक्तिशाली भएको थियो, अनुसन्धानमा गरिएको थियो। +एक हजार वर्षसम्म क्रिस्टियन धर्मले भाषा र संस्कृतिमा फरक भएको बारेमा युरोपेली राज्यहरूलाई एकै रूपमा बाँधेको थियो। +यसको सर्वसम्पूर्ण शक्तिले राजादेखि सामान्य मानिसहरूसँग प्रभाव गरेको छ। +प्रमुख क्रिस्चियन शास्त्रहरूमध्ये एक हो कि संपत्तिलाई दुखाइ र गरिबीको समाधान गर्नका लागि प्रयोग गर्नुपर्छ र चर्चको पैसा विशेष रूपमा त्यो कारणका लागि प्रयोग गर्नुपर्छ। +चर्चको केन्द्रीय अधिकारीहरू हजारौँ वर्ष रोममा थिए र यो शक्ति र पैसाको एकत्रिताले धेरैलाई यो मान्यतालाई मिलाउँछ भन्ने प्रश्न गर्न प्रेरित गरेको थियो। +युद्धको सुरुवातमा, ब्रिटेनले जर्मनीको लागि नौसेना ब्लॉकडेको सुरुवात गरेको थियो। +यो रणनीति प्रभावशाली भएको प्रमाणित गरेको छ, जुन महत्त्वपूर्ण सैन्य र नागरिक आपूर्तिहरूलाई बन्द गरेको छ, यद्यपि यो ब्लकडाईले दुई शताब्दीको धेरै अन्तर्राष्ट्रिय सम्झौताहरूको कोडिफाई गरिएको साधारण स्वीकार गरिएको अन्तर्राष्ट्रिय कानूनलाई छोडिएको छ। +ब्रिटेनले समुद्रको सम्पूर्ण क्षेत्रहरूबाट कोही जहाजहरूलाई रोक्नका लागि अन्तर्राष्ट्रिय पानीहरूमा खानी गरेको छ, जसले निष्पक्ष जहाजहरूलाई पनि जोखिम पुर्‍याउँछ। +यो ट्याक्टिकको सीमित प्रतिक्रियाको कारण, जर्मनीले अपरिहार्य पनडुब्बी युद्धको समान प्रतिक्रियाको अपेक्षा गरेको थियो। +सन् 1920 को दशकमा, अधिकांश नागरिक र राष्ट्रहरूको प्रभावशाली स्वरूप शान्तिवाद र एकता थियो। +वर्ल्ड वार I को युद्धको भयानकता र अपमानजनकता हेरेपछि राष्ट्रहरूले भविष्यमा यस्तो स्थितिलाई छोड्न चाहेको थियो। +1884 मा, टेस्लाले न्युयोर्क सहरमा ईडिसन कम्पनीसँगको काम स्वीकार्नका लागि युनाइटेड स्टेट्स अमेरिकामा गए। +उहाँ अमेरिकामा उहाँको नाम, कविताको पुस्तक र चारल्स ब्याचेलर (उहाँको पूर्व कामको व्यवस्थापक) थोमस एडिसनको लागि सङ्ग्रह गर्ने पत्रको साथमा 4 सेंटको साथमा आए। +प्राचीन चीनमा विभिन्न समय क्षणहरू देखाउने एक विशेष तरिका थियो; चीनको प्रत्येक चरण वा प्रत्येक परिवार जो शक्तिमा थियो एक विशेष राजवंश थियो। +प्रत्येक राजवंशको बीचमा विभाजित प्रान्तहरूको अस्थिर युग भएको थियो। यी क्षणहरूको सबैभन्दा प्रसिद्ध थियो जसले हान र जिन राजवंशको बीचमा 60 वर्षको लागि तीन राज्यहरूको युग भएको थियो। +यी क्षणहरूमा राजधानीको लागि लड्ने धेरै व्यक्तिहरूको बीचमा कडा युद्ध भएको थियो। +ती तीन राज्यहरू प्राचीन चीनको इतिहासमा हजारौँ मानिसहरूको मृत्यु भएको सबैभन्दा खतरनाक युग थियो जसमा Xi’an को महाराजभवनमा सबैभन्दा उच्च स्थानमा बस्ने लडाईमा मारेका मानिसहरूको मृत्यु भएको थियो। +मेट्रिक प्रणाली प्रयोग गर्ने सामाजिक र राजनीतिक प्रभावहरू, अपरिहार्यताबाट गणराज्यवादमा परिवर्तन, राष्ट्रवाद र एक एकजना शासकको बजारमा राष्ट्र मानिसहरूको हो भन्ने विश्वासका लागि धेरै प्रभावहरू छन्। +पनि क्रान्तिकाले सबै पुरुष उम्मेदवारहरूलाई सफल हुन अनुमति दिने सबैभन्दा सफल र उम्मेदवारहरूलाई सफल हुन अनुमति दिने बारेमा खुला गरिएको थियो। +सैनिकहरूका लागि यस्तो हुन्छ किनभने सैनिक रेन्किङको आधारमा वर्ग थियो तर अब कैलाबरमा आधार गरिएको छ। +फ्रेन्च क्रान्तिले अन्य देशका अन्य व्यवसायी वर्गका धेरैजसो व्यक्तिहरूलाई उनीहरूको आफ्नो क्रान्ति सुरु गर्न प्रेरित गरेको छ। +मुहम्मद यस्तो सामान्य जीवनको बाहिरका मुद्दाहरूमा गहिरो रूपमा इन्टरेस्ट भएको थियो। उहाँले विचार गर्नका लागि पर्वत “नूर” (प्रकाश) मा “हिरा” भनिएको एउटा गुफामा प्रायः गएको थियो। +त्यो गुफाले, जसले समयहरूलाई बाँच्नुभयो, मुहम्मदको आध्यात्मिक प्रतिष्ठाहरूको एउटा अत्यधिक स्पष्ट चित्र प्रदान गर्छ। +मेक्काको उत्तरी प्रायद्वीपको एउटा पहाडको शिर्षकमा रहेको गुफा पूर्ण रूपमा विश्वको अन्य भागहरूसँग अलग छ। +वास्तवमा, यो सबैभन्दा मुश्किल पाउन सकिन्छ यदि एउटाले यो वास्तवमा छ भएको थाहा भएको छ। एकपटक गुफामा गएपछि यो पूर्ण अलगाव हो। +स्पष्ट, सुन्दर आकाश माथि र धेरै छिमेका पर्वतहरू भन्दा केही देखिन सकिन। यो विश्वका केही हेर्न सकिन वा सुन्न स्थानमा गएको छ। +गिझाको महान पिरामिड हाम्रो समयमा एकमात्र सात चमत्कारहरू मध्ये एक हो। +इजिप्टियनहरूद्वारा तीसरो शताब्दी BCE मा निर्माण गरिएको महान पिरामिड मृत्यु भएको फारोहको सम्मानको लागि धेरै ठूलो पिरामिड संरचनाहरू मध्ये एक हो। +गिजा प्लेटो, वा "गिजा नेक्रोपोलिस" इजिप्टियन मृत्युको घाटीमा धेरै पिरामिडहरू (जसमध्ये ठूलो पिरामिड सबैभन्दा ठूलो हो), धेरै साना कब्रहरू, धेरै मन्दिरहरू र ठूलो स्फिन्क्स समावेश छन्। +महान पिरामिड फारोह खुफुलाई सम्मानित गर्नको लागि बनाइएको थियो र धेरै साना पिरामिडहरू, कबरहरू र मन्दिरहरू खुफुका श्रीमानी र परिवारका सदस्यहरूलाई सम्मानित गर्नको लागि बनाइएको थियो। +“उप बो मार्क” जस्तो एक वि जस्तो देखिन्छ र “डाउन बो मार्क” जस्तो एक स्टेपल वा एक स्क्वार जसको पछाडिको पछाडी भएको देखिन्छ। +उप मतलब तपाईंले टिपमा सुरु गर्नुपर्छ र बाउ प्याउनुपर्छ र डाउन मतलब तपाईंले फ्रोगमा सुरु गर्नुपर्छ र बाउ प्याउनुपर्छ। +एक उप-बो सामान्यतया एक साफ्टर स्वर प्रस्तुत गर्छ, जबकि एक डाउन-बो मजबूत र अधिक प्रतिबद्ध हुन्छ। +तपाईंको आफ्नै मार्कहरूमा पेनसिल गर्न स्वतन्त्र महसुस गर्नुहोस्, तर प्रिन्ट गरिएको मार्कहरू संगीतीय कारणको लागि हुन्छन्, त्यसैले तिनीहरूलाई सामान्यतया सम्मानित गर्नुपर्छ। +डरिएको शाह लुईस एक्सि वी, क्वीन मारी एन्टोइनेट, उनीहरूको दुई युवा बच्चा (11 वर्षीय मारी थेरेस र चार वर्षीय लुई-चार्ल्स) र शाहको बहिनी, मदम एलिजाबेथ 6 ओक्टोबर 1789 मा मार्केटका महिलाहरूको समूहद्वारा वर्साइलसबाट पेरिसमा फिर्ता गरिएको थियो। +एक कार्जमा, तिनीहरूले राजा र रानीको विरुद्ध चिच्याउँदै भएको मानिसहरूको समूहसँग पेरिसको बाटोमा पछाडि यात्रा गरे। +मानिसहरूको मोबले राजा र रानीलाई उनीहरूको क्यारेजको छालहरू फैलाउनुपर्छ भन्ने दबाउनुभयो। +एउटा स्थानमा मोबका सदस्यले डरिएको शाही रानीको सामनामा वर्साइल्समा हताहत भएको शाही गार्डको सिरलाई झुकाउनुभयो। +फिलिपीनोको विजयमा अमेरिकी साम्राज्यवादको युद्ध खर्चहरूलाई फिलिपिनो मानिसहरूले आफूले भुक्तान गरेको थियो। +उनीहरूलाई वाल स्ट्रिटको बैंकिङ घरहरूमा फिलिप्पीन सरकारको नाममा फ्लोट गरिएको बोण्डहरूको लागत र खर्चहरूको एक मुख्य हिस्सालाई कटौती गर्न अमेरिकी कलोनियल प्रजातन्त्रको साथमा कर दिन प्रतिबद्ध गरिएको थियो। +केही, फिलिपिनो मानिसहरूको लामो उत्पन्नतामा प्राप्त सुपरप्रोफिटहरूले अमेरिकी साम्राज्यवादको मूल फाइदाहरूमा समावेश हुनेछन्। +टेम्प्लरहरूको बुझ्नका लागि आर्काको स्थितिलाई बुझ्नुपर्छ जसले आर्काको सिर्जनामा प्रेरित गरेको थियो। +कार्यक्रमहरू भएको युग साधारणतया उच्च मध्य युग भनिन्छ जुन 11औँ, 12औँ र 13औँ शताब्दी (एड 1000–1300) मा युरोपेली इतिहासको काल हो। +उच्च मध्य युग प्रारम्भिक मध्य युग र पछिल्लो मध्य युगको अनुसार 1500 सम्म परिणामहरूमा समाप्त हुन्छ। +तेक्नोलोजिकल प्रतिबद्धता एक शब्द हो जसले प्रशिक्षणमा ठूलो श्रेणीको विचारहरू समावेश गर्छ, तेक्नोलोजी-प्युश वा तेक्नोलोजिकल अनिवार्यताबाट एउटा कडा मतलब हो जसले वैज्ञानिक कानूनहरू र तेक्नोलोजीमा उनको प्रत्यक्ष प्रदर्शनलाई जोडिएको मूल तर्कको साथमा मानव निर्माण गरिएको हो। +टेक्नोलोजिकल निर्धारीत्वको धेरै अनुवादहरूले दुई साधारण विचारहरूलाई सार्वजनिक गर्नुभएको छ: कुल्चर वा राजनीतिक प्रभावको पछाडि प्रमुख रूपमा प्रविधिक विकास हुन्छ र प्रविधि पछाडि समाजहरूलाई "प्रभाव" प्रदान गर्छ जसलाई सामाजिक परिस्थितिहरूबाट स्वतन्त्र गरिएको छ। +उदाहरणका लागि, एकजनाले मोटर कारले सडकको विकासमा आवश्यक रूपमा प्रवेश गर्छ भन्न सक्छ। +यद्यपि, एक राष्ट्रिय सडक नेटवर्क केवल केही कारहरूको लागि आर्थिक रूपमा सक्षम होइन, त्यसैले कारको सम्पत्तिको लागत कम गर्नका लागि नयाँ उत्पादनको तरिकाहरू विकसित गरिएको छ। +मासिक कार सम्पत्ति पनि सडकमा घटनाहरूको उच्च संख्यामा प्रवेश गर्छ, जसले चोटपूर्ण शरीरहरूको सुधार गर्नका लागि स्वास्थ्य सेवामा नयाँ तंत्रहरूको आविष्कार गर्छ। +गोथे, फिच्टे र स्लेगेल जस्ता लेखकहरूबाट संस्कृतिको निर्धारणको ठूलो तत्त्व रोमान्टिकको हो। +रोमान्टिकसिज्मको संदर्भमा, भौगोलिकताले व्यक्तिहरूलाई निर्माण गरेको थियो र समयसम्म त्यो भौगोलिकतासँग जोडिएको जाति र संस्कृतिलाई प्राप्त गरेको थियो, र यी समुदायको स्थानसँग समन्वय गरेको थियो जसले अनुमति प्राप्त गरेको कानूनहरूसँग बेहतर थियो। +पेरिसलाई आधुनिक विश्वको फेशन क्यापिटल भएको रूपमा, कोन्स्टान्टिनोपोलीलाई फेशन क्यापिटल फ्यूडल युरोपको रूपमा हेरिएको थियो। +यसको प्रसिद्धता लक्जरीको केन्द्रको रूपमा 400 A.D. सम्म सुरु भएको छ र 1100 A.D. सम्म जारी भएको छ। +यसको स्थिति दोस्रो शताब्दीमा प्रमुख रूपमा क्रुसेडरहरूले साइल्क र मिट्टी जस्ता प्रस्तुतिहरूलाई ल्याउँदा बाइजान्टिन बजारद्वारा प्रस्तुत गरिएको भन्दा महत्त्वपूर्ण गर्नुभएको तथ्यको कारणले गिराएको थियो। +यो समयमा फेशन क्यापिटलको शीर्षक कोन्स्टान्टिनोपोलीबाट पेरिसमा परिवर्तन गरिएको थियो। +गोथिक शैली 10 औँ - 11 औँ शताब्दी र 14 औँ शताब्दीको बीचमा प्रकाशित भएको थियो। +सुरुवातमा ड्रेसलाई पूर्वमा बाइजान्टिन संस्कृतिले धेरै प्रभावित गरेको थियो। +यद्यपि, स्लो कम्युनिकेसन च्यानलहरूका कारण पश्चिममा स्टाइलहरू 25 देखि 30 वर्षसम्म पछाडि हुन सक्छन्। +मध्ययुगको अन्तमा पश्चिमी युरोपले आफ्नो स्टाइल विकसित गर्नु सुरु गर्यो। क्रुसेडको परिणामको समयमा लोगहरूले कपडालाई जम्मा गर्न बटनहरू प्रयोग गर्नु सुरु गरे। +जीवनशास्त्री र उनको/उनको परिवारको आवश्यकताहरू प्राप्त गर्नका लागि पर्याप्त खाद्य उत्पादनको लागि जीवनशास्त्रीको जीवनशास्त्र जीवनशास्त्री र उनको/उनको परिवारको आवश्यकताहरू प्राप्त गर्नका लागि पर्याप्त खाद्य उत्पादनको लागि जीवनशास्त्रीको जीवनशास्त्र जीवनशास्त्री र उनको/उनको परिवारको आवश्यकताहरू प्राप्त गर्नका लागि पर्याप्त खाद्य उत्पादनको लागि जीवनशास्त्रीको जीवनशास्त्र जीवनशास्त्री र उनको/उनको परिवारको आवश्यकताहरू प्राप्त गर्नका लागि पर्याप्त खाद्य उत्पादनको लागि जीवनशास्त्रीको जीवनशास् +सब्सिस्टेन्स कृषि एक साधारण, प्रायः जैविक व्यवस्था हो जसमा क्रोप परिवर्तन वा अन्य सम्भावित साधारण तंत्रहरूसँग एकोरिजियनको स्थानीय बीज प्रयोग गरिएको उत्पादन बढावा गर्नको लागि प्रयोग गरिएको छ। +ऐतिहासिक रूपमा धेरैजसो कृषकहरू जीविक कृषिमा सहभागी हुनुभएको थियो र यो अझै धेरै विकास गर्ने देशहरूमा हुनुभएको छ। +सबकल्चरहरूले सामाजिक मानकहरूद्वारा अपमानित महसुस गर्ने समान विचार गर्ने व्यक्तिहरूलाई एकत्र गर्छन् र उनीहरूलाई पहिचान गर्न विकास गर्न अनुमति दिन्छन्। +सबकल्चरहरू सदस्यहरूको वय, जाति, वर्ग, स्थान र वा जातिको कारण विशेष हुन सक्छन्। +सबकल्चरलाई विशिष्ट गर्ने गुणहरू भाषात्मक, सञ्जीविक, धार्मिक, राजनीतिक, लैंगिक, भौगोलिक वा कारकहरूको संयोजन हुन सक्छन्। +एक सबक्युल्चरका सदस्यहरूले स्टाइलको विशिष्ट र प्रतीकात्मक प्रयोगमा आफ्नो सदस्यताको संकेत गर्छन्, जसमा फैशन, म्यानेरिज्म र अर्गोट समावेश हुन्छ। +सामाजिकताको महत्त्वलाई प्रतिबिम्बित गर्नका लागि सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध्ये सबैभन्दा सामान्य तरिकाहरूमध् +यस्ता बच्चाहरूलाई "फेरल" वा "वाइल्ड" भनिन्छ। केही फेरल बच्चाहरूलाई मानवहरूद्वारा प्रतिबन्धित गरिएको छ (साधारणतया उनीहरूका आफ्ना माता-पिताहरूले); केही मामिलाहरूमा यो बच्चाको छोड्नुको कारण माता-पिताहरूको बच्चाको गम्भीर बुद्धिज्ञानी वा शारीरिक समस्याको अस्वीकार भएको थियो। +फेरल बच्चाहरूले छोडिएको पहिले वा भाग्नुको पहिले गम्भीर बच्चा दुर्व्यवहार वा ट्रामाको अनुभव गरेको सम्भव हुन सक्छ। +अन्यहरूलाई जनावरहरूद्वारा लागेको आरोप गरिएको छ; केहीलाई जनावरहरूमा आफूले जीवन गरेको बताइएको छ। +जब पूरा रूपमा मानवी जनावरहरूसँग छोडिएको जनावरहरूद्वारा उच्चारण गरिएको छ, फेरल बच्चाले (शारीरिक सीमाहरूको अन्तर्गत) विशेष गर्भपाती जनावरहरूको जस्तै व्यवहार देखाउँछन्, जसमा मानवहरूसँगको डर वा स्वार्थीता समावेश हुन्छन्। +प्रोजेक्ट आधारित शिक्षणले सिक्नु सजिलो र धेरै रमाइलो बनाउनु पर्छ, तर स्काफोल्डिङ एक पाँचमा जान्छ। +स्काफोल्डिङ शिक्षणको तरिका होइन तर एउटा सहायता हो जसले नयाँ कम्प्युटर प्रोग्राम प्रयोग गर्ने वा नयाँ परियोजना सुरु गर्ने व्यक्तिहरूलाई सहायता प्रदान गर्छ। +स्काफोल्डहरू वास्तविक र कथित हुन सक्छन्, अर्को शब्दमा, शिक्षक स्काफोल्डको रूपमा हो तर माइक्रोसफ्ट ऑफिसमा सानो पेपरक्लिप मानिस पनि स्काफोल्डको रूपमा हो। +वर्चुअल स्कैफोल्डहरू सफ्टवेयरमा अन्तरिक्षित गरिएको हुन्छन् र विज्ञापन, प्रश्न गर्न र विधिहरूको स्पष्टीकरण गर्नको लागि हुन्छन्। यी स्कैफोल्डहरू विद्यार्थीलाई एकले प्रबन्ध गर्नको लागि चुनौती गर्ने विधिहरू हुन सक्छन्। +बच्चाहरूलाई Foster Care मा विविध प्रकारका कारणहरूको लागि स्थान प्रदान गरिएको छ जसका रूपमा अपमान, दुर्व्यवहार र प्रतिनिधित्व पनि समावेश गरिएको छ। +कोही बच्चालाई कहिल्यै एउटा वातावरणमा वृद्धि गर्नुपर्छ जसमा पौष्टिकरण, सहायता र शैक्षिक गर्नुपर्छ, तर तिनीहरूले गर्छन्। +हामीले फोस्टर कार सिस्टम यी बच्चाहरूको सुरक्षित क्षेत्रको रूपमा महसुस गर्छौँ। +हाम्रो फोस्टर क्यार सिस्टमले सुरक्षित घरहरू, प्रेमी क्यारगिभरहरू, स्टेबल शिक्षा र निश्चित स्वास्थ्य क्यार प्रदान गर्नेछ। +फोस्टर केयरले पहिले घरबाट लिइएको सबै आवश्यकताहरूलाई प्रदान गर्ने छ भन्ने सुनिश्चित गरिएको छ। +इन्टरनेटले मास र इन्टरपर्सनल सञ्चारका तत्वहरूलाई एउटा बनाउँछ। +इन्टरनेटका विशिष्ट विशेषताहरूले प्रयोग र सम्मानिता प्रक्रियाका रूपमा अतिरिक्त प्रमेतिकाहरूमा प्रवेश गर्छन्। +उदाहरणका लागि, “सिकाउनु” र “सामाजिकता” इन्टरनेट प्रयोगको महत्त्वपूर्ण प्रेरणाको रूपमा सुझाव गरिएको छ (जेम्स र अन्य, 1995)। +Eighmey र McCord (1998) ले उनीहरूले वेबसाइटहरूको प्रेक्षकहरूको प्रतिक्रियाहरूको अनुसन्धान गर्दा “व्यक्तिगत सहभागीता” र “जारी सम्बन्धहरू” पनि नयाँ प्रेरणाका पक्षहरूको रूपमा पहिचान गरे। +विडियो रेकर्डिङको प्रयोगले माइक्रो-एक्स्प्रेसनहरू, मुस्कान गतिविधिहरूको अनुवादमा महत्त्वपूर्ण खोजहरू गराएको छ। यी गतिविधिहरू केही मिलिसेक्सदेखि लाम्छन्। +विशेष गरी, यो दाबी गरिएको छ कि माइक्रो-प्रतिनिधित्व सही रूपमा व्यक्त गरेको लागि एक व्यक्तिलाई कसरी झूट गरिरहेको पाउन सक्छ। +ओलिभर स्याक्स, उनको पत्र The President's Speech मा, मस्तिष्क को क्षतिको कारण बोली समझ्न सक्ने व्यक्तिहरूलाई सार्वजनिक रूपमा सिन्सरिटीको अनुमान गर्न सक्षम भएको स्पष्ट गर्नुभयो। +उहाँले पनि सुझाउँछ कि मानव व्यवहार अनुवाद गर्ने यस्ता क्षमताहरू घरेलु कुकुरहरू जस्ता जनावरहरूसँग साझा हुन सक्छ। +बीसौं शताब्दीको अनुसन्धानले देखाउँछ कि जीनेटिक परिवर्तनमा दुई पूलहरू छन्: लुकाइएको र प्रस्तुत गरिएको। +परिवर्तनले नयाँ जीनेटिक परिवर्तन समावेश गर्छ र चयनले प्रत्यक्ष परिवर्तनको पूलबाट उहाँलाई हटाउँछ। +सेग्रेगेशन र रिकम्बिनेशनले प्रत्येक जन्मको बीचमा दुई पूलहरूमा परिवर्तनलाई बाँच्न र फर्काउँछ। +सावानामा, मानवीय जीवनशारी प्रणाली जस्तो प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रायः प्रा +यस गर्ने असफलताको गम्भीर परिणामहरू हुन्छन्: वृद्धि डिप्रेसन, खराब पोषण र अन्ततः मृत्यु। +सबैभन्दा सहजै उपलब्ध प्राकृतिक संस्कृतिहरू पातहरू र कुर्तहरूमा उपलब्ध प्रोटिनहरू हुन सक्छन्, तर यी प्राकृतिक संस्कृतिहरू हामीजस्ता प्रायः गर्न कठिन हुन्छन्, यदि तिनीहरू पकाइएको छैन। +विपरितमा, जनावरीय खाना (एन्ट्स, टर्मिट्स, एक्स) केवल सजिलै उपभोक्त हुन्छन्, तर तिनीहरूले सबै महत्त्वपूर्ण एमिनो एसिडहरू समावेश गरेको उच्च मात्राको प्रोटीन प्रदान गर्छन्। +सबै चिन्ताहरूको लागि, हामी आफ्ना पूर्वजातिहरूले आफ्ना "प्रोटिन समस्या" स्वैच्छिक तरिकाले समाधान गरेको हो भने हामीलाई आश्चर्य हुनुहुनेछ कि सावानामा चिम्पहरूले आज जस्तै तरिकाले समाधान गरेको छ। +स्वायत्तिक रूपमा तपाईंको सामान्य निन्द्राको समयमा जागने र केही समयपछि (10–60 मिनेट) निन्द्रा गर्ने उद्देश्यमा जागनेको प्रक्रिया स्लिप इन्टररप्शन हो। +तपाईंलाई पूर्ण रूपमा जागाउँदै तपाईंलाई जागरूपमा ल्याउनकोलागि एक तुलनामा शान्त एलार्म क्लक प्रयोग गरेर यो सजिलै गर्न सकिन्छ। +यदि तपाईंले आफूलाई तपाईंको निन्द्रामा क्लकको रिसेट गरिरहेको पाउनुहुन्छ, त्यो कोठाको अर्को पक्षमा राखिन सक्छ, जसले तपाईंलाई क्लकलाई बन्द गर्नकोलागि बिस्तारबाट बाहिर निस्कन गराउँछ। +अन्य बायोरिथ्म-आधारित विकल्पहरूमा निन्द्राको अगाडि धेरै पानी (विशेष गरी पानी वा चाय, प्रतिष्ठित डायुरेटिक) पिउँछन् र एउटालाई माति गर्न उठाउँछन् भन्ने प्रयास गरिएको छ। +मानिसको आंतरिक शान्तिको मात्रा एकको शरीर र आत्माको तनावको मात्रासँग विपरीत रूपमा सम्बन्धित हुन्छ। +तनाव कम भए, जीवन शक्ति अधिक सकारात्मक हुन्छ। प्रत्येक व्यक्तिले अपरिहार्य शान्ति र संतुष्टि पाउन सक्षम हुन्छ। +सबैलाई प्रज्ञान प्राप्त गर्न सकिन्छ। यस लक्ष्यको मार्गमा एकमात्र चीज हाम्रो तनाव र नकारता हो। +तिबेटी बुद्ध धर्म बुद्धको शिक्षाहरूमा आधारित छ, तर प्रेमको महायान मार्गद्वारा विस्तार गरिएको छ र भारतीय योगको धेरै तंत्रहरूसँगै विस्तार गरिएको छ। +मूल सिद्धान्तमा टिबेटन बुद्ध धर्म अत्यधिक साधारण हो। यसमा कुण्डलिनी योग, ध्यान र सर्वसाधारण प्रेमको मार्ग समावेश हुन्छ। +कुण्डलिनी योगसँग कुण्डलिनी उर्जा (प्रकाशन उर्जा) योग स्थितिहरू, श्वास अभ्यास, मन्त्रहरू र दृष्टिकोणहरूको माध्यमबाट जागरण हुन्छ। +तिबेटको ध्यान केन्द्र देवता योग हो। विविध देवताहरूको दृष्टिकोण मार्फत उर्जा नली पाउँछन्, चक्रहरू सक्रिय हुन्छन् र प्रज्ञान जागरूकता निर्माण हुन्छ। +जर्मनी विश्व युद्ध 2 मा सामान्य दुश्मन थियो, युएसएसएर र अमेरिका बीचको सहकार्यमा पुगेको थियो। युद्ध समाप्त भएपछि प्रणाली, प्रक्रिया र संस्कृतिको संघर्षले देशहरूलाई बाहिर गराएको थियो। +युद्ध समाप्त भएको दुई वर्षपछि, पूर्व सहयोगीहरू अब प्रतिद्वन्द्वीहरू भएका थिए र कल्ड युद्ध सुरु भएको थियो। +यो अर्को 40 वर्षसम्म जारी रहनेछ र प्रत्यक्ष सेनाहरूले अफ्रिका देखि एशिया, अफगानिस्तान, कुबा र धेरै अन्य स्थानहरूमा युद्धस्थलहरूमा युद्ध गर्नेछ। +सेप्टेम्बर 17, 1939 सम्म, पोलिस रक्षा पहिले टूटिएको थियो र एकमात्र आशा रोमानियाको ब्रिजहेडको साथमा पछाडि छोड्नु र पुनःसंग्रह गर्नु थियो। +यद्यपि, यी योजनाहरूलाई एकदम रातभर उपयुक्त बनाएको थियो, जब सोभियतको युनियन रेड अर्मीको 800,000 सैनिकहरूले पोल्याण्डको पूर्वी क्षेत्रहरूमा रिगा शान्ति सम्झौता, सोभियत-पोलिस नान-आक्रमण सम्झौता र अन्य अन्तर्राष्ट्रिय सम्झौताहरूको उल्लंघनमा प्रवेश गरेर बेलारसियन र युक्रेनियन फ्रंटहरू सिर्जना गरे। +सामान पार्नका लागि जहाजहरु प्रयोग गर्नु समुद्रको विरुद्ध बढी बढी मानिसहरु र सामानहरु प्रवास गर्नको सबैभन्दा उत्कृष्ट तरिका हो। +नौसेनाको काम परम्परागत रूपमा तपाईंको देशले तपाईंको मानिस र सामानलाई यातायात गर्न सक्षमता बनाउँछ भन्ने सुनिश्चित गर्नु हो भने तपाईंको दुश्मनको मानिस र सामानलाई यातायात गर्न सक्षमता बनाउँछ भन्ने सुनिश्चित गर्नु हो। +यो सबैभन्दा महत्त्वपूर्ण हालैका उदाहरणहरूमध्ये एक थियो जुन WWII को उत्तर अटलान्टिक अभियान थियो। अमेरिकीहरूले ब्रिटेनलाई मद्दत गर्नका लागि अटलान्टिक समुद्रमा मानव र सामग्रीहरूलाई सर्छन प्रयास गरिरहेको थियो। +यस्तै समयमा, जर्मन नौसेनाले मुख्य रूपमा U-बोटहरू प्रयोग गर्दै यो ट्राफिकको रोक गर्न प्रयास गरिरहेको थियो। +अलियाहरूले असफल भएकोले जर्मनीले ब्रिटेनलाई विजेता हुन सक्थ्यो किनभने यसले युरोपको बाँकी राखेको थियो। +ईरानको जाग्रोस पर्वतहरूमा 10,000 वर्ष पहिले गाईहरूलाई घरेलु बनाउँछ भन्ने देखिएको छ। +प्राचीन संस्कृति र जातिहरूले दुध, केटा, मास र शरीरको आसान प्रवेश गर्नका लागि तिनीहरूलाई राख्न सुरु गरेका थिए। +घरेलु घुँडाहरू प्रायः पहाडहरू वा अन्य घुँडा क्षेत्रहरूमा घुँडाहरूको समूहमा राखिएका थिए, जुन प्रायः बच्चाहरू वा किशोरहरूको गोतेर्डहरूले प्रायः राखिएका थिए, जसलाई अधिक प्रायः जाने गरिएको गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो गाह्रो +16 औं शताब्दीमा इंगलैण्डमा व्यागनवेजहरू बनाइएको थियो। +यद्यपि व्यागनवेको पूर्ण रूपमा वुडको प्यारेल प्ल्यान्कहरू समावेश थिए, तिनीहरूले उनीहरूलाई बढी गति प्राप्त गर्न र दिनको थोरै अधिक खडा मार्गहरू भन्दा बढी भार ल्याउन अनुमति दिए। +ट्रकको स्थानमा राख्नको लागि क्रोसटाइजलाई प्रायः सुरुवातमा प्रस्तुत गरिएको थियो। यद्यपि, स्थानीय रूपमा मान्यता गरिएको थियो कि ट्रकहरूलाई उनीहरूको शीर्षमा आयरनको स्टिप हुनुसार अधिक कार्यकारी हुन सक्छन्। +यो सामान्य गरेको प्रयास बन्नुभयो, तर आयरनले वागनहरूको वुडेन व्हिलहरूमा अधिक प्रयास भएको थियो। +अन्ततः, लकडियो चक्काहरूलाई आयरन चक्काहरूमा प्रतिस्थापन गरिएको थियो। 1767 मा, पहिलो पूर्ण आयरन रेल सुरुवात गरिएको थियो। +पहिलो जानकारी गरिएको प्रवाह चल्नुभएको थियो, मानवहरूले दुई मिलियन वर्ष अघि होमो एरेक्टस (युप्राइट मानव को अर्थ) जन्म भएको समयमा स्थिर रूपमा चल्नुभएको थियो। +तिनीहरूका पूर्वजना, ऑस्ट्रेलियापिथेकसले सामान्यतः स्थिर रूपमा चाल्नुभएको थिएन। +बिपेडल विशेषताहरू 4.2-3.9 मिलियन वर्ष पहिलेको ऑस्ट्रेलोपिथेकसको फोसिलहरूमा पाइन्छन्, यद्यपि साहेलान्थ्रोपसले सात मिलियन वर्ष पहिलेको दुई जुत्ताहरूमा चाल्न सक्थ्यो। +हामीले प्रकृतिको साथ अधिक सहज जीवन सुरु गर्न सक्छौँ, हामीले प्रकृतिको आन्दोलनमा सामेल हुन सक्छौँ, र हामीले केही डिग्रीमा भविष्यको दुखाइ कम गर्न कार्यकारी हुन सक्छौँ। +यो धेरै मामिलाहरूमा लक्षणीय उपचार जस्तो हो। यद्यपि, यदि हामी केही समयसम्म समाधान चाहन्छौँ, तो हामीले समस्याको मूल पाउनु पर्छ र हामीले तिनीहरूलाई असक्षम गर्नु पर्छ। +मानवजनको वैज्ञानिक र तंत्रज्ञानीय प्रगतिहरूको कारण विश्व धेरै परिवर्तन भएको स्पष्ट छ र जनसंख्या बढी भएको र मानवजनको अत्यधिक जीवनशैलीको कारण समस्याहरू बढी बढेको छ। +जुलाई 4 मा काँग्रेसद्वारा यसको प्रयोग गरेपछि, काँग्रेसका अध्यक्ष जोन ह्यानकोक र सचिव चार्ल्स थोमसनद्वारा हातले लिएको ड्राफ्ट जोन डुनलापको प्रिन्टिङ शॉपमा केही ब्लकहरूमा पठाइएको थियो। +150 र 200 को बीचको रातमा प्रतिलिपिहरू बनाइएको थियो, जसलाई अब "डनलप ब्रोडसाइड" भनिन्छ। +डॉक्युमेन्टको पहिलो सार्वजनिक प्रसारण जोन निक्सनद्वारा स्वतन्त्रता हलको यार्डमा 8 जुलाई गरिएको थियो। +एउटा जुलाई 6 मा जोर्ज वाशिंगटनमा पठाइएको थियो, जसले जुलाई 9 मा न्युयोर्कमा आफ्ना सैनिकहरूलाई पठाइएको थियो। एक प्रतिलिपि अगस्ट 10 मा लण्डनमा पुगेको थियो। +25 डन्लप ब्रोडसाइडहरू अझै वास्तवमा छन् जुन दस्तावेजको प्रारम्भिक लेखित प्रतिलिपिहरू हुन्छन्। प्रारम्भिक लेखित प्रतिलिपिहरू बाँकी छैनन्। +धेरै पालेन्टोलॉजिस्टहरूले आज विश्वास गर्छन् कि एक समूह डिनोसाउरहरू बाँच्नुभयो र आज जीवित हुनुहुन्छ। हामीले तिनीहरूलाई पक्षी भन्छौँ। +धेरै मानिसहरूले उनीहरूलाई डायनोसरको रूपमा सोच्न सक्दैन किनभने उनीहरूमा छालहरू हुन्छन् र उनीहरू उडान सक्दछन्। +तर पक्षीहरूको बारेमा अझ धेरै चीजहरू छन् जुन अझै डाइनोसाउर जस्तै देखिन्छन्। +उनीहरूमा स्केल्स र क्लाउस हुन्छन्, उनीहरूले एक्स लगाउँछन् र उनीहरूले टी-रेक्स जस्तै दुई पछाडी खुट्टाहरूमा चाल्नुहुन्छन्। +आज प्रयोग गरिएका सबै कम्प्युटरहरू जानकारीको बिनारी संख्याको रूपमा कोड गरिएको आधारमा आधारित हुन्छन्। +बिनारी संख्यामा दुई मूल्यहरू मध्ये केवल एक मूल्य हुन्छ, यसमा 0 वा 1 हुन्छ, र यी संख्याहरू कम्प्युटरको जर्जनमा प्रयोग गर्नका लागि बिनारी डिजिटहरू - वा बिटहरू भनिन्छ। +आंतरिक विषार तुरून्तै प्रत्यक्ष हुन सक्ने छैन। जोखिम, जस्तो रोग गर्ने संकेतहरू पूर्ण रूपमा सार्वजनिक हुन्छन् जसले तुरून्तै डाइग्नोसिस गर्न सक्ने छैन। +अन्तरिक विषारको सबैभन्दा राम्रो प्रतिबिम्ब एक खुला कन्टेनर को उपचार वा विषारक घरेलु केमिकलहरूको उपस्थिति हुन सक्छ। +त्यो विशेष विषारको विशेष पहिलो सहायताको निर्देशहरूको लेबललाई चेक गर्नुहोस्। +इन्टोमोलोजिस्टहरूले इन्सेक्टहरूको एक समूहमा बगको शब्द एक फर्मल रूपमा प्रयोग गरिएको छ। +यो शब्द बेड-बगहरूसँगको प्राचीन परिचितताबाट प्राप्त हुन्छ, जुन मानवहरूलाई परजीवी बनाउनको लागि उचित रूपमा प्रयोग गरिएको हुन्छन्। +अससिन-बग र बेड-बग दोस्रो व्यक्तिको गृह वा घरमा जीवन गर्न लाई ठेकिएको छन्। +अमेरिकाको संयुक्त राज्यहरूमा, म्युल्टिपल स्क्लेरोसिस (MS) लाई युवा र मध्यम उमेरको वयस्कहरूमा प्रमुख न्यूरोलोजिकल रोगको रूपमा छोडिएको 400,000 जानकारी गरिएको केही मामिलाहरू छन्। +सेन्ट्रल नर्वस सिस्टममा प्रभाव पार्ने एमएस एक रोग हो, जसको ब्रेन, स्पाइनल कोर्ड र ओप्टिक नर्व सहित बनाइएको छ। +अनुसन्धानमा पाएको छ कि स्त्रियाहरू पुरुषहरू भन्दा दुई पटक संभावन छन्। +एक जोडीले यो उनीहरूको सबैभन्दा राम्रो हित मात्र वा उनीहरूको बच्चाको हित मात्र बच्चालाई लान्छ भनेर निर्णय गर्न सक्छन्। +यी जोडीहरूले तिनीहरूको बच्चाको लागि एक एडोप्शन योजना बनाउन चयन गर्न सक्छन्। +अपना बच्चालाई अर्को जोडीलाई माता-पिता बनाउन सक्छन् भन्ने जन्म माता-पिताहरूले उनीहरूको माता-पिता अधिकारहरू समाप्त गर्छन्। +विज्ञानको मुख्य लक्ष्य वैज्ञानिक तरिकाको माध्यममा विश्व कसरी काम गर्छ भन्ने तरिकालाई पत्ता लगाउनु हो। यो तरिका वास्तवमा सबैभन्दा धेरै वैज्ञानिक अनुसन्धानहरूमा सहायता गर्छ। +यद्यपि यो एकल होइन, प्रयोगशाला र प्रयोग सम्भावित अनुमानहरूको एक वा बढी प्रयोगशालाहरूलाई नष्ट गर्नको परीक्षण हो, प्रश्नहरू सोध्ने र हेर्ने प्रयोगशालाहरूले वैज्ञानिक अनुसन्धानलाई प्रदान गर्छ। +प्राकृतिक वैज्ञानिकहरू र दर्शनशास्त्रीहरूले प्राचीन कथाहरूमा ध्यान केन्द्रित गरे र, विशेष गरी, ल्याटिनमा बाइबलमा। +सामान्य विज्ञानका सर्व विषयहरूमा सामान्य विज्ञान सहित सामान्य विज्ञानका सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सहित सामान्य विज्ञान सह +ग्रिकको ज्ञान कमजोर भएपछि, पश्चिमले आफूलाई आफ्नो ग्रिक तत्त्वज्ञानीय र वैज्ञानिक मूलमा छोडिएको महसुस गरे। +धेरैले शारीरिक र व्यवहारमा एन्डोजेनियस चक्रहरूको उपस्थिति र बाइोलोजिकल क्लकको माध्यममा उनीहरूको उत्पादन प्रायः महत्त्वपूर्ण रूपमा निर्भर हुन्छन्। +बाक्टेरिया, फुंगी, पौध, र जनावरहरू सहितका धेरैजसो जीवित व्यक्तिहरूका लागि वार्तमानिक रिथ्यमहरूको विवरण गरिएको छ, जुन बाहिरी वार्तमानिक क्यूहरूको साधारण प्रतिक्रिया होइन। +बायोलोजिकल क्लकहरू स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकिङको समयको अवधि जारी राख्ने स्वतन्त्र चल्ने साइकि�� +हेर्शी र चेस परियोजना डीएनए जेनेटिक सामग्री हो भन्ने प्रमुख सुझावहरू मध्ये एक थियो। +हेर्शी र चेसले ब्याक्टेरियममा आफ्ना आफ्नै डीएनएको इम्प्लान्ट गर्न फेज, वा वायरसहरू प्रयोग गरेका थिए। +तिनीहरूले रेडियोअक्टिव फोस्फोरस वा रेडियोअक्टिव सुल्फरसँग फेजको DNA वा प्रोटिनलाई प्रयोग गर्नुभयो। +परिवर्तनहरूले परिवर्तनको प्रकार, परिवर्तनको प्रभावित जीवनशास्त्रीय सामग्रीको महत्त्व र प्रभावित कोषहरू जर्म-लाइन कोषहरू हुनुहुन्छ भन्दा विभिन्न प्रभावहरू हुन सक्छन्। +केवल जर्म-लाइन कोषहरूमा हुने परिवर्तनहरूलाई बच्चाहरूलाई पठाउन सकिन्छ, जबकि अन्य स्थानहरूमा परिवर्तनहरूले कोष-मृत्यु वा क्यान्सरको कारण हुन सक्छन्। +प्राकृतिक-आधारित पर्यटनले प्राकृतिक क्षेत्रहरूमा प्राकृतिक जीवनको आनन्द लिने उद्देश्यका लागि प्राकृतिक क्षेत्रहरूमा प्रवेश गर्ने जनताहरूलाई आकर्षित गर्छ। +स्थानीय कार्यहरूका उदाहरणहरूमा शिकार गर्ने, माछा गर्ने, फोटोग्राफी, पक्षी हेर्ने र पार्कहरूमा जाने र प्राकृतिक प्रणालीको जानकारी अध्ययन समावेश हुन्छ। +एक उदाहरण बोर्नियोमा ओर्गान्गाटुङ्गको बारेमा भ्यान, फोटोग्राफी गर्नु र सिक्नु हो। +हरेक बिहान, मानिसहरूले आफ्नो कामस्थल जानका लागि कारमा सानो देशको सहरहरूबाट बाहिर जाँदै हुन्छन् र उनीहरूलाई अर्को मानिसहरूद्वारा बाहिर जाँदै हुन्छन् जसको कामको लक्ष्य उनीहरूले पहिले छोडेको स्थान हो। +यो डायनामिक ट्रान्सपोर्ट शटलमा प्रत्येक मानिस केही तरिकाले निजी कारहरूको आधारमा आधारित ट्रान्सपोर्ट प्रणालीसँग जोडिएको छ र यसलाई समर्थन गरिरहेको छ। +विज्ञानले अब यो ठूलो कार्बन अर्थव्यवस्थालाई पहिलेको दुई मिलियन वर्षका लागि मानव विकासको समर्थन गरेको एक स्थिर अवस्थाबाट बाइोस्फियरलाई छोडेको देखाउँछ। +सबैले समाजमा सहभागी हुन्छन् र परिवहन प्रणालीहरू प्रयोग गर्छन्। सबैले परिवहन प्रणालीहरूमा कुरा गर्छन्। +विकासित देशहरूमा तपाईंले पानीको गुणस्तर वा पुलहरू गिर्ने जस्ता समान स्तरको शिकायतहरू कहिल्यै सुन्नुहुन्छ। +ट्रान्सपोर्टेशन प्रणालीहरूले यस्ता शिकायतहरू गराउँछन्, किन तिनीहरू दैनिक रूपमा असफल हुन्छन्? ट्रान्सपोर्टेशन इन्जिनियरहरू केवल अयोग्य हुन्छन्? वा केही अधिक मूलभूत कुरा चलिरहेको छ? +ट्राफिक फ्लो व्यक्तिगत चालकहरू र वाहनहरूको दुई बिन्दुमा यातायात र उनीहरूको एक अर्कोसँगको सञ्चारहरूको अध्ययन हो। +दुर्भाग्यवश, ट्राफिक प्रवाह अध्ययन गर्नु मुश्किल हो किनभने ड्राइभरको व्यवहार एक-सयौं प्रतिशत सुनिश्चिततासँग अनुमान गर्न सकिन्छन्। +शान्तिपूर्ण रूपमा, ड्राइभरहरू तर्कीय रूपमा नियमित दायरामा व्यवहार गर्न प्रेरित हुन्छन्; त्यसैले, ट्राफिक स्ट्रीमहरू केही तर्कीय नियमितता हुन सक्छन् र यसलाई गणितिक रूपमा सार्वजनिक प्रतिनिधित्व गर्न सक्छन्। +ट्राफिक प्रवाह राम्रोसँग प्रतिनिधित्व गर्नका लागि तीन मुख्य विशेषताहरूको बीचमा सम्बन्धहरू स्थापित गरिएको छ: (1) प्रवाह, (2) डेन्सिटी, र (3) वेलिसिटी। +यी सम्बन्धहरूले रोडवे सुविधाहरूको योजना, डिजाइन र सञ्चारहरूमा मद्दत गर्छन्। +जम्बाईहरू हावामा जाने पहिलो जनावरहरू थिए। उनीहरूको उडान गर्ने क्षमताले उनीहरूलाई प्रतिद्वन्दीहरूलाई सजिलो रूपमा बाहिर गर्न सहायता गर्नुभयो र खाद्य र साथीहरूलाई उचित रूपमा पाउन सहायता गर्नुभयो। +धेरै जटिल प्रजातिहरूले आफ्ना छालहरूलाई शरीरको साथमा फोल्ड गर्न सक्षम हुने उपयोग गर्न सक्षम हुन्छन्। +यसले तिनीहरूलाई शिकारहरूबाट बच्नका लागि साना स्थानहरूको ठूलो श्रेणी प्रदान गर्छ। +आज, माइफ्लाई र ड्रैगन फ्लाईहरू पनि उनीहरूका चढाउन सक्दैन। +हजारौँ वर्ष पहिले, एकजना मानिस अरिस्तार्कसले सोलर प्रणाली सूर्यको वरिपरि चाल्नुभएको बताउनुभयो। +केही मानिसहरूले उनी सही थिए भन्ने सोचे तर धेरैजसो मानिसहरूले विपरीत माने; कि सोलर प्रणाली सूर्य (र अन्य ताराहरू) सहित पृथ्वीको वरिपरि चाल्नुभएको थियो। +यो समजनीय देखिन्छ, किनभने पृथ्वी चलिरहेको जस्तै महसुस गरिरहेको छैन, किनभने? +अमेजन नदी पृथ्वीको दोस्रो सबैभन्दा लामो र सबैभन्दा ठूलो नदी हो। यो दोस्रो सबैभन्दा ठूलो नदीको 8 गुणा बढी पानी लाग्छ। +अमेजन पनि पृथ्वीको सबैभन्दा ठूलो नदी हो, केही पटक छ माइल ठूलो हो। +प्रकृतिको नदीहरूबाट समुद्रमा झारेको पूर्ण 20 प्रतिशत पानी अमेजनबाट आउँछ। +मुख्य अमेजन नदी 6,387 किलोमिटर (3,980 माइल) हो। यसले हजारौँ साना नदीहरूबाट पानी सङ्ग्रह गर्छ। +यद्यपि प्यारामिड-निर्माण पुरानो राज्यको अन्तको समयसम्म जारी रहेको थियो, तर गिजाको प्यारामिडहरू तिनीहरूको आकार र तिनीहरूको निर्माणको तकनीकीय उत्कृष्टतालाई कहिल्यै छोडिएको थियो। +नयाँ राज्यको प्राचीन इजिप्टियनहरूले तिनीहरूका पूर्वजनाका प्रतिमाहरूमा आश्चर्य जनाउनुभयो, जुन त्यसपछि हजारौँ वर्ष पुरानो भएको थियो। +व्याटिकन सिटीको जनसंख्या लगभग 800 हो। यो विश्वको सबैभन्दा साना स्वतन्त्र देश हो र सबैभन्दा कम जनसंख्याको देश हो। +वाटिकन सिटीले आफ्नो कानून र अधिकारी सञ्चारहरूमा इटालियन प्रयोग गर्छ। +इटालियन पनि राज्यमा काम गर्ने धेरैजसो व्यक्तिहरूको दैनिक भाषा हो जबकि ल्याटिन धेरैजसो धार्मिक समारोहहरूमा प्रयोग गरिन्छ। +वाटिकन सहरका सबै नागरिकहरू रोमन क्याथोलिक हुन्छन्। +मानवहरूले प्राचीन समयमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चित रूपमा सुनिश्चि +एरिस्टोटल, एक ज्ञानशास्त्रीले सबै चार प्रकृतिहरूको एक वा बढी मिक्समा बनाइएको बताउनुभयो। तिनीहरू पृथ्वी, पानी, हवा र आग हो। +यो मात्राको चार अवस्थाहरू जस्तो थियो (उनीहरू प्रारम्भिक रूपमा): सिल्ड, लिकिड, ग्यास र प्लास्मा, यद्यपि उनी पनि सिद्धान्त गर्नुभयो कि तिनीहरू हामीले देख्ने कुराको रूपमा नयाँ सामग्रीहरूमा परिवर्तन हुन्छन्। +अलोयहरू मूल रूपमा दुईवा वा धेरै धातुहरूको मिश्रण हो। परिकल्पिक टेबलमा धेरै तत्वहरू छन्। +क्याल्सियम र पोटासियम जस्ता पदार्थहरू धातुको रूपमा मानिन्छन्। तथापि, सिल्वर र सुन्दरी जस्ता पदार्थहरू पनि धातुको रूपमा मानिन्छन्। +तपाईँलाई कार्बन जस्ता कम मात्राका नानो-धातुवानी तत्वहरू समावेश गरिएको अलोय पनि हुन सक्छ। +संसारमा सबै वस्तु पदार्थको रूपमा बनाइएको छ। सबै पदार्थहरू परमाणुको रूपमा साना कणले बनाइएको छ। +परमाणुहरू अत्यधिक साना हुन्छन् जसले यो वाक्यको अन्तको समयमा हजारौं परमाणुहरूलाई फिट गर्न सक्छन्। +त्यसर्थ, पेनसिल धेरैजसो मानिसहरूको राम्रो साथी हुनुभयो जब यो बाहिर आएको थियो। +दुःखकारी तरिकाले, लेखनका नयाँ तरिकाहरू प्रस्तुत भएकोले, पेनसिल कम स्तरको स्थानमा राखिएको छ र प्रयोग गरिएको छ। +मानिसहरूले अब कम्प्युटरको स्क्रीनमा सन्देश लेख्नुभएको छ, कहिल्यै शार्पेनरसँग नजिक आउनुपर्छ भन्ने कुरा नभएको छ। +केबोर्ड कुनै नयाँ कुरा आउँछ भने केबोर्ड कसरी हुनेछ भन्ने केही मात्र चिन्ता गर्न सक्छ। +फिसन बमले धेरै प्रोटोन र न्यूट्रोनसँग परमाणुको सामान्य गर्न उर्जा ल्याउँछ भन्ने सिद्धान्तको आधारमा काम गर्छ। +एउटा भारी कार्टलाई पहाडमा चढाउँछ जस्तै विभाजन गरेपछि केही त्यो उर्जालाई जारी गर्छ। +केही परमाणुहरूमा अस्टेबल परमाणु हुन्छन् जसको अर्थ तिनीहरू सानो वा केही प्रेरणाको साथमा विभाजित हुन सक्छन्। +चन्द्रको पृष्ठभूमि ढुङ्गा र धूलको बनाइएको छ। चन्द्रको बाहिरी पृष्ठभूमि क्रस्ट भनिन्छ। +क्रस्ट नजिकको पक्षमा लगभग 70 किलोमिटर ठूलो छ र दूर पक्षमा लगभग 100 किलोमिटर ठूलो छ। +यो मारियाको नीचे सानो हो र उच्च प्रदेशहरूको नीचे ठूलो हो। +क्रस्ट धेरै साना हुन्छ कारण पछाडी पक्षमा मारियाहरू बढी हुन सक्छन्। लवालाई सतहमा पुग्न सजिलो थियो। +सार्वजनिक सिद्धान्तहरू मानिसहरूलाई टिक गराउने कुरा वा तिनीहरूलाई आकर्षित गर्ने कुरा पाउने केन्द्रित गरिएको छ। +यी सिद्धान्तहरूले सुझाउँछन् कि मानवहरूको केही आवश्यकताहरू र वा इच्छाहरू हुन्छन् जुन उनीहरूलाई उनीहरूलाई वयस्क बनाउँछन् भन्ने रूपमा आंतरिक गरिएको छ। +यी सिद्धान्तहरूले केही व्यक्तिहरूको बारेमा हेर्छन् जसले तिनीहरूलाई तिनीहरूले गर्ने वस्तुहरू चाहन्छ र तिनीहरूको परिवेशमा केही वस्तुहरूले तिनीहरूलाई केही वस्तुहरू गर्न चाहन्छ वा नगर्न सक्छ भन्ने बारेमा हेर्छन्। +दुई लोकप्रिय सामग्री सिद्धान्तहरू मास्लोको आवश्यकताको श्रेणी सिद्धान्त र हर्ट्जबर्गको दुई कारक सिद्धान्त हो। +सामान्यतया बोलिए, व्यवस्थापकहरूले आफ्ना पूर्व सहकर्मीहरूलाई नेतृत्व गर्नु सुरु भएपछि दुई व्यवहारहरू प्रस्तुत हुन सक्छन्। स्पेक्ट्रमा एउटा अन्तको प्रयास गरिरहेको छ कि “एउटा पुरुष” (वा स्त्री) बन्नुहोस्। +यो प्रकारको व्यवस्थापकहरूले अलोकप्रिय निर्णय गर्न, नियमित कार्य प्रदर्शन गर्न, प्रदर्शनको मूल्यांकन गर्न, जिम्मेवारी प्रतिनिधित्व गर्न र मानिसहरूलाई जिम्मेवारी गर्न समस्या भएको छ। +स्पेक्ट्रमको अर्को किनारमा, एउटा व्यक्तिले एउटा अपहरण गर्ने व्यक्तिमा परिवर्तन हुन्छ जसले उहाँ वा उहाँको टोलीले गरेको सबै कुराहरूलाई परिवर्तन गर्नुपर्छ र यसलाई उहाँको स्वयंको बनाउनुपर्छ महसुस गर्छ। +अन्ततः, नेताले टोलीको सफलता र असफलताको जिम्मेवारी हुन्छ। +यो व्यवहार धेरै पटक नेताहरू र टोलीको बाँकीको बीचमा विभाजन भएको परिणाम हुन्छ। +वर्चुअल टोलीहरू परम्परागत टोलीहरूको तुलनामा उत्कृष्टताको उच्च मानकहरूमा राखिएको छ, तर त्यहाँ साना फरकहरू हुन्छन्। +वर्चुअल टोलीका सदस्यहरूले आफ्नो तुरून्तै शारीरिक समूहको लागि सम्पर्कको बिन्दुको रूपमा कार्य गर्छन्। +तिनीहरू प्रायः साधारण टोलीका सदस्यहरूभन्दा बढी स्वतन्त्रता गर्छन् किनभने तिनीहरूका टोलीहरू विभिन्न समय क्षेत्रहरूको अनुसार मिल्न सक्छन् जसलाई तिनीहरूको स्थानीय व्यवस्थापनले सम्झन सक्ने छैन। +एक वास्तविक “अदृश्य टोली” (लार्सन र लाफास्टो, 1989, पृष्ठ 109) पनि एक वायर्चुअल टोलीको अदृश्य कम्पनेन्ट हो। +“अदृश्य टोली” हरेक सदस्यले रिपोर्ट गर्ने व्यवस्थापन टोली हो। अदृश्य टोलीले हरेक सदस्यको लागि मानक स्थापना गर्छ। +एक संस्थाले सिकाउने संस्थाको स्थापना गर्ने समय लाग्ने प्रक्रिया गर्न चाहन्छ किन? संस्थाको सिकाउने सिद्धान्तहरूलाई प्रयोग मा ल्याउने एक लक्ष्य प्रविधि हो। +जब सबै उपलब्ध संसाधनहरू एक संगठनका कार्यकारी विभागहरूमा प्रभावशाली रूपमा प्रयोग गरिन्छ, कलात्मकता र कलात्मकता प्रकट हुन सक्छ। +यसका परिणाम, अवरोधको सामना गर्न एक संगठनको कामको प्रक्रिया ग्राहकको आवश्यकता सेवा गर्न नयाँ अनुभवी प्रक्रियामा प्रवेश गर्न सक्छ। +एक सङ्गठनलाई अन्वेषण गर्न संगठित ज्ञान र संगठित शिक्षा साथै अन्वेषणको संस्कृति निर्माण गर्नुपर्छ। +एन्जल (2006), संगठनहरूलाई प्रदर्शनको उच्च स्तरमा पुग्न मद्दत गर्न प्रयोग गरिएको कन्टिनियम प्रक्रियाको वर्णन गर्छ। +न्यूरोबियोलोजिक डाटाले ज्ञानको अनुसन्धानमा सिद्धान्तीय प्रक्रियाको लागि शारीरिक प्रमाण प्रदान गर्छ। त्यसर्थ यसले अनुसन्धानको क्षेत्रलाई साना गर्छ र यसलाई धेरै स्पष्ट बनाउँछ। +ब्रेन प्याथलोजी र व्यवहारको सम्बन्धले वैज्ञानिकहरूलाई तिनीहरूको अनुसन्धानमा सहायता गर्छ। +यो लामो समयसम्म जानिएको छ कि विभिन्न प्रकारको मस्तिष्क क्षति, ट्रामा, लेसियन र क्षतिहरूले व्यवहार प्रभाव गर्छन् र केही मानसिक कार्यहरूमा परिवर्तन हुन्छन्। +नयाँ प्रविधिहरूको वृद्धिले हामीलाई बिना देखिएको मस्तिष्क संरचना र प्रक्रियाहरूलाई देख्न र जाँच गर्न अनुमति दिन्छ। +यसले हाम्रो मनमा प्रक्रियाहरू बुझ्न सहायता गर्ने सिमुलेसन मॉडलहरूको लागि धेरै जानकारी र सामग्री प्रदान गर्छ। +यद्यपि AI वैज्ञानिक कथाको एक महत्त्वपूर्ण अर्थ हो, AI कम्प्युटर वैज्ञानको एक महत्त्वपूर्ण विभाग बनाउँछ, जसमा व्यवहार, सिकाउँछ र मशीनमा बुद्धिमय परिवर्तन सम्बन्धि गर्छ। +AI मा अनुसन्धानमा मशीनहरू बनाउँछ जसले बुद्धिमान व्यवहार आवश्यक गर्ने कार्यहरूलाई स्वचालित बनाउँछ। +उदाहरणहरूमा नियन्त्रण, योजना र निर्धारण, ग्राहकको चिकित्सा र सवालहरूमा जवाफ गर्ने क्षमता, ह्यांडव्रिटिङ पहिचान, आवाज र मुख समावेश गरिएको छ। +यस्ता चीजहरू वास्तविक जीवनको समस्याहरूको समाधान प्रदान गर्ने विशेष प्रशिक्षणहरू बनेको छ। +एआई प्रणाली अब अर्थव्यवस्था, चिकित्सा, इन्जिनियरिङ र सेनाका क्षेत्रहरूमा प्रायः प्रयोग गरिएको छ, जसलाई धेरै घरका कम्प्युटर र भिडियो खेल सॉफ्टवेअर उपयोगहरूमा निर्माण गरिएको छ। +कक्षाको कुनै पनि कक्षामा क्षेत्री यात्राहरू ठूलो हिस्सा हुन्छन्। धेरै पटक एक शिक्षकले आफ्ना विद्यार्थीहरूलाई जहाँ बस यात्रा विकल्प नभएको स्थानहरूमा जान चाहन्छन्। +प्रविधिले फिर्टिवल फिल्ड ट्रिपहरूसँग समाधान प्रस्तुत गर्छ। विद्यार्थीहरूले संग्रहालयका कलाकृतिहरू हेर्न सक्छन्, एक एक्वेरियममा जान सक्छन् वा उनीहरूको वर्गसँग बैठिरहेको समयमा सुन्दर कलाले प्रशंसा गर्न सक्छन्। +एउटा क्षेत्रीय यात्राको सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार्वजनिक सार् +उदाहरणका लागि, उत्तरी क्यारोलिनाका बेन्नेट स्कुलका विद्यार्थीहरूले राज्य राजधानीको उनीहरूको यात्राको बारेमा वेबसाइट डिजाइन गर्छन्, प्रत्येक वर्ष वेबसाइट पुनःनिर्माण हुन्छ, तर पुरानो संस्करणहरू स्क्रैपबुकको रूपमा सेवा गर्न ऑनलाइन राखिएको छ। +ब्लगहरूले विद्यार्थीको लेखन सुधार गर्न पनि मद्दत गर्न सक्छन्। विद्यार्थीहरूले प्रायः उनीहरूको ब्लग अनुभव स्लोपी ग्रामर र स्पेलिङ साथमा सुरु गर्छन्, जसमा प्रायः एक प्रेक्षकको उपस्थितिले परिवर्तन गर्छ। +विद्यार्थीहरू प्रायः सबैभन्दा महत्त्वपूर्ण दर्शकहरू हुन्छन् त्यसैले ब्लग लेखकले टिप्पणीबाट बच्नका लागि लेख सुधार गर्न संघर्ष सुरु गर्नु सुरु गरेको छ। +पनि ब्लग गर्नुले "विद्यार्थीहरूलाई तिनीहरूको विश्वको बारेमा बढी जानकारी प्राप्त गर्न प्रेरित गर्छ।" प्रेरित गर्नुको आवश्यकताले विद्यार्थीहरूलाई स्पष्ट र रमाइलो बनाउन प्रेरित गर्छ (टोटो, 2004)। +ब्लगिङ एक साधन हो जसले सहकार्य प्रेरित गर्छ र परम्परागत विद्यालयको दिनसँग अधिक अध्ययन गर्न विद्यार्थीहरूलाई प्रोत्साहन गर्छ। +ब्लगहरूको उचित प्रयोग "विद्यार्थीहरूलाई अधिक विश्लेषणीय र आलोचनीय बनाउन सक्छ; इन्टरनेटका सामग्रीहरूसँग सक्रिय रूपमा प्रतिक्रिया गरेर, विद्यार्थीहरूले अर्कोका लेखहरूको संदर्भमा आफ्ना स्थान प्रस्तुत गर्न सक्छन् र विशेष मुद्दाहरूमा आफ्ना दृष्टिकोणहरू प्रस्तुत गर्न सक्छन् (Oravec, 2002)। +ओटावा क्यान्डाको आकर्षण, बिलिङ्गुअल राजधानी हो र यसमा क्यान्डाको भएको र हालको कुरा देखाउने कला गलेरी र संग्रहालयहरूको एक श्रृंखला हुन्छ। +देखि दक्षिणमा नियागरा झरना हो र उत्तरमा मुस्कोका र बाहिरका प्राकृतिक सुन्दरताको घर हो। +यी सबै वस्तुहरू र अझ वास्तवमा ओन्टारियोलाई विदेशीहरूद्वारा प्रायः क्यान्डियनको रूपमा सम्मानित गरिएको छ भनि प्रकाशित गरिएको छ। +उत्तरी ठूलो क्षेत्रहरू धेरै रूपमा स्थानीय मानिसहरूको संख्या कम छ र केही ठूलो वन्यजन्तुवासी क्षेत्रहरूमा मानिसहरूको संख्या कम छ। +जनसंख्याको तुलनामा धेरैलाई आश्चर्य गर्ने: अमेरिकामा क्यान्डियन नागरिकहरूसँग अफ्रिकी अमेरिकीहरू धेरै छन्। +ईस्ट अफ्रिकी टापुहरू अफ्रिकाको पूर्वी तटबाट इन्डियन महासागरमा हुन्छन्। +माडागास्कर सबैभन्दा बढी ठूलो छ र जब वाइल्डलाइफ मा आउँछ भने यो एउटा प्रदेश हो। +धेरै साना टापुहरू स्वतन्त्र राष्ट्रहरू हुन्छन्, वा फ्रान्ससँग जोडी हुन्छन् र प्रसिद्ध गरिएको लक्जरी बिच रिजर्टको रूपमा थाहा हुन्छन्। +अरबहरूले प्रदेशहरूमा पनि इस्लाम लाई ल्याएको थियो र यो कोमोरोस र मायोटमा ठूलो मात्रामा ल्याएको थियो। +युरोपेली प्रभाव र कोलोनियलिज्म 15 औं शताब्दीमा सुरु भएको थियो, जब पोर्टुगेली अन्वेषक वास्को डा गामाले युरोपबाट भारतको क्याप मार्ग पाए। +उत्तरमा साहेलले क्षेत्र सीमित गरेको छ र दक्षिण र पश्चिममा एटलान्टिक महासागरले क्षेत्र सीमित गरेको छ। +महिलाहरू: कुनै पनि महिला यात्रीहरूले वास्तविक विवाहित स्थितिको कुनै पनि रूपमा ती विवाहित हुनुभएको बताउनुपर्ने सुझाव गरिएको छ। +यसको लागि पनि एउटा रिङ लगाउन मद्दत हुन्छ (मात्र एउटा कुनै पनि महँगो देखिने रिङ होइन। +महिलाहरूले संस्कृतिक फरकहरूले तिनीहरूलाई शोषण मानिने कुराको परिणाम हुन सक्छ र तिनीहरूलाई हातमा पकडिएको, साथ मारिएको जस्तै चीजहरूमा पछ्याउनु सामान्य होइन। +पुरुषहरूलाई फिर्ता गर्न स्थिर रहनुहोस्, र तपाईंको जमिन (संस्कृतिक फरक वा के हो, यो तपाईंलाई सहज बनाउँछ! ) स्थापित गर्न डर गर्नुहोस्। +कासाब्लान्काको आधुनिक शहर 10 औं शताब्दी BCE मा बर्बर माहितीकारहरूले स्थापित गरेको थियो र फोेनिसियनहरू, रोमानहरू र मेरेनिडहरूले एन्फा भनिएको रणनीतिक पोर्टको रूपमा प्रयोग गरेको थियो। +पोर्टुगेलीले यसलाई नष्ट गरेको र 1755 मा भूकम्पको बादमा यसलाई छोड्न कसा ब्रान्काको नाममा फिर्ता गरेको थियो। +मोरक्कोको सुल्तानले सहरलाई दारु ल-बाड्याको रूपमा पुनर्निर्माण गरेको थियो र यो स्पेनी व्यापारीहरूद्वारा त्यहाँ व्यापारी आधार स्थापित गरेको कासाब्लान्काको नाम दिएको थियो। +कासाब्लान्का मोरोकोको सबै स्थानहरूमध्ये खरिद गर्न सबैभन्दा कमजोर स्थानहरूमध्ये एक हो। +पुराना मेडिनाको क्षेत्रमा प्राचीन मोरोको सामानहरू विक्री गर्ने स्थानहरू पाउन सजिलो हुन्छ, जसका लागि ट्यागिन, पोटरी, लेथर सामानहरू, हुकाह र जीगावको पूरा स्पेक्ट्रमा समावेश हुन्छन्, तर यो सबै पर्यटकहरूको लागि हुन्छ। +गोमा र्वाण्डाको उत्तरी पूर्वमा लोकतन्त्रवादी गणराज्य कोन्गोको पर्यटन सहर हो। +2002 मा गोमालाई न्यिरागोङ्गो ज्वालामुखीबाट आएको ज्वालामुखीले धेरैजसो सहरका सडकहरू, विशेष गरी सहरको केन्द्रलाई समाप्त गरेको थियो। +जबकि गोमा राम्रोसँग सुरक्षित छ, गोमाको बाहिरको कुनै भ्यानको अनुसन्धान गर्नुपर्छ जसले उत्तरी किभु प्रान्तमा संघर्ष गरिरहेको अवस्थाको बारेमा सम्झनको लागि गर्नुपर्छ। +यो सहर अफ्रिकाका केही सस्तो माउन्टेन गोरिला ट्र्याकिङको साथमा न्यिरागोङ्गो ज्वालामुखीलाई चढाउने आधार पनि हो। +तपाईंले गोमाको वरिपरि बोडा-बोडा (मोटरसाइकल ट्याक्सी) प्रयोग गर्न सक्नुहुन्छ। सामान्य (स्थानीय) किनारा लामो यात्राको लागि ~500 कोंगोलेस फ्रान्सको हुन्छ। +यसका सम्बन्धित अप्रत्यक्षतासँग जोडिएको "टिम्बुक्टु" विदेशी, दूर भूमिहरूको लागि रूपान्तरणको रूपमा प्रयोग गरिनेछ। +आज, टिम्बुक्टु एक गरिब सहर हो, यद्यपि यसको प्रतिष्ठाले यसलाई पर्यटकको आकर्षण बनाउँछ, र यसमा विमानस्थल छ। +1990 मा यो ज्वालामुखी रहेको क्षेत्रहरूको विश्व सम्पदाको सूचीमा थपिएको थियो। +हेन्री लुइस गेट्सको PBS विशेष अफ्रिकी विश्वको चमत्कारहरूमा यो एउटा मुख्य स्टॉप थियो। +यो सहर देशका अन्य सहरहरूको विपरीतमा छ, किनभने यसमा अफ्रिकी सहरको बढी एरबिक फ्लायर छ। +क्रुजर नेसनल पार्क (KNP) दक्षिण अफ्रिकाको उत्तर-पूर्वमा छ र पूर्वमा मोझाम्बिकको सीमामा छ, उत्तरमा जिम्बाब्वेको सीमामा र दक्षिणी सीमा क्रोकोडाइल नदी हो। +पार्कको क्षेत्र 19,500 किलोमिटर भन्दा बढी छ र यसलाई 14 विभिन्न एकोजोनमा विभाजित गरिएको छ, जसमा प्रत्येक वाइल्डलाइफको समर्थन गरिएको छ। +यो दक्षिण अफ्रिकाका मुख्य आकर्षणहरूमध्ये एक हो र यो दक्षिण अफ्रिकी राष्ट्रिय पार्कहरूको (SANParks) फ्ल्यागशिप मानिन्छ। +सर्व दक्षिण अफ्रिकी राष्ट्रिय पार्कहरू जस्तै पार्कमा दैनिक संरक्षण र पार्कमा प्रवेश लागत हुन्छ। +वाइल्ड कार्ड खरिद गर्नु पनि एउटाको लागि लाभदायक हुन सक्छ, जसले दक्षिण अफ्रिकाका पार्कहरूका कुनै चयनहरूमा प्रवेश प्रदान गर्छ वा सम्पूर्ण दक्षिण अफ्रिकाका राष्ट्रिय पार्कहरूमा प्रवेश प्रदान गर्छ। +होन्ग काङ्ग टापुले होन्ग काङ्गको क्षेत्रलाई होन्ग काङ्गको नाम दिएको छ र यो एक स्थान हो जुन धेरै पर्यटकहरूले मुख्य केन्द्रको रूपमा हेर्छन्। +होन्ग काङ्गको स्काइलाइन बनाउने भवनहरूको प्रदर्शनलाई विक्टोरिया हर्बरको पानीको उपस्थितिसँग प्रस्तुत गरिएको एक चमेरो बार चार्टमा तुलना गरिएको छ। +होन्ग काङ्गको सर्वश्रेष्ठ दृश्यहरू प्राप्त गर्न, टापुलाई छोड्नुहोस् र कोलोनको पानीकोटको विपरीतमा जानुहोस्। +होन्ग काङ्ग टापुको बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी बढी +यो स्थान ब्रिटिश कलोनिसरहरूले आफ्नो स्थानमा ल्याएको थियो र यदि तपाईं क्षेत्रको कलोनियल भएको प्रमाणलाई खोज्दै हुनुहुन्छ, यो सुरुवात गर्न राम्रो स्थान हो। +सुन्डरबान विश्वको सबैभन्दा ठूलो समुद्री मङ्ग्रोव बेल्ट हो, जसले समुद्री तटबाट 80 किलोमिटर (50 माइल) लामो बाँग्लादेशी र भारतीय पृष्ठभूमिमा फैलिएको छ। +सुन्दरबन एक UNESCO वर्ल्ड हरिटेज साइटको रूपमा घोषित गरिएको छ। भारतीय क्षेत्रको अन्तरिक्षको भाग सुन्दरबन राष्ट्रिय पार्क भनिन्छ। +जुन्गलहरूको केही अन्तिम बाँच्ने स्टैन्डहरू पनि समावेश हुन्छन् — जुन्गलहरूले एकपटक गंगेटिको प्लेनलाई कब्जा गरेको थियो। +सुन्डरबानको क्षेत्र 3,850 किलोमिटर भन्दा बढी छ, जसमा पानी/मर्श क्षेत्रहरूमा लगभग एक-तिहाई क्षेत्र समावेश गरिएको छ। +सन् 1966 देखि सुन्डरबान वन्यजीव स्थानीयता हो र यो अनुमान गरिएको छ कि यो क्षेत्रमा अब 400 राज्य बेङ्गाली टाइगरहरू र लगभग 30,000 स्पॉटेड डेरहरू छन्। +बसहरू पूरा दिनको लागि इन्टर-डिस्ट्रिक्ट बस स्टेशन (नदीको विरुद्ध) छोड्छन्, यद्यपि धेरै, विशेष रूपमा पूर्वी दिशामा जाने र जकार/बमथाङको बसहरू 06:30 सम्म 07:30 सम्म छोड्छन्। +इन्टर-डिस्ट्रिक्ट बसहरू प्रायः पूर्ण हुन्छन् जसका लागि केही दिन अगाडि टिकट खरिद गर्न सल्लाह गरिएको छ। +धेरै जिल्लाहरूमा साना जापानी कोस्टर बसहरू सेवा गरिएको छ, जुन सजिलो र स्थिर हुन्छन्। +पारो (Nu 150) र पुनाखा (Nu 200) जस्ता नजिक स्थानहरूमा यात्रा गर्नका लागि साझेद ट्याक्सी एउटा त्वरित र सजिलो माध्यम हो। +ओयापोक नदी पुल केबल-स्टेड पुल हो। यसले ब्राजिलको ओयापोक सहरहरू र फ्रेन्च गियानाको सेन्ट-जोर्ज डे ल'ओयापोक सहरहरूमा जोड गर्न ओयापोक नदी पार गर्छ। +दुई शिखरहरू 83 मिटरको उच्चतामा उडाउँछन्, यो 378 मिटर लामो छ र यसमा 3.50 मिटर चौडा दुई लाइनहरू छन्। +पुलको नीच्या स्तरमा क्लिअरेन्स 15 मिटर छ। निर्माण अगस्ट 2011 मा पूरा गरिएको थियो, यो मार्च 2017 सम्म सर्वाधिकारी वाहनहरूलाई खुला गरेको छैन। +यो पुल सम्पूर्ण रूपमा सेप्टेम्बर 2017 मा सक्रिय हुनेछ, जब ब्राजिलको क्युस्टम चेकपोइन्टहरू समाप्त हुने अपेक्षा गरिएको छ। +गुरानी पूर्वी परागुएको जमिनमा बस्ने सबैभन्दा महत्त्वपूर्ण स्वदेशी समुह हुनुहुन्थ्यो, जसले सेमी-नोमाडिक शिकारको रूपमा जीवन गर्नुभएको थियो र उनीहरूले जीवनशास्त्रीय कृषि प्रयोग गर्नुभएको थियो। +चाको क्षेत्र गुयकुरू र पायागुा जस्ता स्वदेशी जातिहरूका अन्य समूहहरूको घर थियो, जसले शिकार, एकत्रीकरण र मछ्याउँदा जीवित रहेका थिए। +16 औं शताब्दीमा परागुआई, पहिले "इन्डियाको विशाल प्रान्त" भनिएको थियो, जुन स्पेनियाली विजेताहरूको स्थानीय आदिवासी समूहहरूसँगको सामनामा जन्म भएको थियो। +स्पेनियार्डहरूले तीन शताब्दीको समयसम्म स्थापनाकाल सुरु गरेको थियो। +सन् 1537 मा एसुन्सियनको स्थापनापछि, परागुआईले आफ्ना धेरैजसो प्राचीन व्यक्तित्व र पहिचान राख्न सफल भएको प्रयास गरेको छ। +अर्जेन्टिनाले विश्वमा सबैभन्दा राम्रो पोलो टोलीहरू र खेलाडीहरू छन्। +वर्षको सबैभन्दा ठूलो प्रतियोगिता डिसेम्बरमा लास कानिटासको पोलो फिल्डमा हुन्छ। +साना प्रतियोगिताहरू र म्याचहरू यस वर्षको अन्य समयहरूमा पनि देखिन सकिन्छ। +प्रतियोगिताहरूको समाचार र पोलो म्याचहरूका लागि टिकटहरू कहाँ खरिद गर्नुहोस्, असोसियासियन अर्जेन्टिना डे पोलो लाई चेक गर्नुहोस्। +अधिकारी फाल्क्ल्याण्डको मुद्रा फाल्क्ल्याण्ड पाउण्ड (FKP) हो जसको मूल्य एक ब्रिटिश पाउण्ड (GBP) सम्बन्धी समान स्थापित गरिएको छ। +स्टेनलीको फिक वेस्ट स्टोरको विरुद्धमा समुद्री टापुहरूमा एक एकजना बैंकमा पैसा बदल्न सकिन्छ। +ब्रिटिश पाउण्डहरू प्रायः टापुको कुनै ठाउँमा स्वीकार्य हुन्छन् र स्टेनली क्रेडिट कार्डहरू र संयुक्त राज्य डलरहरू पनि प्रायः स्वीकार्य हुन्छन्। +ब्रिटिश र संयुक्त राज्य मुद्रा लिन सकिन्छ तर बाहिरी टापुहरूमा क्रेडिट कार्डहरू सम्भवतः स्वीकार्य हुन सक्छन्, कुनै स्वीकार्य पेमेन्ट पद्धत निश्चित गर्नका लागि पहिलेसम्म आफ्ना मालिकहरूसँग चेक गर्नुहोस्। +द्वीपहरूबाट बाहिर फाल्क्ल्याण्डको मुद्रा बदल्न मात्रै सम्भव छैन, त्यसैले द्वीपहरूबाट बाहिर जानु अघि पैसा बदल्नुपर्छ। +मोन्टेविडो ईक्वाटरको दक्षिणी छ, त्यहाँ उष्ण मौसम हुन्छ जब उत्तरी हेमिस्फियरमा हिउँ हुन्छ र उत्तरी हेमिस्फियरमा उष्ण मौसम हुन्छ र उत्तरी हेमिस्फियरमा हिउँ हुन्छ। +मोन्टेविडो सब्ट्रोपिकमा छ; गर्मी महिनाहरूमा, +30°C भन्दा उच्च तापमान सामान्य हुन्छ। +हिउँको मौसम कथित रूपमा खतरनाक हुन सक्छ: तापक्रमहरू बारम्बार फ्रिजिङ भन्दा कम हुन्छन्, तर हावा र वातावरणले यो थर्मोमेटरको बारेमा कल्डो महसुस गराउँछन्। +कुनै विशेष "वर्षा" र "सूखा" मौसमहरू छैन: वर्षको प्रत्येक महिनामा वर्षाको मात्रा लगभग समान रहेको छ। +पार्कमा धेरै जनावरहरू मानवहरू हेर्न सक्षम हुन्छन्, तर वन्यजीवन अझै वन्य रहनुपर्छ र भोजन गर्नु वा त्रास गर्नु पर्दैनौँ। +पार्कका अधिकारीहरूको अनुसार, बार र वोल्फसँग कम्तीमा 100 यार्ड/मिटर दूर र सबै अन्य जंगली जनावरहरूसँग 25 यार्ड/मिटर दूर बस्नुहोस्! +तिनीहरू कसरी शान्तिपूर्ण हुन्छ भन्ने पनि बिसन, एल्क, मुस, बार्स र धेरै ठूलो जनावरहरूले आक्रमण गर्न सक्छन्। +प्रत्येक वर्ष, दर्जनौँ प्रवासीहरू चोट गर्छन् किनभने उनीहरूले ठीक दूरी बनाएको थिएन। यी जनावरहरू ठूलो, वाइल्ड र संभावित रूपमा खतरनाक हुन्छन्, त्यसैले उनीहरूलाई उनीहरूको स्थान दिनुहोस्। +यसको अतिरिक्त, प्रत्यक्षात्मक खानाहरूले चमेरोहरू र अन्य जन्मजन्मी जीवहरूलाई आकर्षित गर्छन्, त्यसैले प्रत्यक्षात्मक खानाहरूलाई छोड्नु वा उनीहरूलाई छोड्नु र एउटा सफा क्याम्प बनाउनु हुन्छ। +अपिया समोआको राजधानी हो। यो सहर उपोलु टापुको टापुमा छ र 40,000 भन्दा कम जनसंख्या छ। +एपिया 1850 मा स्थापित गरिएको छ र समोआको अधिकारी राजधानी 1959 सम्म छ। +हार्बर 1889 मा जर्मनी, संयुक्त राज्य अमेरिका र ब्रिटेनका सात जहाजहरुले हार्बर छोड्न अस्वीकृत गर्नुभएको एक प्रतिनिधित्वको स्थान थियो। +सबै जहाजहरु पानीमा गिरएको थियो, केवल एक ब्रिटिश क्रूजर बचेको थियो। लगभग 200 अमेरिकी र जर्मन जीवनहरु गुमाएको थियो। +स्वतन्त्रताको लडाईमा माउ आन्दोलनले संग्रह गरेको सहरमा शान्तिपूर्ण सम्मेलनमा प्रमुख प्रधान टुपुआ तमसेसे लेलोफी III को हत्या भएको थियो। +अकल्याण्डको दुई हार्बरहरूको स्ट्रेडलिङको कारण धेरै समुद्री तटहरू हुन्छन्। सबैभन्दा लोकप्रिय तीन क्षेत्रहरूमा हुन्छन्। +उत्तरी शॉर समुद्री तटहरू (उत्तरी हार्बर जिल्लामा) प्रशान्त समुद्रमा हुन्छन् र उत्तरमा लाङ्ग बेकबाट दक्षिणमा डेभोनपोर्टसँग एउटा समुद्री तटहरू हुन्छन्। +तिनीहरू लगभग सबै सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती सुरुवाती +टामाकी ड्राइभ समुद्री तटहरू मिशन बे र सेन्ट्रल एकल्याण्डको मिशन बे र स्ट हेलियर्सको उपमार्केट सबर्बमा वाइटेमाटा हार्बरमा हुन्छन्। +यी केही प्रकारका परिवार समुद्र तटहरू हुन्छन् जहाँ समुद्र तटका लाइन गरिएका राम्रो शोपहरू हुन्छन्। स्विमिङ सुरक्षित हुन्छ। +मुख्य स्थानीय बियर 'नम्बर वन' हो, यो एक जटिल बियर होइन, तर राम्रो र स्वस्त हो। अर्को स्थानीय बियर 'मान्ता' भनिन्छ। +फ्रेन्च वाइनहरू धेरै छन्, तर न्युजील्यान्ड र ऑस्ट्रेलियन वाइनहरू राम्रोसँग यात्रा गर्न सक्छन्। +स्थानीय पानी पूर्ण रूपमा पिन्न सुरक्षित छ, तर बोटल पानी तपाईं डराउँछ भने सोध्न सजिलो छ। +ऑस्ट्रेलियालीहरूका लागि 'फ्लैट वाइट' कोफी विदेशी विचार हो। कालो कोफी 'एस्प्रेसो' हो, क्यापुचिनो क्रिम (न फ्रोथ) भएको उच्च मात्र हो र चाय दुध बिना सेवा गरिन्छ। +गर्म चोकलेट बेल्जियन मानकहरूसँग समान हुन्छ। फ्रुट ज्युसहरू महँगो हुन्छन् तर उत्कृष्ट हुन्छन्। +रिफमा धेरै यात्राहरू प्रत्येक वर्षको समयमा गरिएको छ र रिफमा उनीहरूको कुनै कारणले भएको चोटहरू दुर्लभ हुन्छन्। +यद्यपि, अधिकारीहरूबाट सलाह लिनुहोस्, सबै चिन्हहरूलाई पालन गर्नुहोस् र सुरक्षाको चेतावनीहरूलाई जल्दै ध्यान दिनुहोस्। +बोक्स जेलीफिश 1770 को उत्तरमा अक्टोबर सम्म अप्रिल सम्म समुद्री तटहरू र नदीको स्तनहरूको नजिक हुन्छन्। तिनीहरूलाई केही पनि यी समयहरूबाट बाहिर पाउन सकिन्छ। +शार्कहरू वास्तवमा छन् तर तिनीहरूले मानिसहरूलाई दुर्लभ रूपमा आक्रमण गर्छन्। धेरैजसो शार्कहरू मानिसहरूसँग डरिरहेका हुन्छन् र तिनीहरू पानीमा साँझ्न जान्छन्। +सल्टवाटर क्रोकडाइलहरू समुद्रमा सक्रिय रूपमा जीवन गर्नुहुन्छन्, तिनीहरूको प्राथमिक आवास रक्हम्प्टनबाट उत्तरमा नदीको समुद्री महासागरमा हुन्छ। +अगाडि बुकिङको लागि यात्रीलाई मन को शान्ति प्राप्त हुन्छ कि उनीहरू आउँछन् जब तिनीहरू आउँछन् भने उनीहरूलाई कहिल्यै निन्द्रा गर्न कुनै ठाउँ छ। +यात्रा एजेन्टहरूले विशेष होटेलहरूसँग प्रायः सम्झौता गर्छन्, तर तपाईंले यात्रा एजेन्टको माध्यममा अन्य आवास प्रक्रियाहरू जस्तै क्याम्पिङ ग्राउंडहरू प्रक्रिया गर्न सम्भव हुन सक्छ भन्ने पनि पाउन सक्नुहुन्छ। +यात्रा एजेन्टहरूले प्रायः ब्रेकफास्ट, विमानस्थलबाट वा विमानस्थलबाट वा संयोजित फ्लाइट र होटेल प्याकेजहरू समावेश गरिएको प्याकेजहरू प्रस्तुत गर्छन्। +तपाईंलाई प्रस्ताव वा तपाईंको लक्ष्यका लागि अन्य दस्तावेजहरू प्राप्त गर्न समय आवश्यक हुन्छ भने तिनीहरूले तपाईंको लागि रिजर्वेसन पनि गर्न सक्छन्। +कुनै पनि सुधार वा अनुरोधहरू यात्रा एजेन्टको माध्यममा पहिले गर्नुपर्छ र होटेलसँग प्रत्यक्ष गर्नुपर्छन्। +केही त्योहारहरूका लागि, संगीत त्योहारहरूका ठूलो बहुमत सहभागीहरूले स्थानमा क्याम्प गर्ने निर्णय गर्छन्, र धेरै सहभागीहरूले यो अनुभवको महत्त्वपूर्ण हिस्सा मान्छन्। +यदि तपाईं कार्यमा नजिक हुन चाहनुहुन्छ भने तपाईंलाई म्युजिकको नजिक क्याम्पिङ साइट प्राप्त गर्न सुरुवातमा प्रवेश गर्नुपर्छ। +मुसिक मुख्य स्टेजहरूमा समाप्त हुन सक्छ तर त्यहाँ मेलाको कुनै क्षेत्रहरू हुन सक्छन् जसले रातको अन्त्य सम्म संगीत चलाउँछन्। +केही महोत्सवहरूमा युवा बच्चाहरूका परिवारहरूका लागि विशेष क्याम्पिङ क्षेत्रहरू छन्। +यदि हिउँमा उत्तरी बाल्टिक पार गर्ने, क्याबिनको स्थान पत्ता लगाउनुपर्छ, किनभने बरफको मार्फत जाँदा सबैभन्दा अधिक प्रभावित व्यक्तिहरूको लागि अत्यधिक खतरनाक आवाज हुन्छ। +सेन्ट पिटर्सबर्गको क्रूजहरूमा सहरको समय समावेश गरिएको छ। क्रूज यात्रीहरूलाई भिसाका आवश्यकताहरूबाट मुक्त गरिएको छ (परिस्थितिहरू चेक गर्नुहोस्)। +क्यासिनोहरूले प्रायः प्रवासीहरूले गरेको समय र पैसालाई बढाउन धेरै प्रयासहरू गर्छन्। विन्डो र क्लकहरू सामान्यतः अवैध हुन्छन् र बाहिर निस्कन मुश्किल हुन सक्छ। +तिनीहरूले प्रायः विशेष खाना, पेय र मनोरञ्जनको प्रस्ताव गर्छन् जसले प्रवासीहरूलाई राम्रो मानसिक अवस्थामा राख्न र उनीहरूलाई प्रायोजनमा राख्न गर्छन्। +केही स्थानहरूले घरमा अल्कोहोलिक बेवाजाहरू प्रस्तुत गर्छन्। तथापि, मद्दत गर्ने मात्राले निर्णयलाई कमजोर बनाउँछ, र सबै राम्रो खेलाडीहरूले सोबर रहनको महत्त्व थाहा गर्छन्। +कोही जसले उच्च उष्णताको मार्फत चाल्न गइरहेको वा माउन्टेन पासहरूमा चाल्न गइरहेको कोहीलाई हिउँ, बरफ वा तापको संभावनतालाई सोच्नुपर्छ। +बरफबार र बरफबार मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्फत मार्�� +ब्लिजर्डको समयमा, तपाईंलाई स्टक गराउने पर्याप्त बरफ धेरै साना समयमा झर्न सक्छ। +दृश्यकोषिकता पनि बाहिर झर्ने वा बाहिर झर्ने वा वाहनको झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा बाहिर झर्ने वा +अर्को पक्षमा, बरफबारी र बरफबारी स्थितिहरू धेरैजसो देशहरूमा सामान्य हुन्छन् र ट्राइफिक प्रायः सम्पूर्ण वर्षको लागि निरन्तर चल्छ। +सफरीहरू अफ्रिकामा सबैभन्दा ठूलो पर्यटनको आकर्षण हुन्छन् र धेरैजसो प्रवासीहरूको मुख्य प्रकाशक हुन्छन्। +लोकप्रिय प्रयोगमा सफरी शब्दको अर्थ अफ्रिकी जंगली जीवनशैली हेर्नका लागि प्रायः सावानामा जमिनी यात्राको अर्थ हो। +एलिफांट र गिराफ जस्ता केही जनावरहरू कार र मानक उपकरणलाई नजिक पुग्न चाहन्छन् र मानक उपकरणले राम्रो दृश्य देख्न अनुमति दिनेछ। +संघर्षकहरू, चिताहरू र बाँसुरहरू कहिलेकाही छुटै हुन्छन् र तपाईंले बिनोक्युलरको साथमा उनीहरूलाई राम्रोसँग हेर्न सक्नुहुन्छ। +एक गएको सफरी (पनि "बस गएको सफरी", "हिकिङ सफरी" वा "फुटिङ गएको") केही घण्टा वा धेरै दिनको हिकिङको समावेश हुन्छ। +प्यारालिम्पिक्स 24 अगस्तमा सुरु हुनेछ र 5 सेप्टेम्बरमा समाप्त हुनेछ। केही कार्यक्रमहरू जापानका अन्य स्थानहरूमा आयोजना गरिनेछ। +1964 मा खेलहरू आयोजना गरेको टोकियो एकमात्र आशियाई सहर हो जसले दुई गर्मी ओलम्पिक आयोजना गरेको छ। +यदि पोस्टपोनेमेन्टको घोषणा गरिएको अघि तपाईंले 2020 मा तपाईंको उडान र आवासको बुकिङ गरेको छ, तपाईंलाई एक जटिल स्थिति हुन सक्छ। +क्यान्सिलेसन नीतिहरू विभिन्न हुन्छन्, तर पछिल्लो मार्चमा अधिकांश कोरोनावायरस-आधारित क्यान्सिलेसन नीतिहरू जुलाई 2020 मा जारी राखिएको थिए, जब ओलम्पिकको योजना बनाइएको थिए। +यो अपेक्षा गरिएको छ कि अधिकांश कार्यक्रमको टिकट 2,500 र 130,000 को बीचमा हुनेछ, साधारण टिकट 7,000 को बीचमा हुनेछ। +इरनिङ पानी भएको कपडाहरूलाई सुखाउन मद्दत गर्न सक्छ। धेरैजसो होटेलहरूमा इरनिङ र इरनिङ बोर्ड लोनका लागि उपलब्ध हुन्छ, यदि एउटा कोठामा छैन। +यदि इरन उपलब्ध छैन वा यदि तपाईंले इरन गरिएको सोक लगाउन मन पर्छ भने, तपाईंले उपलब्ध भएको हेर्ड्रायर प्रयोग गर्न प्रयास गर्न सक्नुहुन्छ। +कपडाहरूलाई अत्यधिक गरम बनाउन अनुमति दिन सक्षम नभएकोलागि सावधानी गर्नुहोस्। (जसले कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम्तीमा कम +पानी साफ गर्न विभिन्न तरिकाहरू हुन्छन्, केही विशेष जोखिमहरूको विरुद्ध अधिक कार्यकारी हुन्छन्। +केही क्षेत्रहरूमा एक मिनेटको बोलिङ पानी पर्याप्त हो, अर्को केही मिनेटहरू आवश्यक हुन्छन्। +फिल्टरहरू कार्यक्रममा फरक हुन्छन्, र यदि तपाईंको चिन्ता हुन्छ भने, तपाईंलाई प्रतिष्ठित कम्पनीबाट सिलेक्ट बोटलबाट तपाईंको पानी खरिद गर्न सोच्नुपर्छ। +प्रवासीहरूले उनीहरूको गृह क्षेत्रहरूमा उनीहरूसँग सम्बन्ध नभएका जनावरहरूको समस्याहरूमा सामना गर्न सक्छन्। +परजीवीहरूले भोजनलाई नष्ट गर्न सक्छन्, तनाव पुर्याउन सक्छन्, वा सबैभन्दा खराब स्थितिमा प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रतिकूल प्रत +संक्रामक रोगहरू, वा खतरनाक जनावरहरू, जसले मानवहरूलाई बलबाट चोट पुर्‍याउन सक्छन् वा मार्न सक्छन्, सामान्यतया राक्षस मानिन्छन्। +ड्युटी फ्री शॉपिङ्ग कुनै विशेष स्थानहरूमा कर सम्पत्ति र एक्सिसको बाबजुद कुनै सामानहरू खरिद गर्ने अवसर हो। +भारी कर लागत भएका देशहरूका लागि यात्रा गर्ने यात्रीहरूले केही पटक बढीमा पैसा बचाउन सक्छन्, विशेष गरी एल्कोहोलिक ब्यान्ड र टोबाको जस्ता उत्पादनहरूमा। +पोइन्ट म्यारियन र फेयरमोन्टको बीचको लम्बाईले ब्युफालो-पिट्सबर्ग मार्गमा सबैभन्दा चुनौतीपूर्ण ड्राइभिङ स्थितिहरू प्रस्तुत गर्छन्, प्रायः एकल ब्याकवुड्स क्षेत्रमा जान्छन्। +यदि तपाईं देशको सडकहरूमा चालाउन प्रयोग गरेको छैन भने, तपाईंको बुद्धिमत्ता तपाईंको बारेमा राख्नुहोस्: झुक्को ग्रेड, साँझो लाइन र तीव्र कुर्भहरू प्रभावी हुन्छन्। +पोस्ट स्पीड लिमिटहरू पहिलो र अर्को क्षेत्रहरूमा स्पष्ट रूपमा कम हुन्छन् — साधारणतया 35-40 माइल प्रति घण्टा (56-64 किलोमिटर प्रति घण्टा) — र तिनीहरूलाई प्रतिबद्धताको प्रतिबद्धता अन्यथाभन्दा बढी महत्त्वपूर्ण हुन्छ। +चमत्कारी रूपमा, यद्यपि, मोबाइल फोन सेवा यो मार्गको धेरै अन्य क्षेत्रहरूसँग धेरै शक्तिशाली हुन्छ, जसमा पेन्सिल्वेनिया वाइल्ड्स पनि समावेश हुन्छ। +जर्मन पास्ट्रीहरू धेरै राम्रो हुन्छन्, र बाभरियामा, उनीहरूको दक्षिणी छिमेको एस्ट्रिया जस्तै धेरै धनी र विविध हुन्छन्। +फ्रुट प्यास्ट्रीहरू सामान्य हुन्छन्, जसमा प्यास्ट्रीमा एप्पलहरू वार्षिक रूपमा प्रयोग गरिएका हुन्छन् र गर्मीको समयमा चेरी र प्लमहरूले आफ्ना प्रदर्शन गर्छन्। +धेरैजसो जर्मन बेकिएको सामग्रीहरूमा अलमंड, हेझलन्ट र अन्य प्रकारको फलहरू समावेश हुन्छन्। लोकप्रिय केकहरूले कठिन कफीको एक कपसँग विशेष रूपमा राम्रोसँग जोडिन्छन्। +यदि तपाईंले केही साना राम्रो पास्ट्रीहरू चाहनुहुन्छ, तपाईंले क्षेत्रमा निर्भर गरिएको बर्लिनर, प्फानकुचेन वा क्राफेनको नामलाई प्रयोग गर्नुहोस्। +एक करी हर्ब र मसालाहरूको आधारमा मास वा सब्जियाहरूको साथमा बनेको एउटा भोजन हो। +करी पानीको मात्राको अनुसार "सुखाएको" वा "पानी भएको" हुन सक्छ। +उत्तरी भारत र पाकिस्तानका आन्तरिक क्षेत्रहरूमा, योगर्ट सामान्य रूपमा कुरीहरूमा प्रयोग गरिन्छ; दक्षिणी भारत र सबकोन्टिनेन्टका केही अन्य समुद्री क्षेत्रहरूमा, कोकोस मिल्क सामान्य रूपमा प्रयोग गरिन्छ। +17,000 टापुहरूबाट छनौट गर्न, इन्डोनेशियाको खाना एउटा ठूलो विविधता भएको प्रदेशीय खानाहरूको एउटा छाता शब्द हो। +तर, अर्को गुणस्तरहरूसँगै प्रयोग गरिएको भने, शब्द मुख्य द्वीप जाभाको केन्द्रीय र पूर्वी भागहरूबाट आउने प्रारम्भिक खानाको अर्थ हुन्छ। +अर्किपेलागोमा व्यापक उपलब्ध भएको, जवानेसी कुराहरूमा साधारण रूपमा सेजन गरिएका कुराहरूको अवलोकन गरिएको छ, जवानेसी कुराहरूमा प्राथमिक रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूपमा केन्द्रित रूप +सेडलको दुवै पृष्ठमा झुकिएको घुमाउने घुमाउँदाको खुट्टाको लागि स्टिरुपहरू सहायता हुन्छन्। +तिनीहरूले राइडरको लागि ठूलो स्टेबिलिटी प्रदान गर्छन् तर उनीहरूमा राइडरको पौडालाग्ने संभावनताको कारण सुरक्षाको चिन्ताहरू हुन सक्छन्। +यदि एउटा जोडी एउटा घोडाबाट फेलाइएको छ तर जोडीको एउटा खुट्टा स्टरपमा फिक्नुभएको छ भने, यदि घोडा बाहिर जान्छ भने जोडीलाई झुकाउन सकिन्छ। यो जोखिमलाई कम गर्नका लागि धेरैजसो सुरक्षा प्रतिबन्धहरू लिन सकिन्छ। +पहिले, अधिकांश घुमाउनेहरूले एक हिल र एक सुन्दर, धेरै साना, सोल सहितको घुमाउने बुटहरू लगाउँछन्। +अर्को, केही स्याडलहरू, विशेष गरी इंग्लिश स्याडलहरूमा सुरक्षा बारहरू हुन्छन् जसले झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जाँदा स्याडलबाट झर्ने जा� +कोचमो उद्यान - चिलीको प्रमुख क्लाइम्बिङ स्थान, दक्षिण अमेरिकाको योसेमिटको रूपमा प्रस्तुत गरिएको, विविध ग्रानिट मोठो भित्रहरू र क्रागहरूको साथमा प्रस्तुत गरिएको छ। +सम्मेलनहरूमा पहाडहरूबाट आकर्षक दृश्यहरू समावेश हुन्छन्। विश्वका सबै क्षेत्रहरूबाट चढाउनेहरूले वालहरूको निरन्तर सम्पूर्ण संभावनताको बीचमा नयाँ मार्गहरू स्थापना गरिरहेका छन्। +डाउनहिल स्नो स्पोर्टहरू, जसमा स्किइङ र स्नोबोर्डिङ समावेश हुन्छन्, स्कि वा स्नोबोर्ड तपाईंको पाँखामा जोडिएको स्नोबर्डिङको साथमा स्लाइडिङ गर्ने स्नोभेटिङ गर्ने लोकप्रिय खेलहरू हुन्छन्। +स्किइङ धेरै उत्साहजनक व्यक्तिहरूसँगको एउटा प्रमुख यात्रा गर्ने कार्य हो, केही पटक "स्कि बम्स" भनिएको छ, जसले विशेष स्थानमा स्किइङको लागि सम्पूर्ण छुटीको योजना गर्दछ। +स्किइङको विचार धेरै पुरानो हो — गुफाको चित्रहरूले स्किइङकारहरूको चित्रहरू 5000 ईसा पुरानो हुन्छन्! +डाउनहिल स्कीइङ एक खेलको रूपमा कम्तीमा 17 औँ शताब्दीमा सुरु भएको छ र 1861 मा ऑस्ट्रेलियामा नर्वेजियनहरूद्वारा पहिलो रिक्रेशनल स्की क्लब सुरु गरिएको थियो। +स्कीको साथमा ब्याकपैकिङ गर्नु: यो कार्य पनि ब्याककन्ट्री स्की, स्की टुरिङ वा स्की हाइकिङ भनिन्छ। +यो एल्पिन स्टाइल स्कि टुरिङ वा माउटेनियरिङको साथमा सम्बन्धित हो तर सामान्यतया एल्पिन स्टाइल स्कि टुरिङ वा माउटेनियरिङको साथमा सम्बन्धित नहुन्छ, त्यसको पछाडिको एकदम कठिन क्षेत्रमा गरिएको र धेरै स्टाइफर स्कि र बुटहरूको आवश्यकता गर्छ। +स्किइङको मार्गलाई जस्तै हिकिङको मार्गको रूपमा सोच्नुहोस्। +राम्रो स्थितिमा तपाईंले चाल्नुभन्दा थोरै बढी दूरीहरू कब्जा गर्न सक्नुहुन्छ – तर केही प्रायः तपाईंलाई ग्रुम ट्रकहरूमा भारी बैकपैकको साथमा क्रस कन्ट्री स्किइङको गतिहरू प्राप्त गर्न सक्नुहुन्छ। +युरोप एक छोटो प्रदेश हो जसमा धेरै स्वतन्त्र देशहरू छन्। सामान्य परिस्थितिमा, धेरै देशहरूमा यात्रा गर्नु यातायात आवेदन र पासपोर्ट नियन्त्रण धेरै पटक गर्नुको अर्थ हुन्छ। +यद्यपि, स्केन्जेन क्षेत्र यस्तो रूपमा एक देश जस्तै काम गर्छ। +जबसम्म तपाईं यो क्षेत्रमा बस्नुहुन्छ भने, तपाईंले साधारणतया पासपोर्ट नियन्त्रण चेकपोइन्ट पछि सीमा पार गर्न सक्नुहुन्छ। +यस्तै, स्केन्जेन भिसाको साथमा, तपाईंलाई स्केन्जेन सदस्य देशहरूका लागि एकल रूपमा भिसाको लागि आवेदन गर्न आवश्यक होइन, त्यसकारण समय, पैसा र कागजात्मक काम बचाउँछ। +केही टैक्स एजेन्सीहरूले 100 वर्षभन्दा पुरानो सामानहरूलाई प्राचीन सामानको रूपमा परिभाषित गरेका छन्। केही सामानहरूको प्राचीन रूपमा परिभाषित गर्ने कुनै सार्वजनिक परिभाषा छैन। +परिभाषामा भौगोलिक परिवर्तनहरू हुन्छन्, जहाँ उत्तर अमेरिका जस्ता स्थानहरूमा युरोप भन्दा उमेरको सीमा कम हुन सक्छ। +ह्याण्डिक्राफ्ट उत्पादनहरू जस्तै बढी उत्पादन गरिएका सामानहरूको तुलनामा युवा हुनुहुन्छ, तर तिनीहरूलाई पुरानो सामानहरूको रूपमा परिभाषित गर्न सकिन्छ। +सामी र व्यापारको वरिपरि संस्कृति प्रायः अन्य व्यावसायहरूका धेरैजसो महत्त्वपूर्ण जीवनशैली हो। +तथापि, परम्परागत रूपमा, सबै सामीहरू ठूलो स्केलमा रेइनडेरको पालन गर्न सहभागी भएको छैनन्, तर प्रायः रेइनडेरको प्रायः ड्राफ्ट जनावरको रूपमा प्रयोग गरिएको प्रायः माछा गर्न, शिकार र समान जस्तै प्रायः माछा गर्न जीवन गरेका छन्। +आज धेरै सामीहरू आधुनिक व्यावसायहरूमा काम गर्छन्। साप्मी, सामी क्षेत्रमा पर्यटन महत्त्वपूर्ण आय हो। +यद्यपि यो व्यापक रूपमा प्रयोग गरिएको छ, विशेष रूपमा रोमानी व्यक्तिहरूको नकारात्मक स्टेरोटाइप र गलत प्रतिज्ञानहरूसँग जिप्सी को शब्दलाई अक्सर अपराधी मानिन्छ। +यदि तपाईं यात्रा गर्ने देशलाई यात्रा सलाहकारको विषयमा हुन्छ भने, तपाईंको यात्रा स्वास्थ्य बीमा वा तपाईंको यात्रा रद्द गर्ने बीमा प्रभावित हुन सक्छ। +तपाईंले आफ्नो सरकारहरूको अन्य सरकारहरूको सल्लाह पनि सल्लाह गर्न चाहन सक्नुहुन्छ, तर तिनीहरूको सल्लाह उनीहरूका नागरिकहरूको लागि डिजाइन गरिएको छ। +एक उदाहरणका रूपमा, मध्यपूर्वमा अमेरिकी नागरिकहरूले युरोपीयहरू वा अरबहरूसँग विभिन्न स्थितिहरूमा सामना गर्न सक्छन्। +सल्लाहकारीहरू एक देशको राजनीतिक स्थितिको संक्षिप्त समीक्षा हो। +प्रस्तुत हुने दृष्टिकोणहरू प्रायः स्पष्ट, सार्वजनिक र अन्य स्थानहरूमा उपलब्ध विशेष जानकारीको तुलनामा अत्यधिक सार्वजनिक हुन्छन्। +गम्भीर हवामान कुनै खतरनाक हवामान घटनाको सामान्य शब्द हो जुन क्षति पुर्‍याउने संभावना, गम्भीर सामाजिक अवघात वा मानव जीवन हराउने संभावना छ। +कठिन मौसम विश्वको कुनै ठाउँमा हुन सक्छ र यसमा विभिन्न प्रकारहरू हुन्छन्, जुन भौगोलिक, टोपोग्राफी र आणविक स्थितिहरूमा निर्भर हुन सक्छन्। +उल्लेखनीय मौसमको प्रकार हाई वाइंड, हेल, अत्यधिक वर्षा, र वाइल्ड फायरहरू हुन्छन्, जस्तै थाँडरस्टोर्म, टोर्नाडो, वाटरस्पाउट र साइक्लोनहरू पनि हुन्छन्। +क्षेत्रीय र मौसमी गम्भीर हवामान घटनाहरूमा ब्लिजर्ड, स्नोस्टर्म, आइस स्टर्म र डस्ट स्टर्म समावेश हुन्छन्। +यात्रीहरूलाई उनीहरूको क्षेत्रमा भारी हवामान प्रभाव गर्ने कुनै जोखिमको बारेमा जानकारी प्राप्त गर्न कडा सल्लाह दिइएको छ किनभने तिनीहरूले कुनै यात्रा योजनाहरूमा प्रभाव पार्न सक्छन्। +कुनै व्यक्तिले युद्ध क्षेत्रको रूपमा मान्य गरिएको कुनै देशमा यात्रा गर्न प्रोफेशनल प्रशिक्षण प्राप्त गर्नुपर्छ। +इन्टरनेटमा 'विरोधी वातावरण पाठ्यक्रम' को खोज संभवतः स्थानीय कम्पनीको पत्ता प्रदान गर्नेछ। +एक कोर्सले सामान्यतया यहाँ चर्चा गरिएका सबै मुद्दाहरूलाई पूर्ण तरिकाले समावेश गर्छ, सामान्यतया प्रयोग अनुभव सहित। +एक कोर्स सामान्यतया 2-5 दिनको लागि हुनेछ र रोल प्ले, धेरै पहिलो सहायता र केही प्रकारका हतियार प्रशिक्षण समावेश हुनेछ। +वाइल्डरनेस सर्विवाद गर्ने पुस्तकहरू सामान्य हुन्छन्, तर युद्ध क्षेत्रहरू सामान्य गर्ने प्रकाशनहरू कम हुन्छन्। +विदेशमा यौन परिवर्तन सर्जरीको योजना गर्ने यात्रीहरूले उनीहरूले फिर्ता यात्राका लागि मान्य दस्तावेजहरू सजिलो गर्नुपर्छ सुनिश्चित गर्नुपर्छ। +स्वतन्त्रताका लागि प्रयास गर्ने सरकारहरूको लागि पासपोर्टको लागि जेन्डरको प्रतिलिपि नभएको (X) वा चाहिएको नाम र जेन्डरको लागि अपडेट गरिएको दस्तावेजहरू विभिन्न हुन्छन्। +विदेशी सरकारहरूको यी दस्तावेजहरूलाई सम्मानित गर्ने इच्छा व्यापक बदलनीय हो। +सिक्युरिटी चेकपोइन्टहरूमा पोस्ट-सेप्टेम्बर 11, 2001 को युगमा पनि खोजहरू धेरै प्रयासहरू गरिएको छ। +सम्पूर्ण सार्वजनिकता र सम्मानको साथमा स्क्यानरसँग सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण सम्पूर्ण स +रिप कर्टेन्टहरू समुद्री तटबाट छोडिएको लहरहरुबाट फर्किएको प्रवाह हो, धेरै पनि रिफ वा समान स्थानमा। +अन्डरवाटर टोपोलोजीको कारण फेला प्रवाह केही गहिरो भागहरूमा समावेश गरिएको छ र तीव्र प्रवाह गहिरो पानीमा त्यहाँ स्थापित हुन सक्छ। +सबैभन्दा धेरै मृत्युहरू प्रत्यक्ष प्रक्रियाको विरुद्ध पानीमा घुम्ने प्रयास गरेको कारणले हुन्छन्, जुन सम्भवतः असम्भव हुन सक्छ। +तपाईंले वर्तमानमा बाहिर निस्किनुभएपछि, पानीमा पुग्नु सामान्यतया जस्तै मुश्किल होइन। +तपाईंलाई फेरि पक्राउँछन् भन्ने कुनै स्थानमा लक्ष्य गर्न प्रयास गर्नुहोस् वा, तपाईंको कौशल र तपाईंलाई चेतावनी गरिएको वा नगरिएको प्रति निर्भर गर्नुहोस्, तपाईंले बचावको लागि प्रतीक्षा गर्न चाहन सक्नुहोस्। +संस्कृति शोक भन्दा पहिले पुनः प्रवेश शोक आउँछ (हनिमून चरण कम हुन्छ), लामो समयसम्म रहन्छ र अधिक गम्भीर हुन सक्छ। +नयाँ संस्कृतिमा समाधान गर्ने यात्रीहरूको केही समयमा उनीहरूको स्थानीय संस्कृतिमा फिर्ता गर्ने विशेष रूपमा कठिन समय हुन्छ। +विदेशमा रहेपछि घरमा फर्केपछि तपाईंले नयाँ संस्कृतिमा परिवर्तन गरेको छ र तपाईंको केही व्यवहारहरूलाई घरको संस्कृतिबाट हराएको छ। +जब तपाईं पहिले विदेशमा जानुभयो, मानिसहरू संभवतः सहज र समझदार हुनुहुन्थ्यो, जुन नयाँ देशमा यात्रीहरूलाई परिवर्तन गर्नुपर्ने थियो। +मानिसहरूले घर फर्किने यात्रीहरूको लागि सहन र समझ पनि आवश्यक हुन सक्छ भन्ने अपेक्षा गर्न सक्दछन्। +प्यारामिड साउन्ड र लाइट शो बच्चाहरूको लागि क्षेत्रमा सबैभन्दा रमाइलो चीजहरूमध्ये एक हो। +तपाईंले कलाको सुरुवात अघि शान्तिमा पिरामिडहरू देख्न सक्नुहुन्छ र तपाईंले कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुवात अघि कलाको सुरुव +सामान्यतया तपाईं प्रत्येक समय पर्यटकहरू र वेन्डरहरूको आवाज सुन्नुहुन्छ। आवाज र प्रकाशको कथा एक कथा पुस्तक जस्तो हो। +स्फिन्क्सलाई लामो कथाको पछाडीको र कथाकारको रूपमा स्थापित गरिएको छ। +क्षेत्रहरू पिरामिडमा देखाइएको छ र विविध पिरामिडहरूलाई प्रकाशित गरिएको छ। +1819 मा खोजिएको दक्षिणी शेटल्याण्ड टापुहरू धेरै राष्ट्रहरूद्वारा दावी गरिएको छ जसमा 2020 मा 16 सक्रिय हुन्छन्। +पेनिन्सुलाको उत्तरमा 120 किलोमिटर दूरीमा प्रायद्वीप छ। सबैभन्दा ठूलो प्रायद्वीप किङ्ग जोर्ज टापु हो जसमा विला लास एस्ट्रेलासको स्थापना गरिएको छ। +अर्कोहरूमा लिभिंगस्टोन टापु समावेश गरिएको छ र डिक्टेक्शन जहाँ स्टिल-अक्टिभ ज्वालामुखीको बाढिएको क्याल्डेराले स्पेक्टेक्युलर प्राकृतिक हार्बर प्रदान गर्छ। +एल्सवर्थ ल्याण्ड पेनिन्सुलाको दक्षिणी क्षेत्र हो, बेलिङशाउसेन समुद्रको सीमामा सीमित भएको छ। +यहाँको प्रायद्वीपको पहाडहरू प्रायद्वीपको पहाडहरूसँग मिल्छन्, त्यसपछि प्रायद्वीपको प्रायद्वीपको पहाडहरूसँग 360 किलोमिटरको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रायद्वीपको प्रा +उत्तरी भाग वा सेन्टिनेल रेन्जमा एन्टार्क्टिकाको सबैभन्दा उच्च पर्वत, विन्सन म्यासिफ, 4892 मिटरको माउन्ट विन्सनमा उभिन्छ। +दूर स्थानहरूमा, सेल फोन कवरेजको बिना, सैटेलाइट फोन तपाईंको एकमात्र विकल्प हुन सक्छ। +एक सैटेलाइट फोन सामान्यतया एक मोबाइल फोनको प्रतिस्थापन होइन, किनभने तपाईंलाई फोन कल गर्न सैटेलाइटको दृश्य स्पष्ट हुनुपर्छ। +यो सेवा आनन्दको जहाजहरु सहित शिपिङमा प्रायः प्रयोग गरिएको छ जसमा दूर डाटा र आवाजको आवश्यकता भएका अन्तर्राष्ट्रिय यात्राहरु समावेश हुन्छन्। +तपाईंको स्थानीय टेलिफोन सेवा प्रदान गर्ने सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफोन सेवा प्रदान गर्ने स्थानीय टेलिफो +ग्याप वर्षको योजना गर्ने व्यक्तिहरूको लागि बढ्दै धेरै लोकप्रिय विकल्प यात्रा र सिक्नु हो। +यो विशेष रूपमा विद्यालय छोड्ने विद्यार्थीहरूको लागि लोकप्रिय हो, यसले उनीहरूलाई विश्वविद्यालयको अगाडि एक वर्ष बाहिर निस्कन अनुमति दिन्छ। +धेरै मामिलाहरूमा, विदेशमा आफ्नो घरको देशमा उच्च शिक्षामा प्रवेश गर्न तपाईंको संभावनतालाई वास्तवमै सुधार गर्न एक ग्याप वर्षको कोर्समा प्रवेश गर्न सकिन्छ। +प्रारूपमा यी शैक्षिक कार्यक्रमहरूमा प्रवेश गर्नकोलागि एउटा शिक्षा शुल्क हुनेछ। +फिनल्याण्ड एउटा महान बोटिङ स्थान हो। "हजारौँ तालहरूको देश"मा पनि हजारौँ टापुहरू हुन्छन्, तालहरूमा र समुद्री टापुहरूमा। +टापुहरू र तालहरूमा तपाईंले आवश्यक रूपमा याच्टको आवश्यकता छैन। +समुद्री प्रायद्वीपहरू र सबै याच्ट, साना जहाजहरू वा केयाकको लागि पर्याप्त हुन्छन् तर साना जहाजहरू वा केयाकले विभिन्न अनुभव प्रदान गर्छन्। +बोटिङ फिनल्याण्डको राष्ट्रिय खेल हो जसमा हरेक सात वा आठ मानिसहरूको लागि एउटा बोट छ। +यो नौर्वे, स्वेडेन र न्युजील्यान्डको साथमा मिलाइएको छ, तर अन्यथा धेरै एकमात्र हुन्छ (उदाहरणका लागि नेदरल्याण्डमा चित्र एक देखि चौ हुन्छ।) +बाल्टिक क्रुजहरूमा धेरैजसो रूसको सेन्ट पिटर्सबर्गमा लामो समय बिताउँछ। +यसको अर्थ तपाईंले फिर्ता गर्दा दुई पूरा दिनको लागि इतिहासिक सहरमा जान सक्नुहुन्छ र रातमा जहाजमा निन्द्रा गर्नुहुन्छ। +यदि तपाईं मात्र जहाजको प्रवास प्रयास प्रयोग गर्नुहुन्छ तपाईंलाई 2009 को अनुसार विभिन्न प्रवेश पत्र गर्न आवश्यक नहुनेछ। +केही क्रुजहरूमा बर्लिन, जर्मनीलाई ब्रोचरहरूमा प्रस्तुत गरिएको छ। तपाईँले मापमा देख्न सक्नुहुन्छ कि बर्लिन समुद्रमा कहिल्यै नजिक छैन र सहरको भ्रमण क्रुजको किनारामा समावेश गरिएको छैन। +विमान मार्फत यात्रा सबै उमेर र पृष्ठभूमिकाका मानिसहरूलाई खतरनाक अनुभव हुन सक्छ, विशेष गरी यदि तिनीहरूले पहिले उडान गरेको छैन वा त्रासदी घटनाको अनुभव गरेको छ। +यो केही कुरा होइन: यो अन्य वस्तुहरूको व्यक्तिगत डर र निन्द्राहरूसँग उल्लेखनीय रूपमा फरक होइन: धेरैजसो मानिसहरूसँग छन्। +केहीलाई विमान कसरी काम गर्छ र एक उडानको दौरान कसरी कुरा हुन्छ भन्ने कुराको बारेमा सम्झन सहज गर्नकोलागि केहीलाई अज्ञात वा नियन्त्रणमा नभएको आफ्नो डरलाई पराजित गर्न मद्दत गर्न सक्छ। +कोरियर कम्पनीहरूलाई जल्दै प्रस्तुत गर्नकोलागि राम्रोसँग भुक्तानी गरिएको छ। बारम्बार, व्यवसाय कागजात, वाणिज्य वा अतिरिक्त भागहरूको साथमा समय अत्यधिक महत्त्वपूर्ण हो। +केही मार्गहरूमा ठूलो कम्पनीहरूको आफ्नै विमानहरू छन्, तर अन्य मार्गहरू र साना कम्पनीहरूमा समस्या थियो। +यदि तिनीहरूले विमान फ्रिटको माध्यममा वस्तुहरू पठाउँछन्, केही मार्गहरूमा उनलोडिङ र क्युस्टम्सको लागि दिन लाग्न सक्छ। +फास्टर मार्फत यसलाई प्राप्त गर्न एकमात्र मार्फत यसलाई चेक गरिएको लग्जेजमा पठाउनु पर्छ। एयरलाइनका नियमनहरूले यसलाई यात्री बिना लग्जेजमा पठाउन अनुमति दिनेछैनन्, जुन तपाईं यहाँ आउनुहुन्छ। +पहिलो वा व्यावसायिक क्लासमा उडान गर्नको स्पष्ट तरिका अनुमतिको लागि (वा, अझ राम्रो, तपाईंको कम्पनीले तपाईंको लागि यो गर्न सक्नुहुन्छ) धेरै पैसा खर्च गर्नु हो। +यद्यपि, यो सस्तो नहुन्छ: थम्बाको कडा नियमहरूको रूपमा, तपाईंले व्यवसायका लागि सामान्य अर्थतन्त्रको चार गुणा ज्यान भुक्तानी गर्न अपेक्षा गर्न सक्नुहुन्छ र पहिलो श्रेणीको लागि एक गुणा ज्यान भुक्तानी गर्न सक्नुहुन्छ! +साधारण रूपमा बिजनेस वा प्रथम श्रेणीको सीटहरूका लागि डायरेक्ट फ्लाइटमा A सँग B को लागि डिस्काउंटका लागि हेर्न कुनै महत्त्व नभएको छ। +एयरलाइनहरूलाई राम्रो रूपमा थाहा हुन्छ कि एक निश्चित कोर समूह फ्लाइयरहरू छ जसले कहिलेकाही जल्दै र सुखी स्थानमा प्राप्त गर्ने सुविधाको लागि शीर्ष डॉलर भुक्तानी गर्न इच्छुक हुन्छन्, र उनीहरूको अनुसार भुक्तानी गर्नुभएको छ। +मोल्डोभा को राजधानी चिशिनाउ हो। स्थानीय भाषा रोमानियन हो, तर रुसीले व्यापक रूपमा प्रयोग गरिएको छ। +मोल्डोभा एक धेरै-जातिवादी गणराज्य हो जसमा जातिवादी संघर्ष भएको छ। +सन् 1994 मा यो संघर्षले पूर्वी मोल्डोभा मा स्वयं स्वीकृत गरेको ट्रान्सनिस्ट्रिया गणराज्यको स्थापनामा पुगेको थियो, जसमा आफ्नो सरकार र मुद्रा छ तर कुनै पनि संयुक्त राष्ट्रसंघ सदस्य देशले स्वीकृत गरेको छैन। +राजनीतिक सम्झौताहरूमा असफलता भएमा मोल्डोवाका यी दुई भागहरूमा आर्थिक सम्बन्धहरू पुनः स्थापित गरिएको छ। +मोल्डोभा मुख्य धर्म ओर्थोडोक्स क्रिस्टियन हो। +इज़मिर टर्कीमा 3.7 मिलियनभन्दा बढी जनसंख्या भएको तीसरो ठूलो सहर हो, इस्टानबुल पछाडि दोस्रो ठूलो बन्दरगाह हो र एउटा बढी राम्रो प्रवाह केन्द्र हो। +स्मिर्नाको प्राचीन शहर, यो अब आधुनिक, विकासित र व्यावसायिक केन्द्र हो, एक ठूलो खाडीको वरिपरि र पर्वतहरूको वरिपरि स्थित भएको छ। +ब्रोड बोयार्ड, ग्लास-फ्रंटेड भवनहरू र आधुनिक शॉपिङ्ग सेन्टरहरूमा परम्परागत रेड-टाइल्ड रूफहरू, 18 औँ शताब्दीको बजार, र पुरानो मस्जिद र चर्चहरू समावेश गरिएको छ, यद्यपि सहरको परम्परागत तुर्कीसँग धेरै मेडिटरियन युरोपको वातावरण छ। +हल्डर्स्विकको गाउँमा एस्टुरोय टापुको दृश्यहरू देख्न सकिन्छ र एक असामान्य आठ मुखी चर्च छ। +चर्चको ठाउँमा, केही कब्रहरूमा पक्षीहरूको राम्रो मार्बल स्क्युल्चरहरू छन्। +विचित्र गाउँको बारेमा घुम्नुको लागि एउटा घण्टाको लागि यो महत्त्वपूर्ण हो। +उत्तरी र सजिलै पहुँच सकिने सिन्त्राको रमाइको र आकर्षक सहर हो र जसलाई लर्ड बाइरोनद्वारा आफ्ना प्रतिष्ठितताको रेकर्ड गरेपछि विदेशीहरूको लागि प्रसिद्ध गरिएको छ। +स्कटर्ब बस 403 सिंट्रामा नियमित रूपमा यात्रा गर्छ, क्याबो डा रोकामा रोकिएको छ। +पनि उत्तर माता फाटिमा (श्रीन) को एक विश्वव्यापी प्रसिद्ध मेरियन प्रदर्शनको स्थानमा जानुहोस्। +कल्पना गर्नुहोस्, तपाईं मूल्यवान रूपमा एउटा मासिक ग्रेभ साइट र एउटा विश्वको जनसंख्याको एक महत्त्वपूर्ण हिस्साको लागि लगभग अनुमान गर्न सक्ने अर्थको साइट भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ्यानी भ +यहाँ अझै धेरै मानिसहरू र महिलाहरू जीवित छन् जसले यहाँ आफ्नो समय बाँचेका छन् र धेरै अझै मानिसहरू जसका प्रियजन मारिएको वा मृत्युमा काम गरिएको थिए, यहाँ ज्युडहरू र नज्युडहरू समान हुन्छन्। +कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहरू गर्नुहोस् भने कल्पनाहर +संरचनाहरूमा ग्राफिटीलाई मार्क गरेर वा स्क्रेच गरेर साइट डिफेस गर्नुहोस्। +बार्सिलोनाका अधिकारी भाषाहरू क्याटलन र स्पेनिश हुन्। लगभग आधा क्याटलन बोल्न चाहन्छन्, एक विशाल बहुमतले यसलाई सम्झन्छन्, र वास्तवमै सबैले स्पेनिश जान्छन्। +यद्यपि, अधिकांश चिन्हहरू केटालनमा मात्र छ किनभने यो प्रथम अधिकारी भाषाको रूपमा कानूनले स्थापित गरिएको छ। +यद्यपि, स्पेनिश पब्लिक ट्रान्सपोर्ट र अन्य सुविधाहरूमा पनि व्यापक रूपमा प्रयोग गरिन्छ। +मेट्रोमा नियमित घोषणाहरू केटालनमा मात्र गरिएको छ, तर अनियोजित अवरोधहरू स्पेनिश, इंग्लिश, फ्रेन्च, अरबिक र जापानी सहितको व्यापक प्रकारको भाषाहरूमा एक स्वचालित प्रणालीद्वारा घोषित गरिएको छ। +पेरिसका व्यक्तिहरूको प्रतिष्ठा आत्मप्रतिष्ठा, दुर्व्यवहार र अत्यधिकताको रूपमा हुनुहुन्छ। +यो प्रायः केही गलत स्टेरोटाइप हो, पेरिसमा सार्वजनिक रूपमा सहमत हुनको सबैभन्दा राम्रो तरिका तपाईंको सबैभन्दा राम्रो व्यवहार गर्नु हो, जसलाई "bien élevé" (well brought up) भएको कसैलाई जस्तै कार्य गर्नुहोस्। यसले बारम्बार सहमत हुन सजिलो बनाउँछ। +यदि तपाईंले केही आधारभूत सम्माननको प्रदर्शन गर्नुभएमा पेरिसका अत्यधिक बाहिरीहरूलाई तीव्र गतिमा पार गर्नेछन्। +प्लिट्विस लेक्स राष्ट्रिय पर्क प्रायः बीच, स्प्रूस र फिरको वृक्षहरूसँग भारी रूपमा वनस्पति भएको छ र एल्पिन र मेडिटरनियन वनस्पतिको मिश्रणलाई प्रदर्शन गर्छ। +यसको माइक्रोक्लाइमेटको श्रेणी, विभिन्न जमिनहरू र उच्चारणको स्तरको विभिन्नताको कारण यसको प्राकृतिक समुदायहरूको ठूलो विविधता छ। +यो क्षेत्रमा प्राकृतिक जनावर र चमेरो प्रजातिहरूको अत्यधिक विविध प्रजातिहरू भएको छ। +युरोपेली ब्राउन बिअर, वोल्फ, एगल, ओवल, लिन्क्स, वाइल्ड क्याट र क्यापेरकेली जस्ता देखिने सामान्य प्रजातिहरूसँग त्यहाँ पाउन सकिन्छ +मन्दिरहरू भ्रमण गर्दा, महिलाहरूलाई खुट्टाहरूलाई ज्याँदैन र आँखाहरूलाई पनि कब्जा गर्नु आवश्यक हुन्छ। +धेरै मन्दिरहरूले अनिश्चित रूपमा आउने महिलाहरूको लागि व्रेप प्रदान गर्छन्, तर यदि तपाईंले आफ्नो लागि ल्याउनुहुन्छ, विशेष गरी प्रकाशको रंगहरूको एक लागि, तपाईंलाई मन्दिरको प्रवेशमा मन्दिर वा नुनले मुस्कान दिनेछन्। +उस्तै लाइनमा, मानिसहरूलाई खुट्टाहरूलाई बेलायत गर्नु आवश्यक हुन्छ। +यो प्रवेशको स्टकबाट प्राप्त गर्न सकिन्छ तर यो कपडा प्रयोगकर्ताहरूले प्रत्येकको बाटोमा धब्बाइएको छैन त्यसैले तपाईंले यी स्किर्टहरूलाई लगाउँदा सहज महसुस गर्न सक्नुहुन्न। मानिसहरूको लागि एक साइज सबैको लागि छ! +मेडिटरनियनका समान क्षेत्रहरूको जस्तै मेजरकनको खाना पनि ब्रेड, सब्जियो र मास (विशेष गरी पॉर्क) को आधारमा रहेको छ र ओलिभ तेल प्रयोग गरिरहेको छ। +एक साधारण लोकप्रिय रात्री खाना, विशेष गरी गर्मीको समयमा, पा अम्ब ओली हो: ओलिभ तेल, टोमाटो र कुनै उपलब्ध सामग्रीहरू जस्तै चीज, टुनाफिश जस्तै। +तपाईंको लागि शब्द सिएको साथमा सबै शब्दहरू प्रायः शब्दको मध्यमा वर्णमालाको प्रथम श्रेणीमा सुरु हुन्छन्। +केही शब्दहरू र वस्तुहरूको बीचमा फरक गर्न यो महत्त्वपूर्ण तरिका हो। +यसले पनि पाठ पढ्न सजिलो बनाउँछ, यद्यपि कुनै शब्द वा विशेषणको प्रयोग कुनै सार्वजनिक रूपमा गरिएको कुनै पनि पत्ता लगाउँछ भन्ने आवश्यकताको कारण लेखन थोरै जटिल हुन्छ। +इटालियनमा शब्दको उच्चारण प्रत्यक्ष सजिलो हो किनभने धेरै शब्दहरू उनीहरूलाई लेखिएको तरिकाले उच्चारण गरिन्छ +हेर्नका लागि मुख्य अक्षरहरू सी र जी हुन्, किनभने उनीहरूको उच्चारण वर्णमालाको अनुसार विभिन्न हुन्छ। +यद्यपि, r र rr फरक रूपमा उच्चारण गर्नु सुनिश्चित गर्नुहोस्: caro माया हो, जबकि carro चारियो हो। +पेर्सियनको तुलनीय रूपमा सजिलो र प्रायः नियमित वर्णमाला छ। +त्यसैले, यो ग्रामर प्रिमर पढ्नुले तपाईंलाई पर्सियन ग्रामरको बारेमा धेरै जानकारी प्राप्त गर्न र फ्रेजहरूलाई राम्रोसँग बुझ्न मद्दत गर्नेछ। +कुनै बार बताउनु पर्छैन, यदि तपाईं रोमान्स भाषा सिक्नुभएको छ भने तपाईंलाई पोर्टुगेली भाषा सिक्न सजिलो हुनेछ। +यद्यपि, केही स्पेनिश भाषा भएका मानिसहरूले तुरून्तै पोर्टुगेजलाई पछाडि छोड्न आवश्यक छ भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्पष्ट गर्न सक्षम हुन्छन् भन्ने स्प +पूर्व-आधुनिक अनुसन्धान केन्द्रहरू आज प्रायौजित हुन्छन्, र शिक्षाको स्थान वा संग्रहालयको रूपमा रहन्छन्। +तिनीहरूको उत्कृष्ट समयमा प्रकाशको समस्या आजको प्रकारको होइन, तिनीहरू साधारणतया शहरहरूमा वा विश्वविद्यालयहरूमा स्थित हुन्छन्, आधुनिक समयमा निर्माण गरिएका जस्तै सजिलो हुन्छन्। +अधिकांश आधुनिक अनुसन्धान टेलिस्कोपहरू स्वादिष्ट वातावरणीय स्थितिहरूमा दूर क्षेत्रहरूमा ठूलो सुविधाहरू हुन्छन्। +चेरी ब्लोसम हेर्नु, जसलाई हनामी भनिन्छ, 8 औं शताब्दीसम्म जापानी संस्कृतिको हिस्सा भएको छ। +कल्पना चीनबाट आएको थियो जहाँ प्लमको फूल विकल्पको फूल थियो। +जापानमा, पहिलो केरी ब्लोसम पार्टीहरू शाही अदालतको वरिपरि सम्राज्यको अन्य सदस्यहरूको लागि शाहको मात्र आयोजना गरिएको थियो। +प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राकृतिक वातावरणमा प्राक� +अधिकारिक रूपमा तयार गरिएको एउटा गर्दङ भ्यानको लागि जान्छ भने तपाईंलाई बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा बारेमा ब +सिङ्गापुर साधारण रूपमा एक अत्यधिक सुरक्षित स्थान हो र नेभिगेट गर्न धेरै सजिलो हो र तपाईंले आउनुपछि लामो सबै वस्तुहरू खरिद गर्न सक्नुहुन्छ। +तर "उच्च ट्रोपिक्समा" उक्त केही डिग्री उत्तरी एक्वाटरसँग स्थित भएमा तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँलाई तपाईँला�� +हेब्रोनको लागि उत्तर जान्छन् केही बसहरू पनि हुन्छन्, बाइबिलिकल पत्रियों एब्राहम, इसाक, ज्याकोब र उनीहरूका श्रीमातीहरूको परम्परागत समाधान स्थान। +तपाईं ल्याउन चाहेको बस हेब्रोनमा जाउँछ र किर्यात अर्बाको ज्युडिश स्थानहरूमा मात्र जाउँछ। +अन्तर्देशीय पानी मार्गहरू एउटा राम्रो विषय हुन सक्छ जससँग एउटा होलिडे बनाउन सकिन्छ। +उदाहरणका लागि लोयर उद्यानमा, राइन उद्यानमा किनभन्दा किल्लाहरू भ्रमण गर्नु वा ड्यानुबमा आकर्षक सहरहरूमा क्रूज गर्नु वा एरी क्यानालमा बोटिङ गर्नु। +तिनीहरूले लोकप्रिय हिकिङ र साइकिङ ट्रेलहरूका मार्गहरूको परिभाषा पनि गर्छन्। +क्रिस्मस क्रिस्चियन धर्मको सबैभन्दा महत्त्वपूर्ण छुटीहरूमध्ये एक हो र यो जीससको जन्मदिनको रूपमा मनाइएको छ। +होलिडेको वरिपरि धेरै परम्पराहरूलाई क्रिस्चियन देशहरू र विश्वभरि क्रिस्चियनहरूबाट अस्वीकारीहरूले पनि प्रयोग गरिएको छ। +ईस्टर नाईट सूर्य पहिरेको देख्नका लागि केही प्रदर्शनीय स्थानमा जागर रहेको एउटा परम्परा छ। +यो परम्पराको लागि क्रिस्टियन दर्शनीय व्याख्याहरू हुन्छन्, तर यो पहिलो क्रिस्टियन स्प्रिंग र फर्टिलिटी यज्ञ हुन सक्छ। +धेरै परम्परागत चर्चहरूले ईस्टर हप्ताको शनिबार रातमा ईस्टर विगिल गर्छन्, ईस्टर हप्ताको शनिबार रातमा क्रिस्टको पुनर्जीवन मनाउनका लागि समावेशहरूले प्रायः मध्यरातमा मनाउँछन्। +प्रारम्भिक रूपमा द्वीपहरूमा आएका सबै जनावरहरू स्विमिङ, फ्लायिङ वा फ्लोटिङ गरेर यहाँ आएका हुन्। +क्षेत्रको लामो दूरीको कारण मामिलाहरूले ग्यालापागोसमा जायन्ट टोर्टोइसलाई प्राथमिक ग्रेजिङ जनावरको रूपमा बनाउन सक्दैन। +मानव गलापागोसमा आउँदा धेरैजसो जनावरहरू गाई, घोडा, गाईहरू, चमेरो, कतिहरू जस्ता जनावरहरू समावेश गरिएको छ। +यदि तपाईं हिउँमा एर्क्टिक वा एन्टार्क्टिक क्षेत्रहरूमा जानुहुन्छ तपाईंलाई पोलर नाईटको अनुभव हुनेछ, जसको अर्थ सूर्य होरिजनसँग उच्च छैन। +यो औरोरा बोरेलिस हेर्नका लागि राम्रो अवसर प्रस्तुत गर्छ, किनभने घण्टाको वरिपरि आकाश धेरै कम वा धेरै कालो हुनेछ। +क्षेत्रहरू कम भएको छ र त्यसैले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रकाश प्रद्वन्दी समस्या होइन, तपाईंले प्रक +जापानी काम संस्कृति पश्चात्मक र फर्मल हो जुन पश्चात्मक र फर्मल हुन सक्छ भन्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात्मक र फर्मल हुन सक्ने पश्चात +सुटहरू स्ट्याण्डार्ड व्यवसाय कपडाहरू हुन्छन् र सहकर्मीहरूले उनीहरूको परिवारको नाम वा कामको शीर्षकको नाममा एक अर्कोलाई फोन गर्छन्। +कार्यस्थलको समन्वय महत्त्वपूर्ण हो, व्यक्तिगत सफलताहरूको प्रशंसा गर्दा समूहको प्रयासलाई जोड गर्दछ। +कामदारहरूले कुनै निर्णय गर्न आफ्ना उच्च अधिकारीहरूको स्वीकार प्राप्त गर्नुपर्छ र उनीहरूलाई प्रश्नको बिना आफ्ना उच्च अधिकारीहरूको निर्देश पालन गर्न अपेक्षा गरिएको छ। diff --git a/test-en-ne.bleu b/test-en-ne.bleu new file mode 100644 index 0000000000000000000000000000000000000000..a4d8337eb2aa514c53870cda68465ee515947180 --- /dev/null +++ b/test-en-ne.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 8.67 34.3/13.0/5.4/2.3 (BP = 1.000 ratio = 1.104 hyp_len = 21817 ref_len = 19762) diff --git a/test-en-ne.comet b/test-en-ne.comet new file mode 100644 index 0000000000000000000000000000000000000000..da51f7b5d338f8a21151ee468f453cdc6e95ff82 --- /dev/null +++ b/test-en-ne.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 0 score: 0.5874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 2 score: 0.6271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 3 score: 0.6795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 4 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 5 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 6 score: 0.7024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 7 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 8 score: 0.6838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 9 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 10 score: 0.7691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 11 score: 0.6733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 12 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 13 score: 0.8967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 14 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 15 score: 0.6790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 16 score: 0.7500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 17 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 18 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 19 score: 0.6779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 20 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 21 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 22 score: 0.6885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 23 score: 0.7302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 24 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 25 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 26 score: 0.7563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 27 score: 0.2050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 28 score: 0.5695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 29 score: 0.5958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 30 score: 0.5682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 31 score: 0.5564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 32 score: 0.2797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 33 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 34 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 35 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 36 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 37 score: 0.7199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 38 score: 0.6426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 39 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 40 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 41 score: 0.9222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 42 score: 0.7016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 43 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 44 score: 0.6214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 45 score: 0.7999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 46 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 47 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 48 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 49 score: 0.7785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 50 score: 0.9314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 51 score: 0.3544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 52 score: 0.8712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 53 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 54 score: 0.7616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 55 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 56 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 57 score: 0.6688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 58 score: 0.7094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 59 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 60 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 61 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 62 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 63 score: 0.7549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 64 score: 0.7381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 65 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 66 score: 0.6747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 67 score: 0.2100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 68 score: 0.7326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 69 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 70 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 71 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 72 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 73 score: 0.6992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 74 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 75 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 76 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 77 score: 0.3779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 78 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 79 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 80 score: 0.7725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 81 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 82 score: 0.7778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 83 score: 0.5101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 84 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 85 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 86 score: 0.6231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 87 score: 0.6817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 88 score: 0.7277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 89 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 90 score: 0.5479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 91 score: 0.6102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 92 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 93 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 94 score: 0.5968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 95 score: 0.8979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 96 score: 0.6720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 97 score: 0.6475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 98 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 99 score: 0.6106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 100 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 101 score: 0.4886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 102 score: 0.4293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 103 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 104 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 105 score: 0.6937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 106 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 107 score: 0.6551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 108 score: 0.6110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 109 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 110 score: 0.7896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 111 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 112 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 113 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 114 score: 0.6763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 115 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 116 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 117 score: 0.7957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 118 score: 0.7030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 119 score: 0.7069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 120 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 121 score: 0.7165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 122 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 123 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 124 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 125 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 126 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 127 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 128 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 129 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 130 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 131 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 132 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 133 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 134 score: 0.7313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 135 score: 0.4324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 136 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 137 score: 0.5626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 138 score: 0.7413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 139 score: 0.8179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 140 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 141 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 142 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 143 score: 0.5634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 144 score: 0.7351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 145 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 146 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 147 score: 0.6548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 148 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 149 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 150 score: 0.7122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 151 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 152 score: 0.6957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 153 score: 0.6899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 154 score: 0.4929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 155 score: 0.6761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 156 score: 0.6565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 157 score: 0.6542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 158 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 159 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 160 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 161 score: 0.7491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 162 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 163 score: 0.4097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 164 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 165 score: 0.3518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 166 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 167 score: 0.6894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 168 score: 0.7157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 169 score: 0.7639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 170 score: 0.6313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 171 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 172 score: 0.6770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 173 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 174 score: 0.7651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 175 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 176 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 177 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 178 score: 0.7272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 179 score: 0.8637 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 180 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 181 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 182 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 183 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 184 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 185 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 186 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 187 score: 0.7559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 188 score: 0.5563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 189 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 190 score: 0.6772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 191 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 192 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 193 score: 0.7316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 194 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 195 score: 0.7155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 196 score: 0.6454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 197 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 198 score: 0.6428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 199 score: 0.6519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 200 score: 0.6971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 201 score: 0.6049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 202 score: 0.2102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 203 score: 0.5802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 204 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 205 score: 0.4104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 206 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 207 score: 0.5524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 208 score: 0.6638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 209 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 210 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 211 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 212 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 213 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 214 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 215 score: 0.7536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 216 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 217 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 218 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 219 score: 0.6766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 220 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 221 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 222 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 223 score: 0.5241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 224 score: 0.7672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 225 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 226 score: 0.6880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 227 score: 0.6081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 228 score: 0.7935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 229 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 230 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 231 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 232 score: 0.7280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 233 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 234 score: 0.8057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 235 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 236 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 237 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 238 score: 0.5992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 239 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 240 score: 0.6020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 241 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 242 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 243 score: 0.5424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 244 score: 0.6940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 245 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 246 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 247 score: 0.6842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 248 score: 0.6432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 249 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 250 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 251 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 252 score: 0.7362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 253 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 254 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 255 score: 0.8095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 256 score: 0.1858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 257 score: 0.7134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 258 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 259 score: 0.6616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 260 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 261 score: 0.7527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 262 score: 0.7156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 263 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 264 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 265 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 266 score: 0.5357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 267 score: 0.6018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 268 score: 0.6035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 269 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 270 score: 0.5207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 271 score: 0.5340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 272 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 273 score: 0.7298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 274 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 275 score: 0.3614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 276 score: 0.6768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 277 score: 0.9180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 278 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 279 score: 0.6776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 280 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 281 score: 0.7998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 282 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 283 score: 0.1248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 284 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 285 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 286 score: 0.6688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 287 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 288 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 289 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 290 score: 0.6115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 291 score: 0.7447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 292 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 293 score: 0.5746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 294 score: 0.7254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 295 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 296 score: 0.7083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 297 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 298 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 299 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 300 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 301 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 302 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 303 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 304 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 305 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 306 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 307 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 308 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 309 score: 0.5974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 310 score: 0.8372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 311 score: 0.6929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 312 score: 0.6927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 313 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 314 score: 0.6334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 315 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 316 score: 0.6631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 317 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 318 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 319 score: 0.7287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 320 score: 0.7391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 321 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 322 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 323 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 324 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 325 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 326 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 327 score: 0.7428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 328 score: 0.7357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 329 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 330 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 331 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 332 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 333 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 334 score: 0.9377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 335 score: 0.7773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 336 score: 0.3220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 337 score: 0.7737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 338 score: 0.6796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 339 score: 0.8709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 340 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 341 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 342 score: 0.5241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 343 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 344 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 345 score: 0.6284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 346 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 347 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 348 score: 0.5195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 349 score: 0.6307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 350 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 351 score: 0.7305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 352 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 353 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 354 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 355 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 356 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 357 score: 0.7410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 358 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 359 score: 0.4732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 360 score: 0.1133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 361 score: 0.1460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 362 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 363 score: 0.5609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 364 score: 0.6743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 365 score: 0.5812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 366 score: 0.5881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 367 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 368 score: 0.5273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 369 score: 0.6871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 370 score: 0.7507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 371 score: 0.6034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 372 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 373 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 374 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 375 score: 0.7022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 376 score: 0.5446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 377 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 378 score: 0.6239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 379 score: 0.6642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 380 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 381 score: 0.6452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 382 score: 0.6013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 383 score: 0.6236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 384 score: 0.6307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 385 score: 0.5800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 386 score: 0.7166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 387 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 388 score: 0.7114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 389 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 390 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 391 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 392 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 393 score: 0.7206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 394 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 395 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 396 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 397 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 398 score: 0.6708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 399 score: 0.6242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 400 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 401 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 402 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 403 score: 0.7560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 404 score: 0.6799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 405 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 406 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 407 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 408 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 409 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 410 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 411 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 412 score: 0.7187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 413 score: 0.7146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 414 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 415 score: 0.5901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 416 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 417 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 418 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 419 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 420 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 421 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 422 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 423 score: 0.8592 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 424 score: 0.6267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 425 score: 0.8802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 426 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 427 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 428 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 429 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 430 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 431 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 432 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 433 score: 0.6428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 434 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 435 score: 0.5770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 436 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 437 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 438 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 439 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 440 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 441 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 442 score: 0.5751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 443 score: 0.6304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 444 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 445 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 446 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 447 score: 0.8441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 448 score: 0.8691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 449 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 450 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 451 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 452 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 453 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 454 score: 0.7776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 455 score: 0.5357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 456 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 457 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 458 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 459 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 460 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 461 score: 0.6448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 462 score: 0.5996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 463 score: 0.7650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 464 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 465 score: 0.7748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 466 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 467 score: 0.5717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 468 score: 0.5624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 469 score: 0.7791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 470 score: 0.6397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 471 score: 0.7038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 472 score: 0.6169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 473 score: 0.4055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 474 score: 0.6030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 475 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 476 score: 0.6838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 477 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 478 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 479 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 480 score: 0.6166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 481 score: 0.6067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 482 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 483 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 484 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 485 score: 0.6201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 486 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 487 score: 0.7001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 488 score: 0.7318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 489 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 490 score: 0.5926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 491 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 492 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 493 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 494 score: 0.8157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 495 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 496 score: 0.4604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 497 score: 0.7251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 498 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 499 score: 0.7705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 500 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 501 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 502 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 503 score: 0.3479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 504 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 505 score: 0.6307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 506 score: 0.5130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 507 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 508 score: 0.6412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 509 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 510 score: 0.6050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 511 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 512 score: 0.6337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 513 score: 0.5786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 514 score: 0.7873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 515 score: 0.4845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 516 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 517 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 518 score: 0.6924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 519 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 520 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 521 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 522 score: 0.6038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 523 score: 0.6604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 524 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 525 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 526 score: 0.6189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 527 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 528 score: 0.2271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 529 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 530 score: 0.6065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 531 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 532 score: 0.6101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 533 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 534 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 535 score: 0.6136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 536 score: 0.5633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 537 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 538 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 539 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 540 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 541 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 542 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 543 score: 0.7404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 544 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 545 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 546 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 547 score: 0.7176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 548 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 549 score: 0.8022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 550 score: 0.7329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 551 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 552 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 553 score: 0.6290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 554 score: 0.6823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 555 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 556 score: 0.3109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 557 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 558 score: 0.6632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 559 score: 0.6320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 560 score: 0.4500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 561 score: 0.7437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 562 score: 0.5404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 563 score: 0.6695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 564 score: 0.6161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 565 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 566 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 567 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 568 score: 0.6980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 569 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 570 score: 0.8172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 571 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 572 score: 0.6875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 573 score: 0.8696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 574 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 575 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 576 score: 0.5695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 577 score: 0.7859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 578 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 579 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 580 score: 0.7403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 581 score: 0.7715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 582 score: 0.5611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 583 score: 0.6674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 584 score: 0.5646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 585 score: 0.7185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 586 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 587 score: 0.6329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 588 score: 0.6461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 589 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 590 score: 0.5735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 591 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 592 score: 0.6578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 593 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 594 score: 0.3108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 595 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 596 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 597 score: 0.6849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 598 score: 0.3286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 599 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 600 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 601 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 602 score: 0.5635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 603 score: 0.7162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 604 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 605 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 606 score: 0.7827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 607 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 608 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 609 score: 0.7511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 610 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 611 score: 0.7798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 612 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 613 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 614 score: 0.7415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 615 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 616 score: 0.8950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 617 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 618 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 619 score: 0.5837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 620 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 621 score: 0.4702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 622 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 623 score: 0.7364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 624 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 625 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 626 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 627 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 628 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 629 score: 0.7575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 630 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 631 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 632 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 633 score: 0.9341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 634 score: 0.9478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 635 score: 0.2604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 636 score: 0.6724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 637 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 638 score: 0.7100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 639 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 640 score: 0.7013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 641 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 642 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 643 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 644 score: 0.6326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 645 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 646 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 647 score: 0.7284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 648 score: 0.6714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 649 score: 0.6152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 650 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 651 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 652 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 653 score: 0.7307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 654 score: 0.7167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 655 score: 0.7842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 656 score: 0.6802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 657 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 658 score: 0.6507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 659 score: 0.6661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 660 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 661 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 662 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 663 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 664 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 665 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 666 score: 0.7778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 667 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 668 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 669 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 670 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 671 score: 0.7016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 672 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 673 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 674 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 675 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 676 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 677 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 678 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 679 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 680 score: 0.7274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 681 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 682 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 683 score: 0.7827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 684 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 685 score: 0.2122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 686 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 687 score: 0.7071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 688 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 689 score: 0.7732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 690 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 691 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 692 score: 0.7662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 693 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 694 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 695 score: 0.7208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 696 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 697 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 698 score: 0.5953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 699 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 700 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 701 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 702 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 703 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 704 score: 0.4955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 705 score: 0.6123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 706 score: 0.5006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 707 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 708 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 709 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 710 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 711 score: 0.7265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 712 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 713 score: 0.8120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 714 score: 0.6844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 715 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 716 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 717 score: 0.5701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 718 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 719 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 720 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 721 score: 0.7242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 722 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 723 score: 0.7414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 724 score: 0.8674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 725 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 726 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 727 score: 0.7369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 728 score: 0.6677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 729 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 730 score: 0.1998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 731 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 732 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 733 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 734 score: 0.4547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 735 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 736 score: 0.6834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 737 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 738 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 739 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 740 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 741 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 742 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 743 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 744 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 745 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 746 score: 0.8056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 747 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 748 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 749 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 750 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 751 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 752 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 753 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 754 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 755 score: 0.6861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 756 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 757 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 758 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 759 score: 0.5629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 760 score: 0.8647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 761 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 762 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 763 score: 0.7188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 764 score: 0.7777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 765 score: 0.6429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 766 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 767 score: 0.5998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 768 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 769 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 770 score: 0.6162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 771 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 772 score: 0.7420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 773 score: 0.8072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 774 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 775 score: 0.1877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 776 score: 0.7067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 777 score: 0.5458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 778 score: 0.8762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 779 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 780 score: 0.5272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 781 score: 0.7395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 782 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 783 score: 0.7006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 784 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 785 score: 0.6203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 786 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 787 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 788 score: 0.7030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 789 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 790 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 791 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 792 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 793 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 794 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 795 score: 0.6533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 796 score: 0.8728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 797 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 798 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 799 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 800 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 801 score: 0.6794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 802 score: 0.6335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 803 score: 0.1423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 804 score: 0.4816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 805 score: 0.2700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 806 score: 0.6864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 807 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 808 score: 0.7164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 809 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 810 score: 0.5898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 811 score: 0.6029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 812 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 813 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 814 score: 0.7810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 815 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 816 score: 0.8220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 817 score: 0.6836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 818 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 819 score: 0.2125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 820 score: 0.7527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 821 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 822 score: 0.7609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 823 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 824 score: 0.2615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 825 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 826 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 827 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 828 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 829 score: 0.5344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 830 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 831 score: 0.7082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 832 score: 0.7023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 833 score: 0.5570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 834 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 835 score: 0.6830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 836 score: 0.6282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 837 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 838 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 839 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 840 score: 0.6670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 841 score: 0.3018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 842 score: 0.5475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 843 score: 0.6935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 844 score: 0.6689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 845 score: 0.4837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 846 score: 0.2562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 847 score: 0.5600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 848 score: 0.7230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 849 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 850 score: 0.6520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 851 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 852 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 853 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 854 score: 0.6342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 855 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 856 score: 0.6424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 857 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 858 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 859 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 860 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 861 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 862 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 863 score: 0.5949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 864 score: 0.6755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 865 score: 0.6211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 866 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 867 score: 0.6579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 868 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 869 score: 0.8401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 870 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 871 score: 0.6681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 872 score: 0.8080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 873 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 874 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 875 score: 0.5390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 876 score: 0.5383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 877 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 878 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 879 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 880 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 881 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 882 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 883 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 884 score: 0.5560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 885 score: 0.7953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 886 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 887 score: 0.1933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 888 score: 0.5059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 889 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 890 score: 0.7265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 891 score: 0.6926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 892 score: 0.6640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 893 score: 0.6296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 894 score: 0.6813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 895 score: 0.7944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 896 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 897 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 898 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 899 score: 0.3653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 900 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 901 score: 0.6963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 902 score: 0.6006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 903 score: 0.6998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 904 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 905 score: 0.6329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 906 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 907 score: 0.2667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 908 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 909 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 910 score: 0.7775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 911 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 912 score: 0.3673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 913 score: 0.7564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 914 score: 0.7454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 915 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 916 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 917 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 918 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 919 score: 0.6791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 920 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 921 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 922 score: 0.7469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 923 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 924 score: 0.6833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 925 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 926 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 927 score: 0.6947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 928 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 929 score: 0.6221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 930 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 931 score: 0.7572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 932 score: 0.6691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 933 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 934 score: 0.6792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 935 score: 0.6578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 936 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 937 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 938 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 939 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 940 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 941 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 942 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 943 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 944 score: 0.7291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 945 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 946 score: 0.6312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 947 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 948 score: 0.7678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 949 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 950 score: 0.6171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 951 score: 0.2211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 952 score: 0.6513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 953 score: 0.3367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 954 score: 0.7060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 955 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 956 score: 0.8074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 957 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 958 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 959 score: 0.5191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 960 score: 0.6787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 961 score: 0.5171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 962 score: 0.6473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 963 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 964 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 965 score: 0.4912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 966 score: 0.4190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 967 score: 0.5125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 968 score: 0.3806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 969 score: 0.6130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 970 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 971 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 972 score: 0.6415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 973 score: 0.7644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 974 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 975 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 976 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 977 score: 0.6871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 978 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 979 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 980 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 981 score: 0.3221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 982 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 983 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 984 score: 0.6927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 985 score: 0.6823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 986 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 987 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 988 score: 0.2193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 989 score: 0.2223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 990 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 991 score: 0.2601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 992 score: 0.5633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 993 score: 0.6372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 994 score: 0.6753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 995 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 996 score: 0.8084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 997 score: 0.9085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 998 score: 0.7980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 999 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1000 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1001 score: 0.5995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1002 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1003 score: 0.5402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1004 score: 0.5459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1005 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1006 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1007 score: 0.3299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1008 score: 0.2915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1009 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1010 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne Segment 1011 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ne score: 0.7270 diff --git a/test-en-ur b/test-en-ur new file mode 100644 index 0000000000000000000000000000000000000000..4897c08afb024b6fcd53173cddd291d408ff8873 --- /dev/null +++ b/test-en-ur @@ -0,0 +1,1012 @@ +انہوں نے مزید بتایا کہ اب ہمارے پاس چار ماہ کی چمگادڑوں ہیں جنہیں کسی وقت ڈائیابیٹک تھے لیکن اب وہ ڈائیابیٹک نہیں ہیں۔ +ہیلی فاکس، نوا سکاٹیا میں ڈالہوسی یونیورسٹی میں طب کے پروفیسر ڈاکٹر ایہوڈ ار نے کینیڈین ڈائیابیٹس اسوسی ایشن کی کلینیکل اور سائنسی ڈیوژن کے چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر چیئر کے طور پر +کچھ دیگر ماہرین جیسا کہ وہ ڈائیابیٹس کو شفا کرنے کے بارے میں شکوک ہیں اور یہ بات بتاتے ہیں کہ ان کے تحقیقات کے بارے میں کوئی تعلق نہیں ہے جو پہلے سے ٹائپ 1 ڈائیابیٹس رکھتے ہیں۔ +اتوار کو سویڈن کے سوریج ریڈیو کے ریڈیو پروگرام میں سارا ڈینیوس، نوبل کمیٹی کی سوئیڈیش ایکیڈمی میں لیٹرچر کے نوبل کمیٹی کے مستقل سیکرٹر نے باب ڈائلن کے ساتھ 2016 کی نوبل پرائز کے بارے میں درستانہ طور پر اعلان کیا کہ کمیٹی نے باب ڈائلن کے ساتھ رابطہ کرنے کی کوششوں سے انکار کیا ہے۔ +ڈینیوس نے کہا، “ابھی ہم کچھ نہیں کر رہے ہیں۔ میں نے اس کے قریبی کلابوریٹر کو کال کیا اور ایمیل بھی بھیجی۔ اس کے پاس بہت دوستانہ جوابات آئیں۔ ابھی یہ بلاشبہ کافی ہے۔” +پہلے سے، رنگ کے سی ایو جیمی سمینوف نے کہا کہ اس کمپنی کا آغاز ہوا جب اس کے گیریج میں اس کی ڈور بیل اپنے شاپ سے سننے میں نہیں تھی۔ +انہوں نے ایک وائی فائی ڈور بیل بنایا ہے، انہوں نے کہا۔ +سیمینوف نے کہا کہ ان کی 2013 میں شارک ٹینک کے ایک ایپیسوڈ میں شو پینل نے اسٹارٹ آپ کو فنڈ دینے سے انکار کیا جس کے بعد فروخت میں اضافہ ہوا۔ +2017 کے اختتام میں، سیمینوف شپنگ ٹیلی وژن چینل قیوی سی (QVC) پر پیش آیا۔ +رنگ نے بھی مقابلہ کرنے والی سیکیورٹی کمپنی، ایڈیٹی کارپوریشن کے ساتھ معاہدہ کیا۔ +جبکہ ایک آزمائشی ویکسین ایبولا کی موت کی تعداد کو کم کرنے کے قابل نظر آتی ہے، اب تک کسی دوائی کے بارے میں کوئی بات نہیں کی گئی ہے کہ وہ موجودہ انفیکشن کا علاج کرنے کے لئے مناسب ہے۔ +ایک اینٹی بوڈی کوکٹیل، ز میپ پہلے میں فیلڈ میں وعدہ ظاہر کیا تھا، لیکن منظم تحقیقات نے ظاہر کیا کہ وہ موت سے روکنے کے لئے طلب کی جانب سے زیادہ فائدہ نہیں دیتا۔ +پالم ٹریل میں زمپ کا کنٹرول کا مطلب یہ ہے کہ سائنسدان اسے بیس لائن کے طور پر استعمال کرتے ہیں اور تین دوسرے ٹریٹمنٹس کو اس کے بارے میں مقابلہ کرتے ہیں۔ +امریکی گیمنسٹکس امریکی اولمپک کمیٹی کی خط کی حمایت کرتا ہے اور ہمارے تمام ایتھلیٹس کے لئے ایک سیف ماحول پیدا کرنے کے لئے اولمپک خاندان کی غالب ضرورت کو قبول کرتا ہے۔ +ہم امریکی اولمپک کی بیان کے ساتھ اتفاق کرتے ہیں کہ ہمارے ایتھلیٹس اور کلبوں کے اہلکاروں اور ان کے کھیلوں کے بارے میں معنوی تبدیلی کے ساتھ ہماری تنظیم میں آگے بڑھنے کے بارے میں ان کے اہلکاروں اور ان کے کھیلوں کے بارے میں بہتر خدمات کی جا سکتی ہیں۔ +امریکی گیمنسٹکس ایک آزاد تفتیش کی حمایت کرتا ہے جس سے لیری ناسر کے بچنے والوں کی جانب سے انتہائی شاندار طریقے سے تعریف کیے گئے تعداد کی تشویش کے بارے میں روشنی پیدا کی جا سکتی ہے اور کسی بھی ضروری اور مناسب تبدیلیوں کی حمایت کرتا ہے۔ +امریکی گیمناسٹکس اور امریکی اولمپک کے ایک ہی مقصد ہے - گیمناسٹکس اور دیگر کھیلوں کو امکانی طور پر سلامت، مثبت اور قوتی ماحول میں اپنے خوابوں کی تلاش کرنے کے لئے کھلاڑیوں کے لئے امکانی طور پر سلامت بنانا۔ +1960 کے دوران، برزینسکی جان ایف کینیڈی کے لئے ایک مشیر کے طور پر کام کیا اور پھر لینڈون بی جانسن کی انتظامیہ کے لئے کام کیا۔ +1976 کے انتخابات کے دوران انہوں نے کارٹر کو خارجی پالیسی کے بارے میں مشورہ دیا، پھر انہوں نے 1977 سے 1981 تک قومی سیکیورٹی ایڈوائزر (NSA) کے طور پر خدمات کیں، جو ہینری کسنگر کے بعد کی گئیں۔ +این اے ایس اے کے طور پر، انہوں نے کارٹر کی جانب سے عالمی معاملات کو سیاسی طور پر کام کرنے میں مدد کی، جیسا کہ کیمپ ڈیوڈ ایکورڈس، 1978؛ امریکہ اور چین کی تعلقات کو 1970 کی دہائیوں کے ذریعے معمول کرنا؛ ایرانی انقلاب، جو ایران کے گرفتاروں کی وجہ بن گیا 1979 میں؛ اور افغانستان میں سوویت کی حملہ 1979 میں۔ +ریان گوسلنگ اور ایما اسٹون کی جانب سے کیا جانے والا فلم تمام بڑی کیٹیگریوں میں نامزدگی حاصل کی۔ +گوسلنگ اور اسٹون کو بیسٹ ایکٹر اور ایکٹریس کی ترتیب میں نامزدگیوں کی۔ +دوسرے نامزدیوں میں بیسٹ پکچر، ڈائریکٹر، کنیمٹوگرافی، کاسٹوم ڈیزائن، فلم ایڈٹنگ، اوریجنل سکور، پروڈکشن ڈیزائن، ساؤنڈ ایڈٹنگ، ساؤنڈ مکسنگ اور اوریجنل سکرین پلے شائیپ شامل ہیں۔ +اوڈیشن (The Fools Who Dream) اور سٹیڈ آف سٹارز کی دو گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند گیند +اتوار کے آخری وقتوں میں، امریکی صدر ڈونلڈ ٹرمپ نے پریس سیکرٹری کے ذریعے ایک بیان میں اعلان کیا کہ امریکی افواج سیریا سے نکلنے والے ہیں۔ +اس اعلان کے بعد ٹرمپ نے ٹرکیش کے صدر ریسپ ٹے یپ ایرڈوگان سے فون کونفرنس کی۔ +ٹرکی بھی قبضہ کرنے والے اس ایس ایس کے لڑائیوں کی حفاظت کریں گے جو ایک بیان میں کہا گیا ہے کہ یورپی ممالک نے واپسی کرنے سے انکار کیا ہے۔ +یہ نہیں صرف ایسا تصدیق کرتا ہے کہ کم از کم کچھ ڈائنوسائروں میں پتیوں تھیں، ایک نظریہ جو پہلے سے عام ہے، لیکن یہ تعلیمات کے بارے میں تفصیلات فراہم کرتا ہے جو عام طور پر فوسلز نہیں فراہم کر سکتے، جیسا کہ رنگ اور تین جانبی ترتیب۔ +سائنسدان کہتے ہیں کہ اس جانور کی پلومیج اوپر چیسٹنٹ براؤن تھی اور پال یا کیروٹینوڈ رنگ کی نیچے تھی۔ +اس کے ساتھ پکڑیوں کے پتیوں کی ترقی کے بارے میں بھی بیان کیا گیا ہے۔ +کیونکہ ڈائنوسائر کی پتیوں میں ایک اچھی طور پر ترقی کی گئی شفٹ نہیں ہے، جو راچس کہتے ہیں، لیکن وہ پتیوں کے دوسرے خصوصیات — باربز اور باربولز — رکھتے ہیں، جس کی وجہ سے تجزیہ کنندگان نے راچس کو ممکنہ طور پر بعد میں ترقی کی تربیت کیا گیا ہے جو ان دوسرے خصوصیات کی وجہ سے ہے۔ +فیتھرز کی ترکیب کا تجزیہ کرتا ہے کہ انہیں فلائٹ میں استعمال نہیں کیا گیا تھا بلکہ ٹیمپرچر کی ریگولیشن یا ڈسپلے کے لئے تھا۔ تجزیہ کنندگان کا تجزیہ کرتے ہیں کہ یہ ایک نوجوان ڈائنوسائر کا پتا ہے لیکن سیمپل کا تجزیہ کرتا ہے کہ اس میں بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالک +تحقیق کرنے والوں نے تجویز کی ہے کہ اگرچہ یہ ایک نوجوان ڈائنوسائر کا پتا ہے لیکن نمونے میں بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل بالکل +ٹرکی کے گزائنٹیپ میں پولیس کے ہی��� کورٹ میں گزشتہ روز صبح کو ایک کار بم سے دو پولیس افراد مارے گئے اور دوزن اور زیادہ اور افراد زخمی ہو گئے۔ +گورنر کی دفتر نے بتایا کہ زخمیوں میں سے تین پولیس افسران تھے۔ +پولیس نے کہا کہ انہوں نے ایک دعوی داعش (ISIL) کے جنگیدار کے بارے میں شناخت کی ہے۔ +وہ سورج کو دوسرے ستاروں کی طرح بنیادی اصول پر کام کرتے ہوئے پایا گیا تھا: سیسٹم میں تمام ستاروں کی فعالیت ان کی لومینوسٹی، ان کی روٹیشن اور کسی اور چیز سے پیدا کی گئی تھی۔ +لومینوسٹی اور روٹیشن ایک ستارے کے روسبی نمبر کی تعین کے لئے ایک ساتھ استعمال کیے جاتے ہیں، جو پلاسما فلو کے تعلق رکھتے ہیں۔ +روسبی نمبر کم ہونے سے ستارے میگنیٹک ریورسلز کے حوالے سے زیادہ فعال نہیں ہوں گے۔ +اس کے سفر کے دوران ایواساکی کئی وقتوں میں مشکلات کا سامنا کرنا پڑا۔ +انہوں پر چوروں کی جانب سے چوری کی گئی، ٹیبت میں ایک کوڑے کی جانب سے حملہ کیا گیا، نیپال میں شادی سے بچ گیا اور انہوں کو بھارت میں گرفتار کیا گیا۔ +802.11n سٹینڈرڈ دونوں 2.4Ghz اور 5.0Ghz فریکوئنسیز پر کام کرتا ہے۔ +اس سے اسے 802.11a، 802.11b اور 802.11g کے ساتھ بیکسٹ اسٹیشن کے دو ریڈیو کے ساتھ پیچیدہ کمپیتیبل ہو سکتا ہے۔ +802.11n کی سپیڈ اپنے پیش قدمیوں کی سپیڈوں سے زیادہ تیز ہیں اور ان کا مکمل نمائندگی 600Mbit/s سے زیادہ ہے۔ +ڈووال، جو دو بالغ بچوں کے ساتھ شادی کر چکے ہیں، ملر کے ساتھ کہی گئی کہانی کے بارے میں ایک بڑا اثر نہیں رکھا۔ +جب اسے تبصرہ کے لئے پوچھا گیا تو ملر نے کہا، “مائیک سماعت کے دوران بہت بات کرتے ہیں... میں تیار ہونے کی وجہ سے ان کی باتوں کو نہیں سن پا رہا تھا۔” +ہو نے کہا کہ ہم 2005 کی سطح سے 2020 تک کاربن ڈائوڈیوئیڈ کے ایک یونٹ کے بارے میں اضافہ کرنے کی کوشش کریں گے۔ +انہوں نے کٹس کے لئے ایک تعین نہیں کی اور کہا کہ انہیں چین کی معیشتی اخراج کے مطابق کیے جائیں گے۔ +انہوں نے ترقی کرنے والے ممالک کو پہلے سے پولیٹ کرنے اور بعد میں پولیشن کرنے سے دور رہنے کے لئے پیش کیا۔ +انہوں نے مزید کہا کہ “انہیں تاہم ان کے تربیتی مرحلے، ذمہ داری اور قابلیتوں سے باہر رہنے والی ذمہ داریوں پر پوچھا جانا نہیں چاہیئے۔” +ایراق سٹڈی گروپ نے آج 12.00 GMT کی وقت میں اپنا رپورٹ پیش کیا۔ +یہ چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزوں کی جانب سے چیزو� +رپورٹ کی شروعات میں مشرقی ممالک کے حوالے سے پالیسی کے بارے میں امریکہ میں افراد کی اجماع کے بارے میں افراد کی دعوی کی جاتی ہے اور افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد کی جانب سے افراد +اس رپورٹ نے عراق کے بارے میں ایکٹوریٹ کی حالیہ پالیسی کے تقریبا ہر ایک حصہ کے بارے میں تنقید کی ہے اور اس نے اس بارے میں فوری تبدیلی کی توقع کی ہے۔ +اپنے 78 ترجیحات میں سب سے پہلی ترجیح یہ ہے کہ یہ سال کے اختتام سے پہلے ایک نئی ڈپلومیٹک اقدام کی جانی چاہیئے جس کے ذریعے عراق کے سرحدوں کو غیر ملکی مداخلات کے خلاف محفوظ کیا جائے گا اور وہ اپنے ریاستوں کے ساتھ ڈپلومیٹک تعلقات کو دوبارہ قائم کیا جائے گا۔ +موجودہ سینیٹر اور آرجنٹین کے پہلی لڑی کرسٹینا فرنانڈیز ڈی کرشنر نے گزشتہ روز بونوس آئیرس سے 50 کلومیٹر (31 میل) دور کے شہر لا پلاٹا میں اپنی صدارتی نمائندگی کا اعلان کیا۔ +مسز کرشنر نے ارجنٹین ٹھیاٹر میں صدر کے لئے انتخاب کرنے کا اعزاز کیا ہے، جو انہیں سینیٹ کے لئے 2005 میں بونوس آئیرس پرونس کی ڈیلیگیشن کے رکن کے طور پر شروع کرنے کے لئے اسی جگہ پر استعمال کیا تھا۔ +یہ مذاکرات طوفان کیٹرینا کی وجہ سے مدد اور تعمیر کے بارے میں تنازع کی وجہ سے شروع ہوئی تھیں; جس کے بارے میں کچھ مالیاتی کنسرویٹوں نے مزاحیہ طور پر “بش کی نئی اورلینز ڈیل” کے نام سے تبصرہ کیا ہے۔ +واشنگٹن کے اندرونی کارکنوں کے لئے تجدیدی معاہدوں کی اجازت دینے کی تجدیدی کوشش کے بارے میں لیبرل تنقید میں توجہ کی گئی ہے۔ +چار ملین افراد نمازِ جنازہ میں حضور کرنے کے لئے روم میں گئے تھے۔ +وقوع ہونے والے لوگوں کی تعداد بہت زیادہ تھی کہ سینٹ پیٹر کے سیکوئر میں تمام لوگوں کے پاس وقوع کا درمیانہ ہونا ممکن نہیں تھا۔ +کئی بڑے ٹیلی وژن سکرین روم میں مختلف جگہوں میں پیش کرنے کے لئے لگائے گئے تھے۔ +اٹلی کے بہت سارے دوسرے شہروں میں اور دنیا کے باقی علاقوں میں خاص طور پر پولینڈ میں اسی قسم کی تعمیرات کی گئی تھیں جنہیں بہت سارے افراد نے دیکھا۔ +تاریخیوں نے پچھلے ایف بی آئی کی پالیسیوں پر تنقید کی ہے کہ انہیں ایف بی آئی کی کامیابی کی شرح میں اضافہ کرنے کی وجہ سے آزاری کاروں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے کیسوں پر موازنہ کرنے کی وجہ سے موازنہ کرنے والے +کانگریس نے فسکل 2005 میں جاری ہونے والی جارحیتی اقدام کے لئے فنڈ رکھنا شروع کیا اور اس میں کہا کہ ایف بی آئی کے 10 ایجنٹوں کو جوان پورنوگرافی کے لئے منتخب کرنا ہو گا۔ +روبن اتھاپا نے اننگس کا سب سے زیادہ سکور رکھا، 41 بالوں میں 11 فور اور 2 سیکس کے ساتھ 70 رنز کی۔ +میڈل اورڈر کے بیٹمین، ساچن ٹینڈولکر اور راہل ڈراویڈ نے اچھا کھیل کیا اور سینکڑوں رن کا پارٹنرشپ کیا۔ +لیکن کپتان کی وکٹ کھونے کے بعد انڈیا نے صرف 36 رن کیے اور اننگز کو ختم کرنے کے لئے 7 وکٹ کھوئے۔ +امریکی صدر جارج ڈبلیو بش نومبر 16 کی صبح سنگاپور میں آئے گئے اور ایشیا کی ایک ہفتہ کی سیاحت کا آغاز کیا۔ +سنگاپور کے ڈپٹی وزیر اعظم وانگ کان سینگ نے اسے سلام کیا اور سنگاپور کے وزیر اعظم لی ہسین لونگ کے ساتھ تجارت اور دہشت گردی کے مسائل پر بات کی۔ +مڈٹرم انتخابات میں ایک ہفتے کے نتیجے کے بعد، بش نے ایک جامعہ کو آسیا میں تجارت کی توسیع کے بارے میں بتایا۔ +وزیر اعظم سٹیفن ہارپر نے PMO میں NDP کے قائد جیک لیاٹن کے ساتھ منگل کے روز 25 منٹ کی ملاقات کے بعد اپنی حکومت کی ‘کلین ایئر ایکٹ’ کو تجزیہ کرنے کے لئے پورے پارٹی کمیٹی کے پاس بھیجنے کی اجازت دی ہے۔ +لیٹن نے وزیر اعظم کے ساتھ ملاقات کے دوران حکومت کے حوالے سے تبدیلیاں کے لئے مطالبہ کیا تھا جس میں کنزرویٹیو پارٹی کے حوالے سے تبدیلیاں کے لئے کافی اور مکمل ترجمہ کی مطالبہ کی گئی تھی۔ +فیڈرل حکومت نے ڈیونپورٹ، ٹاسمانیا میں میرسی ہاسپٹل کی فنڈنگ کو لینے کی کوشش کرنے کے بعد سے ریاستی حکومت اور کچھ فیڈرل ایم پیوں نے اس کو نومبر میں کی جانے والی فیڈرل ایلیکشن کے لئے ایک سٹنٹ کے طور پر تنقید کیا ہے۔ +لیکن وزیر اعظم جان ہاورڈ نے کہا کہ ایک اضافی AUD$45 ملین کے لئے ٹاسمانیا کی حکومت نے ہسپتال کے فیسلٹیوں کو کم کرنے کی وجہ سے محفوظ رکھنے کے لئے اس کاروبار کیا گیا ہے۔ +حالیہ بلیٹن کے مطابق، سمندری سطح کی ریادیں نشاندہی کرتی ہیں کہ ایک سونامی پیدا ہو گئی ہے۔ پاگو پاگو اور نیوے کے قریب کسی معیاری سونامی کی کارروائی ریکارڈ کی گئی ہے۔ +ٹونگا میں کوئی بڑی نقصان یا زخمیں نہیں رپورٹ کیے گئے ہیں، لیکن طوفان کی وجہ سے ٹونگا کے حکام پی ٹی ڈبلیو کی جانب سے جاری ہونے والی سونامی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جانب سے جاری ہونے والی چیزوں کی جان +ہوائی میں ساحل کے قریب یا ساحل پر چار سے زیادہ اسکولوں کو جمعہ کو بند کر دیا گیا ہے اگرچہ چیزوں کی چوٹیں اٹھائی گئی ہیں۔ +امریکی صدر جارج وان بش نے اعلان کی توقع کی۔ +بش کے ترجمان گورڈون جونڈرو نے شمالی کوریا کی وعدے کو “کوریائی پنینشولے کی توثیق شدہ نیوکلیئریزیشن حاصل کرنے کے لئے مقصد کے بارے میں ایک بڑا اقدام” قرار دیا۔ +آٹلانٹک سمندری طوفانی موسم کے دسویں نامی طوفان سبٹروپیشل سٹورم جیری آج آٹلانٹک سمندر میں بن گیا۔ +نیشنل ہریکین سینٹر (این ایچ سی) کا کہنا ہے کہ اس وقت جیری سمندر پر کوئی خطرہ نہیں ہے۔ +امریکی کورپ آف انجنیئرز نے تقریب کی کہ 6 انچ کی بارش سے پہلے تباہ ہونے والے لیویز کو چھوڑ سکتی ہے۔ +نومبر وارڈ جس میں سمندری طوفان کیٹرینا کے دوران 20 فٹ سے زیادہ پانی آیا ہے، اب وہ پیٹھی سے زیادہ پانی میں پہنچ گیا ہے کیونکہ اس کے قریبی لیوی سے پانی نکل گیا ہے۔ +پانی ایک سیکشن میں 100 فٹ شاری کے ساتھ لیوی سے نکل رہا ہے۔ +کمنز ایڈمنسٹریٹر آڈم کیورڈن نے گزشتہ ماہ وکینی نیوز کے ساتھ بات کرتے ہوئے حذرات کے بارے میں اپنی غمگینی ظاہر کی۔ +ویلز نے ابتدائی طور پر ہمارے سامنے جھوٹ بولا۔ پہلے، اس کے قانونی وجوہات کے طور پر کام کرتے ہوئے۔ دوسرے، اس نے کہا کہ وہ ہمارے سامنے سن رہا ہے، جب وہ اپنی کلامات کو حذف کر رہا تھا۔ +کمیونٹی کی ناراضی نے ملازمت کرنے والے میڈیا ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملازمت کرنے والے ملا +کام کیا گیا تھا زیادہ تر نظریاتی تھا، لیکن پروگرام سیگٹیریوس گیلیکسی کی تفصیلات کی مشاہدہ کرنے کے لئے لکھا گیا تھا۔ +ٹیم کو چاہنے والا اثر گلیکسی کی سیاہ مادہ اور ملکی وے کی سیاہ مادہ کے درمیان پہنچنے والے جہازوں کی وجہ سے پیدا ہو گا۔ +چاند کی طرح میلکی وے نے سیگٹیریوس گیلیکسی پر ایک دباؤ کرنے کی کوشش کی ہے، جس کی وجہ سے جوڑیاں پیدا ہوتی ہیں۔ +سائنسدان کو یہ نتیجہ کرنے میں مدد میں تھا کہ تاریخی مادہ اسی طریقے سے دوسری تاریخی مادہ پر اثر کرتی ہے جیسا کہ تاریخی مادہ دوسری تاریخی مادہ پر اثر کرتی ہے۔ +یہ نظریہ کہتا ہے کہ گیلیکسی کے قریب زیادہ تر کمزور مادہ ایک قسم کے ہالو میں موجود ہے اور اس میں بہت سے چھوٹے پارٹیکلز شامل ہیں۔ +ٹیلی وژن رپورٹس کے مطابق پلانٹ سے سفید دم آ رہا ہے۔ +مقامی عہدیداروں نے پلانٹ کے قریب رہنے والے رہائشیوں کو گھر میں رہنے، ایئر کنڈیشنرز کو بند کرنے اور ٹیپ پانی پینے سے چھوڑنے کا اعادہ کیا ہے۔ +جاپان کی ایٹمی ایجنسی کے مطابق، پلانٹ میں ریڈیو ایٹمی کیسیوم اور آئوڈائن کی شناخت کی گئی ہے۔ +عہدیداروں نے توقع کیا ہے کہ یہ ایسا ظاہر کرتا ہے کہ سائٹ پر پھینکنے والے کانسٹرز میں یورانیم فیول کی کھڑکی ہو سکتی ہے اور وہ لیک کر رہی ہے۔ +ڈاکٹر ٹونی مول نے جنوبی افریقی علاقے کوزولو ناٹل میں ایکسڈری ڈرگ ریزسٹنٹ ٹیوبرکلوسسس (XDR-TB) کو شناخت کیا۔ +ایک انٹرویو میں انہوں نے کہا کہ نئی واریانٹ بہت زیادہ موت کی شرح کی وجہ سے “بہت زیادہ پریشان کن اور پریشان کن ہے۔” +ڈاکٹر مول کا خیال ہے کہ کچھ بیماروں نے ہسپتال میں ایسی بیگ پیدا کی ہے اور کم از کم دو بیمار ہسپتال کے صحت کے کارکنوں تھے۔ +ایک سال کے دوران، ایک بیمار شخص کے 10 سے 15 قریبی رابطے بھی بیمار ہو سکتے ہیں۔ +تاہم، توبرکلوسیس سے متاثر تمام گروپ لوگوں میں ایکس ڈی ایر ٹی بی کی تعداد کم نظر آتی ہے; جنہوں نے جنوبی افریقہ میں کسی خاص وقت کے دوران ٹبرکلوسیس سے متاثر ہونے کی وجہ سے 330,000 لوگوں میں سے 6,000 لوگوں کی تعداد ہے۔ +دونوں سیٹلائٹس جس کی وزن 1,000 پاؤنڈ سے زیادہ تھی اور ایک گھنٹے میں تقریباً 17,500 میل پر گزرتے تھے، زمین کے اوپر 491 میل کے اوپر ایک موجودگی کے ساتھ مل گئے۔ +سائنسدان کا کہنا ہے کہ دھماکہ کی وجہ سے واقع ہونے والی دھماکہ بڑی ترین تھی۔ +وہ اب بھی اس کی تعین کرنے کی کوشش کر رہے ہیں اور زمین کیسے متاثر ہو گی۔ +امریکی وزارت دفاع کے دفتر کے امریکی سٹرٹیجک کمانڈ نے ملبے کو ٹریک کرنے کی کوشش کی ہے۔ +پلاٹ کی تجزیہ کا نتائج ایک عوامی ویب سائٹ پر پوسٹ کیا جائے گا۔ +اوہائو کے حکام نے کہا کہ پنسلوانیا کے چیلڈرن ہاسپٹل میں کام کرنے والے ڈاکٹر کی ماں جمعہ کے روز اپنے کار کے ٹرنک میں مرنے والی پائی گئی اور اس کی وجہ سے ان کے پاس زیادہ سزا قتل کی توقیع کی گئی ہے۔ +ڈاکٹر مالار بالاسوبرامانیان، 29 سالہ، اوھائو کے بلو ایش میں پایا گیا جو سنسیناٹی کے قریب 15 میل شمالی طرف ہے اور اس میں راستے کے سامنے ٹی شرٹ اور آندرویئر پہنے ہیں۔ +انہوں نے عہدیداروں کو اپنی بلیک اولڈسموبل انٹریج کی جانب سے 500 فٹ کے دوران جانے کی ترتیب دی۔ +وہاں انہوں نے 53 سالہ ساروجا بالاسوبرامانیان کی شہادت کی گئی جس کی سر پر خون میں بلینکٹس لگائی گئی تھی۔ +پولیس نے بتایا کہ جانے کا ظاہرہ ایک دن تک واقع تھا۔ +اس سیزن کے پہلے کیسوں کی رپورٹ جولائی کے آخر میں کی گئی تھی۔ +یہ بیماری خنزیروں کی جانب سے لے جاتی ہے، جو پھیلوں کے ذریعے انسانوں کی جانب پہنچتی ہے۔ +ایسا واقعہ نے انڈیا کی حکومت کو بہت سنگین علاقوں میں خنزیروں کو کھانچنے والوں کی ڈپولیٹ کرنے، ہزاروں مسکیٹوں کی توڑیوں کو فراہم کرنے اور پیسٹسڈز کو اسپرائٹ کرنے کے انداز میں اسی قسم کے اقدامات کرنے پر پیش کر دیا ہے۔ +سرکاری حکومت نے اینسیفالٹس کی ویکسین کے ملیئنوں فلاش بھی وعدہ کیے ہیں، جو اگلے سال کے لئے صحتی ایجنسیوں کو تیار کرنے میں مدد کریں گے۔ +اس سال تاریخی طور پر سب سے زیادہ متاثر علاقوں میں کیے جانے والے ویکسین کے منصوبوں میں فنڈز کی کمی اور دوسرے بیماریوں کے بارے میں کم ترتیب کی وجہ سے تاخیر ہوئی ہے۔ +1956 میں سلانیا سویڈن میں گئے جہاں تین سالوں بعد انہوں نے سویڈن پوسٹ آفیس کے لئے کام شروع کیا اور وہ ان کے چیف اینگریور بن گئے۔ +انہوں نے سویڈن اور 28 دیگر ممالک کے لئے 1,000 سے زائد سٹیمپس تیار کیے۔ +ان کی کامیابی ایک مشہور کیمیات اور تفصیل کے ساتھ ہے جو فلاتیلسٹس میں ایک بہت کم “گھریلو نام” میں سے ایک ہیں۔ کچھ ان کی کامیابی کے بارے میں خصوصیات رکھتے ہیں۔ +اس کی 1,000 ویں سٹیمپ ڈیوڈ کلوکر ایہرن اسٹرائل کی جانب سے 2000 میں شاندار “سوئیڈ کنگز کی بہترین کامیات” تھی، جو گوئنس بوک آف ورلڈ ریکارڈز میں شمارہ دی گئی ہے۔ +انہوں نے بھی کئی ممالک کے بینک نوٹ میں انگریوئنگ کی تھی، جس میں نئے کینیڈی 5 اور 100 ڈالر کے بیل پر وزیر اعظم کے پورٹریٹ شامل ہیں۔ +ایسے حادثے کے بعد گیبسن کو ایک ہسپتال میں ٹرانسپورٹ کیا گیا تھا لیکن اس کے بعد اس کی موت ہو گئی۔ +ٹرک ڈرائیور جو 64 سال کی عمر کا ہے وہ دھماکے میں زخمی نہیں ہو گیا۔ +وہ جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے جہاں ایسا حادثہ ہوا وہاں سے +ایک شرکت میں کام کرنے والا ایک شخص نے بتایا کہ: “وہ حادثہ ہونے والے جگہ کے قریب ایک گیریج میں بچوں کو راستے پر چلنے کے لئے تیار رکھا گیا تھا اور وہ تمام چلا رہے تھے اور روایت کر رہے تھے۔” +وہ تمام ایسے جگہ سے چلے گئے جہاں ایسا حادثہ واقع ہوا تھا۔ +بالی میں ایجنڈے کے دوسرے موضوعات میں دنیا کے باقی جنگلوں کو بچانا اور ترقی کرنے والے ممالک کو زیادہ سازی کے طور پر ترقی کرنے میں مدد کرنے کے لئے ٹیکنالوجیوں کو شیئرنگ کرنا شامل ہے۔ +این یونین نے بھی ایک فنڈ کی تیاری کرنے کی توقع رکھی ہے جو گلوبل وارمنگ کی وجہ سے متاثر ممالک کو اثرات سے بچنے میں مدد کرے گی۔ +پیسے سیلابی گھروں، بہتر پانی کی مینجمنٹ اور کروں کی مختلفیت کے لئے جا سکتے ہیں۔ +فلوک نے لکھا کہ کچھ افراد نے خواتین کی صحت کے بارے میں بات کرنے سے نکلنے کی کوششیں ناکام ہوئی ہیں۔ +وہ اس نتیجے پر پہنچ گئی کیونکہ انہیں دونوں جنابین اور جنابوں کی جانب سے متعدد مثبت تبصروں اور تشویش کی جانب سے بھیجے گئے تھے جن میں کانٹراکٹیون میڈیسن کو طبی ضرورت قرار دینے کی توقیع کی گئی تھی۔ +جب زخمیوں کو ہسپتال میں ٹرانسپورٹ کیا گیا تو لڑائی ختم ہو گئی اور بعد میں رہنے والے تقریبا 40 انمائیوں نے اپنے کیلوں میں واپس نہیں جانے کا فیصلہ کیا۔ +مذاکرات کرنے والے کو وضعت کو درست کرنے کی کوشش کی گئی ہے، لیکن گرفتاروں کے مطالبات نہیں درست ہیں۔ +10:00-11:00 بجے MDT کے دوران گھر میں گھریلوں کی جانب سے یارڈ میں ایک آگ شروع ہوئی تھی۔ +اس کے بعد، ریوٹ گیئر کے ساتھ اہلکاروں نے یارڈ میں داخلی ہوئے اور ٹیئر گیس کے ساتھ زندگی گزارنے والوں کو پھینک دیا۔ +آخری وقت آگ کو 11:35 بجے پورا کرنے والے آگ ریسک کروں نے آگ کو پورا کر دیا۔ +1963 میں بندی کی جانے کے بعد، سیزنل بارشوں کی وجہ سے دریا میں سیدمنٹ کو پھیلانے والے بارشوں کو روک دیا گیا تھا۔ +اس سیڈیمنٹ سینڈ بارز اور بیچس بنانے کے لئے ضروری تھا، جو جنگلی زندگی کے مقامات کے طور پر استعمال ہوتے تھے۔ +اس نتیجے کی وجہ سے دو مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں سے دو جانوں میں سے ایک مچھلی جانوں میں +اگرچہ طوفان کے بعد پانی کی سطح صرف چند فٹ تک بڑھ جائے گی، عہدیداروں کی توقع ہے کہ پانی کی سطح کی وجہ سے نیچے سینڈ بارز کو بحال کرنے کے لئے کافی ہو گی۔ +سونامی کے بارے میں کوئی چیز نہیں بتایا گیا ہے اور جاکارٹا کی جیوفیزیکس ایجنسی کے مطابق کوئی چیز نہیں بتایا گیا ہے کیونکہ زلزلے کی شدت 6.5 کی ضرورت کے بارے میں نہیں تھی۔ +سونامی کی خطرے کے باوجود، رہائشیوں نے پریشانی کا شکار ہونا شروع کیا اور اپنے کاروباروں اور گھروں سے باہر نکلنا شروع کیا۔ +اگرچہ ونفری اپنے خاتمے کے دوران آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے آنے والے +یہ خود ختمہ نہیں ہو گا۔ یہ ایک کہانی کا ختمہ ہے اور ایک نئی کہانی کا آغاز ہے۔ +نامیبیائی صدری اور پارلیمنٹری انتخابات کے آخری نتائج نے ظاہر کیا ہے کہ حفیکپونیے پوہامبا صدر کو بڑی برتری کے ساتھ دوبارہ انتخاب کیا گیا ہے۔ +ریاستی پارٹی، جنوب مغربی افریقہ لوگوں کی تنظیم (SWAPO) نے پارلیمنٹری انتخابات میں بھی زیادہ تر وزیر رکھی۔ +کوئلیشن اور افغان افراد نے سائٹ اور دوسرے کوئلیشن جہازوں کی مدد کرنے کے لئے ایک علاقے میں منتقل ہوئے ہیں۔ +ایسا حادثہ پہاڑیوں میں اونچی جگہ پر واقع ہوا اور اس کا خیال رکھا جاتا ہے کہ اس کا نتیجہ دشمنی آگ کی وجہ تھی۔ +کشتی سائٹ کی تلاش کی کوششوں کو بری ہوا اور سخت زمین سے متاثر ہو رہی ہے۔ +طبی خیریہ مانگولا، میڈیسنز سینس فرانٹیئرز اور ورلڈ ہیلتھ اورگنائزیشن کا کہنا ہے کہ یہ ملک میں سب سے بدترین بیماری کا ریکارڈ ہے۔ +میڈیسنز سینس فرانٹیئر کے ترجمان رچرڈ ویرمن نے کہا کہ: “انگولا اپنی سب سے بری بارش کے سامنے جا رہا ہے اور انگولا میں حالات بہت بری ہیں۔” انہوں نے کہا۔ +اس کھیلوں کا آغاز 10:00 بجے ہو گیا اور موسم بہتر تھا اور میں دوپہر کے موسم میں بارش کی وجہ سے 7 کے رگبی کے لئے یہ ایک بہترین دن تھا۔ +ٹورنامنٹ کے ٹوپ سیڈز جنہوں نے 5 ویں سیڈڈ کے زمبیا کے خلاف 26 - 00 کی آرام کی جیت کے ساتھ شروع کیا۔ +ان کے جنوبی بھائیوں کے خلاف کھیل کرتے ہوئے انہیں کوئی بات نہیں تھی، تاہم ٹورنامنٹ پیش کرتے ہوئے جنوبی افریقہ کا کھیل بہتر ہو گیا۔ +ان کی ترتیبی دفاع، گیند کی مہارت اور اچھی ٹیم کی کامیابی نے انہیں اونچ کرنے کی وجہ بنائی اور یہ یہی ٹیم تھی جو کسی ٹیم کو شکست دینے کی وجہ بن سکتی ہے۔ +امسٹرڈم کے شہر اور این فرانک میوزیم کے عہدیداروں کا کہنا ہے کہ درخت ایک فنگس کے ساتھ بیمار ہے اور عام عوام کے لئے ایک بیماری کا خطرہ ہے کیونکہ انہوں نے تردید کی ہے کہ وہ پھوڑنے کی وجہ سے خطرے میں ہے۔ +اسے سوموار کو کاٹ کرنے کی تیاری کی گئی تھی، لیکن ایک ایمرجنسی عدالت کے فیصلے کے بعد وہ بچ گیا۔ +تمام جھولوں کے دروازے، جنہیں “سات بیٹیں” کے نام سے جانے جاتے ہیں، کم از کم 100 سے 250 میٹر (328 سے 820 فٹ) کی چوڑی ہیں۔ +انفراریڈ تصاویر ظاہر کرتی ہیں کہ رات اور روز میں ٹیمپرچر کی تبدیلیوں کے مطابق انہیں جھولوں کے قریب ہونے کا امکان ہے۔ +وہ دن میں اور رات میں سوراخ کے سطح سے زیادہ سرد ہوتے ہیں۔ +ان کی تھرمل رفتار زمین کے بڑے جہازوں کی طرح نہیں ہے جو اکثر ایک معمول طور پر مستحکم ٹیمپریچر رکھتے ہیں، لیکن اس کے بارے میں یہ کہیں گیا ہے کہ انہیں زمین میں گہرے کھڑکیوں کے طور پر دیکھا جاتا ہے۔” امریکی ایسٹیٹس جیولوجیکل سروی (USGS) اسٹروجیولوجی ٹیم اور فلگسٹاف، ایروزونا میں مقام رکھنے والی شمالی ایروزونا یونیورسٹی کے گلن کشنگ نے کہا۔ +فرانس میں ووٹنگ ایک کم ٹیک ایسپیرینس ہے: ووٹروں نے ایک بوت میں اپنے انتخابی کانڈیڈیٹ کے بارے میں ایک پری پرنٹڈ شیٹ کو ایک اینولوپ میں رکھا۔ +اہلکاروں نے ووٹر کی شناخت کو تصدیق کرنے کے بعد، ووٹر اینولپ کو ووٹ کے بوکس میں ڈراپ کرتا ہے اور ووٹنگ رول پر ہستاکش کرتا ہے۔ +فرانسیسی انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے بارے میں انتخابی قانون کے +1988 سے، ووٹ کرنے والوں اور ناظرین کو ووٹ کرنے کے آغاز میں کوئی این وپ نہیں دیکھ سکیں اور کہ کوئی این وپ اضافہ نہیں کیا گیا ہے اگرچہ ووٹ کرنے والوں میں سے کوئی این وپ موجود نہیں ہے اور ووٹ کرنے والوں میں کوئی این وپ موجود نہیں ہے اگرچہ ووٹ کرنے والوں میں سے کوئی این وپ موجود نہیں ہے اور ووٹ کرنے والوں میں کوئی این وپ موجود نہیں ہے اگرچہ ووٹ کرنے والوں میں سے کوئی این وپ موجود نہیں ہے اور ووٹ کرنے والوں میں کوئی این وپ موجود نہیں ہے اگرچہ ووٹ کرنے والوں میں سے کوئی این وپ موجود نہی� +انتخابی امیدوار تمام مراحل کی تصویر کرنے کے لئے نمائندگان بھیج سکتے ہیں۔ روز کے شام میں ووٹوں کی تعداد کی جاتی ہے جس میں ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور ووٹوں کی تعداد کی جاتی ہے اور و +اے ایس یو ای پی سی، جو کسٹ سیونگ اور فنکشنلٹی فیکٹرز کے لئے دنیا بھر میں شروع کیا گیا تھا، 2007 کے ٹائی پی آئی ایٹ ماہ میں ایک گرم ٹوپک بن گیا۔ +لیکن لیپٹاپ کمپیوٹر کے لئے کنزمر مارکیٹ 2007 میں ریپبلک آف چائنہ کے ایگزیکٹو یوان کی جانب سے ٹائیوان سسٹینیبل ایورڈ میں اسوس کی جانب سے انتخاب کی جانے کے بعد بہت زیادہ مختلف ہو گی۔ +اسٹیشن کی ویب سائٹ نے شو کو “قدیم اسکول ریڈیو ٹھیٹر میں ایک نئی اور غلط گیکی سپن کے ساتھ!” کے طور پر ترجمہ کی ہے۔ +اس کے ابتدائی دنوں میں، شو کو صرف لانگ رننگ انٹرنیٹ ریڈیو سائٹ ٹوگی نیٹ ریڈیو پر شائع کیا گیا جو ٹالک ریڈیو پر مرکوز ہے۔ +2015 کے آخری ماہوں میں، ٹوگی نیٹ نے ایسٹرو نیٹ ریڈیو کو ایک سبسیڈی اسٹیشن کے طور پر قائم کیا۔ +یہ شو اصل میں امیٹور وائس ایکٹروں کی جانب سے ایسٹ ٹیکس کے مقامی وائس ایکٹروں کی جانب سے پیش کی گئی تھی۔ +اس کے بارے میں رپورٹ کیا گیا ہے کہ رازداری کے اہلکاروں نے بشکیک کی شہر میں رازداری کرنے کے لئے موجود نہیں ہوئے۔ +ایک مشاہدہ نے بیشکےک کی حالت میں “انارکی” کا تعریف کیا جبکہ لوگوں کی گینڈوں نے شہر کی سڑکوں پر چلنے کی اور کنسمر گوڈز کے اسٹوروں پر چوری کی۔ +کئی بشکیک کے رہائشیوں نے جنوبی کے مظاہرین کی جانب سے ناقابل قانون کی وجہ سے تنقید کی۔ +جنوبی افریقہ نے رویال بافوکنگ اسٹیڈیم میں جنوبی افریقہ کے رسٹن برگ میں رگبی یونین ٹری نیشنز میچ میں اول بلیکس (نیوزی لینڈ) کو شکست دی ہے۔ +آخری سکور ایک پوائنٹ کا فتح تھا، 21 سے 20، جس سے ایل بلیکس کی 15 گیم کی فتحی سلسلے کا اختتام ہو گیا۔ +سپرنگبوکس کے لئے یہ پانچ میچوں کی شرطی سلسلہ کو ختم کر دیا۔ +ایل بلیکس کے لئے یہ آخری میچ تھا، جو پہلے سے دو ہفتے سے ٹروفی جیت چکے ہیں۔ +اس سیریس کا آخری میچ اگلی ہفتے جونیس برگ میں ایلس پارک میں ہو گا، جب سپرنگ بوکس اسٹریلیا کے خلاف کھیلیں گے۔ +ایک معمولی زلزلے سوموار کو رات کی 10:08 بجے مغربی مونٹانا میں ہوا۔ +امریکی جریانی سروے (USGS) اور اس کے قومی زلزلے کی معلومات کینٹر سے کوئی فوری رپورٹ نہیں ملی گئی ہے۔ +زلزلے ڈیلن کے شمال مشرق میں تقریبا 20 کلومیٹر (15 میل) اور بٹ کے جنوب میں تقریبا 65 کلومیٹر (40 میل) کے مرکز میں ہوا۔ +فرانس کے مشرقی علاقے میں لیون کے قریب مارش لینڈ میں سوموار کو پائی گئی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں کی جانوں ک +فرانس یورپی یونین میں اس وائرس کی وجہ سے سابقہ آسٹریا، جرمنی، سلونیا، بولگریہ، گریس اور اٹالی کے بعد سابقہ ملک ہیں۔ +کرواٹیا اور ڈینمارک میں H5N1 کی شناخت نہیں کی گئی ہے۔ +چیمبرز نے اللہ کے خلاف ایک مقدمہ کیا تھا کہ وہ “زمین کے رہائشیوں میں سینکڑوں لوگوں کی جانب سے وسیع طور پر موت، تباہی اور خوف پیدا کر رہے ہیں۔” +چیمبرز، ایک ایجنسٹک نے اس کے عدالتی معاملے میں تنقید کی ہے کہ اس کا معاملہ “غلط” ہے اور “کسی بھی شخص کسی بھی شخص کے خلاف معاملہ کر سکتا ہے۔” +فرانسیسی اوپرا میں کیمیل سینٹ سین کی جانب سے پیش کی گئی کہانی ایک فنکار کے بارے میں ہے جس کا زندگی ڈرگز اور جاپان کے لئے پیش کی گئی ہے۔ +اس نتیجے کی وجہ سے، کارکنوں نے سٹیج پر کیننبس کی جائنٹس کھائی اور ٹھیٹر نے ان کو ان میں شامل ہونے کی تحریک کی ہے۔ +سابقہ ہاؤس سپیکر نیوٹ گنگریچ، ٹیکساس کے گورنر رک پیری اور کانگریس وومن مائیچیل بیچمان میں چوتھی، پانچویں اور ششویں پوزیشن میں اختتام کی۔ +نتائج آنے کے بعد، گنگریچ نے سینٹورم پر تعظیم کی تھی، لیکن رومنی کے بارے میں انہوں نے سخت لفظات کیے جس کے بارے میں آئیوا میں گنگریچ کے خلاف منفی کیمپین جاری کی گئی تھی۔ +پیری نے کہا کہ وہ “آج رات کے کیوسس کے نتائج کی تجزیہ کرنے کے لئے ٹیکساس میں واپس جائیں گے، اس ریس میں میرے لئے آگے بڑھنے کی راہ ہے یا نہیں؟” لیکن بعد میں انہوں نے کہا کہ وہ ریس میں رہیں گے اور جنوری 21 کو جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 کی جنوری 21 +باچمان، جو اگست میں ایمز سٹرا پول جیتی تھی، نے اپنی کیمپین کو ختم کرنے کا فیصلہ کیا۔ +فوٹو گرافر رونالڈ ریگن UCLA میڈیکل سینٹر میں ٹرانسپورٹ کیا گیا جہاں وہ بعد میں وفات پا گیا۔ +اسے 20 ویں سالوں کی عمر میں تھا۔ ایک بیان میں، بیبر نے کہا کہ میں اس غضبناک حادثے کے لئے موجود نہیں تھا اور میں کسی طرح کے متعلق نہیں تھا۔ تاہم میں اس حادثے کے شہید کی خاندان کے لئے اپنے خیالات اور نماز رکھتا ہوں۔ +انٹرٹینمنٹ نیوز ویب سائٹ ٹی ایم زیڈ (TMZ) نے سمجھا کہ فوٹو گرافر نے سیپولویڈا بولیورڈ کی دوسری طرف اپنی گاڑی روک دی اور پولیس کو راستے پر چلنے سے پہلے اور جاری رہنے کے لئے تصاویر لینے کی کوشش کی۔ کیلیفورنیا ہائی وے پاٹرول پولیس افسر کی جانب سے ٹریفک سٹاپ کی ترتیب کرنے کے لئے اسے دو مرتبہ بیک کرنے کا حکمہ دیا گیا۔ +پولیس کے مطابق، فوٹو گرافر پر حملہ کرنے والے وہاں کے ڈرائیور کو جرمانی عدالت میں مظاہرہ کرنے کا امکان نہیں ہے۔ +صرف ایک روز موجود ہونے والے اٹھارہ میڈل کے ساتھ کئی ممالک میڈل پوڈیوم بنانے میں ناکام ہو گئیں۔ +انہوں نے نیڈر لینڈ اور فن لینڈ کو شامل کیا ہے، جس میں اینا جوچمسن کو سپر گی میں خواتین کی سٹینڈنگ کلاس میں نومبر کی پوزیشن ملی اور کاٹجا سارنین نے اس واقعے میں دسوم پوزیشن حاصل کی۔ +اسٹینڈنگ سپر گی میں آسٹریلیہ کے مائٹچل گورلی نومبر کی پوزیشن پر اٹھے گئے۔ مردان کے سٹائنڈنگ سپر گی میں چیک کے کمپیٹر اولڈریچ جیلینک نومبر کی پوزیشن پر اٹھے گئے۔ +میکسیکو کے ایرلی ویلاسکوز نے مردوں کے سٹائنگ سپر گی میں پوزیشن کے ساتھ پہلے پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے ساتھ پوزیشن کے سات +پولنڈ کے مردوں کے بین الاقوامی سپر گی میں مکیج کریزل اور گائیڈ اینا اوگرزینسکا نومبر پہنچ گئے۔ جنوبی کوریا کے مردوں کے سپر گی میں جونگ سیورک پارک نومبر پہنچ گیا۔ +2010 کے زلزلے کے بعد ہیٹی میں آنے والے اقوام متحدہ کے شانداری کرنے والے افراد کو اس بیماری کی وسیعیت کے بارے میں تنقید کی جا رہی ہے جو تروپ کے کمپ کے قریب شروع ہوئی ہے۔ +کانون کے مطابق، یونین کی کیمپ کی بینائی نہیں صحیح طور پر سانٹائز کی گئی تھی، جس سے ایک ہیٹی کے سب سے بڑے ندیوں میں سے ایک، آرٹیبونٹ ندی کی جزیرے میں بیکٹیریا داخل ہو گئی تھی۔ +سیاحوں کے آنے سے پہلے، ہیٹی میں 1800 کی دہائی سے کوئی بیماری کے متعلق مسائل نہیں پیدا ہوئی تھیں۔ +ہیٹیائی انسٹیٹو فور جسٹس اینڈ ڈیموکریسی نے آزاد تحقیقات کی ترجیح کی ہے جو نیپالی این یو پیس کیپنگ بٹالین نے غیر معلوم طور پر ہیٹی میں بیماری لانے کی تجویز کی۔ +ڈینیئل لانٹانگ، ایک اقوام متحدہ میں بیماریوں کی تجربہ رکھنے والے ماہر نے کہا کہ اس بیماری کی وجہ شانداری کرنے والوں کی وجہ سے ہو گئی ہے۔ +ہیملٹن نے تصدیق کی ہے کہ ہوورڈ یونیورسٹی ہاسپٹل میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت میں پیشہ ورانہ حالت +مریض نیجیریا میں رہا تھا، جہاں ایبولا وائرس کے کچھ مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے مواد پیدا ہونے والے موا +ہسپتال نے انفیکشن کی کنٹرول میں مریضوں کو دوسروں سے دور رکھنے کے لئے پرامیٹر کو دوسروں کی ممکنہ انفیکشن سے بچنے کے لئے دوسروں سے دور رکھا۔ +سمپسنز سے پہلے سیمن نے مختلف پوزیشنز میں متعدد شوزوں پر کام کیا تھا۔ +1980 کے دوران انہوں نے ٹیکسی، چیئرز اور ٹریسی اولمن شو جیسے شوز پر کام کیا۔ +1989 میں انہوں نے بروکس اور گرونینگ کے ساتھ سمپسنز کی تخلیق میں مدد کی اور شو کے پہلے لکھانے والے ٹیم کو شرکت کرنے پر جوابدار تھے۔ +1993 میں شو سے نکلنے کے باوجود انہوں نے ایگزیکٹو پروڈیوسر کی ٹائٹل برقرار رکھی اور رائٹیز میں ہر موسم درجنوں ملین ڈالر حاصل کیے۔ +چینی نیوز ایجنسی سن ہوا نے پہلے ہی ایک جہاز کو ہائی جیک کیا گیا تھا رپورٹ کیا۔ +بعد میں رپورٹس میں بتایا گیا کہ جہاز میں بم کی خطرہ تھی اور اسے افغانستان میں دوبارہ جانے کے لئے کندہر میں لینڈ کیا گیا۔ +ابتدائی رپورٹس کا کہنا ہے کہ اورومقی میں ایک ایمرجنسی لینڈنگ کے بارے میں ردعمل کیے جانے کے بعد جہاز افغانستان میں واپس کیا گیا۔ +ایئر آکسیڈنٹس ایران میں عام ہیں، جس میں پوری طرح سیول اور فوجی اپریشنز کے لئے کمزور فلیٹ رکھا جاتا ہے۔ +بین الاقوامی سنایتوں کا مطلب ہے کہ نئے جہازوں کی خرید نہیں کی جا سکتی ہے۔ +اس ہفتے پہلے ایک پولیس ہیلی کاپٹر میں تین لوگ مارے گئے اور تین لوگ زخمی ہو گئے۔ +گزشتہ ماہ ایران میں ایک ایئر لائنر ایرمنیا کے لئے جا رہا تھا جس میں 168 لوگوں کی موت ہو گئی۔ +اسی ماہ مشہد میں ایک ایئر لائنر ایک رن وے پر چلا گیا اور ایک دیوار پر حملہ کیا جس سے ساتھ سات افراد مارے گئے۔ +ایروسمتھ نے اپنی ٹور کے باقی کنسرٹس کو منسوخ کر دیا ہے۔ +راک بینڈ 16 ستمبر تک امریکہ اور کیناڈا کی سیاحت کرنے کی وجہ تھی۔ +انہوں نے 5 اگست کو پرفورمنس کرتے ہوئے سٹیون ٹائلر نے سٹیج سے گرتے ہوئے زخمی ہونے کے بعد ٹور کو منسوخ کر دیا۔ +ماری نے ایک ٹائی بریک میں پہلی سیٹ کو ہار دیا جب دونوں افراد نے سیٹ میں ہر سروں کو برقرار رکھا۔ +ڈیل پوٹرو نے دوسرے سیٹ میں پہلے سے پیشکش حاصل کیا تھا، لیکن یہ بھی 6-6 پر پہنچنے کے بعد ٹائی بریک کی ضرورت تھی۔ +اس وقت پوٹرو کی پیٹ کی علاج کی گئی تھی، لیکن وہ کھیل میں واپس لوٹنے میں کامیاب ہو گیا۔ +پروگرام مقامی وقت کے مطابق 8:30 بجے (15.00 UTC) سے شروع ہوا۔ +ملک بھر مشہور گانے والوں نے شری شیام کے پاؤں پر بھجانوں، یا پرامید گانوں کو پیش کیا۔ +گانے والا سانجو شرما رات کا آغاز کرتے ہوئے جائی شانکر چوڈھری کے بعد بھی چھپن بھوگ بھجن کا انتظام کیا۔ گانے والا راجو خاندیلوال اس کے ساتھ تھا۔ +پھر، لکھا سنگھ نے بھجانوں کی سنگیں لیں۔ +بابا شیام کے لئے چھپن بھوگ کے 108 پلیٹس (ہندویسم میں 56 مختلف کھانے والے چیزوں، جیسا کہ مشروبات، پھلوں، نوٹوں، کھانوں اور دیوتے کے لئے پیش کیے جاتے ہیں) کی پیش کی گئی تھی۔ +لکھا سنگھ نے چھپن بھوگ بھجن بھی پیش کیا۔ گانے والا راجو خاندیلوال اس کے ساتھ تھا۔ +ٹوکیو گیم شو کے جمعہ کے کینوٹ پریزنٹیشن میں نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسول کے لئے کنٹرولر ڈیزائن کا نشانہ کرنے کے لئے نینٹینڈو کے ریولیشن کنسو +ٹیلی وژن کی ریموٹ کی طرح، کنٹرولر اس کی پوزیشن کو تین جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانبی جانب +اس کے ذریعہ کھلاڑیوں کو ویڈیو گیمز میں ایکشنز اور حرکات کو ہوا کے ذریعہ کنٹرول کرنے میں مدد کی جائے گی۔ +جیان کارلو فیسیچیلا اپنی کار کی کنٹرول کو نہیں رکھ سکے اور آغاز کے بعد سے ایک ہی منٹ میں ریس کو ختم کر دیا۔ +ان کے ٹیم میٹ فرنانڈو آلونسو میں سے زیادہ تر ریس میں لیڈ تھے، لیکن وہ اپنے پٹ سٹاپ کے بعد ریس کو ختم کر دیا، شاید اس کی وجہ سے کیونکہ اس کے رائٹ فرنٹ وہیل کامیابی سے پیٹ کی گئی تھی۔ +مائیکل شوماچر نے ایلونسو کے بعد اپنا ریس ختم کر دیا کیونکہ ریس کے دوران متعدد لڑائیوں میں سوسائٹ کی نقصان پیدا ہوئی تھی۔ +انہوں نے نیوز کنفرنس کی ترجمہ کے مطابق بتایا کہ وہ بہت کوئی کوئی ہے اور انہیں بہت اچھی گانے کی جانتی ہے۔ +میں ہر بار جب ہم اس پر ریہیرسل کرتے تو میں اپنی دل کے نیچے ہو جاتا ہوں۔ +شروع کرنے کے تقریبا 3 منٹوں میں، ایک ان بورڈ کیمرا نے فیول ٹینک سے بڑی تعداد میں اسولیشن فوم کی کمزوری کا ظاہرہ کیا۔ +تاہم، انہوں نے شٹل پر کسی کوئی نقصان نہیں پہنچا۔ +NASA کے شٹل پروگرام کے چیف این وےن ہیل جینیئر نے کہا کہ فوام “ہمیں پریشان کرنے والے وقت کے بعد پڑا ہے۔” +ڈسپلے کے پانچ منٹوں میں ہوا شروع ہوتا ہے، ایک منٹ کے بعد ہوا 70 کلومیٹر فی گھنٹہ تک پہنچ گیا ہے، پھر بارش آتی ہے، لیکن یہ بہت زیادہ اور بہت بڑا ہوتا ہے کہ آپ کی سکین پر ایک نیڈل کی جانب سے پھینک جاتی ہے۔ پھر سکی سے ہیل آتا ہے، لوگ پریشان ہوتے ہیں اور ایک دوسرے کی جانب سے چل رہے ہیں۔ +ایرمنڈ ورسیسے کہتے ہیں کہ میں اپنی بیٹی اور اپنی ساتھی کو کھو گیا ہوں اور میں اپنی راستے پر وہیل چیئروں میں دو چھوٹے لوگ تھے جو ایک دوسرے سے چھوڑ رہے تھے۔ +این ایچ کے نے بھی رپورٹ کیا کہ نیگاٹا پریفکچر میں کاشیوازکی کاریوا نیوکلیئر پاور پلانٹ معمول طور پر کام کر رہا ہے۔ +ہوکوریکو ایلیکٹرک پاور کمپنی نے زلزلے سے کوئی اثرات نہیں رپورٹ کیے اور اس کی شیکا نیوکلیئر پاور پلانٹ میں نمبر 1 اور 2 ریاکٹروں کو بند کر دیا گیا ہے۔ +اس کے بارے میں رپورٹ کیا گیا ہے کہ علاقے میں 9400 گھروں میں پانی نہیں ہے اور تقریبا 100 گھروں میں روشنی نہیں ہے۔ +کچھ سڑکوں میں نقصان پیدا ہوا ہے، متاثر علاقوں میں ریلوے سروس کو روک دیا گیا ہے اور ایشکاوا پریفکچری کے نوٹو ایئرپورٹ کو بند کر دیا گیا ہے۔ +ایک بم گورنر جنرل کے دفتر کے باہر میں ٹکرایا۔ +دو گھنٹے کے دوران سرکاری عمارتوں کے قریب مزید تین بم شروع ہو گئیں۔ +کچھ رپورٹس افسران کی موت کی تعداد اٹھی کرتی ہیں اور افسران کی رپورٹس تصدیق کرتی ہیں کہ 30 سے زائد زخمی تھے، لیکن آخری تعداد ابھی نہیں معلوم ہیں۔ +میلامین اور سائیانورک اسیڈ پیٹس کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانوروں کی جانورو� +یونیورسٹی میں تحقیق کرنے والے کہتے ہیں کہ دونوں کمپاؤنڈ ایک دوسرے سے ریاکٹ کرتے ہیں جس سے کرسٹالز بن جاتے ہیں جو نیروں کی کامیابی کو روک سکتے ہیں۔ +تحقیق کرنے والوں نے میلامین اور سائیانورک اسیڈ کے ساتھ کیٹ کی پیسی میں پیدا ہونے والے کرسٹالوں کو دیکھا۔ +انفراڈ ریڈ سپیکٹروپی (FTIR) کے ذریعے تعارض کیے جانے والے ان کرسٹالوں کی تربیت میں متاثر پیٹوں کے پیسے میں پائی جانے والے کرسٹالوں کی تعارض ہوتی ہے۔ +میں نہیں جانتا کہ آپ یہ سمجھتے ہیں یا نہیں، لیکن میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ میں جانتا ہوں کہ می� +تاہم ہمارے تقریبا آٹھی فیصد گوڑوں کو مرکزی امریکی ممالک میں ٹیرف کے ذریعے ٹیکس کیا گیا۔ ہم آپ کو بھی ٹیکس کرتے ہیں۔ +یہ میرے لئے معنی نہیں آتا تھا; یہ بلاشبہ نہیں عدالتی تھی۔ +میں لوگوں کو کہتا ہوں کہ آپ ہمیں جیسے ہم آپ کو ترتیب دیتے ہیں ایسی طریقے سے آپ ہمیں بھی ترتیب دیتے ہیں۔ +کیلیفورنیا کے گورنر ارنولڈ شارزنیگر نے ایک بل کو قانون میں قرار دیا ہے جس میں نوجوانوں کے لئے جنگی ویڈیو گیمز کا فروخت یا رینٹل بند کیا گیا ہے۔ +اس بل کے مطابق کیلیفورنیا کے ریاست میں بیلانے والے جنگی ویڈیو گیمز کے لئے ایک ڈیکل کی جانب سے “18” کا نشر کیا جانا ہوتا ہے اور ان کی بیلانے کے لئے 1000 ڈالر کی جرمانہ کی جانے والی ہوتی ہے۔ +پبلک پراسیکیشن کے ڈائریکٹر کیئر سٹارمر قی سی نے ہفتے کی صبح ہونے والے ایک بیان میں ہونے اور پرائس کے دونوں کی پروسیکیشن کا اعلان کیا۔ +ہیون نے رہائش کی ہے اور اسے کیبینٹ میں ایڈ ڈیوی MP کی جانب سے تبدیل کیا جائے گا۔ نورمن لیمب ایم پی کو کاروباری وزیر کی جانب سے نکلنے والے ڈیوی کی جانب سے تبدیل کیا جائے گا۔ +ہیون اور پرائس کو 16 فروری کو ویسٹ منسٹر میجسٹریٹس کورٹ میں دیکھنے کی تیاری کی گئی ہے۔ +شہیدین 25 سالہ نیکولس ایڈن اور 21 سالہ زیکری کوڈی بیک تھے۔ کوڈی بیک ڈرائیور تھا۔ +ایڈگر ویگویلا کے ہاتھوں اور جوڑوں میں چوٹیں آئیں جبکہ کرسٹوفر شنائیڈر کی چہرے کے لئے تجمیعی سرجری کی ضرورت تھی۔ +اوکا کی ہتھیار ایک پانچویں شخص کے سر کی جانب سے مارنے میں ناکام ہو گئی تھی۔ اس کے ساتھ ایک ایک آنکھ میں کمی اور سکول کے ایک حصے کی کمی بھی ہو گئی ہے۔ اور اس کے ساتھ ایک سر بنایا گیا ہے جو ٹائٹانیوم سے بنایا گیا ہے۔ +شائنیڈر نے اپنی وطن میں ایک امریکی فائز بیس سے ویڈیو لنک کے ذریعے شہادت دی۔ +ویڈنسڈے کے ایونٹ کے بعد، کارپانیڈو چیمپیئنشپز میں دو انڈیوڈوال ریس میں مقابلہ کیا۔ +ان کا پہلا سلام تھا، جس میں انہوں نے اپنی پہلی رن میں ڈیڈ نٹ فنش کیا۔ 116 مقابلہ کنندگان میں سے 36 نے اس ریس میں یہ نتیجہ حاصل کیا۔ +ان کی دوسری ریس جائنٹ سلوم نے انہیں خواتینوں کی سٹائنگ گروپ میں 10 والی ترتیب میں 4:41.30، 2:11.60 منٹوں میں اوسٹریائی کلوڈیا لویش کی جانب سے پہلی ترتیب میں تھی اور 9 والی ترتیب میں ہنگری کی گیونگی ڈانی کی جانب سے 1:09.02 منٹوں میں تھی۔ +خواتین کی سٹائنگ گروپ میں چار سکیئر اپنے رنز کو ختم کرنے میں ناکام ہوئے اور جائنٹ سلاموں میں 117 ٹوٹل سکیئروں میں سے 45 نے ریس میں رینک حاصل نہیں کی۔ +ماڈھیا پردیش پولیس نے چوری کیے گئے لیپٹاپ اور موبائل فون کو واپس لے لیا۔ +ڈپٹی انسپکٹر جنرل ڈی کے آریا نے کہا کہ ہم نے پانچ افراد کو گرفتار کیا ہے جنہوں نے سوئس کی خاتون پر جنسی ہنگامہ کیا اور اس کی موبائل اور لیپٹاپ بھی اٹھائی۔ +گرفتار قائدین بابا کنجر، بھوتا کنجر، رمپرو کنجر، گزا کنجر اور ویشنو کنجر کے نام سے جانے جاتے ہیں۔ +پولیس سپرنٹنڈنٹ چانڈرا شیخر سولنکی نے بتایا کہ گرفتار ہونے والوں کے سارے سوراخوں چھپے ہوئے عدالت میں پیش کیے گئے تھے۔ +اگرچہ گاڑی اس گھر کے اندر پہنچ گئی تھی، لیکن ان میں سے کسی بھی کو چوٹ نہیں ہوا۔ +تاہم، ڈرائیور کے سر میں سنگین زخمیں پیدا ہوئیں۔ +ایسی راستے میں ایک دھماکہ ہوا جس کی وجہ سے ایمرجنسی سروسوں نے ڈرائیور کو ریڈ اوڈی ٹی ٹی سے بچا دیا۔ +ابتدائی طور پر اسے جیمز پیگٹ ہسپتال میں گریٹ یارموتھ میں دیا گیا تھا۔ +اس کے بعد اسے کیمبرج میں ایڈن بروک ہاسپٹل میں منتقل کیا گیا۔ +ایڈکویا نے اس کے بعد ایڈنبرگ شیریف کورٹ میں اپنے بیٹے کو قتل کرنے کے الزام میں پیش کیا گیا ہے۔ +وہ معاملہ اور مقدمہ کے دوران حراست میں ہے، لیکن کسی بھی شاہد شہادت میں مشکلات پیدا ہو سکتی ہیں کیونکہ اس کی تصویر وسیع طور پر پبلک کی گئی ہے۔ +یہ برطانیہ کے دوسرے علاقوں میں عام عمل ہے لیکن سکاٹش جسٹس مختلف طریقے سے کام کرتا ہے اور عدالتوں نے تصاویر کی پبلکیشن کو ممکنہ طور پر متعصب قرار دیا۔ +ڈنڈی یونیورسٹی کے پروفیسر پامیلا فرگسن نے نوٹ کیا کہ “اگر شناختی شخصیات کے تصاویر اور دیگر چیزوں کا پبلشنگ کرنے والے جرنلسٹس خطرناک لائن پر چل رہے ہیں۔” +کراؤن آفس جس کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی جانب سے تعزیرات کی ج +لیک کے مطابق، دستاویز سرحدی تنازع کے بارے میں بات کریں گی، جو فلسطین نے 1967 کے مشرقی جنگ سے پہلے سرحدوں کے بنیاد پر درخواست کی ہے۔ +دیگر موضوعات میں جروسلم کی مستقبلی حالت شامل ہوتی ہے جو دونوں قوموں کے لئے پابند ہے اور جوردان والی مسئلہ بھی شامل ہوتا ہے۔ +اسرائیل ایک معاہدے کی توقیع کے بعد وادی میں تین سالوں تک جاری رہنے والی ایک فوجی وجود کی توقع کرتا ہے جبکہ پی آئی ایسی وجود صرف پانچ سالوں کے لیے قبول کرتا ہے۔ +سپلیمنٹری پیسٹ کنٹرول ٹریل میں شوٹرز کو رینجرز کی قریبی نگرانی کی جاتی ہے، کیونکہ ٹریل کا مانیٹرنگ کیا جاتا ہے اور اس کی کارکردگی تجزیہ کی جاتی ہے۔ +این پی ڈبلیو ویو ایس اینڈ اسپورٹنگ شوٹرز اسوسی ایشن آف اسٹریلیا (نی ایس ڈبلیو ویو ایس اینڈ اسپورٹنگ شوٹرز اسوسی ایشن آف اسٹریلیا انکرافٹڈ) کے ایک پارٹنرشپ میں مہارت رکھنے والے وولنٹرز کو سپورٹنگ شوٹرز اسوسی ایشن کے ہنٹنگ پروگرام میں منتخب کیا گیا ہے۔ +مک او فلین کے مطابق، این پی ڈبلیو ویو ایس کے ایکٹنگ ڈائریکٹر پارک کنزرویشن اور ہرائٹیج نے پہلی شوٹنگ آپریشن کے لئے چار شوٹرز کو پوری طور پر سیفٹی اور ٹریننگ کی تعلیم دی ہے۔ +مارٹیلی نے گزشتہ روز ایک نئے پروویشنل ایلیکشنل کونسل (CEP) میں نو رکنوں کے سامنے عہد کی۔ +یہ چار سالوں میں مارٹیلی کی پانچویں CEP ہے۔ +گزشتہ ماہ ایک صدارتی کمیشن نے نئے انتخابات کے طور پر ملک کو منتقل کرنے کے لئے ایک پیکیج کے حصول میں CEP کی پیشگی کرنے کی تجویز کی۔ +اس کمیشن مارٹیلی کی جانب سے اوکتوبر میں شرکت کرنے والے عوامی احتجاجات کی جانب سے جاری ہونے والی جواب تھی۔ +اکثر ہنگامی احتجاجات کو انتخابات کے لینے میں ناکامی کی وجہ سے جاری کیا گیا۔ 2011 سے کچھ انتخابات تھیں۔ +60 سے زائد اپوڈ کی مشکلات کے بارے میں رپورٹ کی گئی ہے، جس سے چھ آگ اور چار لوگوں کے چھوٹے جھٹکوں کے بارے میں رپورٹ کی گئی ہے۔ +جاپان کی اقتصاد، تجارت اور صنعتی وزارت (METI) نے کہا کہ وہ ڈیوائس سے متعلق 27 حادثوں کے بارے میں جانتا تھا۔ +گزشتہ ہفتے، METI نے اعلان کیا کہ ایپل نے اس کے بارے میں مزید تعلقات کے بارے میں اطلاع دی ہے، جو کمپنی نے “غیر سنجیدہ” قرار دیا۔ +وزارت نے ایپل کی رپورٹ کی تاخیر کو “حقیقی طور پر مایوس” قرار دیا۔ +زلزلے ماریانا میں 07:19 بجے مقامی وقت (09:19 بجے GMT جمعہ) میں آیا۔ +شمالی میریانا کی ایمرجنسی مینجمنٹ افسر نے کہا کہ ملک میں کوئی نقصان نہیں رپورٹ کیا گیا ہے۔ +پیسفیک سونامی وارننگ سینٹر نے بھی کہا کہ سونامی کے بارے میں کوئی بیان نہیں کیا گیا۔ +فلیپینو کے سابقہ پولیس افراد نے مینیلا، فلیپینو کی دارالحکومت میں ان کے بس کو ہائی جیک کر کے ہونگ کانگ کے سیاحوں کو گرفتار کر دیا۔ +رولانڈو مینڈوزا نے سیاحوں کو اپنے M16 ریفل سے گولیاں لگائیں۔ +کئی گرفتار افراد کو بچایا گیا ہے اور کم از کم چھ افراد کی موت تصدیق کی گئی ہے۔ +بچوں اور بڑے لوگوں میں سے چھ گرفتاروں کو پہلے ہی ریلیز کیا گیا تھا، جیسا کہ فلیپینو فوٹوگروں کو بھی ریلیز کیا گیا تھا۔ +فوٹوگروں نے بعد میں ایک عمری لڑکی کی جگہ لی کی جبکہ وہ لیواٹری کی ضرورت تھی۔ مینڈوزا کو گولیاں سے ہتھیار کیا گیا۔ +لیگنز اپنے والد کی طرز پر چلا گیا اور طب کی کیریئر میں شرکت کی۔ +انہوں نے ایکسٹریشن کے طور پر تربیت کی اور 1959 میں اوک لینڈ کے قومی خواتین کے ہسپتال میں کام کرنا شروع کیا۔ +جب وہ ہسپتال میں کام کر رہا تھا تو لیگنز نے اپنی وقت کے دوران پہلے وقت میں پیدا ہونے والی کامیابی کی تفتیش شروع کی۔ +اس کی تحقیق نے ظاہر کیا ہے کہ اگر ایک ہورمون ادائیگی کیا جاتا ہے تو بچے کی فوٹل لانگ کی تیاری میں تیزی پیدا ہو جاتی ہے۔ +سن ہوا نے رپورٹ کیا کہ ودن کے روز حکومتی تفتیش کاروں نے دو ‘بلیک باکس’ فلائٹ ریکارڈرز اٹھائیں۔ +ورسٹلروں نے بھی لونا کی شہادت کی۔ +ٹومی ڈریمر نے کہا کہ “لونا ایکسٹرم کی پہلی رانی تھی۔ میرا پہلا مینجر تھا۔ لونا دو چاند کی رات میں وفات پا گئی۔ اسی جیسی پریٹی ایکسٹرم تھی۔ ایک قوی خواتین تھی۔” +ڈسٹن “گولڈسٹ” رنلز نے تبصرہ کیا کہ “لونا میں سے بھی خوفناک تھی...شاید زیادہ تھی...وہ پسند کرتا ہوں اور وہ کم نہیں ہوں گی...امید کرتا ہوں کہ وہ ایک بہترین جگہ پر ہے۔” +2010 کے فیڈرل انتخابات سے پہلے 1,400 لوگوں کے سروے میں اسٹریلیا ایک جمہوریہ بننے کے مخالفین کی تعداد میں 2008 سے 8 فیصد اضافہ ہو گیا ہے۔ +کارکن وزیر اعظم جولیا گلیارڈ نے 2010 کی وفاقی انتخابات کی مہم میں کہا کہ انہیں لگتا ہے کہ اسٹریلیا کو کوئن ایلیزابیٹ 2 کی حکومت کے اختتام کے بعد ایک جمہوریہ بننی چاہیئے۔ +پول میں 34 فیصد لوگ اس نظر رکھتے ہیں کہ اسٹریلیا کی آخری شہزادین قینز ایلیزابیث اسٹریلیا کی آخری شہزادین بننے کی توقع رکھتے ہیں۔ +سروے میں، 29 فیصد لوگوں کا مطلب ہے کہ اسٹریلیا جب سے ممکن ہو تو جمہوریہ بننی چاہیئے، جبکہ 31 فیصد لوگوں کا مطلب ہے کہ اسٹریلیا کبھی بھی جمہوریہ نہیں بن سکے۔ +اولمپک کی سونے والی میڈل 100 ایڈ اور 200 ایڈ فری سٹائل میں اور کمون ویڈ گیمز میں تین ریلیوں میں سوئنگ کرنے کی وجہ تھی، لیکن اس کی شکایتوں کی وجہ سے اس کی فٹنیس کا شبہ ہے۔ +وہ اپنے درد کو کم کرنے کے لئے ضروری دوائے لینے میں ناکام ہو گیا ہے کیونکہ وہ کھیلوں سے بند کر دیا گیا ہے۔ +یونیورسٹی آف سینٹرل میسوری میں ریاضیات اور کمپیوٹر سائنس کے پروفیسر کارٹس کوپر نے 25 جنوری کو تازہ ترین جانب سے سب سے زیادہ بڑی عدد کا اعلان کیا ہے۔ +کئی افراد نے جنوری کے آغاز میں مختلف ہارڈ ویئر اور سوفٹ ویئر کا استعمال کرتے ہوئے اس کی تصدیق کی اور اس کا اعلان منگل کو کیا گیا۔ +کومیٹس ممکنہ طور پر زندگی کی حمایت کرنے اور پروٹین تیار کرنے والے جانوری مادہ کے ساتھ زمین پر پانی کی ڈیلیوری کا ذریعہ تھا۔ +سائنسدان اس کو سمجھنے کی توقع رکھتے ہیں کہ کس طریقہ سیاروں بن جاتے ہیں، خاص طور پر کس طریقہ زمین بن گئی ہے، کیونکہ سیاروں نے زمین کے ساتھ کئی سالوں قبل دردشت کی تھی۔ +53 سالہ کومو نے اس سال کے اوائل میں اپنا گورنرشپ شروع کیا اور گزشتہ ماہ ایک بل کو قانونی طور پر سام جنسی شادی کی توثیق کی۔ +انہوں نے ان خبروں کو “سیاسی باتوں اور بے عقلیت” قرار دیا۔ +انہوں نے 2016 میں صدر کے لئے ایک رن کرنے کی توقع کی ہے۔ +نیکسٹ جین ایک سسٹم ہے جو فائی اے اے کا دعوی ہے کہ اس سسٹم کے ذریعے جہازوں کو کم راستوں پر پرواز کرنا ہو گا اور ہر سال ملینوں گالن فیول کو بچانا ہو گا اور کاربن ایمیشنز کو کم کرنا ہو گا۔ +اس کے استعمال کی جانب سیٹلائٹ باس ٹیکنالوجی کا استعمال کیا جاتا ہے جو پیش قدم زمینی ریڈار باس ٹیکنالوجی کے خلاف ہے جس کے ذریعے ایئر ٹریفک کنٹرولروں کو زیادہ تفصیلی طور پر جہازوں کو شناخت کرنے کی اجازت دی جاتی ہے اور پلٹوں کو زیادہ صحیح معلومات دینے کی اجازت دی جاتی ہے۔ +کوئی اضافی ٹرانسپورٹ نہیں کیا گیا ہے اور اورگراؤنڈ ٹرینس ویمبلی میں روکنے والے نہیں ہوں گے اور گراؤنڈ پر کار پارکنگ اور پارک اینڈ رائڈ فیسبلٹیز نہیں موجود ہیں۔ +ٹرانسپورٹیشن کی کمی کے خوفوں کی وجہ سے ایک امکان پیدا ہوئی ہے کہ ٹیم کے حمایت کرنے والوں کے بغیر کھیلوں کو بند دروازے کے پاس رکھ دیا جائے گا۔ +جورنل سائنس میں جمعرات کو شائع ہونے والی ایک تحقیق نے ایکواڈور کے گالاپاگوس جزیروں پر ایک نئی چمگادڑی قسم کی تشکیل پر رپورٹ کی۔ +امریکہ میں پرنسٹون یونیورسٹی اور سویڈن میں اوپسالا یونیورسٹی کے سائنسدان نے دونوں جینریشنوں میں نئی قسمیں پیدا ہونے کا رپورٹ کیا ہے، اگرچہ یہ معمولی داروین فنچ، گیوسپیزا فورٹس اور امیگرانٹ کیکٹس فنچ، گیوسپیزا کونیروسٹرس کے درمیان بریڈنگ کی وجہ سے ایسا معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی معمولی +سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے سونے کی جانب سے +اسے چھوٹے خنزیر میں پھینکا جا سکتا ہے، جس کو ٹوئٹ کیا جا سکتا ہے اور پلیٹ کیا جا سکتا ہے۔ اسے ہیمر کیا جا سکتا ہے یا شیٹ میں رول کیا جا سکتا ہے۔ +اسے بہت چھوٹا بنایا جا سکتا ہے اور دوسرے دھاتی میٹل پر لگایا جا سکتا ہے۔ اسے بہت چھوٹا بنایا جا سکتا ہے کہ وہ کتابوں میں جنہیں “ایلیمنیٹڈ مینوسکرپٹس” کہتے ہیں میں ہانڈ پینٹڈ کرنے کے لئے استعمال کیا جاتا ہے۔ +یہ کیمیائی کے پی ایچ کہا جاتا ہے۔ آپ ریڈ کیبیج کے جوس کا استعمال کر کے انڈیکٹر بنا سکتے ہیں۔ +کیبیج جوس کا رنگ کمزوری یا بنیادی (الکالین) کی کیمیائی کے مطابق تبدیل ہوتا ہے۔ +پی ایچ (pH) کا سطح ٹیسٹ کیمیکل میں ہائیڈروجن (پی ایچ میں ہائیڈروجن) ایونوں کی تعداد سے ظاہر کیا جاتا ہے۔ +ہائیڈروجن ایونز پروٹونز ہیں جو اپنے ایلیکٹروں کو کھودے گئے ہیں (کیونکہ ہائیڈروجن ایٹمز ایک پروٹون اور ایک ایلیکٹروں سے ملے جاتے ہیں)۔ +دونوں خشک پاؤڈرز کو ایک سے دوسرے کے ساتھ ملائیں اور پھر پاؤڈرز کو پاؤڈرز سے بال بنائیں۔ +آپ کے ہاتھوں کی روٹی بیرونی لائیرز کے ساتھ ردعمل کریں گے، جس سے آپ کو مزاحیہ لگا جائے گا اور ایک قسم کا شیل بنا جائے گا۔ +ہرپہا اور موہن جو ڈارو کے شہروں میں تعلیمی سیویج سسٹم کے ساتھ تقریبا ہر گھر میں ایک فلوش ٹویلٹ تھا۔ +گریس کے کریٹ اور سانٹوری کے مینوان شہروں کے گھروں میں سیویج سسٹمز کے باقیات پائی گئی ہیں۔ +قدیم مصر، پرشیا اور چین میں بھی ٹوائلیٹس تھے۔ رومی سیاست میں ٹوائلیٹس کبھی عوامی باتھ گھروں کا حصہ تھے جہاں لڑکیوں اور لڑکیوں کے درمیان مخلوط کمپنیوں میں ملاقات ہوتی تھی۔ +جب آپ کسی ایسے شخص سے فون کرتے ہیں جو ہزاروں میل دور ہے تو آپ ایک سیٹ لائٹ کا استعمال کر رہے ہیں۔ +سیٹلائٹ کو کال کیا جاتا ہے اور پھر وہ اس کو سیٹلائٹ میں دوبارہ بھیج دیتا ہے، تقریبا ایک منٹ میں۔ +ایک راکٹ کے ذریعے اس سیٹ لائٹ کو کسمتی میں بھیجا گیا تھا۔ سائنسدان کسمتی میں ٹیلی سکوپ کا استعمال کرتے ہیں کیونکہ زمین کی ایٹموفیئر ہماری روشنی اور نظر کو توڑتی ہے۔ +ایک سیٹ لائٹ یا ٹیلی سکوپ کو خلائے میں رکھنے کے لئے ایک 100 فٹ تک بڑی راکٹ کی ضرورت ہوتی ہے۔ +وہیل نے عظیم طریقے سے دنیا کو تبدیل کیا ہے۔ وہیل نے ہمارے لئے سب سے آسان اور تیز ٹرانسپورٹیشن دی ہے۔ +اس نے ہمارے لئے ٹرین، کار اور کئی دیگر ٹرانسپورٹیشن ڈیوائس لائے گئے ہیں۔ +ان کے نیچے زیادہ تر میڈیوم سائز کیٹس ہیں جو ریبٹس سے جانوروں اور ہرنیوں تک کے متوسط سائز کے جانوروں کو کھاتے ہیں۔ +اختتامی طور پر، چمگادڑوں میں کئی چھوٹی چمگادڑوں شامل ہیں جنہوں نے چمگادڑوں، چمگادڑوں، چمگادڑوں اور طیوروں کی طرح بہت زیادہ چمگادڑوں کو کھانے شروع کیا ہے۔ +ان کی کامیابی کا سیکرٹ نائچ کا نظریہ ہے، ایک خصوصی نوکری جس سے انہیں دوسروں کے ساتھ مقابلہ کرنے سے روکا جاتا ہے۔ +لائنس سب سوشل کیٹس ہیں جو پرائیڈز کے نام سے بڑی گروپوں میں زندگی کرتے ہیں۔ +پرائیڈز ایک سے تین تعلق رکھنے والے بالغ لڑکوں کے ساتھ تقریبا تیس خواتین اور کبز کے ساتھ بنائی جاتی ہیں۔ +خواتین عام طور پر ایک دوسری کے قریب رہتی ہیں، جو بیٹیوں اور بیٹیوں کی ایک بڑی خاندان ہیں۔ +لائن پرائیڈز وولفز یا ڈوگز کی گھڑیوں کی طرح کام کرتے ہیں، جنہیں لائن کی طرح (لیکن دوسرے بڑے چمگادڑوں سے مختلف ہونے والے) رویہ میں اسی طرح دیکھا جاتے ہیں، اور انہیں اپنے شکاروں کے لئے بھی بہت خوفناک ہوتے ہیں۔ +ایک اچھی ترین ایتھلیٹ، ٹائیگر اچھی نہیں ہونے کے باوجود چڑھ سکتا ہے، سوئم کر سکتا ہے، بڑی دوریوں کو چھوڑ سکتا ہے اور ایک مضبوط انسان کی جانب سے پانچ گنا زیادہ فورس کے ساتھ پول کر سکتا ہے۔ +شیر لیون، لیوپرڈ اور جگوار کے ساتھ ایک گروپ (جینس پانتھیرا) میں ہے۔ ان چار چمگادڑوں میں سے صرف ایک چمگادڑ چلا سکتا ہے۔ +تیگر کا رواں لیون کی پوری آواز کی طرح نہیں ہے، لیکن اس کا رواں زیادہ ایک سنارلی کے لئے شائد کیے گئے کلام کی طرح ہے۔ +اوکیلوٹ چھوٹے جانوروں کو کھانے پر پسند کرتے ہیں۔ اگر وہ سکتے ہیں تو وہ چمگادڑوں، سنگھاروں، چھوٹے جانوروں اور پرندوں کو چھین سکتے ہیں۔ اوکیلوٹ کی جانوروں میں سے زیادہ تر چھوٹے ہیں۔ +سائنسدان سوچتے ہیں کہ اوکیلوٹس جانوروں کی تلاش کرتے ہیں اور جانوروں کو کھانے کے لئے پاتے ہیں جو وہ زمین پر رہتے ہیں۔ +وہ رات کی دریافت کے ذریعے کافی اچھا دیکھ سکتے ہیں اور بھی اچھی طریقے سے منتقل ہو سکتے ہیں۔ اوکیلوٹس اپنے شریک کو اپنے محیطات کے ساتھ ملتے ہیں پھر اپنے شریک کو پانچ کرتے ہیں۔ +جب ایک چھوٹی گروپ زندہ چیزوں (ایک چھوٹی آبادی) میں مرکزی آبادی سے جدا ہوتی ہے (جیسا کہ اگر وہ ایک پہاڑی کے رینج پر جاتے ہیں یا ریور پر جاتے ہیں، یا اگر وہ ایک نئے جزیرے پر جاتے ہیں جس سے وہ آسانی سے واپس نہیں جا سکتے) تو وہ اکثر اپنی پہلی جگہ سے مختلف ماحول میں پایا جاتا ہے۔ +اس نئی ماحول میں مختلف موادیات اور مختلف مقابلہ کرنے والے ہیں، اس لیے نئی آبادی میں مختلف خصوصیات یا تبدیلی کرنے کی ضرورت ہو گی جو وہ پہلے سے کرنے کی ضرورت تھی۔ +اصل آبادی کوئی تبدیلی نہیں ہوئی ہے، وہ اب بھی پہلے جیسے تبدیلی کرنے کی ضرورت ہے۔ +وقت کے ساتھ، جب نئی آبادی اپنے نئے ماحول میں موازنہ کرنے شروع کرتی ہے، وہ دوسری آبادی کی طرح کم تر کم نظر آتی ہیں۔ +بالآخر، ہزاروں یا ملینوں سالوں کے بعد، دونوں آبادیوں کو بہت مختلف نظر آئے گا کہ انہیں ایک نسل کے طور پر نہیں کہا جائے گا۔ +ہم اس پروسیس کو سپیشیشن کہتے ہیں، جو صرف ایک نئی قسم کی تشکیل کا مطلب رکھتا ہے۔ سپیشیشن ایک غیر ردعملی نتیجہ ہے اور ایوولوشن کا ایک بہت اہم حصہ ہے۔ +پودے اوکسیجن بناتے ہیں جو انسانوں نے ہونے والا ہے اور وہ کاربن ڈائیوکسیڈ لیتے ہیں جو انسانوں نے ہونے والا ہے (ایسا کہا جاتا ہے کہ انسانوں نے ہونے والا ہے)۔ +پودوں سورج سے توانائی کے ذریعے اپنا کھانا بناتے ہیں۔ انہیں بھی شید فراہم کرتے ہیں۔ +ہم اپنے گھروں کو پودوں سے بناتے ہیں اور کپڑوں کو پودوں سے بناتے ہیں۔ ہم کھاتے ہیں جو زیادہ تر پودوں سے بنے ہوتے ہیں۔ بغیر پودوں، جانوروں کو زندہ رہنے میں مشکلات پیدا ہوتی ہیں۔ +موسا ساورس اپنے وقت کے سب سے بڑے قائدین تھے، لہذا وہ کسی چیز سے بھی خوف نہیں کرتا تھا، اگر وہ دوسرے موسا ساورس سے نہیں خوف کرتا تھا۔ +اس کے طویل چشمے میں 70 سے زائد ریزر شارپ دانتوں کے ساتھ ایک اضافی سیٹ بھی تھا، جو اس کے چشمے کے روف میں تھا، جو مطلب کرتا ہے کہ اس کے راستے سے گزرنے والے کسی بھی چیز کے باہر نہیں جا سکتی تھی۔ +ہم بالکل یقینی طور پر نہیں جانتے، لیکن اس کی لاش میں چھوٹے مچھلی، بڑے مچھلی، دوسرے موسا سائروں اور اس میں کنیبال بھی ہو سکتا ہے۔ +اس نے پانی میں داخل ہونے والے کسی بھی چیز پر حملہ کیا تھا; ایک بڑا جائنٹ ڈائنوسائر جیسا کہ ٹی ریکس بھی اس کے مقابلے میں نہیں تھا۔ +جبکہ ان کے زیادہ تر کھانے ہمارے لئے معروف ہوں گے، رومیوں کے پاس بھی عجیب یا غیر معمول کھانے کے عناصر کے حصے تھے، جن میں جنگلی خنزیر، پیکوک، سنل اور ایک قسم کا چمگادڑہ جسے ڈورماؤس کہا جاتا ہے شامل تھا۔ +ایک اور فرق یہ تھا کہ غریب لوگ اور خواتین اپنے کھانے کے دوران چیئروں میں بیٹھتے ہوئے اپنا کھانا کھاتے تھے جبکہ جانبدار لوگ اپنے کھانے کے دوران اپنے جانبوں پر بیٹھتے ہوئے اپنا کھانا کھاتے تھے۔ +قدیم رومی کے کھانے میں آمریکہ یا آسیا سے یورپ میں آنے والی کھانوں کو شامل نہیں کیا جا سکا۔ +مثال کے طور پر، وہ کورن، ٹومیٹوس، پوٹیٹوس، کوکا اور کسی قدیم رومن نے کبھی بھی ٹرکی کو خوردا نہیں کیا۔ +بابلیونیوں نے ہر ایک اپنے پرانی کے لئے ایک بنیادی مندر بنایا جو پرانی کے گھر کے طور پر سمجھا جاتا تھا۔ +لوگ پیروں کے لئے قربانی پیدا کرتے ہیں اور پرستوں کو پیروں کی ضرورتوں کو تقریب کرنے کے لئے تقریبات اور مولودیوں کے ذریعے کام کرنے کی کوشش کرتے ہیں۔ +ہر مندر میں ایک کھولی مندری کیرڈ تھی اور پھر ایک اندرونی مندر جس میں صارفین ہو سکتے تھے۔ +کوئی وقت پیرامیڈ کی شکل میں بنائے گئے زیگراٹ میں مندروں کا حصہ بننے کے لئے بنائے گئے تھے۔ +منزل کا اوپر خدا کے لئے خاص مقام تھا۔ +مشرقی منطقہ کے گرم موسم میں، گھر انتہائی اہم نہیں تھا۔ +ہیبرو خاندان کی زیادہ تر زندگی آوٹ ایئر میں ہوئی تھی۔ +خانے کی تعمیر کے لئے پتھر کا استعمال کیا گیا تھا۔ سٹورز سڑک کی جانب نظر رکھتے ہوئے کانٹر کھولے گئے تھے۔ خانے کی کوشش کرنے کے لئے خانہ میں کھانے کی کوشش کی گئی تھی۔ +کینان کی زمین میں کوئی بڑی جنگل نہیں تھیں، اس لیے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے لئے لوگوں کے +گرین لینڈ میں بہت کم لوگ رہے تھے۔ نارس کے ساگوں میں کہی گئی ہے کہ ایریک ٹھی ریڈ کو اس لینڈ سے نکال دیا گیا تھا جس میں قتل کیا گیا تھا اور جب ویسٹ کی طرف سفر کر رہے تو گرین لینڰڈ کو پتہ چلا گیا اور اسے گرین لینڈ کے نام رکھ دیا۔ +لیکن اسکیمو قبائل اس جگہ پہنچنے سے قبل تھیں۔ +ہر ملک ‘سکانڈویائی’ تھا، تاہم ڈنمارک، سویڈن، ناروے اور آئس لینڈ کے لوگوں، راجاؤں، عادات اور تاریخ کے درمیان بہت سے فرق تھے۔ +اگر آپ نیشنل ٹریسچر کی فلم دیکھی ہیں تو آپ سوچ سکتے ہیں کہ آزادی کی اعلان کے پیچھے ایک تخفیفی نقشہ لکھا گیا ہے۔ +تاہم یہ سچ نہیں ہے۔ اگرچہ ڈاک کے پیچھے چیزیں لکھی گئی ہیں، وہ ایک خزانہ کی نقشہ نہیں ہے۔ +آزادی کی اعلان کے پیچھے لکھی گئی باتوں میں “اصلی آزادی کی اعلان 4 جولائی 1776 کی تاریخ” شامل ہیں۔ یہ ترجمہ دستاویز کے نیچے اوپر سے دیکھی جاتی ہے۔ +اگرچہ کسی بھی شخص کو یقینی طور پر پتہ نہیں ہوتا کہ اسے کسی نے لکھا ہے، تاہم یہ جانا جاتا ہے کہ اس کی زندگی کے اوائل میں ایک بڑی پارچمنٹ ڈاکومنٹ (اس کی میریٹ 29¾ انچ اور 24½ انچ ہے) کو محفوظ کرنے کے لئے رول کیا گیا تھا۔ +تاہم، یہ امکان ہے کہ نوٹیشن صرف ایک لیبل کے طور پر مزید کی گئی ہے۔ +ڈی ڈے لینڈنگز اور ان کے بعد واقع جنگوں نے فرانس کے شمالی علاقے کو آزاد کر دیا تھا، لیکن جنوبی علاقے ابھی آزاد نہیں تھے۔ +اسے “وچی” فرانسیسی رائے کیا گیا تھا۔ یہ فرانسیسی لوگ تھے جنہوں نے 1940 میں جرمنوں کے ساتھ سلام کیا تھا اور انہوں نے ان کے خلاف جنگ کرنے کے بجائے آگے آنے والوں کے ساتھ کام کیا۔ +15 اگست 1940 کو ایلیوں نے جنوبی فرانس پر حملہ کیا جس کا نام “آپریشن ڈریگون” تھا۔ +دو ہفتوں میں امریکیوں اور آزاد فرانسیسی فورس نے جنوبی فرانس کو آزاد کر دیا اور جرمنی کی طرف منتقل ہو رہے تھے۔ +ایک ثقافت ایک واحد ثقافت ہے جو ایک اہم بڑا گروپ لوگوں کی جانب سے شیئر کی جاتی ہے جو متعاملی طور پر زندگی کرتے ہیں اور کام کرتے ہیں، ایک سماج ہے۔ +سیولیشن کا مطلب لاتین سیولس سے آیا ہے، جس کا مطلب عوامی، لاتین سیوس کا مطلب شہری اور لاتین سیوس کا مطلب شہر یا شہری ریاست کا ہے، اور اس سے بھی کسی طرح سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھا جاتا ہے کہ سمجھ +شہری ریاستوں قوموں کے پیش قدمین ہیں۔ ایک انسانی ثقافت کا مطلب ہے کہ متعدد جینریشنوں کے درمیان معلومات کی پھیلائی جانے والی ثقافت، ایک موجودہ ثقافتی فوٹ پرینٹ اور ایک براہ راست پھیلائی جانے والی ثقافت کا مطلب ہے۔ +چھوٹی ثقافتیں عام طور پر معتبر تاریخی شہادتوں کے ساتھ نکل جاتی ہیں اور ان کو مناسب عوامی ثقافت کے طور پر شناخت کرنے میں ناکام ہوتی ہیں۔ +انقلابی جنگ کے دوران، تین پاسند ریاستوں نے پہلے ہی کانگریس کے ساتھ کنفیڈریشن کے مصنوعات کے تحت ایک ضعیف مرکزی حکومت قائم کی۔ +کانگریس کے پاس کسی بھی ٹیکس لگانے کی قوت نہیں تھی، اور کیونکہ کسی قومی ایکٹوریٹی یا جیوڈیشیری نہیں تھی، اس نے اپنے تمام قانونوں کو راستہ کرنے کے لئے ریاستی عہدیداروں پر اعتماد کیا، جو اکثر تعاونی نہیں کرتے تھے۔ +اس کے پاس بھی ریاستوں کے درمیان ٹیکس کے قوانین اور ٹیرف کو تردید کرنے کی اختیار نہیں تھی۔ +اس میں تمام ریاستوں کی اجمعی رائے کی ضرورت تھی اور ریاستوں نے مرکزی حکومت کو ایسے طور پر چھوڑ دیا کہ ان کے نمائندوں کو اکثر موجود نہیں ہونا پڑا۔ +اٹلی کی قومی فٹ بال ٹیم جرمن کی قومی فٹ بال ٹیم کے ساتھ دنیا میں دوسری سب سے کامیاب ٹیم ہے اور 2006 میں ورلڈ کپ چیمپیئن تھی۔ +پوپلر سپورٹس میں فٹ بال، باسکٹ بال، وولی بال، واٹر پولو، فینسنگ، رگبی، سائیکلنگ، آئس ہوکی، رولر ہوکی اور F1 موٹر ریسنگ شامل ہیں۔ +شمالی علاقوں میں موسم گرما کے کھیلوں کا سب سے زیادہ مقبولیت ہے، جس میں اٹالیائیوں بین الاقوامی کھیلوں اور اولمپک ایونٹس میں مقابلہ کر رہے ہیں۔ +جاپان تقریبا 7,000 جزیرے رکھتا ہے (سب سے بڑی جزیرہ ہونشو ہے), جس سے جاپان عالم میں سب سے بڑی جزیرہ بن گیا ہے! +جاپان کی جزیروں کی گروپ/کلاسٹر کی وجہ سے جاپان کے بارے میں عام طور پر جزیروں کی گروپ کے طور پر “ایچ ایرچی پیلاگو” کے طور پر تعریف کیا جاتا ہے۔ +ٹائی وان 15ویں صدی سے آغاز کرنے لگا ہے جہاں یورپی سیلروں نے جزیرے کا نام ایلہا فورموسا یا خوبصورت جزیرہ کے طور پر ریکارڈ کیا۔ +1624 میں ڈچ ایسٹ انڈیا کمپنی جنوب مغربی ٹائی وان میں ایک بیس قائم کرتی ہے، جس میں ابوریگنل گرین پروڈکشن پریکٹس میں تبدیلی کا آغاز کرتی ہے اور چینی شرکاء کو اپنے رائس اور سگر کی پلانٹیشنز میں کام کرنے کے لئے کامیاب کرتی ہے۔ +1683 میں، قنگ خاندان (1644-1912) نے ٹائیوان کے مغربی اور شمالی ساحلی علاقوں کی کنٹرول کی اور 1885 میں ٹائیوان کو قنگ سلطنت کی ایک صوبہ قرار دیا۔ +1895 میں، پہلی سینو جاپانی جنگ (1894-1895) میں شکست کے بعد، قنگ حکومت نے شیمونوسکی معاہدے کو خطاب کیا، جس کے ذریعے وہ جاپان کی جانب سے ٹیوان کی حکومت سے برطرف ہو گیا ہے، جس نے جزیرہ کی حکومت تک 1945 تک رہی۔ +ماچو پیچو میں تین بنیادی تعمیرات ہیں، جن میں انٹی واٹانا، سورج کی مندر اور تین ونڈو کی کمرے شامل ہیں۔ +کمپلیکس کے کنارے میں زیادہ تر عمارتوں کو دورہ کرنے والوں کے لئے ایک بہترین تصویر دینے کے لئے دوبارہ تعمیر کیا گیا ہے۔ +1976 تک ماچو پیچو کے تیس فیصد کی تعمیر کی گئی تھی اور تعمیر اب بھی جاری ہے۔ +مثال کے طور پر، دنیا میں سب سے عام سٹل ایمج فوٹوگرافی فارمیٹ 35 میمی ہے، جو اینالوج فلم کی عہد کے اختتام کے وقت فلم کی بڑی سائز تھی۔ +اسے آج بھی تیار کیا جاتا ہے، لیکن اہم طور پر وہ ڈیجیٹل کیمرا ایمیج سینسر فارمیٹس کے پاس ہے۔ +35 میمی فارمیٹ واقعی طور پر 24 میمی فارمیٹ کے ساتھ 36 میمی فارمیٹ کی شانداری ہے۔ +اس فارمیٹ کی ایسکیپٹ ریشن ریٹیو 3:2 کہی جاتی ہے کیونکہ اس کے ذریعے سامنے آنے والی سب سے آسان تعدادی ریشن ریٹیو حاصل کی جاتی ہے۔ +بہت سارے عام فارمیٹس (اے پی ایس والی خاندان فارمیٹس کے ایک مثال) اس ایسپیکٹ ریشن ریٹیو کی طرح ہیں یا اس کے قریب ہیں۔ +تینوں کی کثیر طور پر مذمت کرنے والی اور ایک تصویر میں نظام رکھنے کے ساتھ ڈائنامائیسم پیدا کرنے والی ایک بہت سادھا گائیڈ لائن ہے۔ +اس میں بتایا جاتا ہے کہ مرکزی موضوع کے لئے سب سے اہم جگہ تصویر کو ترتیبی اور عمودی طور پر ٹھیک کرنے والے خطوں کے موازنہ میں ہے (دریافت کریں)۔ +یورپی تاریخ کے اس وقت کے دوران، کیتھولک چرچ، جو پورا ہو گیا تھا اور طاقتور ہو گیا تھا، اس پر تفتیش کی گئی تھی۔ +تقریبا ایک ہزار سالوں کے دوران کرسٹیان ریلیگیوں نے زبان اور عادات میں فرق کے باوجود یورپی ریاستوں کو ایک جماعت میں رکھا۔ +اس کی پوری جانب پہنچنے والی قوت شاہ سے عام لوگ تک اثر ظاہر کر رہی ہے۔ +ایک اہم کریسٹیان عقیدہ یہ ہے کہ مال کا استعمال مصیبت اور غربت کو کم کرنے کے لئے کیا جانا چاہیے اور چرچ کے مالی فنڈز اس وجہ کے لئے خاص طور پر ہیں۔ +چرچ کی مرکزی اختیار تقریبا ایک ہزار سالوں سے روم میں تھی اور ان کی قوت اور پیسے کی انتشار نے بہت سے افراد کو اس قانون کا تعلق کیا جا رہا ہے یا نہیں کی وجہ سے پوچھنے کی وجہ پیدا کیا۔ +جنگ شروع ہونے کے بعد برطانیہ نے جرمنی کی طرف سمندری بندی کا آغاز کیا۔ +یہ ترتیب کامیاب ہو گیا ہے جس نے اہم عسکری اور عوامی تعلیمات کو بند کر دیا ہے، اگرچہ یہ بندی گزشتہ دو صدیوں کے متعدد بین الاقوامی معاہدوں کے مطبوع کیے گئے بین الاقوامی قانون کے مخالف ہے۔ +برطانیہ نے بین الاقوامی سمندر کو مین کیا تا کہ کسی بھی جہاز سمندر کے تمام حصوں میں داخل ہونے سے روکا جائے، جو نیٹورل جہازوں پر بھی خطرہ پیدا کرتا ہے۔ +اس ٹیکٹک کے بارے میں محدود ردعمل کے باعث جرمنی نے اپنے غیر محدود سب میرین جنگ کے بارے میں اسی قدرتی ردعمل کی توقع کی۔ +1920 کی دہائیوں کے دوران، زیادہ تر شہریوں اور ممالک میں پرامید رویہ پرامیدی اور تنقید تھی۔ +جنگ عظیم اول کے دوران دہشت گردیوں کو دیکھنے کے بعد، قومیں مستقبل میں اسی وجہ سے بچنے کی خواہش رکھتے ہیں۔ +1884 میں، ٹیسلا نیویارک شہر میں ایڈیسن کمپنی کے ساتھ کاروبار کرنے کے لئے امریکی ملک میں گیا۔ +انہوں نے امریکہ میں اپنے نام کے ساتھ چار سینٹ، شاعری کی کتاب اور چارلز بیچلور (اپنی سابقہ نوکری میں ان کا مینیجر) نے تھومس ایڈیسن کے لئے تشویش کی خط لے کی۔ +قدیم چین مختلف وقتی مدتوں کی نمائش کے لئے ایک خاص طریقہ رکھتا تھا; چین کی ہر وقتی مدت یا ہر خاندان جو قوت رکھتا تھا وہ ایک خاص خاندان تھا۔ +یہاں تک ہر خاندان کے درمیان مختلف صوبے کی تقسیم کی گئی تھی۔ یہاں تک زیادہ جانے والی وقتوں میں سین اور جین خاندان کے درمیان 60 سالوں کے دوران تین ریاستوں کی عہد تھی۔ +ان وقتوں میں بہت سیاحوں کے درمیان سلطنت کے لئے جنگ لڑنے کی وجہ سے شدید جنگ لڑی گئی تھی۔ +تین ملکوں کی تاریخ قدیم چین کی تاریخ میں سب سے زیادہ خونریز عصروں میں سے ایک تھی جس میں ہزاروں افراد سیان کے گرنڈ پالیس میں سب سے علیٰ مقام پر جانے کے لئے مقابلہ کرتے ہوئے شہادت کر گئے۔ +میٹریک سسٹم کا استعمال، ابسولٹیسم سے ریپبلیکنسم کی تبدیلی، قومیت اور ایسا یقین کے بارے میں بہت سیاحتی اور سیاسی اثرات ہیں۔ +بھی انقلاب کے بعد ملازمتیں تمام پورے لوگوں کے لیے کھولی گئیں جس میں سب سے زیادہ امیدوار اور کامیاب افراد کو کامیابی حاصل کرنے کی اجازت دی گئی تھی۔ +یہ بھی فوج کے لئے ہے کیونکہ اب ان کی رینکنگز کلاس کے باس پر بننے کے بجائے کیلابر پر بن گئی ہیں۔ +فرانسیسی انقلاب نے دوسرے ممالک کے بہت سارے مظلوم کام کرنے والے لوگوں کو بھی اپنے انقلاب شروع کرنے میں پیش کر دیا۔ +محمد نے اس عامی زندگی سے باہر کے معاملات میں زیادہ توجہ رکھا۔ اس نے ایک پہاڑی پر “نور” (روشنی) کے نام سے جانے والی پہاڑی پر “ہیرا” کے نام سے جانے والی جہاز پر توجہ کرنے کی وجہ سے ایک جہاز کا استعمال کیا۔ +وہ جہاں محمد نبی کی روحانی روایتوں کا ایک بہت بڑا تصویر دیتا ہے، وہ جہاں وقتوں سے بچ گیا ہے۔ +مکہ کے شمالی پہاڑوں میں سے ایک پہاڑ پر ایک جہاں میں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں جہاں +واقعی طور پر، یہ کسی بھی شخص کو جاننے کے باوجود پانے میں مشکلات ہوتی ہیں۔ جب کسی چھٹی کے اندر ہو جاتے ہیں تو یہ مکمل تنگی ہوتی ہے۔ +سمندر کے اندر کی جانب سے یہ دنیا کی بہت سی چیزوں کو دیکھنے یا سننے کی جانب نہیں ہو سکتی۔ سمندر کے اندر کی جانب سے دیکھا جا سکتا ہے کہ سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے سمندر کے اندر کی جانب سے +گیزا میں واقع ہونے والا بڑا پیرامیڈ سب سے ایک ہے جو آج بھی قائم ہے۔ +مصریوں کی جانب سے تیسرے صدی میں تعمیر کیے گئے بڑے پیرامیڈ ایک زیادہ بڑے پیرامیں کی تعمیرات میں سے ایک ہے جو مرنے والے فرعون کی تعریف کرنے کے لئے تعمیر کیا گیا ہے۔ +جیزا پلیٹو، یا “جیزا نیکرو پولس” ایجیپٹین وادی میرت میں کئی پیرامیڈز، کئی چھوٹے مقبرے، کئی مندر اور بڑا سفینکس شامل ہیں (جو بڑا پیرامیڈ سب سے بڑا ہے)۔ +بڑا پیرامیڈ فرعون خوفو کی تعزیر کرنے کے لئے بنایا گیا تھا، اور بہت سے چھوٹے پیرامیڈ، مقبرہ اور مندر خوفو کی بیویوں اور خاندان کے اہلکاروں کی تعزیر کرنے کے لئے بنائی گئی تھیں۔ +اپ باؤ مارک ایک وی کی طرح دیکھتا ہے اور ڈاؤن باؤ مارک ایک سٹیپل یا ایک چھوٹی جو اپنی نیچے طرف چھوٹی ہے کی طرح دیکھتا ہے۔ +اپ کا مطلب یہ ہے کہ آپ کو بال کے سرے سے شروع کرنا چاہیئے اور بال کو دبانا چاہیئے اور ڈاؤن کا مطلب یہ ہے کہ آپ کو بال کے سرے سے شروع کرنا چاہیئے اور بال کو پکڑنا چاہیئے۔ +ایک اوپ باؤ کی وجہ سے ایک چمکدار آواز پیدا ہوتا ہے، جبکہ ایک ڈاؤن باؤ زیادہ طاقتور اور زیادہ اعتراضی ہوتا ہے۔ +اپنے مارکس کو پینسل کرنے کے لئے آزاد ہو لیں، لیکن یہ یہ یاد رکھیں کہ پرینٹڈ باؤنگ مارکس ایک موسیقی وجہ کے لئے ہیں، اس لئے انہیں عام طور پر پیشتیگی کی جانی چاہیئے۔ +پریس میں 6 اکتوبر 1789 کو مارکیٹ کی خاتونوں کی ایک جماعت نے جھوٹے کنگ لوئیس 16، کونینگ ماری اینٹونیٹ، ان کے دو نوجوان بچوں (11 سالہ ماری تھریس اور چار سالہ لوئیس شارلز) اور کنگ کی بیٹی مڈم ایلیزیبت کو ورسال سے پریس میں لے جانے پر ڈباؤ کر دیا گیا تھا۔ +ایک کیریج میں انہوں نے کنگ اور کوئن کے خلاف خوف اور خوف کرنے والے لوگوں کی جانب سے پیرس کی جانب واپس سفر کیا۔ +لوگوں کی جانب سے راجہ اور رانی کو اپنے کیریج کے چھوٹے کھڑکیوں کو کھولنے کی ضرورت کی گئی تھی۔ +ایک وقت ایک موب کے ایک اعضا نے پریشان قینز کے سامنے ورسیلز میں قتل ہونے والے رائل گارڈ کے سر کو پھینکا۔ +امریکی امپریالیسم کی فلیپینو کے فتح میں جنگ کے اخراجات کو فلیپینو لوگوں نے خود پیا تھا۔ +وال سٹریٹ بینکنگ ہاؤس کے ذریعہ فلوٹ کیے گئے پھلیپپین کی حکومت کے نام میں بندوں پر ٹکرائے گئے معیشت کے ایک بڑی حصے اور ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گئے معیشت کے ٹکرائے گ +بلاشبہ، فلیپینو کے لوگوں کی طویل طور پر استعمال سے حاصل ہونے والے سپر پروفٹس امریکی امپریالیسم کے بنیادی فائدے میں شامل ہوں گے۔ +ٹیمپلارز کو سمجھنے کے لئے ایک کنٹیکٹ کو سمجھنا پڑتا ہے جو اس آرڈر کی تخلیق کے لئے پیش کیا گیا ہے۔ +جو وقت میں واقعات پیش کی گئیں ہیں وہ عام طور پر اعلی وسطی عصر کے طور پر تعریف کیا جاتا ہے جو 11 ویں، 12 ویں اور 13 ویں صدی (AD 1000–1300) میں یورپی تاریخ کے دوران ہے۔ +عظیم وسیع عصروں کے پہلے عصروں کے بعد اور آخری عصروں کے بعد تھیں، جنہیں قواعد کے مطابق 1500 کے قریب اختتام ہوتی ہیں۔ +ٹیکنالوجیکل ڈٹرمنسم ایک شرح ہے جس میں ٹیکنالوجی پش یا ٹیکنالوجیکل امپراٹیو سے عمومی نظریات تک پہنچتے ہیں جن میں علمی قوانین اور وہ ٹیکنالوجی میں ظاہر کرنے والے تعلقات کے ساتھ انسانی قدرت کی قدرت میں مظاہرہ ہوتے ہیں۔ +ٹیکنالوجیکل ڈٹرمینسم کے زیادہ تر تفسیرات دو عمومی خیالات سے متعلق ہیں: کہ ٹیکنالوجی کی ترقی کافی طور پر ثقافتی یا سیاسی اثر سے باہر ہونے والی راستے پر جاتی ہے اور کہ ٹیکنالوجی کے بارے میں “اثرات” کے بارے میں تعلق رکھتے ہیں جو روایتی طور پر متعلق ہونے والے ہیں، جبکہ وہ روایتی طور پر متعلق ہونے والے نہیں ہیں۔ +مثال کے طور پر ایک شخص یہ کہ سکتا ہے کہ موٹر کار راستوں کی ترقی کے لئے ضروری ہے۔ +تاہم، ایک قومی راستے نیٹ ورک نیٹ ورک صرف چند کاروں کے لئے اقتصادی طور پر مناسب نہیں ہے، لہذا کاروں کی مالکیت کی قیمت کو کم کرنے کے لئے نئے تربیتی طریقے تیار کیے گئے ہیں۔ +مس کار خریداری نے سڑکوں پر زیادہ حادثوں کی وجہ بنایا ہے، جس سے مریضوں کے لئے نقصان پہنچنے والے شریات کی تعمیر کرنے کے لئے نئے ٹیکنیکس کی ایجاد کی جاتی ہے۔ +رومانٹیک کا ایک بڑا عناصر ثقافتی تعینیت تھا، جو گوتہ، فیچٹ اور شلیگل جیسے لکھاکاروں سے لیا گیا تھا۔ +رومانٹسم کے تعلق میں، جیوگرافی کے ذریعے افراد کو شکل دیا گیا اور وقت کے ساتھ اس جیوگرافی کے ساتھ روایت اور ثقافت پیدا ہوئی اور ان میں سماجی جگہ کے ساتھ ہونے کی وجہ سے ایسے قوانین کے باوجود بہتر تھے۔ +پیرس کی جانب سے جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر کونسٹانٹینوپول کی جانب سے جانے والی یورپ کی فیشن کیپیٹل کے طور پر جانے والی یورپ کی فیشن کیپیٹل کے طور پر جانے والی کونسٹانٹینوپول کی جانب سے جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر جانے والی عالم کی فیشن کیپیٹل کے طور پر +اس کی مشہوری کے بارے میں بتائی جاتی ہے کہ اس کی مشہوری 400 اے ڈی سے شروع ہوئی اور 1100 اے ڈی تک جاری رہی۔ +اس کی وجہ سے اس کا سٹیٹس پوری طور پر بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب سے پیش کی گئی قیمت سے زیادہ کی وجہ سے بیسنٹین مارکیٹس کی جانب +یہ وقت تھا جب کنسٹانٹینوپول سے فیشن کیپٹل کا ٹائٹل پیرس میں منتقل کیا گیا۔ +گوتھک سٹائل 10 ویں - 11 ویں اور 14 ویں صدی کے درمیان پہنچ گیا۔ +آغاز میں کپڑے مشرق میں بائزانٹین ثقافت کے زیادہ تر اثرات کے ساتھ پیش کیے گئے تھے۔ +تاہم، بہت تیز روانی کینالوں کی وجہ سے مغربی اسٹائلز کو 25 سے 30 سال تک پیچھے رہنا پڑ سکتا ہے۔ +وسطی عصر کے اختتام کے دوران مغربی یورپ اپنے اپنے اسٹائل کی تربیت کرنا شروع کر لیا۔ جیسا کہ کروساڈوں کی وجہ سے وقت کے ایک بڑے ترین ترقیات میں لوگ کپڑے کو بند کرنے کے لئے بٹنز کا استعمال کرنا شروع ہوا۔ +سبزی کرنے والے کسانوں اور ان کی خاندان کے لئے کم از کم کھانے کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراعتی کھادوں کی توانائی کے لئے زراع +سبسٹینس آگریکچر ایک ایسا سادہ ، اکثر عضوی ، نظام ہے جس کا استعمال کرنے کے لئے ایک ایکو ریگن کے ملک میں پیدا ہونے والے ذریعہ اور کروپ روٹیشن یا دوسری ترتیب سادھا ٹیکنیکس کے ساتھ کمبائنڈ کی جاتی ہے جس کے استعمال کرنے کے لئے کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی جاتی ہے یا کمبائنڈ کی +تاریخی طور پر زیادہ تر کسانوں کو برقراری کے لئے زرعی کاروبار میں شامل کیا گیا تھا اور ابھی بہت سے ترقی کرنے والے ممالک میں یہ بھی واقع ہے۔ +سب کلچرز ایک سامانی معیشت کے معیاروں کی جانب سے تردید کرنے والے افراد کو ایک جانب رکھتے ہیں اور ان کو شناختی احساس کی تربیت کرنے کی اجازت دیتے ہیں۔ +سب کلچرز مختلف ہو سکتے ہیں کیونکہ ان کے رکنوں کی عمر، قومیت، طبقہ، مقام اور/یا جنسیت کی وجہ سے۔ +ایسی خصوصیات جو ایک سب کلچرچر کو مختلف کرتی ہیں، زبانی، سنسکاری، دینی، سیاسی، جنسی، جغرافیائی یا عوامل کی جمع سے متعلق ہو سکتی ہیں۔ +ایک سب کلچر کے رکن اکثر اپنی رکنیت کے بارے میں ایک مخصوص اور تشبیہی استعمال کرتے ہیں، جس میں فیشنس، مانریسم اور ارگوٹ شامل ہیں۔ +سوشل ایشن کی اہمیت کو تبصرہ کرنے کے ایک سب سے عام طریقوں میں سے ایک ہے جو کہ بچوں کے بہت سارے نافروز کیسوں پر تصویر کی جاتی ہے جو جوان ہونے کے دوران جوانوں کی جانب سے نہیں سوشل ایشن کیا گیا تھا۔ یہ کیسوں میں سے بچوں کو بھول کے ذریعے، نافروزی کے ذریعے یا خودکشی کے ذریعے جوانوں کی جانب سے نہیں سوشل ایشن کیا گیا تھا۔ +ایسے بچوں کو “فیرل” یا جنگلی کہلا جاتا ہے۔ کچھ فیرل بچوں کو لوگوں کی جانب سے قبضہ کیا گیا ہے (عام طور پر ان کے اپنے والدین کی جانب سے); کچھ مقامات میں اس بچے کی برداشت اپنے والدین کی ایک بچے کی شدید ذہنی یا جسمانی کمی کی ردعمل کی وجہ سے ہوئی ہے۔ +فیرل بچوں کو چھوڑنے سے پہلے یا چھوڑنے کے بعد شدید بچوں کی تشدد کی تجربہ ہو سکتی ہے یا چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہلے یا چھوڑنے کے بعد چھوڑنے سے پہل +دیگروں کو جانوروں کے ساتھ پیدا کیا گیا ہے اور کچھ لوگ اپنے اندر جنگلوں میں رہے ہیں۔ +جب پوری طور پر غیر انسانی جانوروں کے پاس پیش کیے جاتے ہیں، تو فیرل بچے کی روایتیں (جس کے فیزیکل حدوں کے اندر ہوتی ہیں) بالکل ایک خاص دیکھ بھال جانور کی جیسی ہوتی ہیں، جیسا کہ ان کا انسانوں سے خوف یا انسانوں کے بارے میں غور ہوتا ہے۔ +جبکہ پراجیکٹ بیسڈ لیرننگ سیکھنے کو آسان اور زیادہ مفید بنانا چاہیے تو سکافولڈنگ ایک اور پہلے مرحلے پر پہنچ جاتا ہے۔ +سکافولڈنگ تعلیم کے طور پر ایک طریقہ نہیں ہے بلکہ ایک مدد ہے جو ایک نئی تعلیمی تجربے کی تعلق رکھنے والے افراد کے لئے حمایت فراہم کرتی ہے جیسا کہ ایک نئی کمپیوٹر پروگرام استعمال کرنا یا ایک نئی پراجیکٹ شروع کرنا۔ +سکافولڈ دونوں ورچوئل اور واقعی ہو سکتے ہیں، دوسرے شائع شابی میں، ایک ماہر ایک سکافولڈ کی شکل ہے لیکن مائیکروسافٹ اوفیس میں چھوٹا پیپر کلیپ مین بھی ایک سکافولڈ کی شکل ہے۔ +ورچوئل سکافولڈ سافٹ ویئر میں انتہائی ہوتے ہیں اور ان کا مقصد طلباء کے لئے ایک طریقے سے کام کرنے کے لئے چیلنجنگ ہونے والے پروسیڈور کو پوچھنے، پرامپ کرنے اور تفصیل کرنے کے لئے ہے۔ +بچوں کو فاسٹر کیر میں متعدد قسم کے وجوہات کے ذریعے رکھا جاتا ہے جن میں بھی بے ترقی اور تشدد شامل ہیں۔ +کوئی بچے کبھی بھی ایسے ماحول میں پیدا ہونے کی ضرورت نہیں ہونی چاہیئے جس میں پیدا ہونے والے بچوں کی تربیت، دیکھنے اور تعلیم کی ضرورت نہیں ہوتی ہے، لیکن وہ کرتے ہیں۔ +ہم اس بچوں کے لئے فوسٹر کیر سسٹم کو ایک سیفٹی زون سمجھتے ہیں۔ +ہمارا فاسٹر کیر سسٹم سیف ہومز، محبوب کیر گیورڈرز، سٹیبل ایجوکیشن اور ریلیبل ہیلتھ کیر فراہم کرنا ہے۔ +فوسٹر کیر اس کے مطلب ہے کہ وہ پہلے سے گھر سے لے جانے والی تمام ضروریات کو فراہم کرے۔ +انٹرنیٹ میں میڈیا اور انٹرپرسنل کمیونیکیشن کے عناصر کی جمع ہوتی ہے۔ +انٹرنیٹ کے مختلف خصوصیات کی وجہ سے استعمالات اور رضاکاری کے طور پر اضافی پیمائشات کی وجہ پیدا ہوتی ہیں۔ +مثال کے طور پر، انٹرنیٹ کا استعمال کرنے کے لئے “تعلیم” اور “سماجی کاروبار” اہم تحریکات کے طور پر تجویز کیے گئے ہیں (جیمز اور تیم، 1995)۔ +ایگھمے اور میک کارڈ (1998) نے جب وہ ویب سائٹس پر ناظرین کی ردعملیاں تحقیق کر رہے تو انہوں نے “ذاتی شرکت” اور “مستقل تعلقات” بھی نئی تشویشی عناصر کے طور پر شناخت کی۔ +ویڈیو ریکارڈنگ کی استعمال کی وجہ سے مائیکرو ایکسپریشنز، فیسیل مووژنٹس کی ترجیح میں اہم ایجادات ہوئی ہیں، جو چند ملی سیکنڈوں تک جاری رہتی ہیں۔ +خاص طور پر یہ دعوی کیا جاتا ہے کہ ایک افراد کی چھوٹی اظہارات کو صحیح طریقے سے توصیل کرتے ہوئے ایک شخص کی جانب سے جھوٹ کیا گیا ہے یا نہیں۔ +اولیور سیکس نے اپنے پیپر ٹھی پریزیڈنٹ سپیچ میں بتایا کہ جو افراد جو دماغ کی نقصان کی وجہ سے بات سننے میں مشکلات پیدا کرتے ہیں انہیں ابھی انتہائی اچھی طور پر انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہائی انتہ +انہوں نے یہ بھی تجویز کی ہے کہ انسان کی روایت کو توصیل کرنے میں ایسے قابلیتیں جانوروں جیسے گھریلو ڈوگز کی جانب سے مشتمل ہو سکتی ہیں۔ +بیس ویں ویں صدی کی تحقیقات نے ظاہر کیا ہے کہ جینیٹک مختلفیت کے دو پول ہیں: مخفی اور ظاہر ہونے والی۔ +میوٹیشن نئی جینیک مختلفیت میں اضافہ کرتی ہے، اور انتخاب مظہر ہونے والی مختلفیت سے اسے نکال دیتا ہے۔ +تقسیم اور ریکومبینیشن ہر جینریشن کے ساتھ دو پولوں کے درمیان تبدیلی کرتی ہے۔ +سیوانا کے باہر، ایک انسان کی طرح کی تردیدی نظام کے ساتھ ایک پرائمیٹ کے لئے موجود پلانٹ ریسورس سے اپنے ایمینو ایسڈ کی توقعات کو پورا کرنے میں مشکلات ہوتی ہیں۔ +اس کے علاوہ، اس کے نہیں کرنے کے بارے میں سخت نتیجے ہوتے ہیں: ترقی کی پریشانی، غذا کی کمی اور اختتامی طور پر موت۔ +سب سے آسانی سے پہنے جانے والے پودوں میں پتوں اور لگوموں میں موجود ہونے والے پروٹین ہوں گے، لیکن اگر انہیں پکایا جاتا ہے تو ہمارے جیسے پرائمیٹ کے لئے انہیں خورد کرنے میں مشکلات پیدا ہوں گے۔ +مخالفہ طور پر جانوروں کی کھاڑیں (انٹس، ٹرمٹس اور ایگز) نہ صرف آسانی سے ترکیب ہو سکتی ہیں، لیکن وہ اعلیٰ مقدار کے پروٹینوں کو فراہم کرتی ہیں جو تمام اہم آمینو خوراکوں کو موجود کرتے ہیں۔ +تمام چیزوں کے بارے میں سوچا جانا ہے کہ اگر ہمارے آباؤں نے اپنی “پروٹین مسئلہ” کو ایسی طریقے سے حل کیا ہے جیسا کہ سیوانا کے چمپز آج کرتے ہیں تو ہم اس کے بارے میں اس کے بارے میں استیقار نہیں ہونے چاہیئے۔ +نیند کی ترتیب میں منصوبی طور پر جاگنے کا معاملہ اور کچھ وقت کے بعد نیند کرنے کا معاملہ ہے (10–60 منٹ)۔ +اس کو آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے کے بارے میں آوارہ سے جاگنے سے روکنے ک +اگر آپ اپنے نیند میں کلاک کو ریسیٹ کر رہے ہیں تو یہ کمرے کی دوسری طرف لگایا جا سکتا ہے، جس سے آپ کو کلاک کو بند کرنے کے لئے بیڈ سے نکلنا پڑتا ہے۔ +دوسرے بائیوریٹھم باسد اوپشنوں میں سونے سے پہلے بہت پانی پینے کی ضرورت ہے (خاص طور پر پانی یا چائے، ایک معلوم دیوریٹک)، جس کی وجہ سے ایک کو پیش کرنے کی ضرورت ہوتی ہے۔ +ایک شخص کے اندری آرام کی مقدار ایک شخص کے جسم اور روح میں تنازع کی مقدار کے مخالف طور پر تعلق رکھتا ہے۔ +تنازع کم ہونے سے زندگی کی قوت زیادہ مثبت ہوتی ہے۔ ہر ایک شخص کے پاس مکمل سلامتی اور خوشی کی تلاش کرنے کی قدرت ہے۔ +تمام افراد پریشانی سے آزاد ہو سکتے ہیں۔ اس مقصد کے راستے میں صرف ایک چیز ہے جو ہماری پریشانی اور منفیت ہے۔ +ٹیبٹین بوڈھیسم بوڈھا کی تعلیمات پر مبنی ہے، لیکن اس میں مہایانہ راستہ محبت کے ساتھ اور ہندوستانی یوگا کے بہت سارے ٹیکنیکس کے ساتھ تنظیم کیا گیا ہے۔ +بنیادی طور پر ٹیبیٹی بوڈھیسم بہت سادہ ہے۔ اس میں کنڈلینی یوگا، ترجیح اور تمام پرواز میں محبت کی راہ شامل ہے۔ +کنڈلینی یوگا کے ساتھ کنڈلینی توانائی (روشنی کی توانائی) یوگا آسانیاں، نفسانی تربیت، منٹراں اور تصویرات کے ذریعے پیدا کی جاتی ہے۔ +ٹیبٹی میڈیٹیشن کا مرکز دیوتی یوگا ہے۔ مختلف دیوتیوں کی تصویر کی جانب سے توانائی کینالوں کو پریشان کیا جاتا ہے، چکروں کو فعال کیا جاتا ہے اور روشنی کی باوجود احساس تیار کیا جاتا ہے۔ +جرمنی دونوں جنگوں میں ایک عام دشمن تھی، جس کی وجہ سے روس اور امریکہ کے درمیان تعاون پیدا ہو گیا تھا۔ جنگ کے اختتام کے بعد نظام، پروسیس اور ثقافت کے تنازعوں کی وجہ سے ممالک ایک دوسرے سے باہر ہو گئی تھیں۔ +جنگ کے اختتام کے دو سالوں کے بعد، سابقہ آلیز اب دشمنوں کے طور پر تھے اور کولڈ وار شروع ہو گیا۔ +یہ اگلے 40 سالوں تک جاری رہیں گی اور واقعی طور پر افریقہ سے آسیا تک، افغانستان، کیوبا اور زیادہ سے زیادہ مقامات میں پریکسی فوجوں کی جانب سے جنگیں لڑی جائیں گیں۔ +17 ستمبر 1939 تک پولیش کی دفاع کو پہلے ہی توڑ دیا گیا تھا اور وہ ایک وہ امید بھی تھی کہ رومانیا کی بریج ہیڈ کے ساتھ ٹکرانا اور دوبارہ تنظیم کرنا۔ +تاہم، ان منصوبوں کو تقریباً رات کے وقت میں بے اہلیت کر دیا گیا تھا، جب 800,000 سوویت کی یونین کی ریڈ ارمی نے پولینڈ کے مشرقی علاقوں میں ریگا شانداری پیس ٹریٹی، سوویت پولیش نان ایگریجنس پیکٹ، اور دوسرے بین الاقوامی معاہدے، جن میں دو طرفہ اور متعدد طرفوں کے معاہدے شامل ہیں، کے خلاف پولینڈ کے مشرقی علاقوں میں حملے کرتے ہوئے بیلاروسیا اور اوکرائین کے فرانٹس کو بنا دیا۔ +جہازوں کا استعمال لوگوں اور چیزوں کو سمندروں کے درمیان منتقل کرنے کا سب سے زیادہ کارکن طریقہ ہے۔ +بحریہ کی کام تردیدی طور پر آپ کی ملک اپنے لوگوں اور چیزوں کو منتقل کرنے کی قابلیت رکھتی ہے، جبکہ اسی وقت آپ کے دشمن کے لوگوں اور چیزوں کو منتقل کرنے کی قابلیت رکھتے ہیں۔ +اس کے سب سے زیادہ اہم حالیہ مثالوں میں سے ایک وارٹ ووٹ دو کے شمالی آٹلانٹک مہم تھا۔ امریکیوں نے برطانیہ کے لئے مدد کرنے کے لئے آٹلانٹک سمندر پر لوگوں اور معمولات کو پہنچانے کی کوشش کی۔ +اسی وقت، جرمن بحریہ اس ٹریفک کو روکنے کی کوشش کر رہی تھی جس میں بالکل ای بوٹس کا استعمال کیا گیا تھا۔ +اگر اعضاء ناکام ہو گئے تو جرمنی برطانیہ کو قبضہ کرنے کے قابل ہو گی کیونکہ وہ یورپ کے باقی حصوں رکھتا ہے۔ +بھیڑوں کو ایران کے زاگروس پہاڑیوں میں تقریبا 10,000 سال قبل پہلے گھریلو کیا گیا ہے۔ +قدیم ثقافتوں اور قوموں نے دودھ، بال، گوشت اور کوری کے لئے آسانی سے پہنچنے کے لئے ان کو رکھنا شروع کیا۔ +گھریلو بھینس عام طور پر پہاڑیوں یا دودھ کرنے کے دوسرے علاقوں پر گھڑیوں میں رکھا جاتا تھا، جو اکثر بچوں یا نوجوانوں کے پاس رکھا جاتا تھا، جیسا کہ زیادہ طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گھوڑوں کے طور پر جانے والے گ +16 ویں صدی سے انگلینڈ میں ویگن وے تعمیر کیے گئے تھے۔ +اگرچہ ویگن وےز صرف درخت کے پیرال پلینکس سے تشکیل ہوتے تھے، لیکن انہیں ان کے پیرال پلینکس پر رہنے والے گھوڑے کو زیادہ سرعت حاصل کرنے اور زیادہ بڑی برداشتیں حاصل کرنے کی اجازت دیتے تھے۔ +ٹریکس کو جانب رکھنے کے لئے کروسٹائیوں کی جانب سے پہلے ہی پیش کیا گیا تھا۔ ترتیبی طور پر، تاہم، اس کو یقینی کیا گیا کہ ٹریکس میں اسٹیپ کی وجہ سے ٹریکس کی کارکردگی بہت زیادہ ہو گی۔ +یہ عام عمل بن گیا تھا، لیکن اس کی وجہ سے واگنوں کے دریافتی چلنوں پر زیادہ ترکیب پیدا ہو گیا تھا۔ +بالآخر، درختی چلنے والے چلنے کی جانب سیاہ چلنے والے چلنے کی جانب سے تبدیل کیے گئے۔ 1767 میں پہلے پورے سیاہ چلنے والے ریل پیش کیے گئے۔ +پہلا معلوم ٹرانسپورٹیشن چلنا تھا، انسانوں نے دو ملین سال قبل ہومو ایریکٹس کے آنے سے قیام پر چلنا شروع کیا جس کا مطلب قائم شخص ہوتا ہے۔ +ان کے پیش قدمین، آسٹریلوپیتھیکس کو عادی طور پر قائم رہنے سے روک دیا گیا تھا۔ +بیپیڈل کی خصوصیات 4.2-3.9 ملین سال قبل میں آسٹریلوپیتھیکس کے فوسلز میں پائی جاتی ہیں، اگرچہ ساہلانتھروپوس 7 ملین سال قبل دو پیڈ پر چل سکتا تھا۔ +ہم ماحول کے لئے زیادہ دوستانہ رہنے کے لئے شروع کر سکتے ہیں، ہم ماحولی حرکت میں شمولیت کر سکتے ہیں، اور ہم بھی کچھ درجہ میں مستقبل کی درد کو کم کرنے کے لئے کارکن ہو سکتے ہیں۔ +یہ کئی مقامات میں علامتی علاج کی طرح ہے۔ تاہم، اگر ہم صرف ایک موقعی حل کی توقع نہیں کرتے ہیں تو ہم مسائل کے مرکز کو پانا چاہیئے اور انہیں غیر فعال کرنا چاہیئے۔ +یہ باقاعدہ بات ہے کہ عالم میں بہت تبدیلی ہوئی ہے کیونکہ انسانیت کی سائنسی اور ٹیکنالوجی ترقیوں کی وجہ سے اور انسانیت کی زیادہ آبادی کی وجہ سے مسائل بڑی ہوئی ہیں۔ +جون ہینکوک اور چارلز تھومسن کی جانب سے کانگریس نے 4 جولائی کو اسے قائم کرنے کے بعد ایک ہانڈ ورائٹ ڈرافٹ کو جان ڈنلاپ کی پرنٹنگ شاپ میں کچھ بلاکوں کے دوران بھیجا گیا۔ +150 اور 200 کپی کے درمیان رات کے دوران بنائے گئے کپیوں کو “ڈنلپ بروڈسائڈز” کے نام سے جانا جاتا ہے۔ +اس دستاویز کی پہلی عوامی قرائت جون نکسن نے 8 جولائی کو آزادی ہال کے میدان میں کی۔ +ایک کو جورج واشنگٹن کی جانب سے 6 جولائی کو بھیجا گیا جو اس کو نیویارک میں 9 جولائی کو اپنے سیاحوں کو پڑھا گیا۔ ایک کپی 10 اگست کو لندن میں پہنچی۔ +25 ڈنلپ بروڈ سائیڈز جو ابھی موجود ہیں وہ دستاویز کے سب سے پہلے بچانے والے نمائندہ نمائندہ ہیں۔ موضوع کی مصنوعی رکھی نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ نمائندہ +آج بہت سے پالینٹولوجیسٹ اس کے بارے میں یقین رکھتے ہیں کہ ایک گروپ ڈائنوسائر بچ گئی اور آج بھی زندہ ہیں۔ ہم انہیں پرندوں کے طور پر کہتے ہیں۔ +بہت سارے لوگ انہیں دینوسائروں کے طور پر سوچتے نہیں کیونکہ وہ پتیوں رکھتے ہیں اور پرواز کر سکتے ہیں۔ +لیکن پکڑیوں کے بارے میں بہت سے چیزیں ہیں جو اب بھی دائنوسائر کی طرح نظر آتی ہیں۔ +ان کے پیڈوں میں سکیلز اور کلاؤں ہوتے ہیں، انہیں ایگز پیدا کرتے ہیں اور انہیں ایک ٹی ایر ایکس کی طرح دو پیٹیوں پر چلنا ہوتا ہے۔ +آج استعمال میں ہونے والے تمام کمپیوٹر معلومات کی منیپولیشن پر مبنی ہوتے ہیں جو بائنری نمبروں کی شکل میں کوڈ کی گئی ہے۔ +ایک بائنری نمبر صرف دو والوں میں سے ایک رکھ سکتا ہے، جو 0 یا 1 ہو سکتا ہے، اور ان نمبروں کو کمپیوٹر کی جارجن کے طور پر بائنری ڈگٹس - یا بائٹس کے طور پر کہے جاتے ہیں۔ +انٹرن پوائزن جلدی طور پر ظاہر نہیں ہو سکتا ہے۔ ایسے اعراض، جیسے روئی کرنا کافی عام ہوتے ہیں کہ ایک جلدی تشخیص نہیں کیا جا سکتا۔ +اندرونی بیماری کی سب سے بہترین شانداری ایک افتتاحی کنٹینر کی وجود یا شرابی گھریلو کیمیکلز کی وجود ہو سکتی ہے۔ +اس خاص جھوٹے کے خاص پہلے ایڈ تعلیمات کے بارے میں لیبل کو چیک کریں۔ +انٹومولوجسٹس کے ذریعے اس چمگادڑوں کے ایک گروپ کے لئے بغ کا استعمال سیاسی طور پر کیا جاتا ہے۔ +یہ ترجمہ بیڈ بگوں کے سابقہ معاشرے سے لی گئی ہے، جو انسانوں پر پاراسیٹس کرنے کے لئے زیادہ توانائی کرنے والے چمگادڑوں میں سے ایک ہیں۔ +اساسین بگز اور بیڈ بگز دونوں نیڈیکولوس ہیں، انہیں اپنے خانہ یا نیسٹ میں رہنے کے لئے تیار کیا گیا ہے۔ +امریکہ کے تمام ریاستوں میں، ملٹیپل سکلیروسس (MS) کے تقریبا 400,000 معلوم کیسوں ہیں، جس کی وجہ سے یہ نیورولوجیکل بیماریوں میں سب سے زیادہ پیدا ہونے والی بیماری ہے۔ +ایم ایس ایک بیماری ہے جو سینٹرل نیوروس سسٹم پر اثر ظاہر کرتی ہے جو دماغ، سپائنل کارڈ اور اوپٹک نیوروس سے بنایا جاتا ہے۔ +تحقیقات میں پتہ چلا ہے کہ خواتین مزیدرانی کی وجہ سے دو گنا زیادہ شاندار ہیں۔ +ایک جوڑے میں ایک شخص یا ایک بچے کے لئے ایک بچے پیدا کرنے کا فیصلہ کر سکتے ہیں کہ یہ ان کی سب سے بہتری کے لئے نہیں ہے۔ +یہ جوڑے اپنے بچے کے لئے ایک ایڈوپشن پلان بنانے کا انتخاب کر سکتے ہیں۔ +ایک اداپشن میں، والدین اپنے والدی حقوق کو ختم کرتے ہیں تا کہ ایک دوسرا جوڑا بچے کے والد بن سکے۔ +سائنس کا بنیادی مقصد یہ ہے کہ علمی طریقے سے دنیا کی کامیابی کا طریقہ پیش کرنا ہے۔ یہ طریقہ واقعی طور پر زیادہ تر علمی تحقیقات کو رہنما کرتا ہے۔ +یہ واحد نہیں ہے، تجربہ اور ایک تجربہ ایک ٹیسٹ ہے جو ممکنہ نظریات سے ایک یا زیادہ کو حل کرنے کے لئے استعمال کیا جاتا ہے، سوالات پوچھنے اور نظریات بھی سائنسی تحقیق کے لئے رہنما ہوتے ہیں۔ +طبیعیات اور فلسفہ داروں نے کلاسیکل مطالعات پر توجہ کی اور خاص طور پر لاطینی زبان میں بائبل پر توجہ کی۔ +علمات کے تمام مسائل کے بارے میں ارسٹوٹل کے نظریات کو قبول کیا گیا تھا، جس میں پسیولوجی بھی شامل ہے۔ +جب گریک کی تعلیم کم ہو گئی تو مغرب نے اپنے گریک فلسفی اور سائنسی جذبات سے باہر ہونے کا احساس کیا۔ +کئی افراد فیزیولوجی اور رویہ میں ریٹھم کو دیکھتے ہیں اور ان میں کئی بار عملی کلاکوں کے ذریعے اندرونی سائزوں کی موجودگی اور ان کی تولید کے بارے میں اہم طور پر تعلق ہوتا ہے۔ +بیکٹیریوں، فنگیوں، پلانٹوں اور جانوروں میں سے زیادہ تر زندہ جانوروں کے لئے روزانہ ریٹھمز، جو صرف بیرونی روزانہ کیووں کے براہ راست جواب نہیں ہیں، کی دستاویز کی گئی ہے۔ +بائولوجیکل کلاکس ایک خود میں برقرار رہنے والے اوسکیلیٹر ہیں جو بیرونی کیوز کے بغیر بین الاقوامی سیکلنگ کا ایک مدت جاری رکھ سکتے ہیں۔ +ہیرشی اور چیس کی تجربے ایک اونچی تجویز تھی کہ ڈی این آئی ایک جینیٹک مواد ہے۔ +ہرشی اور چیس نے بیکٹیریوم میں اپنے ڈی این اے کو لگانے کے لئے فیج یا وائرس کا استعمال کیا۔ +انہوں نے دو تجربات کیں جس میں پھیج کے ڈی این آئی کو ریڈیو آکٹیو فوسفور سے مارک کیا گیا یا پھیج کے پروٹین کو ریڈیو آکٹیو سولفر سے مارک کیا گیا۔ +میوٹیشنز مختلف اثرات رکھ سکتی ہیں جو میوٹیشن کی قسم کے حوالے سے، جزوی جنسی مواد کے اثر کے بارے میں اہمیت کے بارے میں اور کلونوں کے اثر کے بارے میں جرم لائن کلونوں کے بارے میں متعلق ہوتے ہیں۔ +صرف جرم لائن کیلوں میں ہونے والی تبدیلیوں کو بچوں کو پھینکا جا سکتا ہے، جبکہ دوسرے جگہوں میں تبدیلیوں سے کیلوں کی موت یا کینسر پیدا ہو سکتی ہے۔ +طبیعت کے مطابق سیاحت کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں کی جانب سے سیاحت کرنے کے لئے رضاکار لوگوں کی جانب سے طبیعتی علاقوں +آن سائٹ کی سرگرمیوں کے مثالات میں شکاری کرنا، مچھری پکڑنا، تصویر کرنا، پرندوں کو دیکھنا اور پارکوں کی جانچ اور ایکوسیسٹم کے بارے میں معلومات سیکھنا شامل ہیں۔ +ایک مثال یہ ہے کہ بورنیو میں اورگنٹوانگ کے بارے میں جاننے، تصاویر کرنے اور زیارت کرنے۔ +ہر صبح لوگ اپنے کاروبار کے مقام جانے کے لئے چھوٹے ملکی شہروں سے نکلتے ہیں اور دوسروں کی جانب سے گزرے جاتے ہیں جن کا کاروباری مقام وہ جگہ ہے جس سے وہ صبح نکلے گئے ہیں۔ +اس ڈائنامیک ٹرانسپورٹ شٹل میں ہر ایک کسی طرح سے ایک ٹرانسپورٹ سسٹم کے پرائویٹ کاروں پر مبنی ہونے والے ٹرانسپورٹ سسٹم کے ساتھ، اور اس کی حمایت کرنے والے ہیں۔ +اب سائنس کا نشانہ ہے کہ اس بڑی کاربن معیشت نے بیوسفیر کو پچھلے دو ملین سالوں میں انسانی ترقی کی حمایت کرنے والی ایک قابل قوت ریاست سے نکال دیا ہے۔ +تمام افراد سماج میں شرکت کرتے ہیں اور ٹرانسپورٹیشن سسٹمز کا استعمال کرتے ہیں۔ تقریبا تمام افراد ٹرانسپورٹیشن سسٹمز کے بارے میں تنقید کرتے ہیں۔ +ترقی والے ممالک میں آپ پانی کی کیمیات یا پلوں کی کیمیات کے بارے میں اسی سطح کی شکایتیں کبھی نہیں سنتے۔ +ٹرانسپورٹیشن سسٹمز کی وجہ سے ان میں اسی طرز کی شکایتیں پیدا ہوتی ہیں کیونکہ وہ روزانہ میں ناکام ہوتی ہیں؟ ٹرانسپورٹیشن انجینیئروں فقط غیر مہارتی ہیں؟ یا کچھ بھی زیادہ بنیادی چیز چل رہی ہے؟ +ٹریفک فلو ایک ایسا مطالعہ ہے جس میں دو نقطے کے درمیان اندرونی ڈرائیوروں اور گاڑیوں کی حرکت اور ان کے ایک دوسرے کے درمیان تعاملات کا مطالعہ کیا جاتا ہے۔ +بدقسمتی طور پر، ٹریفک فلاؤ تعلیم کرنا مشکل ہے کیونکہ ڈرائیور کی رویہ ایک سینکڑوں فیصد یقینی طور پر پیش گوئی نہیں کی جا سکتی۔ +خوش قسمتی طور پر، ڈرائیوروں نے معمولی طور پر ایک معمولی رینج میں کام کرنے کی کوشش کی ہے; اس لیے، ٹریفک سٹریمز معمولی طور پر کچھ معمولی رینج رکھنے کی کوشش کرتے ہیں اور انہیں ریازی طور پر تعریف کیا جا سکتا ہے۔ +ٹریفک فلو کی بہترین نمائندگی کرنے کے لئے تین اہم خصوصیات کے درمیان تعلقات قائم کیے گئے ہیں: (1) فلاؤ، (2) ڈنسیٹی اور (3) ویلیوٹی. +یہ تعلقات روڈ وے فیسلٹیز کے منصوبے، ڈیزائن اور اپریشنز میں مدد کرتے ہیں۔ +چمگادڑوں پہلے جانوروں میں سے ایک تھے جنہوں نے ہوا میں آنے کی کوشش کی تھی۔ ان کی فلائٹ کی قابلیت نے ان کو دشمانوں سے زیادہ آسانی سے بچنے اور کھانے اور شادی کے بارے میں بہترین طریقے سے جانچنے میں مدد کی۔ +زیادہ تر چمگادڑوں کے پاس اپنے چمگاڑوں کو جسم کے ساتھ پھینکنے کا فائدہ ہے۔ +اس سے ان کے پریڈیٹروں سے چھوڑنے کے لئے ان کے پاس چھوٹے جگہوں کی زیادہ ترقی ہوتی ہے۔ +آج، وہ واقعیت ہے کہ دراگن فلائیز اور میف فلائیز وہ واقعیت ہے کہ وہ اپنے پتیوں کو واپس لے سکتے نہیں۔ +ہزاروں سال قبل، ایک شخص جسے ایرسٹارکس کہتے تھے نے کہا کہ سولر سسٹم سورج کے اوپر گیرتا ہے۔ +کچھ لوگ سمجھتے ہیں کہ وہ صحیح تھا لیکن بہت سارے لوگ اس کے خلاف رائے دیتے ہیں; کہ سولر سسٹم سورج کے ساتھ زمین کے اوپر گیرتا ہے (اور دوسرے ستاروں بھی شامل ہیں)۔ +یہ سمجھا جاتا ہے، کیونکہ زمین چل رہی ہونے کا احساس نہیں کرتی ہے، نہیں کیونکہ؟ +آمازون ندی دوسری سب سے طویل اور سب سے بڑی ندی ہے جو دوسری سب سے بڑی ندی سے زیادہ پانی لے جاتی ہے۔ +ایمازون بھی زمین پر سب سے وسیع ندی ہے جو کبھی بھی چھ میل وسیع ہو سکتا ہے۔ +زمین کی دریاوں سے سمندروں میں جانے والی پوری 20 فیصد پانی آمازون سے آتا ہے۔ +مرکزی آمازون ندی 6,387 کلومیٹر (3,980 میل) لمبی ہے۔ وہ ہزاروں چھوٹے ندیوں سے پانی جمع کرتی ہے۔ +اگرچہ پیرامیڈوں کی تعمیر پتھر میں جاری رہی جب تک قدیم ملک کے اختتام تک لیکن گزا کے پیرامیڈوں کی سائز اور تعمیر کی ٹیکنولوجی ترقی کے بارے میں کبھی بھی کوئی ترقی نہیں ہوئی۔ +نئے ملک کے قدیم مصریوں نے اپنے پیروں کے مقبلے کے معمارات پر اہساس ظاہر کیا، جو پھر ایک ہزار سالوں سے زیادہ بڑے تھے۔ +واٹیکن شہر کی آبادی تقریبا 800 ہے۔ یہ دنیا کی سب سے چھوٹی آزاد ممالک میں سے ایک ہے اور سب سے کم آبادی والی ممالک میں سے ایک ہے۔ +واٹیکن شہر اپنے قانون اور عہدیدار رابطوں میں اطالوی زبان کا استعمال کرتا ہے۔ +ایٹلیشن بھی ریاست میں کام کرنے والے زیادہ تر لوگوں کا روزانہ زبان ہے جبکہ لاطین اکثر دینی تقریبات میں استعمال کیا جاتا ہے۔ +واٹیکن شہر کے تمام شہریوں رومن کیتھولک ہیں۔ +لوگوں کو قدیمی کے دوران گولڈ، سیلور اور کپر جیسے بنیادی کیمیائی عناصر کے بارے میں جانتا ہے، کیونکہ یہ تمام قدرتی طور پر طبیعت میں اصلی شکل میں پایا جا سکتے ہیں اور انہیں قدیم آلاتوں کے ساتھ مین کرنے کے لئے مقامی طور پر بہت پریشان نہیں ہوتے۔ +ایرسٹول، ایک فلسفر، نظریہ رکھتا ہے کہ تمام چیزوں کا بناؤ چار عناصر سے ایک یا زیادہ کے مخلوط سے ہوتا ہے۔ ان میں زمین، پانی، ہوا اور آگ شامل تھے۔ +یہ زیادہ تر مادہ کے چار ریاستوں کی طرح تھا (اسی ترتیب میں): سولیڈ، لیوڈ، گاس، اور پلاسما، اگرچہ انہوں نے یہ بھی تجزیہ کیا کہ وہ جو ہم دیکھتے ہیں ان کی تبدیلی کے لئے نئے موادوں میں تبدیل ہوتے ہیں۔ +ایلوئیں بنیادی طور پر دو یا زیادہ میٹلوں کا مخلوط ہوتا ہے۔ یہ نہیں فراموش کریں کہ پیروڈیک ٹیبل پر بہت سارے عناصر ہیں۔ +کیلسیم اور پوٹاسیوم جیسے عناصر کو دھاتوں کے طور پر جانا جاتا ہے۔ بلاشبہ، سیلور اور سونے جیسے عناصر بھی دھاتوں کے طور پر جانے جاتی ہیں۔ +آپ کو بھی کاربن جیسے غیر دھاتی عناصر کے چھوٹے مقدار میں شامل ہونے والے ایلوئیں بھی مل سکتے ہیں۔ +کوئی چیز بھی کوئی چیز سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ تمام چیزوں کا بناؤ کوئی چیزوں سے بنایا جاتا ہے۔ +ایٹمز بہت چھوٹے ہیں کہ انہیں یہ جواب کے اختتام میں تین لاکھوں میں سے زیادہ ہو سکتے ہیں۔ +اسی وجہ سے پینسل بہت سارے لوگوں کے ایک اچھا دوست تھا جب وہ آیا۔ +بدتری کے ساتھ، نوی طریقوں میں لکھنے کے نئے طریقے آئے ہیں، جس سے پینسل کا سٹیٹس کم ہو گیا ہے اور اسے استعمال کیا جاتا ہے۔ +اب لوگ کمپیوٹر سکرینوں پر پیغامات لکھتے ہیں، کبھی بھی شارپنر کے قریب نہیں آنے کی ضرورت پڑتی ہے۔ +ایک فقط سوچ سکتا ہے کہ جب کچھ نئی چیز آئی گی تو کیبورڈ کیا ہو گی۔ +فیشن بوم ایسے اصول پر کام کرتا ہے کہ کئی پروٹونز اور نیوٹرونز کے ساتھ ایک نیوکلیوس کو جمع کرنے میں توانائی لینی پڑتی ہے۔ +ایسی قسم کی کاروبار کرنا جیسا کہ ایک وزنی گاڑی پہاڑ پر جانے والی ہوتی ہے۔ نوکلیوس کو دوبارہ توڑنے کے بعد اس توانائی کے کچھ حصوں کو فراہم کیا جاتا ہے۔ +کچھ پرندوں میں ناسٹیبل نیوکلیوں ہوتے ہیں جو یہ معنی کرتے ہیں کہ وہ چھوٹی یا کم توقع کے ساتھ توڑنا چاہتے ہیں۔ +چاند کی سطح پتھروں اور روٹی سے بنی ہے۔ چاند کی بیرونی لیئر کو کرسٹ کہتے ہیں۔ +کرسٹ قریبی طرف تقریبا 70 کلومیٹر، دوری طرف تقریبا 100 کلومیٹر تھیک ہے۔ +یہ ماریا کے پاس ہلکی ہوتی ہے اور ہائٹ لینڈس کے پاس ہلکی نہیں ہوتی۔ +کمزوری کی وجہ سے کمزوری کی جانب میں زیادہ ماریا ہو سکتی ہیں کیونکہ کمزوری چھوٹی ہوتی ہے۔ لاوا کو سطح تک جانے میں آسانی ہوتی ہے۔ +مواد نظریات لوگوں کو کسی چیز سے تیک کرنے کی وجہ یا انہیں کسی چیز سے اپیل کرنے کے بارے میں جاننے پر مرکوز ہوتی ہیں۔ +یہ نظریات کہتے ہیں کہ لوگوں کے پاس مخصوص ضروریات اور یا خواہشات ہیں جو وہ جوان ہونے کے ساتھ اندری کی جاتی ہیں۔ +یہ نظریات ایسے لوگوں کے بارے میں نظر رکھتے ہیں جن کی وجہ سے وہ اپنی کاروبار کرتے ہیں اور ان کے ماحول میں کیا چیز وہ کرتے ہیں اور کیا چیز وہ نہیں کرتے ہیں۔ +دو پوپولر کنٹنٹ نظریات ماسلو کی حیرارچی آف نیڈز نظریات اور ہرٹزبرگ کی دو فیکٹر نظریات ہیں۔ +عام طور پر جب مینجرز اپنے سابقہ ساتھیوں کی قیادت کرنے شروع کرتے ہیں تو دونوں روایتیں پیش آتی ہوتی ہیں۔ ایک سپیکٹر کا ایک اندازہ “ایک ایسا شخص” (یا خواتین) رکھنے کی کوشش کر رہا ہے۔ +اس قسم کے مینیجروں کے پاس غیر مقبول فیصلے کرنے میں مشکلات ہوتی ہیں، تربیتی عمل کرنے میں مشکلات ہوتی ہیں، کارکردگی کی تجزیہ کرنے میں مشکلات ہوتی ہیں، ذمہ داری تعین کرنے میں مشکلات ہوتی ہیں اور لوگوں کو جوابدہ قرار دینے میں مشکلات ہوتی ہیں۔ +سپیکٹر کے دوسرے سیدے میں، ایک کسی غیر شناختی شخصیت میں تبدیل ہوتا ہے جو اس کا احساس ہوتا ہے کہ وہ یا وہاں اپنی ٹیم کے کسی بھی کام کو تبدیل کرنا چاہیے اور اس کو اپنا کرنا چاہیے۔ +بالکل، قیادہ ٹیم کی کامیابی اور ناکامی کے بارے میں آخری طور پر جوابدار ہے۔ +یہ رویہ اکثر قائدین اور باقی ٹیم کے درمیان تنازعوں کے نتائج میں پیدا ہوتی ہے۔ +ورچوئل ٹیمز کو معمولی ٹیمز کی جیت کی معیاروں کے سامنے رکھا جاتا ہے، لیکن وہاں چھوٹے فرق ہوتے ہیں۔ +ورچوئل ٹیم کے رکن اکثر اپنی فیزیکل گروپ کے لئے پوائنٹ آف کنٹاکٹ کے طور پر کام کرتے ہیں۔ +وہ اکثر معمول ٹیم کے رکنوں سے زیادہ آوٹومنی رکھتے ہیں کیونکہ ان کی ٹیم مختلف وقتی زونوں کے مطابق ملاقات کر سکتی ہیں جو ان کے مقامی منیجمنٹ کو سمجھنے میں مشکلات پیدا کر سکتی ہیں۔ +لارسن اور لافاسٹو (1989، صفحہ 109) کے حقیقی “غیر مشہور ٹیم” بھی ورچوئل ٹیم کا ایک منفرد عنصر ہے۔ +“غیر مشہور ٹیم” ایک مینجمنٹ ٹیم ہے جس میں ہر ایک اعضا رپورٹ کرتا ہے۔ “غیر مشہور ٹیم” ایک مینجمنٹ ٹیم ہے جس نے ہر ایک اعضا کے لئے معیارات تعین کی ہیں۔ +ایک تنظیم تعلیمی تنظیم قائم کرنے کی وقت لینے والی پروسیس سے گزرنا چاہتا ہے کیوں؟ تنظیمی تعلیمی نظریات کو عملی طور پر لگانے کے لئے ایک مقصد ایڈوکیش ہے۔ +جب ایک تنظیم کے فنکشنل ڈپارٹمنٹس میں تمام موجودہ ریسورسوں کو کامیابی سے استعمال کیا جاتا ہے تو کریاٹیوریٹی اور انجینیوٹی پیدا ہو سکتی ہے۔ +اس نتیجے کی وجہ سے ایک تنظیم کے ایک معاملے کے خلاف کام کرنے کی کوشش کے طور پر ایک نئی ابتداعی کامیابی کے طور پر مشتمل ہو سکتی ہے جس کے ذریعے مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل مشتمل +ایک تنظیم ایک نوین کرنے کے قابل ہونے سے پہلے قیادت کی جانب سے نوین کرنے کی ثقافت، مشترکہ علم اور تنظیمی سیکھنے کی ثقافت بنائی جانی ہے۔ +اینجل (2006) نے کانٹینیوم آپروچ کو ایک ترتیب کے طور پر استعمال کرنے کے لئے تنظیموں کو کامیابی کے اعلی سطح تک پہنچنے میں مدد کرنے کی جانب سے تعریف کی۔ +نیوروبیولوجی ڈیٹا کوگنیشن کی تفصیلی تحقیق کے بارے میں ایک نظریاتی رائے کے طور پر جاننے کی تفصیلی تحقیق کے بارے میں فیزیکل شواہد پیش کرتا ہے۔ اس وجہ سے یہ تحقیق کی علاقے کو محدود کرتا ہے اور اس کو بہت زیادہ توثیقی بناتا ہے۔ +دماغ کی پاتھولوجی اور رویہ کے درمیان تعلق سائنسدان کے تحقیقات میں حمایت کرتا ہے۔ +ایک طویل وقت سے یہ جانا جاتا ہے کہ مختلف قسموں کے دماغ کے نقصانات، ٹروما، لیسنوں اور ٹموروں نے رویہ کو متاثر کر دیا ہے اور کچھ ذہنی فنکشنوں میں تبدیلیاں پیدا کیں ہیں۔ +نئی ٹیکنالوجیوں کی ترقی میں ہمارے لئے دماغ کی ترکیبات اور معاملات کو پہلی بار دیکھنے اور تفتیش کرنے کا موقع پیدا ہوتا ہے۔ +یہ ہمارے لئے بہت سے معلومات اور مواد فراہم کرتا ہے جس سے ہم اپنے ذہن میں پروسیس کو سمجھنے میں مدد کرتا ہے۔ +اگرچہ اے آئی کا سائنس فکشن کا ایک مضبوط تعریف ہے، اے آئی کمپیوٹر سائنس کی ایک بہت اہم شعبے کا بناؤ کرتا ہے جس میں ماشین میں رویہ، سیکھنے اور ماہر تبدیلی کے بارے میں کام کیا جاتا ہے۔ +آئی آئی میں تحقیقات میں مشینوں کی تیاری کرنے کے لئے ذہنی کاروائی کی ضرورت ہونے والے کاموں کی کوشش کی جاتی ہے۔ +مثالات میں کنٹرول، پلاننگ اور شیڈولنگ، کسٹمر کی ڈائیاگنوسٹس اور سوالات کا جواب دینے کی قابلیت، ہینڈ ورٹنگ کی شناخت اور آواز اور چہرے شامل ہیں۔ +ایسے چیزوں کو مختلف علوم کے طور پر بنایا گیا ہے، جو حقیقی زندگی میں پریشانیوں کے حلوں کی پیشکش کرنے پر توجہ رکھتی ہیں۔ +اے آئی سسٹم اب اکثر معاشیات، طب، انجینیئرنگ اور فوجی کی کھڑکیوں میں استعمال کیا جاتا ہے، جس کی بنائی گئی ہے کئی گھریلو کمپیوٹر اور ویڈیو گیم سوفٹ ویئر اپلیکیشنوں میں ہے۔ +فیلڈ ٹرپس کسی بھی کلاس روم کا ایک بڑا حصہ ہوتا ہے۔ اکثر ایک استاد اپنے طلباء کو ایک بس ٹرپ کے بارے میں انتخاب نہیں کرنے والے جگہوں پر لے جانے پر محبت کرتا ہے۔ +ٹیکنالوجی ورچوئل فیلڈ ٹرپس کے ساتھ حل کے بارے میں پیشکش کرتی ہے۔ طلباء میوزیم کے آرٹیفیکٹس کو دیکھ سکتے ہیں، ایک آکوریوم کا دورہ کر سکتے ہیں یا اپنے کلاس کے ساتھ کھولنے کے دوران کھولنے والی کلاسیک آرٹ دیکھ سکتے ہیں۔ +فیلڈ ٹرپ کو واقعی طور پر شیئر کرنا بھی ایک بہترین طریقہ ہے جس کے ذریعے ایک ٹرپ کی تجزیہ کی جا سکتی ہے اور مستقبلی کلاسوں کے ساتھ تجربے شیئر کی جا سکتی ہے۔ +مثال کے طور پر، ہر سال شمالی کیرولینا کے بینیٹ اسکول کے طلباء ریاستی کیپیٹل کے سفر کے بارے میں ایک ویب سائٹ تیار کرتے ہیں، ہر سال ویب سائٹ تبدیل کیا جاتا ہے، لیکن قدیم ورژن آن لائن رکھی جاتی ہیں کیونکہ انہیں ایک سکرپ بوک کے طور پر استعمال کیا جاتا ہے۔ +بلاگز طلبہ کی تحریروں کو بھی بہتر بنانے میں مدد کر سکتے ہیں۔ طلبہ اکثر اپنی بلاگ کی تجربے کے شروع میں مشکل گرامر اور تخفیف کے ساتھ شروع کرتے ہیں، لیکن عموماً ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک اندازے کے ساتھ ایک ان +طلبہ اکثر سب سے زیادہ تنقیدی شائقین ہوتے ہیں، لہذا بلاگ لکھنے والے شائقین نے تنقید سے بچنے کے لئے تحریر کو بہتر بنانے کی کوشش شروع کی ہے۔ +بھی بلاگ کرنے کی وجہ سے طلباء کو اپنے اوپر کی دنیا کے بارے میں زیادہ جانبدار ہونے کی ضرورت پیدا کرتا ہے۔ انٹریسٹ کے احساس کو پھیلانے کی ضرورت نے طلباء کو شاندار اور جذباتی ہونے کی ضرورت پیدا کرتا ہے (ٹوٹو، 2004)۔ +بلاگ کرنا ایک ٹول ہے جو کامیابی کے لئے تعلقات کو پیش کرتا ہے اور طلباء کو تقریبی اسکول کے دن سے بھی زیادہ سیکھنے کے لئے پیش کرتا ہے۔ +بلاگوں کا مناسب استعمال “طلباء کو زیادہ تجزیہ اور تنقیدی ہونے کے لئے طاقت دی سکتا ہے; انٹرنیٹ موادوں کے حوالے سے فعالی طور پر جواب دینے سے طلباء دوسروں کے مقالات میں اپنے پوزیشن کی تعریف کر سکتے ہیں اور خصوصی مسائل کے بارے میں اپنے نظریات کی خلاصہ کر سکتے ہیں (Oravec، 2002)۔ +اوٹاوا کینیڈا کا چمکدار، دو زبانوں کا دارالحکومت ہے اور اس میں کئی فن گیلریوں اور میوزیم میں کناڈا کی ماضی اور حالت کی نمائش کی جاتی ہے۔ +مزید جنوب میں نیاگارا فالز ہے اور شمال میں مسکوکا اور وہاں سے باہر کے غیر استعمال ہونے والے طبیعی خوبصورتیوں کا گھر ہے۔ +یہ تمام چیزوں اور مزید اونٹاریو کو بیرونی افراد کے طور پر کینیڈا کی بنیادی طرز کے طور پر مشہور کرتے ہیں۔ +زیادہ شمالی علاقوں میں بہت سارے لوگ رہتے ہیں اور کچھ علاقوں میں بہت کم لوگ رہتے ہیں۔ +لوگوں کی تعداد کی تفاوت کے لئے: امریکہ میں زیادہ افریقی امریکی شہریوں رہتے ہیں جن کی تعداد کینیڈا کے شہریوں سے زیادہ ہے۔ +مشرقی افریقہ کے ساحل کے مغربی طرف بحر الکاہل میں مشرقی افریقہ کے جزیرے ہیں۔ +ماڈاگاسکر سب سے زیادہ بڑا ہے اور جنگلی جانوروں کے بارے میں ایک کنٹیننٹ ہے۔ +زیادہ تر چھوٹے جزیرے آزاد ریاستوں کے طور پر یا فرانس کے ساتھ جوڑے جاتے ہیں، اور انہیں لکسری بیچ ریزورٹس کے طور پر جانے جاتے ہیں۔ +عربوں نے بھی اسلام کو زمینوں میں لایا اور وہ کوموروس اور مائوٹ میں بڑا طریقہ سے پہنچ گیا۔ +یورپی اثر اور کالونیالیسم 15 ویں صدی میں شروع ہوا، جب پورٹوگالی سیاحت کار واسکو ڈا گاما نے یورپ سے ہند تک کیپ روٹ کا پتہ لگایا۔ +شمال میں یہ علاقہ ساحل سے محدود ہے اور جنوب اور مغرب میں آٹلانٹک سمندر سے۔ +خواتین: کسی خاتون سیاحت کرنے والی کو تشویش کی جاتی ہے کہ وہ شادی کر چکے ہیں یا نہیں، واقعی شادی کی حالت کے بارے میں بات نہیں کریں۔ +اس کے علاوہ ایک رنگ پہننا بھی مفید ہو سکتا ہے (صرف ایک رنگ جو زیادہ مہنگی دیکھتا ہے نہیں۔ +خواتین کو یہ سمجھنا چاہیئے کہ ثقافتی فرق میں ایسے چیزوں کا نتیجہ ہو سکتا ہے جو وہ پریشانی کے طور پر سمجھتی ہیں اور ایسے چیزوں پر پیچھے رہنا، ہاتھیں پکڑنا اور دیکھنا ایک عام چیز نہیں ہے۔ +لڑکیوں کو روکنے میں قوی رہیں، اور اپنی جانب رکھنے میں خوف نہیں رکھیں (ثقافتی فرق یا نہیں، یہ اس کے لئے اچھا نہیں ہوتا۔) +کاسابلانکا مدرن شہر 10ویں صدی BCE میں بربر مچھریوں کی جانب سے قائم کیا گیا تھا اور فیونیکیوں، رومیوں اور مرینیڈوں کی جانب سے ایک استراٹیجک بندر کے نام انفا کے طور پر استعمال کیا گیا تھا۔ +پورٹگیز نے اسے تباہ کر دیا اور اسے کیسا برانکا کے نام سے دوبارہ تعمیر کیا تھا، جس کے بعد 1755 میں زلزلے کے بعد اسے چھوڑ دیا گیا۔ +موریشیا کے سلطن نے شہر کو دار البدیا کے نام سے دوبارہ تعمیر کیا اور اس کا نام سپینیش کے تجارداروں کی جانب سے کاسا بلانکا کیا گیا۔ +کاسابلانکا موروکو کے تمام مقامات میں شاپ کرنے کے لئے سب سے کم جذباتی جگہوں میں سے ایک ہے۔ +میڈینہ کے قریب موروکو کی قانونی خدمات فروخت کرنے والے جگہوں کو آسانی سے پا سکتے ہیں، جیسا کہ ٹیگینز، پوٹری، لیتھر گوڈز، ہوکاہ اور گیگاوز کا مکمل رنگ لے سکتے ہیں، لیکن یہ تمام سیاحوں کے لئے ہے۔ +گوما کونگو کی جمہوری جمہوریہ کا ایک سیاحتی شہر ہے جو روانڈہ کے قریب مشرقی طوفان میں ہے۔ +2002 میں گوما کو نیراگونگو وولکانو سے لاوا سے تباہ کر دیا گیا جس نے بہت سارے شہر کے سڑکوں کو گھٹا دیا اور خاص طور پر شہر کے مرکز کو گھٹا دیا۔ +گوما معمولی طور پر محفوظ ہے، لیکن گوما کے باہر کسی کوئی ملاقات کے بارے میں تحقیق کی جانا چاہیئے کیونکہ شمالی کیوو صوبے میں جاری ہونے والی لڑائی کی حالت کو سمجھنے کے لئے۔ +یہ شہر افریقہ میں کچھ سب سے سستے پہاڑی گوریلا ٹریکنگ کے ساتھ نیراگونگو وولکانو کو پہنچنے کا بیس بھی ہے۔ +آپ گوما کے اوپر جانے کے لئے بوڈا بوڈا (موٹرسائیکل ٹیکسی) کا استعمال کر سکتے ہیں۔ معمولی (مقامی) قیمت ~500 کونگولیس فرانک ہے۔ +اپنے قریبی غیر رسائی کے ساتھ، “ٹمبوکٹو” غیر معمولی، دور زمینوں کے لئے ایک تجزیہی شبہ کے طور پر استعمال کیا جاتا ہے۔ +آج ٹمبوکٹو ایک غریب شہر ہے، اگرچہ اس کی شناخت سیاحوں کے لئے جذبات کرتی ہے، اور اس میں ایک ہوائی اڈے ہے۔ +1990 میں یہ خطرے کی وجہ سے ورلڈ ہیریٹیج سائٹس کی لسٹ میں شامل کیا گیا تھا۔ +یہ ہینری لوئس گیٹس کی پی بی ایس کی خاص ونڈرز آف د ایفریکن ورلڈ کے دوران ایک بڑی روایت تھی۔ +یہ شہر ملک کے دوسرے شہروں سے مختلف ہے، کیونکہ اس میں افریقی کے مقابلے میں زیادہ عربی پناہ ہے۔ +کروگر نیشنل پارک (کی این پی) جنوبی افریقہ کے شمال مشرق میں ہے اور موزامبیق کے سامنے مشرق میں، زمبابوی کے شمال میں اور جنوبی سرحد کراکوڈیل ندی ہے۔ +پارک 19,500 کیلو میٹر میٹر کے اندر ہے اور اس میں 14 مختلف ایکوزونز ہیں، جو مختلف جنگلی جانوروں کی حمایت کرتی ہیں۔ +جنوبی افریقہ کی سب سے زیادہ جذبات میں سے ایک ہے اور اسے جنوبی افریقہ کے قومی پارکس (SANParks) کے فلیگ شیپ کے طور پر ترجیح دیا جاتا ہے۔ +جیسے ہی ہر جنوبی افریقی قومی پارکوں میں، پارک کے لئے روزانہ حفاظت اور داخلہ کے فیس ہوتے ہیں۔ +یہ بھی ایک کے لئے مفید ہو سکتا ہے کہ وائلڈ کارڈ کو خریدنا، جو جنوبی افریقہ کے پارکوں کی انتخابیں یا جنوبی افریقہ کے تمام قومی پارکوں کے دروازے کو فراہم کرتا ہے۔ +ہونگ کانگ آئی لینڈ ہونگ کانگ کی علاقے کو اپنا نام دیتا ہے اور ایسا جگہ ہے جو بہت سیاحوں کو مرکزی ترجیح کے طور پر دیکھتے ہیں۔ +ہونگ کانگ کی سکائی لائن بنانے والے عمارتوں کی پیریڈ کو ایک چمکنے والے بار چارٹ کی طرح سمجھا گیا ہے جو ویکٹوریا ہاربر کی پانیوں کی وجہ سے ظاہر ہوتا ہے۔ +ہونگ کانگ کی سب سے بہترین نظریات حاصل کرنے کے لئے جزیرہ سے نکلیں اور کولون کے واٹر فرانٹ کے مقابلے میں جائیں۔ +ہونگ کانگ آئی لینڈ کے شہری ترقی کا بڑا زیادہ تعداد شمالی ساحل کے ساحل پر حاصل کی گئی زمین پر گرم گرم پیچھے رکھا گیا ہے۔ +یہ ایسا جگہ ہے جو برطانوی کولونیزروں نے اپنا قرار دیا تھا اور اگر آپ علاقے کی کولونیز کی تاریخ کی شہادت کی تلاش کر رہے ہیں تو یہ ایک اچھا جگہ ہے جس سے آغاز کیا جا سکتا ہے۔ +سنڈربنز دنیا کی سب سے بڑی ساحلی مینگروو بیلٹ ہیں، جو ساحل سے 80 کلو میٹر (50 میل) تک بنگلادیش اور ہندوستان کی جانب پہنچتی ہے۔ +سنڈربنز کو UNESCO کی ورلڈ ہیریٹیج سائٹ قرار دیا گیا ہے۔ ہندوستان کی ٹرائٹوری میں جنگل کا حصہ سنڈربنز نیشنل پارک کہلا جاتا ہے۔ +جنگلوں کی کچھ باقی رہنے والی جانبیں بھی شام میں ہیں جو کبھی گنگٹی کی پلائن پر پھینکتی تھیں۔ جنگلوں کے کچھ باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باقی رہنے والے جانبیں جنگلوں کے باق +سنڈربنز کا ایک علاقہ 3,850 کلومیٹر میٹر سے زیادہ ہے، جو میں سے ایک ترتیب پانی اور مرش کے علاقے میں ہوتا ہے۔ +1966 سے سنڈر بینس ایک جنگلی جانوروں کی سینکٹری ہے اور اس کے مطابق آبائی علاقے میں اب 400 رویال بینگل ٹائیگرز اور تقریبا 30,000 سپاٹڈ ڈیر ہیں۔ +بسوں کو دن کے دوران دریا کے اوپر والی انٹر ڈسٹرک بس اسٹیشن سے روانہ کیا جاتا ہے، اگرچہ زیادہ تر اور خاص طور پر مشرق میں جانے والے اور جکار/بمتھانگ کے بسوں کو 06:30 سے 07:30 تک روانہ کیا جاتا ہے۔ +انٹر ڈسٹرک بسوں کی ترتیب کے مطابق اکثر پورا ہوتی ہیں، اس لئے ایک چند دنوں پہلے ٹکٹ خریدنے کا توقع ہے۔ +زیادہ تر ضلعوں کو چھوٹے جاپانی کواسٹر بسوں کی خدمت کی جاتی ہے، جو آرامدار اور مضبوط ہوتے ہیں۔ +پارو (نو 150) اور پناخا (نو 200) جیسے قریبی جگہوں کو جانے کے لئے شیئرڈ ٹیکسیس ایک تیز اور آرامی طریقہ ہیں۔ +اویاپوک ندی کی پل ایک کیبل سٹیڈ پل ہے۔ اس پل نے برازیل کے اویاپوک کے شہروں اور فرانسیسی گیانا کے سینٹ جارج ڈے ل اویاپوک کے شہروں کے درمیان رابطہ کیا۔ +دونوں ٹاؤرز 83 میٹر تک پہنچ جاتے ہیں، وہ 378 میٹر لمبے ہیں اور ان میں دو لین 3.50 میٹر کی شیر ہیں۔ +پل کے نیچے والی کلیرنس 15 میٹر ہے۔ تعمیر اگسٹ 2011 میں کی گئی تھی، اس پل کو مارچ 2017 تک ٹریفک کے لئے کھولا نہیں کیا گیا۔ +یہ پل ستمبر 2017 میں پوری طرح کام کرنے والا ہو گا، جب برازیلی کسٹمز چیک پوائنٹس تکلیف کرنے کے لئے تیار ہو گئے ہیں۔ +گوارانی ایک سب سے اہم باشندہ گروپ تھے جو اب مشرقی پاراگوائے میں رہتے ہیں، جو ابھی باقاعدہ نومادک شکاروں کے طور پر زندگی کرتے ہیں جنہوں نے بھی زیادتی کی کسانی کا عمل کیا۔ +چاکو علاقے میں گوایکورو اور پیاگوا جیسے آبادی قوم کی دوسری گروپوں کا گھر تھا، جنہوں نے شناخت کرنے، جمع کرنے اور مچھلی پکڑنے کے ذریعے زندہ رہا۔ +16 ویں صدی کے دوران پاراگوئے، جو پہلے طور پر “جائنٹ پروونس آف د انڈیز” کے نام سے جانا جاتا تھا، سپینیش کے فتحیوں کی جانب سے ملکی انڈیجنوس گروپوں کے ساتھ ملنے کے نتائج میں پیدا ہوا تھا۔ +اسپینیوں نے کولونیزیشن کا آغاز کیا جو تین صدیوں تک چلا گیا۔ +1537 میں اسونسیون کی بنیاد کے بعد، پاراگوائے نے اپنے ابادی شخصیت اور شناخت کو برقرار رکھنے میں کامیابی حاصل کی ہے۔ +ارجنٹینا دنیا کے سب سے بہترین پولو ٹیموں اور کھلاڑیوں میں سے ایک کا نام رکھتا ہے۔ +سال کا سب سے بڑا ٹورنامنٹ دسمبر میں لاس کینیٹا کے پولو فیلڈز میں ہو گا۔ +چھوٹے ٹورنامنٹس اور میچ یہاں سال کے دوسرے وقتوں پر بھی دیکھے جاتے ہیں۔ +ٹورنامنٹس کے بارے میں اور پولو کے میچوں کے ٹکٹس کو کہاں خریدنے کے بارے میں ایسوسیاشن آرجنٹینا ڈی پولو کو چیک کریں۔ +افسرانہ فالک لینڈس کی وجہہ فالک لینڈس پاؤنڈ (فی کے پاؤنڈ) ہے جو ایک برطانوی پاؤنڈ (گی بی پاؤنڈ) کی قیمت کے مطابق تعین کیا گیا ہے۔ +جزیروں میں واحد بینک میں پیسہ تبدیل کیا جا سکتا ہے جو فائیک ویسٹ اسٹور کے مقابلے سٹینلی میں ہے۔ +برطانوی پاؤنڈ عام طور پر جزیروں میں کسی بھی جگہ قبول کیے جاتے ہیں اور سٹینلی کرڈ کارڈوں اور امریکی ڈالر بھی اکثر قبول کیے جاتے ہیں۔ +بیرونی جزیروں پر کریڈٹ کارڈز شاید قبول نہیں کیے جائیں گے، اگرچہ برطانوی اور امریکی والی پیسے قبول ہو سکتی ہیں; پہلے سے کارڈ کرنے والوں سے قبولی پے میںٹھوں کا تعین کرنے کے لئے چیک کریں۔ +جزیروں سے نکلنے سے پہلے فالک لینڈس کی پیسے تبدیل کرنے میں مشکلات ہوتی ہیں، لہذا جزیروں سے نکلنے سے پہلے پیسے تبدیل کریں۔ +چونکہ مونٹی ویڈو ایکواٹر کے جنوب میں ہے، وہاں موسم گرما ہوتا ہے جب شمالی ہیمیسفر میں سرما ہوتا ہے اور واپسی طور پر بھی۔ +مونٹی ویڈو سب ٹروپکس میں ہے; گرما ماہوں میں 30°C سے زیادہ ٹیمپرچر عام ہیں۔ +زیادہ تر موسم گرم ہوتا ہے لیکن موسم گرمی کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے بارے میں کم جانکاروں کے +اس میں کوئی خاص بارشی اور خشکی موسمات نہیں ہوتے ہیں: سال کے دوران بارش کی تعداد تیزی سے ہموار ہوتی ہے۔ +اگرچہ پارک میں بہت سے جانور انسانوں کو دیکھتے ہیں لیکن جنگلی زندگی ابھی جنگلی ہے اور انہیں کھانا دینا یا تشویش کرنا نہیں چاہیے۔ +پارک کے عہدیداروں کے مطابق، چمگادڑوں اور چمگادڑوں سے کم از کم 100 یارڈ/میٹر دور رہنا چاہیئے اور تمام دیگر جانوروں سے 25 یارڈ/میٹر دور رہنا چاہیئے! +اگرچہ انہیں کسی بھی طرح کمزور نظر آتے ہیں، بیسن، ایلک، موس، بیاروں اور بالکل تمام بڑے جانور حملے کر سکتے ہیں۔ +ہر سال کئی زائرین زخمی ہوتے ہیں کیونکہ وہ اچھی دوری نہیں رکھتے ہیں۔ یہ جانور بڑے ہوتے ہیں، جنگلی ہوتے ہیں اور ممکنہ طور پر خطرناک ہوتے ہیں۔ ان کو اپنی جگہ دیں۔ +مزید توجہ رکھیں کہ مواد چمگادڑوں اور دیگر جنگلی جانوروں کے لئے جذباتی ہوتے ہیں، لہذا موادی کھانے کو چھوڑ دیں اور ایک ساف کیمپ رکھیں۔ +ایپیا ساموا کی دارالحکومت ہے۔ شہر اپولو کی جزیرے پر ہے اور اس کی آبادی تقریبا 40,000 سے کم ہے۔ +آپیا 1850 کی دہائی میں قائم کیا گیا اور 1959 سے ساموا کی ریاستی دارالحکومت ہے۔ +یہ بندر 1889 میں ایک بے شرم کی بحریہ کی تنازع کا مقام تھا جب جرمنی، امریکہ اور برطانیہ کے سات جہازوں نے بندر سے نکلنے سے انکار کیا۔ +تمام جہازوں میں سے ایک برطانوی کروزر کو بچا گیا تھا اور تقریبا 200 امریکی اور جرمن لوگ مارے گئے۔ +ماؤ حرکت کی جانب سے آزادی کی جنگ کے دوران، شہر میں ایک شاندار میٹنگ کے نتائج میں پرامونٹ چیف ٹوپوا ٹماسیس لیالوفی 3 کو قتل کیا گیا۔ +اوک لینڈ کی دو بندرگاہوں کی جانب سے جانے کی وجہ سے وہاں کئی ساحلیں ہیں۔ سب سے زیادہ مقبول ساحلیں تین علاقوں میں ہیں۔ +شمالی ہاربور ضلع کے شمالی شور کے ساحلوں پیکسیک سمندر کے ساتھ ہیں اور شمالی طرف لانگ بے سے جنوبی طرف ڈیون پورٹ تک پہنچتے ہیں۔ +وہ تقریبا تمام سانڈی ساحلوں ہیں جو سیف سوئمنگ کے ساتھ ہیں اور ان میں سے زیادہ تر پوہوٹوکاوا کے درختوں کی جانب ساتھ ہیں۔ +ٹامکی ڈرائیو ساحلیں وائٹماٹا ہاربر پر مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن بے اور سینٹرل اوک لینڈ میں مشن +انہیں کبھی-کبھی کھڑے گئے خاندانی ساحلوں کے بارے میں بتایا گیا ہے جو ساحل کے ساحل کے ساتھ شاپوں کی ایک اچھی رینج رکھتے ہیں۔ سوئمنگ کافی سلامت ہے۔ +مین لوکل بیئر ‘نمبر ون’ ہے، یہ ایک پیچیدہ بیئر نہیں ہے، لیکن آنے والا اور آنے والا ہے۔ دوسرا مین لوکل بیئر ‘مانٹا’ کہتا جاتا ہے۔ +وہاں بہت سے فرانسیسی شراب پیا جا سکتے ہیں، لیکن نیوزی لینڈ اور آسٹریلیائی شراب بہتر سفر کر سکتے ہیں۔ +مقامی پانی پینے کے لئے بہترین طور پر سلامت ہے، لیکن بوٹلڈ پانی خوف کی وجہ سے آسانی سے پا سکتے ہیں۔ +اسٹریلیوں کے لئے ‘فلاٹ وائٹ’ کا تصور غیر ملکی ہے۔ کم سیاہ کا تصور ‘ایسپریسو’ ہے، کیپو کینو کا تصور کریم (نہیں فروتھ) کے ساتھ اونچی ہوتا ہے اور چائے کو دودھ کے ساتھ نہیں پیا جاتا۔ +گرم چوکلیٹ بیلجین معیارات کے مطابق ہے۔ پھلوں کے جوس کی قیمت زیادہ ہوتی ہے لیکن وہ اچھی ہوتی ہے۔ +سمندری جہازوں کے لئے بہت سے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے سمندری جہازوں کے لئے +تاہم، اہلکاروں سے مشورہ کریں، تمام علامات پر پابندی کریں اور سلامتی چیزوں کے چیزوں کے بارے میں زیادہ دلچسپی کریں۔ +باکس جیلی فش اکٹوبر سے اپریل میں 1770 کے شمالی علاقے کے ساحلوں اور ندیوں کے ساحلوں کے قریب پیدا ہوتے ہیں۔ وہ اکثر ان وقتوں سے باہر پیدا ہوتے ہیں۔ +شارکیں موجود ہیں، تاہم وہ اکثر انسانوں کے خلاف حملے کرتے ہیں۔ زیادہ تر شارکیں انسانوں سے خوف کرتے ہیں اور انہیں پانی سے نکلنا پڑتا ہے۔ +سولٹ واٹر کروکڈیلز سمندر میں فعالی طور پر زندگی نہیں کرتے، ان کا بنیادی محیط روکھامپٹن سے شمال کے ندیوں میں ہے۔ +مستقبل میں بکنگ کرنا مسافروں کو راحت کرتا ہے کہ وہ اپنی مقصد پہنچنے کے بعد کسی جگہ پر رات کر سکتے ہیں۔ +ٹریول ایجنٹس اکثر خاص ہوٹلوں کے ساتھ معاہدے کرتے ہیں، اگرچہ آپ ایک ٹریول ایجنٹ کے ذریعے کیمپنگ گراؤنڈز، جیسا کن دیگر قیمتی مقامات بک کرنے کا امکان پا سکتے ہیں۔ +ٹریول ایجنٹس عام طور پر برکفسٹ، ایئرپورٹ سے یا ایئرپورٹ سے جانے والی ٹرانسپورٹیشن کے ساتھ یا جمع کی گئی جانے والی فلائٹ اور ہوٹل کے پیکیجز کے ساتھ پیکیجز پیش کرتے ہیں۔ +اگر آپ پیشکش کے بارے میں سوچنے کے لئے وقت کی ضرورت ہے یا آپ کے مقصد کے لئے دوسرے دستاویز حاصل کرنے کے لئے وقت کی ضرورت ہے تو وہ آپ کے لئے بھی ریزروشن کر سکتے ہیں۔ +کسی بھی ترمیمات یا درخواستوں کو پہلے سیاحتی ایجنٹ کے ذریعے کیا جانا چاہیئے اور نہیں درخواستی طور پر ہوٹل کے ساتھ۔ +کچھ موسیقی میلوں کے لئے، زیادہ تر موسیقی میلوں کے حامیوں نے موسیقی میلوں میں کیمپ کرنے کا فیصلہ کیا ہے اور زیادہ تر حامیوں نے یہ تجربے کے اہم حصے کے طور پر سمجھا۔ +اگر آپ ایکشن کے قریب رہنا چاہتے ہیں تو آپ ایک کیمپنگ سائٹ کے قریب موسیقی کے قریب پہنچنے کے لئے پہلے سے آنے کی ضرورت ہے۔ +یہ یہ یاد رکھیں کہ اگرچہ میں سٹیجز میں موسیقی ختم ہو سکتی ہے، لیکن موسیقی کے بارے میں فیسٹیول کے کئی حصوں میں رات کے آخر تک موسیقی بجائے گی۔ +کچھ تقریبات میں نوجوان بچوں کے ساتھ ایک خاندان کے لئے خاص کیمپنگ علاقے ہوتے ہیں۔ +اگر موسم سرما میں شمالی بالٹک کو چھوڑنا ہے تو کیبن کی جگہ جانتے ہوئے جائیں، کیونکہ برف سے گزرنے کی وجہ سے بہت زیادہ متاثر لوگوں کے لئے انتہائی خوفناک آواز پیدا ہوتا ہے۔ +سینٹ پیٹرس بریگز میں شہر میں وقت شامل ہوتا ہے۔ کروئز کے مسافروں کو ویزے کی ضرورت میں نظرانداز کیا گیا ہے۔ +کیسینو عام طور پر گاہکوں کی وقت اور پیسے کو زیادہ کرنے کے لئے کئی کوششیں کرتے ہیں۔ ونڈوز اور کلاک عام طور پر موجود نہیں ہوتے اور باہر نکلنے میں مشکلات پیدا ہو سکتی ہیں۔ +وہ عام طور پر مہمانوں کو اچھی طرز میں رکھنے کے لئے خاص کھانا، پینے اور تفریحی پیشکشوں کے ساتھ مہمانوں کو پرامیس پر رکھتے ہیں۔ +کچھ مقامات گھر پر شرابی مشروبات فراہم کرتے ہیں۔ تاہم، خوردگی نے فیصلے میں نقصان پہنچا دیا ہے اور تمام اچھے گیم بلر جانتے ہیں کہ خورد رہنے کا اہمیت کیا ہے۔ +کسی بھی ایک شخص جو اعلی عرض پر ڈرائیو کرنے یا پہاڑیوں کے پاسوں پر ڈرائیو کرنے جا رہا ہے اس کے لئے برف، برف یا تھیڑی ٹیمپرچر کی ممکنگی کو سوچنا چاہیئے۔ +برف پیدا ہونے والے سڑکوں پر فریکشن کم ہوتی ہے اور آپ نہیں ڈرائیوں گے جیسا کہ آپ برے اسفالٹ پر چل رہے ہوں۔ +بلیزارڈ کے دوران، آپ کو پھنسانے کے لئے کافی برف کم وقت میں پھینک سکتا ہے۔ +دریافت کرنے میں بھی چھوڑنے یا پھینکنے والے برف یا گزرنے والے گاڑیوں کے کھڑکیوں پر برف یا برف کی جانب سے بننے کی وجہ سے محدود ہو سکتا ہے۔ +دوسری جانب، بہت سے ممالک میں برف اور برف کے حالات معمول ہیں، اور ٹریفک پورے سال کے دوران بہت زیادہ توقع کے ساتھ چلتا ہے۔ +سیفاری شاید افریقہ میں سب سے زیادہ سیاحتی کاروبار ہے اور بہت سارے زائرین کے لئے ان کا اعزاز ہے۔ +عام استعمال میں سیفاری کا مطلب افریقی جنگلی جانوروں کو دیکھنے کے لئے زیادہ طور پر سیوانا پر جانبی سفر کا مطلب ہے۔ +چند جانور جیسے سونا اور گیراف کے طور پر کاروں کے قریب جاتے ہیں اور سٹینڈرڈ ایقویپمنٹ کی جانب سے اچھا نظرانداز ہو سکتا ہے۔ +شیر، چیتا اور لیوپرڈ کبھی خوفزدہ ہوتے ہیں اور آپ انہیں بینوکیولر کے ساتھ بہتر دیکھ سکتے ہیں۔ +ایک چلنے والا سیفری (بش والک، ہکنگ سیفری یا فوٹنگ جانے کے طور پر بھی کہا جاتا ہے) ایک چند گھنٹوں یا کئی دنوں کے لئے ہکنگ کا ایک حصہ ہوتا ہے۔ +پیرلیمپکس 24 اگست سے 5 ستمبر 2021 تک جاپان میں ہوں گے۔ کچھ ایونٹس جاپان کے دوسرے مقامات میں ہوں گے۔ +ٹوکیو صرف ایک آسیائی شہر ہے جس نے 1964 میں کھیلوں کا اسٹیج کیا اور دونوں موسم کے اولمپکس کا اسٹیج کیا۔ +اگر آپ نے پوسٹ پونمنٹ کی اعلان سے پہلے 2020 میں اپنے فلائٹس اور اقامت کی تیاری کی ہیں تو آپ ایک مشکل وجہ سے پریشان ہو سکتے ہیں۔ +کینسل کی پالیسیوں مختلف ہوتی ہیں، لیکن آخری مارچ میں کینسل کی پالیسیوں میں بیشتر کورونا وائرس پر بنے کینسل کی پالیسیوں جولائی 2020 تک نہیں پیش کی جاتی ہیں، جب اولمپکس کی تیاری کی گئی تھی۔ +یہ توقع ہے کہ بہت سارے ایونٹ ٹکٹ 2,500 سے 130,000 تک کی قیمت میں ہوں گے اور عام ٹکٹ 7,000 تک کی قیمت میں ہوں گے۔ +چمکدار کپڑوں کو چمکانے سے ان کے کپڑوں کو خشک کرنے میں مدد ہو سکتی ہے۔ بہت سے ہوٹلوں میں چمکانے کے لئے چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکانے والا چمکان +اگر ایک ساری نہیں موجود ہے یا اگر آپ ایرونڈ سوکس پہننے کے لئے نہیں پسند کرتے ہیں تو اگر ایک ہیڈرڈری موجود ہے تو آپ اسے استعمال کر سکتے ہیں۔ +فابرک کو زیادہ گرم ہونے سے روکنا پریشان نہیں ہونا چاہیئے (جس سے شریک کرنا یا انتہائی واقعات میں سکورچ پیدا ہو سکتا ہے)۔ +پانی کو پوری کرنے کے مختلف طریقے ہوتے ہیں، کچھ مخصوص خطرات کے خلاف زیادہ کارکن ہوتے ہیں۔ +کچھ علاقوں میں ایک منٹ کی گرم پانی کی ضرورت ہوتی ہے، دوسرے علاقوں میں کئی منٹ کی ضرورت ہوتی ہے۔ +فلٹرز کی کارکردگی مختلف ہوتی ہے اور اگر آپ ایک پریشانی رکھتے ہیں تو آپ ایک ریپوٹیبل کمپنی سے ایک سیلڈ بوٹل میں آپکی پانی خریدنے پر سوچنا چاہیئے۔ +مسافروں کو اپنے گھریلو علاقوں میں نہیں دیکھنے والے جانوروں کی بیماریوں کا سامنا کرنا پڑ سکتا ہے۔ +پیشانوں کو کھانے کو نہیں چھوڑ سکتے، ناراضی ہونے کی وجہ بن سکتے ہیں، یا بدترین واقعے میں پیشانوں کی وجہ سے کسی ایلرجیک ریاکشن کی وجہ بن سکتے ہیں، جھوٹیں کی وجہ بن سکتے ہیں، یا انفیکشنوں کی وجہ بن سکتے ہیں۔ +انفیکشن بیماریوں، یا خطرناک جانور جو قوت کے ذریعے لوگوں کو زخمی کر سکتے ہیں یا جانور جو لوگوں کو مار سکتے ہیں، عام طور پر چمگادڑوں کے طور پر نہیں قائل کی جاتی ہیں۔ +دیوٹی فری شپنگ ایک موقع ہے جس میں کسی مقامات پر ٹیکس اور ایکسیس سے بچنے والے چیزوں کی خرید کی جا سکتی ہے۔ +ملکوں میں زیادہ ٹیکسیشن ہونے والی ممالک کے لئے سفر کرنے والے لوگ کبھی کم از کم ایک قابل توجہ قیمت کی برقراری کر سکتے ہیں، خاص طور پر شرابی مشروبات اور توباکو کے علاقوں میں۔ +پوائنٹ میرین اور فیر مونٹ کے درمیان کے لئے بوفالو پٹس برگ ہائی وے پر سب سے زیادہ چیلنجینگ ڈرائیونگ کی شرائط پیش کی جاتی ہیں، جس میں علیحدہ بیک ووڈز ٹیرین کے درمیان اکثر جانب سے جاتے ہیں۔ +اگر آپ ملکی سڑکوں پر ڈرائیونگ کرنے کے لئے استعمال نہیں کرتے ہیں تو اپنے ذہن کے بارے میں خبردار رہیں گے: تیز گریڈز، چھوٹے سڑکوں اور شارپ کوروں کا پرانا ہوتا ہے۔ +پوسٹ سپیڈ لمٹس پچھلے اور بعدی سیکشنوں میں نمایاں کم ہیں — عام طور پر 35-40 میل فی گھنٹہ (56-64 کلومیٹر فی گھنٹہ) — اور وہاں کی زیادہ طور پر پابندی کے ساتھ پابندی بھی اوپر سے زیادہ اہم ہے۔ +انتہائی جذباتی طور پر، موبائل فون سروس یہاں راستے کے بہت سے دوروں سے زیادہ قوتمند ہے، جیسا کہ پینسلوانیا وائلڈز۔ +جرمن کے پیسٹریز بہت اچھے ہوتے ہیں اور باوریا میں انہیں بہت زیادہ اور مختلف ہوتے ہیں جیسا کہ ان کے جنوبی ریاستی ریاست اوسٹریا کے پیسٹریز کی طرح ہوتے ہیں۔ +فروٹ پیسٹریز عام ہیں، جن میں سالانہ طور پر ایپلز کو پیسٹریوں میں پکایا جاتا ہے اور گرمیوں کے دوران چیریز اور پلمز اپنی ظاہریت کرتی ہیں۔ +بہت سارے جرمن بیکڈ گوڈز میں المنڈز، ہیزل نٹس اور دیگر درختیں نٹس بھی شامل ہوتے ہیں۔ مشہور کیکس کو اکثر قوی کافی کے ساتھ بہترین طریقے سے جوڑا جاتا ہے۔ +اگر آپ کچھ چھوٹے ہونے والے پاسٹریز چاہتے ہیں تو ایسے پاسٹریز کے نام بیرلینر، فان کوچن یا کرافن کے بارے میں جاننے کی کوشش کریں۔ +ایک کری ایک ہربز اور مصروبات کے ساتھ کھانے کا ایک پکوان ہے جس میں میٹ یا سبزیوں کے ساتھ کھانے کی جاتی ہے۔ +ایک کیری پانی کی مقدار کے حوالے سے “خشک” یا “پھینکنے والی” ہو سکتی ہے۔ +شمالی ہند اور پاکستان کے آندرونی علاقوں میں، یوگرٹ کو کیریوں میں عام طور پر استعمال کیا جاتا ہے; جنوبی ہند اور سب کچھ ساحلی علاقوں میں، کوکوسٹ ملک کو عام طور پر استعمال کیا جاتا ہے۔ +17,000 جزیروں سے انتخاب کرنے کے ساتھ، انڈونیشیائی کھانا ایک شرائطی ترجمہ ہے جو قوم کے مختلف علاقوں میں موجود ہونے والی مختلف کھانوں کو محفوظ کرتا ہے۔ +لیکن، اگر اسے مزید تعریفات کے ساتھ نہیں استعمال کیا جاتا ہے تو اس شرح کا مطلب جاوا کے مرکزی اور مشرقی حصوں سے آنے والی کھاڑی کا ہوتا ہے۔ +اب پوری جزائر میں وسیع طور پر دستیاب ہونے والی جاوانیس کی کیوسین ایک ایک سیزن میں ساختے جانے والے کئی کھانے کی کوشش کرتی ہے، جزیرہ جاوان کے لئے پرامیننٹ فلیورنگ پینٹس، چلیوں، سکیور (خاص طور پر جاوانیس کوکوس سکیور) اور مختلف موادی موادیاں ہوتے ہیں۔ +سٹرپس رائیڈر کے پیدالوں کے لئے حملے کے دونوں بارے میں پھینکنے والے تعویضات ہوتے ہیں۔ +وہ رائیڈر کے لئے زیادہ سٹیبلٹی پیش کرتے ہیں، لیکن ان میں رائیڈر کی پیٹیوں میں پھنسنے کی ممکنگی کی وجہ سے سلامتی کے بارے میں چیزیں ہو سکتی ہیں۔ +اگر ایک رائیڈر ایک گھوڑے سے پھینک دیا جاتا ہے لیکن اس کے پیٹے سٹرپ میں چھپے ہوتے ہیں تو اگر گھوڑے نکل جاتے ہیں تو انہیں ڈریگ کیا جا سکتا ہے۔ اس خطرے کو کم کرنے کے لئے بہت سارے سیفٹی پری کیشن لیے جا سکتے ہیں۔ +پہلے، زیادہ طور پر رائیڈروں نے رائیڈنگ بوٹس میں ایک ہیل اور ایک چمکدار، کافی ناراض اور چھوٹے سول لگائے ہیں۔ +اگلی طور پر، کچھ سیڈلز، خاص طور پر انگلش سیڈلز میں سیفٹی بارز ہوتے ہیں جن کی وجہ سے ایک گرتی ہونے والے رائیڈر نے ایک سٹرپ لیتھر کو سیڈل سے نکلنے کی اجازت دی جاتی ہے۔ +کوچامو والی - چلی کی سب سے اونچی پہاڑیوں کی مقامات میں سے ایک، جو جنوبی امریکہ کی یوسمیٹ کے طور پر جانا جاتا ہے، جس میں گرانیٹ بڑی دیواروں اور کریگز کی مختلف قسموں موجود ہیں۔ +سممٹس میں پہاڑیوں سے ہنگامی نظریات شامل ہیں۔ دنیا کے تمام علاقوں کے کلائمبروں نے اس کے کھڑکیوں کے بے انتہائی امکانات کے درمیان نئی رائٹوں کی تعمیر کی ہے۔ +ڈاؤن ہل سنو سپورٹس، جو سکائینگ اور سنو بورڈنگ میں شامل ہیں، ایک مشہور سپورٹس ہیں جس میں سکیس یا ایک سنو بورڈ کے ساتھ آپ کے پیدالوں کے ساتھ چھوڑنے والے برف کی زمین پر گزرنے کا استعمال کیا جاتا ہے۔ +سکینگ ایک بڑی سیاحتی کاروائی ہے جس میں بہت سے شاگردان شامل ہیں، اکثر اسے “سکی بمز” کے نام سے جانا جاتا ہے، جو ایک خاص جگہ پر سکینگ کے بارے میں تمام خواہشات کا منصوبہ بناتے ہیں۔ +سکینگ کا تصور بہت پرانا ہے — جھولوں میں سکیروں کی تصویرات 5000 سال قبل میں کی گئی ہیں! +سپورٹ کے طور پر ڈاؤن ہل سکائینگ کی تاریخ کم از کم 17 ویں صدی سے شروع ہوئی ہے اور 1861 میں اسٹریلیا میں ناروگیان کی جانب سے پہلی ریکریشنل سکی کلب کا افتتاح ہوا۔ +سکی کے ساتھ بیکپیکنگ: یہ کاروبار بیککنٹری سکی، سکی ٹورنگ یا سکی ہائکنگ کے نام سے بھی جاتا ہے۔ +اس کے بارے میں تعلق رکھتا ہے لیکن عام طور پر اس میں الپائن اسٹائل سکی ٹورنگ یا ماؤنٹینیرنگ کے بارے میں بات نہیں کی جاتی۔ اس کے بارے میں زیادہ تر سٹیپ ٹیرین میں کیا جاتا ہے اور اس کے لئے بہت زیادہ سٹائفر سکیس اور بوٹس کی ضرورت پڑتی ہے۔ +سکینگ کی راستے کو ہائکنگ کی راستے کی طرح سوچیں۔ +اچھے حالات میں آپ چلنے سے زیادہ دوریوں کو ڈال سکیں گے - لیکن صرف بہت کم وقتوں میں آپ کراس کنٹری سکائینگ کے گرومڈ ٹریکس میں بھاری بیک پیک کے بغیر سپیڈ حاصل کر سکیں گے۔ +یورپ ایک کنٹینٹ ہے جو مقامی طور پر چھوٹا ہے لیکن اس میں بہت سے آزاد ممالک ہیں۔ عام حالات میں، متعدد ممالک کے ذریعے سفر کرنے کا مطلب ہوتا ہے کہ ویزا کی درخواستوں اور پاسپورٹ کا کنٹرول کئی مرتبہ کرنا پڑتا ہے۔ +تاہم، شینگن زون اس خصوص میں ایک ممالک کی طرح کم از کم کام کرتا ہے۔ +اگر آپ اس زون میں رہتے ہیں تو آپ عام طور پر پاسپورٹ کنٹرول چیک پوائنٹس کے ذریعے سرحد کو دوبارہ گزرنے کے باوجود سرحد کو گزر سکتے ہیں۔ +اسی طرح، ایک سکینگن ویزا رکھنے سے آپ سکینگن کے رکن ممالک کے بارے میں کسی بھی ویزا کی طرف درخواست کرنے کی ضرورت نہیں ہوتی جس سے وقت، پیسے اور پیپر ورک کو بچا جاتا ہے۔ +کسی ٹیکس ایجنسیوں نے 100 سالوں سے پہلے کے گوڈز کو اینٹیکس کے طور پر تعریف کیا ہے۔ کسی چیز کے بارے میں کوئی عام تعریف نہیں ہے جس کے بارے میں کسی چیز کو اینٹیکس کے طور پر تعریف کیا گیا ہے۔ +تعریف میں جغرافیائی تفریقات ہوتے ہیں، جہاں شمالی امریکہ کے جیسے مقامات میں عمری حد کم ہو سکتا ہے اور یورپ کے مقامات میں کم نہیں ہو سکتا۔ +ہینڈی کرافٹ کے مصنوعات کو آنٹیکس کے طور پر تعریف کیا جا سکتا ہے، اگرچہ وہ مسائل کے مصنوعات کی جانب سے نوجوان ہوتے ہیں۔ +سامی اور تجارت کے حوالے سے تعلق رہنے والے ثقافت کے ساتھ رین ڈیر کی گھرشناسی ایک اہم روزگار ہے جو دوسرے پیشکشوں کے ساتھ بہت سارے لوگوں کے لئے بھی اہم ہے۔ +تاہم تقریباً، تمام سامیوں میں سے نہیں تمام سامیوں نے بڑی سکال کے رین ڈیر کے گھوڑے کے لئے کام کیا ہے، لیکن انہیں فشنگ، شناسی اور اسی قسم کی کاروباروں سے زندگی کی گئی ہے، جس میں رین ڈیر زیادہ طور پر درافٹ جانوروں کے طور پر کام کیا جاتا ہے۔ +آج بہت سامی مدرن تجارتوں میں کام کرتے ہیں۔ ساپمی، سامی علاقے میں سیاحت ایک اہم انکم ہے۔ +اگرچہ یہ عام طور پر استعمال کیا جاتا ہے، خاص طور پر غیر رومانی لوگوں کے درمیان، لفظ “گیپسی” کو اکثر نااہل اور غلط رومانی لوگوں کے نقصانی سٹیروٹائپز اور نظریات کے ساتھ نااہل سمجھا جاتا ہے۔ +اگر وہ ملک جسے آپ دورہ کرنے جاتے ہیں ایک ٹریول ایڈوائسری کے تحت رہتا ہے تو آپ کی ٹریول ہیلتھ انشرنس یا آپ کی ٹرپ کینسلیشن اینشرنس میں تبدیلی ہو سکتی ہے۔ +آپ بھی اپنے قومی حکومت کے علاوہ دوسرے حکومتوں کی توجہ کرنا چاہیں گے، لیکن ان کی توجہ اپنے شہریوں کے لئے تیار کی گئی ہے۔ +ایک مثال کے طور پر مشرقی ممالک میں امریکی شہریوں کو یورپیوں یا عربوں کی جانب سے مختلف وجودیات کا سامنا کرنا پڑ سکتا ہے۔ +اطلاعات صرف ایک ممالک کی سیاسی وجہ سے ایک بریف سماری ہیں۔ +پیش کردہ نظریات عام طور پر کم تفصیل کی معلومات کے بارے میں ہوتے ہیں، جو دوسری جگہوں پر موجود ہیں۔ +شدید طوفان کسی بھی خطرناک طوفانی مظاہرہ کے بارے میں کسی بھی خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طوفانی مظاہرہ کے بارے میں خطرناک طو +دنیا کے کسی بھی جگہ شدید طوفان ہو سکتا ہے اور وہ مختلف قسموں میں موجود ہو سکتا ہے جو جیوگرافی، ٹوپوگرافی اور زمینی شرائط کے حوالے سے متعلق ہو سکتے ہیں۔ +سخت ہوا کی شکلات اور اثرات بادلوں، ٹورناڈوں، پانی کے جھولوں، اور سائیکلونز کے طور پر زیادہ بارش، بادلوں کے طور پر ہیل اور جنگلی آگ کی شکلات اور اثرات ہوتی ہیں۔ +علاقی اور موسمی شدید طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی طوفانی ط +مسافروں کو ان کے علاقے میں شدید ہونے والی طوفان کے کسی خطرے کے بارے میں خود خبردار رہنے کی زیادہ تر توقع کی جاتی ہے کیونکہ وہ کسی بھی سیاحتی منصوبے کو متاثر کر سکتے ہیں۔ +ایک ممالک کی زیارت کرنے کی تیاری کرنے والے کسی بھی ایک شخص کو پروفیشنل ٹریننگ حاصل کرنا چاہیئے۔ +انٹرنیٹ کی سرچ کرنے کے بارے میں ممکنہ طور پر مقامی کمپنی کی آدریس پیش کی جائے گی۔ +ایک کورس عام طور پر یہاں بات کی جانے والی تمام مسائل کی تفصیلی جانچ کرتا ہے، عام طور پر معاشی تجربے کے ساتھ۔ +ایک کورس عام طور پر 2-5 دن کی طرح ہو گا اور اس میں رول پلے، بہت ساری پہلی ایڈ اور کثیر طور پر ہتھیاروں کی تربیت شامل ہو گی۔ +جنگی علاقوں کے بارے میں پبلشنز کم ہیں، لیکن جنگلی سروس کے بارے میں کتابیں اور ماگزینیں عام ہیں۔ +غیر ملک میں جنسی تبدیلی سرجری کی تیاری کرنے والے سیاحوں کو یہ یقین رکھنا چاہیئے کہ وہ واپسی سفر کے لئے معتبر دستاویز رکھتے ہیں۔ +سرکاری حکومتوں کی جانب سے جنسیت کے بارے میں کوئی تعلیم نہیں کی گئی (X) یا مطلوب نام اور جنسیت کے بارے میں تبدیلی کی گئی ڈاکومنٹس کے بارے میں خواہشات مختلف ہیں۔ +ان دستاویزوں کی تعریف کرنے کے لئے غیر ملکی حکومتوں کی رضاکاری بھی انتہائی متعدد ہے۔ +سیکیورٹی چیک پوائنٹس پر بھی سیپٹمبر 11، 2001 کے بعد میں جانب سے جانب زیادہ پریشان کن بن گئی ہیں۔ +ٹرانس جینڈر لوگوں کے پیش آنے والے سرگرمیوں میں اپنی خفیہ اور عزت کے ساتھ سکینرز سے گزرنے کی توقع نہیں کرنا چاہیئے۔ +ریپ کرنٹس بیچ سے گھوٹنے والی لہروں سے واپس آنے والی توڑی ہوتی ہے، اکثر ایک ریف یا اسی قسم کی جگہ پر ہوتی ہے۔ +زیر پانی کی توپولوجی کی وجہ سے ریٹرن فلو کچھ گہرے سیکشنوں میں مجموع ہوتا ہے اور گہرے پانی میں ایک تیز جھرنا شامل ہو سکتا ہے۔ +زیادہ تر موتوں پانی کی دریافت کرنے کی کوشش کے باعث ہوتے ہیں، جو امکانی نہیں ہو سکتی۔ +جب آپ موجودہ سے نکل جاتے ہیں تو سوئمنگ کرنا عام طور پر سے زیادہ مشکل نہیں ہو گا۔ +کسی جگہ پر کھیلنے کی کوشش کریں جہاں آپ دوبارہ گرفتار نہیں ہوں گے یا یہ آپ کے مہارتوں اور اگر آپ کو مشاہدہ کیا گیا ہے تو آپ بچنے کے لئے وقت چھوڑنے کی کوشش کر سکتے ہیں۔ +کلچر شوک سے پہلے ری اینٹری شوک آتا ہے (ہنیمون فیز کم ہوتی ہے), زیادہ طویل رہتا ہے اور زیادہ شدید ہو سکتا ہے۔ +جو مسافروں میں سے کچھ نئی ثقافت کے ساتھ آرام کرنے میں آسانی پیدا کرتے ہیں وہ اکثر اپنی ملکی ثقافت کے ساتھ دوبارہ آرام کرنے میں مشکلات کا سامنا کرتے ہیں۔ +جب آبادی کے باہر رہنے کے بعد واپس گھر جاتے ہیں، تو آپ نئی ثقافت میں مبتلا ہو جاتے ہیں اور اپنے گھر کی ثقافت سے کچھ اپنے عادات خود کو خود سے چھوڑ دیتے ہیں۔ +جب آپ پہلی بار بیرونی میں گئے تو لوگ شاید صبر کرنے والے اور سمجھدار تھے، جو جانتے ہیں کہ نئی ملک میں مسافروں کو تبدیلی کرنا ضروری ہے۔ +لوگ اس کے بارے میں توقع نہیں کر سکتے کہ گھر واپس آنے والے مسافروں کے لئے صبر اور سمجھتا بھی ضروری ہے۔ +پیرامیڈ ساؤنڈ اینڈ لائٹ شو ایک کے بچوں کے لئے علاقے میں سب سے زیادہ جذباتی چیزوں میں سے ایک ہے۔ +آپ پیرامیڈوں کو روشنی سے دیکھ سکتے ہیں اور شو کی شروع ہونے سے پہلے آپ انہیں خاموشی کے ساتھ دیکھ سکتے ہیں۔ +عام طور پر آپ ہر وقت سیاحوں اور بازاروں کی آواز سنتے ہیں۔ آواز اور روشنی کی کہانی ایک کتابی کہانی کی طرح ہے۔ +سفینکس ایک طویل کی کہانی کے بیکڈراپ اور ناریٹر کے طور پر تعین کیا گیا ہے۔ +سینوں پیرامیڈوں پر ظاہر کی جاتی ہیں اور مختلف پیرامیڈوں کو روشنی کیا جاتا ہے۔ +جنہوں نے 1819 میں جنوبی شیٹ لینڈ جزیروں کا پتہ لگایا ہے کہ انہیں کئی ممالک کا دعوی کیا گیا ہے اور ان میں سے زیادہ تر بیسوں 2020 میں فعال ہیں۔ +پینسلوا کے شمال میں 120 کلومیٹر کے قریب ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ کی جانب سے ایک جزیرہ +دیگران میں لیونگسٹون آئی لینڈ اور ڈیکشن شامل ہیں، جہاں ایک سٹل ایکٹیو وولکانو کی پانی پھیلنے والی کالڈیرا ایک خوبصورت طبیعی بندرگاہ پیش کرتی ہے۔ +ایلسورت لینڈ پینسلوا کے جنوبی علاقے ہے جو بیلنگشائن سمندر سے محدود ہے۔ +یہاں پنینشلا کے پہاڑیوں کو پلیٹو میں ملا جاتا ہے، پھر ایلسورتھ پہاڑیوں کی 360 کلومیٹر کی چین کی طرح دوبارہ ظاہر ہو جاتی ہے، جو منیسوٹا گلائسیر کی جانب سے تقسیم کی گئی ہے۔ +شمالی حصے یا سینٹنل رینج میں آنٹارکٹیکا کے سب سے زیادہ ترین پہاڑیوں میں سے ونسن میسف پہنچتا ہے جو 4892 میٹر تک پہنچتا ہے۔ +علیحدہ مقامات میں، سیل فون کی کووریجن کے بغیر، سیٹلائٹ فون صرف ایک انتخاب ہو سکتا ہے۔ +ایک سیٹلائٹ فون عام طور پر ایک موبائل فون کی جگہ نہیں کرتا ہے، کیونکہ آپ فون کرنے کے لئے سیٹلائٹ کے بارے میں کلر لائن آف سائٹ کے ساتھ باہر رہنا ہوتا ہے۔ +اس خدمت کی استعمال کرنے والے شپنگ میں سے خوشی کرافٹ بھی شامل ہیں، جن میں دوری ڈیٹا اور آواز کی ضرورت ہوتی ہے۔ +آپ کے مقامی ٹیلی فون سروس پرووائڈر اس سروس سے جوڑنے کے بارے میں زیادہ معلومات دینے کی قابلیت رکھنا چاہیئے۔ +گیپ یار کی تیاری کرنے والے لوگوں کے لئے زیادہ مقبول ایک اختیار یہ ہے کہ سفر کرنا اور سیکھنا۔ +یہ خاص طور سے اسکول لیورز کے لئے مقبول ہے، جو اسکول سے نکلنے کے بعد یونیورسٹی میں شروع کرنے سے پہلے ایک سال لے سکتے ہیں بغیر اپنی تعلیم کی تردید کرنے کی ضرورت۔ +بہت سے مقامات میں، خارج میں ایک گیپ یار کورس میں شرکت کرنے کی وجہ سے آپ کے گھریلو ملک میں اعلی تعلیم میں جانے کے امکانات کو بہتر بنانے کی کوشش کر سکتے ہیں۔ +عام طور پر ان تعلیمی پروگراموں میں شرکت کرنے کے لئے ایک ٹیوشن فی چوکی ہو گی۔ +فنلینڈ ایک بہترین بوٹنگ مقام ہے۔ “ہزاروں جھیلوں کی زمین” میں بھی ہزاروں جزیروں ہیں، جو جھیلوں اور ساحلی جزیروں میں ہیں۔ +جزیروں اور جھیلوں میں آپ ایک یاچٹ کی ضرورت نہیں رکھتے۔ +اگرچہ ساحلی جزیروں اور سب سے بڑی جھیلوں میں کسی بھی یاچٹ، چھوٹی جہازیں یا ایک کیاک کے بارے میں مختلف تجربے پیش کرتے ہیں، لیکن کسی بھی یاچٹ کے بارے میں مختلف تجربے پیش کرنے کے لئے ساحلی جزیروں اور سب سے بڑی جھیلوں میں کسی بھی یاچٹ، چھوٹی جہازیں یا ایک کیاک کے بارے میں مختلف تجربے پیش کرتے ہیں۔ +فنلینڈ میں بوٹنگ ایک قومی روایت ہے جس میں ہر سات یا آٹھ لوگوں کے لئے ایک جہاز ہوتا ہے۔ +یہ ناروے، سویڈن اور نیوزی لینڈ کی جانب سے موازنہ کیا گیا ہے، لیکن دوسرے طور پر بہت خاص ہے (مثال کے طور پر نیڈر لینڈ میں تعداد ایک سے چار تک ہے۔) +بالٹک کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے زیادہ ترین کروئزوں میں روس کے سینٹ پٹرس بورگ میں طویل رہنے کی وجہ سے +اس کا مطلب ہے کہ آپ واپس جانے کے دو پورے دنوں کے دوران تاریخی شہر کا دورہ کر سکتے ہیں اور رات کو جہاز پر سونے کر سکتے ہیں۔ +اگر آپ فکر نہیں کرتے ہیں کہ آپ کسی وہاں جائیں گے تو آپ کو 2009 سے ایک انفرادی ویزا کی ضرورت نہیں ہوگی (اگر آپ فکر نہیں کرتے ہیں کہ آپ فکر نہیں کرتے ہیں کہ آپ کسی وہاں جائیں گے تو آپ کو 2009 سے ایک انفرادی ویزا کی ضرورت نہیں ہوگی۔ +کچھ کروزوں میں برلن، جرمنی کے بروچر میں شامل ہوتے ہیں۔ جیسا کہ آپ اوپر کی نقشے میں دیکھ سکتے ہیں کہ برلن سمندر کے قریب نہیں ہے اور شہر کی ویزٹ کی قیمت میں شامل نہیں ہے۔ +جہاں تک کہ جو کسی بھی عمر کے لوگوں کے لئے ایک خوفناک تجربہ ہو سکتا ہے اور خاص طور پر اگر وہ پہلی بار جہاں نہیں پہنچے ہیں یا ایک شدید واقعہ کا تجربہ کیا ہے۔ +یہ کسی شرم کے بارے میں نہیں ہے: یہ دوسرے چیزوں کے ذہنی خوف اور ناپسندیدگی سے مختلف نہیں ہے جو بہت سارے لوگ رکھتے ہیں۔ +کچھ لوگوں کے لئے ایک کسی چیز کے بارے میں جاننے کے بارے میں اور ایک فلائٹ کے دوران کیا ہوتا ہے کے بارے میں جاننے کے بارے میں ایک خوف کو ختم کرنے میں مدد کر سکتا ہے جو غیر معلوم یا نہیں کے بارے میں ہوتا ہے۔ +کوریئر کمپنیوں کو چھوٹے وقت میں چیزوں کی ڈلیوری کرنے کے لئے بہت زیادہ پیسے دیتے ہیں۔ عام طور پر، کاروباری ڈاکومنٹس، مارکیٹ یا ایک ہنگامی ریپیئر کے لئے وقت بہت اہم ہوتا ہے۔ +کچھ راستوں پر بڑی کمپنیوں کے پاس اپنی جہازیں ہیں، لیکن دوسرے راستوں اور چھوٹے کمپنیوں کے لئے ایک مسئلہ تھا۔ +اگر وہ ایئر فریٹ کے ذریعے چیزیں بھیجتے ہیں تو کچھ راستوں پر ان کے باہر نکالنے اور کسٹمز کے ذریعے پہنچنے میں دنوں تک زیادہ وقت لگ سکتا ہے۔ +فاسٹر سے اسے حاصل کرنے کے واحد طریقے کے طور پر اسے چیک کی بیگ کے طور پر بھیجنا ہے۔ ایئر لائن کے قوانین نے اس کے بغیر بیگ بھیجنے کی اجازت نہیں دی ہے، جو جہاں آپ آئیں گے۔ +پہلی یا کاروباری کلاس میں فلائٹ کرنے کا باقاعدہ طریقہ خود کسی خودمختاری کے لئے (یا بہترین طور پر، آپ کی کمپنی کی جانب سے اسے کرنے کی کوشش کرنا) ایک بڑی بڑی جانب پیسے دینا ہے۔ +تاہم، یہ سستا نہیں ہوتا ہے: گھٹنے والے قوانین کے طور پر، آپ کو کاروبار کے لئے معمولی معیشتی فائر کی چار گنا سے زیادہ، اور پہلی کلاس کے لئے ایلف گنا سے زیادہ فائر کی توقع کر سکتے ہیں۔ +عام طور پر کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئی مقصد نہیں ہے کہ کسی چیز کے بارے میں بات کرنے کے بارے میں کوئ +ایئر لائنز جانتے ہیں کہ ایک مخصوص کور گروپ کے فلائیر ہے جو کسی جگہ سے تیزی سے اور آرام کے ساتھ پہنچنے کے لئے سب سے زیادہ ڈالر دینے کی توقع رکھتے ہیں اور اس کے بارے میں اس طرح چارج کرتے ہیں۔ +مولڈووا کی دارالحکومت چیشیناؤ ہے۔ مقامی زبان رومنیائی ہے، لیکن روسی زبان عام طور پر استعمال کیا جاتا ہے۔ +مولڈووا ایک متعدد قومیتی جمہوریہ ہے جو قومی تنازعوں کی وجہ سے متاثر ہے۔ +1994 میں، اس تنازع کی وجہ سے مشرقی مولڈووا میں ایک خود کیا جانے والا ٹرانسنسٹریا جمہوریہ قائم ہو گیا ہے جو اپنا حکومت اور ریاستی پیسہ رکھتا ہے لیکن اسے کسی ایک اقوام متحدہ کے ریاستوں میں تعریف نہیں کیا گیا ہے۔ +سیاسی مذاکرات میں ناکامی کے باوجود مولڈووا کے دونوں حصوں کے درمیان معاشی روابط دوبارہ قائم کیے گئے ہیں۔ +مولڈووا میں اہم ریلیگیوں میں اورتھوڈوکس کرسچن شامل ہے۔ +ازمیر ترکی کی تیسری سب سے بڑی شہر ہے جس میں تقریبا 3.7 ملین افراد رہتے ہیں، اسٹانبول کے بعد دوسری سب سے بڑی بندرگاہ ہے اور ایک بہت اچھا ٹرانسپورٹ ہب ہے۔ +سمیرنا کی پوری قدیم شہر کو اب ایک مدرن، ترقی پذیر اور کاروباری مرکز کے طور پر دیکھا جاتا ہے جو ایک بڑی خلیج کے اوپر اور پہاڑیوں کی جانب سے محدود ہے۔ +وسیع سڑکوں، گلاس فرنٹڈ بیلڈنگز اور مدرن شپنگ سینٹروں میں قدیمی کے ریڈ ٹائلڈ روف، 18 ویں صدی کی بازار، اور قدیم مسجدوں اور چرچیوں میں تربیتی ترکی کے مقامات سے زیادہ میڈیٹرین یورپ کی آواز ہے، اگرچہ شہر میں قدیم ترکی کے مقامات سے زیادہ میڈیٹرین یورپ کی آواز ہے۔ +ہالڈرسویک گاؤں کے قریبی جزیرے ایسٹوروی کی نظریں دیتے ہیں اور ایک غیر معمولی ایکٹاگونال چرچ ہے۔ +چرچ کے میدان میں کچھ مقبرے کے اوپر پرندوں کی جانب سے جذباتی ماربل سکولچر ہیں۔ +ایک گھٹنے والے گاؤں کے بارے میں سفر کرنے کی وجہ سے ایک گھنٹہ کی قیمت ہے۔ +شمال کی جانب اور آسانی سے پہنچنے والی ہے رومنٹک اور جذباتی شہر سنٹرا اور جو لارڈ بائرون کی جانب سے اس کی شانداریوں کی ریکارڈ کرنے کے بعد غیر ملکیوں کے لیے مشہور بنایا گیا ہے۔ +سکٹرب بس 403 سنٹرا میں روایتی طور پر جاتی ہے اور کیبو ڈا روکا میں روکتی ہے۔ +یہاں سے بھی شمال کی جانب فاطمہ کی بین الاقوامی مشہور مریاں کی ظاہریتوں کے مقام سینکٹری (شرین) کا زیارہ کریں۔ +یہ یہ یاد رکھیں کہ آپ اصل طور پر ایک مجموعہ قبر کے مقام پر جا رہے ہیں، اور ایک مقام جس میں دنیا کے عظیم حصے کے لوگوں کے لئے تقریبا تعین نہیں ہونے والا معنی ہے۔ +ابھی بہت سارے شخصیاں اور خواتین زندہ ہیں جنہوں نے اپنا وقت یہاں بچایا ہے، اور بہت زیادہ شخصیاں جو اپنے پیارے کو قتل کیا گیا یا وہاں کام کرتے تھے، یہودیوں اور غیر یہودیوں میں سے زیادہ ہیں۔ +یہ ویب سائٹ کو تمام عزت، احترام اور احترام کے ساتھ سنبھالیں۔ ہولوکاسٹ یا نازیوں کے بارے میں مزاکرات نہیں کریں۔ +سٹریٹوں میں گرافٹی کو مارک کرنے یا سکریچ کرنے سے سائٹ کو نشانہ بندی نہیں کریں۔ +بارسیلونا کی رسمی زبانیں کیٹالان اور اسپینیش ہیں۔ ایک ہلف کے لئے کیٹالان بولنا پسند کرتے ہیں، زیادہ تر انہیں سمجھتے ہیں، اور تقریبا ہر ایک سپینیش کو جانتے ہیں۔ +تاہم، زیادہ تر اشارات صرف کیٹالان میں شائع ہیں کیونکہ یہ قانون کے ذریعے پہلی علیمی زبان کے طور پر قائم کیا گیا ہے۔ +تاہم، اسپینیش بھی عمومی ٹرانسپورٹ اور دیگر خدمات میں بھی استعمال کیا جاتا ہے۔ +میٹرو میں باقاعدہ اعلانات صرف کیٹالانی زبان میں کی جاتی ہیں، لیکن غیر منصوبہ تعطیلات کی اعلانات سپینیش، انگلش، فرانسیسی، عربی اور جاپانی زبانوں میں ایک ایٹومیٹڈ سسٹم کی جانب سے کی جاتی ہیں۔ +پیرس کے شہریوں کی شخصیت میں ایجو سینٹرک، غلط اور غور کی شخصیت ہے۔ +جبکہ یہ اکثر صرف ایک غلط سٹیروٹائپ ہوتا ہے، پیرس میں رہنے کے لئے سب سے بہترین طریقہ یہ ہے کہ آپ اپنی سب سے بہترین طرز پر رہیں، جیسا کہ کسی ایک شخص کی طرز پر کام کریں جو “بین ایلیو” (well brought up) ہوتا ہے۔ یہ ایسا کرنے کے بارے میں بہت آسان ہو گا۔ +پیرسیانوں کے جھٹکے جھٹکے خلائی ہو جائیں گے اگر آپ کچھ بنیادی آدابیتیں ظاہر کرتے ہیں۔ +پلٹویس لیکس نیشنل پارک بالکل جانگلی ہے، جس میں بیچ، سپروس اور فر کی درختوں سے زیادہ ہے، اور اس میں آلپائن اور میڈیٹرین کی کھاڑیوں کی مخلوط کھاڑیوں کا اظہار ہوتا ہے۔ +اس کے مائیکرو کلائیمیٹس، مختلف زمینیات اور متعدد پہاڑیوں کی وجہ سے اس کے پلانٹ کمیونٹیوں کا ایک بہترین انداز ہے۔ +اس علاقے میں بھی بہت زیادہ جانوروں اور پرندوں کی بہت زیادہ قسموں کا گھر ہے۔ +بہت سارے عام جانوروں کے علاوہ یورپی براؤن بیار، وولف، ایگل، اول، لنکس، وائلڈ کیٹ اور کیپرکیلی یہاں موجود ہیں +درگاہوں کی زیارت کرنے کے دوران خواتین کو گھنٹیوں کو گھٹنے کے ساتھ پہنانا ہوتا ہے اور ان کے پیچھوں بھی پہنانے کی ضرورت ہوتی ہے۔ +زیادہ تر درگاہوں نے غیر تیار آنے والی خواتین کے لئے وریپس فراہم کیے ہیں، لیکن اگر آپ اپنے وریپس لے جاتے ہیں تو خاص طور پر پرندہ رنگوں کے وریپس کے ساتھ آنے والے درگاہوں میں مونک یا نین سے ایک مسکراہٹ مل سکتے ہیں۔ +اسی جانب مردان کے لئے جوڑے کی جانب سے گھٹنے کی جانب تک پہننے کی ضرورت ہوتی ہے۔ +یہ بھی دروازے کے سٹاک سے لیا جا سکتا ہے، لیکن یہ کپڑے ہر استعمال کے بعد نہیں دوڑے جاتے تو آپ اس کپڑے کو پہننے سے آرام نہیں حاصل کریں گے۔ مردان کے لئے ایک سائز تمام کپڑے کے لئے ہوتی ہے! +میڈیٹرین میں مشتمل سمانی علاقوں کی طرح، میجر کین کی کوشانی بریڈ، سبزیوں اور گوشت (خاص طور پر پورک) پر مبنی ہے، اور اس کی استعمال اولیو کے تیل کے ساتھ ہوتی ہے۔ +گرمی کے دوران خاص طور پر ایک سادہ مقبول راتی کھانا پا ایمب اولی ہے: بریڈ، توماٹو، اور موجود ہونے والے کنڈیمنٹس جیسا کہ چیز، ٹونا فش اور دیگر چیزوں کے ساتھ۔ +سی کے ساتھ آپ کے لئے تمام ناموں ہر وقت ایک بڑی حروف کے ساتھ شروع ہوتے ہیں، یہ ایک جملے کے درمیان بھی ہوتا ہے۔ +اس ایک اہم طریقہ ہے جس کے ذریعہ کچھ فعالیتوں اور چیزوں کے درمیان فرق کیا جا سکتا ہے۔ +اس کے بارے میں بھی تنقیدی طور پر قرائت آسان کرنے کی کوشش کی جاتی ہے، اگرچہ لکھنے میں کچھ مشکلات پیدا ہوتی ہیں کیونکہ ایک ورب یا ایک اضافہ کا استعمال کیا جاتا ہے یا نہیں۔ +ایٹالین میں ترجیحی طور پر تلفظ آسان ہے کیونکہ زیادہ تر کلامات ان جیسے لکھے جاتے ہیں جیسے انہیں تلفظ کیا جاتا ہے +مرکزی حروف جو دیکھنے کے لئے پریشان کرنے کے لئے ہیں وہ ک اور گ ہیں، کیونکہ ان کی تلفظ والی کے مطابق مختلف ہوتی ہے۔ +اس کے علاوہ، ر اور رر کو مختلف طریقے سے ترجمہ کریں: کارو کا مطلب پیارا ہے، جبکہ کارو کا مطلب چاریوٹ ہے۔ +پرسی ایک معمولی طور پر آسان اور زیادہ تر معمول گرامر ہے۔ +اس وجہ سے، اس گرامر پرائمر کو پڑھنے سے آپ پرسیان گرامر کے بارے میں زیادہ سیکھ سکیں گے اور فراوانیاں بہتر سمجھ سکیں گے۔ +کہنے کی ضرورت نہیں ہے کہ اگر آپ رومنس کی زبان سیکھ سکتے ہیں تو آپ پورٹوگالی کو سیکھنے میں آسانی ہو گی۔ +تاہم، ایسے لوگوں کے بارے میں جاننے والوں کے بارے میں ایک چھوٹا سپینیش جاننے والوں نے تیزی سے پورٹوگال کے بارے میں نتیجہ کیا ہے کہ وہ ایک اور طور پر تعلیم کیا جانا نہیں چاہیے۔ +پیش موڈرن اوبزراٹوریز عام طور پر آباد نہیں ہیں اور انہیں میوزیم کے طور پر یا تعلیم کے سائٹوں کے طور پر رکھا جاتا ہے۔ +ان کے زندہ دور میں روشنی پولیشن ایسی قسم کا مسئلہ نہیں تھا جیسا کہ آج ہے، انہیں عام طور پر شہروں یا کیمپسوں میں موجود کیا جاتا ہے، جو مدرن وقت میں بنائے گئے کمروں سے بھی آسانی سے پہنچنے کے لئے ہوتے ہیں۔ +زیادہ تر حالیہ تحقیقاتی ٹیلی سکوپ براہ راستی علاقوں میں مناسب ہونے والے زمینی شرائط کے ساتھ بڑی خدمات ہیں۔ +چیری کے پھولوں کی دیکھنے کا نام ہنامی ہے جو 8ویں صدی سے جاپانی ثقافت کا ایک حصہ ہے۔ +یہ تصویر چین سے آئی ہے جہاں پلم کی پھولوں کو انتخابی پھولوں کے طور پر سمجھا جاتا تھا۔ +جاپان میں، پہلی چیری بلوسم پارٹیوں کو امپراتر صرف اپنے لئے اور امپراتوری عدالت کے قریب اریسٹروسی کے دوسرے اہلکاروں کے لئے منعقد کیا گیا تھا۔ +پودے ایک طبیعی ماحول میں بہتر نظر آتی ہیں، اس لیے ایک “صرف ایک” نمونے کو نکالنے کے لئے مزاحمت کریں۔ +اگر ایک منظم طور پر تیار کیا گیا گردن کا دورہ کرنا ہو گا تو بات کرنے کے بغیر آپ بھی نکال دیا جائے گا۔ +سنگاپور عام طور پر ایک انتہائی سیف جگہ ہے جس میں سفر کرنا بہت آسان ہوتا ہے اور آنے کے بعد تم کسی بھی چیز کو خرید سکتے ہو۔ +لیکن ایک چند درجہ شمالی قطب کے قریب ہونے کی وجہ سے ایک “اعلی عرب” میں رکھا جانے کے باوجود آپ کو دونوں گرمی (ہمیشہ) اور شدید سورج (جب سماء پر پریشانی نہیں ہوتی اور زیادہ کم وقتی طور پر) کے ساتھ کام کرنا ہوگا۔ +ہیبرون کے روایتی قبرستان ابراہیم، اسیک، یاقوب اور ان کی بیویوں کے لئے بھی کچھ بسوں شمال کی جا رہی ہیں۔ +یہ چیک کریں کہ بس جسے آپ لے رہے ہیں ہیبرون میں جاتی ہے اور نہیں کیریات ایربے کے قریبی یہودی سیٹلمنٹ میں جاتی ہے۔ +اندرونی پانی راستوں کی وجہ سے ایک ہفتہ کی ترتیب کرنے کا ایک اچھا موضوع ہو سکتا ہے۔ +مثال کے طور پر لوائر والی، رائن والی یا ڈانوب پر جذباتی شہروں کے لئے کروز لینے یا ایری کینال کے ساتھ بوٹنگ۔ +انہوں نے پوپولر ہائکنگ اور سائیکلنگ ٹریلز کے لئے بھی راستوں کا تعریف کیا ہے۔ +کرسمس کرسٹیان کے سب سے اہم عیدوں میں سے ایک ہے، اور اسے جیسس کی جنم کے عید کے طور پر منائی جاتا ہے۔ +موسم گرمائی کے حوالے سے کئی تقریبات کو کرسٹیان ممالک میں غیر مؤمنین اور دنیا کے دوران غیر مسیحی ممالک میں بھی قبول کیے گئے ہیں۔ +ایسٹر کی رات کو سورج کا آغاز دیکھنے کے لئے کسی نمایاں پوائنٹ پر جاگنے کی ایک تقریب ہے۔ +اس تقریب کے بارے میں کرسٹیان ریاستی تفسیرات بھی ہیں، لیکن یہ شاید ایک پیش کرسٹیان سپرنگ اور خورشیدگی رویات ہو سکتا ہے۔ +زیادہ ترین پرانی چرچیاں ایسٹر ویک اینڈ کے دوران ہفتے کی رات ایک ایسٹر ویگل کرتی ہیں، جس میں اکٹھے ایسٹر کے ہفتے کے رات میں کرسٹ کی قیامت کے بارے میں پارٹی کرنے کے لئے اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے رات میں اکٹھے ایسٹر کے ہفتے کے را +جزیروں میں پہلے ہی آنے والے تمام جانور یہاں سوئیمنگ، فلائٹنگ یا فلائٹنگ کے ذریعے آئے ہیں۔ +کنٹینٹ سے دوری کی وجہ سے جانوروں نے گالاپاگوس میں جائنٹ ٹورٹوئس کو پرائمری گریزنگ جانور کے طور پر بنانے میں ناکاری ہوئی۔ +گالاپاگوس میں انسان کی آمد کے بعد بہت سے جانوروں کی تعریف کی گئی ہے جن میں بھینس، گھوڑے، گائے، چمگادڑوں، گوئیں اور کتائیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامیں شامی� +اگر آپ موسم سرما میں شمالی یا جنوبی قطبی علاقوں کا دورہ کرتے ہیں تو آپ قطبی رات کا تجربہ کریں گے، جو یہ معنی کرتا ہے کہ سورج سرحری سے اوپر نہیں پہنچتا۔ +یہ اورورا بوریالس دیکھنے کی ایک بہترین موقع پیش کرتا ہے، کیونکہ سماؤں میں وقت کے مطابق کم یا زیادہ روشنی ہو گی۔ +جبکہ علاقوں میں بہت کم لوگ رہتے ہیں، اور لائٹ پولیشن اس وجہ سے اکثر ایک مسئلہ نہیں ہوتا، تو آپ بھی ستاروں کا لطف اندوز کر سکتے ہیں۔ +جاپانی کاروباری تہذیب زیادہ ترتیبی اور منظم ہے جو غالباً مغربی افراد کے لئے اسی طرح نہیں ہوتا۔ +سٹینڈرڈ بیسنس اٹائر سوٹس ہیں، اور کارکنوں کے درمیان ایک دوسرے کو اپنے خاندانی نام یا کام کے عنوان کے طور پر کہتے ہیں۔ +کاروباری میزبانی اہم ہے، جس میں گروپ کی کوششوں کے بارے میں زیادہ ترجیح دی جاتی ہے جبکہ انفرادی کامیابیوں کے بارے میں تعظیم نہیں کی جاتی۔ +کارکنوں کو ان کے اعلیٰ کی توثیق کے ساتھ کسی بھی فیصلے کی توقع ہوتی ہے، اور انہیں اپنے اعلیٰ کی تعلیمات کو سوالات کے بغیر پابند کرنا توقع ہوتا ہے۔ diff --git a/test-en-ur.bleu b/test-en-ur.bleu new file mode 100644 index 0000000000000000000000000000000000000000..235964bf7122ff2c0958a33ccd8ca6164bf1cc60 --- /dev/null +++ b/test-en-ur.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 9.90 35.6/13.9/6.3/3.1 (BP = 1.000 ratio = 1.140 hyp_len = 32037 ref_len = 28098) diff --git a/test-en-ur.comet b/test-en-ur.comet new file mode 100644 index 0000000000000000000000000000000000000000..9eb10c24cdd095cd527bab5fe4fd756a71f0ce9e --- /dev/null +++ b/test-en-ur.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 0 score: 0.6819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1 score: 0.3335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 2 score: 0.5878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 3 score: 0.6324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 4 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 5 score: 0.5996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 6 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 7 score: 0.7852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 8 score: 0.6471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 9 score: 0.6908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 10 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 11 score: 0.5926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 12 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 13 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 14 score: 0.6383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 15 score: 0.6956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 16 score: 0.6720 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 17 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 18 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 19 score: 0.6898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 20 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 21 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 22 score: 0.8185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 23 score: 0.1838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 24 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 25 score: 0.5997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 26 score: 0.5164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 27 score: 0.6356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 28 score: 0.6986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 29 score: 0.5550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 30 score: 0.5674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 31 score: 0.2758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 32 score: 0.1964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 33 score: 0.6276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 34 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 35 score: 0.6335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 36 score: 0.7938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 37 score: 0.6809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 38 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 39 score: 0.8657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 40 score: 0.6051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 41 score: 0.9426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 42 score: 0.7253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 43 score: 0.7432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 44 score: 0.7434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 45 score: 0.8234 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 46 score: 0.7203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 47 score: 0.6538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 48 score: 0.5575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 49 score: 0.7791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 50 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 51 score: 0.2175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 52 score: 0.2902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 53 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 54 score: 0.7372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 55 score: 0.6760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 56 score: 0.5318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 57 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 58 score: 0.6530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 59 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 60 score: 0.5559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 61 score: 0.6281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 62 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 63 score: 0.3243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 64 score: 0.7114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 65 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 66 score: 0.6738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 67 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 68 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 69 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 70 score: 0.6305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 71 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 72 score: 0.6295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 73 score: 0.7292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 74 score: 0.6579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 75 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 76 score: 0.3179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 77 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 78 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 79 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 80 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 81 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 82 score: 0.5728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 83 score: 0.7008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 84 score: 0.6971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 85 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 86 score: 0.6425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 87 score: 0.2826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 88 score: 0.7115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 89 score: 0.6099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 90 score: 0.6248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 91 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 92 score: 0.7247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 93 score: 0.7548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 94 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 95 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 96 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 97 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 98 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 99 score: 0.6606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 100 score: 0.6819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 101 score: 0.5621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 102 score: 0.7238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 103 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 104 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 105 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 106 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 107 score: 0.6947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 108 score: 0.5811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 109 score: 0.5255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 110 score: 0.5977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 111 score: 0.5799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 112 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 113 score: 0.6801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 114 score: 0.5318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 115 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 116 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 117 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 118 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 119 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 120 score: 0.6569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 121 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 122 score: 0.8801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 123 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 124 score: 0.3406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 125 score: 0.5897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 126 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 127 score: 0.7716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 128 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 129 score: 0.6476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 130 score: 0.7256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 131 score: 0.5688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 132 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 133 score: 0.7058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 134 score: 0.6562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 135 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 136 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 137 score: 0.5898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 138 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 139 score: 0.3106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 140 score: 0.6985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 141 score: 0.6842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 142 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 143 score: 0.2337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 144 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 145 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 146 score: 0.6498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 147 score: 0.6444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 148 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 149 score: 0.6182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 150 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 151 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 152 score: 0.5547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 153 score: 0.5823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 154 score: 0.5735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 155 score: 0.7523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 156 score: 0.6755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 157 score: 0.7552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 158 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 159 score: 0.6806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 160 score: 0.7654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 161 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 162 score: 0.5360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 163 score: 0.5873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 164 score: 0.2850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 165 score: 0.4290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 166 score: 0.3994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 167 score: 0.6500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 168 score: 0.6557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 169 score: 0.6032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 170 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 171 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 172 score: 0.5733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 173 score: 0.5493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 174 score: 0.5744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 175 score: 0.7142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 176 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 177 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 178 score: 0.6228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 179 score: 0.8430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 180 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 181 score: 0.7443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 182 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 183 score: 0.8406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 184 score: 0.2320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 185 score: 0.7963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 186 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 187 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 188 score: 0.6351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 189 score: 0.7189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 190 score: 0.5132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 191 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 192 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 193 score: 0.3727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 194 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 195 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 196 score: 0.6282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 197 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 198 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 199 score: 0.7381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 200 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 201 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 202 score: 0.3133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 203 score: 0.5889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 204 score: 0.6930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 205 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 206 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 207 score: 0.5786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 208 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 209 score: 0.3799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 210 score: 0.2561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 211 score: 0.6466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 212 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 213 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 214 score: 0.6912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 215 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 216 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 217 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 218 score: 0.7886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 219 score: 0.4979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 220 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 221 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 222 score: 0.6555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 223 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 224 score: 0.9337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 225 score: 0.6643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 226 score: 0.7484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 227 score: 0.6828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 228 score: 0.7412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 229 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 230 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 231 score: 0.6429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 232 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 233 score: 0.3876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 234 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 235 score: 0.8936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 236 score: 0.4518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 237 score: 0.2294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 238 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 239 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 240 score: 0.5890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 241 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 242 score: 0.4893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 243 score: 0.6299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 244 score: 0.5543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 245 score: 0.5238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 246 score: 0.7518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 247 score: 0.5601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 248 score: 0.6033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 249 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 250 score: 0.8803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 251 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 252 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 253 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 254 score: 0.7414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 255 score: 0.7261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 256 score: 0.2307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 257 score: 0.6509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 258 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 259 score: 0.5062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 260 score: 0.2706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 261 score: 0.6807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 262 score: 0.6645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 263 score: 0.5900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 264 score: 0.7938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 265 score: 0.6019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 266 score: 0.6088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 267 score: 0.5467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 268 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 269 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 270 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 271 score: 0.5322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 272 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 273 score: 0.6224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 274 score: 0.6077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 275 score: 0.5310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 276 score: 0.6966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 277 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 278 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 279 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 280 score: 0.7173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 281 score: 0.7789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 282 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 283 score: 0.6660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 284 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 285 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 286 score: 0.8213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 287 score: 0.7776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 288 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 289 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 290 score: 0.2498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 291 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 292 score: 0.6885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 293 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 294 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 295 score: 0.7116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 296 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 297 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 298 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 299 score: 0.6290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 300 score: 0.6165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 301 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 302 score: 0.5970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 303 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 304 score: 0.6218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 305 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 306 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 307 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 308 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 309 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 310 score: 0.9386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 311 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 312 score: 0.6338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 313 score: 0.5074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 314 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 315 score: 0.7962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 316 score: 0.5728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 317 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 318 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 319 score: 0.5072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 320 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 321 score: 0.6473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 322 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 323 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 324 score: 0.6131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 325 score: 0.7828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 326 score: 0.5926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 327 score: 0.6499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 328 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 329 score: 0.8793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 330 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 331 score: 0.4342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 332 score: 0.7624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 333 score: 0.8889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 334 score: 0.4353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 335 score: 0.7408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 336 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 337 score: 0.6002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 338 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 339 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 340 score: 0.4201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 341 score: 0.2543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 342 score: 0.6164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 343 score: 0.6132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 344 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 345 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 346 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 347 score: 0.6708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 348 score: 0.4943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 349 score: 0.5284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 350 score: 0.6808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 351 score: 0.7640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 352 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 353 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 354 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 355 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 356 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 357 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 358 score: 0.6872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 359 score: 0.6797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 360 score: 0.5041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 361 score: 0.7339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 362 score: 0.6971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 363 score: 0.5272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 364 score: 0.6774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 365 score: 0.5536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 366 score: 0.5867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 367 score: 0.6167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 368 score: 0.5095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 369 score: 0.6794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 370 score: 0.6588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 371 score: 0.4517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 372 score: 0.7389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 373 score: 0.6672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 374 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 375 score: 0.7331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 376 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 377 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 378 score: 0.5073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 379 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 380 score: 0.8423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 381 score: 0.6338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 382 score: 0.5699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 383 score: 0.5461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 384 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 385 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 386 score: 0.6823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 387 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 388 score: 0.4407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 389 score: 0.7447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 390 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 391 score: 0.5908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 392 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 393 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 394 score: 0.8872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 395 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 396 score: 0.4869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 397 score: 0.2400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 398 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 399 score: 0.6767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 400 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 401 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 402 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 403 score: 0.7243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 404 score: 0.6882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 405 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 406 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 407 score: 0.5993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 408 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 409 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 410 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 411 score: 0.3389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 412 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 413 score: 0.6616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 414 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 415 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 416 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 417 score: 0.7392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 418 score: 0.9329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 419 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 420 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 421 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 422 score: 0.5156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 423 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 424 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 425 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 426 score: 0.6127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 427 score: 0.6599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 428 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 429 score: 0.8605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 430 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 431 score: 0.7804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 432 score: 0.4657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 433 score: 0.6330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 434 score: 0.6526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 435 score: 0.5773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 436 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 437 score: 0.6698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 438 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 439 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 440 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 441 score: 0.6026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 442 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 443 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 444 score: 0.7432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 445 score: 0.6124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 446 score: 0.5899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 447 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 448 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 449 score: 0.6109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 450 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 451 score: 0.6478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 452 score: 0.5556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 453 score: 0.7376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 454 score: 0.6714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 455 score: 0.7902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 456 score: 0.6356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 457 score: 0.6457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 458 score: 0.5431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 459 score: 0.5367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 460 score: 0.1967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 461 score: 0.5476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 462 score: 0.3534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 463 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 464 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 465 score: 0.6836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 466 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 467 score: 0.5051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 468 score: 0.6798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 469 score: 0.6647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 470 score: 0.5411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 471 score: 0.5644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 472 score: 0.4522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 473 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 474 score: 0.5713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 475 score: 0.6804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 476 score: 0.2785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 477 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 478 score: 0.7060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 479 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 480 score: 0.5243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 481 score: 0.5420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 482 score: 0.6068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 483 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 484 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 485 score: 0.5500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 486 score: 0.8216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 487 score: 0.6122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 488 score: 0.3045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 489 score: 0.4994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 490 score: 0.2766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 491 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 492 score: 0.7748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 493 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 494 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 495 score: 0.7560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 496 score: 0.3934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 497 score: 0.3704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 498 score: 0.7816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 499 score: 0.6782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 500 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 501 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 502 score: 0.6901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 503 score: 0.5956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 504 score: 0.6792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 505 score: 0.3266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 506 score: 0.7224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 507 score: 0.6244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 508 score: 0.6859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 509 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 510 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 511 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 512 score: 0.7392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 513 score: 0.6328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 514 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 515 score: 0.4626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 516 score: 0.4311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 517 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 518 score: 0.6310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 519 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 520 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 521 score: 0.6404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 522 score: 0.6575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 523 score: 0.3584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 524 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 525 score: 0.8415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 526 score: 0.7360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 527 score: 0.5582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 528 score: 0.4766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 529 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 530 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 531 score: 0.6294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 532 score: 0.4924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 533 score: 0.7100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 534 score: 0.3227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 535 score: 0.6123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 536 score: 0.5015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 537 score: 0.7130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 538 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 539 score: 0.7827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 540 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 541 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 542 score: 0.6976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 543 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 544 score: 0.7269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 545 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 546 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 547 score: 0.6298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 548 score: 0.5889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 549 score: 0.8828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 550 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 551 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 552 score: 0.7459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 553 score: 0.5236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 554 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 555 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 556 score: 0.3400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 557 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 558 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 559 score: 0.5167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 560 score: 0.5545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 561 score: 0.5748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 562 score: 0.6160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 563 score: 0.5692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 564 score: 0.7743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 565 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 566 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 567 score: 0.7295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 568 score: 0.5923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 569 score: 0.7724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 570 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 571 score: 0.6659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 572 score: 0.2407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 573 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 574 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 575 score: 0.6291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 576 score: 0.5356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 577 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 578 score: 0.6931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 579 score: 0.6136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 580 score: 0.5279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 581 score: 0.6308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 582 score: 0.4880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 583 score: 0.5281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 584 score: 0.5295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 585 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 586 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 587 score: 0.6409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 588 score: 0.5510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 589 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 590 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 591 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 592 score: 0.6884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 593 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 594 score: 0.8814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 595 score: 0.6695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 596 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 597 score: 0.5092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 598 score: 0.6387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 599 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 600 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 601 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 602 score: 0.4956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 603 score: 0.4840 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 604 score: 0.3322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 605 score: 0.8164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 606 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 607 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 608 score: 0.6669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 609 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 610 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 611 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 612 score: 0.6731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 613 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 614 score: 0.7029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 615 score: 0.6543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 616 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 617 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 618 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 619 score: 0.5808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 620 score: 0.3813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 621 score: 0.4171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 622 score: 0.5997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 623 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 624 score: 0.6867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 625 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 626 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 627 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 628 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 629 score: 0.7456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 630 score: 0.6846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 631 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 632 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 633 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 634 score: 0.9523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 635 score: 0.6248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 636 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 637 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 638 score: 0.7347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 639 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 640 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 641 score: 0.3944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 642 score: 0.5446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 643 score: 0.7479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 644 score: 0.6581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 645 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 646 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 647 score: 0.6512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 648 score: 0.6215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 649 score: 0.5612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 650 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 651 score: 0.6065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 652 score: 0.4551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 653 score: 0.4261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 654 score: 0.5364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 655 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 656 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 657 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 658 score: 0.6412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 659 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 660 score: 0.6110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 661 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 662 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 663 score: 0.6896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 664 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 665 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 666 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 667 score: 0.7230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 668 score: 0.6748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 669 score: 0.7791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 670 score: 0.3200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 671 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 672 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 673 score: 0.6775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 674 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 675 score: 0.6816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 676 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 677 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 678 score: 0.7279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 679 score: 0.5661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 680 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 681 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 682 score: 0.7397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 683 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 684 score: 0.6870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 685 score: 0.7391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 686 score: 0.8574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 687 score: 0.3480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 688 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 689 score: 0.6452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 690 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 691 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 692 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 693 score: 0.7682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 694 score: 0.5422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 695 score: 0.6911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 696 score: 0.7486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 697 score: 0.7598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 698 score: 0.6758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 699 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 700 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 701 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 702 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 703 score: 0.6694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 704 score: 0.6068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 705 score: 0.6311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 706 score: 0.7222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 707 score: 0.7141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 708 score: 0.8754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 709 score: 0.7619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 710 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 711 score: 0.4950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 712 score: 0.8427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 713 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 714 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 715 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 716 score: 0.8476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 717 score: 0.5728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 718 score: 0.6947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 719 score: 0.7522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 720 score: 0.7152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 721 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 722 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 723 score: 0.7364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 724 score: 0.6186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 725 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 726 score: 0.7485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 727 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 728 score: 0.7490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 729 score: 0.6616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 730 score: 0.5264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 731 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 732 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 733 score: 0.8347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 734 score: 0.3866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 735 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 736 score: 0.6886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 737 score: 0.7937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 738 score: 0.5943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 739 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 740 score: 0.8303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 741 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 742 score: 0.7008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 743 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 744 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 745 score: 0.6643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 746 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 747 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 748 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 749 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 750 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 751 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 752 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 753 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 754 score: 0.5705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 755 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 756 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 757 score: 0.6358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 758 score: 0.6913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 759 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 760 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 761 score: 0.2812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 762 score: 0.8345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 763 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 764 score: 0.8014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 765 score: 0.7317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 766 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 767 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 768 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 769 score: 0.9559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 770 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 771 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 772 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 773 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 774 score: 0.7070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 775 score: 0.6379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 776 score: 0.3999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 777 score: 0.4758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 778 score: 0.6661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 779 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 780 score: 0.6765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 781 score: 0.6699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 782 score: 0.7939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 783 score: 0.2892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 784 score: 0.7492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 785 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 786 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 787 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 788 score: 0.8026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 789 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 790 score: 0.6530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 791 score: 0.5889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 792 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 793 score: 0.7112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 794 score: 0.7095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 795 score: 0.6989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 796 score: 0.8036 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 797 score: 0.6798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 798 score: 0.5821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 799 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 800 score: 0.6952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 801 score: 0.6387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 802 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 803 score: 0.6877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 804 score: 0.5413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 805 score: 0.5225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 806 score: 0.6135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 807 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 808 score: 0.6648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 809 score: 0.6312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 810 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 811 score: 0.6361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 812 score: 0.8706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 813 score: 0.7392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 814 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 815 score: 0.6387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 816 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 817 score: 0.2480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 818 score: 0.6666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 819 score: 0.4537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 820 score: 0.6048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 821 score: 0.7711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 822 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 823 score: 0.7313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 824 score: 0.4688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 825 score: 0.5569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 826 score: 0.8161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 827 score: 0.5869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 828 score: 0.5899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 829 score: 0.4773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 830 score: 0.6982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 831 score: 0.5556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 832 score: 0.6951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 833 score: 0.6959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 834 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 835 score: 0.6537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 836 score: 0.6158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 837 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 838 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 839 score: 0.6983 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 840 score: 0.6418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 841 score: 0.4967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 842 score: 0.3504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 843 score: 0.4998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 844 score: 0.6277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 845 score: 0.4745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 846 score: 0.4818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 847 score: 0.7469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 848 score: 0.4965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 849 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 850 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 851 score: 0.6987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 852 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 853 score: 0.6520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 854 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 855 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 856 score: 0.6609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 857 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 858 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 859 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 860 score: 0.7737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 861 score: 0.6312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 862 score: 0.7420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 863 score: 0.4790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 864 score: 0.5814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 865 score: 0.5022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 866 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 867 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 868 score: 0.6674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 869 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 870 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 871 score: 0.4684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 872 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 873 score: 0.3260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 874 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 875 score: 0.6656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 876 score: 0.2501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 877 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 878 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 879 score: 0.7420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 880 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 881 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 882 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 883 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 884 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 885 score: 0.7022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 886 score: 0.6169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 887 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 888 score: 0.5721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 889 score: 0.7009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 890 score: 0.6446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 891 score: 0.6490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 892 score: 0.6054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 893 score: 0.6787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 894 score: 0.7009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 895 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 896 score: 0.7453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 897 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 898 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 899 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 900 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 901 score: 0.7155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 902 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 903 score: 0.6044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 904 score: 0.3121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 905 score: 0.6237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 906 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 907 score: 0.5491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 908 score: 0.7360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 909 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 910 score: 0.6550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 911 score: 0.6078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 912 score: 0.8648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 913 score: 0.5369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 914 score: 0.6029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 915 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 916 score: 0.6872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 917 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 918 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 919 score: 0.4824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 920 score: 0.7824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 921 score: 0.7395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 922 score: 0.3889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 923 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 924 score: 0.5252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 925 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 926 score: 0.6441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 927 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 928 score: 0.7360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 929 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 930 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 931 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 932 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 933 score: 0.5548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 934 score: 0.6413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 935 score: 0.3496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 936 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 937 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 938 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 939 score: 0.7958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 940 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 941 score: 0.6411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 942 score: 0.8519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 943 score: 0.7835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 944 score: 0.5014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 945 score: 0.6858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 946 score: 0.5281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 947 score: 0.5509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 948 score: 0.6879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 949 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 950 score: 0.6726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 951 score: 0.7281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 952 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 953 score: 0.7823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 954 score: 0.6173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 955 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 956 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 957 score: 0.8261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 958 score: 0.8221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 959 score: 0.4660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 960 score: 0.6638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 961 score: 0.4561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 962 score: 0.5504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 963 score: 0.5345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 964 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 965 score: 0.6904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 966 score: 0.6116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 967 score: 0.5517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 968 score: 0.4404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 969 score: 0.6657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 970 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 971 score: 0.6385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 972 score: 0.7161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 973 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 974 score: 0.7002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 975 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 976 score: 0.6710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 977 score: 0.7221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 978 score: 0.7187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 979 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 980 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 981 score: 0.4274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 982 score: 0.6837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 983 score: 0.6694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 984 score: 0.6091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 985 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 986 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 987 score: 0.6490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 988 score: 0.6359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 989 score: 0.4524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 990 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 991 score: 0.5684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 992 score: 0.6425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 993 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 994 score: 0.6075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 995 score: 0.5136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 996 score: 0.7550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 997 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 998 score: 0.6273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 999 score: 0.7298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1000 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1001 score: 0.3326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1002 score: 0.6465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1003 score: 0.6946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1004 score: 0.2676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1005 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1006 score: 0.8157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1007 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1008 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1009 score: 0.6155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1010 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur Segment 1011 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-en-ur score: 0.6872 diff --git a/test-gu-en b/test-gu-en new file mode 100644 index 0000000000000000000000000000000000000000..6bad3de6d1d450242e671e5f8c23b4f30ab43ebc --- /dev/null +++ b/test-gu-en @@ -0,0 +1,1012 @@ +He continued, "We now have four months until the midterms, which were previously four months until the diabetes. But now it's four months until the diabetes isn't." + +As with other celebrities, he can also bring in the Diabetes Matters campaign, which aims to raise awareness of type 1 diabetes among young people. + +We're not doing anything right now, Denise said. I've called his wife and we've e-mailed and gotten all the good vibes going. Right now it's just a wait." +Meanwhile, Ring's CEO, Jamie Siminoff, was not available to comment on the company's decision while his spokesperson did not immediately respond to a request for comment. +He became a Wi-Fi believer, he said. +Simonofsky said that in 2013, following a presentation at Shark Tank, sales of the product skyrocketed, with Shark Tank investor Kevin O'Leary taking an interest. +Simon Cowell appeared on QVC's The Shopping Channel in 2017. +Ringway has partnered with ADT Corporation, a leading provider of monitored security and automation solutions in the U.S., to bring Ring's award-winning security and smart home products to the U.S. market. +While a professional diver was able to confirm the death of a man, as of yet, no one has been able to positively identify the victim. +ZMapp, an antibody developed by the U.S. Army, was promising in lab studies but proved disappointingly ineffective in treating patients. +In Pyeongchang, Zhang made history by becoming the first Chinese figure skater to win an Olympic medal, and the second Chinese athlete to win a medal at the Winter Games. +The U.S. supports the patrons of the U.S. States Olympic & Paralympic Committee and the Olympic Movement as a whole in requesting the IOC to award all of our athletes the opportunity to take home a medal from the Olympic Games. +We're working with the USOC to make sure our athletes, their sports and our club have a meaningful place in the organization, not only to compete but to serve. + +The U.S. and U.S.O.C. have the same goal - to get athletes on the U.S. Olympic team, and others, to compete at the highest level, in the most competitive, fair and accountable environment. +During the 1960s, Brzezinski worked for John F. Kennedy, and later for Lyndon B. Johnson. +According to the Heritage Foundation, he advised Carter on foreign policy during the 1976 election, then served on the National Security Advisory Board (NSA) from 1977 to 1981. + +Ryan Gosling and Emma Stone have been named as favourites to win the coveted Best Actor and Best Actress awards at the Oscars. +Gosling and Stone were nominated for best actor and actress in a motion picture. +Other nominees include Best Picture, Director, Screenwriter, Cinematographer, Costume Design, Film Editing, Original Score, Production Design, Sound Mixing, Sound Editing, and Visual Effects. +The film's two titles, Odyssey (The Fool's Journey) and City of Stars, are named after tarot cards - the 26th being the highest. +Donald Trump, the president of the United States, announced on Saturday that US troops would be leaving Syria "very soon". +Trump spoke by phone with Turkish President Recep Tayyip Erdogan, who then made the announcement. +Turkey will also work to protect ISIS fighters who will return to their home countries, Erdogan said, according to Reuters. +This is not the first time some dinosaurs have been found, of course, but the information provided by the experts is not always readily available, especially when it comes to details such as range and dietary habits. +Scientists say the creature was a carnivorous dinosaur that walked upright or ran on two legs. +The discovery also confirms the theory that the penguin's ancestors originated from the Gondwana supercontinent. + + +Investigators believe the victim was a young man in his 20s, described as black, between 5ft 8in and 5ft 10in tall, of slim build with short black hair. +Two police officers have died and another has been injured after a car ploughed into a group of police officers in Turkey's capital Ankara. +State police officials said the victim was a police officer. +Police said they believe the suspect is a white male in his 20s. +They know that Surya is a major deity of other religions: in Bali, for example, Surya is worshipped and celebrated as a deity, and there is nothing wrong with that. +Associated with Pluto, it is used in conjunction with the number 4 to bring luck and prosperity. +Roseby is a tiny, isolated outpost in the middle of nowhere, in the middle of nothing. +During his tenure, Evers often found himself at odds with the Republican-controlled legislature. +He was sentenced to five years in prison, stripped of his citizenship, deported to Nepal and banned from entering India. +The 802.11n standard works on both 2.4Ghz and 5.0Ghz frequencies. +This base station can go backward compatible with 802.11a, 802.11b and 802.11g. +The 802.11n standard is significantly faster than its predecessor, 802.11g, with speeds up to 600 Mb/s. +Two teenage boys have been arrested on suspicion of murder after a man was stabbed to death in Milton Keynes. +When asked to comment, Miler said, "Mike has a lot more to say. I'm not going to comment on what he's going to say." +He said, "We will try to reduce the Joint Crediting Mechanism (JCM) from 2005 to 2020." +He did not cite any sources for his claim and said he would not take money from China's economic development. +He added that developed countries should "walk the talk" by committing to "first come, first served" and then following through. +He added that,""Of course, they don't want to be reminded of their failures, incompetence and shortcomings.""" +Iraq's study was published today at 12:00 GMT. +He argues that no one can deny that in the era of Saddam Hussein, Iraq was free of civil war, widespread corruption or totalitarian dictatorship. +The agreement is being hailed as a breakthrough in relations between the U.S. and North Korea's most important trading partner, China. +The news comes just days after Iran's Foreign Minister Mohammad Javad Zarif said that Tehran is willing to negotiate with the U.S. without preconditions. +His 78 appearances this year make him the first New Zealand batsman to pass 7,000 runs in first-class cricket, and only the second New Zealander to reach 7,000 runs and 7,000 wickets combined. +The Foreign Minister of Argentina, Felipe Dyck-Kirchner, went to La Plata, 50 kilometres (31 miles) from Buenos Aires, to give a speech in favour of a presidential run, in which he declared himself in favour of a presidential run. +Ms Kircherer made her debut in the theatre in 2005 as a member of the ensemble in the play "Bunny Lake is Missing" by William Inge at the Schaubuehne Berlin, where she has been a member of the ensemble since 2010. +Jeremy Corbyn was jeered during a debate on housing and regeneration in Haringey, north London; an issue that some Labour moderates have dubbed the "cult of the white working class". +Washington's insistence that Pyongyang give up its nuclear weapons unilaterally without any trust-building moves was a stumbling block in denuclearization talks. +Hundreds of people had gathered for a festival in the city of Palu when the tsunami smashed on shore. +The crowd of about 200 people was so large that it spilled into the parking lot across the street from the city council chambers. +Rome's various venues and large television screens around the city allowed people to watch the parade. +The statue was unveiled in Poland's capital, Warsaw, and in many other cities across Poland and the world, to the delight of large crowds. +Diplomats have noted that the FBI's investigations of Kavanaugh have focused on the credibility of the accusers, rather than the veracity of the claims themselves, especially those made by Christine Blasey Ford, who testified before the Senate Judiciary Committee that Kavanaugh had sexually assaulted her when they were teenagers. +Congress began an investigation in 2005 into whether Fannie Mae had violated accounting rules by understating losses and overstating profits. +Robin Uthappa scored 70 runs in 41 balls by hitting 11 fours and 2 sixes. +Midfielder Ordo Batshuayi and forward Raul de Tomas did a good job of keeping the home side in the game. +However, India only managed to score 36 runs in 7 overs while losing 7 wickets. +U.S. President George W. Bush arrived in Singapore on Nov. 16 for a one-day visit ahead of the Asia Pacific Economic Cooperation (APEC) summit. +Singaporean Prime Minister Lee Hsien Loong thanked Wong Kan Seng, Singapore's former prime minister, and discussed defense and security issues with him. +A week after winning a landslide victory in Indonesia's presidential election, Joko "Jokowi" Widodo spoke to reporters about the country's shift toward democracy. +NDP Leader Jagmeet Singh met with Prime Minister Justin Trudeau on Monday for a 25-minute meeting, the second time the two have met since Singh took over as party leader in October 2017. +Layton was repeatedly pressed on the issue during a meeting with the Conservative Party's Parliamentary Board, in which the Conservative Party's Parliamentary Board called for a "full and fair inquiry." +Federal government and some state legislatures have resisted calls to legalize marijuana, even as public opinion has shifted in favor of doing so. +But Prime Minister John Howard said the AUD$45 million (US$36 million) payment was aimed at protecting the lives of the detained asylum seekers by ensuring they were not sent back to their home countries. +According to the latest bulletin from the Volcanic Ash Advisory Center, the eruption was continuing. The ash clouds were observed up to 2,000 m above the summit and drifted to the northwest. +Tonga does not have a large army or navy, but has a well-trained volunteer air force, which helped Tonga's officials at the PTWC receive early warning of the approaching tsunami. +Despite the protests, the Dariyapur metro station remained closed on Wednesday. +U.S. President George W. Bush was scheduled to address the gathering. +Bush spokesman Gordon Johndrow said the North "would be taking a big step toward the goal of the denuclearization of the Korean peninsula by making this commitment." +The name of the atomic bomb that was dropped on the city of Hiroshima was called Little Boy, the atomic bomb that was dropped on the city of Nagasaki was called Fat Man. +The National Hurricane Center says there are no watches or warnings in effect for the U.S. Virgin Islands. +The U.S. Corps of Engineers estimated that the dam could collapse within 6 inches of an earthquake. +The new world record holder, who rowed 20ft high during Hurricane Katrina, has been swept out to sea by the tsunami. +The 100-foot waterfall plummets into a canyon. +Komnas Hakam's commissioner, Adam Kurnia, expressed disappointment when he spoke to the media last month. + +In the wake of the violent clashes, the site has been closed to carry out a safety assessment of the area and to prevent further racially-motivated attacks. +Most of the work was done by volunteers. But it was funded by the Sagitarian Galexies, a group of aliens from a planet orbiting the star Sagittarius A*. +The team that finds the treasure will be divided into two groups, one led by the White Panda and one led by the Black Panda. +Chandrayaan-1 is orbiting the Moon in an elliptical orbit with an apogee (farthest from Moon) of 20,000 km and a perigee (closest to Moon) of 220 km. +Scientists have successfully demonstrated that a dark matter detector can distinguish between different types of dark matter. +The theory says that most of the light emitted by the Sun is in the form of a particle called a photon. And it is made up of very small particles. +Television reported that the man was being treated for a gunshot wound to the chest. +Local authorities are urging residents to stay indoors, shut their air conditioners, and not to go into the water. +According to Japan's Nuclear Regulation Authority, the reactors at Fukushima and Onagawa have been identified. +Officials fear that the site will be overrun by European Union citizens fleeing their home countries and seeking asylum. +Dr. Toney Moore discovered the XDR-TB strain of tuberculosis in the KwaZulu-Natal province of South Africa. +In an interview, he said the new deal was "very positive and hopeful." +Dr. Moore believes that some patients may come to the hospital but not to the emergency room, and that there may be as few as two emergency room health care workers on site. +Within a year, the sanctuary can accommodate 10 to 15 people. +However, the prevalence of XDR-TB in people living with TB is still relatively low; in South Africa, for example, 6,000 out of 3.3 million people were infected with XDR-TB at one time. +These rockets, which were more than 1,000 pounds each, and were fired from 17,500 miles up, landed within 491 miles of Prithvi Island. +Scientists say the explosion was caused by a meteorite. +They are still arguing that the cross was quite large and how it would have affected Prithvi. +The U.S. Department of Defense is tracking a U.S. Navy destroyer that is en route to the Strait of Hormuz. +Platini's comments will be posted on the UEFA website. +Officials in Pennsylvania said a doctor who worked at Children's Hospital of Philadelphia in Pitsburg will be charged in the death of his mother, who died Monday after being struck by a car while walking her dog. +29-year-old Dr. Malar Balasubramaniam, who worked in the OHIO BLUE ASH HOSPITAL, about 15 miles north of Cincinnati, was on the operating table and in good condition, hospital officials said. +He told officers he was going to his Oldsmobile Intrigue, which was 500 feet away. +There, he found the 53-year-old Saroja Balasubramanian's body hanging from a ceiling fan in a locked room. +Police said he had been at the scene for about a day. +The first case of the disease in this mosquito was noted in the end of July. +The disease is transmitted through mosquito bites, which then infect humans. +Due to this, the Government of India has made it mandatory to register foreigners staying in the guest houses, hotels, lodges, etc. +The government has announced hundreds of millions of pounds of funding for the NHS, which will help the health service cope with demand in the coming years. +Due to the low priority given to dengue and other mosquito-borne diseases, vaccination plans have been delayed in some of the most affected areas this year. +In 1956, Sweden hosted the games, where three years later he founded the Swedish Postal Agency and became its main shareholder. +He had more than 1,000 tickets for Sweden and another 28 countries. +His work is so highly regarded and well known that he is one of the few "household names" in the field of philately. Some of his work is displayed in the Smithsonian Institution. +It was his 1,000th title, "Greatest of All Time" Dave Colquhoun wrote in the 2000s on the Guinness Book of World Records website. +He was also noted for his work on a number of currencies for many countries, including the new $5 and $100 Canadian bills, which are currently in circulation. +After the accident, Gisborne was taken to hospital but died a short time later. +The driver, aged 64, did not suffer injuries in the crash. +He was also scheduled to fly out of the airport at 1200 GMT on Thursday. +A man working in the garage said: "The children were out playing and all the chickens were running around. +Everyone ran for their lives when they heard the explosion. +Other issues in Ballard's agenda include protecting the world's oceans and helping developing countries to explore and exploit them in a sustainable way. +The United States also hopes to persuade North Korea to give up its nuclear weapons in exchange for guarantees of its security. +These rains will bring drought relief to parts of the Desert Southwest, Midwest, and Northeast U.S., and will help to alleviate drought conditions across the Pacific Northwest. +Flake wrote that he was concerned that women were being taken out of the conversation about women's health. +His decision came after women and men testified at a public hearing to a panel of lawmakers about multiple credible allegations of sexual misconduct, including that he had pressured them into having sex. +About 40 sailors were aboard the Yard when fighting broke out, and they did not immediately return fire, officials said. +Officials tried to restore order, but the crowd's anger was palpable. +Yard was closed between 10.00pm and 11.00pm last night. +Meanwhile, security forces fired tear gas and used water cannons to disperse protesters before the Ramadan iftar, or fast-breaking, meal. +Firefighters worked through the night to tackle the blaze, which broke out at 11.35pm. +After the dam broke in 1963, the Moses Park could have prevented the camp from flooding. +The camp was set up to teach the basics of camping and canoeing, which are essential skills for living in the jungle. +Meanwhile, production of the two models has been halted and two other models have been discontinued, including the Humpback. +Although water levels are expected to drop slightly after the dam opens, officials are hopeful it will help alleviate flooding in parts of Haiti. +No tsunami has been triggered by the earthquake, and Indonesia's tsunami-detection system, which was upgraded after a deadly 2004 quake, is working as it should, geophysics agency BMKG said. +Residents were evacuated and sheltered in their own homes, with no reports of injuries. +Despite being injured herself, she assured her colleagues that she would be back. +This is not going to end well. This is the beginning of the end and the end of the beginning." +North Korea's Kim Jong Un and South Korean President Moon Jae-in could shake hands again for the first time since their landmark summit in Singapore in June. +President Paul Kagame of Rwanda also attended the parliamentary elections in Namibia, which were held by the SWAPO party. +He faced resistance in securing the site and had to call in riot police to help deal with another group of protesters. +The quake hit just off the coast of Indonesia, which sits on the Pacific "Ring of Fire," an arc of seismic activity that stretches from Japan and Indonesia on one side of the Pacific to California and South America on the other. +Bad weather and rugged terrain have hampered efforts to find the wreckage of a plane that crashed in Indonesia, killing all 189 people on board. +Madilynn Caley-Jones, Madeleine Sands-Frazer and Woldhealth Organization all ranked among the worst in the country. +Rick Wershe Jr., the subject of the documentary "White Boy Rick," told the Detroit Free Press: "Angola is the worst of the worst, and the conditions are still pretty bad," he said. +The race was canceled at 10:00 a.m. due to a major weather event and marked the first time in seven races that the race was canceled. +Top seed Thiem suffered a shock 26-00 0-5 defeat to Zverev on the side he grew up on in the last 16 of the US Open. +Tornadoes ripped through the Deep South, carving a path of destruction through the small town of Beauregard, Alabama. +They had a tough time dealing with Bolton's directness, his bluntness and the fact that he was telling them things they didn't want to hear. +Officials with the Maryland City and Anne Arundel County Musuem say the manuscript is rare and could be dangerous to public health because it contains asbestos. +He was sentenced to death on Monday, but the court's decision was postponed until Thursday. +The "Seven Seas Splendor" has a guest capacity of between 1,000 and 2,500 passengers, according to Cruise Critic. +The Infrarred Imaging Detector Array (IIDA) shows that the day and night sides of Venus may have clouds. +They are closed during the day and open at night. +"His thermal vents are not as large as those of Prith + +Officials check voter rolls after the polls close, and then tabulate the results and report them to the Election Commission. +Franco's Fascist Laws for the Punishment of the Convicted Criminal + +Each part of Monday's proceedings will see the judges questioning the witnesses. Meanwhile, experts are divided over whether the intense scrutiny of the witnesses will sway the jurors one way or the other. +In 2007, the ASUS Eee PC became the world's most shipped laptop in a single month, with more than 200,000 units sold. +The 2007 Taiwan Strait Crisis led to a period of tension and mistrust between China and Taiwan. +The station's website states it in this way: "The New and Improved Giant Red Theater!" +During the initial days, Sho was busy, appearing on the long-running talk radio show, TogiNet Radio on the Interstate Radio Network. +In 2015, TogiNet helped establish the AstroNet Radio Station as a support station. +The job was based in Puerto Rico, a U.S. territory in the Caribbean, and was open to U.S. citizens. +In Bishkek, Kyrgyzstan's Interior Minister Zarylbek Rysaliyev said in the early hours of Saturday that Kanatbek had been detained. +Bishaq was dubbed "arrogance" by one teacher, because his grades were slipping and he was losing his job as a gravedigger. +Many Venezuelans have fled to neighboring Colombia for economic reasons. +The Republic of South Africa has defeated the Ola Blanks (Netherlands) in the Rugby Union Tri Nations match held at the Rustenburg, Royals Bafokeng Stadium in South Africa. +The final score was 21-20, a one-point win for the Oilers, who clinched a playoff spot with 15 games remaining. +For Springboks, it ended a five-match winning streak against the All Blacks. +Two weeks ago it was the final match of the Trophy Play-offs for the BLACKCAPS. +Scherff's final match of the season will take place in Ellis Park, Johannesburg, where the Springboks face Australia. +A tsunami hit the coastal city of Palu on Friday night at 10:08 p.m., according to the U.S. Geological Survey. +Nukusan Volcano has not erupted in the past 2,000 years, according to the U.S. Geological Survey (USGS) and the National Volcanic Information Center (NVIC). +The quake hit just off central Sulawesi at a depth of 20 km (15 miles), and was centered 65 km (40 miles) northeast of the city of Palu, the USGS said. +A deadly bird flu strain, H5N1, has been confirmed in a poultry flock in France, the country's agriculture ministry said on Monday, the first time the highly pathogenic strain has been found in domestic birds in France. +The Vatican is the only country in Europe without McDonald's; Austria, Germany, Slovenia, Bulgaria, Greece and Iceland follow. +Croatia and Denmark are battling outbreaks of the highly pathogenic H5N1 bird flu. +Chambers was convicted of first-degree murder, aggravated child abuse and aggravated assault in the death of Chambers. +Chambers, a U.S. Navy veteran, argues that his flag is "peaceful" and can be flown "in front of anyone." +Franco's is a one-hour bus ride away from Camelot Saint-Cyr, and is worth the detour for the dragon and the jousts put on for the tourists. +Meanwhile, staff at the Stag have been credited with saving the lives of Smokey Johnson and Thayer, who were trapped in the rubble. +Pure House Speaker Nancy Pelosi, Gov. Rick Perry of Texas and Kentucky's Gov. Steve Beshear rounded out the top four, five and six. +After the protests, Gingrich praised Santorum, but also criticized Romney, who he said had "earned the right" to take on Gingrich in the upcoming Arizona and Michigan primaries. +Pelosi said that she would "take a hard look" at running for a leadership position in the caucus, but later said that she would stay in the caucus and try to win the speakership in 2019. +Aguilera made the decision to not perform her own song "Beautiful" at the Oscars. +The photographer was taken to a nearby medical center, where he later died. +The information was reported to be between 20s and 30s seconds long. The broadcaster stated that "when I realised I wasn't going to be able to talk properly I informed my colleagues and the presenter of my understanding of the situation." + +The driver of the car involved in the collision with the photographer is not believed to have been injured. +Each day brings hundreds of millions of dollars into the U.S., and many countries are failing to collect the taxes they are owed. +In it, women in the upper echelons of SUPER-J's newest product, the NEDERLAND line, and the newest member of SUPER-J's finance team, KATJA SARENEN, join forces to take on the ruthless CEO of SUPER-J, JOHN LANDON. +The men's standing super-G was postponed until Sunday at the Alpine Skiing World Championships in Austria's Schladming. +Mexico's Alejandro Valdes made a crucial save in the men's sitting volleyball final against the United States. In the men's standing volleyball final, New Zealand's David Murphy made a crucial block against the United States. +Poland's Pawel Fajdek and Dariusz Szczesny took silver and bronze in the men's 200m backstroke with times of 1:54.68 and 1:55.08 respectively. +After the 2010 earthquake hit Haiti, UN peacekeepers were deployed to the country to help restore order, which ended in 2017. +The U.N.'s refugee agency UNHCR did not immediately respond to a request for comment on Mukuzani, one of the largest camps near the border with Ethiopia. +Before the Saints, the Hatters had not conceded a single goal from the 1800s. +The Hague-based tribunal has stressed in its rulings that the UN Security Council's peacekeeping mandate for Nepal prohibits the unilateral declaration of independence. +The UN's refugee agency, the United Nations High Commissioner for Refugees (UNHCR), said in a statement that it was "extremely concerned" about the reports. +Hammel confirmed that the Howard University Hospital had treated the victim. +He was living in Dar es Salaam, Tanzania, where a number of Ivory Coast's players were staying. +Davakhana has a protocol in place for managing patients, which involves isolating the patient from others to prevent the spread of infection. +Simpson worked at several shops around the city. +In 1980 he worked on the Texaco, Chevrolet and Datsun Ultramatic transmissions. +In 1989 he helped found The Simpsons and was the show's first hired writer. +Even though he moved to Showtime in 1993, he continued to produce the award-winning Prodigy until 2001, and was still winning dozens of awards in the late 1990s. +Earlier, China's news agency Xinhua had reported a plane crash. +Subsequently, it was reported that the plane had been hijacked and was on its way to Afghanistan, and landed in Kandahar. +According to initial reports, the plane was diverted to Dhaka after an emergency landing was performed at Imam Khomeini International Airport in Mashhad, Iran. +Hawaii is unique among the states, in that it has a one-star general who oversees and commands both the Army and the Air Force. +International sanctions mean that new aircraft cannot be bought. +At least three people have died and three more are being treated for injuries in a helicopter crash in New York this weekend. +Last month, Iran marked the anniversary of one of its worst air disasters, when an Airbus A300 crashed shortly after takeoff in July 1988, killing all 290 people on board. +This was the second airliner to crash in Indonesia in just over a year, striking fear into the hearts of people on the ground. +Arosmith have cancelled their concerts for their tour. +Rockefeller traveled to the U.S. and Canada from Sept. 16. +He tore his Achilles tendon while running a sprint drill on the practice field on Aug. 5, putting his rookie season in jeopardy. +After a one-on-one conversation in the set, I went to the first tee at 7 a.m. +Del Potro was on the verge of a tie-break lead at 6-6 in the deciding fifth set, but there was still time for another twist in the tale. +Patterson received a standing ovation at the time but returned to the bench for the remainder of the game. +The ceremony began at 8:30 a.m. local time (15.00 UTC). +Prominent musicians from across the country performed songs or poems dedicated to Mr. Shyam. +The bird of prey swooped in, picked up the chicken and flew off with it, leaving the Raju Khandelwal stunned. +After that, the Lok Sabha Speaker adjourned the session. +The 108 plates (56 gold, 52 brass) were buried in the hill Cumorah (in upstate New York) by Moroni, the last Nephite prophet. +Lakhwinder Singh was also injured in the blast. He was rushed to a hospital where he succumbed to his injuries. +On Thursday, Nintendo of America president Reggie Fils-Aime announced the new Nintendo Network ID system for the company's main presentation at the Tokyo Game Show. +The Belgian controller is using two sensors acquired from the cancelled Belgian Air Force C-130H Hercules to make his C-130H a tri-jurisdictional aircraft. +Upgrades are now available in the video games section of the PlayStation Store, allowing players to purchase and activate the content immediately. +The Jiankarailo Fisichella crashed into the barriers and only just avoided a collision with Raikkonen after the restart. +His teammate Fernando Alonso was also deep in trouble, but managed to bring his car to a halt just short of the pit wall, narrowly avoiding a crash. +Mick Schumacher's race ended early in the race at Alonso's expense, bringing an early end to a promising race for Haas. +“It’s very kind and very generous,” he said of the award. +While I was rehearsing, I was very emotional, very moved." +While the launch was nearly 3 minutes long, the lander successfully deployed several of the InSight's solar arrays once it landed on the Martian surface. +However, they are not believed to have caused any damage. +Nasa's chief of planetary exploration, Cathy Wieckert, said: "We're worried about what's going on down there." + +I was on the bench and on the sidelines with my back against the bench and two guys on either side of me, people yelling and screaming," said Armond Wakefield. +The NHC also said that tropical moisture is feeding tropical rain showers across the Desert Southwest. +The Hokuriku Electric Power Company said it had shut down reactors No. 1 and No. 2 at its Ikata nuclear plant, citing a tsunami warning. +It is known that there are about 9,400 houses in the area and the area is about 100 square kilometers. +Some roads in the D.C. area have been closed, Amtrak service has been suspended, and Metro is shutting down for the day. +Outside the Governor's Mansion was a bomb blast. +More than three bombs exploded within two hours in Dhaka, the capital of Bangladesh. +Some reports put the death toll at eight, while official media said 30 people had been injured; but the final toll was still unknown. +Palu was hit by waves as high as six meters (19 feet) that swept away everything in their path, destroying buildings and uprooting trees, agency head Sutopo Purwo Nugroho told a news conference in Jakarta. +Researchers at the University of Nottingham have developed two vaccines that can teach the immune system to recognise cells from a type of cancer called glioblastoma. +Investigators found traces of melamine and cyanuric acid in the powdered milk. +While the Infraspectroscopic spectroscopy technique is used to identify the unique fingerprints of popular pharmaceuticals, this spectroscopy technique is used to identify the unique fingerprints of these chemicals. +You feel it or you don't feel it, but a large part of the U.S. population has made this country what it is today. +Even so, our sanctions on North Korea's exports of refined petroleum products have significantly reduced the goods that they can sell to raise the money they need to fund their nuclear and ballistic missile programs. +It didn't make sense to me; it didn't feel right. +I tell people all the time that you have to treat people the way you would want to be treated. +California state Sen. Arnold Schwarzenegger has introduced a bill that would ban violent video games or movies from being sold to minors. +The bill would make it illegal for California video game retailers to sell "18" rated games to minors and would fine retailers $1,000 for selling games to minors. +Kyrgios, the director of public prosecutions, announced this morning that he would be bringing charges against both Hayne and Price. +Hannah has received rave reviews and will be replaced in the cabinet by David Mundell, who will also take over as DUP MP at Westminster from Nigel Dodds. +Houston and Price are scheduled to appear before the 16th U.S. Circuit Court of Appeals in Washington, D.C. +The dead were identified as Nikolaus Alden, 25, and Zachary Cuddeback, 21. Cuddeback was the driver. +Edgar Villalobos was shot in the head and chest while the Christofer Snyder was treated for a gunshot wound to his arm. +Fourth man's body found at scene of Moss Side fire as firefighters remain at scene overnight - one man treated for smoke inhalation, another with stab wounds and a third with facial injuries. +Schneider released a statement via video link from his USAF base. +After Monday's events, Karpenko was laid to rest in a two-hour funeral procession through Kyiv's Cathedral of Christ the Savior. +It was her first cellphone, but she didn't make it out of the first room. Of the 116 students who took the course, only 36 passed. + +Four seats in the women's sitting group were uncontested and another 45 of the 117 seats in the lower house were awarded without a contest. +Majority of the leaked documents and mobile phones belonged to Chowrangi police. +Deputy Inspector General of Police J.D.K. Arya said, "We have arrested 5 people involved in the murder of Sushma Mahila and seized their mobile phones and laptops." +The names of the accused are Babu Kajar, Bhuta Kajar, Ramprao Kajar, Gaja Kajar and Vishnu Kajar. +Police Commissioner Chandra Shekhar Solanki said the accused were arrested from the court. +There were three people inside the home at the time, but none of them were injured. +However, the driver suffered serious head injuries. +The road was closed for several hours while emergency services dealt with the incident and the driver of the lorry was treated for minor injuries. +He was taken to James Paget Hospital in Gorleston in the early hours of Saturday. +He was eventually located at a hospital in Cambridge, Massachusetts. +Adekoya was charged with the murder of his son at Edinburgh Sheriff Court. +Its fate is sealed and its doom inevitable, but no one can deny the beauty of the flower that blooms in the desert, just as no one can deny the beauty of a snowflake even though its fate is sealed and its doom inevitable. +This is a common misconception in the UK, but the Scottish legal system operates differently from the rest of the UK, and courts consider the admissibility of photographs in a similar way. +Danny O'Neil, of the University of Dundee's School of Psychology, noted that "people tend to feel they are on a roll when they are on a winning streak." +Crown Office, which is the prosecuting authority in the case, has told the public there will be no further updates until the trial begins. +The document, dated July 1967, will highlight a declaration made by Palestinian leaders just before the Six-Day War in 1967, which the Palestinians want to claim as their capital. +Other agreements in place include the 1994 Treaty of Peace and Friendship between the Kingdom of Bhutan and the People's Republic of China. +Ireland's Milletarians are hoping to hold a six-year term in the European Parliament while PA is only allowed to run for a five-year term. +The post was manned by a small detachment of Royal Engineers, as the trail was off-limits to civilians, and to discourage trespassing. +The National Police of the Netherlands and the Special Intervention Detachment of the Netherlands (NNSD) were involved in the operation, as well as the Special Intervention Detachment of the Netherlands (NNSD). +According to NPWS ranger Mike O'Flaherty, the first four shelters to be opened to the public were inspected and given the green light for occupancy and instruction. +Marte Olsbu Roeiseland of Norway took gold in the women's new event, the Professional Electronic Counter (CEP). +This is the fifth CEP for Martin in four years. +Last month, the Presidency of the Council of the European Union invited CEP to Brussels to participate in the preparations for the new accession negotiations with the country. +In October, the Commission gave the go-ahead for the protests, saying they were in line with the right to freedom of expression. +The year 2011 saw the beginning of a holy war against the failure of the referendum. +More than 600 IPods, worth nearly Rs 60 lakh, were stolen from the shop, police said, adding that six people had been arrested in connection with the theft. +Japan's Ministry of Economy, Trade and Industry (METI) said it was aware of the reports and was investigating. +On Thursday, the MITIE said it had informed Apple of the 34 incidents, which the company described as "isolated." +The minister, referring to the report, said, "It is a "very serious" matter." +A tsunami hit the city of Palu on the island of Sulawesi at 07:19 local time Saturday (09:19 GMT). +North Korea's Kim Jong-un 'not aware' of any nuclear disarmament plan, says South Korea's Kim Yong-chol +The Pacific also said there was no tsunami warning in place. +The former Filipino policeman has been imprisoned in Hong Kong since his extradition from the Philippines in 2018. +Rolando Mendoza had his Am16 rifle trained on the passengers. +Some barricades have been erected and six people have been treated for minor injuries. +Philipino photographer and children were among the six victims to die in the landslide. +Photographers got a rare glimpse of a female warrior because she needed to go to the toilet. Mendoza was caught in the act of breastfeeding her baby. +Legionnaires' was contracted by his father, and he died of a heart attack. +He received a PhD in physics and began working at the Oak Ridge National Laboratory in 1959. +Despite working in Davenport, Lygons decided to pursue a career in pre-major laboratory work. +His research suggests that if the Higgs boson is found, it will be more than ten times heavier than previously thought. +The Shinhua has reported that the two flight recorders from the crashed Boeing 737 MAX 8 have been recovered. +The couple also gifted Luna a birthday cake. +Tommy Dreamer said that "Luna was the first woman I managed, the first woman to die in my two decades of managing. An amazing woman. A beautiful soul." +The Dusty "Goldust" Rhodes told the "Runnels" that he was "just as nervous as Luna was ... probably even more so ... he cares so much and is in such a better position." +The number of Oregonians opposed to bringing the president to the state more than doubled between 2008 and 2010, according to a poll of 1,400 likely voters ahead of the 2010 midterm elections. +Former Vice President Joe Biden suggested in 2010 that the United States should become a guarantor of Taiwan's security at the end of the One China policy. +Of the 34 percent of Maryland voters who cast ballots in the midterms, 58 percent were in favor of legalizing recreational marijuana, while 32 percent were against it. +On the eve of the midterm elections, 29 percent of survey respondents said they thought the U.S. should become a democracy, while 31 percent said the U.S. should never become a democracy. +Olympic silver medallist 100m and 200m freestyle star is set to compete in three events at the Commonwealth Games, but his fitness remains in doubt. +Due to the ban on betting in the matches, it is not possible to bet on it. +The largest prime number known to date, 257,885,161 - 1, was announced on January 25, 2018 by Professor Chris Caldwell of The University of Central Missouri and Professor Simon Plouffe of the University of Waterloo. +A number of people attended the funeral of Fauci in New York, using hard hats and umbrellas to shield themselves from the rain, and made headlines on Monday. +Asteroids can bring water and organic molecules to the planets and may have seeded the origins of life. +Scientists are trying to work out how the grains got to the asteroid, specifically to the asteroid belt between Mars and Jupiter, because the grains are billions of years old. +Koum, 53, became a state legislator in 2016 and last month introduced a bill to make California a sanctuary for illegal immigrants. +He called the allegations "political persecution and a witch hunt." +He is scheduled to face trial in 2016 for the murder of President Suharto. +NextGen is a revolution, the FAA says, that will cut delays in half and reduce carbon emissions by the equivalent of taking a million cars off the road each year. +It uses satellite-based technology originally developed for the June 2004 tsunami in Aceh, Indonesia, to detect tsunamis more quickly and provide more detailed information about the waves. +Parivahan does not bring in any new features and will not be available in Overseas Territories, and the car parking and park-and-ride facilities will remain unchanged. +Parivahan's action has made it possible that the team's supporters will be able to watch the match without any hassle. +On Thursday, in a study published in the journal Nature, scientists announced the discovery of a new bird species on Ecuador's Galapagos Islands. +The United States' Princeton University and Sweden's Uppsala University announced in a joint press release that they expected the new project to take up to two years, with a possible extension. +Sunlight can be concentrated with all kinds of mirrors. It can even be focused with small mirrors. +It can be stored in the freezer, which will keep it soft and pliable. It can also be baked in the oven or grilled. +It can be made very thin or quite thick, and used on other dishes. It can be made very thin and used as a wrap for stuffed grape leaves, or made quite thick and used as a pancake. +It's called pH. You can make lemon juice more acidic by adding more lemon juice. +In racing, a hydrogen-powered car can replace a diesel-powered one. +The pH scale is based on the concentration of hydrogen ions (H+) in a solution. +Hydrogen ions are positively charged particles from which electrons are removed (because hydrogen atoms have one proton and one electron). +Make two (2) powdered puddings according to the package directions and then fold in the stiffly whipped cream and melted marshmallows. +Your breath will interact with the surfaces of your mask, creating a one-way barrier that will prevent germs from getting in. +Flash floods hit Honduras and Mexico, destroying dozens of houses in the cities of San Pedro Sula and Tegucigalpa. +The minoan civilization of Crete and the Mycenaean civilization of Greece both flourished during the Bronze Age. +Scholars were also present in Prussia, Paraguay, and China. In Romania, scholars were part of the social elite, often used by kings, queens, women, and men. +When you call a person who is out of your area, you are using the satellite. +In the accident, the truck collided with the bus and then overturned. +The rocket was launched by remote control. Scientists use telescopes to study the stars and planets because they can see stars and planets that are too faint to see with the naked eye. +A 100-foot rocket is required to put satellites or spacecraft into orbit. +Shoes have changed the world. Shoes have given us one of the most important inventions in all of mankind. +He gave us a lot of other options in terms of trains, cars and planes. +Their lower jaw is lined with rows of sharp teeth that crush and grind the hard shells of molluscs. +However, there are many small birds (but also some larger ones) that eat seeds, nuts, berries and even insects. +Its success hinges on whether this region, each of the billions of cells of which performs a different job, can be coaxed into cooperating with one another. +Seoul is home to more than half of South Korea's 50 million people, who live in the greater Seoul area. +Prides are groups of three or more male elephants, led by a breeding bull. +Families and children are a big market, with women accounting for the majority of purchases. +Prices in Sihanoukville are similar to Phnom Penh or Kuta, but Sihanoukville is much nicer (than Phnom Penh, at least). +A good golfer, however, can hit a variety of shots (to some extent), draws and fades, low and high, long and short, with a 5-iron. +Vaughan is a member of the same party as Sinn Féin, the SDLP (Social Democratic and Labour Party). The four Sinn Féin MPs do not take their seats at Westminster. +The vocabulary is not as rich as Sinhala, but has many words borrowed from Sanskrit, a related Indo-Aryan language. +Ocelots eat small mammals, birds, reptiles, and amphibians. Ocelots hunt mostly at night, using their acute hearing to locate prey. +Scientists believe that ocellots eat plants (herbivores) and live in the rainforest. +They can be enjoyed at any time of the day, and can even be eaten cold. The oats are cooked in milk until they are soft, then mashed on a plate. + +This new paradigm requires a new pedagogy, so that the new content can be taught effectively, requiring a change in teaching methods or approach to learning. +The basic woman's advice has not changed, it's still the same as it was before. +Over time, the new couple will become familiar with each other's body language, tone of voice and facial expressions, just as they do with other family members. +However, after millions or even billions of years, the decayed organisms will no longer be able to be identified by the fossils they leave behind. +We've talked about this process, which is called crystallization. Crystallization is a natural process and a very important part of the manufacturing of new materials. +The cells make oxygen that the body needs, and they make carbon dioxide that the body gets rid of (that is, gets out of the body). +The food is cooked in a clay oven called a tandoor. It also gives the food a smoky flavour. +We make our homes and our clothes from plants. A large part of our food comes from plants. Plants cannot live without water. +Moussa Sissoko was content with his time at Newcastle, so did not push for a move to another Premier League club. +He had more than 70 registered razor-sharp weapons on him, and a cache of ammunition on his belt, but there was no hint of what was to come. +We don't have a crystal ball, but its trajectory is set. Its diet of crab, lobster, mussels and other molluscs allows it to grow to impressive sizes, and it has the ability to live for a long time. +Even the largest dinosaurs, such as Tyrannosaurus, could not have crushed the bones of any living thing. +Most of their food will be familiar to us, while the Romans had a taste for some bizarre delicacies that would have us running for the hills, including jelly made from seaweed, moss, goat's milk and an ingredient called garum, which is made from fermented fish intestines. +The other half was that when poor people and women were working in the fields, the rich men used to work out in the open while they were working. +The United States did not participate in the Paris Climate Accord or the subsequent meetings in Bonn. +According to the report, he did not have a name for the tomatoes, the potatoes or the carrots, and did not even have a name for the turkey roasting in the oven. +The people of Beirut had a main mosque for each of their sects, which they considered to be the house of worship. +People flocked to Bhagavad Gita and tried to fulfill Bhagavad Gita's desires through pujaris, priests, and Brahmins. +Each temple had a different style of decoration, and afterwards there was an open-air concert in the courtyard of one of the temples, which was the only one that could accommodate the large crowd. +Some of the temples in the region have unique pyramid-shaped roofs, said Ziegert. +The tower's top was a special place for the Bavarians. +Houses are not as important in the Middle East as in other parts of the world. +A large part of Yahudi Parivar's life revolves around festivals. +Women were in tears; families huddled together in the dark, using blankets to barricade themselves from the glass that was shattering all around them. +Kanaan had a big lead in the closing laps of the race, but there was little he could do about it. +Greenland's independence has been celebrated in Norway, where Eric the Red is said to have landed from Iceland and established a colony. +However, their search was unsuccessful, as the Eskimos were the first people to inhabit the area. +Despite each country being 'Scandinavian', the Danes, Swedes, Norwegians and Icelanders have a lot in common in terms of people, rulers, languages and history. +If you were to name a national treasure, you'd probably think of the Treasure Map behind the Declaration of Independence. +Well, it's not. It's written in Sanskrit, an ancient language, but it doesn't rhyme. +These words follow the Declaration of Independence, "The unanimous Declaration of the thirteen United States of America, dated four July, one thousand seven hundred and seventy-six." +Who wrote it is unknown, but it is known that in the Middle Ages, the largest part of the manuscript (it is 293/4 inches by 241/2 inches) was owned by the monastery of St. Denis. +So it's possible that Nottingham's only Labour MP is about to lose his seat. +The D-Day landings and subsequent battles paved the way for the liberation of France, but the south remained occupied until the end of the war. +His book "Vichy" was about the French people who collaborated with the Germans in 1940 and worked with the occupiers instead of resisting them. +On the 15th of August 1940, the Luftwaffe attacked the docks at Dunkirk, calling it "Operation Drumbeat". +Within two weeks, U.S. and Mexican teams had hammered out a deal to avert the tariffs, which were set to take effect Monday. +A parliamentarian is a member of a legislature who is elected by a large group of people and who works for the good of the community. +As a member of the Legislative Assembly, he is also a member of the Legislative Council, just as he is a member of the City Council, the City-State, and the State-Nation. +A city-state is a state that is both a city and a country. A city-state is independent and has its own army, navy, and air force. +Small languages often become endangered because of the popularity of larger languages and the inability of good languages to compete. +During the Civil War, the four states formed the Confederate States Army—which had its own navy, called the Confederate States Navy. +There was no Karo Kare in Congress, and that's because there are no national security advisers or judges to fall back on, so state officials had to do it all themselves, with varying degrees of competence, and they were not rewarded for their efforts. +He also had no legal authority to override state laws and regulations. +Before the book was published, all of the countries involved were reluctant to admit to their spying capabilities, and the countries agreed to not tell the Central Intelligence Agency that their spies had been caught. +Germany's national football team is one of the most successful teams in the world and has won the FIFA World Cup in 2006. +Football, basketball, volleyball, water polo, wrestling, fencing, rowing, rugby, cycling, ice hockey, roller hockey and field 1 motorsports are popular sports. +Soccer is one of the most popular sports in the world. The people of Italy are involved in international sports and Olympic Games. +Japan has about 7,000 tons (one of the world's largest), and is set to become the world's largest! +Japan is often referred to as the 'Land of the Rising Sun' due to its geographical position relative to the rest of Asia. +The name Illya Kuryakin was adopted by European spies in the 1950s after the character was played by actor Yul Brynner in the TV series The Man from U.N.C.L.E. +In 1624, the Dutch East India Company established a trading post at Batavia, on the island of Java, in the East Indies. +In 1683, the Qing dynasty (1644–1912) took control of Taiwan and declared it part of the Qing Empire in 1885. +In 1895, after the First Sino-Japanese War (1894-1895), the Qing government signed the Treaty of Shimonoseki, ceding Taiwan to Japan, which governed it until 1945. +Machu Picchu has 3 main attractions, whose names are, Intihuatana, Sun Temple, and 3 Stone Buildings. +The entire fleet of Komparex's largest ships had been re-fitted to carry more passengers at a time when more and more tourists were flocking to the country. +Since 1976, 30% of Maasai land has been privatized and privatization continues to this day. +Accordingly, Vesuvius is the third most common volcano in the world, after Mount Pinatubo in the Philippines and Mount St. Helens in the U.S. +It is also good today, but the most important thing is that his passport has been issued by the Digital Camera Immigration Forms. +According to the 35 Mile Meter marker, Munsonville is 24 miles from the 36 Mile Marker. +The rationale for this ban (in order to get the total number of votes to be 3:2) is said to be 3:2. +Many common mushrooms (mushroom's APS, toxicity) are essentially non-toxic or only mildly toxic. +The Rules of the Road is an easy-to-understand guide to driving safely in more than 170 countries around the world. +He says that the site is on the edge of the Chittorgarh Fort, one of the most important sites in Rajasthan, and overlooks the third largest amphitheatre in the world (see photo). +During this time in European history, the Catholic Church, which had become powerful and wealthy, came under close scrutiny. +Despite the language barrier, Christianity took root in Europe within a few hundred years of Christ's crucifixion. +From his humble beginnings as a rapper to becoming one of the most decorated artists of all time, Kanye has divided opinion among the general public. +Islam's main holy sites are Mecca and Medina, two cities in Saudi Arabia that are sacred to Muslims because of the Prophet Muhammad's life and work there. +The church has been in Rome for more than a thousand years, and this desire to make it independent of the state and of money has often led to suspicion that it is trying to take over. +Immediately after the war, Britain imposed a naval blockade on Germany. +It became illegal in Vyurachan's capital, which led to the closure of many important landmarks and tourist attractions. However, the ban, which came into effect on 2 June 2018, was in violation of many international laws and the Universal Declaration of Human Rights. +Any ships sent to reinforce the British fleet in the North Sea would have been sunk by the German battleships stationed there, leaving the British Expeditionary Force stranded. +Germany had hoped the world body would censure the U.S. for its "illegal" sanctions, which it says are aimed at strangling its vital exports of refined petroleum products. +In the 1920s, most of the world's states and people were racist and xenophobic. +Following the end of the First World War, countries were eager to return to a pre-war status quo. +In 1884, Tesla came to the United States to work at the Edison Company in New York City. +They moved to the U.S. from Thomas Edison State College in New Jersey, where he earned a 4.0 GPA, a bachelor's degree and a master's degree in his previous job as a manager. +The Chinese had a separate marching band to play different tunes at different times. +Each of the couples had a unique age gap. The couple with the largest age gap was 60 years, between a man in his 30s and a woman in her 60s. +During this period, civil wars broke out between rival claimants to the throne. +Thirty-one-year-old Thae Kyeong-il was one of the most high-profile defectors from North Korea in recent years, fleeing the repressive regime to seek asylum in South Korea. +There are many social and political reasons, such as the use of metric units in trade, education, science, and the belief that people should be able to understand the country they live in. +However, after the crash, all of the male crew members were found dead, with the exception of the most senior and successful person on board. +Luckily for Larkin, he is now on the Calder Trophy shortlist, an award given to the best rookie in the NHL. +The franchise model also allowed the couple to hire workers from other countries who were willing to take a chance on their own business. +Mammals had a hard time making a living in this harsh environment. They often lived in groups to protect themselves from predators, which they knew as "friends" rather than "foes". +He was on a quest to find the lost treasures of the Knights Templar, an order of medieval warriors who gave rise to the legend of the Holy Grail. +The pyramid is completely enclosed by a fence from the north side of the Mekong and is the only pyramid in the world completely enclosed by a fence. +In practice, however, it is not easy to find someone who is willing to reveal his or her identity. Once in a while, though, a source agrees to talk. +Above the canopy and in the undergrowth of the rainforest, many of the world's rarest plants can be found. From the treetops, the rainforest can reveal some of the world's most amazing wildlife. +The Great Pyramid of Giza is still one of the most awe-inspiring structures in the world. +The Isle of Skye is one of the most popular destinations in the Highlands of Scotland and is home to the picturesque Eilean Donan Castle. +Egypt's pyramids, the Great Sphinx, the Giza Plateau or "Giza Necropolis" (which contains the most famous pyramids, many small pyramids, many tombs, and the Great Sphinx) are popular tourist attractions. +The Great Pyramid was built as a tomb for Pharaoh Khufu, and many smaller pyramids, tombs and mastabas were built thereafter. +The "upper penis" is called the glans, while the "lower penis" is called the shaft, which is the part of the penis between the glans and the testicles or scrotum. + +And the upper car stereo normally plays normal music, while the lower car stereo plays more aggressive and more bass-heavy music. +You can clean your own pansilverware, but be aware that silver tarnishes quickly, so it should be cleaned regularly. +On October 6, 1789, a mob of women led by King Louis XVI's two young sons (11-year-old Louis-Thérèse and 4-year-old Louis-Charles) and the King's valet, Maurice Élisabeth, stormed the jail and released the prisoners. +He went back to Paris and then to one of his favorite restaurants, where he was treated like a king and given gifts and gifts. +The crowd chanted for the king and the rain to bless his cows. +At one time, a member of the congregation at Varsellum had a near-death experience. +U.S. taxpayers funded the Filipino people's fight against the U.S. occupation. +They were accused of funneling large amounts of money from the Wells Fargo banking group and the Philippine government into American political campaigns. +However, the long-term benefits to the U.S. economy from the Filipino people's English proficiency will be significant. +To understand the Templars, it is necessary to understand the era in which they flourished. +The period in which these events took place is usually referred to as the High Middle Ages (1000-1300 CE). +The High Middle Ages followed the Early Middle Ages and preceded the Late Middle Ages, which ended around 1500. +Technological decision-making is a word that encompasses a wide range of ideas, including technological-push or technological-pull, as well as the concept of technological determinism, which holds that technological innovations and technological change are driven by necessity. +Two common misconceptions about the philosophy of technology need to be clarified: that technology is primarily a scientific or a political phenomenon, and that it can be studied separately from the social context in which it exists. +According to the report, if the car is big enough, then it will be necessary to do the research of the road. +However, the national road network is not ideally suited to long-distance travel, so car rental is the best way to explore the country. +Car crashes are also becoming an increasingly common cause of death on rural roads, as new technologies to prevent and treat medical emergencies are developed. +Romance is a particular genre of fiction that typically involves a love story with an optimistic ending, as opposed to tragedy, cynicism or ambiguity in the style of writers such as Goethe, Fichte and Schlegel. +In Romania, survivors of the Holocaust and their descendants feel increasingly uncomfortable in a society where anti-Semitism is on the rise and the far right is gaining ground. +As the parliamentary commission of inquiry into the Paris attacks gets under way, so too does the race to claim the mantle of Europe's toughest stance against terrorism. +Its estimated that the volcano began erupting around 4:00 a.m. and was continuing as of 11:00 a.m. +His death sparked riots in Dhaka, with the main cause being that the convicts were sentenced to death rather than life imprisonment, which was more likely to be commuted by the president. +During this time, the Titanic was sailing from the port of Southampton in England to the port of New York in the United States. +Gothic script was used in the 10th - 11th and 14th centuries. +The Byzantine culture of the Middle Ages made great contributions to the world. +However, due to the Dhimmie status of China, the Shaolin monks could have been 25 to 30 years behind the rest of the world. +At the end of the Middle Ages, the eastern European countries began to develop their own styles of music. The invention of the piano was one of the greatest musical innovations of all time, as it allowed people to play music in their own homes. +Nirvana is that which is to be attained by the practitioner and his/her family for the welfare of all living beings. +Nirvana Krishna is a large, mostly carnivorous, plant-eating dinosaur that lived in the early Cretaceous of what is now India. +Most farmers in the developing world are still practicing subsistence farming, and in many developing countries it is still the main source of food. +Hinduism considers all believing individuals or those who have the potential to believe to be Hindus, regardless of their race or ethnicity. +Patient cultures may become contaminated by the patient's flora, bacteria, viruses, fungi, and/or parasites. +Paternity can be established in different ways, including through genetic, legal, moral, religious, ethnic or racial considerations. +Most of the members of the Gauhya Sanskrit Academy are proficient in Sanskrit grammar and vocabulary, which includes phonetics, rhetoric and literary language. + + +Younger children may also experience more vivid or realistic dreams or nightmares. +Others argue that they are racist; some even say they are homophobic. + +While project-based learning makes learning fun and engaging, it is quite different from schooling. +Scholarding is not a learning disability, but it is a disability that helps people with learning disabilities like dyslexia or dyscalculia to learn like people without learning disabilities. +Scholars can be both a verb and a noun, according to Merriam-Webster, but the word has a slightly different meaning when used as a noun. +Academic studies are carried out at the Sofia University and they are designed to teach, to enlighten and to familiarise students with practices that are becoming increasingly important. +Children are placed in foster care for a variety of reasons, including abuse, neglect and even homelessness. +No child should grow up in a household where there is abuse, bullying and a lack of education, but they do. +We understand the Foster Care System to be a safe place for these children. +Our values of care, compassion, professionalism, patient-centred care and universal values are at the heart of everything we do. +It is believed that the Foster Carer will meet all of the child's needs that they may have had at home. +The Internet connects individuals and businesses to each other. +The Internal's expert linguistics and forensics teams are investigating the motives behind the increase in profanity and vulgarity. +Accordingly, the terms "learning" and "education" are often used interchangeably (James Wagener, 1995). +The Igmy and MacKay (1998) study also found that "personality traits" and "interpersonal relationships" were also new predictors. +Video recordings have been crucial in the prosecution of R&B singer R. Kelly, who is awaiting trial in Chicago on charges including child pornography. +Specifically, this means that any individual can know the correct meaning of the Micro-Expressions in an appropriate way. +In his Pepperdine Press presentation, Oliver Sacks noted that while people with aphasia are unable to understand or express language due to brain damage, they are often able to make educated guesses. +They also argue that the meaning of the phrase "reasonable suspicion" can be interpreted in a similar way to the term "probable cause". +Vesmírné sondy ukázaly, že vesmír má dvě skupiny objektů: planety a trpasličí hvězdy. +Mutations are a new type of genetic diversity, and separate them from natural genetic diversity. +There are two sets of pads behind and in front of the feet, and the heel bone connects to the leg bones. +In Savannah, Prime Minister Manmohan Singh was warmly received by a crowd of supporters waving India's tricolor flag. +There are also significant risks involved in doing so: war, kidnapping, rape and ultimately death. +The most popular tourist attractions in Panama are the Panama Canal and the rainforests of Soberanía National Park and the cloud forests of the Chiriquí Province, but there are plenty of reasons to visit Panama that have nothing to do with tourism. +Because of this, luxury goods (clothes, shoes, handbags) are often cheaper than in Europe, but offer the same high quality that our Asian neighbours are known for. +All of this should make us feel fortunate that our own solar system is set up just the way it is, with its planets in just the right orbits to allow for a "habitable zone" around their parent stars, some of them just the right distance from their parent stars to allow for a "protoplanetary disc" in which planets can form. +Sleeping in a hammock is a great way to get a good night's sleep in your own backyard (10-60 minutes). +You can get a special permit to take a boat out to the island, and then hike around the island at your leisure. +If you find yourself in a hole, the best thing to do is to get out of it by putting the ball on the other side of the ordeal, forcing you to come out of the bunker. +Juicy steaks require a lot of water (especially beef, pork, or lamb, which have a relatively high fat content) to keep the meat from drying out while cooking. +Anyone's relationship with his or her mother is a complex one, fraught with the conflicting emotions of love and anger, admiration and resentment, dependence and rebellion. +Jet lag is the temporary disruption of your body's normal circadian rhythm caused by a rapid change in time zones. Everyone experiences jet lag differently. +Everyone can be a scientist. This attitude is our own curiosity and willingness to take risks. +Thibault is based above the battlefields of World War One, but has been brought in to commemorate the 70th anniversary of the end of World War Two. +Tibetan Buddhism is quite different from other Buddhist traditions. It emphasizes the qualities of compassion, loving-kindness and patience. +Kundalini energy (also known as kundalini yoga, kundalini urja, kundalini shakti, prana, chi, or simply energy) is believed to flow through the chakras, nerves, blood, and mind, and to be concentrated at the crown of the head. +Tibetan Buddhism is the religion of the Tibetan people. Energy is channeled through various deity-devotee relationships, the land energy of sacred geography, and the consciousness of the practitioner. +Germany was also a common denominator in the Second World War, which pitted the U.S. and Russia against each other. With the end of World War II, Germany was divided between the U.S., Russia and their allies. +Two years after the end of World War II, Communist countries were now democracies and the Cold War had begun. +He had worked for 40 years and was on the verge of retirement, enjoying a holiday with his wife, Lushka, on the island of Palawan, off the coast of the Philippines, near the battlefields of World War Two, Bataan, Corregidor and other places. +On September 17, 1939, Poland's defense collapsed and there was only one hope for survival - the Romanian Bridgehead. +However, these plans were largely shelved, as the Soviet Union's Red Army had more than 8,000,000 soldiers, the Regular Polish Army, the Soviet-Polish Combat Group and other auxiliary and non-combat units. +The use of trains for military purposes is one of the most effective ways to move large numbers of people and equipment quickly. +The Navy's mission is to maintain, train and be ready to deploy our ships, our people and our equipment in order to protect your country, your people and your property. +It was one of the most significant battles of World War II, marking a turning point in the North African campaign. The Americans helped to break the deadlock and opened the way to a major Allied offensive. +At the same time, the German Navy, mainly using U-boats, tried to blockade the traffic. +If the allies had failed, Germany probably would have won the Battle of Britain, because it had the advantage of being closer to Britain. +The tombs are believed to be at least 10,000 years old, predating even the Egyptian pyramids. +Ancient civilizations and cultures have cultivated it for food, fiber, medicine, and even beauty. + +Veganism in England began as early as the 16th century. +There were only a handful of viewers in Wagga Wagga, though, with the stands barely half-full for a match that should have been packed to the rafters. +A very good cross-country run was required to hold the track, although it was perhaps understandable that the crowd would be biased towards the home team. +This turned out to be a common thread, but there were more twists and turns to come. +In the end, Lucknow's palaces were converted into luxury hotels. In 1767, the first full-length mirrors were brought to Lucknow. +The first known parachute jump took place in 1783, performed by the Frenchman Jean-Pierre Blanchard and the American John H.G. Andrews, who jumped from a hot air balloon 2,000 feet (610 m) above the ground. +His achievements, however, did not come without controversy. +The volcano is located in an area with a 4.2-3.9 million year long history of activity, though the most recent eruption prior to the 2018 event took place about 2 million years ago. +We can create a better quality of life for more people, become less dependent on fossil fuels, reduce greenhouse gas emissions, and become more resilient to the effects of climate change. +Like many viruses, it is also an acute infectious disease. However, if we don't have an immunity to it, we should find the cause and try to prevent it. +That's because the scientific and technological progress that has changed the world so much, and continues to do so at an ever-increasing rate, brings both more opportunities and more challenges to the field of psychology. +On July 4, 1776, Congress approved the Declaration of Independence, which proclaimed to the world that the thirteen American colonies were now free and independent states. +It was raining 150 to 200 mm overnight, which is "extremely rare" for the "Danube Delta". +The first public reading of the Dasavadhan took place on July 8, 2019, in the yard of the Independence Hall in Philadelphia. +1 was taken to George Washington University Hospital, where he died Aug. 10. +The 25-year-old is still on the verge of establishing himself as one of the best players in the world, let alone the most consistent. +Many Palestinian militants have been killed and today we told them to lay down their arms. +Many people do not know what a dinosaur is, because they are extinct. +But there are still plenty of birds to see while visiting Daintree. +They are paired with bindings and boots, strapped into skis and go out on the slopes just like the pros. +All of the computers currently in use are based on the Intel 8086 numbering scheme. +A binary number may consist only of the digits 0 and 1, so that 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +External heaters should not be left unattended. Portable heaters are generally safe provided they are used in accordance with the manufacturer's instructions. +The cost of a Dubai holiday can vary greatly depending on the type of accommodation or restaurant you choose. +Check the lab reports for the first time for the special zircon. +Katy uses the acronym KATY for her group of friends. +The virus is transmitted through droplets from an infected person's nose or mouth, which are dispersed into the air when they cough or sneeze. +Mozzarella and mozzarella di bufala are both dairy products, but they are made in different ways and have different textures. +In the U.S., there are nearly 4 million known cases of ME/CFS, which gives it a similar prevalence to type 1 diabetes and multiple sclerosis in young and middle-aged adults. +MS is a rare condition that affects the brain, spinal cord and optic nerves. +Research has shown that the ability of women to get an M.E. is two times higher than that of men. +A grandparent may be able to make this decision if it is not in the child's best interests or not in the child's best interests. +This can be a great way to teach your child to take care of themselves. +In most cases, the biological parents agree to the adoption, which allows another couple to become the child's parents. +The main focus of science is to understand how the world works through the scientific method. This method provides a framework for most of the scientific investigations. +However, it is not one or more specific beliefs that are employed, but rather the use of reasoning and logic to evaluate claims. Critical thinking also encompasses the disciplines of scientific inquiry and professional reasoning. +Tourists and pilgrims flocked to the temple on the banks of the Ganges in Varanasi, one of the oldest continuously inhabited cities in the world. +For all things related to science and technology, the Aristotle is the place to go. +As Greece's knowledge faded, the West learned about its Greek philosophical and scientific heritage. +Fiji and Vanuatu often top the list of countries with the most shark attacks, due in part to their proximity to the Great Barrier Reef and Fiji's popularity as a tourist destination. +Temporal lobe, which is not part of the traditional lobes of the brain, has been found to be responsible for most of the brain's cognitive functions, including vision, hearing, touch, and smell. +Lolcows are people who, even if they are not in the public eye, find themselves the subject of rumours and gossip. +Hurricane Ian was described as a "convergence of catastrophic events" by the head of the National Hurricane Center. +Harris and Cheeze used VPNs or feeds to watch the Emmy Awards in Bakersfield, California. +They used two methods to extract the protein from the feathers of the Red-tailed Phalacrocorax or the Red-billed Sulphur-bellied Cormorant. +Mutations on the Myc oncogene can give rise to a malignant phenotype and mutations on the p53 tumor suppressor gene can give rise to a malignant phenotype. +Only in the cells of the germ line can mutations be passed on to the next generation, whereas in other cells mutations can only lead to cancer or cell death. +Kudarat-bound travellers are advised to watch out for volcanoes and geothermal areas in the provinces of Batangas, Bulacan, Cavite, Laguna, Quezon, and Rizal, as well as in the cities of Manila, Caloocan, Las Piñas, Makati, Malabon, Mandaluyong, Marikina, Muntinlupa, Navotas, Parañaque, Pasay, Pasig, Pateros, Quezon City, San Juan, Taguig, and Valenzuela. +On-site activities may include snorkeling, scuba diving, photography, bird watching, hiking and information on the ecosystem. +The Organgutan is an ape native to the rainforests of Borneo and Sumatra in Indonesia, and is highly endangered due to habitat loss, poaching, and human encroachment. +Every day, people line up for hours in the tiny country to get into their workplaces and other people line up to get into the businesses they frequent every day. +This immersive experience is located in a warehouse, where each person is given a VR headset and a controller to interact with the virtual reality environment. +Science now reveals that this large carbon molecule has extracted oxygen from its surrounding environment, which has been known for billions of years. +Each person becomes a citizen and uses civil rights. Civil rights are almost the same for everyone. +In developing countries, the quality of drinking water or purity of polluted water is often the only factor considered. +The pariah status comes at a time when Pyongyang has been trying to convince the world that it is willing to give up its nuclear weapons, possibly even unilaterally, in return for guarantees of its security. +Traffic flow is the study of how people and vehicles move through a space that has two or more lanes. +It's difficult to study comets, because the driver's activity can't be predicted 1-100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +Driving is relatively inexpensive; therefore, public transportation is somewhat limited and can sometimes be uncomfortable. +Three key linguistic features have been established in order to differentiate the Trifinian dialects from one another: (1) pronunciation, (2) intonation and (3) vocabulary. +These agreements help facilitate trade, investment, and cooperation in areas such as design, manufacturing, and marketing. +Plants were among the first organisms on Earth. Their ability to make their own food from sunlight and carbon dioxide helped them to survive and outcompete the bacteria and other single-celled organisms. +The vast majority of convictions are for misdemeanors, for which the maximum sentence is six months in county jail. +From there he gets a large field of grass to be mowed by the cows. +Today, your eyes would only be able to see waves and infrared light. +Thousands of years ago, a person named Suryamandala lived. +Some people thought it was funny, while many others found it offensive; that Surya is a Sanskrit name meaning "sun", which is (and has been) associated with Surya (and other deities). +It can be deduced that Prithvi is not going to return, then what will happen? +The Amazon River is the second-longest and second-largest river in the world. It discharges more water than any other river in the world. +The Amazone Prisma is also one of the most advanced harvesters on the market, sometimes referred to as the six-million-dollar harvester. +More than 20 million cubic meters of water from the Prithviraj Sagar Dam flows into the Hissar Dam in Rajasthan. +The main Amazon basin is 6,387,000 km² (3,980,000 mi²). It contains the largest river system in the world. +While OLD KINGDOM pyramids were still being built, Giza's pyramids marked the end of an era and the beginning of the decline of the pyramid builders' skill and ambition. +The new nation's president, Igor Egorov, was born in June, exactly 100 years ago to the day. +Vatican City has a population of about 800. It is the smallest independent nation in the world and one of the most densely populated. +The Vatican City uses Italian as its official and working language. +Most of the people working in the Italian state are fluent in the language, while the use of Latin is often limited to religious ceremonies. +All of the citizens of the Vatican are Roman Catholic. +The people of Sonoma, Chandi and Tamba are well known for their gracious hospitality, and it is easy to see why, as the region is blessed with an abundance of natural beauty and easy access to world class wineries. +Aristotle, who was a scientist, proved that everything is made up of 1 to 4 elements, which are Prithvi, Jal, Vayu and Agni. +The quartet (one in a row): Ghana, Puerto Rico, Uruguay and Zimbabwe, though they also deserve credit for what they have achieved in bringing the newcomers into the fold. +There are two or more of them in the mushroom. There are many cells in the mushroom cap. +Calcium and potassium are minerals that the body needs. However, magnesium, phosphorus, and sodium are also minerals. +You can also get the feeling of being in the middle of a carnival, with all the sights and sounds that go with it. +Every object in the universe is made of tiny particles called atoms. +An atom is one of the smallest things there is. A single atom is smaller than your fingernail. +So, Pensil was a good friend to many people. +The sadness is that, as with the new literary genres, the pansy has been pushed to the bottom of the pecking order. +People now write messages on the Commuter Screen, rather than the Sharpener. +The issue is just what will happen to the cobalt when the battery is recycled. +The Phison BOMB is designed to work with many different prototypes and neutrinos to bring energy to the nucleus. +It takes a lot of energy to pull a car up a steep hill. That energy comes from the fuel in the car. +Some of the volcanoes' central parts are infertile, meaning that they are either completely or partially covered in snow or ice. +The moon is covered in craters and has a rugged surface. The side of the moon that faces Earth is called the near side. +The popo is about 70 centimeters long and the tail about 100 centimeters. +It is flat on the bottom and curved on the sides. +Najin's baby may have died because the umbilical cord was wrapped around its neck. +Kontinentale Thüringen, the people's focus is on Schnath, who is standing for re-election. +These guidelines suggest that people should have certain interests and/or desires in order to be considered mentally healthy. +These theories are based on the premise that some people want to do what they do for a living and some people don't care what they do for a living. +The two popular concert venues are the Thayer Music Hall and the T.F. Thayer Music Hall. +In general, two cells can come together to make a new cell because the organisms need to reproduce. A spore is an example of a "one man" (or a "gall") trying to make a new cell. +These managers will have to make decisions on billions of pounds worth of investments, steer the business through Brexit, overhaul the company's culture, and face the wrath of shareholders. +The second victim, a man in his 20s, has been treated for stab wounds to his chest and abdomen and is in a critical but stable condition in hospital. +Nevertheless, the success or failure of the prime minister's trip to Tehran will be judged by the outcome of the nuclear negotiations. +This race is often a referendum on the performance of the president and the party in power. +Real-time teams also have the advantage of being on the ground immediately, but they also have a limited shelf life. +In many cases, church members work with their local Veterans Team to help raise awareness of the charity's mission. +They often enjoy more independence as team members than they would as solo travellers, as their team can often get a better deal on accommodation, transport and activities, which may not be obvious to the uninitiated. +The "incredible team" (Lawrence and Lafferty, 1989, p. 109) was another factor. +An "extraordinary session" is a legislative session called by the Speaker of the House. The Speaker of the House schedules the agenda for the extraordinary session. +Would a party want to move away from the time-honoured tradition of education being the preserve of the Labour party? It would be a radical new direction for the party. +When all of the above mentioned conditions are met, serotonin and dopamine levels increase. +Accordingly, the new legislation could open the door to a claim for compensation against the company's former directors for their alleged failure to prevent the protests. +Any party wishing to innovate must first create a culture of innovation, while also fostering a culture of learning. +The NGO (2006), believes that fundraising should be used to raise awareness as well as money for the cause. +Nuclear data provides the scientific underpinning for the nuclear industry. So, as the search area shrinks, it becomes more difficult to find the needle in the haystack. +Scientists agree that there is a link between magnesium deficiency and depression. +It's known over a long period of time that a diverse diet, including nuts, seeds, berries, and tomato-based foods, can reduce the risk of heart disease, stroke, diabetes, and certain cancers. +With the new technology, we can now see things that were never seen before, analyze patterns and processes, and even test hypotheses. +There is a lot of information and advice out there to help us understand our sleeping habits. +Although the Artificial Intelligence Institute of Australia is scientifically literate, the Artificial Intelligence Institute of Australia is a very important room to have, as it connects Australia's strengths in technology, education and its willingness to take risks. +The AI will also participate in the creation of a machine that will be able to carry out tasks autonomously, without human intervention. +The senses of hearing, vision, and touch, as well as the perception of space, time, and the body and their relations to the environment are affected by illusions. +These issues have become separate from the right to privacy, which focuses on the right to be free from unwarranted government intrusion into one's personal affairs. +The AI system is used in areas such as finance, chemistry, engineering, and medicine, as well as some home and video game applications. +Field trips are a big part of any geography course. Often students will be taken to places where there is no tourist infrastructure. +Tectonic plates give rise to volcanoes. Students can learn about the basics of plate tectonics, the chemistry of volcanoes or the geology of caves. +Field trips are a great way to get students out of the classroom and into the real world. + + +Because students are often the most lucrative market, bloggers often try to target their writing to that audience. +Bloomington "encourages students to explore the world to become more knowledgeable about their own." (Toto, 2004). +Bloomingdale's is a store that encourages shopping and rewards students with points that can be redeemed for school supplies. + +The Otawa is Canada's flagship, a multi-purpose amphibious warship and the pride of the Canadian Navy. +Niagara Falls is surrounded by vineyards in the south and wilderness to the north and east. +All of these factors and more cause the Canadian dollar to fluctuate in value relative to the U.S. dollar. +Northern areas are often much cooler than the rest of the country, and some coastal areas have a subtropical climate. +The irony is that it's the people who make you feel comfortable: more African-Americans in the U.S. military than in the U.S. population as a whole. +The original African tapoos are made from the leaves of the African baobab tree. +Madagascar is the fourth largest island in the world, with an area of 587,045 square kilometres (226,658 sq mi). +Most of the smaller islands are independent states, or associated with France or the Netherlands, and are known collectively as the Leeward Islands. +Erdogan has also travelled to various countries and has been warmly received in both Comoros and Mayotte. +Portuguese explorer Vasco da Gama discovered the sea route from Europe to India in the 15th century, which led to the beginning of European colonization and trade. +The area is open in the north and closed in the south and west. +Women: The advice is that no woman should ever say, even jokingly, that she is pregnant. +It is also helpful in preventing the wine from oxidizing (which gives the wine a brownish tinge). +Women should go out and vote because it could be the Sanskritic values that are at stake, and that is not something to be taken lightly. +Men, go to the polls, and don't let your vote be stolen from you (by intimidation or fraud). +The modern city of Casablanca was founded in the 10th century, and in the 15th century, the Portuguese, the Romans, and the Merinids used it as a base. +Portuguese explorers sailed along the coast, naming it the Land of the Holy Cross, before retreating in 1755 after a major earthquake. +The Moroccans renovated the city and named it Casablanca, after the Spanish word for "white house". +Casablanca is one of the least expensive places to fly into in all of Morocco. +June is a great time to visit Morocco's major tourist attractions, such as Tangier, Marrakech, Chefchaouen, Ouarzazate, and the Sahara Desert, but it is peak season for tourists. +The Goma Democratic Republic of Congo is a popular city that is located just across the border from Rwanda. +In 2002, Goma was destroyed by a volcanic eruption from Nyiragongo, which destroyed most of the city's buildings, including the town center. +While Goma is safe, there should be a search for any possible survivors in the rubble of buildings brought down in the fighting in the north of the city. +This city, Niagara-on-the-Lake, is located across the Niagara River from Niagara Falls in the Canadian province of Ontario. +You can use bodaboda (motorcycle taxi) to get around Goma. A normal (local) ride costs about 500 Congolese francs. +Its use of the word "timbaktu" has been appropriated by foreign, non-Indian tourists. +Today, Timbuktu is a ghost town, though its status as a UNESCO World Heritage Site protects it, and its airport. +In 1990, he was inducted into the Heritage Site of the World War II Memorial. +Hannah Louise Gates was one of the Afrikaners killed in the PBS special Vanderbilt's War. +The city is unique among other cities in the country due to its higher crime rate. +The Kruger National Park (KNP) is situated in the north-east of South Africa and borders Mozambique in the north, Zimbabwe in the north-west and the Drakensberg in the south. +The airport sits at an altitude of 19,500 feet and is the world's highest commercial airport, serving 14 different airlines. +It is one of the most popular places to visit in Southern Africa and is often referred to as the main attraction of Namibia's National Park (SanParks). +Like the other South American countries, Uruguay has a democratic tradition and openness to outsiders. +It may also be legal to buy a Wild Card, which entitles the holder to park at any national park in the U.S. or all of the U.S. national parks in the Southern Hemisphere. +Hong Kong calls the territory Hong Kong Special Administrative Region and it is often referred to simply as Hong Kong. +The Hong Kong Observatory raised the typhoon warning to the highest level, No. 10, on a scale of 10, with winds gusting at speeds of up to 130 kph (80 mph). +To get the best out of Hong Kong, go to the top of the Peak and take a walk around the Colonial Watersfront. +Hong Kong is geographically located on the north shore of the Pearl River Delta, across from the Chinese city of Guangzhou. +The AJ is a good place to start if you are looking to find out more about the British Army and what it is like to be a British Army soldier. +Darjeeling is one of the largest hill stations in the world, lying between 80 km (50 mi) and 2,200 m (7,200 ft) above sea level, nestled between the Himalayas and the plains of Bengal. +Sundarban has been declared as a UNESCO World Heritage Site. A part of the Sundarban National Park is located in the Indian territory. +Although Jokowi is not a member of the Manggarai ethnic group - one of the few remaining hunter-gatherer tribes in Indonesia - he has a long association with the region, having grown up in the neighbouring province of West Papua. +Sundarbans covers an area of 3,850 km2, of which about one-third is water, and is home to the world's largest mangrove forest. +The Sundarbans is home to the endangered Bengal tiger and is one of the largest mangrove forests in the world with approximately 400 Royal Bengal tigers and 30,000 hog deer. +All day buses depart from the Bus Station (Nádraží) at 06:30 and 07:30 every hour, with most people getting off at the Bus Station (Nádraží) on the other side of the river. +Most of the buses from Antwerp are full, so it's best to buy tickets a few days in advance. +In most of the states, small Jain temples are open to the public, which are peaceful and serene. +Sharekere taxis are plentiful and reasonably priced at places like Paro (ANY 150) and Punakha (ANY 200). +The Oyapok River Bridge is a cable-stayed bridge over the Oyapok River in Oyapok, Brazil. It is a cable-stayed bridge over the Oyapok River in Oyapok, Brazil. +The two-way radios have a range of 83 miles, a battery life of 378 miles, and a standby time of 3.50 hours. +The tunnel is 15 metres below the surface. The tunnel was opened to traffic in August 2011, until March 2017. +The poll is set to take place entirely on September 2017, while Brazil's cast vote is expected to take place in October. +The Guarani were one of the most important indigenous groups in the region that is now Paraguay, which was inhabited by speakers of an unrelated non-Nomadic hunter-gatherer culture. +The country was home to other groups of indigenous peoples, such as the Guaycuru and Payaguá, who lived in the Chaco, a semi-arid region in the north of the country. +In the 16th century, in the Paraguayan city of Asunción, which was then called "Indigenous Great Country", a confrontation took place between the Spanish conquistadors and the native Guaraní people. +The Spaniards established a time frame for the colonization that lasted until three centuries later. +In 1537, Paraguay became independent of the Inca Empire and successfully resisted Spanish attempts to conquer and colonize it. +Argentina's World's Best Polo Team and Players for a Team. +One of the biggest tournaments of the year is scheduled to take place in December at the Polo Field in Las Vegas, Nevada. +Smaller tournaments and matches are also available to view at other times of the year. +Tickets for the Turnbull and Pope matches are sold out for the Asia-Pacific Amateur Golf Championship, which is being held at The Royal Melbourne Golf Club. +The Falkland pound (FKP) is the currency of the Falkland Islands, whose official currency is the British pound (GBP). +The FBI West St. Paul field office can process fingerprints in a single bank of fingerprints located in St. Paul. +British pound is freely convertible in most of the ATMs and is also easily exchanged at the Credit Card and Dollar Exchange counters at the airport. +Credit cards won't be accepted at the top restaurants, but may be accepted at British and European-style pubs; it's worth checking beforehand. +It is almost impossible to predict the behavior of the volcano before it erupts. +Montivideo is located in the southern hemisphere, so it is winter in the northern hemisphere and summer in the southern hemisphere. +Montivideo is in the subtropics; summer temperatures often top 30 °C (86 °F). +Snow can fall as pellets or graupel: Graupel is made up of snowflakes that have been frozen together, while pellets are made up of loose snowflakes that have been frozen together. +There are no "hurricanes" or "tornadoes" in the Southern Hemisphere: Tropical cyclones are called "tropical depressions" and "tropical storms" in the Southern Hemisphere. +While many of the animals in the zoo are accustomed to being looked at, they are still wild animals and should not be approached or fed. +According to the airport authorities, the rain and winds were blowing at speeds of less than 100 yards/minute and less than 25 yards/minute respectively! +Beware of poisonous snakes, scorpions, tarantulas, etc. They can be dangerous even when they don't bite you. +Each year, millions of daffodils bloom because they are not properly taken care of. These plants can be toxic, poisonous, and even deadly, so make sure to keep them out of reach. +Furthermore, keep in mind that rice and other grains are naturally gluten-free, so do not buy gluten-free products unnecessarily, and keep a gluten-free diet. +Apya Samoa is an island nation. It is located just north of the equator and has a population of only 40,000 people. +The island gained independence in 1850 and has been a republic since 1959. +In 1889, when seven German, American, and British battleships met for the first time, a naval arms race began that would last until the outbreak of World War I in 1914. +A British cruiser sank with all hands. About 200 American and German civilians died. +During the independence struggle, Mao was imprisoned in the Andolan Jail in the city of Shaheedpur, where he was executed by a firing squad in 1931. +Oakland has a lot of beaches. The three most popular areas are in the East Bay. +North Korea's Baechon (North Phyongan province) is across the Yalu River from the Chinese border town of Dandong, in the province of Liaoning. +They're all pretty similar to each other, and most of the ones on the larger canyons are pretty easy to miss, even if you're looking for them. +Your drive back to the mainland will take you through Mission Beach and San Helios, two of Baja California's most popular attractions. +It's a busy period for the couple, who are in the middle of a whistle-stop tour of the country. +The mainland is called "New Guinea", it is not a continent, but is geographically and biologically diverse. The other island is called "Moluccas" or "Spice Islands". +There are many French wine regions, but the New Zealand and Australian wines can also be very good. +Local water is completely safe for drinking, but bottled water is easy to find and reasonably priced. +Flat white is a coffee drink originating in Australia. It is similar to a small latte 'espresso' served in a cup and drunk with a spoon. +The Hat Chocolate Boutique is the only one of its kind in Belgium. The chocolate is expensive but worth it. +Rifles have a lot of moving parts that need to be cleaned on a regular basis, and there are only a few reasons why a rifle should ever be disassembled. +Officials are still assessing the damage, all communications are down, and more rescuers are on the way. +The box jellyfish, from October to April, can be found from Darwin in the Northern Territory to Ningaloo in Western Australia. They can be found at any time of the year. +Sharks are fascinating, but can be dangerous if provoked. Most sharks are harmless to humans and will swim away. +Most of the lakes in the Mojave Desert are not naturally occurring, and are located in the northern part of the Rocky Mountains, in the U.S. state of Arizona. +Travellers are often pleasantly surprised to find that once they've booked, they can get a room somewhere even if they turn up without one. +Travel agents often get discounts with major hotel chains, so you may be able to book a room at a Camping Ground-like property for the price of a regular hotel room. +Travel agents generally offer a package price that includes airfare, ground transportation or cruises, and hotel accommodations. +If you need time to think or to buy tickets for another destination, they can hold a reservation for you (subject to availability). +Any surplus or deficit should be transferred to the travel agent and not held by the hotel. +For some weeks, a large part of the population has camped out on the site, refusing to leave, and most of the attendees come from outside the city. +If you want to get a camping permit for a site that requires a reservation, book well in advance. +Remember that the main stage probably won't be open all night, so there will be areas where the music will be quieter. +There are special camping areas for families with small children. +If you drive north through Shiyala, then Kabina is worth a detour, as it is one of the most interesting places to visit in the Bardia National Park, due to its dense population of Bengal tigers. +Time is included in the fare in the St. Petersburg Cruise Port. Cruise passengers are met at the ship by buses (scheduled buses). +Casino gambling is legal in many parts of Mexico, as are bars and nightclubs. Drinking and dancing are generally tolerated, and tourists may find it easy to blend in. +They need special care to keep them in good condition and to keep them in the parasite, fungus and mould free. +Some places serve alcoholic drinks. However, the decision to drink is up to you, and all good judgement should be brought along with you. +Anyone who is on a high altitude or on a glacier should carry a barf bag with them, in case of vomiting or diarrhea. +Both Berfla and Berfla Road are closed and you can't get to the dam from either direction. +During the blizzard, you may find yourself stranded for an extended period of time. +Deserts can also be dangerous due to extreme temperatures, sandstorms, or lack of water. +Barbados and Barbados dialects are common in many countries and continue to be spoken fluently throughout the Caribbean. +Safari is probably the most popular tourist attraction in Africa, and for good reason. +The word safari originates from Swahili (a Bantu language spoken in Kenya and Tanzania) and means journey. +Some animals, such as snakes and frogs, can move almost without a sound, making them easy to overlook. +Fear, anxiety, and depression are sometimes a normal part of life, and you can learn to deal with them in a healthy way. +In the walking safaris (also known as "bush walks", "hiking safaris" or "foot safaris") the traveller participates for several hours or several days. +The Paralympics will take place from 24 August to 5 September 2021. Some events will be held at the same venues as the Olympics. +Tokyo would be the only Asian city to have hosted the Olympics twice, having held the Summer Games in 1964 and Winter Games in 1972. +If you book your flights and accommodation for 2020 already, you may be in luck. +Rates change frequently, but as of July 2020, most of Corona's wares were not eligible for return, except for olive oil. +It is expected that the majority of inventory tickets will be priced between ¥2,500 and ¥130,000, with the average ticket priced at ¥7,000. +Chinese caps can help to keep the head warm. In many hotels the bedding and pillows may or may not be clean, so bring your own. +If you're not in the U.S., or if you don't want to use a U.S. carrier, then you can use a VPN to make it look like you're in the U.S. +Febriken should not be given more than the recommended dose (which can cause seizures or even death). +There are many different ways to purify water, some of which are more effective than others. +In some areas it's free to fill up a bottle of water, while in others you'll need to buy a certain number of bottles. +Cell phones are prohibited in detention, and if you have any fears, you should leave your cell phone with a trusted company. +Travellers may find it hard to get to grips with the animals' habits, as they are not found in their own countries. +Paleolithic hunter-gatherers could have made alcoholic beverages from fermented fruit, chewed the leaves of the coca plant, drunk tea made from the leaves of the camellia sinensis plant, or even chewed the leaves of the khat plant. +There are no vaccines for the common cold or influenza viruses that cause them, nor are there any approved vaccines that can prevent people from getting bitten by mosquitoes or being stung by bees. +Some areas received flash flooding and landslides, while others saw hail and tornadoes. +Travellers in countries with a high incidence of mosquito-borne diseases, especially in the tropics and subtropics, should take adequate precautions. +The area between Point Marion and Ferrymont has some of the most spectacular driving in the state, regularly ranked among the best drives in the world by different magazines. +If you don't want to take the risk of traveling on the country's roads, keep your own wheels: professional grade, sandy beaches and tropical rainforests abound. +Post-caldera volcanism has been relatively minor - generally 35-40 MPH (56-64 km/h) and rarely exceeding 100 MPH (160 km/h). +Of course, there are other parts of the mobile phone service business that are doing very well, such as the D.T. Peninsula Wireless. +German pastries are often quite good and varied in Bavaria, as they are in the south of Germany. +Fall festivals are common, where the harvest is celebrated in an annual post-summer festival, and cherry and plum blossoms are seen in spring. +Many German-style coffee shops also serve breakfast, lunch, and other meals. Often a popular place to meet with a cup of coffee is called a Kaffee Stube. +If you want a small but powerful pasty, try the country's famous barley, oats or rye crumbles. +Khadi is a fabric made from cotton, silk, or wool, often dyed with natural dyes. +Khadi can be "soft" or "rough" depending on the thickness of the yarn used to weave it. +Yogurt is commonly used as an ingredient in the cuisines of North India and Pakistan, while in the cuisines of South India and Uttar Pradesh it is used as a condiment. +With 17,000 troops, the Indonesian Army is by far the largest foreign military contingent in the country. +However, if used within a qualified retirement account, the meaning of the word "annuity" changes to mean that the annuity is taxed as ordinary income rather than as capital gains in the highest and lowest brackets. + +The Stirrup Rider teaches that there are two different ways to hold the reins. +They give the riders more leverage but there is a risk that the handlebars could break in a crash. +If a rider falls but manages to hang onto the bike, then the fall can be minimized. To reduce the risk of this happening, the rider should maintain a relaxed but upright posture. +First, most people associate A&E and summer holiday riding boots with children's footwear. +After that, some saddles, especially English saddles, have a security bar that prevents the saddle from slipping forward. +Cochamaba Valley - Chile's main copper mining area, located in the north of the country, with large deposits of copper and other minerals. +The Arctic is home to some of the most extreme environments on Earth. Explorers from all parts of the world continue to establish new routes to the polar regions. +Games on the lower tees, or those that are popular with beginners, tend to be shorter than those on the higher tees, which can often be stretched by a longer par 3 or a short par 4. +Skiing is one of Scotland's main tourist activities, with skiing holidays sometimes referred to as "sky diving", as in "sky diving into Cairngorms" or "sky diving into Glenshee". +Skye is part of the Scottish Highlands - Scotland's Isle of Skye is 5000 years old! +The race could go to a runoff in the June 17th primary, and to a runoff in the November 6th general election, just like the 2018 race between O'Rourke and incumbent Sen. Ted Cruz. +Backpacking: Also known as backcountry camping, backcountry trekking or backcountry hiking. +It's similar to the Alpine skiing or paragliding, but doesn't require a lot of skill, is relatively inexpensive, and can be done in most places with more than a little snow and a bit of wind. +Think of the Skyline as a cross between the Magic Carpet and the Flying Fox. +You can get a little more out of the good conditions - though only just enough to make the Skye Trail one of the best hikes in the country, let alone the Highlands. +The European Union is a union of sovereign states, but there are many independent countries within it. In general, to travel within the Schengen Area, a visa issued by one Schengen country is sufficient. +However, the Scandinavian countries are among the best in the world when it comes to this. +While you're in this zone, you can pass through immigration checkpoints without having to stop. +Thus, if you are a Scandinavian citizen, you do not need to apply for a visa separately for each country, thus saving time, money and hassle. +There is no such thing as a natural right to private property that entitles the owner of 100-year-old items to demand their return. +There are chemical reactions in the volcano, where the magma may be less dense than the surrounding rock, allowing it to rise to the surface. +Hastings may be best known for the Battle of Hastings in 1066, but the town has a rich heritage stretching back long before William the Conqueror arrived. +Rainfall is a significant part of the everyday life of the people of Laos, and is also important for many tourists visiting other parts of Southeast Asia. +Although rare, all major U.S. airlines do not fly into RwandAir's home base of Kigali, but RwandAir serves most major destinations with direct flights. +Today many people work in the tourism industry. Tourism is an important source of income in many developing countries. +Although it is often used, especially in the Balkans, "Gypsy" can be pejorative in some parts of the world, especially among the Romani people themselves who prefer the term "Roma". +If you're going to a country whose currency you don't know, make sure your travel health insurance or your trip cancellation insurance covers it. +You can also get government advice above your own salary, but it's tailored to their citizens. +With an evacuation underway, U.S. citizens in the mainland countries of Central America are advised to depart immediately while U.S. citizens in El Salvador are encouraged to depart El Salvador immediately. +Diplomacy is the art of telling someone to go to hell in such a way that they actually look forward to making the trip. +The information available from other sources is often more general and less detailed than the information available at the airport. +Air travel is the most common way to get to any tropical destination, with direct flights available from most major U.S. cities or connecting flights through major hubs such as Los Angeles, San Francisco, or Miami. +Tornadoes can happen anywhere in the world, and they have a variety of causes, including thunderstorms, topography, and even volcanic activity. +High winds, rain, thunderstorms and lightning are the dangerous weather and hazards associated with tropical cyclones, such as hurricanes, tornadoes, floods and landslides. +Barf is a mixture of undigested food, saliva, stomach juices, and hair that is regurgitated from the stomach. +Passengers are advised to check the status of any flights they may have booked as they may be subject to cancellations or delays due to the bad weather. +Everyone involved in the plan to make the country a war zone should be made to undergo a psychiatric examination. +The investigation into the 'sophisticated cyber attack' on the Internal Revenue Service is likely to reveal the identity of the local company contracted to do the work. +The inquiry will look in detail at all the arguments put forward by both sides, with most of the evidence heard behind closed doors. +The course will usually be 2-5 days in length, and may include camping, some basic survival skills, and some hiking. +War is a common theme in books and movies set in the Middle East, but the region has been relatively peaceful in recent decades. +Wayzers should ensure they have the appropriate visas for their return. +Kissing couples in public is frowned upon (X) or even illegal in some countries, so it's best to err on the side of caution when it comes to public displays of affection. +It's not just foreign governments that want to prosecute these defendants. +Security checkpoints have also become more frequent since September 11, 2001. +Pre-operative transjugular liver biopsies should not be performed in patients with portal vein thrombosis. +The rap concert is a relatively new phenomenon, often likened to or confused with hip-hop. +Rainfall totals of 1 to 2 inches are possible in parts of the Desert Southwest due to Hurricane Norma, and flash flooding is possible in the higher terrain of the Desert Southwest. +Most of the deaths are believed to have been caused by a tsunami that hit the island, which sits on the Ring of Fire, an arc of seismic activity that encircles the Pacific Ocean. +Getting out of Praia is not difficult, but there is not much to see beyond the city. +If you don't get re-booked, try to get a refund or compensation for your inconvenience, and if you're not re-booked, you may be able to get a refund. +Punishment is rare in Sanskrit literature (Hanuman's punishment is an exception), takes a long time, and can be more serious. +In the new Sanskrit, travelers often have a hard time relating to their own culture with the Sanskrit culture they encounter. +When you return home from traveling in a foreign country, you bring back a new appreciation for the culture you grew up in and a few souvenirs. +When you go to a foreign country for the first time, people will probably seem strange and confusing, because they know that people in the new country need to adjust. +People shouldn't expect the return home to be a relaxing and informative experience for travellers. +Piramidon is one of the most dangerous substances in the show's area of expertise. +You can go diving in Andhra Pradesh and see the coral reefs before they disappear. +In general, you will hear the voices of travellers and backpackers. The tone and pace is similar to a travel book. +Sphinxes are often depicted in a recumbent position with the front paws tucked under the chest and the hind legs stretched out behind. +The Pyramids are located on the Giza Plateau and are surrounded by the Great Pyramid, the Pyramid of Khafre, and the Pyramid of Menkaure. +Some countries claim territory on the South Shetland Islands, and in 2020 Chile claimed the largest land area. +The Archipelago is located 120 km north of Peninsular Malaysia and is the third largest in the Kinabalu Elephant Sanctuary with an area of 75,000 hectares. +Livingston Tapu's and Descanso's participation in the parade is part of an ongoing effort to raise awareness of Puerto Rico's rich cultural heritage. +El Salvador is a small country in Central America surrounded by Belize to the north, Guatemala to the west and Honduras to the east. +Here's where the differences between the DV-2019 and DV-2020 lotteries lie. The DV-2020 lottery has a higher chance of selecting winners than the DV-2019 lottery, thanks to a 360-kilometer buffer zone around Minas Gerais, Brazil. +Antarctica's highest mountain is Vinson Massif in the Ellsworth Mountains or the Sentinel Range, with a summit elevation of 4892 meters. +In remote areas, cell phone coverage can be sparse, so a satellite phone may be your only option. +A satellite phone is not a substitute for a mobile phone, as you will still need to be out of doors to make and receive calls. +This service is often used for shipping, which involves the inclusion of ice packs, refrigerated containers, and even temperature-controlled vehicles. +Your local telephone service provider should be able to provide you with more information about this service. +Gap-year plans are becoming increasingly popular among school leavers. +He was sentenced to one year in prison after pleading guilty to a misdemeanor charge of disorderly conduct stemming from his being kicked out of school. +In many cases, studying abroad can increase your chances of landing a high-paying job back home. +As a general rule, tuition fees are required to be paid in order to note the academic work. +Finland is the best place for botting. "There are thousands of servers in the "hundreds of thousands of IPs" and also thousands of tapu in private networks. +You don't need a visa for Dwarka and Somnath. +Though there are no yachts or large cruise ships based in Dwarka, there are plenty of smaller boats and kayaks for hire. +Botting is illegal in the UK, where up to eight people a year are convicted. +Norway, Sweden, and the Netherlands meet each other, but are otherwise out of luck (unless you count Denmark, which is across the water in Copenhagen). +The Baltic Cruise is one of the most popular cruise destinations in Russia. +It means you can explore the historic city at your leisure over several days, and return to the ship at your leisure at the end of the day. +If you fly directly into Schiphol, you don't need a separate visa (since 2009). +Some cruise lines, such as Royal Caribbean, do not offer shore excursions in Bariloche, as it is not part of the Bariloche Samudra cruise itinerary, and the city is not part of the cruise line's shore excursion offerings. +Traveling by train can be a pleasant experience for all types of travelers, especially if they haven't traveled by train before or aren't accustomed to the experience of riding in a bus. +There is no word for what happens there: many people have things that are different from everyone else's, and that's not a problem. +Some people find it easier to get a sense of how a plane works and what goes on during a flight by talking to people who work in or around the airport. +Corporate companies are often willing to pay a premium for items that are in high demand. Often, genuine collectibles, or limited edition parts can be more valuable than the item they came from. +On some routes, the major carriers have their own planes, but on other routes and for smaller carriers it was an issue. +If they go through the immigration and customs at the airport, then it will take a few days to get out of the airport and into the city. +There's only one way to make sure you get a seat together and that's by booking together. Aer Lingus doesn't allocate seats together unless you pay extra, so make sure you book together. +In first or business class lounges, it's worth paying extra to get a seat with a view (or, at the very least, to your company). +However, this is not always the case: by following the black taxi rules, you can usually expect to pay a reasonable amount for a ride, and sometimes even get a discount for the first ride! +As a general rule, there is no meaningful discount to be had between the business and first class fares. +Airlines know a one-cent fare increase can mean the difference between a profitable and unprofitable flight, so they usually try to round up to the nearest cent. +Moldovan is the official language. The local language is Romanian, but Russian is also used. +Moldova is a landlocked country located between Romania and Ukraine. +In 1994, the group was awarded permanent observer status by the General Assembly of the United Nations, but it has not yet been recognised as a sovereign state by any member country of the United Nations. +Despite the failure of the political negotiations, economic relations between the two sides deepened. +Moldova's main religion is Eastern Orthodox Christianity. +Izmir is Turkey's third largest city, with a population of nearly 3.7 million, after Istanbul and Ankara. +Prague's Smíchov district, across the Vltava River from the old town, is a modern, cosmopolitan and vibrant business district, lined with big shops and restaurants. +Eighteenth-century paintings and tiled floors line the corridors of the old shopping centre, while the modern shopping centre next door is filled with fashion chains and restaurants, although the city's shopping is spread out over several streets and squares. +From the Haldersviken glacier in Norway, ice can be seen flowing into the territory of Ny-Ålesund and here is a scientific base. +Some of the churches in Charleston have survived the earthquakes relatively unscathed. +It will take at least eight hours to return to the base camp. +Romanesque and Gothic cathedrals adorn the north and east of the country, while in the south the Moorish legacy lives on in cities such as Granada and Córdoba. +The Scotterbus 403 is on its regular route from Rockhampton to Cairns. +North Korea also has a large military, with an estimated 1.3 million active personnel, making it one of the largest standing armies in the world. +Keep in mind that you'll need a permit to visit the communal cemetery, as well as a permit to visit the site of the world's most famous cemetery. +Still, there are many men and women who have survived here and others who have worked or lived in the camps, where Yazidis and non-Yazidis once lived side-by-side. +Check with the site in advance of your visit to ensure it is open, has the right level of difficulty, appropriate terrain and weather conditions. Don't ramble off-trail or into areas marked as closed. +Do not deface the graffiti in the maze. +Barcelona's native languages are Catalan and Spanish. Approximately 80% of the population understands and speaks Catalan, while most of the population understands and speaks Spanish. +However, most of the signs are only in Catalan, as it is the first official language of the region according to the law. +However, spanish is used in civil aviation and other professions. +Regular meteor showers only occur in the Catlins, but the Southern Hemisphere is graced with an annual meteor shower called the Orionids, which can be seen in the constellations of Orion, Taurus, Gemini, Cancer and Leo. +Parisians are known for their self-confidence, friendliness and openness. +While most of the large Parisian department stores are worth visiting in their own right, the best reason to visit them is that you'll be surrounded by "bien élevé" (well-heeled) shoppers. It will also be easy to find your way around, since you'll be surrounded by signs in English as well as French. +If you choose to visit Paris, be prepared to be overwhelmed by its beauty. +Plutonium is a radioactive element that occurs in nature, mostly in the form of the isotopes plutonium-238, plutonium-239, and plutonium-240. +Its unique geography, diversity of flora and fauna, and varied landscapes support a diversity of ecosystems unmatched by any other tropical rainforest. +The area is also home to a diverse array of bird and bat species. +There are also other common species, such as the European brown rat, the water vole, the wood mouse, the field vole, the lesser white-toothed shrew, the dormouse, the hedgehog, the red squirrel, the grey squirrel and the capybara. +Women have to go through a long scrutiny process when they apply to become nuns, and they also have to take a vow of celibacy. +In most temples, women are not allowed inside, but if you bring your own sarong, and wear a one-piece swimsuit that covers your shoulders, you should be allowed in. +This is why men have to go to the toilet more often than women. +These caps can also be purchased from a pharmacy, but they are not covered by insurance unless you have a prescription from your doctor. Probably not a good idea for men, though! +Majorcan vineyards, such as Macabeo, Xarello and Moscatel (also known as Parellada) are used in the production of Cava. +During the summer, there is a popular 24-hour ambulance: Olive Oyl, Popeye, Bluto, and other characters from the cartoon. +Sie is also launched from a capital ship in the middle of the ocean, surrounded by all the ships of the fleet. +This is an important way to compete against some of the bigger brands and products. +It's easy to make, though the recipe is a little vague as to whether or not the pastry is used in the crimping or not. +It is easy in Italian because most of the words are pronounced the same way as they are written. +The main factors for maintaining eye health are C and E, as they are responsible for the functioning of the retina at the back of the eye. +Also, pronounce the names of the letters R, A, and A in a high-pitched voice, while the letters D, O, and B are pronounced in a low-pitched voice. +Parsi language is easy and regular in pronunciation. +Thus, this pronunciation will teach you a lot about the pronunciation of Persian words and will help you understand the meanings of words in a better way. +It is not necessary that if you learn the Portuguese language, it will be easy for you to learn the Roman language. +However, those who are fluent in more than one language can easily argue that Portuguese is not as difficult as it is often made out to be. +Ancient temples today are rarely used as places of worship and are usually only of interest as archaeological or educational sites. +While press freedom was not a problem in their own country, they were generally easy to find in cities or at campgrounds, where they were often willing to talk to travelers. +Most of the archaeological sites are in remote areas with limited tourist infrastructure. +China's culture, which is part of Japan's eighth-century culture, is a part of Japanese culture. +This concert comes directly from China, where Plum Blossom was performing. +In Japan, the first cherry blossom petals have fallen, marking the beginning of the blooming season for the country's famous cherry blossom trees. +Stay tuned to local broadcasts, as "only 1" may be evacuated. +If you get caught trespassing on private property and "trespassing" is the only charge against you, you are likely to be let off with a warning. +Singapore is generally a safe place to visit, and you can probably buy just about anything once you get there. +But once you get to the Arctic "High Arctic", you will need to be able to cope with both cold (when it is below freezing) and heat (when it is above freezing). +Habron is a small village a few miles north of Hebron, where the Biblical patriarchs Abraham, Isaac, Jacob and their wives are said to be buried. +Check or ask if the bus you are planning to take goes through Hebron and whether it stops in Nablus. +Other coastal areas could become good for surfing. +Book cruises in advance to get the best deals on Lir, Rhine or Danube river cruises or a boat tour of the canals of Amsterdam or Venice. +They also watch paths for popular hiking and cycling trails. +Natal is one of the most important cities in Brazil, and is celebrated on Brazil's Independence Day. +The raids have also been condemned by countries around the world, including Christian countries and non-Christian countries. +Easter is a special time to visit Istanbul as the city comes to life for the Easter holidays. +However, this is a holy war for the Crusaders, but it could also mark the beginning of the end of the Islamic caliphate. +The Church of Jesus Christ of Latter-day Saints plans to hold its twice-annual General Conference in Salt Lake City, Utah, on Saturday, April 6, during which the Mormon faith's top leaders will participate. +All of the animals on the farm, from the pigs to the cows to the chickens, came to the fence to see what was going on. +Due to the long neck, it was not possible to milk the cow, it is the first cow to be milked in the Mahakay Galapagos. +Many exotic animals have been introduced to the Galapagos, including tortoises, land iguanas, marine iguanas, sea lions, blue-footed boobies, and frigatebirds. +If you enjoy the artistic or antique areas, then you will enjoy the vibrant nightlife, which means that the streets are not empty when the sun goes down. +This aurora borealis is well worth a detour, as it will be visible almost all night. +These areas are rare and rarely visited, so you can have the canyons all to yourself. +Japanese work-life culture is more demanding and intense than in the West. +The South is generally more socially conservative and skeptical of outsiders. +The workplace needs to foster an environment in which individuals feel comfortable sharing their opinions, even if they disagree with the group consensus. +Employers should seek advice from their own senior management, and expectations should be communicated to staff at all levels. diff --git a/test-gu-en.bleu b/test-gu-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..efee4537e6509c948ca21084814601105966940d --- /dev/null +++ b/test-gu-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 10.95 39.3/14.1/6.9/3.8 (BP = 1.000 ratio = 1.003 hyp_len = 24788 ref_len = 24721) diff --git a/test-gu-en.comet b/test-gu-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..54e319c9cb5fd958f6646252e686831ce5c5bbf7 --- /dev/null +++ b/test-gu-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 0 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1 score: 0.3413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 2 score: 0.7082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 3 score: 0.3423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 4 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 5 score: 0.6122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 6 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 7 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 8 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 9 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 10 score: 0.6250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 11 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 12 score: 0.4884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 13 score: 0.7719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 14 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 15 score: 0.3511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 16 score: 0.7317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 17 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 18 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 19 score: 0.3371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 20 score: 0.7710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 21 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 22 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 23 score: 0.6565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 24 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 25 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 26 score: 0.7928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 27 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 28 score: 0.5434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 29 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 30 score: 0.3405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 31 score: 0.3578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 32 score: 0.5175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 33 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 34 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 35 score: 0.6413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 36 score: 0.6230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 37 score: 0.6166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 38 score: 0.4668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 39 score: 0.6642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 40 score: 0.5953 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 41 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 42 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 43 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 44 score: 0.5307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 45 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 46 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 47 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 48 score: 0.7033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 49 score: 0.6962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 50 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 51 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 52 score: 0.7069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 53 score: 0.6667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 54 score: 0.5013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 55 score: 0.7099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 56 score: 0.6096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 57 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 58 score: 0.6315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 59 score: 0.6021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 60 score: 0.6695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 61 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 62 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 63 score: 0.7072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 64 score: 0.6686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 65 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 66 score: 0.7161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 67 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 68 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 69 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 70 score: 0.7397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 71 score: 0.7109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 72 score: 0.7646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 73 score: 0.6968 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 74 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 75 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 76 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 77 score: 0.7423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 78 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 79 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 80 score: 0.4971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 81 score: 0.7901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 82 score: 0.8429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 83 score: 0.6697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 84 score: 0.6984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 85 score: 0.7571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 86 score: 0.4111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 87 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 88 score: 0.6602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 89 score: 0.6299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 90 score: 0.5351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 91 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 92 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 93 score: 0.5624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 94 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 95 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 96 score: 0.5952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 97 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 98 score: 0.7380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 99 score: 0.7325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 100 score: 0.6082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 101 score: 0.8638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 102 score: 0.7732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 103 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 104 score: 0.7345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 105 score: 0.6854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 106 score: 0.7439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 107 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 108 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 109 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 110 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 111 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 112 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 113 score: 0.9285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 114 score: 0.5814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 115 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 116 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 117 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 118 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 119 score: 0.8449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 120 score: 0.6964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 121 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 122 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 123 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 124 score: 0.6610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 125 score: 0.6663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 126 score: 0.7365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 127 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 128 score: 0.7048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 129 score: 0.5982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 130 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 131 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 132 score: 0.6314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 133 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 134 score: 0.6481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 135 score: 0.6993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 136 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 137 score: 0.8021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 138 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 139 score: 0.6531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 140 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 141 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 142 score: 0.6869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 143 score: 0.6566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 144 score: 0.7529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 145 score: 0.4740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 146 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 147 score: 0.7410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 148 score: 0.5757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 149 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 150 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 151 score: 0.7199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 152 score: 0.6696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 153 score: 0.6918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 154 score: 0.5295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 155 score: 0.6524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 156 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 157 score: 0.7167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 158 score: 0.5576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 159 score: 0.6138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 160 score: 0.6078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 161 score: 0.5993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 162 score: 0.3713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 163 score: 0.7616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 164 score: 0.6265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 165 score: 0.3093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 166 score: 0.7033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 167 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 168 score: 0.5250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 169 score: 0.6526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 170 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 171 score: 0.9181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 172 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 173 score: 0.5916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 174 score: 0.5908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 175 score: 0.6233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 176 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 177 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 178 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 179 score: 0.7516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 180 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 181 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 182 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 183 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 184 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 185 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 186 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 187 score: 0.5561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 188 score: 0.6421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 189 score: 0.5178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 190 score: 0.5466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 191 score: 0.7457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 192 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 193 score: 0.7600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 194 score: 0.6058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 195 score: 0.8879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 196 score: 0.6138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 197 score: 0.3042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 198 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 199 score: 0.5492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 200 score: 0.5104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 201 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 202 score: 0.6939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 203 score: 0.6367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 204 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 205 score: 0.6124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 206 score: 0.5778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 207 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 208 score: 0.6888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 209 score: 0.8394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 210 score: 0.6067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 211 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 212 score: 0.6452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 213 score: 0.6544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 214 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 215 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 216 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 217 score: 0.8650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 218 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 219 score: 0.6629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 220 score: 0.9709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 221 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 222 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 223 score: 0.7431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 224 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 225 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 226 score: 0.6807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 227 score: 0.4977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 228 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 229 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 230 score: 0.9184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 231 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 232 score: 0.4472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 233 score: 0.5589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 234 score: 0.5534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 235 score: 0.5306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 236 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 237 score: 0.5542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 238 score: 0.6580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 239 score: 0.6620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 240 score: 0.7744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 241 score: 0.6930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 242 score: 0.6304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 243 score: 0.8656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 244 score: 0.6582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 245 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 246 score: 0.6867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 247 score: 0.3144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 248 score: 0.6718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 249 score: 0.4698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 250 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 251 score: 0.6565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 252 score: 0.7784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 253 score: 0.8532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 254 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 255 score: 0.9321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 256 score: 0.5157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 257 score: 0.6676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 258 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 259 score: 0.6423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 260 score: 0.6826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 261 score: 0.6601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 262 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 263 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 264 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 265 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 266 score: 0.8553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 267 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 268 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 269 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 270 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 271 score: 0.6345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 272 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 273 score: 0.5252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 274 score: 0.5480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 275 score: 0.2599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 276 score: 0.6173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 277 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 278 score: 0.8644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 279 score: 0.8283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 280 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 281 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 282 score: 0.9479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 283 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 284 score: 0.8387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 285 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 286 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 287 score: 0.5757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 288 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 289 score: 0.7104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 290 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 291 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 292 score: 0.5947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 293 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 294 score: 0.6623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 295 score: 0.5403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 296 score: 0.7670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 297 score: 0.5325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 298 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 299 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 300 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 301 score: 0.7252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 302 score: 0.6211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 303 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 304 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 305 score: 0.7510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 306 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 307 score: 0.5389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 308 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 309 score: 0.7167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 310 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 311 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 312 score: 0.7327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 313 score: 0.6610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 314 score: 0.5338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 315 score: 0.7394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 316 score: 0.7119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 317 score: 0.5861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 318 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 319 score: 0.6508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 320 score: 0.7692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 321 score: 0.7397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 322 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 323 score: 0.7131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 324 score: 0.6059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 325 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 326 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 327 score: 0.6349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 328 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 329 score: 0.5819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 330 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 331 score: 0.7639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 332 score: 0.7801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 333 score: 0.7643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 334 score: 0.7192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 335 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 336 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 337 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 338 score: 0.7375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 339 score: 0.9090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 340 score: 0.6056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 341 score: 0.5850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 342 score: 0.6084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 343 score: 0.6385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 344 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 345 score: 0.5495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 346 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 347 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 348 score: 0.5419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 349 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 350 score: 0.5991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 351 score: 0.6261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 352 score: 0.6810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 353 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 354 score: 0.5152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 355 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 356 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 357 score: 0.6811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 358 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 359 score: 0.5401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 360 score: 0.7626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 361 score: 0.6447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 362 score: 0.4587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 363 score: 0.6675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 364 score: 0.6020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 365 score: 0.3916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 366 score: 0.5346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 367 score: 0.3928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 368 score: 0.4837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 369 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 370 score: 0.6802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 371 score: 0.4716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 372 score: 0.2986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 373 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 374 score: 0.6807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 375 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 376 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 377 score: 0.7219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 378 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 379 score: 0.5334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 380 score: 0.9218 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 381 score: 0.5042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 382 score: 0.6385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 383 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 384 score: 0.6996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 385 score: 0.7096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 386 score: 0.6453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 387 score: 0.5118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 388 score: 0.6627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 389 score: 0.7871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 390 score: 0.5617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 391 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 392 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 393 score: 0.7444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 394 score: 0.7860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 395 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 396 score: 0.6702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 397 score: 0.4910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 398 score: 0.7415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 399 score: 0.8488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 400 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 401 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 402 score: 0.6147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 403 score: 0.6439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 404 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 405 score: 0.5376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 406 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 407 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 408 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 409 score: 0.6223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 410 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 411 score: 0.4416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 412 score: 0.5756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 413 score: 0.6579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 414 score: 0.7638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 415 score: 0.7474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 416 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 417 score: 0.6867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 418 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 419 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 420 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 421 score: 0.6407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 422 score: 0.7765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 423 score: 0.5289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 424 score: 0.6285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 425 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 426 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 427 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 428 score: 0.6510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 429 score: 0.7509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 430 score: 0.4523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 431 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 432 score: 0.4980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 433 score: 0.5857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 434 score: 0.4628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 435 score: 0.5753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 436 score: 0.6145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 437 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 438 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 439 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 440 score: 0.6307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 441 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 442 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 443 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 444 score: 0.6996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 445 score: 0.6396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 446 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 447 score: 0.6948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 448 score: 0.9244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 449 score: 0.6772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 450 score: 0.6241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 451 score: 0.5338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 452 score: 0.9081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 453 score: 0.5257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 454 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 455 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 456 score: 0.6186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 457 score: 0.6285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 458 score: 0.5364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 459 score: 0.6871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 460 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 461 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 462 score: 0.6136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 463 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 464 score: 0.5104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 465 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 466 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 467 score: 0.4898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 468 score: 0.3085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 469 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 470 score: 0.5860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 471 score: 0.7436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 472 score: 0.5547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 473 score: 0.5980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 474 score: 0.5940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 475 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 476 score: 0.7300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 477 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 478 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 479 score: 0.9109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 480 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 481 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 482 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 483 score: 0.7006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 484 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 485 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 486 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 487 score: 0.5725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 488 score: 0.5084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 489 score: 0.5478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 490 score: 0.5145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 491 score: 0.6117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 492 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 493 score: 0.7437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 494 score: 0.7295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 495 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 496 score: 0.5478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 497 score: 0.4930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 498 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 499 score: 0.6669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 500 score: 0.5248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 501 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 502 score: 0.6029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 503 score: 0.3664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 504 score: 0.2980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 505 score: 0.5428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 506 score: 0.4823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 507 score: 0.3446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 508 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 509 score: 0.6193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 510 score: 0.6289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 511 score: 0.6994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 512 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 513 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 514 score: 0.9357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 515 score: 0.6363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 516 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 517 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 518 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 519 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 520 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 521 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 522 score: 0.7128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 523 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 524 score: 0.6080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 525 score: 0.5171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 526 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 527 score: 0.4408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 528 score: 0.5005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 529 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 530 score: 0.5423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 531 score: 0.5519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 532 score: 0.5619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 533 score: 0.5410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 534 score: 0.5000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 535 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 536 score: 0.5123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 537 score: 0.6881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 538 score: 0.5986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 539 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 540 score: 0.4473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 541 score: 0.8268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 542 score: 0.6893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 543 score: 0.7461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 544 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 545 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 546 score: 0.6091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 547 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 548 score: 0.6763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 549 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 550 score: 0.7404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 551 score: 0.8077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 552 score: 0.9303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 553 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 554 score: 0.6873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 555 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 556 score: 0.3108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 557 score: 0.8219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 558 score: 0.5394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 559 score: 0.6364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 560 score: 0.6219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 561 score: 0.6185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 562 score: 0.5544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 563 score: 0.5287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 564 score: 0.5874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 565 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 566 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 567 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 568 score: 0.6028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 569 score: 0.6355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 570 score: 0.8321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 571 score: 0.5244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 572 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 573 score: 0.5299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 574 score: 0.7026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 575 score: 0.6829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 576 score: 0.4710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 577 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 578 score: 0.1616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 579 score: 0.5733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 580 score: 0.5838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 581 score: 0.6452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 582 score: 0.5211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 583 score: 0.5475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 584 score: 0.4420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 585 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 586 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 587 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 588 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 589 score: 0.6909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 590 score: 0.8679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 591 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 592 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 593 score: 0.5813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 594 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 595 score: 0.8223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 596 score: 0.4737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 597 score: 0.6501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 598 score: 0.5372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 599 score: 0.5844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 600 score: 0.6233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 601 score: 0.5388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 602 score: 0.6316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 603 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 604 score: 0.3698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 605 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 606 score: 0.6162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 607 score: 0.7025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 608 score: 0.5785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 609 score: 0.7747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 610 score: 0.6298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 611 score: 0.7124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 612 score: 0.5203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 613 score: 0.8280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 614 score: 0.1708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 615 score: 0.6289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 616 score: 0.6760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 617 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 618 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 619 score: 0.4196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 620 score: 0.5980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 621 score: 0.5200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 622 score: 0.6162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 623 score: 0.6788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 624 score: 0.5805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 625 score: 0.9007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 626 score: 0.5703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 627 score: 0.6815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 628 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 629 score: 0.8304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 630 score: 0.5093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 631 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 632 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 633 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 634 score: 0.9526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 635 score: 0.6283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 636 score: 0.8138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 637 score: 0.5378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 638 score: 0.4771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 639 score: 0.8424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 640 score: 0.5174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 641 score: 0.9281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 642 score: 0.6777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 643 score: 0.6961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 644 score: 0.6319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 645 score: 0.7033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 646 score: 0.5956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 647 score: 0.7971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 648 score: 0.7195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 649 score: 0.6452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 650 score: 0.8174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 651 score: 0.5482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 652 score: 0.5798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 653 score: 0.4865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 654 score: 0.4331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 655 score: 0.8224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 656 score: 0.7239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 657 score: 0.4734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 658 score: 0.5507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 659 score: 0.6691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 660 score: 0.5142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 661 score: 0.6703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 662 score: 0.6925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 663 score: 0.6653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 664 score: 0.6913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 665 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 666 score: 0.7355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 667 score: 0.5247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 668 score: 0.6915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 669 score: 0.6043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 670 score: 0.6703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 671 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 672 score: 0.6722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 673 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 674 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 675 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 676 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 677 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 678 score: 0.7016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 679 score: 0.8150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 680 score: 0.6361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 681 score: 0.6601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 682 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 683 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 684 score: 0.5346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 685 score: 0.7842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 686 score: 0.3716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 687 score: 0.3713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 688 score: 0.8210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 689 score: 0.8008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 690 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 691 score: 0.3658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 692 score: 0.5225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 693 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 694 score: 0.6144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 695 score: 0.6635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 696 score: 0.7439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 697 score: 0.4800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 698 score: 0.5712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 699 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 700 score: 0.6542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 701 score: 0.9118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 702 score: 0.6477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 703 score: 0.6697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 704 score: 0.4951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 705 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 706 score: 0.6633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 707 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 708 score: 0.7427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 709 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 710 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 711 score: 0.5836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 712 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 713 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 714 score: 0.7761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 715 score: 0.5549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 716 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 717 score: 0.6796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 718 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 719 score: 0.6054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 720 score: 0.6460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 721 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 722 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 723 score: 0.6453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 724 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 725 score: 0.5985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 726 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 727 score: 0.7155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 728 score: 0.5728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 729 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 730 score: 0.6734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 731 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 732 score: 0.7345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 733 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 734 score: 0.5746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 735 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 736 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 737 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 738 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 739 score: 0.7028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 740 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 741 score: 0.6874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 742 score: 0.6117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 743 score: 0.8452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 744 score: 0.5833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 745 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 746 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 747 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 748 score: 0.8997 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 749 score: 0.7113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 750 score: 0.6363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 751 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 752 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 753 score: 0.5977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 754 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 755 score: 0.6233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 756 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 757 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 758 score: 0.5186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 759 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 760 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 761 score: 0.4708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 762 score: 0.5861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 763 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 764 score: 0.5537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 765 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 766 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 767 score: 0.6097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 768 score: 0.8285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 769 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 770 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 771 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 772 score: 0.6448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 773 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 774 score: 0.5591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 775 score: 0.6070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 776 score: 0.6455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 777 score: 0.5614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 778 score: 0.5028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 779 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 780 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 781 score: 0.7472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 782 score: 0.7190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 783 score: 0.5742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 784 score: 0.5712 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 785 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 786 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 787 score: 0.6536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 788 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 789 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 790 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 791 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 792 score: 0.7005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 793 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 794 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 795 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 796 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 797 score: 0.6289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 798 score: 0.6754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 799 score: 0.6900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 800 score: 0.5432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 801 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 802 score: 0.6561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 803 score: 0.5245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 804 score: 0.7625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 805 score: 0.7269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 806 score: 0.4803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 807 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 808 score: 0.6770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 809 score: 0.6963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 810 score: 0.5859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 811 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 812 score: 0.9062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 813 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 814 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 815 score: 0.6369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 816 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 817 score: 0.7193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 818 score: 0.5182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 819 score: 0.6311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 820 score: 0.9104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 821 score: 0.7157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 822 score: 0.6746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 823 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 824 score: 0.4489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 825 score: 0.6958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 826 score: 0.4399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 827 score: 0.6474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 828 score: 0.7197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 829 score: 0.5718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 830 score: 0.6611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 831 score: 0.7595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 832 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 833 score: 0.6940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 834 score: 0.6040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 835 score: 0.6718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 836 score: 0.5406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 837 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 838 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 839 score: 0.5549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 840 score: 0.5340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 841 score: 0.3390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 842 score: 0.5964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 843 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 844 score: 0.7577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 845 score: 0.6055 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 846 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 847 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 848 score: 0.7572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 849 score: 0.5068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 850 score: 0.7063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 851 score: 0.5921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 852 score: 0.4199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 853 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 854 score: 0.7211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 855 score: 0.5630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 856 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 857 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 858 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 859 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 860 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 861 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 862 score: 0.4846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 863 score: 0.5835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 864 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 865 score: 0.5409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 866 score: 0.8006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 867 score: 0.8134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 868 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 869 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 870 score: 0.6459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 871 score: 0.5490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 872 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 873 score: 0.5273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 874 score: 0.8335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 875 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 876 score: 0.4153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 877 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 878 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 879 score: 0.7319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 880 score: 0.6843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 881 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 882 score: 0.7235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 883 score: 0.7205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 884 score: 0.6111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 885 score: 0.6949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 886 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 887 score: 0.4848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 888 score: 0.5299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 889 score: 0.5957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 890 score: 0.6327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 891 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 892 score: 0.5460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 893 score: 0.6171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 894 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 895 score: 0.8227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 896 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 897 score: 0.7589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 898 score: 0.6683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 899 score: 0.5893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 900 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 901 score: 0.5452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 902 score: 0.5383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 903 score: 0.7250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 904 score: 0.7166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 905 score: 0.5595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 906 score: 0.7004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 907 score: 0.4868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 908 score: 0.8781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 909 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 910 score: 0.8910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 911 score: 0.6515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 912 score: 0.9507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 913 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 914 score: 0.5505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 915 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 916 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 917 score: 0.5420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 918 score: 0.5533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 919 score: 0.7636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 920 score: 0.5653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 921 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 922 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 923 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 924 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 925 score: 0.7090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 926 score: 0.7857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 927 score: 0.6644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 928 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 929 score: 0.6974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 930 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 931 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 932 score: 0.6436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 933 score: 0.6797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 934 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 935 score: 0.7879 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 936 score: 0.5994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 937 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 938 score: 0.6175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 939 score: 0.7102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 940 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 941 score: 0.9504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 942 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 943 score: 0.7472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 944 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 945 score: 0.6174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 946 score: 0.5847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 947 score: 0.6270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 948 score: 0.6705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 949 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 950 score: 0.4909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 951 score: 0.7020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 952 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 953 score: 0.5647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 954 score: 0.7825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 955 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 956 score: 0.9185 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 957 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 958 score: 0.5005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 959 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 960 score: 0.6727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 961 score: 0.6333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 962 score: 0.4659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 963 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 964 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 965 score: 0.6951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 966 score: 0.6079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 967 score: 0.7265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 968 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 969 score: 0.6487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 970 score: 0.5675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 971 score: 0.4565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 972 score: 0.4988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 973 score: 0.7097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 974 score: 0.5820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 975 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 976 score: 0.5221 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 977 score: 0.5399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 978 score: 0.8651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 979 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 980 score: 0.8064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 981 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 982 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 983 score: 0.6718 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 984 score: 0.7313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 985 score: 0.5337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 986 score: 0.7271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 987 score: 0.6182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 988 score: 0.4482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 989 score: 0.6990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 990 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 991 score: 0.7792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 992 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 993 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 994 score: 0.7402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 995 score: 0.7657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 996 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 997 score: 0.7473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 998 score: 0.7456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 999 score: 0.6188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1000 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1001 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1002 score: 0.5567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1003 score: 0.5568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1004 score: 0.7612 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1005 score: 0.6552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1006 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1007 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1008 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1009 score: 0.5088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1010 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en Segment 1011 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-gu-en score: 0.7005 diff --git a/test-hi-en b/test-hi-en new file mode 100644 index 0000000000000000000000000000000000000000..ff5ffaa83c7de8ac8483071667bcb6baeeb4e832 --- /dev/null +++ b/test-hi-en @@ -0,0 +1,1012 @@ +He said "now we have four month old piglets who are not infected with swine fever." +Dr. Aude Audet, a professor of medicine at Dalhousie University in Halifax, Nova Scotia, and president of the Canadian Diabetes Association's scientific and medical advisory board, also urged researchers to keep going. +Like some other experts, he worries whether the results can be trusted given that there is no known treatment for type 1 diabetes. +Sara Danius, the permanent secretary of the Nobel Committee for Literature at the Swedish Academy, announced publicly on Sveriges Radio on Monday that the academy was abandoning its efforts to get directly to Bob Dylan after he won the Nobel Prize in literature in 2016. +Denis said, "Right now, we're not doing anything. I've e-mailed the people I work with, and they've e-mailed their friends. That's all I'm going to say for now." +Before that, Ring's CEO, Jamie Siminoff, said the company started when he realized his grandmother's store didn't hear the doorbell. +He said (Jimmy Simpson) that he had made a will. +Simonoff said that after the Shark Tank episode aired in 2013, sales skyrocketed, with the show pumping millions of dollars into the startup. +At the end of 2017, it was shown on the shopping television channel QVC. +Ring has settled a patent dispute with its competitor ADT Corp. +While a practical vaccine for Ebola may be years away, no drugs have been proven effective in treating the disease. +An antibody cocktail, ZMapp, showed early promise in treating the disease, but formal studies indicated it had a lower than expected survival rate. +In a PALM test, ZMapp acted as a control, meaning that scientists compared it to three other treatments without knowing which was which. +The U.S. athletes, backed by the U.S. Olympic Committee, also called for the IOC to recognize the importance of the Olympic family in providing a safe environment for all athletes. +We agree with the USOC's statement that our athletes and clubs, and their sports, can go further faster with the right changes within our organization. +The U.S. supports an independent investigation that can shine a light on the allegations that the LNR's so-called "referendum" was anything but a genuine expression of the will of the LNR's people, and that any legitimate and appropriate changes can be made. +The U.S. Olympic and U.S. Paralympic teams have the same goal - to make the sports as safe as possible for athletes and other people to pursue their dreams in a healthy, positive and empowering environment. +During the 1960s, Brezhnev worked as an advisor to John F. Kennedy and then Lyndon B. Johnson. +He advised Carter on foreign policy during the 1976 election, then served as national security adviser from 1977 to 1981. +As an NSA, he helped manage Cold War crises, such as the Camp David Accords, the normalization of U.S.-China relations in the 1970s; the Iranian Revolution, which led to the Iran hostage crisis, 1979; and the Soviet invasion of Afghanistan, 1979. +The film, starring Ryan Gosling and Emma Stone, has been nominated in all the major categories. +Gosling and Stone have been nominated for Best Actor and Actress respectively. +Other titles include Best Picture, Director, Screenplay, Costume Design, Film Editing, Original Score, Production Design, Sound Mixing, Sound Editing, and Visual Effects. +Odyssey (The Fools Dream) and City of Stars from La La Land received 26 nominations - more than any other studio. +Late Sunday, U.S. President Donald Trump told reporters that U.S. forces were leaving Syria "very soon." +The announcement came after a phone call between Turkish President Recep Tayyip Erdogan and Trump. +Turkey has begun the process of arresting and prosecuting IS fighters, the statement said, adding that European countries have refused to extradite them. +It not only confirms that at least some of the Denisovans' DNA was preserved, but also provides information that is difficult to get from fossils, such as colour and three-dimensional arrangement. +Scientists say the animal's lower jaw and teeth resembled those of a crocodile, while its upper jaw and snout looked more like a bird's. +It also provides complete information about the development of wings in birds. +However, Dianosaur's claws were not fully developed and were called rachis. But they did have claws similar to those of Velociraptor. Researchers believe that Dianosaur's claws were similar to those of Velociraptor. +The wings suggest that they were not flown, but used for temperature regulation or display. Researchers suggested that, although it is a young Diplodocus, it was not a nestling but a subadult. +Researchers suggested that while it may sound like the call of a tiny dinosaur, it is in fact the mating call of the adult male. +A car bomb has exploded at a police headquarters in the Turkish city of Gaziantep, killing at least two police officers and injuring more than twenty people. +The governor's office said one of the injured police officers was in critical condition. +Police said they believed the suspects were Daesh (ISIL) fighters. +They found that the stars were controlled by the same basic principles as the planets: the orbits of all the planets are controlled by the gravity of the Sun, just as the orbits of the moons are controlled by the gravity of the planets. +The rosette number of a rose, which is associated with Plas-y-Nant, is used in combination with its fragrance and rosette colour to identify it. +The number of Rosby numbers will be as small as the number of primes less than the square root of the number. +During his travels, the host often found himself in hot water. +He was robbed by sea thieves, mauled by a rabid dog in a temple, fled a wedding in Nepal and was arrested in India. +The 802.11n standard works on both 2.4 GHz and 5.0 GHz frequencies. +It will bring up to 802.11a, 802.11b and 802.11g back from the stone age, as long as there are repeaters in the base station. +802.11n is significantly faster than its predecessors, boasting speeds of up to 600 Mbps with the maximum theoretical throughput of 802.11n being 450 Mbps. +DuVall, who is married and has two young children, did not have a large impact on Miller's story. +When asked about the comments, Miller said, "Mike says a lot of things ... I was ready to go so I wasn't really listening to what he was saying." +Hoo said the company would try to cut carbon dioxide emissions per unit of domestic products by 20 per cent from 2005 levels by 2020. +He did not specify an amount for the tariffs, saying they would be based on China's economic output. +Hoo encouraged developing countries to "resist old ways of polluting and later cleaning up." +He added that "they should not be judged by the standards of their development, responsibility and capacity." +Iraq Oil Report published today at 12.00 GMT. +This warning indicates that there is no guarantee that any action taken in Iraq will lead to a civil war, escalating violence or chaos. +The United States is open to a report with recommendations on how to reach common ground on open debate and a policy of no first use of nuclear weapons in the Middle East. +The report is highly critical of nearly all aspects of Iraq's current policy and calls for an immediate change of direction. +The first recommendation of the 78 suggestions is that Iraq should take a new political stance before the end of the year, in order to secure its borders against hostile takeovers, and to rebuild relations with its neighbors. +Current Senator and Arizona's first female, Cristina Fernandez de Kirchner, announced her presidential bid last night in the city of La Plata, 50 kilometers (31 miles) from Buenos Aires. +Ms. Kyrsten Sinema announced she would run for the U.S. Senate in 2018, where she currently serves as a member of the Arizona delegation in the U.S. House of Representatives. +Hurricane Katrina overshadowed a long-running dispute over disaster relief and reconstruction; some Republicans made "Bush's New Orleans deal" a joke. +The criticism of the renovations is focused on the alleged gentrification of Georgetown, the neighborhood of Washington, D.C. known for its cobblestone streets and historic buildings. +More than four million people turned out for the funeral procession. +The number of people on hand was so large that it was not possible for everyone to attend the funeral at St. Peter's Square. +In Rome, large television screens have been set up in various locations so that people can watch the parade. +Italy's other major cities and much of the rest of the world, especially Poland, had similar setups, which were seen by millions of people. +Historians have criticised the FBI's previous policy of focusing resources on cases that were easy to solve, especially those involving car theft. +Congress began the funding process for the fiscal year 2005 and indicated that the FBI should have 10 agents dedicated to adult pornography. +Robin Uthappa made 70 not out off 41 balls with 11 fours and 2 sixes for Punjab. +Midfielder Sachin Tendulkar and Rahul Dravid put up a good show and made a century partnership. +But India only managed 36 runs in seven overs, losing seven wickets in the process. +U.S. President George W. Bush arrived in Singapore on Nov. 16 for a weeklong visit to Asia. +He was welcomed by Singapore's deputy prime minister, Wong Kan Seng, and discussed trade and terrorism with Singapore's prime minister, Lee Hsien Loong. +A week after losing the midterm elections, Bush told people about the expansion of trade in Asia. +Prime Minister Stephen Harper agreed to send the government's "Clean Air Act" (Clean Air Coalition) to a United Nations committee for review, following a 25-minute meeting with NDP Leader Jagmeet Singh on Monday. +Letten said during a meeting with the PM that the Conservative Party's environment bill should be "completely rewritten". +The state government and some federal MPs criticised the move by the federal government to fund a new hospital in Davenport, Tasmania, saying it should have been directed to a hospital in the nearby city of Launceston. +But Prime Minister John Howard says the legislation is needed to save the hospital's AUD $45 million in funding from being slashed by the Tasmanian Government. +The tsunami gauge at Palu, on the seaward side of the airport, recorded waves as high as 1.5 metres, the agency said, adding that it had recorded waves as high as 30 cm at Donggala. +There were no reports of major damage or injuries in Tonga, but power was knocked out across the islands, preventing Tongan authorities from immediately assessing the extent of the damage. +The airport and six nearby schools were closed Wednesday, despite a warning that a tsunami could hit within 30 minutes. +U.S. President George W. Bush welcomed the announcement. +Bush administration spokesman Gordon Johndroe called the agreement a "significant step toward achieving the denuclearization of the Korean peninsula." +Hurricane Jerry, the tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean. +The National Hurricane Center says there are no immediate threats to the U.S. mainland. +The U.S. Corps of Engineers estimated that a 6-inch rain could damage levees built to protect against a 200-year flood event. +The ninth ward, which was flooded up to 20 feet deep during Hurricane Katrina, is currently under water, as the levee continues to break. +A wall of water up to 100 feet high has crashed onto the city of Palu on the island of Sulawesi in Indonesia. +Commons Speaker John Bercow expressed his dismay at the prospect of a no-deal Brexit when he spoke to me last month. +He's been lying to us from the get-go. First of all, claiming it was for legal reasons. Second, claiming he was going to pull his art. +He led efforts to draft a policy on sexual content for the site, which hosts millions of licensed media from open sources. +Most of the work was theoretical, but a program was written to simulate the observation by the Galileo spacecraft. +The team that was searching for the impact crater would have been between the dark matte of Vesta and the dark matte of Ceres. +Just like the moon pulls the tides on Earth, Milky Way also pulls the tides on Ganymede. +Scientists were able to demonstrate that the black material affected other black objects in the same way that a common magnet does. +The theory suggests that the deepest parts of the oceans are covered in a thick layer of sediment made up of many tiny particles. +Television reports showed white smoke billowing from the plant. +Local authorities are warning residents to stay indoors, shut air conditioners and don't drink the tap water. +According to the Japan Atomic Energy Agency, radiation levels at the plant remain unchanged. +According to authorities, the containers holding the uranium were damaged and leaking. +Dr. Tony Fauci has discovered an extremely drug-resistant strain of tuberculosis (XDR-TB) in the KwaZulu-Natal region of South Africa. +In an interview, he said the new variant was "incredibly worrisome and potentially devastating." +Dr. Mol said some of the patients contracted the infection in the hospital, and at least two of the patients were health care workers. +During a one-year visit, an infected person can transmit the disease to 10 to 15 contacts. +Although XDR-TB is still rare in Tuberculosis-affected populations; in South Africa, for example, 6,000 of the 330,000 people infected with TB are infected with XDR-TB. +Two satellites weighing more than 1,000 pounds and traveling at about 17,500 miles per hour crashed into the moon at speeds of 491 miles per hour. +Scientists say the blast was caused by a meteorite hitting the Earth. +They are still trying to figure out just how big the crash was and how the earth was affected. +The U.S. Defense Department is keeping an eye on joint military exercises between the U.S. and South Korea. +The planting analysis will be posted on the public website. +A doctor who worked at a children's hospital in Pittsburgh, Pennsylvania, has been accused of murdering his mother in a fit of rage after finding her dead in her car, authorities in Ohio say. +Dr. Malar Balasubramaniam, 29, was found dead on the side of a road in Blue Ash, a suburb of Cincinnati, about 15 miles north of the hospital, where she worked as an anesthesiologist. +He led officers to a black Oldsmobile Intrigue that was 500 feet away. +There, they found the body of 53-year-old Saroj Balasubramaniam, who had been stabbed multiple times with a kitchen knife. +Police said the victim was about a day old. +The initial cases of the outbreak occurred in July. +The disease is transmitted by infected pigs, which later infect humans through mosquito bites. +Prakash has urged the Indian government to take drastic measures such as banning the export of sugar, withdrawing thousands of crores of rupees from sugar mills and cancelling licenses of sugar mills to deal with the crisis. +The government has pledged millions of doses of the insulin vaccine to help health agencies prepare for next year. +Tokyo was postponed until 2021 because of concerns about the cost and logistics of holding the Games in one of the world's most expensive and densely populated cities. +In 1956, Sollenius moved to Sweden, where he started working for the Swedish postal service three years later and became its main photographer. +He made more than 1,000 stamps for Sweden and 28 other countries. +His work is identified by its high quality and range, being one of the few "domestic names" among ticket collectors. Some of his work has been published alone. +David Clocker Arenas made his 1,000th career steal in 2000, becoming the fastest player in NBA history to reach the milestone. +He has also been involved in redesigning bank notes for several countries, including the new Canadian $5 and $100 bills that are currently in circulation. +Gibson was taken to a hospital where he died a short time later. +The truck driver, 64, was not injured in the crash. +The vehicle was removed from the scene about 1200 GMT. +A man working near the scene of the crash said: "There were children waiting to cross the road, they were screaming and crying." +They all ran from the scene of the accident. +Other issues on the agenda for the summit in Bali include saving the world's remaining rainforests, and helping developing countries move towards low-carbon technologies. +The U.N. hopes to raise a fund to help countries affected by global warming cope with its effects. +The money can be used for flood-resistant homes, better water management and diversification of crops. +Fluke wrote that some people tried to get women to call other women about their health, which backfired. +The overwhelming majority of women and men, on both sides of the debate, agreed that abortion pills should be recognised as essential medicines. +When the injured were taken to the hospital, about 40 other inmates at the jail refused to return to their cells, officials said. +Discussions are ongoing to try to resolve the situation, but the prisoners' demands are unclear. +Around 10:00-11:00 BST there was a fire at HMP Yarlside, with prisoners starting the blaze. +Soon after, police in riot gear entered the jail and quelled the disturbance with pepper spray. +The fire was contained at 11:35 a.m. +After the dam was built in 1963, the seasonal floods that spread across the river stopped. +Wildlife habitats need grazing to maintain grassland and coastal areas. +This is because the species of the two sharks are hybrids and the other two are hybrids as well, including the hammerhead shark. +Although water levels are expected to rise only a few feet after the dam breaks, officials are worried that it will be enough to flood the low-lying city of San Bernardino. +No tsunami warning has been issued, and according to the Jakarta Geophysics Agency, no tsunami was expected because the quake did not measure 6.5 on the Richter scale. +Despite there being no tsunami threat, residents began evacuating their businesses and homes out of fear. +Even though he had tears in his eyes while saying goodbye, he assured his fans that he would be back. +It's not over yet. It's the end of an era and the beginning of a new era." +The final results of the Namibian presidential and parliamentary elections indicate that incumbent President Hage Geingob has been re-elected with an overwhelming majority. +The ruling party, the People's Party of South West Africa (SWAPO), won the parliamentary election. +The United States and Afghan forces moved into the area to secure the site and allow other U.S. aircraft to land for support. +There are more accidents in mountainous areas. This is partly due to self-inflicted mishaps. +Rescuers are racing to find survivors at the scene of the disaster in the city of Palu on the island of Sulawesi after an earthquake and tsunami hit the area. +Medical charity Medicins Sans Frontieres says it is the worst disaster to hit the country. +Richard Vann, a spokesman for Medicine Sans Frontieres, said: "The situation in Angola is now at the worst it has ever been and the situation there is dire." +The game started at 10:00 in great weather and the morning-morning refreshments, as well as the 7th Rabbie's Big Day Out, made it a great day for rugby. +Top-seeded Dustin Johnson started the tournament on the right note, cruising to a 2&1 victory over Zambia's Nkandu Luvumbo. +The Ivorians, weakened by the loss of their talismanic sisters, nevertheless improved to take the tournament by the scruff of the neck. +His assistants, the art of defence and the team's good work stood out and now it is clear that this is a team to be reckoned with. +The tree is infected by a pathogen called Phytophthora cinnamomi and poses a public health risk because its falling could release spores that cause a disease called Phytophthora ramorum, officials with the city of Amsterdam and the Rijksmuseum said. +It was scheduled for Monday, but was postponed after a last-minute ruling by an emergency court. +All of the caves have a minimum diameter of at least 100 to 250 metres (328 to 820 feet). +The infrared image shows that some of the caves are more or less the same temperature during the day and night. +These levels are colder than average for the day and warmer than average for the night. +Its upper mantle is not as rigid as the crust that covers the surface of the Earth, but it is denser than the Earth's crust," said Glenn Kushing, a geologist with the U.S. Geological Survey in Flagstaff, Arizona, and a member of the U.S. Geological Survey's volcanic team. +In France, voting is a relatively low-tech experience: Voters go to a booth, fill out a pre-printed sheet of their preferred candidates, and insert it in a ballot box. +When officials verify the voter's identity, the voter places the ballot in the ballot box and signs the voting roll. +France's electoral law is changed every time there is an election. +Ever since 1988, the ballots should have been auditable so that voters and observers could see that no ballots had been tampered with before they were cast, and that the number of valid ballots matched the number of ballots cast. +Representatives can be sent to observe each stage of the election process. In the run-up to the polls, observers will fan out across the country to monitor campaigning and polling. +With a focus on saving and convenience, the ASUS Eee PC was introduced to the world in 2007 at the Taipei IT Month. +But the laptop computer market would be radically altered by the user-friendly diversity of the Apple Macintosh, introduced in 1984, and the Chinese People's Republic's official recognition of the Taiwan-based ASUS Corporation in 2007. +The station's website described the show as "an old-time radio theater of the bizarre and the macabre." +In its early days, the show was featured on the long-running Internet radio site TogiNet Radio, which was centered on a site called Tok Radio. +In late 2015, Toginet established AstroNet Radio as a partner station. +The show originally starred the Texas-based singing duo, Wayne and Wynonna Judd. +Because there were no law enforcement officials on hand to enforce the new rules, looting was reported to have taken place throughout the night. +Bishkek is descending into chaos, an analyst said, as mobs of people loot shops on the streets. +Many white residents blamed the South's protesters for the violence. +South Africa beat the All Blacks (New Zealand) in a Rugby Union Test match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score was a one-point win, 21 and 20, ending a 15-game winning streak for the All Blacks. +For Springboks, it ended a five-match unbeaten run. +It was the final match of the "All Blacks" team, who had already secured their place in the trophy two weeks ago. +The final match of the series between Springboks and Australia will be played at Ellis Park in Johannesburg next week. +At 10:08 a.m. a shallow earthquake shook western Montana. +The United States Geological Survey and its National Earthquake Information Center did not immediately report a magnitude for the quake. +The quake was centered about 20 miles (30 km) north of Dillingham and 65 miles (105 km) southwest of Anchorage. +H5N1, which has been confirmed to kill humans, was found in poultry in Lyon, France, on Monday. +France is the seventh country in the European Union to be struck by the virus, after Australia, Germany, Slovakia, Bulgaria, Greece and Italy. +Cases of H5N1 in Croatia and Denmark have been dismissed. +Chambers said "God was taking vengeance on the millions of inhabitants of the earth for their crimes and sins." +A skeptical Chambers argued that his client's plea was "voluntary" and that "any plea agreement can be withdrawn at any time." +The story, presented by Kamille St-Sauveur, is about an artist "whose life has been defined by drugs and Japan." +As a result, the stage is filled with cigarette-smoking artists and the theatre itself encourages the audience to join in. +Former House Speaker Newt Gingrich, Texas Gov. Rick Perry, and Congressman Michael Bachmann round out the top four and fifth spots respectively. +After the result, Gingrich criticised Santorum, who had campaigned against Gingrich in Iowa. +Parry said he "would take a taxi back to Texas to figure out what's going on with today's caucus, so that we can figure out where to go from here," but later said he would stay in the race and face South Carolina on Jan. 21. +Bjorkman decided to end his campaign in August after winning the U.S. Open. +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He is said to have died aged 20. Bever, in a statement, said: "I was not on scene and not directly involved in the tragic incident, but my thoughts and prayers are with the victim's family." +TMZ, an entertainment news website, reported that the photographer had stopped his car near Sepulveda Boulevard on the other side of the highway and tried to get a photo of the traffic stop before police arrived. A California Highway Patrol officer gave the photographer two verbal commands to stop, TMZ reported. +It is unlikely that the driver of the vehicle that struck the photographer will face criminal charges, police said. +With only eight medals available per day, many countries were left empty-handed on the medal podium. +They are in the Netherlands, who are ninth in the standings and Finland, who are 10th in the race to qualify for next year's Super League. +Australia's Mickel Gourley sits in seventh place in the men's standing super-G, while Czech rival Ondrej Bank is in sixth. +Mexico's Alvarez Valdes sits in seventh place in the men's singles Super-G standings. New Zealand's Adam Hall sits in ninth place in the men's singles Super-G standings. +Poland's Nathalie Iannone and guide Anna Ogierczuk took sixth place in the super-G, while South Korea's Jun Soo Kim placed 22nd. +The United Nations peacekeepers who arrived in Haiti after the 2010 earthquake have been accused of starting a cholera epidemic that killed more than 10,000 people. +According to the agreement, waste from the U.S. facility was not to be disposed of in a way that would contaminate the Bakhtiari River, a tributary of the Artibonite River, one of Haiti's largest. +The Tu-144 was not the only supersonic airliner of the 1960s to be plagued by structural problems. +The Haitian Institute for Justice and Democracy has suggested that the United Nations peacekeeping mission in Haiti is to blame for the cholera outbreak in 2010. +The UN's special envoy for Yemen, Daniele Ganser, said the cause of the outbreak was peacekeeping. +Hamilton confirmed that the patient was stabilized at Howard University Hospital. +The patient had traveled from Nigeria, where there have been some cases of Ebola virus. +The hospital has implemented protocols for infection control, including isolating patients to prevent the possible spread of infection to others. +The Simpsons star had worked his way through several jobs in the show's early seasons. +During the 1980s he appeared in shows such as Taxi, Cheers, and The Tracey Ullman Show. +In 1989 he helped create The Simpsons and was responsible for hiring the show's first writing team. +Even after leaving the show in 1993, he remained an executive producer and took home millions of dollars in royalties every season. +Earlier, the Chinese news agency Xinhua had reported the plane's disappearance. +The plane then reportedly received a bomb threat and was diverted to Kandahar in Afghanistan. +The initial report said the plane was on its way back to Afghanistan after denying an emergency landing in Urumqi. +Air accidents are common in Iran, which has an ageing fleet of aircraft dating from before the Islamic Revolution in 1979. +International sanctions mean that new planes cannot be bought. +Earlier this week, three people died and three others were injured in a police helicopter crash. +Iran has suffered a series of air disasters in recent years, including a crash in July 2014 that killed 168 people on a flight from Tehran to Abadan. +In the same month, another airport runway crashed into a wall, killing six people. +Aerosmith has canceled the remainder of their tour. +The Rock Band was scheduled to tour the U.S. and Canada until September 16. +He canceled the tour after suffering a stroke while performing on Aug. 5. +The tie-breaker ended in a first set loss for the Maroons after a one-on-one service duel between the two men ended in a stalemate. +Del Potro had an advantage early in the second set, but also needed a tiebreak to take it, 6-6. +Potter had treatment on his knee on the sideline but was able to return to the game. +The event started at 8:30 a.m. local time (15:00 UTC). +Mr. Shyam, a popular singer from across the country, performs devotional songs or bhajans. +Singer Sanjay Sharma started the evening, followed by Jay Shankar Chaudhary, who also played the harmonium, and singer Raju Khandelwal. +Then, Lakshmi Singh took over as the show's host. +Baba Shyam was offered 108 thalis of prasad (56 different food items, including sweets, fruits, milk, yogurt, etc. that are offered to the deity). +Lucky Singh also performed the Chappan Bhog song. Singer, Raju Khandelwal was also present there. +Nintendo of America president Reggie Fils-Aime revealed the controller design for the company's revamped console on Thursday at the Tokyo Game Show. +The controller uses two sensors, one on each side of the user's television, to determine where the user is standing in a three-meter space in front of the television. +The device will allow athletes to control action and movement in the air. +Giancarlo Fisichella lost control of his car and brought the race to an early end. +Fernando Alonso was ahead of his team-mate for most of the race, but an early pit stop dropped him down the order, possibly because the front tyres were overheating. +Michael Schumacher ended his race early because the car was damaged in an accident during the race. +He said in a news conference transcript that he was "very happy" and in "pretty good shape." +Every time we practiced, I would get emotional." +About three minutes after launch, an onboard camera showed several pieces of debris separating from the insulation on the fuel tank. +However, he did not consider himself to have suffered any damage to his reputation. +NASA's senior advisor for the Shuttle program, An Venkateshwaran, said "when we were worried about that," the foam fell off. +Five minutes into the show it starts to rain, about a minute later it is 70 km/h winds... then the rain comes, big fat drops that pelt your face, then the sky darkens, people gasp, scream and start to run. +Armond Waters said, "I lost my sister and her friend, and there were two angels in the vehicle, and they were taking care of them and shielding them." +NHK also reported that a nuclear power plant in Kashiwazaki in Niigata prefecture was operating normally. +Hokuriku Electric Power Company reported that there had been no tsunami, and that reactors 1 and 2 at the Fukushima nuclear power plant had been shut down. +A report said 9,400 homes in the area were without water and about 100 were without power. +Some roads are impassable, rail service is disrupted in the affected areas, and the Noto airport in Ishikawa Prefecture is closed. +A bomb squad was called to the governor's office. +Two hours later, two bombs exploded near government buildings. +Some reports say the official death toll is eight, and official reports confirm 30 are injured; but the final toll is still unknown. +Both cyanide and melamine have been found in pig manure that was used as an ingredient in tainted pig feed. +Researchers at the university said the compounds could block the activity of a protein called kidney injury molecule-1 (KIM-1). +Researchers found crystals of gypsum in bat guano that had been mixed with mealworms and cyanuric acid. +When infrared spectroscopy (FTIR) was used to compare the structure of these crystals, they were found to be made up of molecules from the affected palm trees. +I don't know if you've noticed, but most of the products that come into the country from Central America are not taxed. +While most of our mail comes from the U.S., we still treat you like you're the most important country in the world. +It didn't make sense to me; it was certainly not appropriate. +My bus tells me all the time, "Treat people the way you want to be treated." +California Governor Arnold Schwarzenegger has signed into law a bill that bans violent video games from being sold or rented to minors. +Under the bill, violent video games sold in California would be labelled with an "18" rating and it would be illegal to sell them to anyone under the age of 18, punishable by a fine of up to $1,000. +The People's Vote campaign director, Kier Starmer QC, made the announcement this morning on both phone and price. +Hoon has resigned. His place in the cabinet will be taken by Ed Davey, the MP for Kingston and Surbiton. Norman Lamb, the MP for North Norfolk, is expected to become the business minister. +Hernandez and Perez are scheduled to appear before a Westminster Magistrates' Court on February 16. +Nicolas Alden, 25, and Zachary Cuda, 21, were killed in the crash. Cuda was the driver. +Edgar Aguilar's hands and face were covered in blood, while Cristopher Schnieder required facial reconstructive surgery. +Uka's weapon failed when it struck the fifth man, who was wearing a baseball cap, sunglasses, a necklace and a Titanium face mask. +Schneider testified via video link from his home in the USAF base. +After Wednesday's qualifying, Carpenter will be on the grid for the two IndyCar races on Saturday. +It was his first slalom, where he failed to complete his first run. Of the 116 competitors, 36 made it through to the second round. +Her other run, the giant slalom, ended in 4:41.30, 2:11.60 minutes off the pace of Austrian Claudia Lohscheller, who finished 11th, and 1:09.02 off the pace of Goggia, who finished ninth. +Four Sky Sports pundits were left red-faced as they failed to correctly predict the order of the top four in the women's standings and 45 of 117 Sky Sports viewers also got it wrong. +The Central Provincial Police recovered stolen laptops and mobile phones. +Deputy Inspector Dee said: "Five men have been arrested and a mobile phone and laptop seized in connection with the alleged rape of a Swiss woman." +The accused are named as Baba Kanjur, Bhutha Kanjur, Ram Proo Kanjur, Gasa Kanjur and Vishnu Kanjur. +Police Commissioner Chandra Shekhar Solanki said the accused were produced before the court. +Although three people were inside the home at the time of the crash, no injuries were reported. +However, the driver suffered serious head injuries. +The road was closed for a time after the crash, which involved a red Audi TT, while the air ambulance landed nearby. +He was first taken to James Paget Hospital in Great Yarmouth. +He was later transferred to Addenbrooke's Hospital in Cambridge. +Eduardo has been in the Edinburgh Sheriff Court since his arrest on suspicion of his son's murder. +The suit and the investigation are lengthy, but could have an impact on any optician testifying, as their testimony would be widely publicized. +It's not uncommon in the UK but the Scottish courts work in a different way and the publication of the photos is likely to be seen as prejudicial to a fair trial. +Prof Pamela Fergusson of the University of Dundee writes, "If images of food are published, it can lead journalists down a dangerous path." +The Crown Office, which prosecutes, said it would be inappropriate to comment further while the case was ongoing. +The document, according to the leak, refers to the borders, which the Palestinians have sought since before the 1967 Middle East war as a basis for eventual statehood. +Yerushalayim's future status is also part of the other issues that are on the agenda for the two countries and the Jordan Valley. +Israel, which signed a peace deal with the Palestinians in 1993, has sought to maintain the status quo for the next ten years, while the PLO has agreed to maintain the current situation for only five years. +As the test was monitored and its effectiveness evaluated, the range of targets monitored by the radars was gradually increased. +The partnership between NPWS and the New South Wales Sporting Shooters Association (NSWSSA) saw volunteers recruited through the Talent Hunt Show. +The four volunteers chosen for the shooting operations have received extensive training and instruction in conservation and heritage management, according to Mike O'Flynn, NPWS estate ranger. +Martelly sworn in as Haiti's new president +It's Marte's fifth C.P. in four years. +Last month, a presidential commission recommended that the C.I.A.'s former spy license be revoked as part of a package of measures aimed at helping the country move toward new elections. +The commission's formation in October was in response to widespread protests against Martelly. +Since 2011, violent protests have occasionally broken out in the run-up to elections. +About 60 cases of iPhone overheating have been reported, with six of them catching fire and four people suffering minor burns. +Japan's Ministry of Economy, Trade and Industry (METI) said it had information on 27 accidents involving the devices. +Last week, METI announced that Apple was facing 34 overheating issues, which the company took seriously. +The ministry responded to Apple's report by saying it was "appropriate to investigate." +The quake hit just after 07:19 local time (09:19 GMT Friday). +The Northern Marianas Emergency Management Office said there were no reports of damage to the nation. +The Pacific Tsunami Warning Center also said there were no signs of a tsunami. +A former Filipino police officer has been arrested in Manila, the capital of the Philippines, for kidnapping a group of Hong Kong tourists. +Rolando Mendoza fired upon tourists with his M16 rifle. +So far, several prisoners have been saved and at least six have been confirmed dead. +Six prisoners, including children and the elderly, were left behind, and Filipino photographers. +Photographers later took the place of the elderly woman, who had to go to the toilet. Mendoza was arrested. +Lynch began his career in the medical field, just like his father. +She was trained as a midwife and began work at the National Women's Hospital in Auckland in 1959. +While working in the hospital, Liggins began delivering babies before the midwife arrived. +His research showed that if the hormone is affected it speeds up the ripening of the child's lungs. +ShinHua said government investigators had seized two 'black box' flight recorders on Wednesday. +Luna's colleagues also paid tribute. +Tommy Dreamer said, "Luna was the first Queen of Extreme. My first manager. Luna's death was a two-fold tragedy. She was a very powerful woman." +Dustin "Goldust" Rhodes commented that "Luna was just as bizarre as me...maybe even more so...I loved her and miss her...hope she's in a better place." +More than 1,400 people voted in the referendum, with eight percent of those against Australia becoming a republic before the 2010 federal election. +Prime Minister Julia Gillard claimed during the 2010 federal election campaign that she believed Australia should become a republic at the end of Rann's term as governor-general. +Of those, 34 per cent said they wanted Queen Elizabeth II to be Australia's last monarch. +According to the survey, 29 per cent of Australians believe Australia should become a republic as soon as possible, while 31 per cent believe Australia should never become a republic. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle and three relay events at the Commonwealth Games but pulled out due to injury. +He was unable to take the necessary drugs to alleviate his pain as they were banned in the sports. +Kurtis Cooper, a mathematician and computer scientist at the Central Missouri University, found the largest known prime number on January 25. +Many people had used a number of hardwares and softwares to confirm the authenticity of the leak and it was announced on Wednesday. +The debris from the meteorite may have been the source of the water on Earth." +Scientists hope to understand how planets form, especially how the Earth formed, as the Earth is the only planet known to support life. +In January, 53-year-old Kouame began his presidency and signed a bill legalizing same-sex marriage last month. +He called the allegations "politically motivated and ridiculous." +He is expected to run for president in 2016. +The NexGen system claims to allow planes to fly shorter routes and save millions of gallons of fuel each year while also reducing carbon emissions. +It uses satellite-based technology that is opposite to the old ground-radar-based technology, helping air traffic controllers to more accurately guide planes and give pilots more precise information. +There will be no additional transport and overground trains will not be stopping at Vauxhall, and there will be no car parking or taxi rank at the ground. +The fear of transportation delays pushed up the possibility that the game would be played behind closed doors without fans. +A study published in the journal Science on Thursday announced the discovery of a new bird species on Ecuador's Galapagos Islands. +Researchers from Princeton University in the United States and Uppsala University in Sweden found that the new species had evolved in just two generations, although it took a while for the process to play out, as the local Darwin's finches, the giant finches and the cactus finches of the Galapagos Islands competed for food. +Sono can work in any size. It can be shrunk to a small size. +It can be stuffed and roasted or pounded and made into patties. +It can be made very thin and laid on another metal. It was once used to decorate hand-made books called "illuminated manuscripts". +It's called the pH of a chemical. You can make a signal by using red cabbage juice. +The juice of the goby turns acidic or alkaline depending on the pH of the water. +The pH scale is based on the concentration of hydrogen ions (H+) in a solution. +Hydrogen atoms are protons that have been stripped of their electrons (because hydrogen atoms are made up of a proton and an electron). +Combine the dry ingredients in a bowl and mix with clean hands, then knead into a ball. +Your hands will move with the rhythm, feeling strange and making a kind of melody. +Almost every home in the cities of Hadrian and Mohenjo-Daro had a flush toilet connected to a sophisticated sewage system. +Minoan cities of Crete and Santorini had sophisticated sewage systems. +Toilets were also found in ancient Egypt, Persia and China. In the Roman Empire, they were part of the bath houses, which were used both by men and women. +To call someone who is thousands of miles away, you use a satellite. +A spacecraft enters orbit around a planet and then revolves around it, going around and around. +The satellite was launched into space aboard a rocket. Scientists use telescopes in space because the Earth's atmosphere can distort some of the light and images they observe. +A rocket more than 100 feet tall is needed to launch satellites into space. +Pyeongchang has changed the world forever. The biggest thing is that Pyeongchang has given us the easiest and fastest transportation. +It has given us trains, cars, and many other means of transport. +They have medium-sized bills that are slightly decurved at the tip and medium-sized feet. Their diet consists of medium-sized seeds to medium-sized fruit and nectar. +In the end, there are many small cats (including the lynx) that eat small mammals, birds, reptiles, and amphibians. +Each bat has a unique job that helps the colony compete with others. +The Shar Pei is one of the largest social dogs to live in large groups. +A pride is made up of between three and thirty adult males and females, plus their young. +Sisters and cousins often marry each other, as do mothers and daughters. +Packs of hyenas work together as a team to bring down prey, which is remarkably similar to the behaviour of wolves (but other large cats), and can be just as deadly to their prey. +Fully developed athletes can swim, dive, climb trees, hang from a rope, and even fly with five g's of pull. +Cats, dogs, pigs, and even sharks are part of the same group (order Carnivora). Only four of these can digest grass: the cats, dogs, pigs, and sharks. +The bat's claws are not like the claws of a cat, but are more like the claws of a bird. +Opossums like to eat small animals. If they can catch them, they will eat bats, snakes, frogs, and birds. Most of the animals that opossums eat are much smaller than they are. +Scientists believe that ocelots stalk and ambush their prey, which may explain why they prefer to live on the ground. +They can see very well in the dark, and can move almost silently. The Ocelot stalks its prey before pouncing and killing it with a bite to the neck. +When a small group (a colony) of living things separates from the main population where they came from (as if they were to move away from a mountain range or a river, or migrate to a new island), they often find themselves in a different environment. +There are different resources and competitors in this new area, so the new entrant will need to differentiate or change in some way to become a strong competitor. +There has been no change in the original population, they still want the same level of comfort. +Over time, as new populations move into an area, they also begin the process of ignoring the other populations. +Eventually, millions or even billions of years later, the two organisms would be so different that they could not be called the same species. +We call this process speciation, which means the formation of new species. Speciation is a good thing and an important part of evolution. +Plants make oxygen that humans breathe and take in carbon dioxide that humans breathe out (or exhale). +Plants use photosynthesis to make food from sunlight. They also give off oxygen. +We make our homes out of plants, and we make our clothes out of plants. Most of the food that we eat comes from plants. Without plants, animals could not live. +Mosaurus was the largest marine reptile of its time, so it had no natural predators other than other mosasaurs. +Its long fangs, filled with up to 70 more teeth than a regular set, meant there was no escape for anything that got in its way. +We don't know for sure, but it may have been a delicacy. The menu included lobster, shrimp, other mollusks, and even a narwhal. +They attacked anything that moved in the water, including the large dinosaur T. rex. +While most of their vocabulary would be familiar to us, the Romans included in their part of the mosaic wild boar, monkeys, parrots and a kind of rodent called a dormouse, which is also known as a glutton. +Another difference was that while the poor ate in communal refectories, the rich ate in private dining rooms and entertained while they ate. +Foods from the Americas or Asia could not have been included in the ancient Roman diet. +For example, they didn't have tomatoes, potatoes, carrots, or cocoa beans, and no ancient Roman ever ate turkey. +Residents of Barcelona built a temple to each of their gods, which were called "houses of the gods". +People bring offerings to the gods and spend time in religious events and festivals to serve the gods. +Each temple had an open courtyard and then an inner sanctum where only priests were allowed to enter. +The unique pyramid-shaped tower, sometimes referred to as the Ziggurat, was built as part of the temple complex. +Tower was a special place for the worship of the top deity. +Houses were not as necessary in the hot climate of the Middle East. +Most of the Hebrew family died in the open air. +Women were cooking in the courtyard; open counters lined the street. Stone was used sparingly in the construction of the houses. +Due to the lack of large predators in the country of Costa Rica, the monkeys there are very tame. +Greenland was very sparsely populated. In Norse sagas, Erik the Red is said to have emigrated from Iceland to Greenland, and named it Greenland. +But without paying attention to their search, the Eskimos were already there. +Although every country was "Scandinavian", there were many differences between the people, kings, rituals, and history of Denmark, Sweden, Norway, and Iceland. +If you watch the film National Treasure, you'd be forgiven for thinking that behind the Declaration of Independence lay a map to a treasure. +However, that is not true. While there is something written on the document, it is not a treasure map. +The words inscribed on the base of the Statue of Liberty are the Declaration of Independence, made on July 4, 1776. +While no one knows who wrote it, large sheets of papyrus (measuring 24½ inches by 29¾ inches) were assembled and bound together. +So, it is believed that the note was simply labeled. +The D-Day landings and subsequent battles had freed northern France, but southern France was still occupied. +The "Vichy" were the French who collaborated with the Germans in 1940 and worked with the invaders rather than resisting. +On 15 August 1940, the Vichy French in North Africa surrendered to the Italians, who called the attack "Operation Drake". +In just two weeks the Americans and Free French had liberated southern France and were advancing towards Germany. +Culture is the shared beliefs, values, and practices of a group of people. Here people live and work together in a community. +The word civilization comes from Latin civilis, meaning citizen, related to civis, meaning citizen, and civitas, meaning city-state, and also a society of a certain size. +City-states were independent. A civilization is a cultural complex that includes several periods of development, a distinctive artistic style, and a dissemination of ideas. +Without the small cultures, the large historical sites are doomed to disappear and not receive the status they deserve. +During the Revolutionary War, the Thirteen Colonies formed the first democratic central government in which Congress was the only component. +Congress had no right to tax, because there was no national executive or judiciary to enforce compliance. It was up to state officials, who were often reluctant to enforce their own laws. +There was no right to overrule the laws and taxes of the states. +Before the document was drafted, all states had to agree unanimously, and the states did not take the document seriously and their representatives often did not even show up for the meetings. +Italy's national football team comes next, having won the FIFA World Cup in 2006, after Germany's national football team. +Popular sports include football, basketball, volleyball, water polo, tennis, rowing, rugby, cycling, ice hockey, roller hockey and F1 motor racing. +Winter sports are most popular in the Nordic countries, where they compete with Italians in international games and the Olympics. +Japan has about 7,000 islands (Honshu is the largest). This makes Japan the world's seventh largest island country! +Due to the archipelago nature of Japan, Japan is often referred to geographically as the "archipelago". +The island was discovered in the 15th century by European navigators who called it Ilha Formosa, or Beautiful Island. +In 1624, the Dutch East India Company established a base at Fort Zeelandia in southern Taiwan, which marked the beginning of a change in the production of aboriginal foodstuffs and the hiring of Chinese labourers to work on their rice and tea plantations. +In 1683 the Qing dynasty (1644–1912) invaded and occupied Taiwan's western and northern coastal areas, and in 1885 Taiwan was declared a province of the Empire of China. +In 1895, after losing the First Sino-Japanese War (1894-1895), the Qing government ceded the Liaodong Peninsula to Japan, which occupied it until 1945. +There are three main structures at Machu Picchu, these are the Intihuatana, the Sun Temple and the Three Door Room. +Most of the buildings surrounding the courtyard have been rebuilt, so that visitors can get a better idea of how it originally looked. +In 1976, Machu Picchu was declared a UNESCO World Heritage Site and remains so today. +For example, the most commonly used photographic format in the world is 35mm, which was the last analogue film format in widespread use. +It's still made today, but it's also important to note that its sophistication predates digital camera image sensors by decades. +The 35 mm format is actually slightly wider, at 24 mm versus 36 mm in height. +The disadvantage of this approach (giving up six parts in twelve to obtain the simplest ratio) is called the incommensurability of ratios. +Many common forms (e.g., the APS family of shapes) are nearly identical or very close to each other. +The third law is a simple direction that gives rise to a force acting in the direction opposite to the motion of the body upon which it acts. +It indicates the area of the image that is most relevant to the main subject, and divides the image into roughly equal areas (see example). +During this period of European history, the Catholic Church, which had become wealthy and powerful, came into conflict with the secular authorities. +Despite differences in language and culture, Christianity has held Europe together for thousands of years. +Its sheer power affected everyone from the king to the commoner. +One of the main Christian teachings is that wealth should be used to reduce pain and suffering, and the church's treasury is especially for that purpose. +The central authority of the church in Rome is more than a thousand years old, and many people wonder whether the theory that it is on the verge of collapse is true or not. +Immediately after the invasion, Britain had declared a sea blockade on Germany. +The policy effectively cut deep into vital military and civilian supply lines, although the blockade has generally been complied with in accordance with numerous international agreements over the past two decades. +Britain has deployed an international naval flotilla to block any ship from entering the Mediterranean Sea, leaving Russia's Black Sea Fleet trapped in the Sea of Azov. +Because of the limited nature of the policy, Germany also expected a limited response to its unrestricted submarine warfare. +During the 1920s, most citizens and countries viewed pacifism and isolationism. +After witnessing the horrors and atrocities of the First World War, the nation vowed to never let such a thing happen again. +In 1884, Tesla moved to the United States to work for the Edison Company in New York City. +He made his way to the U.S. with four seconds to spare, a book of poetry and his Thomas Edison-inspired invention in tow. +Ancient China had a unique way of showing different time periods; each dynasty or family that came to power had its own era. +In addition, it marked a period of instability for the states themselves, with three of them changing hands in battles between the Han and Jin dynasties over the course of 600 years. +During this period, there was a bloody war between many princes fighting for the throne of Singhasari. +The Three Gorges Dam is one of the most controversial projects in China's history, with thousands of people displaced to make way for the giant hydroelectric power station. +The use of the metric system, the shift from exclusive to inclusive democracy, the change from nationalism to patriotism, and the loss of trust in a single leader are just some of the social and political factors. +Also, businesses were open to all male applicants after the revolution, which could have been the most important and successful. +This also applies to the Army, as the Army's rank structure is now based on competence rather than seniority. +The French Revolution also inspired many workers in other countries to start their own revolutions. +Muhammad had a deep interest in matters beyond this worldly life. He often retreated to a cave called "Hira" on the mountain called "Nour" to meditate. +He isolated himself, often for days at a time, a vivid portrait of Muhammad's spiritual isolation. +One of the peaks in the mountains north of Mekka is completely cut off from the rest of the peninsula. +In fact, it's not easy to find, even once you know it's there. Once in the cave, you are completely alone. +Above the clear skies, beautiful scenery, and few people, it is possible to see or hear the world as a small part of it. +The Great Pyramid of Giza is the only one of the Seven Wonders of the Ancient World that still stands today. +The Great Pyramid of Giza is one of several large pyramids built in ancient Egypt by the Egyptians during the Third Dynasty. +Giza Plateau, also known as the "Giza Necropolis", is the site of several pyramids (of which the Great Pyramid is the largest), several small pyramids, many tombs, and the Great Sphinx. +The Great Pyramid was built in honor of Pharaoh Khufu, and many smaller pyramids, tombs, and temples were built in honor of his wives and family members. +The "up" sign resembles the letter V and the "down" sign resembles the letter S or a ski slope. +This means that you should start from the top and work your way down, and also that you should start from the frogs (where you pick up the coins with your hand). +The upper-lip flaps usually produce a soft sound, while the lower-lip flaps produce a harsher and more nasal sound. +Feel free to write on your own Marks, but remember that printed boarding passes also have musical notes, so they should be respected. +The imprisoned King Louis XVI, Queen Marie Antoinette and their two children (11-year-old Marie Therese and 4-year-old Louis Charles) and the King's sister Madame Elisabeth Vigee Le Brun were forced to leave Versailles for Paris on 6 October 1789. +A convoy of cars drove through a crowd of shouting and waving people as they made their way back to Paris. +The crowd forced the king and queen to open their car windows. +A man in the crowd also grabbed the head of a statue of King Charles XII, who died in battle against the Russians in 1718. +The Philippines' victory over the US-backed Marcos dictatorship was paid for by the Filipino people. +They were forcing the American Street Uprising to pay for the cost of the occupation, which was a large part of the expenditure and a way for the Filipino government to defraud the bonds issued by the U.S. Street Banking Houses under the name of the Philippine government. +Certainly, the Philippine people's resistance will strengthen the fundamental principle of American democracy. +It is necessary to understand the context in which the order was given. +The period is generally referred to as the High Middle Ages of European history, falling within the 11th, 12th and 13th centuries (AD 1000–1300). +The High Middle Ages followed the Initial Middle Ages and preceded the Modern Middle Ages, which ended around 1500. +Technological determinism is a term that encompasses a wide range of ideas about the effects of technology on society, ranging from the belief that technology is an essentially neutral tool that people shape to their will, to the belief that technology inevitably determines the course of history. +Most definitions of the term "technological determinism" refer to two common misconceptions: that technological development is independent of cultural or political influences, and that it is inevitably desirable from a social perspective. +For example, motor cars may have influenced the development of roads. +Although toll roads were only profitable for motorists, new ways of producing and selling products were developed in order to reduce the cost of car ownership. +There are more car accidents on the roads due to the high amount of traffic, which has led to the development of new techniques in healthcare to help repair the damage done to the body. +Culture was a big part of Roman life, with writers such as Goethe, Fichte and Schlegel. +In terms of purity, geography isolated the people and with time developed a culture and rituals unique to that geography. Because of their isolation, these people were somewhat better off than the laws of the land allowed. +As Paris is today known as the fashion capital of the world, Constantinople was once known as the fashion capital of Europe. +It was inhabited from about 400 A.D. to 1100 A.D. +The situation deteriorated during the seventh century mainly because of the rise of the religion of the Crusaders, who brought with them foods and spices that were more expensive than the bazaars of Byzantium. +It was the time when Constantinople was stripped of its status as the fashion capital of the world. +The Gothic style flourished between the 10th and 11th centuries and again in the 14th century. +In the beginning, Pashtun, in the west, was greatly influenced by the Byzantine culture. +West could be 25 to 30 years behind the rest of the world due to the Cold War communications channel. +In the late Middle Ages, Western Europe began to develop its own style. As a result of the Crusades, one of the biggest developments at the time was the use of buttons to fasten clothes. +Subsistence farming is practiced only to meet the needs of the farmer and his family. +Plant-based farming is a simple, often organic, system in which seeds are sown directly into the soil without the use of heavy machinery or other sophisticated techniques. +Historically, most farmers practiced organic farming, and still do in many developing countries. +The fundraiser brings together like-minded individuals who identify with the values of the organization and are willing to allow the organization to develop a culture of philanthropy. +Members may differ in age, race, class, location, and/or sexual orientation. +Those factors that distinguish one culture from another, such as language, beauty, religion, politics, sexuality, geography, etc. +Members of a subculture often signal their membership through a particular and distinctive use of style, fashion, slang, and so on. +Some of the most common methods used to clarify the importance of socialization involve drawing parallels between children's misfortunes, which are often blamed on adults, and adults' misfortunes, which are often blamed on fate or bad luck. +These children are called "feral" or "wild." Some wild children are raised by people (often their parents). In some cases, children become wild because of some mental or physical deficiency on the part of the parents. +It is possible that detained children face serious trauma or abuse before being separated or deported. +Others were said to have been mauled by animals; some were said to have been living in the jungle themselves. +After being raised by wild animals, feral children behave much like domesticated animals, fearing or avoiding humans. +While the project is based on learning, learning should and can be made easier and more interesting. +Schooling is not a way to learn a skill, but a way to help people learn something new, such as a new computer program or a new project. +Scraffolds can also be virtual, and indeed, a teacher can be a type of scaffold, as can Microsoft Office's paper clip man. +Virtual scaffolding software is also part of this and asks questions of the student, gives feedback and provides information that is challenging for the student to deal with independently. +Children are put into foster care for many reasons, including neglect, bad parenting, and even abuse. +No child should ever be allowed to grow up in such an environment where they are fed, cared for, but not educated. +We see the foster care system as a safe haven for these children. +Our foster care system provides safe homes, loving families, stable education and quality health care. +Foster care is meant to meet all of the child's needs that cannot be met in their home. +The Internet, people, and inter-communication, bring both good and bad. +The different aspects of the Internet are often referred to in terms of additional time or cost savings. +For example, "learning" and "socialization" have been said to be important reasons for using the Internet (James, 1995). +When Amy and MacArthur (1998) surveyed viewers' reactions to websites, "personalization" and "continuity" emerged as new factors to consider. +Micro-expressions, subtle movements of the face that last a fraction of a second, can be recorded on video and analyzed to reveal important clues. +In particular, it is claimed that a person's body language can be correctly interpreted to determine whether they are telling the truth or not. +Oliver Sacks noted in his book The Man Who Mistook His Wife for a Hat that some people with cognitive impairment can still make the right decisions. +They also suggest that the skills involved in explaining human behaviour can be shared with dogs in the same way as with pets such as cats. +Research in the twentieth century revealed that there are two pools of genetic variation: hidden and expressed. +Evolution connects new inherited differences, and selection removes them from the pool of heritable variation. +The separation and redesign of the two pools continues to be a point of contention between the classes. +In Savannah, plants available for primate-like digestive tracts may be few and far between. +In addition, failure to do so has serious consequences: dehydration, malnutrition and ultimately death. +The easiest way to get protein from plants is to eat the seeds and nuts themselves, but they are hard to digest without being ground into a powder. +In contrast, animal foods (meats, dairy, eggs) are not only easily digested, but also provide a high amount of protein that contains all the essential amino acids. +If our ancestors had understood their "protein problem" to some degree, we shouldn't be surprised that they made mistakes. +Sleep pressure is the process of your body telling you to wake up during your normal sleep time, and it continues for a little while (10-60 minutes) after you wake up. +It can easily be done without waking the sleeper by using an expected silent alarm. +If you find yourself waking up in the middle of the night, put it on the other side of the room, so that you have to get out of bed to turn it off. +Other bike-based options involve drinking a lot of liquid (especially water or tea, a popular remedy), which forces the person to urinate more often. +The amount of internal peace a person has is directly proportional to the amount of stress present in their body and mind. +How little worry, how much positive energy. Everyone can find inner peace and contentment. +Anyone can acquire knowledge. The only thing standing in the way of achieving this goal is our fear and negativity. +Tibetan Buddhism is based on the teachings of the Buddha, but has been influenced by the Mahayana path of love and compassion and by Indian yoga. +Tibetan Buddhism is fundamentally simple. It includes the path of the Bodhisattva, the practice of meditation, and the cultivation of love for all beings. +Kundalini energy (also known as Kundalini Shakti) is awakened by Kundalini yoga through kriyas, pranayama, mantras, and meditation. +The Devil's Pyramid is the center of Tibetan Buddhist meditation. Energy channels are opened, wheels are activated, and enlightenment consciousness is created. +During the Cold War, Germany was a common enemy of the U.S. and the U.S.S.R. With the end of the Cold War, the country disintegrated due to the collapse of the system, process, and culture that held it together. +In the last two years of the war, the allies had become enemies and the Cold War had begun. +This went on for the next 40 years, and in fact continued, in one form or another, until the fall of the Soviet Union in 1991. +By September 17, 1939, the Polish defenses had collapsed, and there was only one hope: to retreat and then unite with the Romanian Bridgehead. +Although these plans were made almost overnight as the Soviet Union's Red Army of more than 800,000 soldiers marched across Poland after invading from the east, pushing back German and Ukrainian forces, it marked the beginning of a Cold War that would last for decades. +The use of ships for the transport of goods is the most effective way to move large amounts of people and goods from one sea to another. +The Navy's traditional mission is to be able to move troops and supplies from one place to another, and to block the enemy from doing the same. +One of the most notable recent examples is the Northern Atlantic Campaign of World War II. The Allies attempted to blockade the Atlantic Ocean to prevent supplies and troops from reaching the Axis. +The German Navy was also trying to block the traffic, mainly using U-boats. +If the ally fails, Germany will probably defeat Britain because it has a larger European army. +Iran's Zagros Mountains are believed to be the site of the world's first domestication of sheep 10,000 years ago. +Ancient cultures and civilizations began the process of domesticating dairy cattle, sheep, goats, and pigs. +Domestic pigs were usually kept in a pen that was surrounded by a fence that often led to a pigsty which was often similar to a sty for cattle, more commonly known as a pigsty today. +Vaughan was born in England in the early 16th century. +Wagons were usually made of wood with leather straps, but horses could pull heavier loads at a faster speed, and wagons could be made larger to carry more on bad roads. +Cross ties were brought in early on to hold the patty in place, but eventually it became apparent that if the patty was covered with a layer of cheese it would hold better. +It's a common misconception, but Lohes had more grip than the rubber tyres. +Eventually, the wheels of the locomotive took over from the wheels of the carriage. In 1767, the first fully locomotive-hauled rail journey took place. +The first known human to run a marathon was the Athenian soldier, Pheidippides, in 490 BCE. +Their ancestors, the Australopithecus, did not walk upright. +Australopithecus afarensis walked upright about 4.2 to 3.9 million years ago, although it may have walked on two legs as early as 7 million years ago. +We can begin to live more sustainably by joining a community garden, participating in an environmental protest, and even becoming an environmental activist to help save the future. +It's like a medical treatment in many cases. However, if we don't want to just temporarily fix the problem, we need to find the root of the problem and eliminate it. +It is abundantly clear that humanity's scientific and technological progress has dramatically changed the world, and the increase in population and humanity's disproportionate impact on the environment has magnified the problems. +After being signed by Congress on July 4, the document was printed by John Dunlap's printing shop a few blocks away from Congress, then circulated throughout the colonies. +Prices range from 150 to 200 pesos, now known as "Danlap Broadsides". +The first public reading of the document, by John Nixon, took place on 8 July in the Independence Hall yard. +One was sent to George Washington on June 6, which he read to his army in New York on July 9. A copy reached London by August 10. +The remaining 25 Danlop broadsides are the oldest copy documents still in existence. The original copy was handwritten and could not be preserved. +Many fossil scientists today still believe that the dinosaurs went extinct because of a group of lizards, which we call birds today. +His wings and running made many people not consider him as a Dionysus. +But there are so many things about those guys that still look like D'Angelo. +They have flippers and webbed feet, they lay eggs, and they swim like a submarine. +All computers used today are based on binary numbers, which are coded in the form of 0s and 1s. +A binary number can only have the values 0 or 1, and they are called binary digits - or bits in computer jargon. +Infections can't be detected immediately. Symptoms can be subtle, so the infection can't be detected immediately. +The best indicator of internal pigmenting is the presence of open bottles of home remedies or cosmetics. +Check the label for special dietary instructions for that particular food. +The term "bug" is used informally by programmers to mean a defect or error in a computer program. +It is defined in terms of the oldest known ancestor shared by humans and chimpanzees. +Both the thief and the victim are considered to be inmates, who can stay in the host's home without any trouble. +Multiple sclerosis (MS) is estimated to affect nearly 400,000 people in the United States alone, and is one of the most common neurological diseases among young and middle-aged adults. +MS affects the central nervous system, which includes the brain, spinal cord and optic nerves. +Research has found that MS risk is up to twice as high in women than in men. +A woman may decide that it is not in her or her child's best interests to have another baby. +These couples can choose to adopt a child. +In the adoption process, birth parents relinquish their parental rights so that another couple can become the foster children's adoptive parents. +The main goal of science is to find out how the world works using the scientific method. Most scientific investigations are carried out using this method. +While it is not alone, its use, and the use of a microscope as a tool to direct scientific research, marked a significant change in the approach to investigating, questioning, and understanding the natural world. +Naturalists and theorists paid attention to the books and especially to the Bible written in Latin. +Aristotle's views on all matters of science, including psychology, are accepted. +As Greek knowledge declined, the West found itself cut off from its Greek philosophical and scientific roots. +In many cases of physical science and behavior, the presence of cycles depends on the nature of the events and their production. +There are also seasonal cycles that are not responses to external seasonal cues, such as the rhythms displayed by bacteria, plants, and most living organisms. +Jevic is an independent oxygenator that will keep a bicycle running for up to an hour in the absence of external signals. +One of the key recommendations of the Harvey and Chess study was that DNA was a genetic material. +Harsh and Chase used a phase or virus to infect their D.N.A. +He used the protein from the whey to make two applications: one with radioactive sulfur and one with radioiodine. +The types of mutations, the importance of affected genetic material, and whether the affected cells are germ-line or somatic cells also affect the type of mutation. +Germ-line mutations can pass to children, while somatic mutations may be destroyed by the immune system or cause cancer. +Nature-based tourism seeks to attract people who are interested in exploring nature, including plants and wildlife. +Examples of on-site activities include fishing, snorkeling, photography, bird watching, park visits, and studying the flora and fauna. +Going to Berneo, taking photos, and learning about orangutans is an example. +They leave their small towns to go to the big city to find work, only to find that the work they find is done by someone else. +This rapid transport system connects everyone to everyone in some way, and supports a transportation network based on private cars. +The science now indicates that this vast carbon economy has tipped the planet out of its Holocene state into a new geological epoch called the Anthropocene. +Everyone is connected to a society and uses the transportation system. Most people complain about the transportation system. +In developed countries you may only rarely hear complaints about the quality of drinking water or the levels of bridges collapsing. +Why does the transportation system tolerate such complaints? Why do they run every day? Are the transportation engineers incompetent? Or is there more to this system? +Travel behaviour is the study of the activities and interactions of individuals and vehicles in the space between two points. +Unfortunately, it is difficult to study traffic flow, as the behavior of drivers cannot be predicted with 100% certainty. +Fortunately, the driver was within a designated safe zone; thus, traffic was able to flow freely through the intersection. +To better illustrate the flow, the three main characteristics are related: (1) flow, (2) viscosity, and (3) velocity. +These relationships help facilitate planning, designing, and roadway facility operations. +Bats were the first mammals to take to the skies. Their ability to fly helped them avoid predators and find food and mates more easily. +Most bats have the benefit of being able to fold their wings back onto their bodies. +This gives them a large area of small spaces to hide from predators. +Currently, the only dragonflies and damselflies that can't fold their wings are the nymphs. +Thousands of years ago, an individual named Aristarchus said that the Sun revolved around the Earth. +Some people thought it was right, but most people thought it was wrong; that the Earth was flat (and even round). +It makes sense, doesn't it, that the Earth is moving, isn't it? +The Amazon River is the second longest and second largest river in the world. It contains more water than any other river in the world. +The Amazon is the world's largest river by volume, discharging as much as sixteen times the flow of the Nile. +20% of the water flowing to the oceans from our planet's rivers comes from the Amazon. +The Amazon River is 6,387 km (3,980 mi) long. It has thousands of tributaries. +Although stone construction continued until the end of the Old Kingdom, the pyramids of Giza were never surpassed in size or sophistication of construction. +The New Kingdom Egyptians were amazed by the pyramids of their ancestors, which were a thousand years or more in the past. +The population of the Vatican City is approximately 800. It is the smallest independent nation in the world by population. +The Vatican City uses Italian as its legal and official language. +Italian is also an official language used by most of the people who work in the state, while Latin is used in its religious contexts. +All citizens of the Vatican City are Roman Catholics. +People have known about chemical elements like sulfur, carbon, and oxygen since ancient times, because they can be found in nature and are easy to identify with simple tools. +Aristotle, a philosopher, proved that everything is made of four elements: earth, water, air, and fire. +Most of the elements have four states (just like water): solid, liquid, gas, and plasma, although they also have a fifth state called Bose-Einstein condensate. +Most metals in the Earth's crust are mixtures of two or more isotopes. Don't forget that there are many isotopes on the periodic table. +Calcium and potassium are minerals. Copper and zinc are also minerals. +You can also take mixed metals, which contain a small amount of non-metallic elements such as carbon. +Everything in the universe is made of atoms. All atoms consist of tiny particles called protons, neutrons, and electrons. +Atoms are so small that they fit within the period at the end of the sentence. +So, when the penicillin came along, it was a good friend to many people. +The sadness is that as new ways of writing become developed, the pencil's position and use become less. +People no longer need to use a sharpener to write on the computer screen. +No one can predict what the board will look like until something new comes along. +The quark-gluon plasma works on the theory that many protons and neutrons are held together by energy. +Like rolling a heavy ball uphill. Nucleus needs to be split again and again to get some energy out of it. +Some atoms have unstable centers, which means that they spontaneously emit a particle or ray of energy. +The moon is made of rocks and dust. The outer layer of the moon is called the crust. +The closest headland to the cross is about 70 km away, and the furthest about 100 km. +It is deep below the ocean floor and deeper than the deepest valleys on land. +There will be many maria on the moon's near side. It is easy to get to the moon's surface. +The theory of materials focuses on what attracts or repels people. +These theories suggest that people had certain needs and/or desires that were repressed deep within their subconscious. +This theory suggests that there are certain things people say about themselves that tell you what they want you to think about them and how they want you to feel about them. +Two popular theories are the Maslow's Hierarchy of Needs Theory and Herzberg's Two-Factor Theory. +In common parlance, when a manager begins to try to lead his former colleagues, two dynamics are in play. The spectrum of "one of the boys" to "one of the girls" is in play. +Managers have a hard time making decisions, delegating, following up, checking on work, and holding people accountable. +There's another side to the Spectrum, though, the one that takes the form of an enigmatic character who seems to believe that he can change everything for the team and make it his own. +In the end, the leader is responsible for the team's successes and failures. +This can sometimes lead to rifts between the leader and the rest of the team. +Virtual teams are also held to the same standards of excellence as traditional teams, but there are significant differences. +Members of the virtual team often serve as a contact point for their respective physical teams. +They have more freedom than traditional team members because their teams can meet at different times and in different locations that may not be convenient to their local management. +The presence of a true "invisible team" (Larsen and Lafferty, 1989, p109) is also a unique aspect of the virtual team. +The Invisible Team is the management team that each member reports to. The Invisible Team defines the standards for each member. +Why would any organization want to go through the lengthy process of establishing a training organization? Innovation is a goal to be pursued. +When all available resources are effectively used in the functional departments of an organization, creativity and simplicity are both possible. +The result, a collaborative process that works for the client as well as the organization doing the work, can be an innovative process in its own right. +Before any organisation can become agile, a culture of agility needs to be developed, along with a shared understanding and organisational learning. +Angela (2006) described the use of Continuum as a technique to help organisations reach high levels of performance. +Neurobiological data provide a physical basis for a theoretical approach to understanding the brain. Thus, this research narrows the scope of the field and makes it more precise. +Scientists support link between brain chemistry and behaviour +It has long been known that different types of brain damage, tumours, strokes and even some mental illnesses can affect behaviour and even change a person's personality. +The rise of new technologies allows us to look at brain structure and processes that have never been seen before. +This simulation model provides a lot of information and materials to help us understand the processes of our brain. +Although AI has a strong meaning in science fiction, AI is a very broad field encompassing a wide range of topics from natural language processing to machine learning and intelligent agents. +In AI research, machines are taught to perform tasks that require intelligent behavior. +Examples include handwriting recognition, voice recognition and facial recognition, as well as gesture recognition, speech recognition and question answering. +These things have become separate disciplines that focus on solving real-world problems. +Nowadays, AI systems are often used in finance, drugs, engineering, and military fields, just as many home computer and video game software applications are made. +Field trips are an important part of any classroom. Teachers often enjoy taking their students on trips to places where bus trips are not an option. +The Technology Enabled Care area also offers some options for travellers. Students can visit the Art Gallery, take a boat trip around the docks, or simply relax in a café while admiring the beautiful art on display. +Field trips are a great way to get students out of the classroom and into the real world. +For example, thousands of students at the Bennett College in North Carolina design a website each year about the state capital. The website is redesigned every year, but older versions are archived online for use in scrapbooks. +Blogging can also help students improve their writing. Whereas students often begin their blogging experience with poor grammar and spelling, the presence of readers generally encourages improvement. +Because students are often the harshest critics, bloggers often begin by trying to improve their writing skills in order to avoid criticism or review. +Blogging also "encourages students to become experts in their own right about the world around them." (Toffler, 2004). +Blogging is a tool that encourages collaboration, and empowers students to take ownership of their learning. +Blogs can be used "to make students more analytical and reflective; to allow students to comment actively on Internet resources, to define their positions in relation to others' writing, and to express their views online on a particular topic (O'Rourke, 2002). +Ottawa is Canada's charming, bilingual capital and home to many art galleries and museums that showcase Canada's past and present. +Niagara Falls is on the border between the U.S. and Canada. In addition, the falls straddle the border between the U.S. states of New York and Pennsylvania, and the Canadian province of Ontario. +All of these things make Ontario and more importantly the city of Ottawa a great place to live, work and play. +The area to the north has a very low population density, and some areas have almost no human population at all. +Compared to the population of Canada: There are more African-Americans in the U.S. than there are Canadians in Canada. +They are located off the east coast of Africa, in the Indian Ocean. +Madagascar is the fourth largest island in the world. +Most of the smaller islands are sovereign states, related to France, and go by the name of resort between Lagoon and Reef. +The Arabs also brought Islam to the island, and spread it throughout the large plains of Komoros and Mayotte. +European influence and colonization began in the 15th century, when the Portuguese explorer Vasco da Gama found a sea route from Europe to India. +It is bordered on the north by the Sahel and on the south and west by the Atlantic Ocean. +Women: It is presumed that any female travelling alone is automatically assumed to be unmarried. +It's also useful for carrying (though not cheap). +Women should understand that they may face discrimination due to cultural differences and that they may be followed or even harassed, among other things. +Men should reject machismo and stand up to bullies (cultural differences notwithstanding). +The modern city of Casablanca was founded in the 10th century by the Berbers, and was used as a strategic port by the Phoenicians, Romans, and Moroccans. +The Portuguese ended it and renamed it Casabranca, which it remained until it was abandoned in 1755 after the earthquake. +The Sultan of Morocco renamed the city back to its original name of Dar al-Baydha, and Spanish traders established a base there, naming it Casablanca. +Casablanca is one of the least interesting places to buy in Morocco. +Morocco's traditional cuisine is easy to find in places like the Old Medina, where you'll find a full spectrum of Morocco's culinary delights, from tagine, couscous, tajine, harira, and of course, mint tea. +Goma is a tourist city in the Democratic Republic of the Congo, just across the border from Rwanda. +Goma was largely destroyed in 2002 by the Nyiragongo volcano, which emptied a stream of molten rock that obliterated the city's downtown area. +Although Goma is secure, the situation in North Kivu province, where Goma is located, should be monitored. +The city also serves as a base for trekking up Mount Nyiragongo, one of the cheapest volcanoes to climb in Africa. +You can hire a bodaboda (motorcycle taxi) to take you around Goma for around 500 Congolese francs. +Due to its remoteness, "Timbuktu" is often used metaphorically to refer to a place that is difficult to reach. +Today, Timbuktu is a poor city, although its fame makes it a tourist attraction, and it has an airport. +In 1990, it was placed on the World Heritage in Danger list because of the threat to its grasslands. +It was a major setback for Henry Louis Gates Jr., one of Africa's best-known scholars. +The city stands out from the rest of the country because it feels like an Arab city rather than an African one. +The Kruger National Park (KNP) is situated in the north-east of South Africa, in the provinces of Limpopo to the west and Mpumalanga to the east, bordering Eswatini to the south and Mozambique to the north. +The park covers 19,500 square kilometres and has 14 distinct ecosystems, each with its own unique wildlife. +It is one of South Africa's major attractions and is sometimes referred to as the Flagship of the South African National Parks (SANParks). +The park has daily entrance and camping fees in addition to those charged by all Southern African national parks. +Wild cards can also be useful to buy as they allow you to visit selected Southern African parks or all of the Southern African National Parks. +Hong Kong Island is the island upon which the city of Hong Kong sits, and is one of the most popular tourist destinations in the region. +The building's façade, which wraps the skyscraper like a scarf, makes it hard to miss along the Victoria Harbour waterfront. +To get the best views of Hangkong, leave the island and head for the Covelong Waterfront on the mainland. +Most of the urban development of Hong Kong is concentrated on reclaimed land in the north of the island, adjacent to the airport. +It's the place where British colonists made their mark and so if you're looking for remnants of the colonial past, this is a good place to start. +Mangroves are the largest coastal ecosystem in the beautiful world, covering 80 km (50 miles) of coastline in Bangladesh and India. +The Sundarbans is a world heritage site declared by UNESCO. The part which is in India is called the Sundarbans National Park. +However, the jungle does not mean just the Mangrov swamps - they are part of some of the last remaining pristine jungles, which once covered much of the island. +It covers an area of 3,850 square kilometres, of which about a third is water/marshland. +The wildlife sanctuary has been in place since 1966 and is home to nearly 400 royal Bengal tigers and 30,000 deer. +Inter-district buses depart from the bus station (which is across the river) throughout the day, though most go early in the morning between 06:30 and 07:30. +Inter-city buses are often full, so it's best to buy tickets a few days in advance. +Most of the islands have small Japanese coastal boats that are comfortable and sturdy. +Shared taxis (Nu 150 and Nu 200) are a fast and comfortable way to get to places nearby. +The Oyapok River Bridge is a cable-stayed bridge that crosses the Oyapok River to connect the Brazilian cities of Oyapok and São Jorge do Oyapok in French Guiana. +The two towers are 83 metres high, with a length of 378 metres and a width of 3.50 metres. +The vertical clearance below the bridge is 15 metres. The bridge was completed in August 2011, but was not opened to traffic until March 2017. +The bridge is expected to be fully operational by September 2017, when Brazil's border taxes are expected to end. +The Guarani are an indigenous people living in eastern Paraguay. They live a hunter-gatherer lifestyle, and also cultivate crops. +The Chaco region was home to other indigenous groups, including the Guaycuru and Puebloan peoples, who hunted, farmed, and fished to make a living. +Paraguay, sometimes referred to as the "heartland of the Indian", was claimed by Spanish explorers in the 16th century, who named it after the Paraguay River. +Spaniards began the conquest in the 16th century that lasted for three centuries. +Since the establishment of Asuncion in 1537, Paraguay has successfully preserved its indigenous culture and identity. +Argentina is widely regarded as one of the best polo teams and players in the world. +The biggest tournament of the year takes place in December at the Polo Fields of the Las Canitas in Buenos Aires. +There are also smaller tournaments and matches throughout the year. +For tickets to tournaments and polo matches, see the Association of Argentine Polo Players. +The official currency of Falkland is the Falkland pound (FKP). It is pegged to the British pound (GBP) at a rate of 1:1. +These islands are the only place in Indonesia where money can be exchanged directly with a bank that is located in Stanley, on the island of Flores. +The British pound is usually accepted in the islands and on the mainland, and the U.S. dollar is also often accepted. +Credit cards may not be accepted on the outer islands, although British and U.S. currencies are. Be sure to ask the owner in advance what the acceptable payment method is. +It is almost impossible to change the currency outside of Falkland, so exchange your money before leaving the mainland. +Because Montauk is on the southern tip of Long Island, it gets hot in the summer and cold in the winter, just like the rest of the North Fork. +Montivideo is in the subtropics; summer temperatures often top 30 °C (86 °F). +Winter can be bitterly cold: temperatures may never rise above freezing, but with wind chill factors the thermometer can feel as low as -40°F (-40°C). +There are no "rainy" or "dry" seasons: rainfall totals remain fairly constant throughout the year. +Although many of the animals in the park are tame and approachable, they are still wild animals and should not be fed or petted. +Bears and other wild animals should be at least 100 yards/meters away from park visitors and at least 25 yards/meters away from other wildlife. +It doesn't matter how friendly they look, bats, elk, moose, buffalo, and nearly all wild animals can be dangerous. +Hundreds of tourists are injured every year because they don't keep a safe distance. These animals are large, wild, and potentially dangerous, so keep your distance. +In addition, be aware that bats and other wildlife are attracted to the smell of fermented foods, so avoid bringing or storing them in your camp. +Apyia Samoa is the capital of Samoa. It is located on the island of Upolu and has a population of less than 40,000. +Epia was founded in the 1850s and became the official capital of Samoa in 1959. +In 1889 the colony was the site of a famous naval battle between Germany, the United States, and Britain, in which seven German ships were sunk. +After leaving a British cruiser, all the ships sank. About 200 American and German soldiers died. +During a peaceful gathering in the city to commemorate the anniversary of the Mau Mau uprising against British colonial rule, prominent activist Oginga Odinga was assassinated. +There are many beaches in Oakland due to its two peninsulas. The most popular beaches are located in the three neighborhoods. +The Northern Coast, (in the North Harbour District), lies along the Pacific Ocean and stretches from Long Beach in the north to Davenport in the south. +These are mostly grassy plains where flying is assumed to be safe. Most of them are covered by Acacia trees. +Tamarindo is located on the Pacific coast of Costa Rica, south of the Nicaraguan border and north of the Panamanian border, in the province of Guanacaste. +These are sometimes family-friendly beaches with a good range of shops on the promenade. Swimming is safe. +The main local beer is 'Number One', it's not a complex beer, but it gives you a sense of place. Another local beer is called 'Manta'. +There are many different French wines available, but the wines from New Zealand and Australia are probably better. +Drinking water from the local tap is perfectly safe, but if you're worried, bottled water is easily available. +For Australians, 'flat white' is a foreign concept. A short black 'expresso' is served in a cappuccino cup, topped with cream (no foam), and drunk without a spoon. +Hot Chocolate is based on Belgian standards. The chocolate is expensive but very good. +RiFF's many journeys go on throughout the year, and on rare occasions RiFF gets hurt. +Still, seek advice from authorities, heed all warning signs, and pay close attention to security advisories. +Box jellyfish, which are present along the northern coast of Australia from October to April, can be found on the beaches and in the rivers during these months. They can also be found offshore during these months. +Sharks do exist, though they rarely if ever attack humans. Most sharks are afraid of humans and will swim away if approached. +Shrimp do not usually live in the open ocean. They can sometimes be found near the mouths of rivers in the tropics. +Booking in advance gives travellers the peace of mind that, at the very least, they will have somewhere to rest after arriving at their destination. +Travel agents often have deals with some nice hotels, but you can also book a camping ground through a travel agent. +Typically, travel agents offer packages that include breakfast, airport transfers or transportation to and from the airport, and hotel accommodations. +If you want to think about an offer or get a document (such as a visa) for the destination, they can also give you a reservation. +Any research or request should be made through a travel agent, not directly with the hotel. +For some festivals, most people choose to camp on the site of the event, and most people consider this to be an important part of the experience. +If you want to stay close to the action, you'll want to get to the camping site near the music as quickly as possible. +Remember that some parts of the festival will be going on until the early hours, even after the main stage closes. +Some festivals have designated camping areas for families with small children. +If you pass through the Northern Battery in winter, you should check out the Cabin, as the people who lived there in the 1800s would have felt quite unnerved by the howling winds coming off the ice. +The St. Petersburg Pottery Shop is located in the city of St. Petersburg. Pottery shoppers are given a discount from the minimum purchase requirements (see below). +Casinos usually try to maximize the amount of time and money spent by patrons. This usually does not include gambling and shopping, and finding a way out can be difficult. +They usually arrange special food and entertainment to keep their guests happy and to keep them coming back. +Some places serve alcoholic drinks; however, drunkenness is frowned upon, and all good judgement is advised. +Any peak over 6,000 feet should be treated with a mind to the possibility of snow, ice, or cold temperatures. +On ice and snow covered roads, braking distances are longer and you can't drive as fast as you would on a dry road. +During a blizzard, it can take very little wind to blow enough snow to cause whiteout conditions. +Visibility can also be reduced by falling snowflakes or spray from the wheels of passing vehicles. +On the other hand, cold and snowy conditions are common in many parts of the country, and traffic tends to be lighter during the holidays. +Tourism is probably Africa's biggest industry and draws visitors from all over the world. +A safari is often used to refer to a journey to view wildlife in a particular region of Africa. +Horses and zebras, for example, come very close to cars and give a good view of the occupants. +Sometimes cows, goats, and pigs are slaughtered. You will see them being butchered in a good way. +Walking tours (also known as "Bush Walks", "Hiking Tours" or "Trekking") usually involve several days or even weeks of hiking. +The Paralympics will be held from 24 August to 5 September 2021. Some events will be held in other parts of Japan. +Tokyo, which hosted the Games in 1964, will be the only Asian city to have hosted both a summer and winter Games. +If you've already booked your flights and accommodation for 2020, it could be a difficult situation to be in. +Cancellation policies can vary, but most policies covering coronavirus-related cancellations won't go into effect until July 2020, so you still have time to reschedule. +It is expected that most tickets for the event will cost between ¥2,500 and ¥130,000, with premium tickets costing up to ¥7,000. +Hats with brims can be pressed down on the ears to provide warmth. Many hotels have an iron and board in the room, even if they are not in the bathroom. +If the press is not available, or if you do not want to carry a press, you can consider using a hair dryer to some extent. +Be careful not to let the clothes get too hot (which can cause seams to come undone, or the fabric to shrink). +There are many ways to purify water, some more practical than others. +Some areas require water to be rinsed for one minute, while others require several minutes of rinsing. +The filter effectiveness varies, and you should consider this before buying bottled water from a reputable company. +Travellers can face animals and insects they are not familiar with in their home region. +Kit food can spoil, give rise to mould, or even cause allergies, diarrhoea or infections. +Venomous animals, or dangerous animals which can injure or kill people, are not usually considered pets. +Tax-free shopping is the ability to purchase goods and products without paying a sales tax. +Visitors from more tax-heavy countries can sometimes save a significant amount of money by bringing in alcoholic drinks and tobacco products. +Part of the Bufalo-Pittsburg Highway between Point Marion and Fairmont is one of the most challenging stretches to drive in Pennsylvania, where the road often winds through dense forest. +If you're not used to driving on the roads of a foreign country, bring this information along with you: step grades, pedestrian crossings, and dangerous intersections. +Published speeds are usually 35-40 miles per hour (56-60 km/h) and strict rules apply. +Another interesting fact is that mobile phone coverage is better in other parts of the Peninsula than it is in the Wilderness. +German pastries are very good, and in Bavaria, in the south, they are as rich and varied as in Austria. +Fruit pies are common, being made throughout the year with preserved fruit, and served hot with custard or ice cream in summer. +Many German backed goods include nuts, oats and other cereals. Popular cakes often taste especially good with a strong coffee. +If you want something small but substantial, you can base yourself in Berlin, Prenzlauer Berg or Kreuzberg and explore from there. +Kari is a paste made from pounded roots and spices mixed with coconut milk or water. +A tariff can be either "dry" or "wet". +Yogurt is commonly used in the cuisine of Northern India and Pakistan; coconut milk is often used in the cuisine of Southern India and some other coastal regions. +With over 17,000 islands, Indonesian cuisine is a broad term encompassing a wide variety of regional specialties found throughout the country. +However, if used without the additional qualifier, the word can mean either the mainland of Papua New Guinea, or the western and central portions of the island of New Guinea. +Tropical fruits are now widely available throughout the archipelago, with a range of traditional fruits, including mangoes, chillies, kaffir lime and various spices. +The hooves of the horses are shod with shoes that are nailed on to both sides of the feet. +They do provide more stability to the driver but there is a safety concern due to the possibility of a driver's feet slipping off the pedals. +If a rider falls from a horse but the horse keeps going, the rider may be dragged. To reduce the risk, there are several safety measures that can be taken. +Firstly, most of the cavalry and one infantry regiment, were wearing light riding boots. +After that, some fences, especially in English fences, have safety rails on either side that catch a falling rider. +Cochamo Valley - a special place in Chile, south of the Yosemite of South America, with towering granite walls and many varieties of glaciers. +The peaks also showcase the range's endless potential as a world-class mountaineering destination, continuously carving out new routes between its steep walls. +Skiing and snowboarding are popular winter sports that involve descending snow-covered terrain on skis or a snowboard. +Skiing is a major leisure activity for many enthusiasts, sometimes referred to as "skiing holidays" or "skiing vacations", in which specialized travel agencies arrange complete packages. +The idea of skiing is very old - cave paintings date back to 5000 B.C. +Downhill skiing as a sport began at least in the 17th century and the first ski club opened in Norway in 1861. +Backcountry skiing: This activity is also known as backcountry skiing, ski touring or ski hiking. +It's related, but usually doesn't involve alpine style ski touring or mountaineering, which requires very stiff skis and boots in order to climb steep slopes. +Think of the skiing trail as a hiking (long distance walking) trail. +In good conditions you can get a fair amount of distance from the running stride - but only a very small amount of cross country skiing speed will come from the running stride alone. +Europe is a continent that is smaller than expected but has many independent countries. Travelling to several countries usually requires a visa application and passport control processes. +However, Schengen encompasses more than just a country. +While you're in the region, you can usually cross borders without any passport controls. +Similarly, once you have a Schengen visa, you do not need a separate visa for the Schengen member countries, thus saving time, money and paperwork. +There is no global definition for what products are considered antiques. Some auction houses have been auctioning off 100-year-old items for decades. +The definition has a geographical component, whereby the age limit would be lower in places such as northern America than in Europe. +Hand-made products can be defined as products made by hand. Although they are less common than products made on a large scale. +Barley is an important crop for the whisky industry and the culture associated with the trade is also important to other businesses. +Traditionally, however, barracuda are not considered to be part of the big game fishing repertoire, although they are often caught while trolling for marlin, sailfish, and other big game species. +Today, many Sámi work in modern businesses, Sápmi, which is part of the tourism industry, is a very important source of income for the Sámi people. +It is commonly used throughout the Balkans, especially among non-Romani people, but the word "Gypsy" is often perceived as pejorative due to negative stereotypes associated with the Romani people. +If you are going to a country that is under travel advisory, your travel health insurance or your travel cancellation insurance may be affected. +In addition to your own government, you can also seek advice from the governments of other countries. However, their advice will be biased towards their citizens. +In the Middle East, U.S. citizens may face different situations than Europeans or Arabs. +An advisor is a short description of the political situation in any country. +Shown perspectives are often more complex, detailed, and accurate than those available to the naked eye. +A severe weather term is a word used to describe a dangerous weather event that poses a threat to life or property. +Extreme weather can happen anywhere in the world, and takes various forms that are dependent on geography, topography, and atmospheric conditions. +Tornadoes, hurricanes, heavy rainfall, and wildfires are part of the intense weather and impacts of climate change. +Blizzards, blizzards, blizzards, and dust storms are included in the regional and seasonal severe weather definitions. +Travellers are advised to stay up-to-date on any weather risks to their region as tropical cyclones can affect any travel plans. +Any traveller heading to a war-torn country should seek professional training. +On the Internet, this search will often give you the address of a local company offering a "hostile environment course." +A course will generally cover all the issues discussed in the syllabus, albeit at a more superficial level, with little or no practical experience. +A course is usually between 2 and 5 days long, and will include some basic first aid and sometimes weapon training. +Books and magazines are common in the jungle, but published material coming out of conflict zones is rare. +Travelers planning sex reassignment surgery in a foreign country should make sure they bring along valid documents for the return trip. +Governments have not said whether passports will be issued with the "X" designation or whether documents will be updated to reflect a change in gender. +Foreign governments have a legitimate interest in honoring these documents. +Security checkpoint procedures have also become more stringent since September 11, 2001. +Pre-operative transgender patients should not be expected to pass through scanners with their dignity and pride intact. +Tidal waves, also known as tidal surges, are waves that are pushed onto the shore by the rising and falling of the tides. +Underwater topography can cause some deep sections to have a return flow, and this can carry nutrients up from the deep water. +Most of the deaths are due to drowning, which may be caused by the tsunami itself or by the collapse of buildings. +As you come out of the tunnel, there is nothing particularly difficult about running into the wind. +Go to a place where you won't be interrupted or distracted by your skills or what's on someone else's mind, and wait for the call of nature. +The re-entry shockwave compares to a cultural shockwave in that it is short-lived, can last a long time, and can be more serious. +For those travellers who have a good opportunity to integrate into a new culture, it can sometimes be a difficult time adjusting to the culture of their home country. +When you return home after living in a foreign country, you find yourself missing the culture you left behind and many of the habits of your home culture. +When you go abroad for the first time, people tend to have a certain amount of sympathy and understanding as to how it feels to be in a new country. +People cannot assume that hospitality and understanding will be extended to travelers returning home. +The Pyramid Sound & Light Show is one of the most popular things to do in Giza for kids. +You can watch the show in peace from the comfort of your sofa. +Most of the time you will hear the voices of tourists and shopkeepers. The sound and light story book is similar. +Sphinx has been established as a long-term storytelling platform and home for storytellers. +Pyramids are demonstrated and various pyramids are shown. +South Georgia, discovered in 1819, is claimed by several countries and is home to the largest black-browed albatross colony in the world, with over 200,000 breeding pairs in 2020. +The archipelago, located 120 km north of Peninsular Malaysia, is the largest island in the state of Sabah. +Other islands include Livingston and Desolation Island, where an active volcano makes for a unique natural setting. +The southern part of Peninsula is called Elsworth Land, which is surrounded by Bellsingshausen Sea. +The peaks of the Peninsula are cloaked in tundra, then give way to the 360 km long chain of the Elowah Mountains, cut through by the Minnesota Glacier. +Antarctica's highest peaks are in the Southern Highlands or the Centennial Range, with Vinson Massif and Mount Vinson being the highest at 4,892 metres. +In remote areas, a satellite phone may be your only option. +Satellite phones can't usually be used in place of a mobile phone, as they require you to be out of the coverage area to make a call. +The service is usually used by shipping companies, as well as for campaigns in which remote data and voice services are required. +Remember that your local telephone service provider may be able to give you more information about this service. +Making inter-year plans is a popular option for those looking to travel and study. +It's particularly popular with school leavers, allowing them to move out from home a year before going to university. +In many cases, studying in a gap year abroad can increase your chances of being accepted onto a higher education course in your own country. +These educational programs usually require a tuition fee to be paid in order to enroll. +Finland is a great place for a boat holiday. There are thousands of islands in "a thousand lakes", many of which are in lakes and coastal archipelagos. +You do not need a permit to visit the island groups and lakes. +The islands and lakes are large enough for any yacht, but offer a different experience from small boats or kayaks. +Boat watching is a national pastime in Finland, with every seven or eight people owning a boat. +It's the mailbox of Norway, Sweden and New Zealand, but otherwise quite unique (compared to, say, the Netherlands). +Most of the special ballet cruises depart from St. Petersburg, Russia. +This means you can take a historical city tour for a few days and then return to the ship for an overnight. +You do not need a separate visa if you only visit the shipboard areas (until 2009). +Some cruise ships visit Berlin, Germany. As you can see from the map above, Berlin is not by the ocean and is not included in the cost of the cruise. +Flying can be a daunting experience for people of all ages and backgrounds, especially if they have never flown before or have had a traumatic experience while on a flight. +There's nothing embarrassing about it: it's not a private fear or something that only happens to other people. +For some, understanding how airplanes work and what happens during a flight can help alleviate the fear of flying. +Cargo carriers are paid by the shipper to pick up and deliver the goods in a timely manner. Often, commercial invoices, commercial bills of lading, or waybills are used to track the progress of the shipment. +On the chosen route, the big carriers have their own planes, but it's a problem for smaller firms on other routes. +If they're shipping things via air freight, some routes can take a few days to load and a few days to unload. +There's only one way to get it, and that's to send it as cargo on an airline. The airline won't allow you to send it as cargo without a passenger, and here's where you come in. +The first or business class is more expensive to travel in (or, better yet, book through your company). +However, it's not cheap: as a rule of thumb, you can expect to pay between four and eight Euros per night for a bed in a dormitory, and between eight and twelve Euros for a private room! +Direct flights usually do not offer any discounts on business or first class seats. +Airlines know that some travellers are willing to pay a premium for a more comfortable and convenient flight, and charge accordingly. +The capital of Moldova is Chisinau. The local language is Romanian, but Russian is widely used. +Moldova is a multi-ethnic nation that has suffered from ethnic strife. +In 1994, as a result of this struggle, the Transnistrian Republic was proclaimed in eastern Moldova, with its own government and currency, but it has not been recognised by any member of the United Nations. +Economic partnership has been re-established in these two areas of Moldova, despite the political impasse. +Moldova's main religion is Orthodox Christianity. +İzmir is Turkey's third-largest city, with a population of approximately 3.7 million, after Istanbul and Ankara, and a very good transport hub. +Once an ancient city, it is now a modern, developed and busy centre, located on a large bay and surrounded by mountains on four sides. +Large boulevards, glass-fronted skyscrapers and modern shopping centres are interspersed with traditional red-tiled roofs, 18th-century bazaars, old mosques and churches, though the city has a more tropical-European feel than Istanbul. +The Estuary Island just off Holdfast Bay has a unique octagonal lighthouse and a fascinating heritage. +Inside the church, some of the tombs are decorated with elaborate carvings. +It takes half an hour to get to the village of Kutuhala. +North and east of the city is the romantic and charming town of Sintra, made famous by Lord Byron after his grand tour of Portugal. +The ScotRail 403 departs from Cabo Da Roca every day. +Heading north, we also visit the Great Barrier Reef off the coast of Queensland, one of the world's most famous places to see marine life. +Please remember that you are going to a sacred site, as well as a world heritage site, which has significant value to a large part of the world's population. +As with Jews and non-Jews alike, there are still many men and women alive today who survived that time and worked to preserve the memory of those who did not. +Please respect the place, have a serious attitude towards your behavior and give the same respect that it deserves. Do not joke about the Holocaust or the Nazis. +Don't damage or deface the items. +The official languages of Barcelona are Catalan and Spanish. About half of the people prefer to speak Catalan, a large part of the population understands it, and almost every Spaniard knows it. +However, most signs are only in Catalan, as it is the first official language of Catalonia. +Yes, Spanish is widely used in public transport and other offices. +Regular announcements are only made in Catalan, but an automated system broadcasts disorderly announcements in various languages, including Spanish, English, French, Arabic and Japanese. +Parisians are said to be arrogant, unfriendly, and haughty. +However, this is often just a misconception, as the best way to get around Paris still remains to hire a cab, which will make getting around much easier. +If you show some common courtesy, Parisians will be gone in a flash. +The Plateau National Park is surrounded by dense jungle, where the main attractions are the Howler, Spider and Capuchin Monkeys, and where the Alpine and Lowland Fauna mix. +It has a wide range of plant diversity due to its small size, various microclimates, different soils, and varying altitudes. +The area is home to a wide variety of bird and mammal species. +In addition to the common species, there may also be bats such as the European Leaf-Nosed Bat, the Brown Long-Eared Bat, the Common Pipistrelle, the Daubenton's Bat, the Natterer's Bat, the Noctule Bat, the Pygmy Bat, the Serotine Bat and the Whiskered Bat. +In the mountains, women need to wear skirts to cover their legs and also wrap their feet. +Most temples do not allow women in without a sarong, but if you bring your own, especially a brightly colored one, you'll get a friendly wave from the priest or nun at the entrance. +Similarly, hats with wide brims are essential for men. +It can also be taken from the stockpile, but those items are not replenished as often as those on the shelves, so you may find it difficult to get the size you need. There is only one size available for men. +Majorcan cuisine, like those of similar regions in the Mediterranean Sea, is based on rice, vegetables and meat (especially pork), and the use of olive oil. +A typical popular dinner, especially in summer, is Pa amb oli: Bread with olive oil, tomato, and any available seasonal ingredients such as pâté, tuna fish, etc. +All proper nouns in English always begin with a capital letter, even when they are in the middle of a sentence. +It is an important way of distinguishing between different processes and subjects. +It is easy to understand, but difficult to write correctly, as the correct use of a tense or a mood often depends on what the sentence is trying to convey. +Speaking Italian is relatively easy because most words are pronounced the same way as they are written. +The main vowels are c and g, since their pronunciation is different from that of the vowels a, e, i, o, u. +Also, pronounce r and rr differently: caro means dear, while carro means cart. +Farsi is the most simple and regular of the Persian dialects. +So, reading this first book on grammar will help you learn a lot about the English language and improve your understanding of sentences. +There is no need to say that if you know the Romanian language, it will be easy for you to learn Portuguese. +However, those who know a little Spanish will agree that Portuguese, being so similar to Spanish, does not need to be studied separately. +Modern-day fortresses are usually old ruins and are preserved as historical sites. +Because light pollution was not a problem in their early days, they are usually located in or near cities, where modern buildings are easier to get to than dark skies. +Most modern research vessels are well equipped to work in remote areas with pleasant sailing conditions. +Cherry blossom watching is a part of Japanese culture dating back to the 8th century. +The idea came from China, where the berry was a popular flavour. +In Japan, the first Cherry Blossom Parties were hosted by the Emperor near the Imperial Palace for himself and other members of his entourage. +In the natural environment, plants look their best, so "just one" impulse to remove a weed can be hard to resist. +If you go to a formal restaurant, you are also expected to leave a tip on top of the bill, even for "bad" service. +Singapore is generally a very safe place to live. You can easily navigate your way around and buy just about anything once you arrive. +But a few degrees off the equator in the "Tropic of Cancer" brings you into the "tropics" (always hot) and the "tropical rainy season" (when it's not the dry season, which is most of the time). +There are also some ruins north of Hebron, which are the traditional burial place of the Biblical patriarchs Abraham, Isaac, Jacob and their wives. +Note that the bus you want to take is Hebron, not just Kiryat Arba. +International waterways can also be a good subject for holidays with savings to be made. +Visit the Loire Valley, the Rhine Valley castles, cruise along the Rhine Falls or hire a boat on the Erie Canal. +They also set routes for popular hiking and cycling trails. +Christmas is one of the most important holidays in the Christian religion and is celebrated as the birth of Jesus. +There are many things associated with this holiday that separate it from other holidays of the Christian faith in the U.S. and around the world. +There is a tradition of staying awake all night on Easter Island to watch the sunrise. +The tradition is often associated with Christian theology, but can also be a pre-Christian spring festival and fertility rites. +Easter Vigil services are held on Holy Saturday in more traditional churches, where people begin the celebration of Christ's resurrection with a service the evening before Easter Sunday. +All animals originally came from the continents, either by walking, flying, or swimming across the oceans. +Because of its isolation from the mainland, the Galapagos were uninhabited until the 16th century, when the archipelago was colonized by foreigners who made the giant tortoises an endangered species. +Since humans arrived in Galapagos, several mammals have come, including pigs, goats, cows, dogs, cats, and rats. +If you go to the Arctic or Antarctic in the winter, you will experience polar night, which means that the Sun never rises above the horizon. +It's a good opportunity to see the aurora borealis, as it will be dark in the sky. +The area is sparsely populated and often suffers from light pollution, so you should be able to enjoy the stars. +Japanese culture is more formal and hierarchical than Western cultures. +Suits are formal business wear, and colleagues address each other by their family names or titles. +The workplace culture is important, as it places an emphasis on group efforts rather than individual accomplishments. +Employees should often seek the advice of their superior officers, and expect to follow their instructions without question. diff --git a/test-hi-en.bleu b/test-hi-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..1f48ab3838650a03cb5e047510854a516e363e9c --- /dev/null +++ b/test-hi-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 24.45 56.9/30.4/19.0/12.3 (BP = 0.969 ratio = 0.969 hyp_len = 23960 ref_len = 24721) diff --git a/test-hi-en.comet b/test-hi-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..be047814b713ab04a8b8c4657a074b901a217961 --- /dev/null +++ b/test-hi-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 0 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 2 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 3 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 4 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 5 score: 0.8235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 6 score: 0.6210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 7 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 8 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 9 score: 0.8487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 10 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 11 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 12 score: 0.8682 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 13 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 14 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 15 score: 0.6343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 16 score: 0.8563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 17 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 18 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 19 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 20 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 21 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 22 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 23 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 24 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 25 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 26 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 27 score: 0.7986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 28 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 29 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 30 score: 0.6805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 31 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 32 score: 0.7311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 33 score: 0.9087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 34 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 35 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 36 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 37 score: 0.5724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 38 score: 0.6046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 39 score: 0.6540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 40 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 41 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 42 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 43 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 44 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 45 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 46 score: 0.8783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 47 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 48 score: 0.9063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 49 score: 0.7961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 50 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 51 score: 0.8730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 52 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 53 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 54 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 55 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 56 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 57 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 58 score: 0.6249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 59 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 60 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 61 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 62 score: 0.8977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 63 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 64 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 65 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 66 score: 0.7624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 67 score: 0.8228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 68 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 69 score: 0.8938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 70 score: 0.9070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 71 score: 0.8170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 72 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 73 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 74 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 75 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 76 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 77 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 78 score: 0.9805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 79 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 80 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 81 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 82 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 83 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 84 score: 0.6906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 85 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 86 score: 0.8044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 87 score: 0.8669 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 88 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 89 score: 0.6976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 90 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 91 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 92 score: 0.7503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 93 score: 0.9404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 94 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 95 score: 0.7802 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 96 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 97 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 98 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 99 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 100 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 101 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 102 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 103 score: 0.7994 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 104 score: 0.9367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 105 score: 0.7228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 106 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 107 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 108 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 109 score: 0.8455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 110 score: 0.7572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 111 score: 0.7188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 112 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 113 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 114 score: 0.6520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 115 score: 0.8380 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 116 score: 0.6455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 117 score: 0.8509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 118 score: 0.9632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 119 score: 0.7755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 120 score: 0.5904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 121 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 122 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 123 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 124 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 125 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 126 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 127 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 128 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 129 score: 0.9370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 130 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 131 score: 0.7654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 132 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 133 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 134 score: 0.7805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 135 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 136 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 137 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 138 score: 0.6530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 139 score: 0.6020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 140 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 141 score: 0.8959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 142 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 143 score: 0.8156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 144 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 145 score: 0.8992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 146 score: 0.9147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 147 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 148 score: 0.7048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 149 score: 0.6527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 150 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 151 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 152 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 153 score: 0.7567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 154 score: 0.6012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 155 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 156 score: 0.7631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 157 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 158 score: 0.8328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 159 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 160 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 161 score: 0.7349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 162 score: 0.8756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 163 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 164 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 165 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 166 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 167 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 168 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 169 score: 0.8494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 170 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 171 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 172 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 173 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 174 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 175 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 176 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 177 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 178 score: 0.9050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 179 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 180 score: 0.9133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 181 score: 0.9182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 182 score: 0.8557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 183 score: 0.9119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 184 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 185 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 186 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 187 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 188 score: 0.7449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 189 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 190 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 191 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 192 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 193 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 194 score: 0.7304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 195 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 196 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 197 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 198 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 199 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 200 score: 0.6191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 201 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 202 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 203 score: 0.7319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 204 score: 0.8617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 205 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 206 score: 0.5910 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 207 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 208 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 209 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 210 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 211 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 212 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 213 score: 0.9340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 214 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 215 score: 0.9282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 216 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 217 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 218 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 219 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 220 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 221 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 222 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 223 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 224 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 225 score: 0.9253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 226 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 227 score: 0.6590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 228 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 229 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 230 score: 0.9300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 231 score: 0.7926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 232 score: 0.7504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 233 score: 0.7068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 234 score: 0.8309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 235 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 236 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 237 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 238 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 239 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 240 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 241 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 242 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 243 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 244 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 245 score: 0.6615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 246 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 247 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 248 score: 0.6951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 249 score: 0.9330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 250 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 251 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 252 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 253 score: 0.7897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 254 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 255 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 256 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 257 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 258 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 259 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 260 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 261 score: 0.6098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 262 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 263 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 264 score: 0.9345 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 265 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 266 score: 0.5865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 267 score: 0.8025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 268 score: 0.9251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 269 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 270 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 271 score: 0.6630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 272 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 273 score: 0.7157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 274 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 275 score: 0.7493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 276 score: 0.6317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 277 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 278 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 279 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 280 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 281 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 282 score: 0.9350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 283 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 284 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 285 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 286 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 287 score: 0.7593 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 288 score: 0.8878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 289 score: 0.8233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 290 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 291 score: 0.8286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 292 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 293 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 294 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 295 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 296 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 297 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 298 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 299 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 300 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 301 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 302 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 303 score: 0.9298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 304 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 305 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 306 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 307 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 308 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 309 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 310 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 311 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 312 score: 0.7701 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 313 score: 0.8213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 314 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 315 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 316 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 317 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 318 score: 0.9173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 319 score: 0.8398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 320 score: 0.8263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 321 score: 0.9195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 322 score: 0.8033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 323 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 324 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 325 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 326 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 327 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 328 score: 0.9212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 329 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 330 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 331 score: 0.8498 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 332 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 333 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 334 score: 0.9505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 335 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 336 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 337 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 338 score: 0.8929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 339 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 340 score: 0.7749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 341 score: 0.5007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 342 score: 0.5484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 343 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 344 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 345 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 346 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 347 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 348 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 349 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 350 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 351 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 352 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 353 score: 0.9411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 354 score: 0.5462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 355 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 356 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 357 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 358 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 359 score: 0.5440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 360 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 361 score: 0.7617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 362 score: 0.8110 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 363 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 364 score: 0.6944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 365 score: 0.8068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 366 score: 0.7076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 367 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 368 score: 0.6054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 369 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 370 score: 0.7610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 371 score: 0.7632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 372 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 373 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 374 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 375 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 376 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 377 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 378 score: 0.9137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 379 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 380 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 381 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 382 score: 0.8331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 383 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 384 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 385 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 386 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 387 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 388 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 389 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 390 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 391 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 392 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 393 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 394 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 395 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 396 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 397 score: 0.5473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 398 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 399 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 400 score: 0.9506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 401 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 402 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 403 score: 0.7229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 404 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 405 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 406 score: 0.9154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 407 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 408 score: 0.8305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 409 score: 0.9336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 410 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 411 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 412 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 413 score: 0.7767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 414 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 415 score: 0.8847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 416 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 417 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 418 score: 0.8203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 419 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 420 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 421 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 422 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 423 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 424 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 425 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 426 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 427 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 428 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 429 score: 0.7679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 430 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 431 score: 0.7641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 432 score: 0.7757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 433 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 434 score: 0.7459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 435 score: 0.5259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 436 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 437 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 438 score: 0.9046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 439 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 440 score: 0.8748 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 441 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 442 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 443 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 444 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 445 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 446 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 447 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 448 score: 0.9325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 449 score: 0.7590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 450 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 451 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 452 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 453 score: 0.5673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 454 score: 0.8419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 455 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 456 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 457 score: 0.9099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 458 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 459 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 460 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 461 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 462 score: 0.6921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 463 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 464 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 465 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 466 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 467 score: 0.6887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 468 score: 0.6535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 469 score: 0.6556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 470 score: 0.7919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 471 score: 0.7932 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 472 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 473 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 474 score: 0.7596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 475 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 476 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 477 score: 0.6113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 478 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 479 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 480 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 481 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 482 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 483 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 484 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 485 score: 0.8481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 486 score: 0.7656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 487 score: 0.7415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 488 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 489 score: 0.7443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 490 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 491 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 492 score: 0.9220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 493 score: 0.7821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 494 score: 0.7794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 495 score: 0.9010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 496 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 497 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 498 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 499 score: 0.6176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 500 score: 0.8603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 501 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 502 score: 0.9097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 503 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 504 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 505 score: 0.7809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 506 score: 0.7581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 507 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 508 score: 0.8175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 509 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 510 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 511 score: 0.7921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 512 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 513 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 514 score: 0.9226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 515 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 516 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 517 score: 0.7203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 518 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 519 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 520 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 521 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 522 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 523 score: 0.6577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 524 score: 0.8573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 525 score: 0.9396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 526 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 527 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 528 score: 0.6584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 529 score: 0.8734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 530 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 531 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 532 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 533 score: 0.6804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 534 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 535 score: 0.8204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 536 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 537 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 538 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 539 score: 0.8746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 540 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 541 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 542 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 543 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 544 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 545 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 546 score: 0.7180 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 547 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 548 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 549 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 550 score: 0.8013 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 551 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 552 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 553 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 554 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 555 score: 0.6859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 556 score: 0.6297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 557 score: 0.7434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 558 score: 0.7858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 559 score: 0.7567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 560 score: 0.6153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 561 score: 0.7403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 562 score: 0.5923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 563 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 564 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 565 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 566 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 567 score: 0.8447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 568 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 569 score: 0.6217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 570 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 571 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 572 score: 0.8484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 573 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 574 score: 0.6183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 575 score: 0.6876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 576 score: 0.6710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 577 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 578 score: 0.9216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 579 score: 0.7495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 580 score: 0.7659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 581 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 582 score: 0.6672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 583 score: 0.5948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 584 score: 0.5629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 585 score: 0.9032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 586 score: 0.8819 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 587 score: 0.9116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 588 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 589 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 590 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 591 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 592 score: 0.6752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 593 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 594 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 595 score: 0.9470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 596 score: 0.7668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 597 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 598 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 599 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 600 score: 0.6996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 601 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 602 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 603 score: 0.8849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 604 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 605 score: 0.9248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 606 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 607 score: 0.6692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 608 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 609 score: 0.7844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 610 score: 0.9030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 611 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 612 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 613 score: 0.8211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 614 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 615 score: 0.6822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 616 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 617 score: 0.9492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 618 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 619 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 620 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 621 score: 0.7850 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 622 score: 0.9260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 623 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 624 score: 0.7960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 625 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 626 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 627 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 628 score: 0.9029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 629 score: 0.9060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 630 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 631 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 632 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 633 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 634 score: 0.9775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 635 score: 0.8578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 636 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 637 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 638 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 639 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 640 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 641 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 642 score: 0.8467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 643 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 644 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 645 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 646 score: 0.7499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 647 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 648 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 649 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 650 score: 0.9361 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 651 score: 0.6779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 652 score: 0.6621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 653 score: 0.6099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 654 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 655 score: 0.8493 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 656 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 657 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 658 score: 0.8205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 659 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 660 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 661 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 662 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 663 score: 0.9499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 664 score: 0.9450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 665 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 666 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 667 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 668 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 669 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 670 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 671 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 672 score: 0.9095 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 673 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 674 score: 0.7988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 675 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 676 score: 0.9198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 677 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 678 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 679 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 680 score: 0.7991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 681 score: 0.9462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 682 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 683 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 684 score: 0.7651 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 685 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 686 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 687 score: 0.9152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 688 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 689 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 690 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 691 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 692 score: 0.9461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 693 score: 0.6311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 694 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 695 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 696 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 697 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 698 score: 0.7147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 699 score: 0.7893 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 700 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 701 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 702 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 703 score: 0.7294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 704 score: 0.5241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 705 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 706 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 707 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 708 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 709 score: 0.8829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 710 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 711 score: 0.7343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 712 score: 0.9240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 713 score: 0.8425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 714 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 715 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 716 score: 0.8776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 717 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 718 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 719 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 720 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 721 score: 0.8909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 722 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 723 score: 0.9106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 724 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 725 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 726 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 727 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 728 score: 0.6730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 729 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 730 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 731 score: 0.9015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 732 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 733 score: 0.9020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 734 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 735 score: 0.8751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 736 score: 0.8703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 737 score: 0.8464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 738 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 739 score: 0.7930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 740 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 741 score: 0.8407 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 742 score: 0.8465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 743 score: 0.9272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 744 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 745 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 746 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 747 score: 0.7657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 748 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 749 score: 0.9191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 750 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 751 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 752 score: 0.8413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 753 score: 0.8665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 754 score: 0.8870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 755 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 756 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 757 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 758 score: 0.8935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 759 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 760 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 761 score: 0.8350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 762 score: 0.9433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 763 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 764 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 765 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 766 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 767 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 768 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 769 score: 0.9475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 770 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 771 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 772 score: 0.8046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 773 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 774 score: 0.8818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 775 score: 0.7253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 776 score: 0.5790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 777 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 778 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 779 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 780 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 781 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 782 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 783 score: 0.5919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 784 score: 0.9187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 785 score: 0.8034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 786 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 787 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 788 score: 0.9025 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 789 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 790 score: 0.9126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 791 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 792 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 793 score: 0.9008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 794 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 795 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 796 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 797 score: 0.7065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 798 score: 0.6131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 799 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 800 score: 0.8830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 801 score: 0.7798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 802 score: 0.8020 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 803 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 804 score: 0.8308 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 805 score: 0.8582 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 806 score: 0.8397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 807 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 808 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 809 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 810 score: 0.4898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 811 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 812 score: 0.9413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 813 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 814 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 815 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 816 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 817 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 818 score: 0.7466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 819 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 820 score: 0.8727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 821 score: 0.7328 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 822 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 823 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 824 score: 0.7317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 825 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 826 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 827 score: 0.8800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 828 score: 0.8880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 829 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 830 score: 0.7956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 831 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 832 score: 0.8844 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 833 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 834 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 835 score: 0.5292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 836 score: 0.7148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 837 score: 0.6393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 838 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 839 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 840 score: 0.6801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 841 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 842 score: 0.6884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 843 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 844 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 845 score: 0.6151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 846 score: 0.6643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 847 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 848 score: 0.7933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 849 score: 0.8784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 850 score: 0.8396 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 851 score: 0.9038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 852 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 853 score: 0.9130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 854 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 855 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 856 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 857 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 858 score: 0.7765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 859 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 860 score: 0.8943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 861 score: 0.8559 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 862 score: 0.9021 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 863 score: 0.7617 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 864 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 865 score: 0.6304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 866 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 867 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 868 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 869 score: 0.8839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 870 score: 0.9311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 871 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 872 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 873 score: 0.8153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 874 score: 0.9271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 875 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 876 score: 0.7170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 877 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 878 score: 0.8750 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 879 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 880 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 881 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 882 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 883 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 884 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 885 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 886 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 887 score: 0.8853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 888 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 889 score: 0.8231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 890 score: 0.7132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 891 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 892 score: 0.6639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 893 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 894 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 895 score: 0.8821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 896 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 897 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 898 score: 0.8861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 899 score: 0.5738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 900 score: 0.8416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 901 score: 0.6671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 902 score: 0.6744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 903 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 904 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 905 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 906 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 907 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 908 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 909 score: 0.9236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 910 score: 0.8865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 911 score: 0.8462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 912 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 913 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 914 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 915 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 916 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 917 score: 0.8437 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 918 score: 0.7194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 919 score: 0.8714 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 920 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 921 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 922 score: 0.7934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 923 score: 0.8769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 924 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 925 score: 0.8680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 926 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 927 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 928 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 929 score: 0.6463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 930 score: 0.8716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 931 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 932 score: 0.7822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 933 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 934 score: 0.7255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 935 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 936 score: 0.8632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 937 score: 0.9563 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 938 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 939 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 940 score: 0.9129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 941 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 942 score: 0.9159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 943 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 944 score: 0.8736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 945 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 946 score: 0.7761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 947 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 948 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 949 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 950 score: 0.6283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 951 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 952 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 953 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 954 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 955 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 956 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 957 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 958 score: 0.8373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 959 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 960 score: 0.6599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 961 score: 0.7276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 962 score: 0.6954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 963 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 964 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 965 score: 0.5652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 966 score: 0.8088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 967 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 968 score: 0.7031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 969 score: 0.7509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 970 score: 0.9274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 971 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 972 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 973 score: 0.8690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 974 score: 0.7605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 975 score: 0.9266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 976 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 977 score: 0.8775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 978 score: 0.8262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 979 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 980 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 981 score: 0.8873 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 982 score: 0.7967 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 983 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 984 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 985 score: 0.8919 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 986 score: 0.8569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 987 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 988 score: 0.7909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 989 score: 0.5974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 990 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 991 score: 0.7205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 992 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 993 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 994 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 995 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 996 score: 0.9605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 997 score: 0.9523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 998 score: 0.7771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 999 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1000 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1001 score: 0.8244 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1002 score: 0.8591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1003 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1004 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1005 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1006 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1007 score: 0.8685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1008 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1009 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1010 score: 0.8963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en Segment 1011 score: 0.8536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-hi-en score: 0.8300 diff --git a/test-mr-en b/test-mr-en new file mode 100644 index 0000000000000000000000000000000000000000..0c405b752139a9b7863784d0d5161a5318230f4f --- /dev/null +++ b/test-mr-en @@ -0,0 +1,1012 @@ +He said, "We now have a 4 month window where there is no alcohol to be drunk. +Dr. Ehud Ur, professor of medicine at the Duluth University of Minnesota, and clinical and scientific director of the Canadian Diabetes Association Clinical Practice Guidelines, said the research is in the early stages. +Other experts, however, suspect that it is not the alcohol itself that is causing the concern, but rather the type of drinker who consumes more than 1 drink per day. +On Monday, Sara Danius, the permanent secretary of the Nobel Committee for Literature at the Swedish Academy, announced that the committee had decided not to award the 2016 prize to Bob Dylan, citing the difficulty of contacting him. +Danny said, "We're not doing anything right now. I've had a couple of conversations with his closest confidants and they're still trying to figure out what to do." +Previously, Ring's CEO, Jamie Siminoff, boasted that the company began when he noticed that his grandmother wasn't able to hear the doorbell when it rang. +He said he built a WiFi doorbell. +Simmons said that in 2013, following a shark tank episode in which the panel of investors rejected his pitch for funding, sales skyrocketed. +In the second half of 2017, the shopping television channel QVC featured Simonoff. +Ring had a falling out with the competition security company, ADT Corp. +If a practical vaccine against the Ebola virus becomes available, it has not yet been approved for use in the outbreak. +The antibody cocktail known as ZMapp showed promise in laboratory tests, but formal studies showed it was less effective than hoped at saving mice from death. +In the PALM study, ZMapp worked as a control, meaning scientists compared it to a placebo and three other treatments. +The U.S. Olympic & Paralympic Committee has endorsed the United States Olympic & Paralympic Committee's letter to the International Olympic Committee and has recognized the need for an Olympic family that promotes a safe environment for all athletes. +We agree with our athletes and the U.S. Olympic & Paralympic Committee that it is in the best interest of our athletes and our organization to move forward with a resolution, rather than litigation, and that is what we are going to do. +The U.S. supports the right of the Guatemalan people to pursue their aspirations for self-determination through a free and fair referendum that is conducted with the necessary and appropriate safeguards. +USA Gymnastics and the USOC have the same goal - to make gymnastics and other sports environments as safe, positive and empowering as possible for athletes to pursue their dreams. +In 1960, Brezhnev replaced Nikita Khrushchev as First Secretary of the CPSU and later as leader of the Soviet Union. +In the run-up to the 1976 election he called a real-life cartoon character, the National Security Adviser Henry Kissinger, "Henry the K," short for "Henry the Killer." +As NSA, he helped Carter navigate global crises such as the Camp David Accords, the normalization of U.S.-China relations in the 1970s; the Iranian Revolution, which brought the Islamic Republic to power in 1979; and the Soviet invasion of Afghanistan in 1979. +Ryan Gosling and Emma Stone's film, All the Money in the World, has received critical acclaim across all major departments. +Gosling and Stone received an Oscar nomination for Best Actor and Best Actress, respectively. +Other awards include Best Picture, Director, Screenplay, Actor, Actress, Supporting Actor, Supporting Actress, Original Score, Adapted Score, Original Song and Original Story. +The Odessey (The Fools Who Dream) and City of Stars from the film La La Land received 26 nominations between them - more than any other studio. +On Sunday, U.S. President Donald Trump announced that U.S. troops would be withdrawing from Syria "very soon." +Trump made the announcement shortly after speaking by phone with Turkish President Recep Tayyip Erdogan. +Turkey has also rejected calls for it to hand over ISIS fighters it has captured to face trial, saying they are a threat to its security. +It is only confirmed that Kim is a dinosaur, a theory that has been around since the 19th century, but details such as colour and the number of limbs are not known. +Experts say the creature's claws are reminiscent of the Chestnut-backed Chickadee and its tail feathers resemble those of the Eclectus Parrot. +The prosecution also presented evidence about the defendant's trip to Uttar Pradesh. +There is no evidence of a claw in the dinosaur's footprints, but there are other features of the footprints - grooves and ridges - that suggest that the claw may have developed later in the dinosaur's evolution. +The pyramids were not built for the pharaohs to be buried in, but rather to control the temperature or to show off. Archaeologists suggest that if the little pyramid was a tomb, then it would have been for a child pharaoh. +The study found that if the small dinosaur was upright, then it would have been a forerunner of the ostrich, and not the pigeon. +Two police officers have been killed and another twenty people injured in a car bombing in the Turkish city of Gaziantep overnight. +Eleven police officers were injured, the state police office said. +Police said their suspect is a black man in his 20s. +They found that the sun also works as a catalyst, just like the enzymes do on Earth. The enzymes' catalytic activity is extended by the sunlight, just as it is by the enzymes themselves, and just as it is by nothing else. +The Rosby number is used to calculate the viscosity and surface tension, which are properties related to the flow of plasma. +The Rosby number will be as small as possible subject to the constraint that the torque change be as small as possible. +He often clashed with his housemates. +He was ambushed by roadside bombers, shot at close range by Tibetan guerrillas, arrested in Nepal and deported from India. +The 802.11n standard operates on both the 2.4GHz and 5.0GHz bands. +So it will go ahead of 802.11a, 802.11b and 802.11g, although there are multiple radios on the base station. +802.11n is much faster than its predecessors and has a maximum theoretical throughput of 600 Mbit/s. +Duval, who has two children, said he did not have a close relationship with the man who raised him. +Asked about the comments, Miller said, "There's a lot of things that are said in the heat of a campaign. I don't know what he was referring to." +We are aiming to reduce carbon dioxide emissions per unit of GDP to below 2005 levels by 2020," he said. +They did not give a number for how much of China's economic output would be based there. +I urged developing countries to take the "early steps to phase out" subsidies that encourage "pollution and then pretend to solve it." +He went on to say that "their developmental stage, responsibilities and abilities should be taken into account, rather than just thinking of them as babysitters." +The Iraq Oil Report published today at 12.00 GMT. +This is a warning that no one should take lightly that under no circumstances can we give one inch on denuclearization, disarmament and establishing a peace regime on the Korean Peninsula. +The statement also called on the U.S. to comply with the International Covenant on Civil and Political Rights and the International Convention on the Elimination of All Forms of Racial Discrimination. +The statement comes just days ahead of a crucial meeting of the U.N. Security Council on Iraq, where the U.N.'s current sanctions regime is up for renewal. +His 78 visits to Iraq since 2003 made him the most frequently visited foreign dignitary in Iraq's modern history, and he was instrumental in helping to restore diplomatic relations between Iraq and its neighbors. +Current Senator and Arizona's first female, Cristina Fernandez de Kirchner, announced her intention to run for president at a rally in La Plata, a city 50 kilometers (31 miles) south of Buenos Aires. +Mr. Kyrczynier declared his intention to run for president of Argentina at the Argentinean National Theatre, where he was performing in 2005 as a member of the Buena Vista Social Club. +These churches began in part because of a vow by Caterina de' Medici to help and rebuild the land of the Cathedral of Notre-Dame; some wealthy patrons called it the "Cathedral of the New Orleans of the Poor." +The ambitious reconstruction plans have focused attention on Washington's man in Pyongyang, Kim Yong Nam. +More than five million people are expected to attend the parade in Rome. +The crowd was so large that it was impossible to get into St. Peter's without a ticket. +The stadium was packed to the rafters for what was billed as the event of the year, with large television screens dotted around the arena for those who couldn't get a seat. +Elsewhere in Italy, and across the world, arrangements were made for the funerals of the victims, many of whom were still to be identified. +Historians have tweaked the FBI's early rules to focus resources on cold cases, especially those involving unsolved civil rights era killings. +The Conservatives launched the fund in 2005 and vowed to recruit a special 10 agents to target pornographers. +Robin Uthappa scored 70 runs off 41 balls with 11 boundaries and 2 sixes. +Sachin Tendulkar and Rahul Dravid are among the middle-order batsmen who have performed brilliantly and taken responsibility in tough situations. +However, India needed to take only seven wickets to wrap up the match after Karunaratne's dismissal. +U.S. President George W. Bush arrived in Singapore on Nov. 16 for an eight-day Asia tour that will take him to Vietnam, China and South Korea. +Singapore's deputy prime minister, Wong Kan Seng, welcomed him and discussed trade and terrorism issues with Singapore's prime minister, Lee Hsien Loong. +Eight weeks after the midterms, Bush told viewers that he was concerned about the expansion of Asian trade. +Prime Minister Stephen Harper has agreed to send the government's 'Clean Air Act' to a parliamentary committee for review following a 25-minute meeting with NDP Leader Jagmeet Singh on Monday. +Letten has proposed a number of changes to the traditionalist's draft constitution, including calling for the traditionalist faction's constitution to be called a "preliminary and provisional draft" rather than a "constitution." +Federal government and some federal lawmakers are taking a dim view of the move by the Davenport, Iowa-based hospital to go it alone in fund-raising, saying it could be the start of a trend that undermines the work of the federal government and some federal lawmakers. +But Premier John Howard says the legislation is aimed at protecting the pharmacist's right to refuse to dispense the drug, at a cost of an extra AUD$45 million to the Tasmanian government. +According to the latest bulletin, tsunami waves are estimated to have reached speeds of 800 kph (500 mph), smashing everything in their path. +No major damage or injuries were reported in Tonga, but a tsunami advisory was in effect for the island, which lies about 2,300 miles (3,700 km) southeast of Tokyo. +The airport had reopened on Wednesday but was closed again on Thursday after a tsunami hit the coastline near the city of Palu. +U.S. President George W. Bush arrives to announce the nomination of Judge Brett Kavanaugh to the Supreme Court in the East Room of the White House in Washington, U.S., July 9, 2018. REUTERS/Yuri Gripas +North Korea's envoy to the United Nations, Ri Yong Ho, said the statement by Bush's spokesman Gordon Johndrow was "a big stride toward the denuclearization of the Korean peninsula." +Subtropical Storm Jerry has formed in the Atlantic Ocean, becoming the fourth named storm of the 2018 Atlantic hurricane season. +The National Hurricane Center says there are no immediate threats to the U.S. mainland. +The U.S. Corps of Engineers believes a 6-inch pipe could divert water from the damaged levee. +The new 20-foot-tall fountain, surrounded by palm trees, is now the tallest in Cumberland, surpassing the previous record holder, the Levee Overlook. +Water is flowing from one end of the 100-foot-long fence. +Commons adminsitrator Adam Koukoudias expressed his disappointment at the deal when speaking to Vincent Woolery last month. +He [Wells] started talking to us right from the beginning. First of all, it was about the legal reasons why, then it was about his artistic reasons for wanting to do it. +Social media hosts are now racing to prepare for the deluge of free content that will come with the community's move to a sexuality-based funding model. +Most of the work was theoretical, but the course was designed to prepare students for a PhD in particle physics at CERN. +Airborne particles and particles from long-term exposure to dust in the home can be studied using a device called an aerosol monitor. +The tides are caused by the gravitational pull of the Moon and the Sun on the oceans, just as the tides are caused by the gravitational pull of the Moon and the Sun on the atmosphere. +Scientists have successfully demonstrated that a qubit can behave like another qubit, as well as a classical particle. +The theory states that the most abundant elements in the solar system are located in the solar system's Oort cloud, which is a spherical shell surrounding the solar system at a distance of about 50,000 AU. +Photos from the scene showed palm trees swaying in the wind. +Local authorities are urging residents to stay home, close air conditioners and do not drink tap water. +Kiranotosaurus and Aegyptosaurus have been found in the project, according to the Japan Agency for Marine-Earth Science and Technology. +Officials feared the tanker might overturn or spill, possibly contaminating the site. +Dr. Tony Fauci has studied the extremely drug-resistant strain of tuberculosis (XDR-TB) in the province of KwaZulu-Natal in South Africa. +In an interview he said the new type of bomb was "extremely lethal and devastating." +Dr. Moylan said some patients may face problems in the hospital and that there were two health care workers among the victims. +In one year, an infected person can transmit the disease to 10 to 15 close contacts. +However, the number of XDR-TB cases is still relatively low; of the 330,000 people infected with TB in southern Africa, only 6,000 had XDR-TB. +Two spacecraft weighing more than 1,000 pounds and traveling at 17,500 miles per hour crashed into the Earth at 491 miles per hour. +The explosion was reportedly caused by a gas leak. +Scientists are still trying to determine just how large the asteroid is and what impact it will have on Earth. +The U.S. Defense Department's United States Strategic Command is investigating the Navy's request. +The findings of the planting analysis will be posted on the public notice board. +A doctor who worked at Children's Hospital of Pittsburgh in Pennsylvania is set to be charged with murder after the body of a baby boy was found in a trash can in his car, officials say. +Dr. Malar Balasubramaniam, 29, a T-shirt-and-shorts-clad tourist from Singapore, found himself at the center of a drug bust about 15 miles north of Blue Ash, Ohio. +He was struck by an Oldsmobile Interstate that was traveling about 500 feet away from him. +There, they found the body of a 53-year-old man with a gunshot wound to the head in a blood-splattered bedroom. +Police said the victim was dead for about a day. +The first case of the season was reported in late July. +The disease is transmitted by mosquitoes, which then infect humans through their saliva. +This fundraiser will help provide food, medicine, shelter and clothing to those who have been displaced by the floods in the most severely affected areas of India. +The government has also pledged to give the NHS an extra £20bn by 2023, which it says will help to prepare the health service for a potential no-deal Brexit. +The plan to get a lorry through the narrowest part of the canyon was hampered by funding shortfalls and other priorities, however, and the idea was shelved for the time being. +In 1956, Stenman moved to Sweden, where he worked as a postal clerk for three years before becoming a main Engraver at the Swedish Post Office. +He amassed more than 1,000 points for Sweden and another 28 countries. +His achievements are so numerous and detailed that he is sometimes referred to as the "greatest of the great" among athletes. Some consider him the greatest athlete of all time. +In 2000, David Clocker Ehrensvärd called it "one of Sweden's greatest achievements", which was listed in the Guinness Book of World Records. +They also featured prominently on notes issued by several countries, including the new Canadian $5 and $100 bills. +Gibson was taken to a hospital after the crash, but died a short time later. +The driver of the truck, who is 64 years old, did not suffer any injuries. +The vehicle was reported to have arrived at the scene just before 12:00 BST on Thursday. +A man who was working nearby told the Gazette: "There were a lot of kids hanging out there and they were all yelling and screaming." +It came out of nowhere. +Other aspects of the Bali agenda include pledges to protect endangered forests around the world and to help developing countries reduce emissions that contribute to global warming. +The United Nations hopes a fund large enough to help countries cope with rising global temperatures will be in place by next year. +Money can be used to buy protected houses, good water management and irrigation. +Flake said he tried to get the women to wait to talk about their health care concerns until after Kavanaugh's testimony. +She received a lot of positive feedback and encouragement from women and men alike, which led her to believe that birth control pills should be considered a medical necessity. +The injured man was taken to hospital where he remains in a critical condition and police have cordoned off an area of about 40 prison cells. +Prosecutors tried to convince the jury that the defendant should be held accountable for the deaths, but it was not immediately clear whether the jury agreed. +Prisoners started a fire between 10:00 and 11:00 BST at HMP, Yarlside. +Soon after, riot officers moved in and arrested the men, who were detained overnight in custody. +Firefighters brought the blaze under control by 11:35 last night. +After the dam was built in 1963, the floodgates were closed to allow the river to flow through the canyon. +This bird requires a habitat that is maintained and protected, in order to carry out its role as an ambassador for wildlife. +This has resulted in the extinction of the 2 species of marsupials and the extinction of the other 2 marsupials is probably inevitable. +If the water level rises just a few feet, officials fear it will breach the levee on the opposite side of the river, unleashing a wall of flood water. +No tsunami warning was in effect and the Jakarta Geophysics Agency said the quake did not have the potential to cause a tsunami because the magnitude did not reach 6.5. +With no tsunami threat, residents evacuated and began the process of assessing their businesses and homes. +While Winfrey was crying at the beginning of her speech, she made sure to tell her audience that she would be running. +It's finally going to be released. It's one part to be released and another new one to be released." +The final results of Namibia's presidential and parliamentary elections have shown that the incumbent president, Hage Geingob, has been re-elected with an overwhelming majority. +The ruling party, the South West Africa People's Organisation (SWAPO), also won a majority in the legislature. +The U.S. and Afghan soldiers went to the area to secure it and bring in other U.S. aircraft to help. +The accident happened in Donggala regency and is believed to have been caused by a volcanic ash cloud. +A rescue attempt is underway to find the crash site in bad weather and rugged terrain. +The Medical Council of India, the Maharashtra Medical Council and the World Health Organization have said that this is the best maternity care in the country. +A spokesperson for Medicine Sans Frontieres said: "The situation in Angola is very tense and the situation in Angola is very tense." +The game started at 10:00 BST on a beautiful summer's day and it was a full day of rugby for the 7s, with the finals taking place in the evening. +The top-seeded Djokovic began his quest for a 26th Grand Slam title with a 6-0, 6-0, 6-0 victory over Juan Ignacio Londero of Argentina in the first round. +South Africa, the only black African country to ever win a medal at the Summer Games, took bronze on Tuesday in the men's 4x100 meters relay. +His calmness under pressure, ball-striking ability and superb teamwork made him stand out from the rest and it is certain this team will be hard to beat. +The Amsterdam city and the Anne Frank Museum officials have said that the tree is infected with a fungus and that it poses a risk to public health. +He was due to appear in court on Monday. But he was instead taken to hospital. +The total length of all gates at the airport is 100 to 250 metres (328 to 820 feet). +The infrared image showed a temperature difference between day and night that suggested they might be volcanoes. +It will be cooler than usual for the tropics, and temperatures will dip into the 40s in the Desert Southwest. +Their metabolism, however, is not that of a warm-blooded mammal, but of an ectothermic, or cold-blooded, vertebrate," said Glenn Cushing, a geologist with the U.S. Geological Survey's Arizona Water Science Center in Flagstaff, Arizona. +Voting in France is a relatively short experience; voters go to a polling station, cast their ballot in a booth, and deposit it in a ballot box. +Officials confirmed the voter's identity before handing over the ballot and allowing the voter to take it into the voting booth. +The French electoral code requires referendums to be approved by a two-thirds majority. +Since 1988, voters have been required to show identification in order to cast a ballot, and poll watchers and observers have been able to see which voters cast ballots and which did not. +Candidates may be assigned to serve as witnesses for each part of the process. Volunteers may also serve as poll workers during early voting, on Election Day, or during the canvassing process. +The Asus Eee PC became the subject of church services around the world in June 2007. +But in 2007, the Republic of China on Taiwan's executive Yuan awarded the Taiwan Excellence Gold Award to ASUS, marking a significant change in the laptop computer user market. +The show's description on the station's website says it is "the new and provocative school radio show." +In its early days, the show was broadcast live on the Toggenburg Radio, a local radio station based in St. Gallen, Switzerland, and later on the long-running Internet radio site Radio Toggenburg. +In late 2015, Tognetti established the AstroNet Research Center. +The show initially featured a musical act, a Texas-based duo. +A riot broke out overnight on the Via della Conciliazione, the road leading to St. Peter's, with police firing tear gas to contain the melee. +A witness described the scene as "chaos" as people ran for their lives along a busy shopping street and shops were looted by customers and passers-by. +Many residents of Beijing accused the Southern Resistance of violating any regulations. +The Rugby Union Try Nations have been defeated by the All Blacks (New Zealand) in the Rugby Union Tri Nations match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +Ole Gunnar Solskjaer's men held a 21-20 advantage at the end of the day, with the All Blacks having won 15 of the previous 16 meetings between the sides. +For Springboks, he ended as the all-time leading try scorer. +It was a battle for all the marbles, as he held a two-shot lead going into the back nine. +The final match of the series will be played at Ellis Park in Johannesburg, when Springboks face Australia. +A medium earthquake hit West Manteo at 10:08 a.m. on Monday. +The U.S. Geological Survey and its National Earthquake Information Center did not immediately report damage. +The epicenter of the quake was 20 km (15 miles) north of Dilong in North Maluku province and 66 km (40 miles) southwest of Palu on the island of Sulawesi. +Tests have confirmed that a dead wild bird found in Leon near the French border with Spain on Monday was infected with the highly pathogenic H5N1 bird flu strain, the French agriculture ministry said on Wednesday. +France is the seventh largest country in the European Union; it already borders Austria, Germany, Slovakia, Belgium, Greece and Italy. +There have been no confirmed cases of H5N1 in Croatia or Denmark. +Chambers described the god as "the personification of death, destruction and the end of life for millions of people." +Chambers, a conservative, argues that the case is "ripe" and that "anyone can sue anyone." +The story told by Camille Saint-Saens in his French opera Samson et Dalila is that of a man "destined for greatness because of his drug-fuelled lifestyle and love for Japan." +The performer stands on the stage and encourages the audience to join in. +Former Speaker Nancy Pelosi and Rep. Michelle Bachmann, D-Minn., joined the quartet on the fourth, fifth and sixth floors of the Capitol. +Following his release, Gingrich called Santorum's comments about him "unfortunate rhetoric" and said he would have a "serious conversation" with his wife about it. +Perry said, "I'm going to Texas tonight to see the Cowboys play and I've got a few routes I'm going to take to get there," but then added that he would be staying overnight and heading to the South Carolina primary on Jan. 21. +Augsburg's Bachmann made a decision to stay put in August. +The photographer, Ronaldo Regan, was taken to the UCLA Medical Center, where he later died. +He was in his 20s when he died. In a statement, Baye said, "I do not have the words to describe my thoughts and prayers for the family as I grapple with the senselessness of this tragedy." +Entertainment reporter for the website TMZ, who was on scene, said the photographer was trying to get a picture of police stopping traffic on Olive Avenue, just west of Sepulveda Boulevard, to let a California Highway Patrol officer through, when the man jumped into the officer's car and tried to drive away. +The driver of the vehicle that struck the photographer is believed to have fled the scene, according to police. +Many countries failed to make it onto the medal table, with only eight medals available to be won on day one. +Ana Jokic won silver in the women's 4x100m relay in the Kuala Lumpur 2017 Southeast Asian Games, and Katarina Sreckovic won bronze in the women's 400m individual medley. +Australia's Michelle Gorley came into the men's singles super-G in sixth place and Czech rival Ondrej Jankovec held down the sixth spot in the men's super-G standings. +Alejandro Valdes of Mexico came in second in the men's singles super-G, followed by Adam Hall of New Zealand in third. +Poland's blind skier Krzysztof Skierczynski and guide Anna Ogrodzinska took bronze in the men's visually impaired super-G. South Korea's Jong Seo-hyung took bronze in the men's visually impaired super-G. +The UN peacekeepers who arrived in Haiti after the 2010 earthquake have been accused of starting a cholera epidemic that killed more than 10,000 people. +According to the report, the Artibonite River, a tributary of Haiti's largest river, the Grande Rivière du Nord, has seen a surge in crocodile sightings. +Before enlisting, Hayes did not have a history of mental health issues. +The Haitian judiciary and the Inter-American Commission on Human Rights have asked the U.N. to send peacekeepers to Haiti. +The United States' expert on the disease, Danielle Lantagne, said it could be caused by contaminated drinking water. +Hamillton confirmed that the patient was being treated in a stable condition at the Royal Infirmary of Edinburgh Hospital. +The patient had traveled from Liberia, where Ebola cases have been reported. +The hospital introduced a regime of isolating patients to prevent the spread of infection. +The Simpsons star has worked on a number of projects away from the show. +In the 1980s he worked on the TV shows Taxi, Cheers and The Tracey Ullman Show. +In 1989 he helped Simpson prepare for his testimony in his trial for the murder of O.J. Simpson and was also on the stand as a character witness for Simpson. +After retiring in 1993, he continued to hold the title of executive director and received a salary of US$1 million per year until his death in 2006. +Zheng He, a Chinese admiral in the 15th century, reportedly had a fleet of 300 ships. +The plane then received a bomb threat and was diverted to Kandahar in Afghanistan, according to reports. +The first report said the plane had landed in Afghanistan after being denied permission to land in Uzbekistan. +Air accidents are common in Iran, where the country's ageing and poorly maintained fleet of aircraft has contributed to a high death rate. +International sanctions do not prohibit the purchase of new aircraft. +Three people died and three others were injured in a helicopter crash in New York early Saturday, authorities said. +Last month, Iraq suffered its worst aviation disaster when a Russian-made cargo plane crashed shortly after takeoff, killing all 168 people on board. +At least 182 people have died after an earthquake hit the Indonesian island of Sulawesi, triggering a tsunami. +Aerosmith Cancels Concert Due to Illness +The rock band was scheduled to visit the U.S. and Canada starting Sept. 16. +Lead singer Steven Tyler cancels Aerosmith's tour after falling off stage and injuring himself +Murray won his first set in the tie-break after the two men traded breaks in the sixth game of the second set. +Daley had the better of the opening exchanges, but a Tyrell Gomez tyre infringement on 6-6 levelled the tie. +Potteron received treatment on the sideline, but was able to return to the game. +The event began at 8:30 p.m. local time (1500 UTC). +The country's top singers performed songs or devotional songs dedicated to Mr. Shyam Charan. +Singer Sonu Nigam started the event in the morning, followed by Jay Shankar Prasad. The choir, led by Raju Khandelwal, also performed. +Lucky Singh then took to the stage to perform a song. +The 108 herbs (56 medicinal plants in Ayurveda, including spices, roots, leaves, nuts, etc.) were brought to Babu Shyam by his father. +Lucky Singh also performed the Chappan Bhog song. The singer, Raju Khandelwal was also present there. +Nintendo of America president Reggie Fils-Aime revealed the controller design for the company's new Nintendo Switch console during a presentation at the Tokyo Game Show on Thursday. +Similar to television remotes, the two sensors on either side of the controller are used to point and select from a menu of three options on the screen. +This allows the player to control the actions and movements of the diva in the video game. +Karl Ficke's car ploughed into a table on the terrace and smashed into the restaurant. +Fernando Alonso's McLaren team-mate Stoffel Vandoorne qualified ahead of the Spaniard in most races, but the Belgian struggled to match Alonso's pace after his pit-stops. +Michael Schumacher was unable to match Alonso because of the damage the Spaniard inflicted in a series of wheel-to-wheel battles. +She's very cute, even with the glasses," he said in an interview with a newspaper. +While waiting for the results, I went out for a walk. +Within three minutes of launch, the on-board cameras captured hundreds of pieces of debris falling away from the rocket. +However, they are not believed to have caused any damage. +NASA astronaut Terry Virts said "we were worried it was going to rain on parade" when the shuttle program was canceled. +Within 5 minutes the wind was up to gale force, and within a minute was gusting to 70 km/h (43 mph)... and then the rain came, big fat drops smacking into your face, people running for cover, umbrellas blowing inside out, garbage cans tipping over. +I was with my daughter and her friend and we were on the walkway 20 feet from the vehicle, people were screaming and running," said Armand Versace. +NHK also reported that a nuclear power project in Kashiwazaki, Niigata is also being set up. +Hokuriku Electric Power Company said it had shut down the No. 1 and No. 2 reactors at its Ikata nuclear power plant, citing a tsunami advisory issued after the quake. +Nearly 9,400 homes and 100 businesses in the area are without power, according to Duke Energy. +Some roads are impassable, Amtrak service has been suspended in the affected area, and the airport in Ishigaki is closed. +A bomb exploded outside the Governor General's office. +Another bomb exploded near a government building in Davao within two hours. +According to some reports, the death toll has risen to 8 and 30 people are injured. The final death toll is still unknown. +Both Clostridium acetobutylicum and Clostridium methanogenes were found in the faeces of dead pigs fed on spoiled food. +Two of the crystals are needed to react in order to produce the enzyme that breaks down milk, scientists have said. +Researchers found crystals were ready to form in melamine and cyanuric acid mixtures. +These molecules are identified by comparing the spectra of the affected cells to those of normal cells, using infrared spectroscopy (FTIR). +We knew it wasn't right, but most of the stuff coming out of the Midwest in the U.S. is duty-free. +Eight states in the U.S. Midwest still recovering from devastating floods. We care about you. +I didn't see anything in it; it's not appropriate. +We just tell people, if we give you a document, bring it back to us. +California Governor Arnold Schwarzenegger has signed into law a bill banning the sale or rental of violent video games to minors. +The legislation would label violent games sold in California as "18" and require minors to have a parent or guardian buy them for $1000 each. +Kier Starmer, the shadow public prosecutions minister, has today announced he will be standing in the race to succeed Jeremy Corbyn as Labour leader. +Hoon has been given a peerage and will enter the House of Lords as Lord Hoon of Toxteth in his home city of Liverpool. He is expected to take on the business minister role vacated by Lord Mandelson. +Hunnicutt and Price are scheduled to appear before a Westminster magistrate court on Feb. 16. +25-year-old Nicholas Alden and 21-year-old Zachary Cuddeback died. Cuddeback was a driver. +Agar Vagula's try and conversion gave the home side a 7-0 lead at the break, with Christophe Snayders' face-up tackle preventing the visitors from adding to their tally. +Yuka's weapon failed on the fifth floor, allowing Schindler to escape. A part of the elevator was missing, and the doors did not shut all the way, allowing Schindler to escape. +Schneider posted a video link to his USF homepage. +On Wednesday, Carpentier took part in the 2-person relay event at the Championships. +Sullom was her first title, where she said 'I couldn't believe it, I couldn't believe I'd won.' She won 116-36 in that match. +Her other victories, in the 400m individual medley, 200m butterfly and 4x100m medley relay, came in a time of 4:41.30, 2:11.60 and 1:09.02 respectively, less than a second off the Australian duo of Cate Campbell and Bronte Campbell in the 4x100m medley relay. +Four Sky Sports pundits did not make the cut in the women's top 10 and just 46 of the 117 Sky Sports pundits in total made the list. +Police recovered the stolen laptop and mobile phone. +Deputy Inspector General of Police Ary said, "We have arrested 5 Swiss women and seized their mobile phones and laptops." +The defendants' names are Baba Conde, Boubacar Conde, Rampo Conde, Gaoussou Conde and Vishnu Conde. +Police Commissioner Chandra Shekhar Solanki said the accused had surrendered before the court. +No one was injured when the car crashed into the house, which was occupied by three people. +But the driver escaped with minor injuries. +The road was closed to traffic while emergency services dealt with the scene, but the driver of the lorry was being treated for minor injuries. +He was treated at the James Paget Hospital in Great Yarmouth. +He was later discharged from Addenbrooke's Hospital, Cambridge. +Adekoya is currently in Edinburg Sheriff Court, charged with his son's murder. +She has been accused and convicted of lying. But her testimony that Kavanaugh drunkenly assaulted her at a high school party is credible because it is corroborated by details that only she could have known. +There is a similar procedure in place elsewhere in the UK but the Scottish judiciary operates a different approach and courts are unlikely to publish photographs from previous hearings. +Dundee University's Professor Pamela Ferguson said: "If the press were to publish photographs of a suspected criminal it could be argued that they are acting as the 'eyes and ears' of the public." +The Crown Office, which oversees prosecutions, said it would be inappropriate to comment while proceedings were ongoing. +According to the agreement, the border should have been based on the lines in effect in the Palestinian territories in 1967, before the Middle East war. +Jerusalem is also claimed by the Palestinians, who want it as the capital of a future state, and Jordan, which annexes the East of the city. +Israel has demanded a 10-year withdrawal period after signing a peace deal, while the PA has insisted on a five-year period. +While assisted postal voting forms are being sent out for the local elections, the shooter in Finsbury Park has been named as Darren Osborne. +The NPWS and the Sporting Shooters Association of Australia (NSW) Incorporated, in partnership, have employed volunteers to work within the Sporting Shooters Association's shooting program. +The four shooters chosen for the first shooting operation, according to park conservation and heritage actor Mike O'Flynn, have received security and training briefings. +Marthelin took the oath in the new provisional Electoral Council of the Nine (CIP) members. +This is Marte's fifth CEP in four years. +Last month, a presidential commission recommended that the former CIP chief be appointed as part of a package of proposals to revamp the country's electoral system. +The October protests were a response to the Martelly government's crackdown on dissent. +Some of the violent protests were not new, having taken place as recently as 2011. +Six hundred iPods have been reported stolen in a series of thefts at six different locations, and four people have been arrested in connection with the thefts. +Japan's Ministry of Economy, Trade and Industry (METI) said it knew of 27 cases related to the device. +Last week, METI announced that Apple was reporting 34 additional overheating incidents, which the company called "non-conforming." +The ministry has described the move as a "grave violation" of the agreement. +The quake hit just before 07:19 local time (09:19 GMT Friday). +The Northern Mariana Islands' Office of Disaster Management says there are no reports of damage to the country. +The Pacific Tsunami Warning Center said there were no signs of a tsunami. +A former Philippine police officer has been arrested in Manila, the capital of the Philippines, after a bus full of tourists from Hong Kong complained that he had stolen their luggage. +Rolando Mendoza fired his M16 rifle at the tourists. +So far, several survivors have been interviewed and six bodies have been recovered. +Six Ollie's employees, including two minors, were arrested and charged with felony theft. +The photographer managed to get a shot of the elderly woman as she made her way through the market. +Lygonson moved into the medical field, working as a physician's assistant on his wife's practice. +He trained as a midwife and began work in 1959 at the National Women's Hospital in Auckland. +While working in the hospital, Liggins began researching the effects of oxytocin, the hormone released during childbirth. +Research has shown that if allowed to give birth naturally, the hormones produced during labour will induce the uterus to contract. +Shinhua reported that on Wednesday government investigators "short circuited" two "block box" flight recorders. +The six-time major winner also paid tribute to Luna. +Tommy Dreamer said, "Luna was the best thing that ever happened to me. My first manager. Luna was a 2-time hall of famer. There will never be another one like her." +Dustin "Goldust" Rhodes commented that "Luna was so unique...maybe even more so than me. I loved her and wanted to bring her back." +Of the 1,400 Australians who voted in the 2010 federal election, 8 per cent identified as Indigenous, up from 2008's 7 per cent. +Julia Gillard, then Australia's deputy prime minister, claimed during the 2010 federal election campaign that the Liberal Party wanted to privatise Medicare. +Of the 34 people who participated in the vote, 33 voted in favor of Ranieri Elizaabeth II, Australia's current head of state. +Asked about the referendum, 29 per cent of those surveyed said they believed Australia should become a republic, while 31 per cent said they did not think Australia should ever become a republic. +Olympic gold medallist Wayde van Niekerk was due to compete in the 100m and 200m sprints and the 4x100m relay, but his participation is in doubt after he suffered a serious knee injury. +Because he was ineligible to play, he was not allowed to take painkillers to ease his discomfort. +Kurtis Cooper, a mathematician and professor at the University of Central Missouri, found the largest known prime number on January 25. +Many people began searching for the truth and reporting it on Thursday using different hardwares and softwares. +Hurricanes can be a source of precipitation that falls to the Earth's surface as rain, which can nourish and sustain life. +Scientists hope to understand how planets form, in particular how the Earth formed, when the solar wind was much more intense. +Kim Jong-un, 33, took over as state leader in 2011 and marked the anniversary of his rise to power last month by pledging to never give up the country's nuclear weapons unilaterally under any circumstances. +He called the move "political grandstanding and pandering." +He was expected to run for president in 2016. +According to the FAA, the Nestgen system can save up to one million gallons of fuel annually and reduce carbon emissions by as much as 2,000 tons per year. +Air traffic controllers rely on radar-based technology to direct planes and to give pilots more precise information about where they are and where they are going. +There are no additional shuttle buses and the Overnight Train to Wembley is not available and car parking, park-and-ride facilities are not available at the stadium. +The threat of a boycott by the club's supporters would have been heightened by the prospect of the game being played behind closed doors. +Ecuador's Galapagos Islands are set to publish a study in the journal Science on Friday about the discovery of new species of marine insects. +Researchers at Princeton University in the United States and the University of Uppsala in Sweden say the new species evolved in just two million years, but the process may have taken longer because of the diversity of the Darwin's finches, the giant finches and the immigrant cactus finches on the islands of Floreana, Isabela and Fernandina. +Sonya can come in a variety of sizes. They can be small enough to fit in the palm of your hand. +This can be made into bars, which can be rolled into balls and coated in chocolate, or made into cookies. The dough can also be rolled into balls and coated in coconut. +These can be made to be very small, and can also be embedded in other metals. They can be made so small that they can only be seen using a microscope called a "scanning electron microscope". +It's called pH. You can make an indicator by using red cabbage. +The color of the blood varies depending on how common or fundamental (alcoholic) it is. +The concentrations of hydrogen ions (H+) in a solution are expressed in terms of the pH scale. +Hydrogen ions are protons that have been stripped of their electrons (since hydrogen in water is both a proton and an electron). +The 2,000 pound pig let out a squeal and trotted over to the man, who then petted the animal. +Your palm-sized Olava will react with water, giving you a fun experience and a type of gel. +Every home in the cities of Hadappa and Mohenjo-Daro had a flush toilet, which was connected to an advanced drainage system. +The Greek islands of Crete and Santorini are dotted with the ruins of Minoan palaces. +The ancient Egyptians, Persians, and Chinese also had bathhouses. In Roman culture, bathhouses were sometimes part of public buildings where men and women would bathe together. +You use a satellite when you call someone who is a thousand miles away. +The rocket separates into stages and falls back to Earth one by one. +The satellite was launched into space aboard a rocket. Scientists use telescopes in space because the atmosphere blocks some of the light and heat from the stars and planets. +A rocket more than 100 feet tall is required to put a satellite or spacecraft into orbit. +Chaka has changed the way the world looks at music. The most significant thing Chaka has done for herself is to become more comfortable and confident in her own skin. +This allowed us to obtain resources for our rail, car and other transportation needs. +They have medium-sized bills that are slightly decurved at the tip and medium-sized feet with medium-sized claws. +Finally, there are many small mammals (besides bats) that eat insects, including the hedgehog, mole, shrew, and many species of birds. +Their success is down to a unique mindset, a special way of thinking that sets them apart from everyone else. +The lion is the most social of cats, living in large groups called prides. +A pride is a group of three or more related male lions, along with their associated females and young. +Women often have closer relationships with each other than they do with their husbands and children. +Singles are longer and more slender than their relatives the bear and the raccoon, and their claws are more like those of carnivores than herbivores. +A fully grown crocodile can weigh a tonne (that's very heavy), be as long as a bus, swim with its eyes closed and be five times stronger than an adult human. +The wolf is the species of the canids (family Canidae) that includes dogs, coyotes, and jackals. Only the four canid species in the genus Canis are considered true wolves. +The roar of a tiger does not sound like a lion's roar, but is more like the roar of a large cat, such as a leopard or ocelot. +Ocelots hunt small animals. They can catch rodents, bats, birds, and even fish. Ocelots are the smallest cats that hunt their own prey. +Scientists think that the ocelots hunt and patrol their territories to let other animals know they are there to be avoided. +They can also be found roaming the grounds of their owners at night, and are easily tempted by a bowl of milk left out for them. +A small group (less than 10% of the population) of the animals will eventually find their way back to the area from which they were taken, either by wandering back or by being moved by humans (e.g. when they escape from a zoo or are moved to a new enclosure). +These new habitats have different sources and new competitors, so the new populations often have different selection pressures than the populations they are derived from. +There has been no change in the overall population, they still require the same level of care. +During the night, the new population begins to move into their new habitat, so they appear to be fewer than they really are. +Eventually, after thousands or millions of years, the two populations become so different that they are no longer considered the same species. +We call this process evolution, which has the only real meaning that new species are formed. Evolution has a large part to play in the history of India. +Plants produce oxygen that humans breathe and take in carbon dioxide that humans exhale (that is, breathe out). +Trees make their own food using sunlight and carbon dioxide. They also give off oxygen. +You use plants to make your home and clothes. Most of the food you eat comes from plants. Animals can't live without plants. +Moussaoui was the highest-ranking al-Qaida figure to be tried in a U.S. civilian court since the Sept. 11, 2001, attacks. +His long beard was filled with more than 70 locks of hair, his head adorned with an extravagant headdress, signifying that he was on a pilgrimage. +We don't know for sure, but it may have been a catamaran. His diet consisted of coconuts, pig, other mammals, and perhaps even fish. +He attacked anything that swam in the water; even the mighty Tyrannosaurus Rex would have had trouble competing with him. +Many of their dishes will be familiar, but the Roman menu also contains some curious and exotic ingredients, including wild boar, pork, goat and a type of underground truffle known as the Tuber Magnatum Pico. +There was also a difference in that where the poor and women ate together, the rich ate separately, where they enjoyed the pleasure of eating together. +Ancient Roman banquets could not have included food from the Americas or Asia as they did not arrive in Europe until the following century. +For example, they didn't have tomatoes, potatoes, cocoa beans, and no ancient Roman ever set foot in Turkey. +The Babylonians built the first ziggurats for their gods who were believed to live in temples. +People bring items to be dedicated to the gods, participate in festivals and processions to fulfill the requirement of worshiping the gods. +Each temple has a sanctum sanctorum, and only priests are allowed into the innermost part of the temple. +Sometimes they were built as part of a temple complex, as were the pyramids at Zihuatanejo. +The top of the tower was a special place for God. +In the warmer climates of the Middle East, homes are not as important. +The Hebrew family lost most of their possessions. +Women are self-sufficient in the home; shops have open counters on the street. Wood is used to build houses. +There are no large forests on the island of Kauai, so the lava is very rare. +Greenland became a territory of Denmark. Erik the Red sailed from Iceland to Greenland and named it Greenland. +But he did not celebrate his discovery, as the Eskimos had already been living there for thousands of years. +While each country is "Scandinavian" in some sense, the peoples of Denmark, Sweden, Norway, and Iceland have differed in language, culture, and history. +If you watch the National Traveler, you might have noticed a map of the Declaration of Independence on the back cover. +But that's not true. Although some are written on the palm, it is not a map of the hand. +The last line of the Declaration of Independence read "And for the support of this Declaration, with a firm reliance on the protection of divine Providence, we mutually pledge to each other our Lives, our Fortunes and our sacred Honor." +Who made it, who knows, but what is known is that in its early years, it was brought in to replace large format cameras (29.3/4 inches to 24.1/2 inches). +However, this may just be a label that is being slapped on. +The D-Day landing and subsequent battles brought freedom to France's north, but it would be another two years before southern France was liberated. +They called it "Vichy" after the French state that collaborated with the Germans in 1940 and worked with the invaders. +On 15 August 1940, Allied forces invaded Southern France, which was called the "Operation Dragoon". +During the two extraordinary days, the American and French forces met the German advance head-on near the French town of Fère-en-Tardenois. +Culture is the shared beliefs, values, customs, and arts of a group of people, which are passed on to future generations through socialization. +The word civilization comes from Latin civis, meaning citizen, and civitas, meaning city-state. +The city was once the capital of the country. The ruins of the ancient city remind visitors of a sophisticated urban culture, a rich cultural pool, and a suitable environment. +Without historical records, little is known about the small culture and it is difficult to distinguish it from the culture known as the Olmecs. +During the Revolutionary War, your states formed a loose confederation - only Congress had the power to declare war. +Congress did not have the authority to enact the law, and because it was not ratified by the states, it was not binding on the state officials who enforced it, often collaborating with the Nazis. +He did not have the authority to sign off on the contract between the states. +The legislation required all states to agree before it could take effect, and none of the states involved took the issue to the U.S. Supreme Court, which might have struck it down as unconstitutional. +Italy's national football team is one of the most successful in the world, having won the FIFA World Cup in 2006. +Popular sports include football, basketball, volleyball, water polo, fencing, rugby, cycling, ice hockey, roller hockey and F1 motor racing. +Winter sports are most popular in the northern province of Trentino, where Italians take part in international competitions and Olympic Games. +Japan has more than 7,000 troops (the fourth largest in the world) and is the world's seventh largest arms spender. +Japan is often referred to as the "double island" due to its geographic isolation from the rest of Asia. +The Navy's beginnings go back to the early 15th century, when European sailors called it the Ilha Formosa, or Beautiful Island. +In 1624, the Dutch East India Company established a trading post at Tayouan, introducing change to the native production methods and hiring Chinese workers to work on coconut and sugarcane plantations. +In 1683, the King of Tonga (1644–1912) conquered parts of the western and northern coasts of Taveuni, and in 1885 Taveuni was declared a province of the Kingdom of Tonga. +In 1895, after the First Sino-Japanese War (1894-1895), the Qing government ceded the Liaodong Peninsula to Japan, on which it established the state of Manchukuo until 1945. +The Machu Picchu citadel, The Temple of the Sun and the Room of the Three Windows are the three main structures within the Machu Picchu complex. +Most of the buildings have been rebuilt in a similar style to how they would have looked in the past. +Between 1976 and 2008, Machu Picchu underwent a thirty-phase restoration and is still ongoing. +For example, the world's most common film format is 35 mm, which was the standard format of Hollywood's golden age of cinema. +It's ready now, but the important thing is that its lens has been sourced from the Digital Camera Image Sensor Formats group. +The 35 mm format is slightly wider than the 36 mm format but slightly narrower than the 24 mm format. +The Formaldehyde Resin (commonly referred to as "Resin") is understood to be 3:2. +Many common formats (e.g., APS family formats) are similar or even identical to this one. +The third-person singular and plural forms are easy to remember, since they are identical to the possessive determiners in English: my, your, his, her, its, our, their. +This says that the most effective area for the main topic is in the middle of the page, and that the headings should be on the left-hand side of the page (see example). +During this period of European history, the Catholic Church, which was wealthy and powerful, began its decline. +Thousands of years ago, Christianity united the European states, even though they differed in language and culture. +His generalship affected everyone from the king to the lowliest commoner. +One of the most important elements of Christianity is wealth: it is used to alleviate poverty and to fund the work of the church. +More than a thousand years ago, the central authority of the church was in Rome, and because of power and wealth, many asked whether this theory was true? +After the invasion of Poland, Britain declared war on Germany. +These naval blockades were effective because, while many international agreements were signed in the past two decades, enforcement of those agreements has been hampered by a lack of significant naval and ground forces. +Britain has sent a warship to the International Waters (part of the ocean that belongs to no country) to enforce a ban on ships entering a part of the ocean. +As a result of the protests, Germany had also expected a backlash from its unilateral nuclear disarmament. +During the 1920s, most citizens and nations had a positive view of peace and neutrality. +After the atrocities and horrors of the First World War, all nations expressed a desire to avoid such a situation in the future. +In 1884, Tesla moved to the United States to accept a job with the Edison Company in New York City. +He moved to the U.S. in the 1940s, earning a Ph.D. from Thomas Edison State University (formerly Thomas Edison State College) in New Jersey and a doctorate from Charles Batchelor (formerly Charles Batchelor College). +Ancient China had a unique way of showing the passage of time; each dynasty or ruling family had its own distinctive style. +There was also a period of instability within each dynasty, with the best known example being the Three Kingdoms period of the 3rd century, which lasted for 60 years. +During this time, many Rajputs lost their lives in battles against the Mughals. +The three kingdoms of ancient China were one of the most densely populated areas in the world, with millions dying in battles for supremacy on the Great Wall of China. +There are many social and political influences that contribute to the belief that the country is not a democracy, such as the use of the metric system, the perception of corruption, nationalism, and the belief that the country is not a dictatorship. +Even after the revolution, many business opportunities were available to the white male applicants, most notably and successfully. +Heck is also running for re-election because he is based in a district that favors Republicans. +The French colony also inspired many other developing countries to start their own independence movements. +Muhammad had a great interest in the affairs of this world. He was known as "al-Nur" (the Light) and "al-Hira" (the Caravanserai) to the people of Mecca. +He spoke for more than an hour, offering a vivid portrait of Muhammad's spiritual power. +The mosque stands alone on a hill overlooking the city on the north side of Mecca. +A shopper, who did not want to be named, said the store was "completely trashed" when he arrived for work this morning. +There is a small part of the world that can be seen or visited from the ground. Today's mountains and valleys and the beautiful skies above them are all that is left to be seen from the ground. +The Great Pyramid of Giza is one of the Seven Wonders of the Ancient World that is still standing today. +The Great Pyramid is one of several large pyramids built in the Fourth Dynasty of ancient Egypt. +The Valley of the Kings or "Valley of the Tombs" in Egypt contains many tombs (of which the Great Pyramid is by far the largest), many small pyramids, many temples, and the Great Sphinx. +The great pyramid was built to be the final resting place of Pharaoh Khufu and many smaller pyramids, tombs and cemeteries were built in the area surrounding it. +The "up boots" resembled a V and the "down boots" resembled a step or an inverted V. +On the bow, you start from the stern and work your way forward, and on the stern, you start from the bow (where you hold the tiller with your hand) and work your way aft. +Up-bow produces a higher pitched sound, while down-bow produces a lower pitched sound. +You can freely change the symbols in your own font, but there are glyphs reserved for musical symbols, so they need to be considered important. +King Louis XVI, along with his wife Marie Antoinette and their two young sons (11-year-old Louis-Charles and four-year-old Thérèse), and the king's sister, Princess Élisabeth, were executed by guillotine on 17 October 1793. +In Carezeme, the king and queen passed through the Parcay-Marcillac vineyards on their tour of the Loire Valley. +People joined the king and queen on the balcony of their car as they waved to the crowd. +A member of Varsity's security staff was punched in the face by a man who had been ejected from the venue. +The cost of the Philippine–American War of 1899 was borne by the Filipino people. +Wall Street banking giant JPMorgan Chase & Co. has agreed to pay a $700 million fine to the U.S. government to settle charges that it failed to comply with federal anti-money laundering laws by not filing thousands of suspicious activity reports. +In other words, the long-term benefits of the Philippine people's alliance with the U.S. would outweigh the short-term benefits of American imperialism. +It is necessary to understand the reference in order to understand the temple. +The event is generally referred to as the High Middle Ages in European history, spanning the 11th, 12th and 13th centuries (AD 1000–1300). +The High Middle Ages followed the Early Middle Ages and preceded the Late Middle Ages, which ended around 1500. +The philosophy of science is the study of the nature of scientific knowledge, the methods by which that knowledge is pursued, and the relationship of science to other ways of pursuing knowledge. +Most of the detritus from the Dyatlov Pass tragedy consisted of two common-sense hypotheses: that the development of technology follows its own cultural or political path, and that the "influence" of technology on society, viewed through a social lens, is intrinsic. +For example, perhaps the motor car made the roads safer. +However, the roads are not economically viable for tourist traffic, so the production of many new products has been developed to reduce the cost of the car. +The number of crashes involving car owners was also higher on the roads, with paramedics called to treat injuries ranging from cuts and bruises to broken bones. +Cultural determinism was a large part of the romantic movement, being espoused by writers such as Goethe, Fichte, and Schlegel. +In the context of the Rwandan genocide, the geographic situation of the country made it difficult for outsiders to intervene, as the country was landlocked and surrounded by allies of the perpetrators. +Currently known as the fashion capital of the world, Paris was once considered the fashion capital of Europe. +The monastery was founded in the 4th century and flourished until the 11th century. +The situation worsened during the Baroque period, when crucifixion scenes and dishes decorated with motifs such as the crucifixion were more expensive than the value of the food they decorated. +It was the time when fashion capital's title was snatched away from Paris. +The Gothic style flourished in the 10th - 11th centuries and in the 14th century. +Early Byzantine culture had a profound influence on the Slavs. +But Western-style democracy could have waited another 25 to 30 years, he said. +During the Middle Ages, Europe developed its own style of clothing. The Crusades brought back silk from the Middle East, which was used to make clothes. +Veganism is the practice of abstaining from the use of animal products, particularly in diet, as well as following an associated philosophy that rejects the commodity status of sentient animals. +Agriculture is the process or system of farming, including cultivation of the soil for the growing and harvesting of crops or the rearing of animals. +Historically, many animals have been domesticated as livestock, and in many developing countries this is still the case. +Asylum is granted to individuals who are persecuted on account of their race, religion, nationality, or membership in a particular social group, and who are unable to obtain protection in their home country. +Titles, nobility, rank, place, and/or the style of an MP may vary. +The decoration may consist of elements of different languages, beauty, religion, sexuality, geography, or a combination of these. +The culture's parliament had a unique and symbolic style, which included fashion, choreography and even sign language. +One of the most common methods used to illustrate the importance of socialization is the story of a young boy who, growing up without human contact, was not taught any manners and behaved in a crude, uncivilized, or even criminal manner. +These children are called "runaways" or "street kids." Some runaways have been kicked out of their homes (often by their own parents); in other cases the parents have simply given up on the child. +Children may also be at risk of encountering gang violence or physical intimidation before they even join a gang. +Others are believed to have been killed by animals; some were said to have died in the jungle themselves. +The emotional bond between a child and the animal they grow up with can be just as strong as the one they form with other humans, researchers have found. +Based learning is easy to learn and more enjoyable than rote memorization. +Scrum is not a methodology, but rather a framework within which complex adaptive systems can be studied, understood, and managed. +The navigator may also be either fictional or real, as in the case of the short papier-mâché mannequin that sits in the cockpit of a Microsoft Office flight simulator. +Scholarships are awarded internally at Vanderbilt and are designed to clarify a process that is often confusing to applicants, to encourage students to consider Vanderbilt, and to help defray the cost of attending Vanderbilt. +Children are often placed in detention centers for a variety of reasons, including truancy, running away, and substance abuse. +No one should ever grow up in an environment where they're not nurtured, where they're not loved, and where they're not educated. +We know that the fast track system is meant to be a safety net for these children. +Our faster care system will deliver more secure homes, better care for loved ones, stable education and world-class healthcare. +Foster carers need to provide all the things a child would normally expect to have in their home. +The Internet combines two elements together: interactivity and connectivity. +The Internet has changed the way people view morality, ethics, and problem solving. +For example, "Elerning" and "Socializing" have been identified as important motivations for using the Internet (James, 1995). +The "individual participation" and "continuous relationship" were also found to be new ways of inspiring viewers on websites, according to Agme and MacKay (1998). +The use of video recording has led to important discoveries in the understanding of bat echolocation, including the finding that some Myotis species use echolocation to navigate. +Specifically, it is claimed that short-term memories are processed by the human brain in a way that makes it possible for a person to know the answer to a question. +Oliver Sacks said in his book "The Man Who Mistook His Wife for a Hat" that people with brain disorders can nevertheless make sense of reality. +They also suggested that this ability to manipulate human behaviour could be passed on to other animals, such as spiders. +Research in the 20th century showed that there are 2 groups/pulses of inherited differences: hidden and expressed. +Evolution involves a new heritable change and selection then favours those changes that are beneficial. +Repetition and reinforcement are built into every lesson in 2-minute intervals. +In particular, it is difficult to obtain amino acids from plant sources for organisms with metabolisms similar to those of humans. +This can have serious consequences: reduced growth, malnutrition and eventually death. +The very easily available plant sources are available in the form of leaves and seeds, but they are difficult to process for extraction. +Meanwhile, the diet (mango, papaya, pineapple) is not only delicious but also provides a large amount of all the essential amino acids. +Think about all the things that are going on, if you've called your bank and they've told you that they're "experiencing a high volume of calls," but you can't get through. +Zopiclon is usually taken as a single dose shortly before going to bed, and does not need to be taken every night. +This can be easily done by using a silent alarm clock to wake you up. +If you think you're going to get rained out, bring it to the other side of the tent, away from the zipper, to keep it from getting wet. +Other options based on bayonets include bringing along a full load of ammunition (mainly water or sand, which can be used as improvised ballast), thus increasing the weight that one person has to carry. +The degree to which a person's internal peace is resistant to external turmoil depends on the depth of his or her equanimity. +The less stress, the more positive energy exists. Everyone has the ability to achieve complete peace and tranquility. +Everyone can gain knowledge. But their own fear and negativity is the only thing standing in the way of progress. +Tibetan Buddhism is based on the teachings of the Buddha but has been influenced by Mahayana Buddhism and Tantric Buddhism from India. +In essence, Tibetan Buddhism is very accessible. It has a path to enlightenment, meditation, and the cultivation of love. +Kundalini yoga awakens the kundalini energy (psychic energy) through kundalini yoga poses, breath work, mantras, and meditation. +The center of Tibetan Buddhist meditation is Vajrayana. Vajrayana is practiced through visualization of various deities, chanting of mantras, and creation of mandalas. +The U.S. and U.S.S.R. became allies during World War II because they were both enemies of Germany during the Second World War. They later became rivals during the Cold War due to ideological, political, and cultural differences. +Two years after the war ended, the former allies were now enemies and the Cold War had begun. +The next 40 years would see Africa and Asia battle it out for supremacy on the battlefields of Vietnam, Cuba and other Cold War hotspots. +From September 17, 1939, until May 1942, Poland was under German occupation and there was little hope that the Maginot Line would be rebuilt and extended to the Romanian border. +However, despite the Reggio Emilia agreement, the Soviet–Polish Non-Aggression Pact, and other international agreements, the Soviet Union's Red Army entered Poland from the east on 17 September 1939, starting World War II in Europe. +Ships are by far the most efficient way to move people and cargo across oceans. +Armies have traditionally had the ability to communicate with their own troops and equipment, while denying the enemy the ability to communicate with his troops and equipment. +Another example from the early 20th century is the North Atlantic blockade during World War II. The United States attempted to blockade Germany to prevent supplies and men from reaching Britain. +At the time, the head of the German Navy was trying to persuade the U-boats to stay put. +Although Germany would have won a narrow victory over Britain in an independent Europe, it would have been a Pyrrhic victory. +Archaeologists in Iran have discovered what is believed to be the world's oldest known board games, dating back some 10,000 years. +Ancient cultures and tribes used milk, cheese, meat, and even faeces as a readily available source of nutrients. +Paleolithic hunter-gatherers generally lived in small bands of a few dozen or hundreds of people, carrying their belongings with them as they moved from camp to camp on the savannah or other grassland. This lifestyle is still practiced today by the Hadza of Tanzania and the San of Namibia. +Wayne Rooney made his debut for Everton in England at the age of 16. +If the tracks of the hooves were to be parallel to each other, then they would have allowed the horses to move faster on slightly uneven ground and to carry heavier loads. +Crosses were brought in to hold the tracks in place. However, it was soon realised that if the tracks were laid on the trucks they would be more stable. +It's the usual pattern, but the lockdown has amplified the divide between the haves and the have-nots. +In the end, the Black Watch's position was overrun by the Loyalists. In 1767, the entire Black Watch was disbanded. +Walking was the first known form of transport, with humans walking upright about two million years ago. +Their predecessors, the Australopithecines, did not yet walk upright. +The Baypedal specialization of Australiaopithcus has been found in fossils 4.2-3.9 million years old, although the Sahelanthropus tchadensis may have walked upright 7 million years ago. +You can start a friendship with someone who is no longer alive, you can participate in a peaceful protest, and you can even become an employee to help reduce the amount of waste the next generation will have to deal with. +In many cases, this is similar to aesthetic treatments. However, unlike cosmetic treatments, they are aimed at correcting problems rather than improving appearance. +It's clear that the progress of science and technology has changed the world dramatically, and the growing population and sophisticated human lifestyle has magnified the problems. +After the vote on July 4, Congress's Speaker John Boehner and Senate Majority Leader Charles Thomas sent a copy of the signed document to John Donnelly, who was blocking the bill from going to the House floor for a vote. +With 150 and 200 ready throughout the night, it is now known as the "Dunlop Breadside". +On July 8, John Quincy Adams gave the first public speech against slavery in the Independence Hall in Philadelphia. +One man was sent to George Washington University Hospital on June 6, where he died on July 9. Another man was taken to a hospital on Aug. 10. +As of yet, the 25 DAN-level black belts are the highest-ranking practitioners of Taekwondo. There are no Grandmasters. +Today, many paleontologists believe that Dianosaurus had a 1-foot-long tail and looked like a bird. +Many people don't think of a dinosaur when they hear the word because they have feathers and can fly. +But there are still plenty of things to learn about the parties themselves. +They have claws and are covered in feathers, they lay eggs and they walk on their two feet just like we do. +All computers currently in use are based on information encoded in binary form. +In binary numbers, only the digits 0 and 1 are used, and they are called binary digits - or bits, in computing slang. +Internal bleeding is not a common sign of a stroke. The most common sign of a stroke is facial drooping. +Drug allergies or allergies to household disinfectants may be the best way to distinguish an intestinal infection from a food poisoning. +Check the labels of specialty foods for specific first aid instructions. +Bats (flying mammals) are the only mammals naturally adapted to use echolocation. +The word comes from the ancient Greek word for a bat, which is also the origin of the word vampire. +Both the Marakech bag and the duffel are suitable for staying in a hostel or at a friend's house. +Multiple sclerosis (MS) affects more than 400,000 people in the United States alone, making it one of the most common neurological diseases among young and middle-aged adults. +MS is a disease that affects the central nervous system, which includes the brain, spinal cord and optic nerves. +Research suggests that women are twice as likely as men to suffer from MS. +Joint custody may be awarded if it is determined that it is in the best interests of the child or the parents. +The couple could be planning to take legal action against the airline. +In adoptions, birth parents relinquish their parental rights in order to allow another couple to adopt the child. +The main goal of science is to find out how the world works by using the scientific method. The scientific method is the process by which most scientific investigations are conducted. +While this is not unique, the use and one application can lead to scientific research as well, questioning and observing can also direct scientific research. +Scholars and experts have focused on the Latin inscriptions carved into the ruins, especially those on the Arch of Titus. +Aristotle's opinion was accepted in all fields of science. +As the Greeks knew, the west looked upon them as having stolen the knowledge and wisdom of the Greeks. +Many of the structures and movements observed in the body and in locomotion depend critically on the elasticity of the materials involved and on their viscoelastic damping. +The external genitalia of mammals have been modified not only for sexual display but also for care of the young, protection from the elements, camouflage, and communication with other mammals. +The self-ticking oscillator will keep time even without an external signal, making it an invaluable tool for cyclists. +Hershey and Chase were No. 1 on the list of potential replacements. +Harris and Chase used face masks or respirators to protect themselves from their own DNAs. +He used two enzymes, DNase I and proteinase K, to digest the DNA in each of the cells. +The type of mutation that has occurred, whether it is a germ-line mutation or a somatic mutation, and which genes are affected can have many different consequences. +Children can only change in new cells, but otherwise cells are incapable of changing or becoming cancerous. +Nature-based tourism seeks to attract people to visit natural areas in order to enjoy natural landscapes and wildlife. +Activities included hunting, fishing, photography, bird watching, camping and studying the flora and fauna of the reserve. +Meeting Bono, getting photographed and learning about orangutan conservation is just one example. +Every day, people leave their small home countries to go to their workplaces, passing through other people who have left their homes to go to the places where they are legally allowed to work. +In this fast-paced environment, everyone is connected to and supported by the vehicle-based infotainment system. +Science now shows that this great carbon cycle has been pushed out of its 1 stable state by human activity over the past 2 million years. +Everyone is a participant in society and uses communication devices. People also argue about the use of communication devices. +In developed countries, disputes over water quality or supply are rare. +How does the nervous system generate these rhythms, and are they ever faulty? Are some neurons more excitable than others? +Rail travel is, of course, the study of individual carriages and the movement and communication of the trains themselves. +Unfortunately, it is difficult to observe the traffic flow because the driver's actions take up about 1/10 of a second. +Nashville, on the other hand, is known for its music; Nashville is home to the Grand Ole Opry and the Country Music Hall of Fame. +The next 3 main properties are related to the flow of the medium: (1) flux, (2) density, and (3) velocity. +It helps in the management, design and operation of road networks. +Kites were the first animals to fly. Their ability to fly helped them to escape predators and more efficiently find food and mates. +Many bats fold their wings around themselves for warmth. +This gives them a large area from which to fend off predators. +Today, only the dragonfly and the bat are able to flap their wings. +Thousands of years ago, the man known as Aristarchus said that the sun revolved around the sun. +Some people thought it was the same as Venus, but many others thought it was different; that Venus (and the other planets) orbited the Sun. +It makes sense, doesn't it, because the Earth doesn't go round like that, does it? +The Amazon River is the second longest and largest river in the world. It carries more water than any other river in the world. +The Amazon is also the world's largest river by volume, discharging about 6 times the volume of the Mississippi River. +About 20 trillion gallons of water flow from the land to the ocean every day. +The main Amazon River is 6,387 km (3,978 mi) long. It drains a basin of approximately 7,050,000 km2 (2,720,000 sq mi). +Construction of the pyramid began during the reign of Pharaoh Djoser, but the best-known pyramid is the Great Pyramid of Giza, built during the reign of Pharaoh Khufu. +The ancient Egyptians of New Kingdom focused their attention on tombs that were thousands of years old. +The city of Vatican has a population of about 800. It is the smallest independent state and the state with the lowest population in the world. +The Vatican City uses Italian as its official and working language. +Italian is the official language of Italy and is spoken by most of the people who live in the country, but Latin is used in many religious ceremonies. +All residents of the Vatican City are Roman Catholic. +People have known about sulfur, charcoal, and salt as basic chemicals since ancient times, because they are easily found in nature and can easily be made in the home using common tools. +Aristotle believed that all minerals were made up of one or more of four elements: earth, water, air, and fire. +It is similar to the four states of matter (in order): solid, liquid, gas, and plasma, although they also believed that they observed a new state of matter called Bose-Einstein condensate. +The Middle East is made up of more than 2 million square kilometres of land. There are many deserts in the region, including the Rub' al-Khali. +Calcium and potassium are examples of macrominerals. They are minerals that are needed by the body needs in larger amounts. +You may also find meteorites in your backyard, which are composed largely of carbon-rich minerals similar to those in diamonds. +Everything in the world is made of particular kinds of molecules called atoms. All the different kinds of atoms are made from tiny particles called neutrons, protons, and electrons. +The cells are so small that they can only be seen with a microscope. +So, when Pence arrived, he was greeted with boos from the crowd. +Unfortunately, with the advent of a more modern approach to writing, the importance and use of punctuation has decreased. +People no longer need to use a sharpener to write on a computer screen. +An individual may also wonder how a new word will be spelled on the keyboard. +The fission bomb is a device that uses the energy released by the nuclear reactions of many protons and neutrons to produce a large amount of energy. +It's similar to the feeling of being on a roller coaster. After being centrifugally separated, some of the energy is released. +Some atoms are unstable, meaning that they are able to decay either spontaneously or with the application of a small amount of energy. +The moon's disk is thin and crescent-shaped. The outer edge of the moon is called the terminator. +The canyon is about 70 km long and up to 100 km wide. +They are found in the barrier and upland areas of Maria. +The steep terrain can be treacherous, especially in the rainy season. It's easy to get lost in the jungle, so it's best to have a guide with you. +Economics, the study of how people make decisions or how they are affected by what they choose, is focused on how to get the most out of limited resources. +The theory states that people have certain needs and/or desires that, if satisfied, will make them more likely to buy. +The theory is based on the observation that some people are more likely to do things that they perceive as being rewarding and less likely to do things that they perceive as being punishing. +The two popular theories are the theory of plate tectonics and the two-part theory of Herzberg. +Generally, when a manager begins to manage their previous colleagues there can be two types of behaviour. The individual concerned may try to be "one of the boys" (or girls). +These managers are responsible for making unpopular decisions, handling conflict, assessing performance, hiring and firing employees, and taking the blame when things go wrong. +On the other side of the fence, a man who did not identify himself said that he or his group had changed everything and made it their own. +The party leader is responsible for the party's successes and failures. +Nayak and his team are currently working to bring the boat ashore. +Virgil's teams have been lauded for their excellence but there is a fine line to tread. +Members of a familiar group work as a contact point for the group immediately to their right. +They have more flexibility than traditional team members because their local management may not understand why they need to be on call 24/7. +The "Invisible Group" (Larsen and Lafferty, 1989, p109) is also an unusual feature of the Vercelli Carol. +The "invisible team" is the management team that reports to each member. The invisible team defines standards for each member. +Would you rather go through the process of establishing a charity, or is the idea of setting up a social enterprise more appealing? Social enterprise is a great way to make a real difference. +The creativity and ingenuity can be seen in all the departments of the All Available Sources organization. +As a result, the process of working together to achieve a common goal may become a new way of doing business. +Before an organization can be officially named, its leaders must cultivate a culture of naming, as well as knowledge-sharing and institutional study. +The Agla (2006), an organisation that promotes paganism, provides information about the use of the pentagram as a symbol of witchcraft. +Neurobiology provides a physical basis for the theory that the brain is responsible for consciousness. Thus, it becomes harder to deny that consciousness is real. +Brain pathology and its correlation with cognitive impairment helps guide neuropathologists in their research. +The brain produces a variety of neurotransmitters, which have effects throughout the nervous system and on some bodily functions, as well as on behavior, this has been known for a long time. +You can see the structure and process of a brain that you've never seen before thanks to new technologies. +They also provide a lot of information and context to help you understand the processes that go on in your brain to help you learn. +If AI means artificial intelligence, then AI is a very important branch of computer science that is related to the way computers think, learn, and make decisions. +In the field of AI research, creating a machine that can teach itself is an important milestone. +Examples include controlling, scheduling and time management, customer service and answering questions, as well as signage, voice and facial expressions. +There are also independent branches, which focus on resolving real-life problems. +The AI system is now being used in a number of areas including finance, medicine, engineering and even the military, as it is built into a number of home security and video game software applications. +Meeting students face-to-face is a huge part of teaching. Often students feel more comfortable asking questions in person rather than by email. +There are virtual field trips available through technology. Students can visit an art museum, take a virtual tour of a marine sanctuary, or enjoy a beautiful sunset in their own classroom. +A field trip is also a great way to talk about the trip itself and to get a feel for what classes will be like in the future. +For example, every year the students at the Bennett School in North Carolina create a website to help visitors navigate their state capitol, but the site is only online for a limited time. +Blogs can also help students improve their writing. Students often find it easier to write in a blog than in a formal essay, and the presence of a real audience makes a big difference. +Now that students are the most critical reviewers, bloggers take care to polish their writing before submitting it for review. +Blogging then "allowed students to get to know each other beyond the classroom," the authors write, adding that it also encouraged children to be more creative and enjoy learning (Totty, 2004). +Blogging is a tool that encourages collaboration and allows students to extend their learning beyond the traditional school day. +The use of blogs in education can help students to take a more active role in their own learning; to find their own place in relation to other writings on the Internet, and to develop their own views on particular issues (O'Reilly, 2002). +Ottawa is also Canada's most attractive, bilingual capital, and home to many unique cultural events and attractions. +The father, Dax Shepard, is a comedian and the mother, Kristen Bell, is an actress known for her roles in the TV series Veronica Mars and the film Frozen. +All of this and more is what makes the Outer Banks of North Carolina one of the best-kept secrets from the outside world. +The population is very sparse in the north, and some parts of the north are completely uninhabited wilderness. +What surprises many: There are more African-Americans in the U.S. than in Canada. +The former African penguin is endemic to the west coast of South Africa. +The mammal is now the largest carnivore and a true apex predator. +Most of the smaller islands are independent nations, or associated with France, and call themselves resorts. +The Arabs brought Islam to the land, and it spread widely in Cairo and Mecca. +European influence and colonization began in the 15th century, as Portuguese explorer Vasco da Gama opened a sea route from Europe to India. +The area to the north is part of the Sahel, while the south and west are bordered by the Atlantic Ocean. +Woman: Any woman who travels alone is assumed to be promiscuous, even if she is married. +Angling (fishing with a rod and line, not nets or traps) is permitted, but only with a licence. +Women understood it to mean that those who were perceived as being different, such as having a different accent or wearing handbags, were not to be trusted. +Stay strong on the issue of denying men, and don't back down on your position (culturally correct or not, it's the right thing to do!). +The modern city of Casablanca was founded in the 10th century by the Berbers and was known as Anfa until the 15th century, when it was taken over by the Portuguese, who called it Casabranca. +In 1755 an earthquake destroyed the fortress and it was not rebuilt until the 19th century, by which time it had acquired the name of Castelo Branco. +Moroccan Sultan Moulay Ismail recaptured the city and renamed it Casablanca, after his hometown in present-day Morocco. +Casablanca is one of the least interesting places to visit in Morocco. +Around Juno Beach (north of Fort Lauderdale, Florida) there are a number of traditional Moroccan shops selling everything from mother-of-pearl inlaid boxes, leather goods, hukkahs and an assortment of souvenirs, but this is all very much aimed at the tourist. +Goma is a tourist city in the Democratic Republic of the Congo, located just across the border from Rwanda. +The 2002 Nias earthquake off the coast of Nias Island, near the city of Banda Aceh, caused widespread damage in the city, especially in the downtown area. +While Goma is relatively safe, any visit to Goma should involve a visit to the nearby town of Bukavu in the Democratic Republic of the Congo, to gain an understanding of the situation on the ground. +Nyaragongo sits on the slopes of Mount Nyiragongo, one of the most active volcanoes in Africa, which last erupted in 2010. +You can use a bodaboda (motorcycle taxi) to get around. Prices for short rides are usually around 500 Congolese francs. +With his trademark grin, "Timbuktoo" is used as a unique and long-term example. +Today, Timbuktu is a wealthy city, but its fame draws tourists as much as pilgrims, and it has an airport. +In 1990, it was included in the list of World Heritage Sites in danger due to the threat posed by the volcano. +Henry was ranked No. 1 on Golfweek's list of the top 50 African-American golfers of all time. +The city is unique among other cities in the country, as its people are more Arab than African in character. +The Kruger National Park (KNP) is in the north-east of South Africa and borders on Mozambique in the east, Zimbabwe in the north and the Crocodile River in the south. +The park covers an area of 19,500 km² and is divided into 14 distinct ecosystems, each supporting a variety of wildlife. +It is one of the main attractions of Southern Africa and is considered to be the flagship of the Southern Africa National Parks (SANParks). +As with other Southern African national parks, entrance and camping fees vary daily. +Purchasing a one-way car rental can also be beneficial as it allows you to enter the National Parks or Wildlife Reserves of Southern Africa without having to backtrack. +Hong Kong is famous for its modern skyscrapers, and its skyline is one of the most recognisable in the world. +Victoria Harbour's waterfront skyline is often compared to that of Hong Kong, just across the water in Kowloon. +To get the best views of Hong Kong, head to the waterfront promenade on the Kowloon side of the harbour. +Most of the urban development in Hong Kong is concentrated on land reclaimed from the sea on the north side of the island. +This area is also a good place to start if you want to explore the country's communist heritage, as it was taken over by the British in the 19th century. +The Sundarbans is the world's largest mangrove forest, covering an area of 6,000 km² (2,300 mi²), of which 5,000 km² (1,900 mi²) is in Bangladesh, and 1,000 km² (390 mi²) in India. +UNESCO has designated the area as a World Heritage Site, known as the Sundarbans National Park in Bangladesh and the Sundarbans Tiger Reserve in India. +The jungle is not just a dense forest, however - it contains many of the rainforest's endangered species, including orangutans. +The park covers an area of 3,850 km², of which about one third is water. +The area has been a wildlife sanctuary since 1966 and is home to more than 400 Bengal tigers and 30,000 deer. +There are many buses leaving from the bus station in Antigua, but most of the buses going to Guatemala and El Salvador depart between 06:30 and 07:30. +Inter-city buses are often full, so it's best to buy tickets a few days in advance. +Most of the islands are served by small Japanese coastal boats, which are comfortable and reliable. +Share cabs are a great and inexpensive way to meet people in places like Paro (No. 150) and Punakha (No. 200). +Oyapok is a cable-stayed bridge over the Oyapok River in Brazil. It connects the cities of Oyapok in Brazil and Saint-George in French Guiana. +The 2 Towers are 83 metres high, 378 metres high and have 2 galleries 3.50 metres wide. +The upper deck of the bridge is 15 metres above the water. Construction of the bridge was completed in August 2011, and opened to traffic in March 2017. +The pool will be completely operational by September 2017, when the Brazilian customs checks are expected to end. +Giraffes are the most important herbivores in the savannah, consuming as much as 1,500 kg of vegetation per day and spreading seeds as they wander through the savannah. +In the Chaco region of New Mexico, other groups of indigenous peoples lived, including the Mogollon and Ancestral Puebloan peoples, who farmed, hunted, and lived in cliff dwellings. +In the 16th century, the Spanish conquest of the Americas gave rise to the concept of the "Indian" which was used to refer to the indigenous peoples of the Americas. +The Age of Enlightenment began in Spain, which lasted for three centuries. +Since the founding of Asunción in 1537, Paraguay has successfully resisted foreign domination. +Argentina is known as one of the best polo teams and players in the world. +The biggest battle of the year took place in December on the Polo Fields of Las Canitas. +During the rainy season, there may be short bursts of rain and the falls may be hard to see. +Association of Argentines on the Polo Field, for tickets and information on polo matches. +The official currency of Falkland is the Falkland pound (FKP), which is pegged to the British pound (GBP) at a rate of 1:1. +Stanley will only accept payments into a single bank account based in the UK from the FCA West Storm. +The British pound will also be accepted in the Channel Islands and the Isle of Man, and the United States dollar is also often accepted, especially in tourist areas. +Children's credit cards may not be accepted outside of the U.S., but parents should check beforehand to see what payment methods are accepted. +It's impossible to ignore the run of Fowler's son, who has changed the way the game is played before him. +Montivideo is located in the north of Uruguay, across the Rio de la Plata from Buenos Aires, Argentina. +Montivideo is located in the tropics, with temperatures in the summer ranging from +30°C to +35°C. +Winter will be bitterly cold: temperatures will barely get above freezing, but the wind chill will make it feel even colder than the thermometer indicates. +There are no special "rainy" and "dry" seasons: The amount of rainfall varies throughout the year. +While many of the animals in the park are accustomed to humans, they are wild animals and should be treated as such. +Remain at least 100 yards away from bats and 25 yards away from all other wildlife, according to zoo officials. +They may look harmless enough, but the wasp, elk, mouse, bat and even the honeybee can deliver a nasty sting. +Every year, thousands of people visit the zoo to see the animals, which are very large, wild, and dangerous, so they have their own enclosures. +In addition, stay away from areas frequented by bats and other wildlife, as they can carry rabies and other infectious diseases. +Apyia is the capital of Samoa. The city is located on the island of Upolu and has a population of just 40,000 people. +The city was founded in 1850 and became the official capital in 1959. +The battle, which took place in 1889, was where seven German, American, and British ships refused to scuttle their vessels. +A British cruiser sank another ship. Nearly 200 Americans and Germans died. +The city was rocked by riots in 1969 after the assassination of civil rights leader Martin Luther King Jr. +There are many beaches in the Okinawa islands, with the most popular ones being in the three districts of Naha, Miyako, and Yaeyama. +The Northern Territory's coastline (within the Northern Territory) is bounded in the west by the Indian Ocean, in the north by the Arafura Sea, and in the east by the Coral Sea. +They are all coastal and fenced, and most have a swimming pool. +Tamaki Drive is on the west side of Auckland, adjacent to the Waitemata Harbour and the suburbs of Mission Bay and St Heliers. +It's a few minutes walk from the city centre and has a good selection of shops on the ground floor. Worth a visit. +The main local beer is "Number One", not a lager but a pleasant and refreshing one. Other local beers are called "Menta". +There are many French wines, but the wines from New Zealand and Australia may be more accessible. +The local water is completely safe to drink, but if you have concerns about drinking water, bottled water is easily available. +For Australians, the 'flat white' coffee is a foreign concept. A small block of ice is called 'espresso', cappuccino comes with cream (not foamed) and is drunk with a straw. +Hot chocolate is the drink of choice in Belgium. It's thick, rich, and delicious. +How many cats are killed each year and for what reasons is unknown. +But it also received praise from officials, all the signs were positive, and security experts gave it a cautious welcome. +The box jellyfish can be found along the northern coast of Australia from October to April. They are sometimes seen in the Whitsundays. +Sharks are real, but they rarely attack humans. Most sharks avoid people and stay away from them. +The creatures do not live in the drinking water, but are found in the sediment on the bottom of the ocean just north of Rockhampton. +Pre-registration was rewarded with a peaceful night's sleep, knowing that they had a place to sleep after a long day of hiking. +Dills are often booked through a travel agent, but you can also book other types of accommodation through a travel agent. +Travel agent packages often include breakfast, airport transfers and a combination of flights and hotels. +If you have time to consider an offer or receive other paperwork (e.g. visa) then you may also want to hold on to the reservation. +Any changes or complaints must be made directly with the travel agent and not with the hotel itself. +For some bands, touring is a large part of their income, and most participants consider it to be an important part of their experience. +You will be able to see the action as it happens but you also need to be right on top of the music to get the most out of it. +It's worth noting, though, that if the main stage has music playing until the early hours, some parts of the festival site may be noisy until the morning. +Some resorts have a special camping area for families with small children. +If it snows in the north of Oland, then Kebnekaise's location should be checked, as it can be dangerous to hike in the snow. +It is permitted to drink alcoholic beverages within the city limits of St. Petersburg. Cruise passengers are exempt from the visa requirement (ATI). +Casinos are often worth a visit even if you don't gamble, as they offer a lot of entertainment for your time and money. Drinking and gambling can take up a lot of time and it can be difficult to find ways to occupy yourself outside of the casino. +Visitors will find a wide range of specialty food, drink and carnival offerings to help keep them in good spirits and to bring them back to the midway. +Some venues/places serve alcoholic drinks. However, drinking has an impact on decision-making and all good hosts know the importance of putting their guests on their best behaviour. +Those driving in the highlands or on mountain roads should consider the possibility of snow, ice or fog. +The roads in the winter can be treacherous, and you won't be able to drive a car like you do on a dirt road. +During winter, it can get so cold that you can get frostbite in a very short amount of time. +Ice buildup on windshields or windows, or ice dislodged from vehicles can also restrict visibility. +On the other hand, snow and ice are common in many countries and year-round in some. +The safari is perhaps the most popular form of tourism in Africa and is the main draw for many visitors. +The word safari originates from the Swahili for "journey" and is particularly associated with African wildlife safaris. +Some animals, such as bats and birds, can see in the dark, and with the help of standard equipment you can see them in a new light. +Sing, cry and scream your way through it, and you will come out the other end feeling better. +Hiking is included in some multi-day tours (known as "trekking tours", "hiking tours" or simply "hiking"), or can be done independently in a few hours or several days. +The Paralympics will take place between 24 August and 5 September 2021. Some events will be held elsewhere in Japan. +Tokyo will be the only Asian city to have hosted both a summer and winter Olympics, having hosted the games in 1964. +If you've already booked flights and accommodation for 2020, you may be in luck. +The cancellation policy could vary, but as of July 2020, the cancellation policy for coronavirus-related cancellations has not been extended beyond the original March 2020 date when the Olympics were postponed. +It is expected that the general admission tickets will be priced between ¥2,500 and ¥1,300,000. +Olaparib works by blocking enzymes that repair damaged DNA. It is available as a tablet to be taken twice a day, with or without food. +If you don't have a heater or don't want to use it, you can try using a hair dryer. +The fabric should not be too hot (unless it's acrylic, or very wool-like). +There are many ways to purify water, some are more effective than others. +In some parts it will take up to an hour to get water, while in others it could take several hours. +Filters vary in effectiveness and so if you are concerned, consider buying bottled water from a designated company. +Prisoners may not be able to see what is going on in their cells. +Fungi can spoil food, produce antibiotics, make alcoholic beverages, produce toxins, or cause allergic reactions. +Venomous animals that can inflict injury or death to people, or animals that can be used as weapons, are not referred to as pets. +Carry-on luggage is limited to what you can fit in the overhead bin and under the seat in front of you. +Visitors from developing countries can often save a significant amount of money by buying alcohol and tobacco products in duty free shops. +Buffalo-Pittsburgh highways create an interesting situation in the area between Point Marion and Fayetteville. +If you don't have a driver's licence in your home country, make sure you have the necessary information: high grade, rough roads and steep cliffs. +Tornadoes are relatively rare compared to other types of storms — typically 35-40 miles per hour (56-64 km/h) — and take place at shorter notice than other weather events. +While enthusiasm will be high, the mobile phone service is much weaker than in other parts of the Falklands, for example. Stanley, Falkland Islands. +German pastries are very delicious and come in a wide variety of flavors and styles, similar to the southern German desserts known as "Schwarzwälder Kirschtorte" ("Black Forest Cherry Cake"). +His fruit pastries are available year-round, as are his cherry and plum pastries in the summer. +Many German baked goods also contain nuts, such as almonds, hazelnuts, and other tree nuts. Popular cakes are often enjoyed with a cup of strong coffee. +If you want to try a small but delicious pastry, look out for the region's flaky pastries called Berliner, Pfannkuchen or Krapfen. +Kari, a dish based on medicinal herbs and spices. +According to the type of fuel, they can be called "coal" or "oleum". +In northern India and Pakistan, yogurt is used as a condiment; in southern India and other coastal regions, yogurt is consumed in large quantities. +With 17,000 food outlets across the country, Indonesia's food-to-go offering includes a wide range of regional specialities. +However, if more calories are needed, the mainstay of this diet is foods that are rich in carbohydrates, which are the main source of energy in the middle and western parts of the country. +The tropical fruits available throughout the archipelago include many seasonal delights. Mangoes, pineapples, coconuts (especially the coconut sugar) and a variety of spices are the main ingredients of Indonesian food. +The star-crossed lovers are based on Romeo and Juliet. +They offer more stability than rowing boats but can be a concern in terms of safety due to the possibility of capsizing. +If a rider falls but is landed on by the horse, the horse is likely to panic and run. To minimize this risk, many ranches now require riders to wear protective vests. +Previously, the raiding boats were made of wooden planks and covered in tar, which made them almost invisible in the dark. +Further back, in the midfield, especially in the English midfield, there is a vacuum that is being left by the departing Steven Gerrard. +Cocaine - a major headache for Chile where it is known as granite and sold as cocaine in southern U.S. states like Arizona. +The towers are also included in the meeting's agenda, as is the ongoing search for survivors at the rubble-strewn site of the collapsed skyscrapers. +Downhill skiing, which includes skiing and snowboarding, is a popular winter sport that involves sliding down a snow-covered mountain on skis or a snowboard. +Skiing is an outdoor recreational activity which takes place on snow-covered terrain. It is commonly referred to as "skiing," plural "skis," or abbreviated "ski." +The invention of skiing is very old - the earliest known depictions of skiers date back to 5000 B.C.! +Downhill skiing is known as a sport since the 17th century and in 1861 the first ski club was founded in Australia by Norwegians. +Backpacking through Skiddaw: The process of backpacking, also known as backcountry skiing, ski touring or ski hiking. +It's related but usually does not include alpine style ski touring or mountaineering, as people ski in avalanche-prone areas and need more specialized ski and boot equipment. +Consider a hiking trail as a skiing trail. +In a good situation you'd be able to go further than you run - but only just, as the heavy backpacking would slow you down quite a bit. +Europe is smaller than the continent of Africa, but it has many more independent countries. In general, traveling from many countries requires the use of a visa and passport control. +Schengen is not a country, of course, but operates in much the same way as one. +You do not usually have to pay duty when you bring in goods for personal use within the allowance. +Thus, on a Schengen visa, you do not need to apply for a separate visa for each Schengen member country, thus saving time, money and paperwork. +There is no universally agreed definition of what constitutes a constructed or man-made object. Some tax agencies distinguish between ancient and modern structures that are over 100 years old. +Compared to Europe, the cost of living in the U.S. may be lower in places like North Dakota. +Handmade items are often smaller than mass-produced goods, but can be described as ancient artefacts. +Randolph's Flight Deck is an important asset for the Royal Navy, as well as being significant to the culture of the industry. +Traditionally, they were not involved in the running of the airline, but acted as shareholders, holding the airline to account and using the airline as a means to pursue their own agendas. +Today many Sami work in modern businesses. Tourism is an important source of income in the Sami region. +While the term "Gypsy" is generally considered pejorative and associated with negative stereotypes of the Romani people, it is used widely in Romani-speaking countries. +If you visit a country that is part of the Schengen Area, your travel health insurance or your visa may be affected. +You may also want to consider visiting other governments, but their salutes are designed for their citizens. +For example, Midwestern Americans may find themselves at a disadvantage when competing against Europeans or Arabs. +A colony is a short summary of the political situation in a country. +Well-chosen thoughts are often more vivid, specific, concrete, and memorable than the more detailed information that is otherwise available. +Tornadoes are ranked on the Enhanced Fujita Scale, a system that estimates the damage a tornado can do, the social disruption it can cause or the threat it poses to human life. +The atmosphere can take on a variety of forms depending on the geophysical, geologic, and meteorological conditions. +Hurricanes, tornadoes, floods, droughts, blizzards, and earthquakes are all examples of natural disasters and their effects. +Snowstorms, blizzards, ice dams, avalanches, and volcanic eruptions are part of the local and seasonal extreme weather events. +Tourists should be aware of the risk of landslides in their area due to the heavy rainfall, as any travel plans could be affected. +Individuals planning to travel to a country that is considered to be a war zone should seek professional training. +The Internet should be searched for 'inappropriate learning environments' and then perhaps a local company contacted. +All of the topics discussed will be covered in detail during the study sessions with the tutor. +A study course will usually be between 2 and 5 days in length and will include role play, first aid and weapon training. +Books and magazines are now commonplace in the wild, but are rare in war zones. +Wayzersn (the illegal immigrants) must be sure to bring along valid documents for their visit to Paraguay. +Government-issued passports do not differentiate between sex and gender (X) or preferred name and legal name. +The foreign governments' desire to be recognized in these documents is widespread. +Security checks at the airport have remained unchanged since September 11, 2001. +Pre-operative transgender patients are expected to go to Scarborough with their privacy and dignity compromised. +The return/rescue flight is a scheduled flight, just like a normal passenger flight, except that it originates from a military base rather than a civilian airport. +The topography within the basin directs the flow of water to the center of the basin, and there the flow of water is concentrated. +The tsunami hit without warning, smashing cars and buildings onshore in the city of Palu on the island of Sulawesi. +Getting out of a taxi can be more difficult than getting into one. +If you don't get re-caught, try to focus on the target or the object you are aiming at, rather than yourself. +Re-entering the atmosphere is hotter than going into it (the heat shield on a spacecraft protects against this), takes longer, and can be more serious. +Immigrants who are easily assimilated into a new culture often find it difficult to return to their home culture. +While living in a foreign country, you will find yourself immersed in a new culture and some aspects of your home culture will be missing. +When you go to a foreign country for the first time, people may be hospitable and understanding, knowing that you are in a new environment. +It is perhaps not surprising that people do not understand the need for balance and compromise. +The Pirate Voyage and the Little Mermaid are two of the most fun things to do with kids in the area. +You can find the pirates in the market and talk to them before the show starts. +You usually hear the voices of tourists and shopkeepers. The voices and lighting are similar to those in a bookstore. +The Sphinx has a long history as a site, and is known for certain as the site of a temple. +The scene is played out on the Pyramids themselves and in front of the various Pyramids light shows. +South Shetland Islands have been claimed by several nations in the 1810s, and there are several claims in the area surrounding Deception Island, which is active in 2020. +Peninsula is a peninsula 120 km north of the Australian mainland, across the Strait of Bass. King George Island is the largest of the islands. +Others include Livingston Island and Desolation, where an active volcano called Mount Erebus makes for a dramatic backdrop, and Campbell Island, home to the world's southernmost penguin colony. +The Elsworth Low is a peninsula in the southern part of the island, which is surrounded by the Bellingshausen Sea. +The pair then headed back up the trail, past the Devil's Thumb, and back up the 360 km (220 miles) to Minnesota's Glacier National Park. +The northern part or the Central Range has the highest peaks in the Antarctic, with Vinson Massif at 4,892 m, the highest in Antarctica. +Cell phones without carrier lock may be the only option for you. +Satellite phones generally don't replace mobile phones, because to make a phone call you need to be out of range of a cell tower. +The service can be used from the ship's service, with comfortable airplanes, similar to those used for distant data and voice transmission. +Your local telephone service provider may not be able to provide you with more information about this service. +A gap year is an increasingly popular option for those looking to travel and learn. +The school is particularly popular, with a waiting list of up to a year for pupils who do not live in the catchment area. +In exchange programs, studying abroad can dramatically increase your chances of getting a higher education in your home country. +Typically, there will be a tuition fee for enrolling in these educational programs. +The Falklands are a great place to base yourself while exploring the rest of Patagonia. There are hundreds of islands in the archipelago known as the "Thousand Lakes" that are home to thousands of penguins. +Islands and lakes do not necessarily require a yacht. +The islands and lakes of Kina Paua are truly unique in that they offer a range of different experiences, from any number of boats, kayaks or hiking. +Rowing is the national sport in Finland, where every 7 to 8 out of 10 Finns take part in a boat at least once a year. +It is based in Norway, Sweden and New Zealand, but is headquartered elsewhere (e.g. in the Netherlands). +Most of the various Baltic cruises originate in St. Petersburg, Russia. +This means you can hop off the ship at night and explore the historic city on your own for up to two days. +You don't need a visa (as of 2009) if you only go to the beach across the border in Shipboro. +Some cruise publications include Berlin, Germany. You can see from the map above that Berlin is not on the Baltic Sea and is not included in the cost of the cruise. +Flying can be a stressful experience at the best of times, and can be particularly daunting for those who haven't flown before or who have had a traumatic experience. +There is nothing comparable to this: the individual fear and panic of other things being alive is different from the fear of spiders. +For some people, the lack of familiarity with how airplanes work and what happens during a flight can cause significant anxiety, even when under the control of a trained professional. +Career companies get good money for gear, so it's worth taking the time to shop around for the best business class fares to get you there. +Some routes may be flown by the airline itself, but others are operated by other carriers. +They can take a few days to go through the customs and loading process at some airports. +The only way to fly with more than one checked bag is by purchasing an additional checked bag. Airline rules do not allow you to check more than one bag per passenger, and you will need to be present at the time of check-in. +If you're flying in or out of a business or first-class fare, you may be able to get a significant discount by booking directly with the airline (or at least ask your company to do it for you). +But it's not cheap: under the normal rules, you'll have to pay four pence and one penny respectively. +While it's generally said, there's little meaning to finding a suite or first class seat on a tightly booked flight from A to B. +Airlines have a special group of frequent flyers who pay more and get perks such as upgrades to first class and access to airport lounges. +The capital of Moldova is Chisinau. The local language is Romanian but Russian is more widely used. +Moldova is a multi-ethnic country with a history of ethnic tensions. +The dispute flared in 1994 when Moldova declared independence, but no UN member state recognised its claim. +Economic relations between the two parts of Moldova have improved since the country gained independence from the Soviet Union in 1991. +The main religion in Moldova is Orthodox Christianity. +İzmir is Turkey's third-largest city with a population of over 3.7 million, after Istanbul and Ankara, and a very pleasant place to visit. +The city of Smyrna was once an ancient city, now it is a large seaport and a modern and vibrant commercial centre. +If the city's climate is more similar to that of traditional Turkey, then the narrow streets and traditional bazaars, 18th-century mosques and churches will remind you of Istanbul. +Haldersvik is located just off the east coast of Gotland and has seven unique churches. +In the cathedral, some of the tombs have effigies of the Knights Templar on them. +It takes half an hour to walk around the village. +Cintra's Romanesque and Moorish-influenced city is also easily accessible from the north and east, as is the nearby Lord of the Rings filming location of Hobbiton. +The Scotterbus 403 regularly travels to Central, stopping at Cabo Da Roca. +Also nearby is the Lady of Fatima (shrine), one of the most famous Marian Apparitions in the world. +You're visiting a communal living space, which has a unique importance to the world's largest population, so please bear that in mind. +There are still some men and women alive today who fought for its existence, as well as Jews and non-Jews who risked or lost their lives saving them. +Please visit the site to see all the awards, honours and accolades it has received. Don't spoil it for Hollyoaks or Neighbours viewers. +Don't alter the structure or punctuation of the sentence. +The official languages of Barcelona are Catalan and Spanish. About half of the population speaks Catalan, most understand it, and everyone knows Spanish. +However, all signs are only visible in Catalan, as it is the only official language of the region. +However, Spanish is still used to a large extent for public announcements and other facilities. +Metro announcements are only made in Catalan, but unscheduled announcements are made in Spanish, English, French, Arabic and Japanese. +Parisians are proud, boastful and arrogant. +It's usually just the cheapest way to get into Stirling, but staying in Paris is the best way to get into "La Belle Epoque" (the beautiful age) of the 1920s and 1930s. +Parisians would not have been impressed by some of the basic etiquette we showed. +The Plateau Lakes National Park is home to large tracts of pristine wilderness, mainly in the central, southern and far north of the island, where there is a mix of lowland and montane rainforest. +Microclimates, different soil types, and varying elevations mean that there are a wide variety of plants available in this area. +The area is home to a diverse range of bird and bat species. +European otters, bats, polecats, ferrets, wild cats and capybaras are just some of the endangered species that can be found here. +While visiting the tombs, women should wear skirts that cover the knees and men should wear shirts with sleeves. +Most monasteries will provide extra bedding (pillows and blankets), but you will be warmly welcomed by your monk or nun hosts with a smile and a cup of tea. +He also needs to bring in the troops to deal with the men on the ground. +These skirts can be found in shops with entrances on the street, but once used they can't be returned, so you may not be able to get a refund if you decide you don't like the skirt. It's a map that all men should follow! +Majorcan cuisine, like that of other Balearic islands, is based on bread, vegetables and meat (especially pork), and the use of olive oil. +Particularly in the summer, the place to be for a night out is the Pa Amb Oli: Olive Oil, Tomato and Mozzarella Sandwich, or the Pa Amb Oli: Grilled Cheese, Tuna Mayo, etc. +All pronouns, whether they stand alone or are in the middle of a sentence, always start with a capital letter. +It's an important way to differentiate yourself in a crowded and competitive field. +Thus, the meaning of a word can be ambiguous, if the word is used in a way that is different from its normal or specialized meaning. +It's easy to get the pronunciation wrong because Italian has a lot of words and phrases that are similar to English. +The main letters are C and G, because their pronunciation varies depending on their position in a word. +Also, the pronunciations of R and RR are different: car is pronounced like the English word car, but rath is pronounced like the English word cart. +Persian is relatively easy to learn and has a fairly regular grammar. +Thus, the first book you read in the language should help you gain some insight into the grammar of the language and help you understand sentences in a more intuitive way. +It is not required that you learn Romanian if you are going to Romania, but it would be easy to learn enough to get by. +However, those who are somewhat familiar with the Spanish language may come to the conclusion that the Portuguese language is similar enough to Spanish that it is not necessary to study Spanish in order to learn Portuguese. +Most pre-modern battles were fought on open ground and took place either in the countryside or near a school or university. +Light pollution was not a problem in their very dark age, they lived in the countryside or in camps, so it was easy to get away from modern light-polluted areas. +Most modern research vessels are equipped with sophisticated laboratories that allow scientists to process and analyse samples on board. +Cherry blossom viewing is known as hanami, a part of Japanese culture dating back to the 8th century. +The idea came from China, where the plum blossom is a symbol of hope. +In Japan, Cherry Blossom Parties are typically hosted by the emperor for other members of the Imperial Court, as well as for foreign dignitaries. +Plants are best appreciated in their natural habitat rather than as "1 name" in a herbarium. +Don't go out of your way to meet people, "waving" or "nodding" at people will get you labeled as an outsider. +Singapore is generally very safe and easy to navigate, and you can buy almost anything you need once you arrive. +However, due to the "high atmospheric pressure" at the poles, you would get both heat (always) and cold (when the sky is clear, of course) at the same time. +There are some buses heading north from Hebron, towards Bethlehem, the West Bank's capital, Abrahams, Isaac, Jacob and their wives' traditional burial place. +If you're thinking of taking the Hebron bus, check first and only go as far as the Kiryat Arba junction. +If based on a concept, then the internal water circulation is best. +Examples include visiting castles in the Loire Valley, cruising along the Rhine Valley or exploring the canals of Amsterdam. +They work to maintain trails for popular hiking and cycling. +Easter is the most important holiday for Christians, and is celebrated on Easter Sunday. +There are many traditions associated with Christmas that are practised by non-Christian and non-religious people around the world. +The East has a tradition of staying awake through the night to greet the sun's return. +This tradition is sometimes referred to in Christian theology, but it is a pre-Christian era beginning or originating in the Fertile Crescent. +More traditional churches observe Easter Vigil on Saturday night, with a festival celebration in common form at midnight. +At first, all the animals on the farm began to moo, bleat, or cackle. +The long isolation from the mainland made the Galapagos a natural laboratory for the evolution of plants and animals. +After humans arrived on Galapagos, many species of plants and animals were introduced, including goats, horses, cows, pigs, rabbits, ants, and rats. +If you visit the Arctic or Antarctic in the winter, you could experience the polar night, when the Sun never rises. +This is a great way to see the Aurora Borealis, as the sky will always be darker or lighter. +The area is not prone to light pollution, so you can enjoy the stars as well as the fjords. +Japanese culture is more class-based and formal than those of other Asian countries. +A suit is a standard piece of business wear and is tailored to fit the individual or their profession. +Communication is paramount in the workplace, as is the ability to work as part of a team rather than as an individual. +Employees often need the expertise of senior colleagues to make sense of decisions that are made for them, and also to make sense of their bosses' instructions. diff --git a/test-mr-en.bleu b/test-mr-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..43a6475602fd155248a005781daad5a00818135d --- /dev/null +++ b/test-mr-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 16.88 47.3/20.7/11.7/7.2 (BP = 0.996 ratio = 0.996 hyp_len = 24612 ref_len = 24721) diff --git a/test-mr-en.comet b/test-mr-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..65190a8fb95aed5d2979318a740de4e4a085bd5b --- /dev/null +++ b/test-mr-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 0 score: 0.5079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 2 score: 0.5938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 3 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 4 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 5 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 6 score: 0.9486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 7 score: 0.8135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 8 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 9 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 10 score: 0.7908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 11 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 12 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 13 score: 0.7931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 14 score: 0.7918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 15 score: 0.5965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 16 score: 0.9127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 17 score: 0.6726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 18 score: 0.6155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 19 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 20 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 21 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 22 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 23 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 24 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 25 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 26 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 27 score: 0.7536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 28 score: 0.6269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 29 score: 0.5208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 30 score: 0.7050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 31 score: 0.6069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 32 score: 0.6702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 33 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 34 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 35 score: 0.5909 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 36 score: 0.6807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 37 score: 0.8302 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 38 score: 0.6118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 39 score: 0.5768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 40 score: 0.7279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 41 score: 0.9142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 42 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 43 score: 0.9143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 44 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 45 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 46 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 47 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 48 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 49 score: 0.7270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 50 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 51 score: 0.6318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 52 score: 0.6445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 53 score: 0.6721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 54 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 55 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 56 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 57 score: 0.6023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 58 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 59 score: 0.8580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 60 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 61 score: 0.6448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 62 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 63 score: 0.7588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 64 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 65 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 66 score: 0.8341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 67 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 68 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 69 score: 0.8600 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 70 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 71 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 72 score: 0.6262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 73 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 74 score: 0.7687 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 75 score: 0.6784 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 76 score: 0.7579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 77 score: 0.7497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 78 score: 0.6356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 79 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 80 score: 0.9059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 81 score: 0.8485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 82 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 83 score: 0.6738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 84 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 85 score: 0.7943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 86 score: 0.7363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 87 score: 0.7571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 88 score: 0.7891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 89 score: 0.5279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 90 score: 0.6787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 91 score: 0.6895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 92 score: 0.7341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 93 score: 0.6191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 94 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 95 score: 0.5807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 96 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 97 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 98 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 99 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 100 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 101 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 102 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 103 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 104 score: 0.8859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 105 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 106 score: 0.8314 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 107 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 108 score: 0.7129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 109 score: 0.6321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 110 score: 0.6670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 111 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 112 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 113 score: 0.8912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 114 score: 0.6662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 115 score: 0.6153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 116 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 117 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 118 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 119 score: 0.7084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 120 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 121 score: 0.7209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 122 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 123 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 124 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 125 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 126 score: 0.5034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 127 score: 0.8513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 128 score: 0.8595 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 129 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 130 score: 0.7054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 131 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 132 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 133 score: 0.6917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 134 score: 0.7950 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 135 score: 0.7390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 136 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 137 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 138 score: 0.5995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 139 score: 0.6975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 140 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 141 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 142 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 143 score: 0.7082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 144 score: 0.5734 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 145 score: 0.8834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 146 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 147 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 148 score: 0.7178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 149 score: 0.8546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 150 score: 0.7305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 151 score: 0.6814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 152 score: 0.7728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 153 score: 0.6688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 154 score: 0.5601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 155 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 156 score: 0.8667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 157 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 158 score: 0.8038 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 159 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 160 score: 0.6184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 161 score: 0.7073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 162 score: 0.7140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 163 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 164 score: 0.7394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 165 score: 0.7549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 166 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 167 score: 0.7387 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 168 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 169 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 170 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 171 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 172 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 173 score: 0.6397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 174 score: 0.8058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 175 score: 0.6897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 176 score: 0.8439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 177 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 178 score: 0.6882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 179 score: 0.5209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 180 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 181 score: 0.9054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 182 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 183 score: 0.8527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 184 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 185 score: 0.7539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 186 score: 0.9160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 187 score: 0.7758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 188 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 189 score: 0.8294 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 190 score: 0.7206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 191 score: 0.6999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 192 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 193 score: 0.7298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 194 score: 0.5726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 195 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 196 score: 0.7995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 197 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 198 score: 0.8194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 199 score: 0.8635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 200 score: 0.6562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 201 score: 0.7876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 202 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 203 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 204 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 205 score: 0.6896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 206 score: 0.6810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 207 score: 0.6584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 208 score: 0.7589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 209 score: 0.8699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 210 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 211 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 212 score: 0.7485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 213 score: 0.9156 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 214 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 215 score: 0.8316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 216 score: 0.5061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 217 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 218 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 219 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 220 score: 0.9094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 221 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 222 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 223 score: 0.6042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 224 score: 0.6158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 225 score: 0.9023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 226 score: 0.8646 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 227 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 228 score: 0.6325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 229 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 230 score: 0.9474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 231 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 232 score: 0.7838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 233 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 234 score: 0.6743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 235 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 236 score: 0.8645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 237 score: 0.7642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 238 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 239 score: 0.4965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 240 score: 0.6435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 241 score: 0.6795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 242 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 243 score: 0.4781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 244 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 245 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 246 score: 0.7008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 247 score: 0.7766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 248 score: 0.7175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 249 score: 0.8105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 250 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 251 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 252 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 253 score: 0.9527 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 254 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 255 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 256 score: 0.7209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 257 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 258 score: 0.8322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 259 score: 0.8005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 260 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 261 score: 0.5590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 262 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 263 score: 0.6424 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 264 score: 0.9457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 265 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 266 score: 0.6849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 267 score: 0.6591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 268 score: 0.9056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 269 score: 0.8740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 270 score: 0.4974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 271 score: 0.5735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 272 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 273 score: 0.7912 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 274 score: 0.5846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 275 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 276 score: 0.6232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 277 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 278 score: 0.8445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 279 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 280 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 281 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 282 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 283 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 284 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 285 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 286 score: 0.8888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 287 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 288 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 289 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 290 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 291 score: 0.8145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 292 score: 0.6619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 293 score: 0.8068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 294 score: 0.5518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 295 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 296 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 297 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 298 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 299 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 300 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 301 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 302 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 303 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 304 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 305 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 306 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 307 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 308 score: 0.8965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 309 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 310 score: 0.9730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 311 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 312 score: 0.5667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 313 score: 0.6491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 314 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 315 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 316 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 317 score: 0.6767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 318 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 319 score: 0.7517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 320 score: 0.6908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 321 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 322 score: 0.8104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 323 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 324 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 325 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 326 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 327 score: 0.7914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 328 score: 0.9098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 329 score: 0.8042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 330 score: 0.7451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 331 score: 0.8482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 332 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 333 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 334 score: 0.9548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 335 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 336 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 337 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 338 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 339 score: 0.8486 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 340 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 341 score: 0.5868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 342 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 343 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 344 score: 0.8989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 345 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 346 score: 0.8759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 347 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 348 score: 0.4521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 349 score: 0.6172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 350 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 351 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 352 score: 0.8752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 353 score: 0.9323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 354 score: 0.6359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 355 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 356 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 357 score: 0.5752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 358 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 359 score: 0.4796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 360 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 361 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 362 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 363 score: 0.7938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 364 score: 0.7124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 365 score: 0.6562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 366 score: 0.6552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 367 score: 0.7093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 368 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 369 score: 0.8051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 370 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 371 score: 0.5483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 372 score: 0.7237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 373 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 374 score: 0.7851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 375 score: 0.7291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 376 score: 0.9168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 377 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 378 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 379 score: 0.7463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 380 score: 0.9019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 381 score: 0.5274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 382 score: 0.4924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 383 score: 0.6927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 384 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 385 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 386 score: 0.7154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 387 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 388 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 389 score: 0.7077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 390 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 391 score: 0.8062 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 392 score: 0.7890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 393 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 394 score: 0.8890 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 395 score: 0.6555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 396 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 397 score: 0.7298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 398 score: 0.6070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 399 score: 0.8607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 400 score: 0.9028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 401 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 402 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 403 score: 0.5257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 404 score: 0.6415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 405 score: 0.6833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 406 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 407 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 408 score: 0.9346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 409 score: 0.6733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 410 score: 0.7334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 411 score: 0.8070 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 412 score: 0.6056 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 413 score: 0.6831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 414 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 415 score: 0.8117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 416 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 417 score: 0.7628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 418 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 419 score: 0.9509 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 420 score: 0.9093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 421 score: 0.6300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 422 score: 0.8002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 423 score: 0.7970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 424 score: 0.8823 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 425 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 426 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 427 score: 0.8562 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 428 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 429 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 430 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 431 score: 0.7004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 432 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 433 score: 0.4973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 434 score: 0.8048 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 435 score: 0.5172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 436 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 437 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 438 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 439 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 440 score: 0.8535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 441 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 442 score: 0.8028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 443 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 444 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 445 score: 0.6834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 446 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 447 score: 0.9174 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 448 score: 0.9514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 449 score: 0.5704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 450 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 451 score: 0.8267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 452 score: 0.7074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 453 score: 0.7274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 454 score: 0.7519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 455 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 456 score: 0.5017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 457 score: 0.8026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 458 score: 0.6638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 459 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 460 score: 0.7738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 461 score: 0.5321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 462 score: 0.7205 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 463 score: 0.9000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 464 score: 0.8232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 465 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 466 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 467 score: 0.6412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 468 score: 0.7158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 469 score: 0.8173 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 470 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 471 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 472 score: 0.4441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 473 score: 0.6629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 474 score: 0.6246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 475 score: 0.8007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 476 score: 0.5937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 477 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 478 score: 0.7309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 479 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 480 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 481 score: 0.6184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 482 score: 0.7261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 483 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 484 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 485 score: 0.6866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 486 score: 0.8719 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 487 score: 0.6143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 488 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 489 score: 0.7035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 490 score: 0.5945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 491 score: 0.7549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 492 score: 0.9268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 493 score: 0.8004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 494 score: 0.5647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 495 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 496 score: 0.4887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 497 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 498 score: 0.7553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 499 score: 0.6208 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 500 score: 0.6152 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 501 score: 0.7795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 502 score: 0.7429 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 503 score: 0.7798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 504 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 505 score: 0.7007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 506 score: 0.7242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 507 score: 0.6704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 508 score: 0.7085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 509 score: 0.6273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 510 score: 0.7104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 511 score: 0.5457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 512 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 513 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 514 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 515 score: 0.7966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 516 score: 0.7511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 517 score: 0.7945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 518 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 519 score: 0.8920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 520 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 521 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 522 score: 0.6928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 523 score: 0.6542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 524 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 525 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 526 score: 0.7700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 527 score: 0.4974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 528 score: 0.7779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 529 score: 0.8763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 530 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 531 score: 0.6986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 532 score: 0.5153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 533 score: 0.4930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 534 score: 0.8097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 535 score: 0.5456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 536 score: 0.4821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 537 score: 0.7351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 538 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 539 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 540 score: 0.8238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 541 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 542 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 543 score: 0.7496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 544 score: 0.7884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 545 score: 0.9392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 546 score: 0.7401 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 547 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 548 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 549 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 550 score: 0.6866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 551 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 552 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 553 score: 0.7075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 554 score: 0.6192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 555 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 556 score: 0.6824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 557 score: 0.5008 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 558 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 559 score: 0.8376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 560 score: 0.4813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 561 score: 0.4881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 562 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 563 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 564 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 565 score: 0.7836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 566 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 567 score: 0.8586 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 568 score: 0.7213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 569 score: 0.7411 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 570 score: 0.8242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 571 score: 0.6454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 572 score: 0.5045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 573 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 574 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 575 score: 0.6133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 576 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 577 score: 0.8795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 578 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 579 score: 0.6215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 580 score: 0.7007 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 581 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 582 score: 0.5821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 583 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 584 score: 0.5177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 585 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 586 score: 0.9005 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 587 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 588 score: 0.6961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 589 score: 0.6942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 590 score: 0.8939 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 591 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 592 score: 0.7388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 593 score: 0.6815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 594 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 595 score: 0.7413 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 596 score: 0.6209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 597 score: 0.6225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 598 score: 0.7353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 599 score: 0.6147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 600 score: 0.6686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 601 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 602 score: 0.8392 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 603 score: 0.6851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 604 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 605 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 606 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 607 score: 0.7153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 608 score: 0.7388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 609 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 610 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 611 score: 0.7938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 612 score: 0.5901 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 613 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 614 score: 0.7081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 615 score: 0.4591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 616 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 617 score: 0.8926 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 618 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 619 score: 0.6874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 620 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 621 score: 0.7604 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 622 score: 0.8606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 623 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 624 score: 0.7770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 625 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 626 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 627 score: 0.7455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 628 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 629 score: 0.6982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 630 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 631 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 632 score: 0.8928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 633 score: 0.8891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 634 score: 0.9634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 635 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 636 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 637 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 638 score: 0.4667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 639 score: 0.7536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 640 score: 0.7344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 641 score: 0.8319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 642 score: 0.6442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 643 score: 0.6125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 644 score: 0.7634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 645 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 646 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 647 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 648 score: 0.6865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 649 score: 0.8375 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 650 score: 0.6745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 651 score: 0.6737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 652 score: 0.6423 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 653 score: 0.5607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 654 score: 0.6628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 655 score: 0.7667 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 656 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 657 score: 0.6459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 658 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 659 score: 0.8483 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 660 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 661 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 662 score: 0.5660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 663 score: 0.7410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 664 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 665 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 666 score: 0.7250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 667 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 668 score: 0.6362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 669 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 670 score: 0.8187 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 671 score: 0.7337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 672 score: 0.6030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 673 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 674 score: 0.8298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 675 score: 0.7142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 676 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 677 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 678 score: 0.8700 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 679 score: 0.7573 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 680 score: 0.8230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 681 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 682 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 683 score: 0.7039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 684 score: 0.8584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 685 score: 0.8031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 686 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 687 score: 0.8176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 688 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 689 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 690 score: 0.9440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 691 score: 0.8357 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 692 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 693 score: 0.5028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 694 score: 0.6354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 695 score: 0.9117 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 696 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 697 score: 0.5925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 698 score: 0.4862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 699 score: 0.9035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 700 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 701 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 702 score: 0.8836 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 703 score: 0.6820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 704 score: 0.4178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 705 score: 0.6608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 706 score: 0.8360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 707 score: 0.7540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 708 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 709 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 710 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 711 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 712 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 713 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 714 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 715 score: 0.6776 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 716 score: 0.8990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 717 score: 0.5346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 718 score: 0.7956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 719 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 720 score: 0.6108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 721 score: 0.8564 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 722 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 723 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 724 score: 0.9335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 725 score: 0.8634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 726 score: 0.7849 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 727 score: 0.6809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 728 score: 0.6640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 729 score: 0.8671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 730 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 731 score: 0.7704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 732 score: 0.6691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 733 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 734 score: 0.6993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 735 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 736 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 737 score: 0.7678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 738 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 739 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 740 score: 0.8739 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 741 score: 0.8426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 742 score: 0.6995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 743 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 744 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 745 score: 0.5589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 746 score: 0.8168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 747 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 748 score: 0.7834 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 749 score: 0.8028 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 750 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 751 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 752 score: 0.5309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 753 score: 0.7848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 754 score: 0.8805 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 755 score: 0.5924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 756 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 757 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 758 score: 0.4721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 759 score: 0.5283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 760 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 761 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 762 score: 0.9353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 763 score: 0.8531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 764 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 765 score: 0.7323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 766 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 767 score: 0.7731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 768 score: 0.9319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 769 score: 0.8903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 770 score: 0.7521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 771 score: 0.8100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 772 score: 0.6083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 773 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 774 score: 0.6779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 775 score: 0.6883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 776 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 777 score: 0.6276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 778 score: 0.8857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 779 score: 0.8636 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 780 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 781 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 782 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 783 score: 0.5601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 784 score: 0.6100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 785 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 786 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 787 score: 0.8125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 788 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 789 score: 0.8165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 790 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 791 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 792 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 793 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 794 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 795 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 796 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 797 score: 0.6619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 798 score: 0.7336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 799 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 800 score: 0.7321 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 801 score: 0.8122 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 802 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 803 score: 0.7787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 804 score: 0.7443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 805 score: 0.8240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 806 score: 0.7481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 807 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 808 score: 0.7783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 809 score: 0.7146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 810 score: 0.4310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 811 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 812 score: 0.9332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 813 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 814 score: 0.8081 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 815 score: 0.8338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 816 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 817 score: 0.4774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 818 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 819 score: 0.6521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 820 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 821 score: 0.7869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 822 score: 0.8933 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 823 score: 0.5264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 824 score: 0.7462 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 825 score: 0.7487 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 826 score: 0.4683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 827 score: 0.8377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 828 score: 0.7475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 829 score: 0.7128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 830 score: 0.6889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 831 score: 0.7198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 832 score: 0.6412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 833 score: 0.7708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 834 score: 0.9001 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 835 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 836 score: 0.7337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 837 score: 0.5886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 838 score: 0.7878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 839 score: 0.7587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 840 score: 0.5742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 841 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 842 score: 0.3978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 843 score: 0.7913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 844 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 845 score: 0.4876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 846 score: 0.4507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 847 score: 0.4888 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 848 score: 0.5688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 849 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 850 score: 0.6342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 851 score: 0.8918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 852 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 853 score: 0.8393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 854 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 855 score: 0.7814 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 856 score: 0.7071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 857 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 858 score: 0.8243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 859 score: 0.6042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 860 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 861 score: 0.8010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 862 score: 0.6603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 863 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 864 score: 0.5707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 865 score: 0.6137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 866 score: 0.8508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 867 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 868 score: 0.7702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 869 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 870 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 871 score: 0.6799 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 872 score: 0.8012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 873 score: 0.7299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 874 score: 0.7467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 875 score: 0.8363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 876 score: 0.8566 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 877 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 878 score: 0.9359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 879 score: 0.7535 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 880 score: 0.7923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 881 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 882 score: 0.7713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 883 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 884 score: 0.7793 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 885 score: 0.7664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 886 score: 0.8022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 887 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 888 score: 0.4937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 889 score: 0.7601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 890 score: 0.5807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 891 score: 0.6023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 892 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 893 score: 0.6774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 894 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 895 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 896 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 897 score: 0.7301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 898 score: 0.6846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 899 score: 0.5971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 900 score: 0.7788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 901 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 902 score: 0.7645 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 903 score: 0.7358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 904 score: 0.7735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 905 score: 0.7916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 906 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 907 score: 0.5959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 908 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 909 score: 0.7223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 910 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 911 score: 0.7282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 912 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 913 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 914 score: 0.6570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 915 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 916 score: 0.9567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 917 score: 0.7635 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 918 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 919 score: 0.7450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 920 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 921 score: 0.6251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 922 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 923 score: 0.8390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 924 score: 0.8271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 925 score: 0.8490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 926 score: 0.8654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 927 score: 0.6397 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 928 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 929 score: 0.5330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 930 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 931 score: 0.8195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 932 score: 0.7273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 933 score: 0.7372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 934 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 935 score: 0.7657 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 936 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 937 score: 0.9484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 938 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 939 score: 0.8082 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 940 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 941 score: 0.9703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 942 score: 0.8587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 943 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 944 score: 0.7340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 945 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 946 score: 0.7240 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 947 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 948 score: 0.7010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 949 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 950 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 951 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 952 score: 0.7279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 953 score: 0.5731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 954 score: 0.5703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 955 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 956 score: 0.8856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 957 score: 0.8548 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 958 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 959 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 960 score: 0.5591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 961 score: 0.7061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 962 score: 0.7525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 963 score: 0.8725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 964 score: 0.9084 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 965 score: 0.7865 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 966 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 967 score: 0.6709 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 968 score: 0.4725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 969 score: 0.7050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 970 score: 0.9052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 971 score: 0.7054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 972 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 973 score: 0.6421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 974 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 975 score: 0.7677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 976 score: 0.8364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 977 score: 0.6792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 978 score: 0.9374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 979 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 980 score: 0.6268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 981 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 982 score: 0.6099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 983 score: 0.7574 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 984 score: 0.6606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 985 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 986 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 987 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 988 score: 0.6590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 989 score: 0.6230 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 990 score: 0.9355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 991 score: 0.7924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 992 score: 0.8480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 993 score: 0.7325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 994 score: 0.5824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 995 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 996 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 997 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 998 score: 0.8743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 999 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1000 score: 0.7772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1001 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1002 score: 0.4962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1003 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1004 score: 0.8941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1005 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1006 score: 0.8075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1007 score: 0.8067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1008 score: 0.8339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1009 score: 0.7138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1010 score: 0.7756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en Segment 1011 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-mr-en score: 0.7642 diff --git a/test-ne-en b/test-ne-en new file mode 100644 index 0000000000000000000000000000000000000000..b748581773eeb3feb3e9c12421fb80247fd24e60 --- /dev/null +++ b/test-ne-en @@ -0,0 +1,1012 @@ +We now have four months without alcohol," he added. +Dr. Ehud Ur, the clinical and scientific director of the Canadian Diabetes Association's Diabetes Research Institute at the Helmholtz, Nova Scotia-based Dalhousie University, warned that the research was still in its early stages. +These searches are also unrelated to type 1 diabetes, which is an autoimmune disease in which the body's immune system attacks and destroys insulin-producing cells. +On Monday, Sara Danius, the permanent secretary of the Nobel Literature Committee at the Swedish Academy, announced publicly at a radio program on Sweden's Sveriges Radio that the committee had unanimously agreed to withdraw the award given to Bob Dylan in 2016. +We're not doing too badly at the moment. I've had a lot of friendly exchanges with his colleagues nearby. That's enough for now, Daniels said. +Ring's CEO, Jamie Siminoff, commented on the company's decision to launch the product without the ability to listen to calls in real time. +He made a clock out of a WiFi router. +Simon Cowell said sales had gone through the roof after his appearance on the Sark Tank episode in 2013, where the show's panel of investors declined to fund the startup. +In 2017, Simone Biles appeared on the television channel QVC. +Ring has also partnered with ADT Corporation, a security company that competes with Ring. +There are currently no approved vaccines for the treatment of infectious diseases such as Ebola, which can kill up to 90 percent of those it infects. +One antibody, called Jedemvale, has been shown to bring tumours down to undetectable levels, but formal studies have suggested it brings little or no benefit to patients. +In a PALM test, ZMapp worked as well as three other drugs did in controlling the virus, scientists said. +The USA supports the IOC's Olympic Charter and recognizes the IOC's paramount requirement that all athletes be afforded a safe environment in which to compete. +We agree with the USOC's statement that our athletes and clubs may not be able to provide the best service to our members and their games with the event moving forward. +The U.S. Geological Survey supports independent research, which may shed light on why the lava is flowing so slowly and what geologic changes are necessary to trigger a more explosive eruption. +USA Gymnastics and the USOC have the same goal: to make gymnastics and other sports safer, more positive and more empowering for athletes to grow into adulthood. +In the 1960s, Brzezinski worked as an advisor to John F. Kennedy and then Lyndon B. Johnson. +During the 1976 election, he advised Carter on foreign policy, then served as national security adviser from 1977 to 1981 under Henry Kissinger. +As NSA, he helped Carter negotiate the Camp David Accords, normalizing relations between Egypt and Israel, 1978; the U.S.-China rapprochement of the 1970s; the Iranian Revolution, which overthrew the Shah of Iran, 1979; and the Soviet withdrawal from Afghanistan, 1979. +The Ryan Gosling and Emma Stone-starring musical received nominations in all the major categories. +Gosling and Stone received critical acclaim for their performances. +Other features include the best picture, director, screenplay, film editing, original score, production design, costume design, makeup and hairstyling. +Two songs from the soundtrack, (The Fools Who Dream) and City of Stars received Academy Award nominations for Best Original Song. The Lionsgate studio received a record 26 nominations, more than any other studio. +Shortly before midnight on Sunday, U.S. President Donald Trump announced that the U.S. military was leaving Syria "very soon." +The announcement came after Trump had a phone conversation with Turkish President Recep Tayyip Erdogan. +Turkey will also continue its work to protect ISIS fighters, the statement said, adding that European countries have refused to take back their citizens. +It also doesn't confirm a theory that some dinosaurs had feathers, only that they couldn't have been able to fly, like the ostrich, which has feathers but can't fly. +Scientists have said the creature had a beak like a pigeon, claws like a hawk and teeth like a carnivore. +A telescope onboard the spacecraft also revealed the asteroid's geological makeup. +Despite not developing into the superstars they were tipped to become in their teens, the duo of Barsby and Barbeuws have developed a reputation for being among the nicest guys in the dressing room. +The structure of the pyramids suggests that they were not used for burials, but rather for temperature regulation or display. Researchers suggested, however, that even though it is a young Dynasty pyramid, it is not a tomb, but a cenotaph, a tomb without a body. +Despite the young Dianasaur's death, scientists advised not to touch the adult pterosaurs, as they may have been nursing young. +Two police officers have been killed in a bomb attack on a police station in Turkey's Gaziantep, officials say. +The governor's office said six police officers were injured in the shooting. +The police said they were investigating whether the suspect was inspired by the authentic Daesh (ISIL) fighters. +They circumnavigated the moon in a spacecraft powered by the sun, just as other spacecraft have orbited the Earth. The moon's gravity pulled at the spacecraft, just as the Earth's gravity pulls on other spacecraft. +The light and rotation of the planet are also used to determine the number of stars in a cluster. +Rasbora are small fish, less active than most cichlids. +Iwasaki struggled throughout his travels. +He had been diving for sea urchins and had been stung by a stingray while in a cave, it was reported he had been married in Nepal and was on his honeymoon in India. +802.11n operates in both the 2.4Ghz and 5.0Ghz frequency bands. +It allows backward compatibility with 802.11a, 802.11b, and 802.11g. +The speed of 802.11n is theoretically up to 600Mbit/s, which is more than twice as fast as its predecessors. +The couple, who have two young children, left a large cheque on the doormat at Millar's home, which was related to the story. +Asked about the comments, Miller said, "During the hearing, Mike talked a lot ... so I was just kind of listening to what he was saying." +We will be aiming to cut carbon dioxide emissions per unit of GDP by more than half from 2005 levels by 2020," Hewlett said. +They have not set a target for the deficit, saying it will be based on China's economic output. +Houle "encouraged countries to take the first step and then come back to the table." +He added that they "wouldn't be doing it if they didn't think it was the right thing to do in terms of their development, their responsibility and their ability." +Iraq Oil Report published today at 12.00 GMT. +It warns that no one can guarantee that any action in Iraq will not spark a sectarian war, widespread violence or chaos. +The resolution opened the way for the U.S. to request a vote by the U.N. Security Council on a resolution that would condemn North Korea for its continued nuclear and missile tests and demand that it give up its nuclear weapons. +The statement also called on Iraq to immediately reverse its current policy of nearly all-out criticism of the U.S. +It's the first of 78 sanctions targets to be hit with new penalties this year as part of efforts to tighten the screws on Pyongyang and deny it the cash it needs to fund its nuclear and missile programs. +The current senator and former Argentine first lady Cristina Fernandez de Kirchner is standing trial in the city of La Plata, some 50 km (31 miles) from Buenos Aires, for alleged corruption. +Ms. Kirchner announced her plan to run for president at a rally in Buenos Aires that she used to launch her 2005 campaign for the Senate as a member of the Buenos Aires provincial delegation. +There has been controversy over the cost of the refurbishment of the Titanic-inspired liner, which some financial commentators have dubbed "Bush's New Orleans Disaster". +The liberal criticism of the re-run focuses on the allegation that the rerun is being orchestrated by Washington to gain control of Venezuela's vast oil reserves. +More than four million people went to the polls. +With the number of attendees expected to be in the thousands, it was not possible to accommodate everyone in the St. Peter's Square. +Large television screens had been set up in various parts of Rome for people to watch the parade. +Other Italian cities and landmarks around the world, and even in Poland, had similar sets made, which were seen by millions of people. +Historians have criticized past FBI policies focusing sources on stolen cars, saying it contributed to the agency's failure to solve the case. +Congress began the financial 2005 audit and directed the FBI to investigate the 10 agents involved in the leak. +Robin Uthappa made 70 off 41 balls with 11 fours and 2 sixes as Mumbai Indians posted a mammoth 202/4. +In the middle of the innings, Sachin Tendulkar and Rahul Dravid put on an unbeaten 100 runs partnership. +But India managed only 36 runs in 7 overs after losing the captain's wicket. +U.S. President George W. Bush will arrive in Singapore on Nov. 16 to begin a seven-day trip to Asia. +He was greeted by Singapore's Deputy Prime Minister Wong Kan Seng and discussed trade and security issues with Singapore's Prime Minister Lee Hsien Loong. +A week after losing his seat in the midterms, Busch told a viewer about the expansion of Asia's trade. +Prime Minister Stephen Harper has agreed to introduce legislation to create a Universal Declaration of Parental Rights, following a meeting with NDP Leader Jagmeet Singh on Monday that lasted 25 minutes. +Layton also called on the prime minister to amend the Conservative Party's constitutional legislation to allow for a "thorough and complete review" of the legislation. +The federal government is moving to take control of the finances of the Massachusetts General Hospital, which is based in Davenport, Massachusetts. The state government and some federal lawmakers have criticized the move, which they see as a way for the federal government to interfere in the November elections. +The prime minister also said the hospital had been bought by the territory's government from the private operator at a discounted price of AUD$45 million, with an additional AUD$45 million pledged by the federal government. +According to the USGS, a tsunami warning was in effect for the coastal areas of Palu and Donggala. Some certain tsunami activities had been recorded in the area of Palu and Donggala. +There have been no reports of major damage or injuries in Tonga, but power is out across the island, preventing officials from receiving a tsunami warning that was issued for Tonga by the Pacific Tsunami Warning Center. +Fourteen schools in the airport area or nearby remained closed on Wednesday, even though the warning had been lifted. +The United States' President George W. Bush welcomed the announcement. +North Korea's pledge to work toward "denuclearization of the Korean peninsula" is a "significant concession," Bush administration spokesman Gordon Johndrow said. +Hurricane Jerry, the tenth named storm of the 2019 Atlantic hurricane season, has formed in the Atlantic Ocean. +The National Hurricane Center says Jerry is not posing a threat to the U.S. mainland. +The U.S. Corps of Engineers estimates that a 6-inch rainfall would be enough to overtop the levee. +The ninth ward, where Hurricane Katrina's floodwaters reached 20 feet deep, is now surrounded by a levee. +The water is 100 feet deep at the bridge. +Kommersant's editor-in-chief, Adam Kovalev, expressed disappointment at the meeting with Viktor Yanukovych. +He's been lying to us from the get-go. First, he pretended it was about legal reasons. Then, he pretended it was about his artistic vision." +Community water led to recent attempts to craft a policy for the site, which hosts millions of open-access media files. +Most of the work was theoretical, but the programme was written to compare the predictions of the Standard Model with observations of the Higgs boson. +The dark matter detector between the Milky Way's dark matter and the Andromeda galaxy's dark matter is looking for the effects of gravitational lensing. +As the moon pulls on the Earth, it also pulls on the ocean, creating the tides. Similarly, the gravity of the sun also pulls on the Earth, causing the tides to bulge on the side facing the sun. +Scientists have been able to demonstrate that a magnetic field can affect the behavior of other magnetic objects in a similar way to how a compass needle is affected by the Earth's magnetic field. +According to this theory, the interstellar object is composed of a substance called an asteroid that is made up of many small rocks. +Television reports showed smoke billowing from the plant. +Local authorities are urging residents of Beruwala to stay indoors, shut their windows and not drink the tap water. +The nuclear-powered submarine Kuroshio and the diesel-powered submarine Oyashio are based in Yokosuka, according to Japan's Maritime Self-Defense Force. +Officials fear it could spill containers of liquefied natural gas and create a fire hazard in the area. +Dr. Tony Moll has found an outbreak of extremely drug-resistant tuberculosis (XDR-TB) in the KwaZulu-Natal region of South Africa. +In an interview, he said the new sanctions were "very high on the death toll, very high on the level of concern and fear." +Some of the patients may have been admitted to the hospital, said Dr. Mol, and at least two of the hospital's health care workers. +An infected person can infect 10 to 15 people within one year. +An infected person can infect 10 to 15 people within one year. +However, the prevalence of XDR-TB is still relatively low among people with drug-resistant TB; there are an estimated 6,000 people with drug-resistant TB in South Africa alone. +Scientists say the blast was a large one. +They are still assessing the size of the disaster and the impact it will have on the planet. +The U.S. Defense Department's strategic command is tracking the remnants of Hurricane Florence. +The analysis of the cyber attack will be published on a public website. +Officials in Pennsylvania say a doctor who worked at a children's hospital in Pittsburgh has been charged in the death of his mother, who was found dead in her car with a self-inflicted gunshot wound to the head. +Dr. Malar Balasubramaniam, 29, was meeting a friend at Blue Ash, Ohio, a suburb about 15 miles north of Cincinnati, where she worked as a cardiothoracic surgeon. +He directed officers to his black Range Rover, which was parked 500 feet away. +They also laid a wreath at the memorial to 53-year-old Saroja Balasubramanian, who died in the attack. +Police said the body had been there for about a day. +This is the first time that cases of the disease have been reported in the area during this season. +Pigs are carriers of this disease and it then infects humans. +Prakash has urged the Indian government to motivate farmers to cultivate sugarcane in drought-prone areas, procure thousands of tonnes of sugarcane and also to motivate sugar mills to buy sugarcane directly from farmers. +The government has also pledged millions of doses of insulin, to help health agencies prepare for a year's worth of supplies. +Its lower priority compared to other diseases and the lack of a vaccine make it one of the hardest infectious diseases to control in the most affected areas. +In 1956 he moved to Sweden, where he became a mainstay of the Swedish postal service three years later. +He had produced more than 1,000 tickets for Sweden and 28 other countries. +His work has received accolades and descriptions that he is one of the "most celebrated names" in the field of philately. He has also received expertise in the field of numismatics. +His 1,000th ticket was for David Copperfield's "Greatest Illusionists of All Time" show in 2000, which was listed in the Guinness Book of World Records. +His recent work includes bank notes for several countries, including Canada's new $5 and $100 bills, which feature the portrait of Prime Minister Justin Trudeau. +Gibson was taken to a hospital, where he later died. +The 64-year-old truck driver survived the crash. +The car was travelling at about 1200 GMT when it crashed into the barrier. +A man working at a nearby garage said: "There were children waiting to cross the road and they were all screaming and crying." +They all fled the scene of the accident. +Other issues on the agenda of the Bali summit include helping to save the world's oceans and helping developing countries to move towards a low-carbon future. +Also, the United Nations hopes to finalize a plan to help countries affected by global warming deal with its impacts. +Money can go towards flood-resistant homes, water management and food diversification. +Fluke wrote that attempts to shame women into talking about their health had backfired. +Both women and men say they would be more likely to get the vaccine if they perceived it as a medical necessity rather than a contraceptive. +After being treated at a hospital, the wounded were taken to another prison about 40 km (25 miles) away and denied access to their lawyers. +Midstayers seek to improve conditions, but prisoners' demands are unclear. +Around 10:00-11:00 p.m. between MDT and BGC, inmates started a fire. +Officers entered the jail and found Yarbrough dead with a gunshot wound to the head. +The firefighting team finally brought the fire under control at 11:35 pm. +After the dam was built in 1963, seasonal floods that carried various materials down the river were blocked. +Talmar was required to build a shipyard and a seawall to protect the wildlife habitat. +As a result, two subspecies have gone extinct and two others are endangered, including the hammerhead shark. +Even though the water level is still a few feet above flood stage, officials are hopeful it will be enough to break the banks of the Barrow River. +There are no tsunami warnings in effect, and the earthquake did not trigger a tsunami warning, according to the U.S. Geological Survey. +There was no tsunami threat, but residents were warned to stay away from the shoreline just in case. +Despite being sidelined with an ankle injury, Winfrey was adamant that she would be back to her fans as soon as possible. +It's not going to happen overnight. It's a marathon, not a sprint." +The final results of Namibia's presidential and parliamentary elections indicate that incumbent President Hifikepunye Pohamba has been re-elected with an overwhelming majority. +The ruling party, the South West Africa People's Organisation (SWAPO), also retained its majority in parliament. +The carrier and the Afghan army had moved in to secure the site, and other NATO helicopters were on the way to help. +The accident happened in the High Himalayas and is believed to have been caused by an avalanche. +Bad weather and rugged terrain hampered rescue efforts in the area where the crash occurred. +The Medical Charity Mangala, Medicins Sans Frontieres and the World Health Organization say the situation in the country is the worst it has ever been. +Richard Berriman, a spokesman for Medecins Sans Frontieres, said: "The situation in Angola is now the worst it has ever been, and the situation in Angola is very bad." +The games started at 10:00 a.m. in good weather and the short mid-morning break was ideal for a 7 o'clock rugby match. +South Africa got off to the perfect start in the tournament as they cruised to a 26-0 victory over the hapless Namibia, who are now bottom of the log with five points. +South Africa continued to improve throughout the match against their southern neighbours and deservedly took the spoils. +Their disciplined defense, ball-handling skills and excellent teamwork separated them and it was clear that they were the team to beat. +Officials with the Amsterdam city government and the Anne Frank Collection say the graffiti is vandalism and poses a risk to public health since it contains phthalates. +It was due to go to trial on Monday, but it has now been adjourned until further notice. +All of the entrances to the cave, which was nicknamed the "Seven Sisters," were between 100 and 250 meters (328 and 820 feet) apart. +The infrared images also showed temperature differences between different parts of the night sky and hints of what may be caves. +They are colder than their surroundings during the day and warmer at night. +Their thermal behavior is not that of a large volcano that usually maintains a constant temperature. It's more like a deep pit in the ground." USGS astrogeologist Thaddeus Kuklinski, based in Flagstaff, Arizona. +In France, voting is traditionally done in booths: Voters go into a booth, close the curtain, and mark their ballot in privacy. +Voters cast ballots into a ballot box after officials verified the voter rolls in a polling station in Jakarta, Indonesia, April 17, 2019. +French election law tightly constrains campaigning. +Since 1988, ballot boxes have been permanently visible to ensure that voters and observers can see that no one is tampering with the ballots and that the official ballots are the only ones counted. +Candidates can appoint representatives to observe each phase of the process. In the end, volunteers count the ballots under the supervision of specially trained monitors. +The first of these cost-saving and efficiency-boosting measures, the SS EPC, became a topic of the 2007 Taipei IT Month. +But after ASUS received the Taiwan Excellence Award in 2007, the laptop computer market would never be the same. +The station's website describes the show as "The New and Improved Greek Spin Cycle." +The show had been on the air for a long time and was only available on the now defunct Internet radio site TogiNet Radio. +Tognetti established the Astor Piazzolla Tango Quintet in 2015 as the orchestra's assistant conductor. +The performance marked the first time that native Texas artists have been presented on the grounds of the Capitol. +The general plan was in effect overnight because the law enforcement official who was on scene did not show up. +A witness described seeing a group of men steal a man's belongings while he was stopped on the side of the road. +A number of Basingstoke MPs have condemned the decision not to prosecute the protestors. +South Africa beat the All Blacks (New Zealand) in a Rugby Union Test match at the Royal Bafokeng Stadium in Rustenburg, South Africa. +The final score was 21-20 in favor of the All Blacks, who won 15 of the 21 matches they played against the Springboks. +For Springs, it ended a five-match losing streak. +It was the final race of the season for Alonso, who leaves the team at the end of the season. +The Springboks said they would play the final match of the series against Australia next weekend at Ellis Park in Johannesburg. +A medium earthquake hit western Montana at 10:08 a.m. on Monday. +The United States Geological Survey (USGS) and its National Earthquake Center have not yet received any reports of damage from the quake. +The epicenter of the quake was located about 20 km (15 miles) north-northeast of Dilan and 65 km (40 miles) southwest of Bute. +A dead migratory bird infected with the highly pathogenic H5N1 bird flu strain has been found in the north of France, the local prefecture said on Monday. +France is the seventh European Union country to be hit by the virus, after Austria, Germany, Slovakia, Bulgaria, Greece and Italy. +Croatia and Denmark have not confirmed cases of H5N1. +Chemicals released by millions of tons of decaying organic matter in the Earth's trillions of bacteria created the conditions for the origin of life. +Atheist Chambers argued that his client's beliefs were "deeply rooted" and "sincerely held." +The story presented by Camille Saint-Saëns in the opera "Samson et Dalila" is that of a man "whose life is determined by drugs and Japan's love." +As a result, the artists perform on stage and the theatre itself encourages audiences to participate. +Former Speaker Nancy Pelosi and Congresswoman Maxine Waters are ranked fourth, fifth and sixth, respectively. +After the result, Zingaretti praised Santeramo, but had harsh words for Zingaretti himself, accusing him of running a negative campaign against Di Maio in the run-up to the vote. +Perry, according to the report, "is headed to Texas tonight to value the race, which will determine whether he has a path to the runoff or not," but later said he would stay in the race and compete in the South Carolina primary on Jan. 21. +Bayern Munich's Kimmich decides against ending his career in August +The photographer was taken to Ronald Reagan UCLA Medical Center, where he later died. +He was in his 20s to 30s, authorities said. "While I did not know the victim personally, my thoughts and prayers are with the family of the victim of this tragic incident," Bibbler said in a statement. +The entertainment news website TMZ reports that the photographer tried to get the car to stop by standing in front of it, and continued to walk in front of the car as it pulled away, which California Highway Patrol officers are said to have told him twice to get out of the road. +The driver of the car that struck the photographer is unlikely to face criminal charges, police said. +With more than eight medals available in a day, some countries have failed to win a single medal. +They combined to finish tied for 10th at the 2017 U.S. Women's Open and tied for 11th at the 2018 Women's British Open. +Australia's Michelle Gorley secured silver in the men's standing super-G, while Czech rival Ondrej Jelisek took bronze. +Mexico's Arley Beltran sits in sixth place on the Citigolf Super-G men's standings. New Zealand's Adam Hall sits in ninth place on the standings. +Poland's blind skier Maciej Krezel and guide Anna Ogarzynska finished sixth in the men's super-G, as did South Korea's Jong Seork Park in the men's super-G. +Haiti accuses UN peacekeepers of causing cholera outbreak after 2010 earthquake +He was awarded the title of National Superintendent of the Year in 2009. +The army's arrival, however, was not to face the problems associated with the diseases of the 1800s. +The High Commissioner for Human Rights and the International Federation of Red Cross and Red Crescent Societies have suggested that the Nepalese UN peacekeeping contingent investigate the allegations. +UN health experts fear possible Ebola outbreak in DRC +Hamilton confirmed that the Howard University Hospital was able to stabilize the victim. +The former Nazi was standing trial, where some of Eichmann's descendants were seen. +The hospital said in a statement that it was following protocols for infection control, including isolating the patient, to prevent the possible spread of infection to other patients. +The first simulators were used to train pilots in various conditions. +In the 1980s he worked on shows such as Taxi, Cheers and The Tracy Ullman Show. +In 1989 he helped create The Simpsons and was responsible for hiring the show's first writing staff. +Even after leaving the show in 1993, he continued to hold the title of executive producer and received royalties every season worth tens of millions of dollars. +The first Chinese news agency, Xinhua, reported a plane hijacking. +The response later said that the plane had felt the blast from the bomb and was turning around, heading back to Afghanistan. +The initial response said the plane had been heading to Afghanistan. +Air crashes are relatively common in Iran, a country with a mixed record of civilian and military operations. +International sanctions mean new aircraft can't be bought. +Three people died and three others were injured in a helicopter crash in New York this weekend. +Last month, Iran faced its worst aviation disaster, when an Airbus A300 crashed shortly after takeoff killing all 168 people on board. +The same month another large plane crashed on approach to the airport, killing more than 180 people. +Aerosmith has canceled several concerts on their tour. +The rock band was set to embark on a U.S. and Canada tour starting Sept. 16. +Stephen Tyler, the lead singer of the band Aerosmith, canceled his appearance at the festival, which was scheduled for Aug. 5. +Both players held serve in each of their first two service games on the match's opening set. +Daley had taken an early lead in the second set, but he also needed a tie-break to level it at 6-6. +Potter received treatment in his own half but was able to continue. +The event started at 8:30 local time (15.00 UTC). +Well-known singers from across the country presented songs or devotional songs dedicated to Lord Shyam. +Singer Sanjay Sharma started the concert, followed by Jay Shankar Chaudhary who also performed a solo song. Singer Raju Khanal was on stage with him. +Then, Lucky Singh took the lead in singing the song. +The 108 plates were given to the Prophet Joseph Smith by the Angel Moroni (in The Church of Jesus Christ of Latter-day Saints, there are 56 different food items, such as milk, fruit, vegetables, etc. that are consecrated to God). +Lakhwinder Singh also performed the song Chappan Bhog. The singer, Raju Khandelwal was also present there. +Nintendo of America president Reggie Fils-Aime revealed the company's new Nintendo Switch console at a Tokyo Game Show press conference on Thursday. +Using two sensors positioned either side of the viewer's television, the controller monitors the position of the user's television and adjusts the picture accordingly. +Its assistance allows players to control the system with video game-like actions and motions. +Giyancarlo Fisichella lost control of his car and crashed early in the race. +His teammate Fernando Alonso was often the faster of the two, but his pit-stops dropped him back, possibly because of a damaged front wing. +Michael Schumacher retired shortly after the 2012 race in which he suffered a head injury in an accident during a practice run. +She's so pretty and so nice," he said, according to a transcript of the news conference. +I'd be lying if I said I wasn't nervous about that. +Within three minutes of the observation, an unmanned camera showed a large piece of insulation falling from the fuel tank. +However, it is not believed to have caused any damage. +NASA's shuttle program chief N. Wayne Hale Jr. said "the foam fell off after our concern." +A minute into the shower, the wind picks up to about 70 kph... then the rain starts, howling in like a freight train, pounding the roof, the windows, the walls, deafening and terrifying people as they huddle in their beds. +I had my sister and her partner trapped in a bathroom with two injured people, people screaming for help," said Armande Boursier. +NHK also reported that a nuclear power plant in Fukushima was operating normally. +Hokuriku Electric Power Company reported that the plant's No. 1 and No. 2 reactors were shut down, and there were no immediate reports of damage from the quake. +There are about 9,400 homes in the area without water and about 100 without power, according to the report. +Some roads are impassable, rail service is suspended in the affected areas, and the airport in Ishinomaki is closed. +A bomb exploded outside the Governor General's office. +Three bombs exploded near government buildings within two hours. +Some reports said the official death toll stood at eight, with another 30 people missing; the final toll was still unknown. +Both the Saudi Arabian Eid al-Fitr and the Malaysian Hari Raya holidays involve the slaughter of a pig, which Muslims are forbidden from eating. +University researchers have discovered two molecules that react with each other to create crystals, and they may be able to teach molecules how to behave. +Investigators used a more powerful microscope and a synchrotron light source to observe the crystals embedded in the meteorite. +These crystals are found in the feces of infected house pets. They can be compared to the crystals found in infrared spectroscopy (FTIR). +I don't know if you've noticed or not, but a lot of the stuff that comes out of central America comes through Guatemala. +Our products were also sourced from the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place by the tariffs that were put in place +It didn't make any sense to me; it wasn't right. +I tell people all the time, the way you treat us is the way we're going to treat you. +California Governor Arnold Schwarzenegger has signed into law a bill that bans the sale or rental of violent video games to children. +The bill would require violent video games sold in California to carry an "18" label, and levy a $1,000 fine for selling such games to minors. +Publication director, Kier Starmer QC, made the announcement to HHN and Pryce this morning. +Huhne has resigned and will be replaced in the cabinet by Ed Davey, the MP for Kingston and Surbiton. Davey is expected to take over as business secretary from Vince Cable, the MP for Twickenham. +The trial is set to begin Feb. 16 in the U.S. District Court for the Western District of Michigan. +The 25-year-old Nicolas Allday and 21-year-old Jachierry Cadbury were on their way to Bouvet Island. Cadbury was the pilot. +Edgar was taken to hospitals in Pahoa and Hilo, while Christopher Snyder, who performed the surgery that saved his life, was on his way to Hilo. +The fifth person on the tower was working on the crane when it collapsed. The crane operator was pinned by the crane, one arm pinned by the crane, one foot pinned by the crane and another trapped by the collapsed crane. +Schneider testified via video link from the USAF base where he is stationed. +Karpenko also competed in the 100m and 200m sprints at the Championships. +It was his first slalom, where he finished 36th of 116 competitors. +His other race, the women's 4x400m relay, finished fourth in 3:41.30, 2:11.60 minutes behind first-place finisher Austria's Claudia Losch and 1:09.02 minutes behind tenth-place finisher Gong Lingling of Hong Kong. +Four runners from the women's sitting group failed to finish their races and another 45 of 117 total runners in the giant slalom did not finish. +The stolen laptop and mobile phone were recovered by the Central Province Police. +Assistant Inspector General DK Aryal said, "We have arrested five persons and seized their mobile phones and laptops." +There are temples dedicated to Baba Kanjar, Bhutha Kanjar, Rampro Kanjar, Gaza Kanjar and Vishnu Kanjar. +According to police superintendent Chandra Shekhar Solanki, the accused were present in the court. +The car ploughed into a house where three people were inside, injuring two of them. +However, the driver suffered a serious head injury. +The crashed road was temporarily closed, with emergency services diverting traffic away from the scene overnight. +He was due to be taken to James Paget Hospital in Gorleston. +He was taken to Cambridge's Addenbrooke's Hospital. +Adekoya has been charged with the murder of his son at Edinburg Sheriff's Court. +He is currently being investigated by police, but there is no obvious motive as his image has been widely publicised. +It is common practice in the country but the Scottish judges work differently from their English colleagues in that the court usually publishes the photographs of the defendant. +Dundee University professor Pamela Fergusson wrote: "The publication of the photographs of the alleged suspects puts journalists on a collision course with the law." +The Crown Office, which is responsible for prosecuting the case, has indicated that the accused will not be commenting on the allegations. +According to the secret documents, the letter will reveal that Palestine wanted the border to be based on the pre-1967 Middle East war. +The future status of the holy city of Jerusalem, claimed by both Israel and the Palestinians, is also expected to be on the agenda. +Israel will continue to maintain a military presence in the Gaza Strip for as long as it takes to ensure that Hamas does not rearm, the agreement states. +Rangers had been on the verge of relegation from the Premiership before the takeover was completed and the impact it had on the club's finances was valued at more than £100m. +The NPWS and the Sporting Shooters Association of Australia (NSW) entered into a partnership to employ suitably qualified volunteers to carry out shooting activities on NPWS land. +The four bats that were captured for the first controlled release were fitted with sophisticated security and training collars, according to Mick O'Flynn, park conservation and management director for the NPWS. +Martelly took the oath today before the nine-member new provisional electoral council (CEP). +It's Marte's fifth CEP in four years. +Last month, the National Elections Commission certified the next CEP, which is scheduled for Oct. 27, 2019, as the country's new election date. +Martelly's response to the government-opposition standoff in October was similar. +Violent protests erupted in 2011 after the election was deemed fraudulent. +Around 60 staff were working at the IPO when the fire broke out, with six staff injured and four taken to hospital. +Japan's Ministry of Economy, Trade and Industry (METI) says it is aware of 27 related incidents involving its devices. +Last week, METI announced that Apple had informed it of 34 cases of overheating, which the company called "non-critical." +The ministry said Apple's response was "extremely disappointing." +The quake hit just after 07:19 local time (09:19 GMT) on Friday. +North Korea's Foreign Ministry said in a statement that Pyongyang has made no report of any damage in the country. +The Pacific Tsunami Warning Center also said there were no signs of a tsunami. +Philippines police lock down tourist hotspot in Manila over bomb scare +Rolando Mendoza fires his M16 rifle at tourists. +Hundreds have been rescued and at least six people have been confirmed dead. +Six prisoners, including a child and an elderly man, were quickly rescued by Filipino photographers. +Photographers followed the elderly woman as she made her way to the ATM. Mendoza lost his wallet. +Lygins entered the medical field after following in his father's footsteps. +She was trained as a midwife and began work at Alexandria's National Women's Hospital in 1959. +While he was working in the hospital, Liggins was studying to become a midwife in his spare time. +His research has shown that the hormone oxytocin speeds up the rate at which the foetus embeds into the uterine wall. +The government investigators said the two "black box" flight recorders had been damaged in the crash and were not recoverable. +Friends also paid tribute to Luna. +Tommy Dreamer said "Luna was the first woman to ever main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a PPV. She was the first woman to main event a P +Dustin "Goldust" Rhodes commented that "Luna was a very special person... even more so... I'll always remember her and hope that she's in a better place." +Of the 1,400 people surveyed ahead of the 2010 federal election, 80 per cent were against Australia becoming a republic. +Prime Minister Julia Gillard insisted during the 2010 federal election campaign that she believed Australia should become a republic by the end of Queen Elizabeth II's reign. +A survey of 34 percent of Australians found that two-thirds agreed with this view. +In the referendum with the highest turnout in Australia's history, 51.9 per cent believed Australia should become a republic, while 48.1 per cent believed Australia should never become a republic. +The Olympic gold medallist was due to compete in the 100m and 200m freestyle and the 4x100m relay at the Commonwealth Games but pulled out due to a shoulder injury. +He is unable to take the medication he needs to deal with his trauma as he is banned from bringing drugs into the prison. +On January 25, mathematician and computer scientist Cyrus Kedis discovered the largest known prime number. +Many people used various hardwares and softwares to mine the cryptocurrency and announced it on Monday. +Asteroids may have brought water to Earth, as well as the organic molecules that gave rise to life, and may have been a source of water on the early Earth. +Scientists are hoping the probe will shed light on how the Earth came to be, especially how the Earth came to be the way it is. +Kouméi, 53, began his term as president this year and signed a bill last month legalizing same-sex marriage. +He referred to the reports as "political disinformation and stupidity." +He is expected to run for president in 2016. +NexGen is a system that the FAA claims will allow planes to fly shorter routes and save millions of gallons of fuel each year while helping to reduce carbon emissions. +It allows air traffic controllers to give the green light to more flights and also allows pilots to use more sophisticated equipment that relies on satellite-based technologies rather than old-fashioned ground-based radar. +There are no additional flights in and out of Vembuli and the grounded railways are not available and car parking and park and ride facilities are not available. +The prospect of being left behind without a car is growing as more and more people support the idea of a car-free city. +A study published in the Proceedings of the Royal Society B on Monday reported the discovery of new bird species on Ecuador's Galapagos Islands. +Researchers from the United States' Princeton University and Sweden's Uppsala University say they've discovered two new species of tardigrade, though local Darwin finches, giant finches and foreign seed finches were thought to be responsible for the island's diversity until now. +They can be found in all kinds of sizes. They can even be found in small sizes. +It can be carved into a small boat, which can be sailed or rowed. It can also be hollowed out and used as a drinking cup. +It can be made from a number of different metals, and can be made to be as thin as a sheet of paper. It can be made to be as thin as a sheet of paper. +It is called the pH of a substance. You can make a solution by using distilled water. +The acidity or alkalinity of a solution depends on the concentrations of the hydrogen and hydroxide ions present. +The amount of hydrogen (H) ions in a solution is indicated by the pH scale. +The hydrogen ion has a single proton and a single electron removed (hydrogen atoms have a single proton and a single electron). +The two powders were mixed together and then kneaded into a dough, before being moulded into balls and rolled in sugar. +Your hands' oils will react with the outer layers of the leaves, which will feel slippery and create a kind of lubricant. +Almost all houses in the cities of Hadappa and Mohenjo-Daro had a sophisticated flush toilet connected to a drainage system. +The minoan civilization of Crete and the Minoan palaces of Santorini are famous for their sophisticated drainage systems. +The ancient Egyptians, Persians, and Chinese also had bathhouses. In the Roman Empire, bathhouses were sometimes part of a public gymnasium where men and women would exercise together. +You'll be using a rocket thousands of miles away tomorrow. +A spacecraft enters orbit around a planet and then immediately begins to circle the planet. +The rocket was carrying a satellite into space. Scientists use telescopes to study stars and other objects in space. +A rocket standing more than 100 feet tall is needed to put a satellite or telescope into orbit. +Pangaea moved the continents to where they are today. Pangaea was the biggest thing that ever happened to our planet. +It has brought us rail, cars, and many other travel conveniences. +There are many medium-sized predators within the animal kingdom that can hunt and kill medium-sized prey. +In the end, there are many different types of small game (wild rabbits, squirrels, pigeons, etc.) to hunt with a small calibre rifle. +The secret to their success is said to be the culture of the club, a unique place to work where everyone pulls in the same direction. +Pigs are the most social animals, living in large groups called herds. +There are more than three related adults and juveniles at Zoo Atlanta. +Women are often related to one another through marriage, as daughters-in-law and mothers-in-law. +Groups of chimps show similar behaviour to bonobos or kookaburras, being surprisingly chimp-like in their behaviour (though not in their size) and having a great deal of killing in their diet. +The versatile player, who can also play in midfield, has scored five goals in five appearances so far this season. +The bat also belongs to the same group (order Chiroptera) as the flying fox, the blossom bat, and the vampire bat. These four are the only mammals capable of flight. +Rage doesn't come out as a full voice, but more like a growl, grunts, guttural words. +Ocelots eat small animals. If they can catch them, they eat bats, snakes, mice, and birds. Ocelots are smaller than most of the animals they hunt. +Scientists think that ocelots mark their territories by spraying urine in order to let other animals know where they live. +They can be seen in the dark with night vision goggles, and often without them as well. Ocelots hunt in areas where their prey is scarce, stalking and ambushing their victims. +Small groups of animals (a small population) separate themselves from the main population (as they would a herd of cows or a flock of sheep or a colony of ants) and find themselves in a new environment. +There are different resources and competitions in the new environment, so the new community will require a different set of amenities or conveniences than the previous one did. +There has been no change in the native population, they still require the same level of care as before. +With time, as the new population becomes established in their new environment, they will only be visible to the other population as a tiny fraction of the total. +After thousands or millions of years, they will differ by as much as they would be called different species. +We call this process speciation, which means the formation of new species. Speciation is an irreversible process and a crucial part of the evolutionary process. +Plants make oxygen which humans breathe in and they take in carbon dioxide which humans breathe out (i.e. exhale). +Plants use sunlight to make their own food. They also provide shade. +We build our houses out of plants and eat a lot of plants that are food. Plants can't run away from animals. +Moussaoui was on trial for his life, so he had nothing to fear from other Moussaouis. +Its mouth was filled with more than 70 razor-sharp teeth, including additional sets of molars and incisors, meaning that it had nothing to fear from its prey. +We don't know for sure, but its diet may have included crayfish, large mussels, other mollusks, and it may have been a carnivore. +It's armed with nothing that can attack anything in the water. A large destroyer like the Ticonderoga can't do much about it either. +Although their food was similar to ours, the Romans ate a variety of strange or exotic animals including wild boar, pig, ostrich, peacock and even snakes. +Another difference was that while the poor and women sat on the floor to eat their food, the rich sat on chairs where they rested their backs while they ate. +Old Roman food did not include food brought from Europe to the Americas or Asia in the 16th century. +For example, they didn't have tomatoes, potatoes, peppers, cocoa, or any of the ancient Roman delicacies. +The Babylonians built a temple for each of their gods, which they called the "house of the god". +People brought the gods weapons and priests tried to fulfill the gods' needs through rituals and sacrifices. +Each temple had an open courtyard and then an inner temple where only priests were allowed to enter. +Ziggurats were once constructed as part of a temple complex. +The temple was located in the upper part of the hill. +Houses were not important in the Middle Ages. +Most of the Hippo family lived in the open savannah. +Women cooked in the trenches; stores became open-air canteens. The cooking pots were used as helmets. +The land of Canaan was not densely populated, so there was plenty of room for the Israelites. +Greenland was inhabited long before Europeans arrived. According to Norse sagas, Erik the Red was exiled to Greenland from Iceland in the 10th century, and it was from there that he and his men explored the west coast of Greenland and gave it the name Greenland. +They didn't find anything, but at the time the Eskimos said they were the first ones to live there. +Although each country was "Scandinavian", there were many differences between the people, kings, rituals, and history of Denmark, Sweden, Norway, and Iceland. +If you go to the National Traveler's Cinema, you may be reminded of the fact that Naxos was occupied by the Italians before the declaration of independence. +However, that is not true. Even though it is written on a piece of paper, it is not a secret. +The Declaration of Independence was dated "The unanimous Declaration of the thirteen united States of America, July 4, 1776." +While it's not known who wrote it, it is known that it was commissioned by Balthasar Hubmaier (1488-1528), a radical Anabaptist preacher who was burned at the stake for heresy in 1528. +Thus, the label is likely to remain in place. +The D-Day invasion and subsequent battles had freed the north of France, but the south was still occupied. +The "Vichy" was sunk by a German submarine. The Germans had signed a peace treaty with the Vichy French in 1940 and were not supposed to attack them. +Allied forces called the invasion of southern France on Aug. 15, 1940, "Operation Dragoon." +Only two weeks after the American and Free French forces had liberated southern France, they found themselves fighting the Germans in Germany. +Society is said to be a single culture shared by a large group of people who live and work together in a community. +The word civilization comes from Latin civilis, which means civil, i.e. relating to a citizen, and civitas, which means city-state and is also used to distinguish between societies of different sizes. +Cities are the treasure chests of nations. A rich culture leaves a wealth of knowledge, a vibrant cultural symbol and an unbiased communicator. +Small civilizations often fail to leave any significant historical legacy and are thus unknown to most people. +The Thirteen Colonies were the first democratic central governments in the history of the world. +With no power to compel Congress to act, and with no national executive or judiciary to enforce their decisions, the states were often left to act on their own initiative. +It also did not give the states the right to complicate cross-border trade and tariffs. +The laws required unanimous consent of all states and the states feared that their representatives would often be outvoted by the central government. +Italy's national football team and the German national football team are the second most successful teams in the world, having won the FIFA World Cup in 2006. +Famous sports include football, basketball, baseball, volleyball, water polo, tennis, cycling, ice hockey, roller hockey and F1 motor racing. +The Italians compete in a number of winter sports that are more popular in the northern regions of the country, as well as in international and Olympic competitions. +Japan has about 7,000 penguins (the world's 7th largest), which make Japan the world's 7th largest penguin population! +Due to the geography/location of the islands of Japan, Japan is often referred to in a geographical context as the "archipelago". +Taiwan's search and rescue began in the 15th century, where European navigators named the island Ilha Formosa or Beautiful Island. +In 1624, the Dutch East India Company established a trading post at Batavia on the island of Java in Indonesia, beginning a Dutch presence in Southeast Asia that would last until World War II. +In 1683, the Kang clan (1644–1912) took control of the western and northern coastal regions of Taiwan and declared Taiwan a province of the Kin Empire in 1885. +In 1895, after losing the First Sino-Japanese War (1894-1895), the Qing government ceded Taiwan to Japan, which governed it until 1945. +The Machu Picchu site contains three major structures, including the Intihuatana, the Sun Temple and the Three Door Enclosure. +Many of the buildings surrounding the compound have been renovated to give tourists a good idea of what they would have looked like in their heyday. +The Maasai were thirty percent of the population in 1976, and are still three percent today. +For example, the most common film format in the world until the end of the analogue film era was 35mm still photography. +It's still produced today, but is said to be outclassed by digital camera sensors. +In fact, at 36 miles wide and 24 miles high, it has a volume of about 35 million cubic miles. +The odds (obtained by dividing the total number of outcomes by the number of possible outcomes) are therefore 3:2. +Most regular patterns (e.g. the APS pattern family) are about the same or slightly smaller than the nominal size. +The second most-used and often misused and abused rule is a simple direction that maps the order of operations onto a sequence of steps. +It says that the most influential aspect of style is the division of space into three roughly equal parts (see example). +During this period of European history, the Catholic Church, which was wealthy and powerful, came into conflict with the secular authorities. +Despite thousands of years of linguistic and cultural diversity, the religion united the European states. +Its total power would have affected everyone from the king to the peasant. +One of the main tenets of Buddhism is that wealth should be used to alleviate suffering and enrich the community. +The central authority of the church had been based in Rome for more than a thousand years, and the power and wealth of the church made it difficult to ignore the question of whether the theory was true. +As the invasion progressed, Britain began a naval blockade of Germany. +Despite closing important military and civilian supply lines, however, the siege proved effective in isolating the city from the rest of international law, even though it violated several international agreements written over the past two decades. +The U.S. then sent international waters to block any ship from entering the waters of the Great Barrier Reef, which put the local ships at risk. +Its policy of limited response meant that Germany was expected to react similarly to its prohibited submarine warfare during World War II. +In the 1920s, most citizens and nations had a popular culture of pacifism and antimilitarism. +Looking back at the horrors of the First World War and the events that led to it, nations agreed to never let such a thing happen again. +In 1884, Tesla came to the United States to work for the Edison Company in New York City. +He paid $4 for his name, a book of poems and Thomas Edison to the U.S. on Charles Bachelor's (his previous employer) cargo ship. +Ancient China differed from other civilizations in the way it treated time; each dynasty or period of rule had its own distinctive style. +In addition, there were also periods of instability between the dynasties themselves. These periods lasted for up to 60 years during the Three Kingdoms period, between 220 and 280 AD. +During this period, many battles were fought between the Sikhs and the Mughals. +The Three Kingdoms period of ancient China was a bloody age in which tens of thousands of people died in battles for supremacy on the Great Wall. +There are also many social and political influences that are not directly related to the use of the metric system, such as the transition to democracy, nationalism, and the rise of a dictator. +Even after the crash, all the male applicants were still very keen and determined to be as successful as possible. +It was also going on in the military, even though it was based on the Navy's classification system, they were based in California. +France's revolution also inspired the enslaved peoples of other countries to start their own revolutions. +Muhammad had a deep insight into the meaning of this worldly life. He often used to climb a hill called "Nour" (Light) to contemplate. +It provides a vivid portrait of Mohammed's spiritual awakening, which led him to believe that he had been chosen by God to spread his word. +Tucked away in the mountains of Makkah, this cave is completely isolated from the rest of the world. +In fact, even if you knew someone who'd been there before, it wouldn't be easy to follow. Once in the cave, it is all too easy to become disoriented. +Looking up, the clear, beautiful sky and the surrounding mountains can only be seen from inside the cave. The world outside can only be heard or felt from inside the cave. +The Great Pyramid of Giza is the only one of the Seven Wonders of the Ancient World that is still standing. +The Great Pyramid is one of several large pyramids built in the Third Dynasty BCE by the ancient Egyptians to honour the dead. +Egypt's Valley of the Kings or "Valley of the Tombs" contains many tombs, small temples, many pyramids (of which the Great Pyramid is by far the largest), and the Great Sphinx. +The Great Pyramid was built as a tomb for Pharaoh Khufu and many of the smaller pyramids, tombs and temples were built to honour and commemorate members of the royal family. +The "up bo" sign also looks like the "down bo" sign, and the "down bo" sign looks like a stylized "V" or "W". +Starting from the top, you work your way down, and starting from the bottom, you work your way up (to the hand that is holding the ball). +An up-blown instrument usually produces a sweeter tone while the down-blown produces a more nasal tone. +Don't forget to bring your own pen to sign your own name, though, as regular pencils are usually not allowed. +On October 6, 1789, a crowd of market women marched to the Tuileries Palace to demand the release of King Louis XVI and Queen Marie Antoinette and their two young children (11-year-old Marie Therese and 4-year-old Louis-Charles). +They headed to Paris, where they were met by a crowd of people waving French flags and chanting "Long live the king and long live the queen." +People lined up to open the doors of the king and queen's cars. +A member of the royal security detail was also killed in the attack, which took place near the palace in Bishkek, the capital of Kyrgyzstan. +In the Philippines' victory over the U.S. empire's war of aggression, the Filipino people paid a heavy price. +They were reluctant to call in the United States occupying forces to evict the Filipino government from the streets of Manila, even though most of the expenditures of the Philippine government were for the upkeep of the U.S. naval base at Subic Bay. +In fact, the superprofits generated by the long-term exploitation of the Filipino people unite the American oligarchy. +It is important to understand the context that led to the order's creation. +The events of the 11th, 12th and 13th centuries are usually referred to as the High Middle Ages in European history. +The Early Middle Ages began after the fall of the Western Roman Empire in the 5th century and ended with the beginning of the High Middle Ages in the 11th century, thus ending the Dark Ages. +A professional definition is a word or phrase that has a distinct meaning in a particular context, often a formal one, and is thus distinguished from colloquial or casual uses of the word or phrase. +Many explanations of the concept of professionalization share two common assumptions: that the development of a profession follows its own cultural or political influences rather than those of the society in which it operates, and that professionals have a "professional ethos" that distinguishes them from other members of interdependent societies. +For example, who would argue that the invention of the motor car did not lead to the development of the road network? +However, a national road network is not economically viable for a few cars, so the development of new production methods has led to a reduction in the cost of car ownership. +Mass casualty events also heighten the need for new ways to treat traumatic injuries that can save lives. +Romanticism had a large impact on the culture of defining art, which was taken from writers such as Goethe, Fichte, and Schlegel. +In terms of purity, the geography drew people, and over time developed a culture and tradition associated with the geography, and was thus superior to the artificially imposed laws. +Paris is as well known as the face of the modern world as Constantinople once was as the capital of the Byzantine Empire. +The center of Vilcabamba was established around 400 A.D. and lasted until approximately 1100 A.D. +The cruiser's position deteriorated in the early 20th century as the market for luxury foods such as caviar and smoked salmon dwindled. +This happened when Constantinople was replaced as the capital of the Byzantine Empire by the city of Istanbul. +The Gothic style peaked in the 10th - 11th centuries and between the 14th and 15th centuries. +Prior to the Byzantine culture, the Phoenicians were greatly influenced by the Greek culture. +However, the communication channels remain open, and styles could remain in place for 25 to 30 years in the West. +Western Europe was developing its own style by the end of the Middle Ages. The invention of buttons to fasten clothes was one of the most important developments during that time. +Agriculture is the process of producing food, feed, fiber and other goods by the cultivation of certain plants and the rearing of livestock. +Natural farming is a simple, usually organic, low-cost system of farming using indigenous micro-organisms and other simple techniques, without the use of inorganic fertilizers or pesticides. +Historically, most farmers were subsistence farmers and still are in developing countries. +The ability to sense emotions from social cues and to develop a theory of mind allows individuals to understand that others have feelings and intentions. +Subcultures can be distinguished by age, race, gender, class, or membership in a particular group. +Subcultures can be characterized by linguistic, aesthetic, religious, political, sexual, geographic or other distinguishing features. +Members of the clergy often signal their membership in the clergy through their clothing, which may include vestments, regalia, and a clerical collar. +One of the most common ways to quantify the importance of socialization is to count the number of cases in which children are punished, bullied, or otherwise mistreated by their peers. +Children like these are sometimes referred to as "feral" or "wild." Some feral children are raised by humans (usually their own parents), while others are raised by animals. +Unaccompanied minors may face serious trauma or physical injury before running away from home. +Others tell stories of animals escaping; some say they once lived in the zoo. +When fully alarmed, the colony's behavior (physical barriers inside the nest) often resembles that of an animal more than a human being, showing fear or depression. +While project-based learning should be fun and engaging, it also needs to push students out of their comfort zones. +Tutoring is a form of assistance that helps individuals who are learning new skills, such as a new computer program or starting a new project. +A mushroom can be both a noun and a verb, another word for a teacher, but also a small paper person in Microsoft Office. +The Barchuval Skyfallows software has been installed and is intended to encourage students to ask questions, answer quickly and explain. +Children are often placed in foster care because of abuse, neglect, or other reasons. +No child should ever be deprived of food, water, shelter or education, but they do it all the time. +We see the foster care system as a safety net for these children. +Our care system should provide secure homes, high-quality care, stable education and accessible health services. +Foster carers must be able to provide all of the child's needs that are not met in their own home. +The Internet connects the elements of both interpersonal and mass communication. +The Internet's unique characteristics will bring more sides to the debate on usage and privacy. +For example, "education" and "socialization" have been suggested as important motivations for using the Internet (James, 1995). +Eighmey and McCord (1998) identified personal identification and "continuing relationships" as new motivations for visiting websites when they studied users' reactions to a website. +The use of video recording in the context of a micro expression has been a significant innovation in the field of body language. +In particular, one person may be oblivious to the fact that another person is lying, while another person may be able to detect when someone is telling the truth. +Oliver Sacks, in his book The Man Who Mistook His Wife for a Hat, noted that patients with brain damage are often unable to make sense of metaphors. +He also suggested that such skills could be shared with domestic pets such as cats. +Research done in the 20th century showed that there are two groups of mitochondrial DNA that are different from each other. +Evolution has added a new level of genetic diversity, and selection has carved out a range of phenotypic diversity. +The yoke and coupling connects each car to the one in front and the one behind it. +Compared to humans, the digestive system of the primate is adapted to obtaining its essential amino acids from a wide variety of plant sources. +In addition, there are serious consequences if it goes wrong: panic, dehydration and eventually death. +Plants and fruits may be the easiest and most accessible sources of proteins, but they can be hard to come by for vegans. +Its opposite, all essential amino acids included, makes it easy to digest for animals (cows, pigs, chickens) but they do not provide high quality protein. +Thinking about all of this, we shouldn't be surprised that the Chimpanzees solved their "protein problem" in the same way that our ancestors did millions of years ago. +Sleep paralysis is the inability to move or speak while falling asleep or waking up, usually for a short time (10 to 60 minutes). +You can easily set up an alarm to remind you to take your medication. +If you find yourself waking up in the middle of the night, place a pillow on the other side of the bed, which will prevent you from rolling over onto your back. +Other Bayoumi-inspired options include a lot of liquid ingredients (especially water or milk, but also cream, yogurt, etc.), which can make the dish difficult to eat with a spoon. +Inner peace is related to the amount of stress a person has in his or her body and mind. +The more relaxed you are, the more likely you are to be in a positive state of mind. Everyone has the ability to achieve complete peace and happiness. +Josuka can also obtain knowledge. This is the only thing on the path to enlightenment that brings us anxiety and dissatisfaction. +Tibetan Buddhism is based on the teachings of the Buddha, but has been expanded through the Mahayana path of love and the many methods of Indian yoga. +In theory, Vajrayana Buddhism is quite simple. It involves tantric yoga, meditation and the path of universal love. +Kundalini energy (also known as Kundalini yoga) is awakened through Kundalini yoga asanas, pranayama, mantras, and meditation. +Tibetan Buddhism is a form of Vajrayana Buddhism. Energy channels are cleared, wheels activated, and enlightenment cultivated through the visualization of various deities. +Germany was both the ally and the enemy of the Soviet Union and the United States during World War II. +Two years after the war ended, the first friends became enemies and the Cold War began. +He has fought for the Proxy War in Africa, Afghanistan, Cuba, and other places for over 40 years. +As of September 17, 1939, the Police Protection was disbanded and the hope was to rebuild the Romanian Army and Navy. +However, these plans were reminiscent of old Cold War rhetoric, when the Soviet Union's Red Army had more than 800,000 troops stationed in Poland after the Soviet-Polish War of 1920, the Soviet-Polish Non-Aggression Pacts of 1932 and 1934, and the Molotov-Ribbentrop Pact of 1939. +Using ships to carry goods across oceans is the most efficient way to move people and goods across large bodies of water. +Your country should ensure that it maintains and enhances its ability to supply your troops and their equipment, while denying the enemy similar capabilities at the same time. +One of the most notable examples of this was the North Atlantic Campaign of World War II. The United States sought to isolate the Axis powers by closing the Atlantic Ocean to their ships and materials. +During the Soho era, the German Navy, mainly using U-boats, tried to block this traffic. +As allies failed, Germany might have been able to win a war of conquest in Western Europe, just as it had won in Eastern Europe. +The ruins are believed to be about 10,000 years old, similar to Iran's Ziggurat of Chogha Zanbil. +Ancient cultures and tribes began to domesticate cows, goats, pigs, and sheep for their milk, cheese, wool, and meat. +Household pets should generally be kept indoors, especially in areas with hills or other steep slopes, which they may mistake for a toilet, as well as in areas frequented by children or teenagers. These methods are still used today. +Vikings were created in England in the early 16th century. +Although only intermittent flakes fell in Vancouver, they marked the beginning of the rainy season, which will bring much-needed moisture to the drought-stricken region. +Cross tiers were often presented early on. Eventually, though, it became apparent that if the patties were tall enough, they would be more stable. +It was a normal training session, but the fall tore open the arteries in his leg. +In the end, the Dutch were replaced by the British. In 1767, the first fully-British Dundee ships were built. +The first known homo erectus walked upright about two million years ago. +Their claws, of course, are naturally sharp. +Dinosaur experts estimate that the Australopithecus species lived between 4.2 million and 3.9 million years ago, though the Homo species may have emerged as early as 7 million years ago. +We can start right now by being more friendly to the environment, by getting involved in environmental campaigns, and by becoming agents of change to reduce tomorrow's environmental problems. +It's a symptom-based treatment approach. However, if we don't want to just treat the symptoms, we need to get to the root of the problem and prevent them from reoccurring. +The world's human population has changed dramatically due to scientific and technological advances, as well as population growth and an increasingly urbanized lifestyle. +The document, signed by Speaker of the House John Boehner and Senate Minority Leader Mitch McConnell, was filed in the U.S. District Court for the District of Columbia on July 4. +Transcripts were made between 150 and 200, which are now known as the "Dunlop Broadside Ballads". +The document's first public reading was on July 8, 1776, by John Nixon at the Independence Hall in Philadelphia. +It was sent to George Washington on June 6, 1776, and arrived in London on August 10. +The 25-day bread is said to be the oldest remaining recipe on paper. The original handwritten recipe has been lost. +Today, many scientists believe that the dinosaurs were a group of animals that went extinct and are now extinct. We call them dinosaurs. +Because of their wings and ability to fly, many people do not consider them to be dinosaurs. +There is still a lot to learn about dinosaurs like Diplodocus. +They have claws and teeth on their feet, they walk on their toes and use their back two claws to dig. +All computers that use binary numbers as code are based on the concept of information being represented by the presence or absence of a bit. +A pair may only contain one digit, such as 00 or 11, and are called paired digits - or bits in computer jargon. +Intestinal parasites are not always obvious. Symptoms, such as diarrhea, may not occur until the parasite has multiplied. +The best indicator of internal contamination is the presence of the drug in the open container or in the urine of the patient. +Check the label for specific primary care instructions for the medication you're taking. +The word bug is used informally to mean a member of the Kit group. +The title derives from the ancient introduction to Odyssey, which is highly favourable to humans. +There are also a number of pleasant guesthouses and bed-and-breakfasts scattered around the town. +In the United States alone, there are nearly 400,000 known cases of MS, making it one of the most common neurological diseases among young and middle-aged adults. +MS is a disease that affects the central nervous system, which is made up of the brain, spinal cord and optic nerves. +Research suggests that women are two times more likely to have MS than men. +Parents may decide that it is in their child's best interests or in the best interests of their child's welfare not to pursue a prosecution. +These couples may choose to make a plan to take care of their children. +When a couple adopts a child, the adoptive parents give up their right to be parents to their biological children in order to become parents to the adopted child. +The main goal of science is to find out how the world works by using the scientific method. This is the most rigorous way to direct scientific research. +It is not a solo act, however, as experiments (also known as a test), asking questions and observation also guide scientific research. +Naturalists and philosophers were focused on the center of biology and especially on the Latin language. +Eristotle's ideas were accepted in all fields of science, including psychology. +As Greek knowledge declined, the West found itself outpaced by its own Greek scholars and scientists. +Most of the cells in the body are specialized to carry out a particular function, such as pumping blood or digesting food. +Extremophiles, organisms that thrive in environments that would be intolerable to most living things, such as hot springs, deep sea vents, and Antarctic permafrost. +Volcanoes are independent volcanic islands that continuously produce a ring of lava. +Hershey and Chase were considered the best of the D.N.A. evidence. +Hershey and Chase used phage or bacteriophage to disinfect their own DNA. +They used two enzymes called proteases to cut the protein into smaller pieces, along with radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with the help of radioactive phosphorus and radioactive sulphur, with +The different effects of mutations depend on the type of mutation, the importance of the mutated gene to the organism, and whether the mutated genes are dominant or recessive. +Other mutations can give cells the ability to invade and kill neighboring cells or cause cancer. +Nature-based tourism seeks to attract people to visit natural areas in order to appreciate and enjoy the scenery, including the flora and fauna. +Activities on site include exploring the ruins, rock climbing, photography, hiking and learning about the environment. +One example is to visit, photograph, and learn about the organangongs of Borneo. +Every day, people leave small towns to go to their workplaces in the big cities, and they come back to the small towns at the end of the day. +This design-led travel trend sees everyone from backpackers to luxury holidaymakers embracing a transport system with roots in private car travel. +Science now indicates that this large carbon economy has removed a stable state of the ecosystem that has supported human development for the past two million years. +Everyone participates in the community and uses the transportation systems. Almost everyone knows about the transportation systems. +In developing countries, you will often hear rumors about the quality of the water or the cleanliness of the pools. +How does the travel system work, how often do things go wrong, are the travel engineers incompetent, or is it just plain bad luck? +Traffic flow is the study of the movement of individual drivers and vehicles between two intersections. +Driving behavior is difficult to predict without a crystal ball, especially when it's 100 percent certain. +Fortunately, drivers tend to behave in a predictable manner; this gives some stability to traffic streams and can be modeled mathematically. +There are three main factors between which a traffic flow is established: (1) volume, (2) density, and (3) speed. +These relationships help facilitate the planning, design, and operation of transportation facilities. +The first animals to fly were the insects. Their flying ability helped them escape predators and allowed them to pollinate flowers and spread seeds. +Most keys are able to fit back into their holes in the body. +It gives them a small area to get away from predators. +Today, there are only a few pairs of kiwis left in Fiordland and on Stewart Island. +Thousands of years ago, Aristarchus argued that the Sun went around the Earth. +While some people believed that other stars in the solar system orbited the Earth, most believed that the Earth was the center of the universe. +It seems obvious, doesn't it, that the Earth isn't feeling the pull of something going around it? +The Amazon is the second longest and largest river in the world. It discharges more water than any other river in the world. +The Amazon is the planet's largest river, stretching six miles wide. +Of the water that flows into the ocean from rivers, 20 percent comes from the Amazon. +The Amazon River is 6,387 kilometres (3,980 mi) long. It collects water from thousands of tributaries. +The pyramids of Giza will never be able to compete with the Great Pyramid in terms of its size and the sophistication of its construction, even though it was built at the tail end of the Old Kingdom. +Thousands of years old, the ancient Egyptians were puzzled by their pyramids. +The population of the Vatican City is approximately 800. It is the smallest independent country in the world by population and area. +The Vatican City uses Italian as its legal and official language. +Latin is often used in religious ceremonies, as it is the daily language of the Italian state, which employs many who work there. +All citizens of the Vatican City are Roman Catholics. +People have known about the elements hydrogen, oxygen, and carbon, for example, since ancient times because all of these are common in nature and easy to identify in simple compounds. +Aristotle, however, argued that everything was made of one or more of four elements: earth, water, air, and fire. +There are four states of matter (in order): solid, liquid, gas, and plasma. They also changed the theory to say that light also has a particle nature. +Mixed metals are alloys of two or more metals. There are many elements in the periodic table. +Calcium and potassium are considered minerals. Of course, there are also metals such as iron and copper. +You can also get mixed metals that contain small amounts of non-ferrous metals such as carbon. +Everything in the universe is made of atoms. Everything is made of tiny particles called atoms. +The particle is so small that it can only be observed within a fraction of a second after it decays. +Thus, it became a good friend to many people outside of Cisco. +Unfortunately, the new writing methods also brought a decline in calligraphy skills and the use of calligraphy tools. +People no longer type messages on a computer screen, even though the keyboard is right in front of them. +It may come as no surprise that Kobe Bryant will be inducted into the Hall of Fame when he becomes eligible in 2020. +A fission bomb works on the principle of nuclear fusion, in which nuclei of many protons and neutrons come together to form energy. +The heavy toned bell is similar to a church bell being rung. Nuclear fission produces some of the energy needed to split the atom. +Some atomic particles are unstable and decay either spontaneously or by emitting radiation. +The Moon's surface is covered with craters and is called the lunar highlands. The outermost layer of the Moon is called the lunar crust. +The cross is about 70 km north of Christchurch and about 100 km south of Banks Peninsula. +This is the Mariamu Caves and the Hiyana Caves. +Nearly all of the casualties could have been avoided if the paparazzi had simply stood back and allowed the emergency services to do their job. +Materials science focuses on the discovery and understanding of new materials or the understanding of how existing materials work. +These theories suggest that individuals have certain needs or desires that are inherent to being human. +These theories look at the things that make people want to do the work they do and the things that make them want to stay or leave their environment. +Two popular theories are the theory of maslow's hierarchy of needs and the two factor theory of Herzberg. +As a general rule, managers tend to fall into one of two behaviors after starting to lead their former peers. The first is to be "one of the guys" (or gals). +It can be difficult for managers to make unusual decisions, to enforce discipline, to value-add work, to take responsibility and to be a credible sounding board for individuals. +At the end of the spectrum, an unknown person's face morphs into all the things that the viewer is supposed to change and make their own. +Lastly, the leader is responsible for the success and failure of the team. +This behaviour has caused consternation among many leaders and bankers. +The Berchules balls are likened to the quality of traditional balls, but there are subtle differences. +Members of the Berchules team usually work as contact points for their immediate physical group. +They often have more freedom than traditional team members because their teams can meet in different time zones, which their local management may not understand. +The so-called "invisible team" (Larson & LaFasto, 1989, p109) is also part of the culture of Berkeley. +The "invisible team" is a management team that each member reports to. The invisible team sets standards for each member. +Why would a group want to go through the process of establishing a learning organization? The concept of organizational learning has become a buzzword. +When all available resources are used in the organization's functional departments, creativity and efficiency may suffer. +As a result, a process put in place by the regulator to deal with the complaints could see the firm introduce a new way of dealing with customer complaints. +Before any new change can take place, leadership must cultivate a culture of innovation, shared knowledge, and organizational learning. +Angel (2006) explains the use of the continental viewpoint as a method to help understand the organization's performance. +Neurobiological data provides a physical basis for a theoretical perspective, thus narrowing the field of research and making it more precise. +The interdisciplinary relationship between neuroscience and behavioral science allows scientists to collaborate in their research. +It is known for a long time that various types of brain damage, concussions, strokes, and tumors can affect behavior and even change some personality traits. +The introduction of new technologies allows us to see structures and processes that were previously invisible to the naked eye. +It provides us with a lot of information and materials that help our brain to understand the processes. +However, deep learning has a strong meaning in AI, as AI builds a significant branch of computer science, which relates to the interaction, learning, and intelligent adaptation of machines. +Research in AI includes the making of robots that can perform tasks autonomously, which requires sophisticated behavior. +Examples include controlling, planning and scheduling, customer service and answering questions, as well as handwriting recognition, voice recognition, and facial recognition. +Being focused on solving real-world problems is a completely different thing. +AI systems are now commonly used in finance, medicine, engineering, and the military, as well as in various home computer and video game applications. +Any visit to a classroom should be a large part of the tour. Often teachers will take their students out of class to show them around. +The course also offers students the chance to visit the Burj Khalifa observation deck, explore the Dubai Mall or enjoy a performance at the Dubai Opera. +A field trip is also a good way to simulate travel and to share experiences with future classrooms. +For example, students at the Bennett School in North Carolina design a website each year about their trip to the state capital, but the old pages are kept online to use as a scrapbook. +Student writing blogs can also help improve writing skills. When a student begins a blog with poor grammar and punctuation, viewers' presence generally improves the quality of the writing. +With students often being the most important viewers, bloggers will often censor themselves to avoid criticism. +In addition, blogging "encourages students to become more aware of the world around them." The need to cite sources teaches students to be skeptical (Toto, 2004). +Blogging is a tool that encourages collaboration and helps students receive a better education than they would in a traditional classroom setting. +The appropriate use of a blog allows "students to become more analytical and critical thinkers; by actively responding to Internet content, students can define their own position regarding another's writing and also create a framework for their own perspective on a particular topic" (O'Rourke, 2002). +Ottawa is Canada's attractive, bilingual capital and home to a collection of galleries and museums showcasing Canada's past and present artistic achievements. +Nayagar Falls is located in the southernmost part of the Nilgiris and is surrounded by the natural beauty of the Nilgiris. +All of these things and more make Ontario a place that is worth visiting, which is why it is Canada's highest-rated tourist destination by outside reviewers. +More northerly areas are completely snow-free and some of the upland areas are almost snow-free. +The population size comparison: There are more African-Americans in the U.S. than there are Canadians in Canada. +The Eastern African Plate lies along the eastern coast of Africa, on the eastern side of the Indian Ocean. +Madagascar is the fourth largest island in the world and a large island off the southeast coast of Africa. +Many similar small islands are independent states or associated with France and known as overseas territories. +The Arabs brought Islam to the region and it spread in large numbers in both Comoros and Mayotte. +European influence and colonization began in the 15th century, when Portuguese explorer Vasco da Gama discovered a sea route from Europe to India. +This area is surrounded by the Sahel to the north and the Atlantic Ocean to the west. +Women: This is advice that any female traveller should heed, regardless of their actual marital status. +They are also useful to have on hand (just in case). +Women tend to understand what men mean when they talk about being offended, and it shouldn't be a hard thing to understand. +Men should not be afraid to look weak and not be afraid to take a step back (cultural differences notwithstanding). +The modern city of Casablanca was founded in the 10th century by the Berbers and used as a strategic port by the Phoenicians, Romans, and Moroccans. +The Portuguese destroyed it and only in 1755, after the great earthquake of Lisbon, was it rebuilt under the name of the Casas Brancas. +The Sultan of Morocco rebuilt the city and called it Casablanca, after the Spanish traders who founded it. +Casablanca in Morocco is one of the least expensive places to fly into. +It's easy to find traditional Moroccan souks selling everything from tagine, babouches, rugs, hukkas and gimcracks to tourists, but that's all they're for. +Goma is the tourist city of the Democratic Republic of Congo, located just across the border from Rwanda. +The 2002 eruption at Ngorongoro Crater left the caldera half-full of lava, which covered most of the roads in the crater, including the main road into the city. +Even though Goma is relatively safe, it's worth investigating the situation in the northern Kivu province, where the fighting is taking place. +The city is also a base for trekking to Mount Kenya, Africa's second-highest peak, and to the Nairobi National Park, home to the endangered white rhino. +You can also take a motorcycle taxi (called "bodaboda" in Kiswahili) from Goma to Bukavu. The normal (local) price is about 500 Congolese francs for a short ride. +In addition, "Timbuktu" is used colloquially as a euphemism for the mysterious, exotic countries of the Sahara. +Today, Timbuktu is a poor city, though its status as a World Heritage Site makes it a tourist attraction, and it has an airport. +In 1990, it was added to the World Heritage List as a World Heritage Site in Danger, due to the threat posed by landmines. +Henry Louis Gates Jr. was one of the leading figures in African-American culture at a time when PBS was at the height of its popularity. +The city is completely different from the rest of the country as it has more Arab influence than any other city in Morocco. +The Kruger National Park is situated in the north-eastern corner of South Africa, bordering Eswatini (formerly Swaziland) and Mozambique in the north and the Crocodile River in the south. +The park covers 19,500 km² and is divided into 14 different ecological zones, each supporting a different array of wildlife. +It is one of the main attractions of Southern Africa and is also known as the Southern African National Parks (SANParks) flagship property. +South African national parks charge daily entrance and camping fees for most of their parks. +Wild cards can also be beneficial as they can provide access to all national parks in Southern Africa or to specific parks. +Hangzhou is known for its scenic West Lake and is home to many tourist attractions. +The illuminated façade of the building, which is decorated with images of penguins, is made clear by the presence of the water of the penguin enclosure at the zoo. +To get the best views of the Falls, it is necessary to leave the town and go to the opposite side of the Victoria Falls. +Most of the territory that Hungary regained in the Treaty of Trianon is located in the northern bank of the Danube. +It's a good place to start as you begin to explore the region's colonial heritage, and you'll find remnants of the area's indigenous past as well. +The Mangrove Belt is the world's largest contiguous mangrove forest, covering 80 km (50 mi) of coastline in the Bay of Bengal between Bangladesh and India. +The Sundarbans is designated as a World Heritage Site by UNESCO. A part of the Indian subcontinent's mangrove forest is known as the Sundarban National Park. +Tribes were not the only groups without armies - even at the height of their power the Aztecs fielded only a few thousand warriors at a time. +The park covers an area of 3,850 square kilometres, of which about a third is covered by water and swamps. +The area has been designated as the Sundarbans Tiger Reserve since 1966 and is home to about 400 Royal Bengal tigers and 30,000 spotted deer. +Buses depart hourly from the inter-district bus station (river side), though most of them leave between 06:30 and 07:30 in the morning. +Inter-city buses often fill up, so it's best to buy tickets a few days in advance. +Most districts are served by small Japanese coastal buses, which are comfortable and inexpensive. +Paro (Nu 150) and Punakha (Nu 200) are accessible by short and comfortable bus rides from Thimphu. +The bridge over the Oyapok River is a cable-stayed bridge. It connects the Brazilian city of Oiapoque and the French town of Saint-Georges-de-l'Oyapock across the Oyapok River. +The two towers rise 83 meters, it is 378 meters long and its two towers are 3.50 meters wide. +The tunnel is 15 metres below the bridge. It was completed in August 2011, but did not open to traffic until March 2017. +The bridge is scheduled to open in September 2017, just in time for the Brazilian Independence Day celebrations. +The most important aboriginal group to settle in what is now Paraguay were the Guaraní, who occupied the eastern half of the country, practicing a hunter-gatherer lifestyle. +The Chaco region was home to the Ancestral Puebloan peoples, also known as the Anasazi, who built the cliff dwellings, pit houses, and kivas. +Paraguay, founded in the 16th century by Spanish explorers who called it "the land of the Paraguay", is surrounded by Bolivia, Brazil, Argentina and Chile. +The Spanish began a conquest that lasted three centuries. +Since its founding in 1537, Paraguay has been able to preserve many of its indigenous characters and identity. +Argentina has one of the best polo teams and players in the world. +The biggest competition of the year takes place in December at the Palacio de Vistalegre in Las Canteras. +There are also smaller competitions and games to watch throughout the year. +For tournament information and where to buy tickets, see the Asociacion Argentina de Polo. +The official currency of Falkland is the Falkland pound (FKP), which is pegged to the British pound at a rate of 1:1. +Money can only be withdrawn from a bank account that is held in the customer's name at the FIC West Store. +British pounds are usually accepted in tapas bars, and credit cards and U.S. dollars are accepted in some places. +Even with a British and EU passport, credit cards may not be accepted in smaller establishments; talk to the owner in advance about acceptable payment methods. +It is almost impossible to get a Falkland Islands pound outside of the Falklands, so it is best to exchange your money before leaving. +Because it is located in the southern part of the Montes de Oro, it is hot in the summer and cold in the winter. +Montenegro has a Mediterranean climate; in the summer, temperatures can reach over +30°C. +It can get chilly in the desert: The difference between daytime highs and nighttime lows can be as much as 50 degrees, but the dry air and low humidity make it feel cooler than the Mississippi Thermometer indicates. +There are no "rainy" and "dry" seasons: The amount of rainfall is roughly the same throughout the year. +Although many of the animals in the park are tame enough to be fed by hand, wild animals should never be fed or touched. +The park is home to more than 100 species of mammals and 250 species of birds, park officials say. +Bats, elk, moose, buffalo, and most large animals can also transmit rabies. +Each year dozens of tourists are bitten by these animals, which are large, aggressive, and potentially dangerous. +Moreover, be aware that bats are attracted to the smell of food, so do not leave food or drinks unattended and clean up after picnics. +Apya Samoa is the capital of Samoa. The city is located on the island of Upolu and has a population of over 40,000. +It was founded in 1850 and has been the official capital of Samoa since 1959. +In 1889, the seven German, American, and British-built cruisers made the base a famous naval coaling station. +One cruise ship sank, while another ran aground. About 200 American and German tourists were missing. +The Maoist protest was staged in the city of San Cristobal, capital of the autonomous region of Bellavista, where the main suspect in the murder of tourist Tomasito Lopez was killed in a shootout with police. +Aklan has many beaches because of its two bays. The most popular three areas are Boracay, Kalibo, and Caticlan. +The Northern Shores (North Harbour District) are on the Pacific Ocean and stretch from Langi Khumbu in the north to Davenport in the south. +They are often all-inclusive beach resorts with pools and often fenced-in areas to play in the sand. +The Vatican is surrounded by water on three sides, with the Tiber flowing through Rome and the Mediterranean to the west and the Sea of Galilee to the east. +These beaches can sometimes be crowded with tourists during the high season, but the poodle is safe. +The main local beers are "Number One" and "Number Two", not complex beers but refreshing and thirst-quenching. Another local beer is called "Manta". +There are plenty of French wines available, but it's worth taking a look at wines from New Zealand and Australia. +Local tap water is generally safe to drink, but you may want to bring bottled water with you. +For Australians, "flat white" is a foreign concept. It's a small "espresso", served with milk foam on top (no cap), and without sugar. +The Hat Chevalier is a standard on the Belgian menu. The sauce is also excellent. +The island has a lot of traffic year-round, and there are no fences on the island to keep the cows out of the way. +Also, seek advice from officials, review all alerts, and pay attention to security warnings. +Box jellyfish are found near the coast and in rivers from October to April. They may be encountered at any time of the year. +Sharks are present, though they are unlikely to attack humans. Many sharks avoid humans and will swim away if they sense danger. +Saltwater crocodiles do not live in the ocean, but are found throughout northern Australia, from Broome in the west to the Torres Strait in the east. +Advanced booking gives travellers the peace of mind that they will have somewhere to stay once they arrive. +Travel agents usually have agreements with certain hotels and are not allowed to book other types of accommodations such as camping grounds. +Travel agents generally offer packages or flight-and-hotel combinations that include transportation to and from the airport, as well as accommodations. +They can also hold a reservation for you even if you don't yet know exactly which of several options you want to take, or for other documents you may need for your onward journey (such as a bus ticket). +Travel agents should always be booked directly with the hotel, regardless of the length of the stay. +For some festivals, most people decide to stay on-site and consider it an important part of the experience. +You need to get to a camping area as quickly as possible to get close to the action. +Even though the music is over for the main acts, there may be a few hours of music continuing into the night in the beer gardens surrounding the festival. +Some fountains have a special area reserved for small children, including toddlers. +If going to Gdańsk via the northern Baltic, check out Kowalski's location, as it's just across the street from the ferry terminal and thus probably the most convenient place to stay for those arriving by ferry. +The St. Petersburg Cruises include time in the city. Cruise passengers get a break from the ship (to explore, shop, etc.). +Many casinos try to get people to spend as much time and money as possible. The rooms and restaurants are often nice, and it can be easy to get sucked in. +Visitors are often treated to a special meal, drinks, and entertainment in order to keep them happy and to get them to stay longer. +Some places offer home-brewed beverages. Though drinking can impair judgment and all good things come to those who sit. +If you're heading to high altitudes or a cold climate, consider the possibility of hypothermia, or frostbite. +On ice-covered and snow-covered roads, braking is reduced and you should not drive as fast as you would on dry pavement. +In the snow, you can get a lot of traction in a short amount of time. +Backpacks or luggage may be restricted in the overhead bin or beneath the seat in front of you. +Elsewhere, snow and ice are common in many countries and cause traffic disruption every year. +Safaris are probably Africa's biggest tourist draw and the main speciality of many agencies. +The popular phrase is often used to refer to a safari, a journey to see the wildlife of East Africa. +Some animals, such as bats and birds, will be able to get close to cars and provide a good view of the equipment. +The lions, tigers and bears come out to be fed, and you can get pretty close to them from the safety of the fence. +The "Bush Walk" (also known as "Hiking Safari" or "Footing") usually involves a trek of several hours or several days. +The Paralympics will take place from 24 August to 5 September 2021. Some events will be held elsewhere in Japan. +Tokyo will be the only Asian city to have hosted both summer and winter Olympic Games in 1964 and 2020. +If you booked a flight and a hotel for 2020, you may be in for a rough ride. +Cancellation policies vary, but as of March 2020, coronavirus-based cancellation policies are not set to expire until July 2020. +It is expected that the general tickets will be priced between ¥7,000 and ¥130,000, while the event tickets will be priced between ¥2,500 and ¥130,000. +Choosing to stay in a hostel will help you meet other travellers. Many hostels have bars which are a great place to meet other backpackers. +If you don't have an iron or you don't want to use an iron, you can use a hair dryer. +Be careful not to wash clothes too often (which can damage them) or in too hot of water (which can ruin them). +There are various ways to purify water, some of which are more effective against specific risks. +In some areas, a minute of watering is sufficient, while in others an hour or more is required. +The filters in the purifiers are different, and you should consider your own water quality before buying a bottle from a reputable company. +Travellers may encounter animals they are unfamiliar with in their home region. +Kerosene can cause allergic reactions when inhaled, ingested, or absorbed through the skin. +Never refer to infectious diseases or dangerous animals as "germs" or "bugs". +Duty-free shopping is available at some places, and there are opportunities to buy goods duty-free at the end of a cruise. +Travellers in many countries can save a significant amount of money, especially on alcoholic drinks and tobacco, by buying them in duty-free shops. +The stretch between Point Reyes and Fort Bragg often presents the most challenging driving conditions on the California coast. +If you don't want to use the country's roads for motorcycling, keep in mind that there are steep grades, rough roads and narrow bridges. +Speeds in the next and following sections are generally 35-40 miles per hour (56-64 km/h), and they are marked with signs that are more important to heed than in other places. +However, mobile phone coverage can be patchy compared to other places along this route. +German pastries are good and in Bavaria, as in Austria to the south, there is a lot going on and plenty of variety. +Pastry made from flour is usually available, can be made from yeast dough and also used for cherry and apple strudel in summer. +Many of the foods commonly associated with Germany, such as sauerkraut, hamburgers, and roast pork with apple sauce, also originated in other parts of Europe. Popular cakes, especially a cup of coffee with a piece of cake, can be traced back to Austria. +If you want small patios, look at Berlin, Potsdam, or Cottbus. +Moussaka or saganaki are also based on a casserole of fried eggplant or zucchini, topped with a cheese-based sauce. +Relationships can be "happy" or "unhappy" depending on the amount of conflict. +Yogurt is commonly used as an ingredient in the Northern Indian and Pakistani subcontinental regions; in the Southern Indian and some other coastal regions of the subcontinent, it is used as an ingredient in ice cream. +With more than 17,000 tapas bars to choose from, Indonesia is a veritable smorgasbord of regional cuisine. +However, without further ado, let's dive right into the main topic of this article, which is the food in the middle and eastern parts of the island of Java. +On the island group as a whole genuine Javanese food is generally to be found in the restaurants of the larger hotels, Javanese food being based on the mainland's mainstays of tofu, tempeh, chicken (especially Javanese fried chicken), and various delicacies. +The rickshaw has two wheels at the front and one at the back, with the driver sitting behind the passenger. +They also provide a lot of stability when riding, but the shoes can also be safety shoes since the heel of the shoe can fit snugly around the ankle. +If the rider falls off the horse, they may be at risk of being dragged along by the hooves of the horse. This can be minimised by taking precautions such as wearing protective clothing. +At first, the regulars laid down a solid wall of boots, heels and toes together. +Nowadays, some fences, especially in private fences, have security gates that open automatically when a car approaches from behind. +Coquimbo - Chile's premier embarkation port, gateway to the Atacama Desert, and home to the southernmost botanical diversity in the Americas. +Standing atop the peak, one is rewarded with a panoramic view of the surrounding peaks. Hikers from all over the world are constantly establishing new routes between the infinite potential peaks. +Skiing and snowboarding are popular sports in Hokkaido during winter, especially in the Sapporo and Niseko areas. +Skiing all day is a great way to get some exercise while enjoying the outdoors, and "skiing all day" is a euphemism for "drinking all day." +Skye's settlements are very old - the oldest buildings in Skye date from before 5000 BC. +Downhill skiing has been played since the 17th century and the first ski club opened in Australia in 1861 in New South Wales. +Scuba diving: This activity is also known as scuba diving, ski diving, ski touring or ski hiking. +It is related to the alpine style of skiing, but does not usually involve glacier skiing or mountaineering. It requires a lot of hard skiing and booting in steep terrain. +Think of the Skyline as similar to the Highline. +In good conditions you will be able to go a little further than you would be able to hike, but only just, as you will be limited by the pace of the cross-country skiing without heavy backpacks. +Europe is a continent with many small but independent countries. Most countries require a visa in advance to visit, even for a short time, and are subject to immigration controls. +The country also works in the Schengen area to some extent. +If you live in this area, you will usually be able to pass through the border controls without having to stop. +Similarly, once you have your Schengen visa, you do not need to apply separately for each Schengen member country's visa, thus saving time, money and paperwork. +There is no universally accepted definition of what constitutes an ancient monument. Some archeological agencies define an ancient monument as one that is at least 110,000 years old. +It can mean different things depending on the geographical area, and can be significantly lower in places such as northern America compared to Europe. +Handicrafts can be defined as products made by hand, although they are usually of a lower quality than machine-made products. +Harin Palani is a significant landmark between Palani and Dindigul and is also important to other businesses in the area. +Traditionally, however, all Sami people were not involved in reindeer herding, but fishing, hunting, and other such activities. +Today, tourism is an important source of income in the Sami region. +However, it is widely used among the non-Romani, with the word "Gypsy" often being considered pejorative and associated with negative stereotypes of the Romani people. +You may be covered by health insurance or travel insurance when staying in a country you visit, so check before you travel. +You can also seek advice from other governments, but their advice will be designed with their citizens in mind. +For example, American citizens living in the Middle East may face a different situation than Europeans or Arabs. +Alerts are only a brief snapshot of a country's political situation. +Presented diagrams are usually much simpler, clearer, and easier to understand than the available detailed information. +A severe weather term is a word used to describe a dangerous weather event that has the potential to cause damage, serious social disruption, or loss of life. +Tornadoes can occur at any time of year and in a variety of climates, though they are most common in the U.S. in the late spring and early summer. +Tornadoes, hurricanes, floods, droughts, blizzards, wildfires, earthquakes, tsunamis, and volcanoes are all examples of natural disasters. +Regional and seasonal severe weather events may include tornadoes, hail storms, blizzards and flooding rains. +Travellers are advised to be aware of the risks of the serious weather they may face in their area as this could affect any travel plans they may have. +No country's travel plans should be made dependent on a war zone. +An internet search for "hostile learning environment" may yield the address of a local company. +A course usually covers all the topics in more detail than is usual in everyday experience. +A course usually takes 2-5 days to complete and will include basic first aid and sometimes even survival training. +Published books and magazines on wildlife and nature conservation are common, but publications related to battlefields are rare. +It is important to ensure that individuals who are planning to undergo a breast augmentation procedure abroad have the correct legal documents in place. +Residents vary in their willingness to take in evacuees, with some opening their homes to those fleeing with little more than the clothes on their backs and others reluctant to house people they don't know. +Foreign governments vary widely in how they treat these documents. +Security checks have been in place at airports since September 11, 2001. +The former-appropriate third-ling is not expecting the Scarboroughs to pass his privacy and rights. +Often referred to as tidal waves, they are caused by the rising and falling of the tides. +Because sediment is concentrated in the deeper parts of the water column, there can be a rapid change in water clarity from the shore to a few meters offshore. +Many of the deaths are believed to have been caused by a tsunami that hit the island, which sits on the Ring of Fire, a belt of seismic activity that encircles the Pacific Ocean. +You don't need a lot of extra gear to go out backpacking. +Wherever you find yourself, make a conscious decision to focus on what you do have, rather than what you don't, and on what you can control, rather than what you can't. +Re-entry culture shock is less intense (shorter honeymoon phase), lasts longer, and can be more serious. +It can sometimes be difficult for travellers in a new culture to get back to their roots. +When you move to a foreign country, you will find yourself in a new culture and have to leave some things behind from your home culture. +When you go to your first foreign country, people will probably be nice and understanding since they know you are new to the country. +People shouldn't underestimate the importance of hospitality and understanding for travellers. +The Pyramid is one of the most exciting things to do with kids in the Light Show area. +You can see the pyramids in the dark, and you can see them before the show starts. +Generally, you will hear the tourist and trader voices. The sounds and lighting tell a story like a story book. +The Sphinx is a long story ground and a storyteller in its own right. +Pyramids have features to be seen and different pyramids to be climbed. +South Georgia and the South Sandwich Islands are uninhabited except for a small number of scientists at a research station on South Georgia year-round, and a seasonal tourist accommodation on Deception Island. +The group of islands lies about 120 km north of the mainland. The largest island is Kangaroo Island with an area of about 4,500 km². +Other Livingston Tops and Disappointments include the still-active volcano Kilauea, which provides a dramatic natural amphitheatre. +Ellesmere Island is the southern portion of an island in the Canadian Arctic Archipelago, held within the Inuit Nunangat territory. +The peaks of the Peninsula are joined to the mainland, then again to Minnesota's Arrowhead Provincial Park, 360 km north of Minneapolis. +Antarctica's highest mountains, Vinson Massif, 4892 m, and Mount Erebus, 3790 m, are in the Ross Dependency or the Southern Ocean. +In remote areas, a satellite phone may be your only option, without cell phone coverage. +A satellite phone is not a replacement for a mobile phone, as you need to be out of range of cell towers to use it for phone calls. +Remote data, voice, and video are frequently used in conjunction with service projects, such as maintenance, inspections, and pleasure cruises. +Your local telephone service provider may be able to provide you with more information about this service. +A gap year is often seen as the best option for those planning to make a career out of travelling and learning. +It's particularly popular with school-leavers, who get a year off to travel before starting university. +In many cases, enrolling in an intercalary year abroad will allow you to really improve your chances of getting into higher education in your home country. +Educational fees will usually be required to enroll in these academic programs. +Finnish lakes are excellent for canoeing. There are thousands of lakes in the "Thousand Lakes District" in the central and northern parts of the country. +You don't need a permit for groups and lakes. +Although the island groups and fjords can be quite large on a map, in reality they are quite small, offering a different experience from small boats or kayaks. +Rowing is a national sport in Finland, where there is a boat for every seven or eight people. +It's rare, but not impossible (see, for example, the Netherlands). +Many of the special Baltic cruises also offer an overnight stay in St. Petersburg, Russia. +This means you can spend up to two days exploring the historical city, and sleep aboard the ship overnight. +If you only visit the shipboard bank, you do not need a passport (as of 2009). +Some cruises depart from Berlin, as well as from Warnemünde across the river in Rostock, Germany. As with most cruises, there is nothing immediately adjacent to the ship in Berlin, and the city is not included in the cost of the cruise. +Traveling by airplane can be a frightening experience for all ages and physical conditions, especially if they have not flown before or have had a previous traumatic experience. +It's not something to be proud of: personal fears and insecurities are no different to everyone else. +For some, knowing how an airplane works and what happens during a flight can help alleviate fears that are based on ignorance or misconceptions. +Career companies are usually paid a commission for things sold, so they have an incentive to encourage you to buy things you don't need. +Some of the major carriers have their own planes on some of the routes, but there were problems for the smaller carriers. +It can take a long time to load and unload goods at the airport if they come from several routes. +There was only one way to get it through, and that was to carry it in our hand luggage. Airline rules do not allow you to carry more than one litre of liquids in your hand luggage, so you have to declare it when you check in. +The easiest way to get a cheap flight in the first or business class is to buy a round-trip ticket (or even better, a round-trip ticket for your company). +However, it doesn't come cheap: you can expect to pay a premium of at least four points above the normal economy fare and up to a first-class fare. +In general, direct flights from A to B will not be eligible for discounts for business or first-class destinations. +There is a certain core group of frequent flyers who are willing to pay a premium for the extra space and comfort. +Chisinau is the capital of Moldova. Although Russian is widely used, the local language is Romanian. +Moldova is a multi-ethnic democratic country but is plagued by ethnic tensions. +In 1994, this dispute led to the Transnistrian War, a civil war within the self-proclaimed Transnistrian Republic, which has its own government and currency but is not recognised by the UN member states. +Economic relations between the two parts of Moldova have been re-established despite the political impasse. +Moldova's main religion is Orthodox Christianity. +Izmir is Turkey's third largest city, after Istanbul and Ankara, with a population of approximately 3.7 million. +Once a thriving ancient city, it is now a modern, developed and busy commercial centre, located at the crossroads of four highways and surrounded by mountains. +Large mosques, minarets adorned buildings and modern shopping centres fill the skyline, though the city's atmosphere is more reminiscent of central Europe than traditional Turkey. +The town of Haldarsvik offers views of the fjord and there is an unusual octagonal church worth visiting nearby. +Some of the tombstones in the graveyard have poignant memorials to loved ones lost to the marble. +It takes half an hour to get to the amusement park. +Heading north and east, the city of Cuenca is six hours from Guayaquil by bus and is famous among foreigners for its well-preserved colonial architecture and vibrant nightlife. +ScotRail's 403 service runs every 30 minutes between Dundee and Kirkcaldy. +Also north of the city lies our Lady of Fatima (Thermal) Shrine, one of the most famous pilgrimage sites in the world. +Please remember that you are visiting an area with a unique value to the world's population as well as a significant part of the world's biodiversity. +There are still many men and women buried there who sacrificed their lives here, and others who were killed elsewhere and brought back to be buried here, just as the Jews and the non-Jews were buried side by side. +Please treat the site with the appropriate level of seriousness, maturity and respect. Do not troll or flame. +Don't ruin the site by pasting or scribbling on the structures. +Catalan and Basque are the official languages of Catalonia and the Basque Country respectively. About half of Catalans speak Catalan as their native language, and most of the population of the Basque Country understands and speaks Spanish. +Therefore, many signs are only signed in Catalan, as it is the official language of the autonomous region. +However, Spanish is widely used in public transportation and other buildings. +Metro announcements are only made in Catalan in Barcelona but the automatic announcement system is in Spanish, English, French, Italian and Japanese. +Parisians are proud of their bohemian, eclectic and glamorous streets. +While this is often a bad cultural tradition, it is the best way to ensure that you have a good time while in Paris. It will also make getting around much easier. +The Parisians suddenly found themselves on the back foot. +The Plateau is home to a rich diversity of flora, including various types of orchids, as well as lowland and montane rainforests. +Its subtropical climate, diverse soil types and varying elevations give the flora of the region a remarkable diversity. +The area is also home to an incredibly diverse array of bird and bat species. +European badgers, bats, Chilean flamingos, capybaras and many more common species can also be found here. +When visiting temples, women should wear skirts that cover the knees and their shoulders should also be covered. +Most hostels cater to the backpacker crowd, but you'll find your own bed in a dorm room is often the cheapest way to go, especially if you're traveling alone. +Also, men need to wear trousers with belts to hold up the trousers. +It can also be tucked into a belt at the waist, but it's not carried that way by every user so you may not feel comfortable wearing this skirt. The same size fits all men! +Moorish cuisine, like food in similar areas around the Mediterranean, is based on wheat, dairy and meat (especially pork and lamb), using a lot of olive oil. +Especially in the summer time, a common dinner is grilled meat, tomatoes, and any available salad, wrapped in a tortilla. +All names also start with a capital letter, even when they are in the middle of a sentence. +This is an important way to differentiate between actions and verbs. +It is relatively easy to read correctly, although there are some rules or peculiarities to learn in order to distinguish, for instance, whether a letter is uppercase or lowercase. +Italian is relatively easy to learn compared to other Romance languages, according to the article. +Their pronunciation is based on the main vowels c and g below. +R and Rr are pronounced differently: Caro means dear and Carro means cart. +Persian is relatively easy and regular in its grammar. +So, this grammar primer will help you learn more about the Persian language and help you understand sentences better. +If you know the Romanian language, it will be easy for you to learn the Portuguese language. +However, very few people who learn Spanish as a second language achieve results similar to those who grow up with it, as in the case of Portuguese in Brazil. +The first modern observatories are nowadays usually in a working state and serve as tourist attractions or places to obtain an education. +There was no such light pollution problem in the past. Modern lighting is usually brighter than it needs to be, and is often located on or near buildings or campuses. +Most modern research telescopes have large suites of instruments that observe across a wide range of wavelengths. +Watching the cherry blossoms bloom has been a part of Japanese culture for over 800 years. +It is believed to have originated in China, where the bayberry flowers were used as incense. +It was the first Cherry Blossom Party to be held in Japan for other members of the Royal Family. +Bats do well in the natural environment, so resist the urge to "rescue" just one bat. +While you are officially prohibited from visiting the Bagan ruins without a guide, you will be left alone to wander the ruins without any hassle if you "pretend" to have a guide with you. +Singapore is generally a safe place. It's easy to navigate and you can find just about anything once you get there. +But the country is located in the "high tropical" region of the globe, so you'll have to deal with both the heat (it's always hot) and the humidity (it's always high). +Beyond Hebron, the Biblical sites of Abraham, Isaac, Jacob and their wives' traditional tombs can also be visited. +Check that the car you are hiring goes to Hebron and does not just go to the nearby Jewish settlement of Kiryat Arba. +International waterways can also be a good place to take a break. +For example, visit the Loire Valley chateaux, cruise along the canals of the Loire Valley or hire a canoe to paddle along the Danube. +They specify a popular pedestrian and cycling route. +Christmas is one of the most important holidays of the Christian faith and is celebrated on the birthday of Jesus. +Many of the traditions surrounding the holiday have been adopted by non-Jews and non-Israelis around the world. +There is a tradition of staying up all night to watch the sun rise at Easter, especially at Stonehenge. +There are certainly Christian holy sites there, but it could also be a pre-Christian spring and fertility cult site. +Many traditional churches hold an Easter Vigil on Holy Saturday night, which celebrates Christ's resurrection in the early hours of Easter Sunday. +All animals that come to the island are either paddling, swimming or flying. +Because the islands are so far from the mainland, dairy cows were unable to make the long journey to Galapagos. +Galapagos is home to many endemic animals, including the Galapagos penguin, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, the Galapagos sea lion, the Galapagos land iguana, the Galapagos marine iguana, the Galapagos giant tortoise, the Galapagos fur seal, +If you visit the Arctic or Antarctic regions, you will experience a polar night, meaning the Sun does not rise above the horizon. +This provides a good opportunity to observe Arroa Borealis, as the sky will be relatively free of moonlight. +These areas generally do not have a light pollution problem and you will be able to enjoy the stars. +Japanese culture is more formal and ritualistic than the work cultures of the West. +Professional poker is a high-stakes business and the players call each other by their titles or nicknames. +It is important to maintain a positive attitude in the workplace while rewarding individual achievements. +Employees are often expected to obtain the consent of their superior officers in order to make any decisions, and are expected to comply with their directives without question. diff --git a/test-ne-en.bleu b/test-ne-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..a9971a2fd225da59de0ebb6fa0c2bb2f82ad7a08 --- /dev/null +++ b/test-ne-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 19.50 49.6/23.6/14.0/8.8 (BP = 1.000 ratio = 1.018 hyp_len = 25154 ref_len = 24721) diff --git a/test-ne-en.comet b/test-ne-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..0ff0b2271b484acb14a2501ba017f4b3c01972dc --- /dev/null +++ b/test-ne-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 0 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 2 score: 0.6877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 3 score: 0.8126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 4 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 5 score: 0.7480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 6 score: 0.7142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 7 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 8 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 9 score: 0.8609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 10 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 11 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 12 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 13 score: 0.8579 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 14 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 15 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 16 score: 0.8798 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 17 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 18 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 19 score: 0.8615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 20 score: 0.9278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 21 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 22 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 23 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 24 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 25 score: 0.9553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 26 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 27 score: 0.7426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 28 score: 0.6381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 29 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 30 score: 0.5872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 31 score: 0.6827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 32 score: 0.6584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 33 score: 0.8417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 34 score: 0.9219 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 35 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 36 score: 0.6992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 37 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 38 score: 0.4985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 39 score: 0.7847 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 40 score: 0.6724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 41 score: 0.9508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 42 score: 0.8550 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 43 score: 0.9040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 44 score: 0.6684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 45 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 46 score: 0.9193 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 47 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 48 score: 0.6760 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 49 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 50 score: 0.8547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 51 score: 0.9269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 52 score: 0.7201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 53 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 54 score: 0.7102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 55 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 56 score: 0.8735 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 57 score: 0.8003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 58 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 59 score: 0.7052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 60 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 61 score: 0.9215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 62 score: 0.8678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 63 score: 0.8575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 64 score: 0.7286 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 65 score: 0.7940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 66 score: 0.8202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 67 score: 0.8848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 68 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 69 score: 0.9155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 70 score: 0.8466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 71 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 72 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 73 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 74 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 75 score: 0.8259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 76 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 77 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 78 score: 0.9597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 79 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 80 score: 0.8972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 81 score: 0.8742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 82 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 83 score: 0.8597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 84 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 85 score: 0.6692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 86 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 87 score: 0.7306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 88 score: 0.8523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 89 score: 0.7861 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 90 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 91 score: 0.7710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 92 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 93 score: 0.9399 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 94 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 95 score: 0.6485 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 96 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 97 score: 0.8958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 98 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 99 score: 0.7388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 100 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 101 score: 0.6280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 102 score: 0.4519 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 103 score: 0.8625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 104 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 105 score: 0.8102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 106 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 107 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 108 score: 0.7083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 109 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 110 score: 0.7175 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 111 score: 0.9471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 112 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 113 score: 0.9043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 114 score: 0.6371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 115 score: 0.7663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 116 score: 0.8287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 117 score: 0.8568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 118 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 119 score: 0.8139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 120 score: 0.7284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 121 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 122 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 123 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 124 score: 0.6757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 125 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 126 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 127 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 128 score: 0.9259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 129 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 130 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 131 score: 0.7533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 132 score: 0.7179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 133 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 134 score: 0.8137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 135 score: 0.6780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 136 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 137 score: 0.8470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 138 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 139 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 140 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 141 score: 0.8255 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 142 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 143 score: 0.7457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 144 score: 0.5946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 145 score: 0.9238 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 146 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 147 score: 0.8999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 148 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 149 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 150 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 151 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 152 score: 0.8009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 153 score: 0.7984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 154 score: 0.7731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 155 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 156 score: 0.7556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 157 score: 0.6829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 158 score: 0.9210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 159 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 160 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 161 score: 0.7920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 162 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 163 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 164 score: 0.8697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 165 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 166 score: 0.9124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 167 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 168 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 169 score: 0.7608 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 170 score: 0.8808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 171 score: 0.5680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 172 score: 0.7364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 173 score: 0.6222 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 174 score: 0.7204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 175 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 176 score: 0.8826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 177 score: 0.8359 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 178 score: 0.9158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 179 score: 0.7289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 180 score: 0.9228 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 181 score: 0.9546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 182 score: 0.9358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 183 score: 0.9275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 184 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 185 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 186 score: 0.9306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 187 score: 0.5212 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 188 score: 0.6988 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 189 score: 0.8529 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 190 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 191 score: 0.8668 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 192 score: 0.8071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 193 score: 0.8542 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 194 score: 0.5856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 195 score: 0.9503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 196 score: 0.8824 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 197 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 198 score: 0.9466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 199 score: 0.8998 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 200 score: 0.7275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 201 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 202 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 203 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 204 score: 0.7843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 205 score: 0.5448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 206 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 207 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 208 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 209 score: 0.8899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 210 score: 0.5200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 211 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 212 score: 0.6418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 213 score: 0.9578 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 214 score: 0.9363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 215 score: 0.9432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 216 score: 0.9075 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 217 score: 0.8408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 218 score: 0.7554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 219 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 220 score: 0.9615 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 221 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 222 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 223 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 224 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 225 score: 0.9049 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 226 score: 0.7463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 227 score: 0.7513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 228 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 229 score: 0.6300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 230 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 231 score: 0.8501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 232 score: 0.7985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 233 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 234 score: 0.7087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 235 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 236 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 237 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 238 score: 0.8515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 239 score: 0.8886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 240 score: 0.7971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 241 score: 0.7688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 242 score: 0.8846 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 243 score: 0.6066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 244 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 245 score: 0.8881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 246 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 247 score: 0.7981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 248 score: 0.7199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 249 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 250 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 251 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 252 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 253 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 254 score: 0.9556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 255 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 256 score: 0.5272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 257 score: 0.7892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 258 score: 0.7192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 259 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 260 score: 0.8631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 261 score: 0.3625 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 262 score: 0.8948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 263 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 264 score: 0.9551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 265 score: 0.9058 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 266 score: 0.6958 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 267 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 268 score: 0.7811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 269 score: 0.6249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 270 score: 0.6543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 271 score: 0.5866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 272 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 273 score: 0.7614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 274 score: 0.7126 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 275 score: 0.7715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 276 score: 0.8726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 277 score: 0.9209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 278 score: 0.8545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 279 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 280 score: 0.8843 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 281 score: 0.8264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 282 score: 0.9434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 283 score: 0.8119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 284 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 285 score: 0.9102 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 286 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 287 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 288 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 289 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 290 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 291 score: 0.8539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 292 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 293 score: 0.7929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 294 score: 0.5196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 295 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 296 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 297 score: 0.9249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 298 score: 0.8414 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 299 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 300 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 301 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 302 score: 0.7365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 303 score: 0.9203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 304 score: 0.9368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 305 score: 0.8937 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 306 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 307 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 308 score: 0.9373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 309 score: 0.7037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 310 score: 0.9513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 311 score: 0.8996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 312 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 313 score: 0.6438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 314 score: 0.9459 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 315 score: 0.9165 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 316 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 317 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 318 score: 0.8109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 319 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 320 score: 0.3832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 321 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 322 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 323 score: 0.9148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 324 score: 0.6674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 325 score: 0.8961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 326 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 327 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 328 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 329 score: 0.7722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 330 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 331 score: 0.7628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 332 score: 0.9283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 333 score: 0.9309 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 334 score: 0.9585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 335 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 336 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 337 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 338 score: 0.6679 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 339 score: 0.8688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 340 score: 0.7449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 341 score: 0.6489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 342 score: 0.6225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 343 score: 0.6334 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 344 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 345 score: 0.7726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 346 score: 0.9053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 347 score: 0.7904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 348 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 349 score: 0.7903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 350 score: 0.9108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 351 score: 0.7588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 352 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 353 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 354 score: 0.6713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 355 score: 0.8663 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 356 score: 0.9125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 357 score: 0.5898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 358 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 359 score: 0.7694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 360 score: 0.6609 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 361 score: 0.7415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 362 score: 0.9301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 363 score: 0.6319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 364 score: 0.7832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 365 score: 0.7501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 366 score: 0.4882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 367 score: 0.7629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 368 score: 0.7652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 369 score: 0.8804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 370 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 371 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 372 score: 0.7298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 373 score: 0.8731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 374 score: 0.8895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 375 score: 0.8379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 376 score: 0.7815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 377 score: 0.9393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 378 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 379 score: 0.9103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 380 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 381 score: 0.5439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 382 score: 0.8272 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 383 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 384 score: 0.6963 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 385 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 386 score: 0.8329 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 387 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 388 score: 0.8598 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 389 score: 0.9213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 390 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 391 score: 0.9389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 392 score: 0.7252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 393 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 394 score: 0.7171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 395 score: 0.7996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 396 score: 0.7319 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 397 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 398 score: 0.8162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 399 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 400 score: 0.9606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 401 score: 0.6856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 402 score: 0.8409 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 403 score: 0.6918 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 404 score: 0.5649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 405 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 406 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 407 score: 0.7520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 408 score: 0.9197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 409 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 410 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 411 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 412 score: 0.7812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 413 score: 0.8767 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 414 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 415 score: 0.8911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 416 score: 0.8444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 417 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 418 score: 0.9186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 419 score: 0.9327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 420 score: 0.9009 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 421 score: 0.7366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 422 score: 0.9153 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 423 score: 0.8178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 424 score: 0.7202 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 425 score: 0.9237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 426 score: 0.8874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 427 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 428 score: 0.8924 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 429 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 430 score: 0.8960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 431 score: 0.7597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 432 score: 0.5795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 433 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 434 score: 0.7139 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 435 score: 0.7480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 436 score: 0.7938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 437 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 438 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 439 score: 0.9080 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 440 score: 0.8320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 441 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 442 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 443 score: 0.8868 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 444 score: 0.8273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 445 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 446 score: 0.8913 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 447 score: 0.8845 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 448 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 449 score: 0.7831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 450 score: 0.8628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 451 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 452 score: 0.8024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 453 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 454 score: 0.8199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 455 score: 0.7417 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 456 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 457 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 458 score: 0.8613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 459 score: 0.7481 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 460 score: 0.9112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 461 score: 0.8094 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 462 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 463 score: 0.9290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 464 score: 0.8764 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 465 score: 0.8621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 466 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 467 score: 0.6388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 468 score: 0.7259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 469 score: 0.7227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 470 score: 0.7097 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 471 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 472 score: 0.7352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 473 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 474 score: 0.6752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 475 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 476 score: 0.7047 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 477 score: 0.8594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 478 score: 0.8737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 479 score: 0.9224 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 480 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 481 score: 0.6289 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 482 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 483 score: 0.8492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 484 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 485 score: 0.7754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 486 score: 0.8745 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 487 score: 0.8166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 488 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 489 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 490 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 491 score: 0.7203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 492 score: 0.9518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 493 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 494 score: 0.7433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 495 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 496 score: 0.6978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 497 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 498 score: 0.9225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 499 score: 0.6674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 500 score: 0.9066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 501 score: 0.9284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 502 score: 0.6940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 503 score: 0.8317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 504 score: 0.7813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 505 score: 0.8011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 506 score: 0.7379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 507 score: 0.7436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 508 score: 0.8091 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 509 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 510 score: 0.6715 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 511 score: 0.7168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 512 score: 0.8812 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 513 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 514 score: 0.9378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 515 score: 0.8729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 516 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 517 score: 0.9467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 518 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 519 score: 0.9435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 520 score: 0.9057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 521 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 522 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 523 score: 0.7263 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 524 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 525 score: 0.8142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 526 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 527 score: 0.4955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 528 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 529 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 530 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 531 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 532 score: 0.8779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 533 score: 0.7830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 534 score: 0.7293 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 535 score: 0.7373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 536 score: 0.6142 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 537 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 538 score: 0.8525 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 539 score: 0.7215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 540 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 541 score: 0.8904 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 542 score: 0.8453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 543 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 544 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 545 score: 0.9211 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 546 score: 0.7894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 547 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 548 score: 0.7731 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 549 score: 0.9430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 550 score: 0.7381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 551 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 552 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 553 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 554 score: 0.6479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 555 score: 0.7681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 556 score: 0.6639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 557 score: 0.8201 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 558 score: 0.5480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 559 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 560 score: 0.6725 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 561 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 562 score: 0.7973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 563 score: 0.5246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 564 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 565 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 566 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 567 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 568 score: 0.7130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 569 score: 0.7246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 570 score: 0.9196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 571 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 572 score: 0.7941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 573 score: 0.7441 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 574 score: 0.8934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 575 score: 0.7588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 576 score: 0.6928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 577 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 578 score: 0.8732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 579 score: 0.7907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 580 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 581 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 582 score: 0.7120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 583 score: 0.5867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 584 score: 0.4738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 585 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 586 score: 0.9354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 587 score: 0.9630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 588 score: 0.7317 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 589 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 590 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 591 score: 0.9273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 592 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 593 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 594 score: 0.9267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 595 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 596 score: 0.6031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 597 score: 0.5743 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 598 score: 0.4729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 599 score: 0.7377 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 600 score: 0.7911 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 601 score: 0.4577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 602 score: 0.8472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 603 score: 0.8069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 604 score: 0.9204 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 605 score: 0.8723 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 606 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 607 score: 0.8083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 608 score: 0.7585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 609 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 610 score: 0.8987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 611 score: 0.7829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 612 score: 0.8325 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 613 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 614 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 615 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 616 score: 0.8981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 617 score: 0.9447 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 618 score: 0.8689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 619 score: 0.5135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 620 score: 0.9011 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 621 score: 0.5332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 622 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 623 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 624 score: 0.8524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 625 score: 0.9105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 626 score: 0.9162 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 627 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 628 score: 0.9356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 629 score: 0.8400 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 630 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 631 score: 0.9067 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 632 score: 0.9120 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 633 score: 0.8543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 634 score: 0.9816 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 635 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 636 score: 0.9128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 637 score: 0.8738 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 638 score: 0.8957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 639 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 640 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 641 score: 0.9280 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 642 score: 0.7209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 643 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 644 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 645 score: 0.8301 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 646 score: 0.5678 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 647 score: 0.9076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 648 score: 0.6779 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 649 score: 0.8148 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 650 score: 0.8817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 651 score: 0.5634 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 652 score: 0.5917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 653 score: 0.5494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 654 score: 0.6610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 655 score: 0.8639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 656 score: 0.8341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 657 score: 0.8504 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 658 score: 0.8788 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 659 score: 0.7706 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 660 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 661 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 662 score: 0.7031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 663 score: 0.7627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 664 score: 0.8599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 665 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 666 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 667 score: 0.9477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 668 score: 0.8640 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 669 score: 0.8721 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 670 score: 0.7373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 671 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 672 score: 0.8585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 673 score: 0.9189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 674 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 675 score: 0.9039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 676 score: 0.8711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 677 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 678 score: 0.8765 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 679 score: 0.9026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 680 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 681 score: 0.8676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 682 score: 0.9179 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 683 score: 0.8160 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 684 score: 0.7236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 685 score: 0.9083 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 686 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 687 score: 0.8842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 688 score: 0.8894 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 689 score: 0.8921 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 690 score: 0.8966 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 691 score: 0.9042 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 692 score: 0.9243 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 693 score: 0.7053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 694 score: 0.8129 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 695 score: 0.7216 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 696 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 697 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 698 score: 0.7050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 699 score: 0.8192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 700 score: 0.9166 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 701 score: 0.9371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 702 score: 0.9172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 703 score: 0.8344 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 704 score: 0.5217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 705 score: 0.7231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 706 score: 0.7753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 707 score: 0.9074 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 708 score: 0.8991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 709 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 710 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 711 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 712 score: 0.9287 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 713 score: 0.8136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 714 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 715 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 716 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 717 score: 0.7867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 718 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 719 score: 0.8418 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 720 score: 0.6945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 721 score: 0.8810 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 722 score: 0.8785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 723 score: 0.9489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 724 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 725 score: 0.8896 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 726 score: 0.8643 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 727 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 728 score: 0.6742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 729 score: 0.8000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 730 score: 0.6051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 731 score: 0.8030 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 732 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 733 score: 0.9051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 734 score: 0.5829 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 735 score: 0.9006 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 736 score: 0.8982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 737 score: 0.8405 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 738 score: 0.9144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 739 score: 0.9107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 740 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 741 score: 0.8611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 742 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 743 score: 0.9086 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 744 score: 0.8291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 745 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 746 score: 0.7324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 747 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 748 score: 0.9064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 749 score: 0.9141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 750 score: 0.9406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 751 score: 0.8265 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 752 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 753 score: 0.9178 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 754 score: 0.8855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 755 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 756 score: 0.8510 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 757 score: 0.8787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 758 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 759 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 760 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 761 score: 0.8544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 762 score: 0.9560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 763 score: 0.8616 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 764 score: 0.6015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 765 score: 0.7917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 766 score: 0.8099 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 767 score: 0.8433 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 768 score: 0.9250 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 769 score: 0.9501 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 770 score: 0.7046 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 771 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 772 score: 0.7183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 773 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 774 score: 0.8925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 775 score: 0.7583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 776 score: 0.5040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 777 score: 0.7841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 778 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 779 score: 0.8560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 780 score: 0.8661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 781 score: 0.8468 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 782 score: 0.6691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 783 score: 0.7024 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 784 score: 0.8984 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 785 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 786 score: 0.9229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 787 score: 0.8541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 788 score: 0.9326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 789 score: 0.8655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 790 score: 0.9151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 791 score: 0.8356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 792 score: 0.7508 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 793 score: 0.8777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 794 score: 0.8623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 795 score: 0.8495 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 796 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 797 score: 0.6536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 798 score: 0.8149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 799 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 800 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 801 score: 0.7100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 802 score: 0.8402 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 803 score: 0.8318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 804 score: 0.7041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 805 score: 0.4869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 806 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 807 score: 0.9140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 808 score: 0.8835 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 809 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 810 score: 0.6903 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 811 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 812 score: 0.9473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 813 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 814 score: 0.8132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 815 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 816 score: 0.8976 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 817 score: 0.6220 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 818 score: 0.7803 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 819 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 820 score: 0.9360 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 821 score: 0.8518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 822 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 823 score: 0.9041 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 824 score: 0.6627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 825 score: 0.7196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 826 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 827 score: 0.8791 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 828 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 829 score: 0.7675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 830 score: 0.8755 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 831 score: 0.8128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 832 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 833 score: 0.6502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 834 score: 0.7686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 835 score: 0.5506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 836 score: 0.6995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 837 score: 0.6914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 838 score: 0.8478 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 839 score: 0.8065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 840 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 841 score: 0.7479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 842 score: 0.6922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 843 score: 0.7628 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 844 score: 0.8256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 845 score: 0.6141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 846 score: 0.5914 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 847 score: 0.6934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 848 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 849 score: 0.6369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 850 score: 0.6040 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 851 score: 0.7489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 852 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 853 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 854 score: 0.8300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 855 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 856 score: 0.8252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 857 score: 0.8479 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 858 score: 0.8576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 859 score: 0.8461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 860 score: 0.9188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 861 score: 0.8561 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 862 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 863 score: 0.8151 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 864 score: 0.5854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 865 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 866 score: 0.8270 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 867 score: 0.8923 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 868 score: 0.7511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 869 score: 0.9227 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 870 score: 0.9532 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 871 score: 0.9100 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 872 score: 0.8213 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 873 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 874 score: 0.7954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 875 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 876 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 877 score: 0.9194 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 878 score: 0.7374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 879 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 880 score: 0.8854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 881 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 882 score: 0.9018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 883 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 884 score: 0.6613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 885 score: 0.8491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 886 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 887 score: 0.5985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 888 score: 0.7206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 889 score: 0.7965 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 890 score: 0.6338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 891 score: 0.6203 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 892 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 893 score: 0.8702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 894 score: 0.8297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 895 score: 0.8860 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 896 score: 0.8443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 897 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 898 score: 0.8749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 899 score: 0.8772 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 900 score: 0.8618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 901 score: 0.7101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 902 score: 0.6477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 903 score: 0.6922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 904 score: 0.7870 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 905 score: 0.7108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 906 score: 0.6902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 907 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 908 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 909 score: 0.9599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 910 score: 0.8993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 911 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 912 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 913 score: 0.9027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 914 score: 0.8506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 915 score: 0.9192 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 916 score: 0.9362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 917 score: 0.8306 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 918 score: 0.6455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 919 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 920 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 921 score: 0.7268 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 922 score: 0.9167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 923 score: 0.8954 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 924 score: 0.8371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 925 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 926 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 927 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 928 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 929 score: 0.5777 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 930 score: 0.8947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 931 score: 0.8435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 932 score: 0.7618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 933 score: 0.7576 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 934 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 935 score: 0.8469 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 936 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 937 score: 0.9464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 938 score: 0.9252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 939 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 940 score: 0.9296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 941 score: 0.9587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 942 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 943 score: 0.8851 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 944 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 945 score: 0.8866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 946 score: 0.6692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 947 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 948 score: 0.7285 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 949 score: 0.7749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 950 score: 0.8349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 951 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 952 score: 0.8241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 953 score: 0.8362 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 954 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 955 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 956 score: 0.8792 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 957 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 958 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 959 score: 0.6654 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 960 score: 0.7044 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 961 score: 0.5318 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 962 score: 0.7992 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 963 score: 0.8970 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 964 score: 0.9488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 965 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 966 score: 0.9088 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 967 score: 0.5539 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 968 score: 0.7569 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 969 score: 0.7922 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 970 score: 0.8955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 971 score: 0.7671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 972 score: 0.7882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 973 score: 0.9217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 974 score: 0.7454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 975 score: 0.6795 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 976 score: 0.8514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 977 score: 0.7689 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 978 score: 0.9352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 979 score: 0.9073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 980 score: 0.8521 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 981 score: 0.7874 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 982 score: 0.8717 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 983 score: 0.7800 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 984 score: 0.7649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 985 score: 0.8797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 986 score: 0.7697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 987 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 988 score: 0.7398 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 989 score: 0.6443 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 990 score: 0.9261 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 991 score: 0.8565 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 992 score: 0.8499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 993 score: 0.9045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 994 score: 0.8404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 995 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 996 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 997 score: 0.9584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 998 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 999 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1000 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1001 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1002 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1003 score: 0.7545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1004 score: 0.4251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1005 score: 0.9342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1006 score: 0.8473 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1007 score: 0.9069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1008 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1009 score: 0.7145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1010 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en Segment 1011 score: 0.9150 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ne-en score: 0.8154 diff --git a/test-ur-en b/test-ur-en new file mode 100644 index 0000000000000000000000000000000000000000..532e522e10142c9e97d1a86ebe4201a9b32039cc --- /dev/null +++ b/test-ur-en @@ -0,0 +1,1012 @@ +He added, "Now we have a four-month-old calf who is being bottle-fed." +Dr. Ehud Yaari, a professor of medicine at Hadassah, the Hebrew University of Jerusalem, and president of the Israeli Diabetes Association, expects the research is still in its early stages. +Like other experts, he doubts that the vaccine can treat patients already infected with the virus, noting that there are no results yet from patients already infected with type 1 diabetes. +The Nobel Committee for Literature announced on Thursday that it had postponed awarding the 2018 Nobel Prize in Literature due to an ongoing investigation into allegations of sexual misconduct against the body's former secretary, Sara Danius. +We're not doing anything right now," Denis said. "I've called the closest partner carriers and sent e-mails and gotten pretty good responses. For now, that's probably all we can do." +Ring's CEO, Jamie Siminoff, commented before the launch that the company started when he noticed his doorbell wasn't being heard over his store's loudspeakers. +He said it was a Wi-Fi doorbell invention. +Simmons said the 2013 shareholders meeting in which Show's panel had refused to fund the start-up had contributed to the sale. +Simon appeared on the TV shopping channel QVC in 2017. +Ring also agreed to a legal settlement with security company ADT Corp. +Although an experimental vaccine developed at AbbVie showed promising results in treating the infection, there is currently no known cure for the present outbreak. +An antibody cocktail developed by Zymeworks has lit a glimmer of hope in this field, but official research has suggested it is not as effective as hoped at killing off the cells. +Zimmerman performed a craniotomy in the P.A.L.M. trial, meaning the scientists used it as a control, and compared it to the other three treatments. +The U.S. gymnastics team is set to compete in the U.S. Olympic Team Trials and the U.S. Olympic Family needs your support to help fuel our athletes to the podium. +We agree with the USOC that our athletes and their clubs should benefit from these changes in a way that is commensurate with the value they bring to the sport. +The U.S. State Department supports an independent investigation that will shed light on how long the detained have been held, under what circumstances, and whether they have been subjected to torture or other cruel, inhuman or degrading treatment or punishment. +Both the U.S. and U.S.S.C. have the same goal - protecting athletes to the greatest extent possible, so they can express themselves freely, positively and with dignity on the world's biggest stage. +In the whole of the 1960s, Brzezinski advised Kennedy and then worked for Johnson's administration. +During the selection process in 1976 he was awarded the Outstanding Volunteer Police Service Medal, before serving as National Safety Adviser (NASA) between 1977 and 1981. +He helped to negotiate the Camp David Accords in 1978, normalizing relations between the U.S. and Egypt after the 1973 Yom Kippur War, and the Iranian revolution of 1979, which triggered the Iranian hostage crisis in 1979. +Ryan Gosling and Emma Stone won Best Actor and Actress in a Leading Role, respectively. +Goulding and Stone were named best actress and best actor in a row. +Other candidates include: Best Picture Director, Cinematographer, Costume Designer, Film Editing, Original Score, Production Designer, Sound Mixing and Sound Editing. +The songs "Odyssey" and "Stars" from the film received Academy Award nominations for Best Original Song and Best Original Score respectively. The soundtrack also received 26 Grammy nominations, more than any other studio album. +On Monday, U.S. President Donald Trump announced via a press conference that U.S. troops would be withdrawing from Syria. +The announcement came after a phone call between Trump and Turkey's President Recep Tayyip Erdogan. +Turkey will also seek the extradition of ISIS fighters captured in Syria whom European countries have refused to take back. +It also confirms that at least some of the dinosaurs had feathers, an idea that has been around since the 19th century, but also provides details that could not have been gleaned from fossils alone, such as colour and three-dimensional arrangement. +Scientists say the creature had a plesiosaur-like body with a long neck and short tail or a paddle-like fin. +The study also observed an increase in the number of pregnancies among the pigs. +Because the Dyna Soar's wings were not folded properly, however, it did not have the other features of the Dyna Soar - the delta wings and nose wheel - that made the later Dyna Soar more advanced than the X-15. +The pyramids are believed to have not been used for burials, but rather for temperature regulation or as a display of wealth. Although a small minority of pyramids have been found to contain internal burial chambers, the vast majority do not. +Although it's a short drive from downtown Denver, it feels like it's in the middle of nowhere, and that's part of the charm. +Two police officers have died and a further 24 people have been injured in a car bomb attack on a police headquarters in the Turkish city of Gaziantep. +The governor's office said the injured included a state police officer. +Police said they believe the suspect is Abu Bakr al-Baghdadi, the leader of ISIS. +He also found the Sun to have properties similar to those of the other stars: it gave off light and heat, just as the other stars did. +The stars' brightness and positions are used together to determine their coordinates, which are related to the plane of the Earth's orbit. +The number of stars that are visible depends on the altitude. The lower the altitude, the fewer stars will be visible. +Evacuees faced many problems during their evacuation. +It was stolen by pirates, attacked by a shark, sunk in a typhoon, missed a wedding in Nepal and detained in India. +802.11n operates on both the 2.4 Ghz and 5.0 Ghz frequency bands. +It will be backward compatible with 802.11a, 802.11b and 802.11g, albeit at half the speed. +The 802.11n standard is significantly faster than its predecessors, with theoretical speeds of up to 600Mbit/s. +The parents of the two boys did not have much of a relationship with Miller, who was the story's source. +When asked for his reaction, Miller said, "Mike talks a lot of s--t during the press conferences ... I didn't hear what he said, but I'm sure he said a lot of s--t." +Ho said, "We will strive to reach the level of GDP per capita of 2005 by 2020." +He did not give any numbers or figures for Catalonia, saying instead that he would work on the basis of China's economic interest in the case. +Hoe urged developed countries to "pay their fair share" by contributing to the Green Climate Fund. +He added that, "However, they should be credited for the steps they've taken, the progress they've made, and the commitments they've made." +The Iraq Oil Report released its report today at 12:00 PM ET. +No one can give a guarantee that there will be no sectarian violence, terrorism, or general chaos at this point in Iraq," he said. +The report began with a call for open debate and consensus in the United States on the policy of the 10th East Asia Summit. +The report is the first of its kind to be published by the Iraqi Expertise Initiative and marks a significant step forward in terms of accountability. +It's the first of 78 requests made by the Iraqis since the withdrawal of U.S. troops in 2011 that the U.S. has agreed to, paving the way for the U.S. to reopen its embassy in Baghdad before the end of the year. +The current senator, Argentinian Cristina Fernandez de Kirchner, announced her presidential ambitions in the city of La Plata, about 50 km (31 miles) from Buenos Aires. +Ms. Kavanaugh testified before the Senate Judiciary Committee under oath about the allegations, which stem from her work for the Senate in 2005 as a clerk for the D.C. Circuit Court of Appeals. +The debate was sparked by Hurricane Katrina, which devastated New Orleans and raised questions about the cost of disaster preparedness and openness to private-sector involvement. +China's center in Washington, D.C., is tasked with lobbying for Beijing's interests in the U.S. +More than four million people had gone to Rome to be part of the funeral. +The number of attendees was so high that it was not possible for everyone to get a seat in the sanctuary for the service. +Multiple large TV screens have been installed at various locations around Rome so that people can watch the action up close. +Atlanta and other cities around the world, especially in Poland, were set up with a similar sit-in, which was attended by a large number of people. +Morrison has criticised the agency's past policies on climate change, saying they made it too easy to focus on easy-to-solve opportunities, rather than the tougher challenges posed by climate change. +Congress began the financial accounting for the fiscal year 2005 and made it clear that the FBI would have to stop its 10 informants from engaging in adult entertainment. +Robin Yount made the all-time scoring list with 70 career runs scored in just 41 games on 2 doubles and 11 walks. +Batsman Mayank Agarwal and Rahul Dravid put on a good partnership and made 100 runs together. +But after captain Kohli's wicket, India only managed to score 36 runs in 10 overs and lost the match by 7 wickets. +U.S. President George W. Bush arrived in Singapore on Nov. 16 to begin a weeklong trip to Asia. +It was received by Singapore's deputy prime minister, Wong Kan Seng, and discussed trade and terrorism with Singapore's prime minister, Lee Hsien Loong. +After a weekend of canvassing in midterm election battlegrounds, Bush told the crowd about his desire to expand trade in Asia. +The government's 'clean air act' has been welcomed by the All-Party Parliamentary Group on Air Pollution, after a 25-minute meeting between PM Theresa May and the group's leader, Jack Dromey, on Monday. +During a meeting with Prime Minister Theresa May, Labour leader Jeremy Corbyn called for a 'complete and total overhaul' of the 'conservative party's approach' to immigration. +Federal Govt. and some federal lawmakers have criticized the move by the Fedral Govt. to increase the expenses of the Maris Hospital in Dawn Port, Tasmania, which is scheduled to be held in November. +Prime Minister John Howard said the move was only to protect the hospital from legal action by the federal government, which had pledged A$45 million. +According to the latest reports, a tsunami has hit the city of Palu, which sits at the end of a bay on a narrow strip of land. The city is home to more than 300,000 people. +There were no reports of major damage or casualties in Tonga, but communications with the island were severed by the tsunami, making it impossible to immediately assess the extent of the damage. +Despite warnings of a tsunami that was to hit the coastline, it was business as usual in Palu on Friday. +US President George W. Bush made the announcement. +North Korea's pledge to work toward "denuclearization of the Korean peninsula" is a "big step in the right direction," said Bush spokesman Gordon Johndroe. +Hurricane Irma is a Category 4 storm with maximum sustained winds of 130 miles per hour. All Tropical Storm Watches and Warnings have been discontinued. +The National Hurricane Center (NHC) says Jerry is not a threat to the U.S. mainland. +The U.S. Carpenter of Engineers has assessed that the damaged spillways at the Oroville Dam could give way even with 6 inches of rain. +Ninth Ward, where Nate made landfall as a Category 2 hurricane with winds of 110 miles per hour, is inundated by deep water because the ground is saturated. +Water is flowing 100 feet down the canyon. +Kamanzi, the coordinator of the organized admission corridor, expressed his sympathy to the families of the victims in talking to VOA News last month. +He's been lying to us from the get-go. First of all, he lied about the legal reasons why he had to do it. Second, he said he was listening to us, that he was going to take our advice, and then he ignored it." +In the community, there are ongoing efforts to prepare for the potential arrival of sexual materials that would host millions of openly licensed media. +Most of the work that has been done has been theoretical, but the programme is designed to set a benchmark for observations of the brightest stars. +The effects that the team was looking for would arise from rare dark-matter interactions between ordinary dark-matter particles and their antiparticles. +As the moon pulls on the Earth, it creates tides in the oceans that rise and fall. The Earth also bulges in the direction the moon is pulling, just as a rubber ball bulges on the side you squeeze. +Scientists came to the conclusion that dark matter interacts with other dark matter in the same way that ordinary matter interacts with a mirror. +According to this theory, the comet's nucleus is mostly made of dark matter, and is composed of trillions of tiny particles. +White flakes were seen falling from the powder in the Telenovela report. +Local authorities are urging residents to stay indoors, shut their air conditioning and not to drink the water. +According to Japan's Nuclear Agency, the reactors at Fukushima Daiichi have been identified as R1, R2, R3, and R4. +Officials are assessing that the nuclear-powered submarine may have sunk and is leaking coolant. +Dr Toni Molloy found the XDR-TB in a patient at the Extramural Drug Resistant Tuberculosis (XDR-TB) clinic in KwaZulu-Natal, South Africa. +In an interview, he said the new strain is "incredibly worrisome and potentially more deadly" because it appears to be able to evade the body's immune response. +At least two hospital staff members are believed to have contracted the bug. +One infected person can transmit the disease to 10 to 15 people in a year. +However, the number of people with XDR-TB in South Africa's entire group of TB patients remains low, with just 6,000 of the country's total 330,000 TB infected people known to have the drug-resistant strain. +More than 1,000 stone slabs, each weighing more than 17,500 pounds, fell to the ground in the caldera, 491 feet below the rim. +Scientists say the blast from the impact was ten billion times larger than the Hiroshima atomic bomb. +People are still trying to figure out what triggered the quake and what damage it caused. +The U.S. State Department is searching for an American citizen who went missing in Mexico. +The results of the plebiscite will be displayed on a public website. +A doctor who worked at a children's hospital in Oahu, Hawaii, has been charged with murder in the death of his mother, who was found dead in her car with a gunshot wound to the head, Hawaii officials said. +The 29-year-old doctor, Mallar Balasubramaniam, was found dead near his home in Blue Ash, about 15 miles north of Cincinnati, with stab wounds to his chest and neck, authorities said. +He led officers on a 500-foot chase in his car, the Oldsmobile Intrigue. +There he found 53-year-old Sergei Balasubramaniam, who had been stabbed multiple times with a butcher's knife. +Police said they believe the man has been there for about a day. +The first cases of the disease were reported in July. +The disease is transmitted through mosquito bites, then infects humans. +The call has put the Indian government on notice that it must identify and prosecute the perpetrators, compensate the victims, and make structural reforms to ensure that such a tragedy never happens again. +The government has pledged millions of vaccines for insulin, which will help health agencies prepare for next year. +Funding delays have also held back plans to tackle a shortage of doctors in the most deprived areas, as well as a lack of other healthcare professionals. +In 1956 Sullivan moved to Swindon where he started work as a postman three years later and became chief conductor in 1964. +He prepared 1000 stadiums for Sweden and other 28 countries. +His work is so detailed and meticulously researched that he is regarded as one of only a few "household names" among tick experts, some of whom specialise in his work alone. +Its 1,000-acre estate is known as "The Great Plantation of the Southern Kings" and was created in the 2000s by David Coulthard and is home to the Goose Bay of World Records. +It is also used in banknote printing for several countries, including Canada's new $5 and $100 notes, which feature the portrait of Prime Minister Justin Trudeau. +Gabby was rushed to hospital after the incident but died a short time later. +The 64-year-old driver was uninjured in the crash. +The car involved in the crash had ploughed into a bus stop at about 1200 GMT. +A man who works in a nearby garage said, "The kids were waiting to cross the street and they were all screaming and running." +Everyone made it out safely. +Other agenda items included the protection of the world's remaining rainforests, and the sharing of technology to help developing countries move toward a low-carbon future. +The UN also hopes to set up a fund to help countries affected by global warming to cope with its effects. +The country is limited to the Falkland Islands, which are sparsely populated, and have a better communications, transportation, and tourist infrastructure than most of its neighbors. +Some women have found it difficult to get people to take them seriously when talking about women's health, wrote Foley. +They found a significant increase in the number of abortions carried out on women by GPs, as well as a rise in the number of positive messages received by pregnant women. +After the injured were taken to the hospital, the remaining approximately 40 inmates refused to return to their cells and barricaded themselves in a nearby dormitory. +The actors tried to fix the situation, but the prisoners' demands were unclear. +At 10:00-11:00 in Damascus, fireworks were launched from the prisoners' side of the fence. +Shortly after, emergency services were called to the yard in Yardley and the man was treated for stab wounds. +Firefighters brought the blaze under control at 11:35 last night. +After the dam was built in 1963, the migratory salmon that swim upstream to spawn were blocked. +The fence was necessary to protect the San Diego Zoo and SeaWorld, which provide habitats for endangered animals. +In the end, two species of shark have become extinct, and three others, including the hammerhead, are listed as endangered. +While the sea will recede by several feet after the tsunami, officials expect it will be enough to return the boats to their normal berths. +No tsunami was triggered by the earthquake and there was no tsunami threat, according to the Jakarta-based Geophysics Agency. +Despite there being no tsunami threat, residents remained on alert and evacuated their businesses and homes. +Although Winfrey was tempted to run, she vowed to her viewers that she would not. +It's not the end. It's the end of a chapter and the beginning of a new one." +The final results of the presidential and parliamentary elections in Namibia have confirmed that incumbent President Hage Geingob has been re-elected with an overwhelming majority. +The ruling party, the South West Africa People's Organisation (SWAPO), also retained its majority in parliament. +United and Afghan forces moved into the area to secure the site, and another U.S. Air Force Osprey was sent in to help with the evacuation. +The incident unfolded near a hillside, and is believed to be the result of a stray bullet fired from a rival gang. +The attempt to find the crash site is being hampered by the weather and difficult terrain. +The medical charity Medicins Sans Frontieres says it is the most severe outbreak the country has seen. +Richard Vermeulen, a spokesman for MedImmune, the company developing the vaccine, said: "Ebola is one of the most deadly viruses known to man and the situation in the DRC is very serious." +Bondi Beach was packed for the start of the 7's rugby tournament at 10:00 am on a beautiful sunny morning, a great way to start the day. +South Africa, who hold a five-point lead over Zimbabwe at the top of the table, got off to a blistering start on the Ryder Cup course when they raced into a 2-0 lead after two holes. +South Africa were comprehensively outplayed in the game but, as they have so often done in the past, they found a way to get the better of their southern neighbours. +Their organised defence, Ballond's brilliance and a strong team spirit kept them in the game and it became clear that this was a team that would not be beaten easily. +Officers from the Metropolitan Police and the National Fraud Intelligence Bureau say the fraudster posed as a tree surgeon and claimed he was near the victim's home. +He was due to be executed on Monday, but was spared at the last minute by the court. +The total area of the Seawall is at least 100 to 250 metres (328 to 820 ft) wide. +Infrared imaging appears to reveal differences between day and night temperatures that indicate they are both volcanoes. +They have more thunderstorms and are warmer at night than the surrounding desert. +Arizona's Flagstaff is home to the United States Geological Survey (USGS) Arizona Volcano Team and Northern Arizona University's Volcano Observatory, which monitors the state's deep volcanic craters that often hold pools of molten lava, but are dormant. +In France, democracy is a low-tech experience: Voters walk into a booth, pull a lever marked for their preferred candidate, and that's it. +After verifying the voter's identity, the poll worker enters the voter's selections into the voting booth and presses a button to cast the ballot. +The French electoral code severely regulates the campaigns. +Since 1988, ballot boxes have had to be transparent, so that voters and observers could see that there was no tampering with the ballots and that the number of ballots cast matched the number of registered voters. +Supporters are urged to send their MPs a copy of the petition and to ask them to support the call for an inquiry into every aspect of the actions of Assad's regime. +Launched in May 2007, the ESA's Aeolus satellite is designed to keep tabs on wind speeds and directions around the world. +The Assassin's Creed franchise would be dramatically different and changed forever following the release of the 2007 game Assassin's Creed on the Xbox 360. +The station's website describes it as: "A new and exciting public school theatre." +The show aired in its initial days only on the internet radio site TogiNet Radio, and was targeted at the talk radio audience. +In late 2015, Tognetti established the Estonian Radio Orchestra as an autonomous institution. +The show originally starred Shaquille O'Neal, who was born and raised in eastern Texas. +Because the officers who enforce the law were not on hand, the report said, a wide-ranging bargain was struck for the night. +When Letterman's talk show was on the air and Conan O'Brien's was on the verge of being canceled, one observer noted that Letterman was in a legal gray area while O'Brien was in a legal black hole. +Hundreds of people have been arrested in Baton Rouge, Louisiana, for violating a curfew imposed in the wake of the shooting of a police officer. +The Rugby Union South African team, the Springboks, have lost to the New Zealand All Blacks (NZL) in the Rugby World Cup semi-final in Rustenburg, South Africa. +The final score was 20-21 in favor of the Panthers, ending a 15-game winning streak for the Blazers. +Sprungboks finally broke their five-game losing streak. +It was a final match for the All Blacks, who had already clinched the trophy two weeks ago. +The series finale is scheduled for next Saturday at Ellis Park in Johannesburg, where Springboks face Australia. +The quake hit just after 10:08 a.m. local time near the city of Mashat in western Donggala, the U.S. Geological Survey said. +The U.S. Geological Survey and the National Earthquake Information Center did not immediately report any damage from the quake. +The earthquake hit just off the north coast of Donggala, about 20 km (15 miles) south of Palu, at a depth of 65 km (40 miles). +A highly pathogenic H5N1 bird flu strain has killed dozens of wild birds in an area near the city of Lyon in eastern France, the French agriculture ministry said on Wednesday. +After Austria, Germany, Slovakia, Bulgaria, Greece, and Italy; France is the sixth European Union member state to report a case of the virus. +H5N1 bird flu cases unconfirmed in Croatia, Denmark +Chambers filed a lawsuit against God on the grounds of "wrongful death, destruction of property, and the intentional infliction of emotional distress on the millions of people living on Earth." +Chambers, who is a defendant, argues that the plaintiffs' claim is "frivolous" and that "no person may bring a civil suit against another person." +The story published by The Courier-Sentinel is based on a conversation with a farmer who said his life has been "ruined and his family torn apart" by the allegations. +As for the result, the actors themselves seemed to take it in good humour, with Willoughby and Thwaites even suggesting that they should be involved in the stage production. +Former House Speaker Newt Gingrich, Texas Gov. Rick Perry, and Congressman Michael Bachmann rounded out the top five. +After the results were announced, Guernsey identified Sint Maarten, but Romania criticised Guernsey for discriminating against it. +Perez said he would take a "hard look" at running for the seat being vacated by O'Rourke, who is considering a run for president in 2020. +Bayern Munich's Xherdan Shaqiri, left, celebrates after scoring his team's second goal during the Champions League group B soccer match between Ajax and Bayern Munich at the Johan Cruyff Arena in Amsterdam, Netherlands, Wednesday, Aug. 15, 2018. (AP Photo/Peter Dejong) +The photographer was taken to Ronald Reagan UCLA Medical Center, where he died. +He is believed to be about 20 years old. A statement from the church said, "I was not there and not involved in the tragic event that took place directly across the street from our church, my thoughts and prayers are with the family of the victim." +The surveillance news site TMZ reported that Fowler stood on the other side of the Spalding Boulevard with his car blocking traffic and tried to talk to the California Highway Patrol officer who was on a traffic stop on the other side of the street. +The driver of the car that struck the photographer is unlikely to face charges, police said. +Despite having only eight medals available, multiple countries failed to qualify for the medal podium. +He was joined on the bench by Wimbledon's Jack McCarthy and Finnley Compton, who was part of the squad which reached the final of the 2018 World Cup of Golf in Paris. +Australia's Michael Goolagong climbed to sixth on the men's all-time list when the men's all-time list when the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated after the men's singles super-G standings were updated +Mexico's Alejandro Valdes took silver in the men's 100m butterfly final, while New Zealand's Adam Hall took silver in the men's 100m breaststroke final. +Poland's Piotr Zielinski and Gaetano Gozzi ended up in a tie for seventh place on the leaderboard, while South Korea's Jeong Seung-wook and Ki Sung-yueng finished in a tie for ninth. +Those who arrived in Haiti after the 2010 earthquake to help rebuild the country have been accused of starting the outbreak by bringing the disease into the country. +According to the suit, the United States Campaign did not appropriately disclose that it was funded by the Siena Research Institute, which led to the group's largest donor, the Gates Foundation, pulling out. +Before her death, Heath did not face any charges related to the eighty-year-old's illness. +The Highest Institute for Public Health and Democracy has cited evidence that suggests that the Nepalese bat may be carrying a highly infectious mutation of the coronavirus that originated in the United States. +Daniel Lennon, a spokesman for the United Nations on the disease, said the outbreak was probably caused by people infected with the virus returning to the country. +Hamlet confirmed that the patient was in good condition at Howard University Hospital. +The patient was in Nigeria, where the Ebola virus has killed more than 1,000 people. +The hospital has introduced a protocol to deal with the infection, which involves isolating patients to prevent the infection spreading to others. +The former Simpsons star has worked in various roles across multiple shows. +In the 1980s he worked on the TV shows Taxi, Cheers, and The Trials of Rosie O'Neill. +In 1989, he helped found the Simpsons Writer's Room and was responsible for hiring the show's first writing staff. +Despite being sacked in 1993, he retained his title as the club's all-time leading goalscorer and was inducted into the club's Hall of Fame in 2008. +Earlier, the Chinese news agency Xinhua reported that a charter flight had landed in Pyongyang. +According to proposal information later released by the airline, the bomb was on board Flight 214, which was headed to Afghanistan, where it was to land in Kandahar. +The initial report said the plane was heading back to Afghanistan after being denied permission to land in Uzbekistan. +Air crashes are common in Iran, which has an aging fleet of mostly Russian-made planes that are often poorly maintained. +International sanctions mean that new aircraft cannot be bought. +Three people died and three others were injured in a police helicopter crash early Saturday in Maryland, authorities said. +Last month, Iran saw its deadliest air disaster in its modern history when a Ukrainian plane crashed shortly after takeoff killing all 176 people on board. +In the same month, another plane crashed in Mashad, killing 41 people, and a wall collapsed on pilgrims in Najaf, Iraq, killing at least 14. +Aerosmith canceled the remainder of their tour. +Rock was set to go on tour of the U.S. and Canada starting Sept. 16. +Steven Tyler of Aerosmith canceled his tour after injuring his shoulder during a performance on Aug. 5. +After that, both players won a sit-down each, with Tyreek losing his first sit-down in the tie-breaker. +Del Potro received a first-round bye but also needed a tiebreak to get past Benoit Paire in the second round. +Potter treated the injury on the sideline but was able to return to the field. +The program began at 8:30 a.m. local time (15.00 UTC). +The country's most famous singers performed patriotic songs on the steps of the Grand Mosque of Aleppo. +Actor Sunny Sharma started the show and then Jay Shankar Chaudhary and actor Raju Khandelwal also joined in. +Then, Lakhwinder Singh took everyone by surprise with his singing. +The 108 plates (known as the Book of Mormon in the U.S.) were said to have been buried in the hill Cumorah in upstate New York by a prophet named Moroni. +Lucknow Singh also went to sleep. Actor Rajeev Khandelwal was also present with him. +On Thursday, Nintendo of America president Reggie Fils-Aime revealed that the company's new Nintendo Revolution console will be called the Nintendo Wii. +Similarly, the controller also uses two sensors placed near the user's television to track the position of the remote in a three-dimensional space. +This will allow game players to control the actions and movements of Videogames in the sky. +Jayne Carlow-Fraser did not return a message seeking comment, and race organizers did not immediately respond to a request for comment. +Their team mate Fernando Alonso had more than enough race experience, but he too would finish the race on the back row of the grid. +Michael Schumacher ended his race early, citing a loss of feeling in his legs as the reason. +They're very good and go about their business really well," he told the news conference, according to a Reuters report. +Whenever we rehearsed it, I would always get quite emotional." +When the launching was about three minutes away, an insulation flap on the fuel tank of the rocket was seen flapping in the wind. +However, it is not thought that they caused any damage. +Nasa's InSight lander 'phones home' after successful Mars touchdown +After five minutes in the Dispensary, the wind picked up to 70 km/h, with gusts as high as 100 km/h. It started raining shortly after, but the rain was so intense and large that it felt like you were in the eye of a tornado, with people running and screaming and trying to take shelter. +Armond Wrice said: "I told my wife and her friend to get out, there were two guys on the Wells Fargo, people were yelling at them to get out of the way." +The NHC also reported that Hurricane Nate was working its way through the Caribbean island of Puerto Rico, where it was downgraded to a tropical depression. +The Hokule'a Recollector Power Carriage has not reported any damage from the earthquake and the number 1 and 2 reefing sails have been hoisted. +It is said that 9,400 homes in the area have no water and nearly 100 are without power. +Some roads in the affected areas are impassable, rail service has been halted, and the airport in the city of Ishinomaki has closed. +A BMW crashed into the governor's office. +Three more blasts hit near government buildings two hours later. +Some reports put the official death toll at eight, while the government confirmed 30 were injured; the final toll is still unknown. +The Cyaninorcids and Mylodonts were both herbivorous mammals that died out before the ancestors of the placental mammals appeared. +University researchers have said that both molecules can form crystals that can stop the action of enzymes. +Researchers have observed a Christ-like figure emerging from the Milky Way and Andromeda galaxy in the constellation of Virgo. +When Inferred Speaker Scopes Are Compared to Recordings of Affected Primates, They Sound Like Something From the Twilight Zone. +I don't know if you've noticed, but the vast majority of items that come into the country from the U.S. are duty free. +Even in the middle of the U.S., a taxi ride could be had for less than 10 percent of what it would cost in our home country. We'll take that. +It didn't make sense to me; it wasn't the right thing to do. +I tell people all the time, "Treat me just like you would treat yourself." +California Governor Arnold Schwarzenegger has signed into law a bill that will ban the sale or rental of violent video games to minors. +Under the bill, violent video games rated "18" in California would be banned from being sold to minors, and retailers would be fined $1,000 for selling them to anyone under 18. +Director of Public Prosecutions Kier Starmer QC announced the charges this morning and the defendant will appear before Westminster Magistrates' Court later. +Ho-Ho-Ho, it's off to the Cabinet Office for David Davis as he prepares to replace Theresa May as Brexit minister. +Houfn and Paris are scheduled to appear before a Westminster Magistrates' Court on May 16. +The victims were identified as 25-year-old Nicholas Alden and 21-year-old Kody Beahm. Beahm was driving. +The edges and blades of the adze have been sharpened, while the face of Christoffer Schindler's axe needs to be sharpened. +When it landed on the fifth person's head, Yuka's hat flew off. The signer continued without missing a beat, closing one eye, and even doffing his cap to reveal a bald pate. +Schindler testified via video link from his home in the USAF base in Germany. +After the match on Thursday, Carpenter participated in the two-man scramble for the Champions Cup. +It was his first salutation, where he was addressed as the "Honourable Rees" and received 36 of the 116 votes cast. +His other partner, Jayden Huey, was seventh with a total of 4:41.30, just behind Australia's Callum Saunders in sixth with 2:11.60 and Hungary's Daniel Gyurta in fifth with 1:09.02. +Four of the Sky Sports pundits failed to score any points from their predictions, while 45 of the 117 selections made by the Sky Sports team as a whole failed to gain a single point. +The Metropolitan Police recovered the stolen laptop and mobile phone. +Deputy Inspector General of Police DK Arya said, "We have arrested five people who were involved in the release of the Swiss woman and seized their mobile phones and laptops." +The names of the employees are Babu Kanjur, Bhoota Kanjur, Rampuro Kanjur, Gaja Kanjur and Wasnu Kanjur. +Police superintendent Chander Shekhawat Solanki said the suspects would be produced in court. +Although three people were in the house at the time, no injuries were reported. +However, the driver suffered a head injury. +The road where the crash took place was closed for several hours while the driver of the lorry, who was treated at the scene by the ambulance, was dealt with by police. +He was initially taken to James Paget Hospital in Gorleston. +He was later transferred to Cambridge's Addenbrooke's Hospital. +Eduardo Adrian is in Sheriff Court after being charged with the murder of his son. +He will be tried and convicted in the court of public opinion, but will never face a jury of his peers. +It is common in Europe but works differently from the way the Innocent Until Proven Guilty principle does in the U.S. and courts generally assume the defendant is innocent until proven guilty. +Prof Pamela Fraser of Dundee University said: "The journalist who is chasing after the suspects is on a rollercoaster ride." +Crown prosecutors, who are barred from commenting on the case, have suggested that no further comment will be made, at least until the defendant appears in court. +According to the leak, the document mentions border disputes as one of the reasons Palestinians need a state prior to the 1967 Middle East war. +Other contentious issues include the future of Jerusalem, which is claimed by both sides, and the status of the River Jordan. +Once an agreement is reached, Israel says it wants a military presence in the valley for ten years while the Palestinian Authority is only willing to agree to five. +The additional paste control trials are carried out in order to monitor the quality of the trail and to assess the effectiveness of the signage. +The NPDB and the American Society of Plastic Surgeons (ASPS) sponsored the study, which involved analyzing data from the NPDB's HIPAA-compliant Patient Registry. +According to Mac O'Flynn, who is the director of park conservation and heritage at the NPDS, the four selected signs will receive general protection and educational signage. +Marti had joined the new Electoral College (CEP) the previous day. +It's Martell's fifth CEP in four years. +Last month the presidential commission recommended that CEP be disqualified from the package of reforms aimed at taking the country to new elections. +The Martyrs' Commemorative Committee was set up in October to commemorate the victims of the government crackdown. +The failure of elections in 2011 opened the door to long-term violent protests, which continue to this day. +More than 60 firefighters were called in to tackle the blaze which ripped through the six-storey building, leaving four people injured. +Japan's Ministry of Economy, Trade and Industry said it was aware of 27 cases related to the devices. +Last week, the MIT Technology Review announced that Apple was aware of 34 incidents of overheating, which the company called "isolated." +The department said in a statement that it was "truly regrettable" the report had been leaked to Apple. +The quake hit just after 07:19 local time (09:19 GMT Friday). +The Northern Mariana Islands Emergency Management Office said there were no reports of damage in the country. +The Bali Sea Warnings Center also said there was no sign of a tsunami. +A former Philippine police officer has been convicted and sentenced to life in prison for raping a Hong Kong tourist in Manila. +Rolando Munoz fired a round from his M16 rifle at the tourists. +Multiple casualties have been reported, with at least six people confirmed dead so far. +The bodies of the victims, which included children and adults, were immediately evacuated by Filipino photographers. +The photographer stood his ground to get the shot, despite being pelted with rocks by the herd of cows. +Logan followed in his father's footsteps and studied medicine. +He received his training at Oakland's National Veterans Hospital and began working there in 1959. +While she was working in a hospital, Legend started his career in music by releasing his debut album Get Lifted in 2004. +Research has shown that if a harmone is given, it speeds up the rate at which the immune system destroys the cancer cells. +Government investigators recovered two "black box" flight recorders from the wreckage of the crashed Ethiopian Airlines plane early Saturday, Xinhua news agency reported. +Allies also urged Loona to pursue a career in politics. +The Tammy Dreamer said, "Luna was my first Rottweiler. My first manager. Luna was a two-time world champion. +Ryan Gould, commentating for "Dastan Golestan", said: "Luna reminded me of Ronaldo in the way he wanted the ball more than anyone else, in the way he made himself so much bigger than he was. Hopefully he will go to a better place." +The number of Australians opposed to making Australia a republic has risen to 8 in 10 since the 2010 federal election, a survey of 1400 people has found. +Julia Gillard, Australia's first female prime minister, argued during the 2010 federal election campaign that Australia should become a republic after the end of the reign of Queen Elizabeth II. +Thirty-four percent of those polled by Reuters/Ipsos thought the country should be Australia's last port of call. +Of those surveyed, 29 per cent thought Australia should become a republic as soon as possible, while 31 per cent thought Australia should never become a republic. +The Olympic gold medallist was due to compete in three relay races and the 100m and 200m freestyle at the World Championships, but pulled out due to injury. +He is unable to take the drugs he needs to combat the pain as they are banned in the sports he competes in. +Christopher Cope, a mathematician and computer scientist at the University of Central Missouri, found the largest prime number to date on January 25. +Multiple people confirmed the authenticity of the leak to The Hollywood Reporter and Variety, and it was announced on Monday. +Potentially habitable planets are planets that could have liquid water on their surface, which could allow for the possibility of life. +The U.S. also has several federal service academies that train and graduate commissioned officers for the Navy, Marine Corps, Air Force and Coast Guard. +Komo, 53, began his governorship this year and last month signed a bill legalizing same-sex marriages on the island. +He called the move a "political stunt and cynical ploy". +He is reportedly set to take part in the presidential election in 2016. +Nexus is a system that allows airlines to offer discounted fares in response to AA's demands, saving carriers millions of gallons of fuel and reducing emissions each year. +The satellite is based on a technology that is radically different from the very old ground-based radar that it is intended to replace in order to give air traffic controllers more precision in guiding planes and to provide pilots with more accurate information. +There are no transports and the land-based railcars do not go to Wembley, and there is no car parking or park-and-ride facilities at the stadium. +The logistical nightmare of a move to the All-Weather Championships has heightened the possibility that the game could be played behind closed doors. +A new species of bird has been discovered on Ecuador's Galapagos Islands, according to a study published in the journal Science on Thursday. +Researchers from the United States' Princeton University and Sweden's Uppsala University reported that only two generations had passed since the mutation that gave rise to Desi Darwin, Josepha Fawcett, and the outside-in cookie cutter Josepha Connor. +Sona can be made in a variety of shapes. It can be made in small or large sizes. +It can be pounded and ground, or shredded and sifted. It can be added to batters and doughs. +It can be carved very finely, and on another side. It can be carved so finely that it resembles the engraved illustrations sometimes found in books called "illustrated editions". +It's called PH in Kimia. You can make an indicator by using red cabbage. +The choice of protein source depends on how quickly or slowly (acellular) the protein is digested. +In chemical terms, pH is the negative logarithm of the hydrogen ion concentration (the H in pH). +Hybrid cars are propelled by a combination of an electric motor and an internal combustion engine. +Both dry powders should be mixed with a little water, and then kneaded into a dough with clean hands. +The enzymes on your hand will react with the proteins in the milk, which will cause the milk to coagulate and form a curdled substance. +Flush toilets were almost unknown in the cities of Harappa and Mohenjo-Daro, which were part of an advanced urban civilization. +The ruins of the Cyclopean walls of the Minoan cities of Crete and Knossos have been found in Greece. +Bathhouses also existed in ancient Egypt, Persia, and China. In the Roman Empire, public baths were a part of Roman culture where men and women would bathe together. +When you call someone who is a thousand miles away, you use a satellite. +There's an answer on the artificial satellite in orbit around the moon, and then it's sent back to Earth. +Satellites are also sent into space by rockets. The Earth's atmosphere and gravity pull on the satellite, so scientists have to use a rocket to put the satellite into orbit. +A 100-foot antenna is required to pick up the signal in rural areas, while a 50-foot rooftop antenna is sufficient in urban areas. +The invention of the wheel changed the world forever. For us, the wheel is the most important invention because it made transport quicker and easier. +He taught us about trains, cars, and many other means of transportation. +They are surrounded by fences topped with razor wire to keep in the pigs and out of the hands of hungry dogs and humans. +In the end, the Haitian cuisine includes a wide variety of dishes including rice and beans, which are eaten by most Haitians on a daily basis. +Their success depended on a proper understanding of the terrain, specialized tasks assigned to each man, and competing with another team. +The Bills are the most socially liberal family on the show, with Will being the most outspoken. +The group of sheep consisted of three adults and three lambs. +As a member of a large family of women and girls, I have a very close relationship with another. +The group of sharks is more like a school of fish or a herd of cows than a pack of wolves, and they are also much less likely to attack their prey. +A well-trained athlete, running at a good pace, can maintain a five-mile-per-hour pace indefinitely. +Chita Sharma, Thane and Jigar Grup (Jayant Pawar) are the four who can carry. +Chita's Peak is not a snow-capped mountain, but rather resembles more of a smoking volcano. +Field mice like to eat seeds, nuts, grains, and even berries. Field mice are much smaller than house mice. +Scientists believe that field crickets migrate to find mates and to overwinter. +They can see well in the dark and can also run faster than their prey can see them. Field mice use their whiskers to feel their way in the dark and to avoid obstacles. +When a small group of individuals (a small population) becomes isolated from the larger population (as if they moved to a mountain top or an island), they will often find themselves in a different environment than the one they left. +There are different sources and different prices in the new area, so the population will need to adjust their shopping or cooking habits accordingly. +The original inhabitants did not change fundamentally, they still need to be treated in the same way as before. +Over time, as the new population moves into its new habitat, it becomes less visible to the casual observer. +The last car, thousands or perhaps millions of years later, would find a landscape so different it could not be classified in the same genus. +We call this process specialization, which means the creation of new products. Specialization is an important part of both growth and improvement. +Plants make oxygen that humans breathe, and they take in carbon dioxide that humans breathe out (plants take in carbon dioxide that humans breathe out). +The food is cooked in the pods themselves. They also generate a beam of light. +We build our houses and our boats from wood. Most of the food that we eat comes from plants. Without plants, animals could not live. +Mozart was the biggest star of his time, so he wasn't afraid of anyone. +Its teeth were up to 70 mm (2.8 in) long and its skull had an additional row of teeth in the roof of the mouth. This meant that nothing could escape its jaws once it closed them. +We don't know for sure, but it could be poisonous. Its diet consists of crabs, lobsters, other crustaceans, and it can also be a carnivore. +Everything that enters the water becomes part of its food chain, even a large dinosaur like the Tyrannosaurus. +Although the Romans' food is familiar to us, their menus also contained some bizarre delicacies, such as wild boar, porpoise, seahorse, and nutria. +Another difference was that while the poor and women sat on the floor to eat their meals, the rich sat on couches while they ate. +The ancient Greeks could not have grown the foods that came to the U.S. in the 1900s from Europe or Asia. +They didn't have chickens, turkeys, geese, ducks, or even guinea fowl. Not even the ancient Romans ever ate poultry. +The Babylonians built a basic temple for each of their gods, which were envisioned as residing in a house of the gods. +People made sacrifices to the gods and tried to appease them with offerings and prayers at shrines and temples. +Each temple has an open courtyard and contains a sanctuary that can only be entered once. +Sometimes the towers were built as parts of churches, called ziggurats. +The top part of the minaret was special and holy place for God. +Houses were not as important in the Middle East. +Most of the Nazi family members stayed. +Women cooked in the back. A row of open counters ran along the street. The buildings were made of stone. +There were no large forests on the land of Canaan, so wood was very expensive. +The population of Greenland was very low. Norse sagas say that Erik the Red sailed from Iceland to Greenland, found a place suitable for settlement, and named it Greenland. +However, it is believed the Skimo had been on the glacier for several hours by the time he was found. +Although every country has its own "Scandinavian" stereotype, there are numerous differences between the peoples, governments, beliefs, and histories of Denmark, Sweden, Norway, and Iceland. +If you watched the film National Treasure, you'd be forgiven for thinking the Declaration of Independence was housed in a bank vault. +However, it's not true. Although something is written on the receipt, it's not the bank's logo. +Behind the Declaration of Independence are the words "The unanimous Declaration of the thirteen united States of America, When in the Course of human events, it becomes necessary for one people to dissolve the political bands which have connected them with another, and to assume among the powers of the earth, the separate and equal station to which the Laws of Nature and of Nature's God entitle them, a decent respect to the opinions of mankind requires that they should declare the causes which impel them to the separation. +When it was not known who had written it, it was known that in the early part of its life it had been rolled up on the top of a large chest of drawers (which were 29¾ inches high and 24½ inches deep). +However, it is possible that the inscription was originally part of a larger label. +After the D-Day landings and subsequent battles, the north of France had been liberated, but the south was still under German occupation. +It was called "Vichy" after the Vichy government of France, which collaborated with the Germans in 1940 and worked with the invaders. +On 15 August 1940, the Allied forces invaded Southern France, which was called the "Operation Dragoon". +Only two weeks earlier, American and Free French forces had liberated southern France and were advancing toward Germany. +A religion is a set of beliefs concerning the cause, nature, and purpose of the universe, as well as the role of human beings in the universe. +The word civilization is derived from the Latin word civilis, meaning "relating to citizens," which is related to the Latin word civis, meaning "city-dweller," and civitas, which means "city-state" and also "community." +Cities are the news of the nation. A religious culture means sending knowledge and arts to many generations, establishing a deep cultural identity, and marketing it appropriately. +Small cultures are often and more often than not doomed to extinction without a suitable historical testimony and are thus doomed to oblivion. +During the Revolutionary War, the Thirteen Colonies formed the first democratic central government in the United States, known as the Continental Congress. +The congregation had no power to tax, and since there was no national legislature or judiciary, it relied on the state governments to enforce its laws, which often did not cooperate. +He had no authority to override tax laws and regulations between the states. +The states' consent was necessary to amend the treaties, but the states were reluctant to give up their sovereignty so easily. +The Atletico national football team is the second most successful team in the world and won the FIFA World Cup in 2006. +Popular sports include fitball, basketball, volleyball, water polo, windsurfing, fencing, rowing, ice hockey, roller hockey, and A1 motor racing. +Winter sports are more popular in the Nordic countries and the Italians compete in most international competitions and the Olympics. +Japan has approximately 7,000 islands (Honshu is the largest), making it the world's sixth largest island country! +Due to the archipelago/group of islands, Japan is sometimes referred to as the "Sea of Islands" in geographical terms. +Taiwan began in the 15th century as a small settlement called Formosa, meaning "beautiful island," by European explorers passing through. +In 1624 the Dutch East India Company established a base at Batavia in the Southwest Pacific, and began the transformation of the Deshima port into a trading post and a Chinese colony. +In 1683 the Qing armies (1644–1912) invaded and conquered the western and eastern coastal regions of Taiwan, and in 1885 Taiwan was made a province of China. +In 1895, after losing the First Sino-Japanese War (1894-1895), the Qing government signed the Shimonoseki Treaty, ceding Taiwan to Japan, which governed it until 1945. +Machu Picchu is composed of three main structures, including the Inti Watana, the Temple of the Sun, and the Room of the Three Windows. +Many of the buildings surrounding the complex have been rebuilt in order to give tourists the impression that they are really something. +Machu Picchu was partially restored in the 1970s and is still being restored today. +For example, the most common film format in the world is 35 mm, which was the standard size for film until the end of the analogue era. +It's still being prepared, but the most important thing is that its optical sensor comes from a DSLR camera. +The 35 million metre-wide asteroid is estimated to pass by Earth at a distance of 36 million miles (58 million km). +It is said that an aspirate respiratory (the easiest way to get a total respiratory score is to divide the number of respirations by 6) is 3:2. +Many co-operative pharmacies (for example, the A.P.E. Family of Pharmacies) are similar or nearly identical. +Often and more often than not, a single instruction is all that is needed to generate the desired motion in a three-dimensional scene. +It states that the most effective position for the main subject is in the center of the image, which divides the image into thirds vertically and horizontally. +During the European Middle Ages, the Catholic Church, which had become very wealthy and powerful, came to dominate the learning. +For more than a thousand years the Christian religion has held Europe in its grasp, notwithstanding the diversity of languages and customs. +All of these major powers affected the common people. +One of the most important doctrines of Christianity is that wealth should be used to reduce poverty and inequality, and that church finances should especially be used for that purpose. +The central cathedral of the church had been in Rome for more than a thousand years, and the concentration of wealth and power made it almost inevitable that the question would be answered in the affirmative. +Immediately after the invasion of Poland, Britain declared war on Germany. +The decision is a diplomatic coup for Assad and his Russian backers, even though it is opposed by the generally Muslim Baathist regimes of Iraq and Saudi Arabia. +Britain has retained a nuclear submarine in the Mediterranean Sea to ensure that no other ship can enter the Mediterranean Sea and thus pose a threat to the unarmed ships. +The reaction to the war was limited, as Germany was expected to have a similar reaction to an unprovoked attack. +In the 1920s, most citizens and nations preferred a policy of isolationism and pacifism. +After the horrors of the War of the Roses, the nations were reluctant to find themselves in a similar situation again. +In 1884, Tesla moved to New York City to work for the Edison Company. +At the time of his arrival in the U.S., he had four sentences, a book of poetry, and a letter from Charles Bukowski (his former employer) on his way to Thompson's publisher. +Ancient China had a unique way of displaying different tombs; each tomb or mausoleum was a miniature palace in its own right. +There was also a period of tension between the families, which lasted for more than 60 years. +There were fierce battles between the armies of many kings and emperors for the throne and crown. +The Three Kingdoms is one of the bloodiest periods in Chinese history, with millions of people dying in the war that tore the country apart. +There are many social and political effects of this, such as the use of the metric system, the belief in democracy, nationalism, and the idea that the country belongs to the people rather than to one ruler. +After the revolution, the universities were opened to all male applicants, from which emerged some of the most promising and successful individuals. +That's because the rankings are now based on the caliber of classes offered, rather than the quality of the faculty. +The French Revolution inspired other peoples to take up their own revolutions. +Muhammad had a deep interest in worldly affairs. He often went to a hill called "Nour" (light) to think and meditate, which later became known as "Jabal al-Nour" (Mountain of Light). +They committed themselves to the mosque, which bears witness to the spirituality of the Prophet, peace and blessings of Allah be upon him. +The crater sits atop a mountain on the north side of Machu Picchu and is separated from the rest of the world by steep cliffs. +In fact, it is not easy to find, even though it is well known to some. Once inside the canyon, it is completely surrounded by walls. +Up above, a beautiful sky and not a cloud in sight. Little was known or heard about the world beyond. +The Great Sphinx of Giza is the only one of the Seven Wonders of the Ancient World that still exists today. +The Great Pyramid of Giza, built in the 4th millennium BC, is one of the Seven Wonders of the Ancient World and the only one still standing. +Egypt's Valley of the Dead, also known as "Valley of the Kings", contains numerous tombs (of which the tomb of Tutankhamun is the best known), several smaller cemeteries, several temples, and a mortuary. +The Great Pyramid was built in the reign of Pharaoh Khufu and many of the smaller pyramids, tombs, and cemeteries were built in the reigns of Pharaohs Khafre and Menkaure. +The up bow mark looks like the letter V and the "down bow mark" looks like an upside-down V. +It means starting from the fingertips and working your way up to the elbow (where your hands meet), and then down to the heels (where your feet meet). +The upper chambers generally produce a normal tone, while the lower chambers are more rigid and produce a dampened tone. +Use pencils with erasers, but remember that invisible ink is invisible for a reason. +Fearful King Louis XVI, along with his wife Marie Antoinette and their two young children (11-year-old Marie Therese and 4-year-old Louis Charles), were forced to leave Versailles and return to Paris on October 6, 1789. +When Perry returned to the car, he was met with a barrage of profanity from a passenger who was yelling obscenities at the king and the country. +The people's uprising forced the king and the country to give in to their demands. +A member of the Bharatiya Janata Party (BJP) was beheaded by a sword-wielding assailant in Uttar Pradesh, police said. +American war expenditures in the Philippines contributed directly to Filipino independence. +He was taking aim at the U.S. government, which had imposed tariffs on imports of steel and aluminum, citing national security concerns, and at the Philippines' government, which is locked in a bitter dispute with China over a small island in the South China Sea. +In fact, the high-quality benefits of the U.S. social safety net will be undermined by the Philippines' long-term reliance on remittances. +It is necessary to understand the culture in order to understand the system that created it. +The period in which these events took place is usually referred to as the Middle Ages in European history, falling in the 11th, 12th, and 13th centuries (1000–1300 CE). +The Early Middle Ages followed the fall of the Western Roman Empire in the 5th century, and ended with the beginning of the High Middle Ages in the 11th century. +The theory of technological determinism is a theory which holds that technological advances are the key factor in shaping history, taking precedence over social or economic factors. +Most technological advances fall into one of two general theories: that technological progress is driven by a path-dependent process that is independent of cultural or political influences, or that technological developments are driven by social influences rather than by intrinsic properties of the technologies themselves. +Motor cars could be said to have paved the way for road improvements. +However, it is not financially viable for a few cars to take to the roads of the country, especially as new ways of car ownership are being explored to reduce the cost of car ownership. +Car ownership is also taken for granted on the larger peninsula, where new technologies in the health sector are being created to deal with the high incidence of traffic accidents. +Culture is a big part of the Romanian identity, stemming from writers such as Matei Basarab, Grigore Ureche and Mihail Sadoveanu. +In the context of Romanization, geography drew people and time passed, bringing cultures and traditions that were associated with the geography, and they were better than the draconian laws of the Republic. +Just as Paris is known as the center of fashion in the present world, Cologne was known as the center of fashion in medieval Europe. +It is estimated to have begun in the 400s and lasted until the 1100s. +In the 12th century, the real reason for the Crusades was that the Seljuk Turks and their allies, the Fatimids, had taken back the Holy Lands from the Crusaders at a higher price than the Crusaders had paid the Byzantine markets. +It was at this time that the fashion capital moved from Paris to New York. +The Gothic style flourished in the 10th to 11th centuries and in the 14th century. +The suit was heavily influenced by the Eastern Mediterranean culture. +However, due to the simple communications system, the West could be 25 to 30 years behind. +In the late Middle Ages, Western Europe began to develop its own style. At the time, one of the biggest innovations was the introduction of buttons to facilitate fastening garments. +Agriculture is the cultivation of plants and animals, including fish, for food, fiber, and other products used to sustain life. +Sustainable agriculture is often simply referred to as organic farming, though it encompasses a broader range of farming practices than does organic farming. +Historically, most farming was done for subsistence farming, and this is still the case in many developing countries. +Asylum seekers are often fleeing persecution based on their race, religion, nationality, political opinion, or membership in a particular social group. +Cultures can be specific to a certain age, race, class, location, or profession. +The characteristics that distinguish a culture may be linguistic, aesthetic, religious, political, sexual, racial, geographic, or behavioral. +Members of subcultures often adopt a distinct and recognisable style of clothing, footwear and accessories. +One of the most common ways to foster social awareness is to expose children to a few of the unpleasant events that they will inevitably face during their development, while they are still young, naive, or inexperienced, and before they begin participating in adult activities. +These "fairies" are sometimes referred to as "faeries" or "elves". Some fairies are said to be nice to people (usually their children); in other cases, they are said to torment children who disobey their parents. +Wild animals can be dangerous or even deadly if approached or cornered. +Others have reportedly received training through animals; it is said they live in the jungle with their boa constrictors. +When wild children grow up without human contact (emotional deprivation), they exhibit behaviors similar to those of animals such as fear or indifference toward people. +While project-based learning can be easy and more engaging to teach, a learning management system can help take it to the next level. +It's not a way to learn folding, but it is a way to help people who are going through a new experience of learning to fold a new computer program or starting a new project. +Its foliage and fruit can be both edible and poisonous. The fruit of one species, the peppercorn tree, is also edible but the fruit of the peppercorn vine is poisonous. +Virchow's cells are found inside cells. Their purpose is to ask questions, make predictions, and explain the ways in which cells can challenge the learner. +Children are placed in foster care for a variety of reasons, including neglect, abuse, and even homelessness. +Never let a child grow up in a place that is not good in terms of nutrition, hygiene and education, but people do it. +We see the refugee protection system as a shield for those children. +Our compassionate care system seeks to provide secure homes, loving families, quality education and a healthcare system to be proud of. +The purpose of emergency preparedness is to meet all those needs that are not present in the home from which they were evacuated. +The Internet of Things connects both the physical components and the communications between them. +The Internet's unique characteristics are that it adds an additional dimension to the use and exchange of goods and services. +For example, "learning" and "social skills" are often cited as important motivations for using the Internet (James, 1995). +When Eggers and Mike Card (1998) conducted a study of responses to a web site, they also identified "personal participation" and "independent relationships" as new additions to the list of reasons. +The use of video recording has led to important discoveries about the movements and habits of bat echolocation, as well as some cheap sensors. +In particular, it is claimed that a person could know whether or not a microspy was lying without knowing the correct answer. +Oliver Sacks noted in his book The Man Who Mistook His Wife for a Hat that some people with brain damage are able to perceive things in a completely different way. +He also suggests that some of the behavioural traits that are attributed to pets can be found in humans. +Research in the twentieth century revealed that gene variation comes in two forms: a dominant and a recessive. +The mutation also includes a change in the gene that codes for the enzyme that removes the selected mutation. +Every generation sees changes in the relationship between the two groups. +It's hard to fulfill the needs of a herbivore like the llama in a wide open field with limited sources of browse. +Moreover, failure to do so can have dire consequences: stagnation, malnutrition, and eventually death. +Proteins are present in all of the easiest to obtain foods and drinks, but are difficult to digest by humans unless they are cooked. +On the other hand, food for animals (chickens, pigs, cows) is not only easy to digest, but also contains a high amount of protein, and all essential amino acids are also present. +While we shouldn't be surprised that our ancestors solved their "protein problem" in much the same way as today's protein supplements, we shouldn't be impressed either. +Napping during your normal nighttime sleeping hours and then waking up (10–60 minutes) is a purposeful act. +You can easily do this job with a relatively quiet lawn mower, without damaging the grass. +If you find yourself waking up in the middle of the night to tend to your horse, it can be locked in a stall on the other side of the barn, which will force you to walk through the barn to get to your bedroom. +Other options on Baiyoke Ratchaprarop include a reasonable amount of seafood (particularly on the ground floor, immediately in front of the lobby), as well as a rooftop bar which is worth visiting even if you don't stay there. +The amount of serotonin found in a person's brain correlates with the amount of pain they feel in their body and mind. +The less stress/anxiety, the more positive well-being will be present. Everyone has the power to seek complete safety and comfort. +Everyone can reach enlightenment. The path to enlightenment is the same for everyone. +Tabla is based on the Mridangam's rhythmic patterns, but has evolved into a more complex instrument with a wider range of techniques. +Traditionally, tabbouleh is quite simple. It consists of bulgur wheat, parsley, mint, tomatoes, onions, olive oil, lemon juice, salt and pepper. +Kundalini energy (also known as Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga, Kundalini yoga +The central point of worship in the Tabernacle was the Holy of Holies. Different depictions of the Tabernacle show the energy channels flowing out from the Holy of Holies, circling the Tabernacle, and returning to the Holy of Holies. +Germany was an ally of Italy in World War II, which led to cooperation between Russia and the United States. At the end of the war, the tensions between the systems, ideologies, and cultures led to the destruction of the country. +Two years after the war ended, the former allies became enemies and the Cold War began. +The war has raged for 40 years and is being fought on the ground by paramilitary forces from Ethiopia, Afghanistan, Cuba and other countries. +By September 17, 1939, Poland's defense had collapsed and there was little hope that reinforcements from Romania would make a difference. +However, those plans were put on hold as the Soviet Union's 800,000-plus troops poured into Poland after the Warsaw Pact invasion of Afghanistan, the Soviet-Polish Neutrality Agreement, the Soviet-Polish Declaration of Non-Aggression, and other bilateral, multilateral, and one-sided agreements. +Shipping remains the most efficient way to move large amounts of goods and people across oceans. +New Zealand's traditional policy is to maintain the ability to transport its own troops and equipment, while at the same time denying the same capability to its potential adversaries. +One of the most notable recent examples is the Northern Ireland peace process, in which the United States helped to broker the Good Friday Agreement of 1998. +Currently, the German Navy is trying to stop the trawler using a U-Boat. +If the union failed, it would have been largely on Germany's shoulders to occupy the rest of Europe, as it had already done in Austria. +Bacteria are believed to have been domesticated in Iran's Zagros Mountains about 10,000 years ago. +The ancient Celtic culture and tribal dairy, beef, poultry and cereal farming would have been easy to maintain. +Palu was usually kept in a pen that was fenced in by rocks and trees. Their alertness usually depended on whether or not they were being milked, which was usually done by children and young adults, who were often illiterate. This method is still used today in Galle, Sri Lanka. +Waynesburg was founded in the early 1800s on the route between Pittsburgh and Wheeling, West Virginia. +The wagon wheels were made of iron, which helped the horses pull the wagon faster and made it easier to go uphill. +Cross ties were used in the early days to keep the patty on the grill. However, it has been scientifically proven that if an air vent is placed above the patty it will cook more evenly. +It's a common practice, but the locks have become more of a tourist attraction than a deterrent to thieves. +Eventually, the wheels were changed to steel wheels. The first complete steel wheels were introduced in 1767. +The first human to walk on the moon was Neil Armstrong, who took that giant leap for mankind on July 20, 1969. +Their predecessors, the Australopithecines (southern apes), did not usually walk upright. +Australopithecus afarensis walked upright on two legs about 4.2 to 3.9 million years ago, while Australopithecus sediba may have walked upright on two legs about six million years ago. +We can have a better quality of life, we can be involved in the local economy, and we can even help to reduce future costs. +It's often just symptomatic treatment. However, if we don't want to just treat the symptoms, we need to look at the root cause of the problem. +It is increasingly clear that the scientific and technological achievements of humanity have transformed the world, and issues relating to population and human well-being have become more complex. +A draft, hand-written by Congress on July 4, was then sent to President John Hancock and Secretary Charles Thomson, who then sent it to some blocks away to the printing shop of John Dunlap. +Between 150 and 200 people turned up for what was dubbed the "Don't Panic Parade". +The Declaration of Independence was adopted by the Continental Congress on July 4, 1776. +A letter was sent to George Washington on July 6, which he received on July 9, and a copy arrived in London on August 10. +The 25 Dollar Bill is the oldest continuously printed banknote in circulation. The original engraved plates are still in use. +Many experts in the field of paleontology believe that the dinosaurs were a group of reptiles that lived millions of years ago and are now extinct. We call them dinosaurs. +So many people don't give Dino the credit he deserves because he stood up and spoke out. +But there are so many things that remind us of Denis. +They have claws and fangs, they breathe through their sides, and they walk upright on two legs, just like the Tyrannosaurus Rex. +The present-day computer is based on binary numbers, which are represented by the digits 0 and 1. +A binary digit, or bit, has a value of either 0 or 1, and is sometimes referred to as a binary digit or bit, to distinguish it from the hardware on which it is stored. +Internal bleeding may not be immediately apparent. Signs and symptoms vary depending on the location and extent of bleeding. +The best evidence for endosymbiosis or the origin of chloroplasts comes from the presence of open mitochondrial ribosomes. +Specifically for this purpose, obtain a label check. +The term bug is used informally to refer to a group of insects. +The custom originates from ancient burial practices, when mourners would tear their clothing in grief. +Both the killer whale and the bed bug are classic examples of organisms that live in their host's or home's territory. +The United States has recorded more than 400,000 cases of the virus, including more than 140,000 deaths, according to a Reuters tally. +MS is a disease that affects the central nervous system, which includes the brain, spinal cord and optic nerves. +Research suggests that women are twice as likely as men to suffer from AMS. +A couple may decide that their child's education is not in their best interests, or that their child's education is not in their child's best interests. +Those couples will have to choose an adoption plan for their baby. +Biological parents relinquish their parental rights in order to allow the adoptive parents to become the legal parents of the child. +Scientists have a special interest in finding out how the world works. In fact, this is what most scientists do most of the time. +It's not alone, of course, trial or experiment is the test or selection by which one or more hypotheses are disproved, questions are posed, observations are guided into scientific research. +Scholars and philosophers focus on the ancient texts and especially the Bible in the Latin language on the Vatican Library. +All aspects of science, including psychology, were accepted by the Aristotelian viewpoint. +As the Greek language faded, so too did the West's connection to the philosophical and scientific achievements of ancient Greece. +Many people believe that talcum powder is often contaminated with asbestos and can cause respiratory and life-threatening illnesses when inhaled. +There are many different types of talismans that do not respond to external influences, such as crystals, feng shui, pendulums, and animals, which are often referred to as totems. +The bioclock is a self-sustaining entity that will continue to function even in the absence of external cues, maintaining the circadian rhythm of sleep and wakefulness. +The D.N.A. evidence was crucial to the prosecution's case against O.J. Simpson. +Hershey and Cheez-It used yeast or viruses to carry their DNA into a bacteria. +They can either get a direct flight from Riyadh to Fayez or a connecting flight from Riyadh to Fayez via Jeddah or a connecting flight from Riyadh to Fayez via Dammam. +Its type, the importance of viral genomes, and whether viruses are alive or not can vary depending on the effects they have. +Only mutations in the germline can be passed on to children, while mutations in the somatic cells can not. +Power-based tourism, also known as adventure tourism, involves visiting natural areas for recreational purposes, including activities such as hiking, caving, and wildlife watching. +Examples of activities on-site include learning about the local flora and fauna, fishing, photography, bird watching, and hiking through the parks. +An example of this is the journey of Vergniautgnes in Borneo, photographing and learning. +Every morning people wake up and go to their jobs in the small towns surrounding the country's capital, and return to those towns at the end of the day. +Everyone in the transport system is a potential target, and the terror threat level based on the likelihood of an attack remains unchanged at severe. +Science today reveals that the carbon-based economy has extracted fossil fuels from its place in the Earth's crust, which has supported human development for the past two million years. +In society, everyone uses the transportation system. However, almost everyone complains about the transportation system. +In developed countries you will rarely hear complaints about the quality of tap or bottled water. +Why do moving companies cause so many headaches, and why are they so expensive? Are transportation engineers overpaid? Or is the culprit something else? +Traffic flow refers to the movement of vehicles and pedestrians between two locations. It is also the study of the interactions between vehicles and pedestrians. +The investigation into the tragic tram crash is proving difficult as the driver's route could not be determined with 100 per cent certainty. +Drivers want to get into the appropriate gear as smoothly as possible; so shifting gears in a manual transmission has a certain rhythm to it, and can even be done reasonably accurately. +The traffick is divided into three main parts: (1) the road, (2) the traffic, and (3) the pedestrians. +These tools help in planning, designing, and maintaining landscapes. +Insects were the first animals to take to the skies. Their ability to fly helped predators hunt more effectively and pollinate flowers more efficiently. +Most boats have a ladder or gangplank to help you climb aboard. +It provides a large range of small spaces for them to hide from predators. +Today's sole carnivore that cannot turn its claws inward are the pumas or cougars. +Thousands of years ago, Aristarchus of Samos said that the sun revolved around the earth. +Some people think they are good but most people think they are rubbish; that the sun is hot, for example (and other stars too). +It's intuitively known, because the ground doesn't feel like it's moving, doesn't feel like it's rotating. +The Amazon is the second longest and largest river in the world. It discharges more water than any other river in the world. +The Amazon is also the world's widest river. It is six miles wide at its broadest. +About 20 percent of the water flowing into the oceans from the land comes from the Amazon. +The Amazon River is 6,387 kilometres (3,980 mi) long. It has thousands of tributaries, draining a basin that covers 40 percent of South America. +Although the construction of the pyramids continued until the end of the Old Kingdom, the pyramids of Giza are the only ones to have survived to the present day, due to their size and the quality of their construction. +New Kingdom Egyptians were puzzled by the ancient Egyptian hieroglyphs, which were still thousands of years old at the time. +The population of the Vatican City is approximately 800. It is the smallest country in the world by population. +Vatican City uses Italian as its official and working language. +Italian is also the everyday spoken language of many people who work in the state, even though Latin is often used in religious ceremonies. +Vatican City is home to all of Rome's residential Roman Catholics. +Humans have evolved from primates, such as the chimpanzee, because they share a common ancestor in the distant past, and can therefore be studied in their natural habitat using relatively non-invasive techniques. +Aristotle proposed the theory that everything is composed of the elements of earth, water, air, and fire. +It had four properties of matter: solidity, fluidity, gaseousness, and plasticity, although he also noted that they could change into new states of matter that we observe. +Elysium is composed of two or more diamonds. It is believed that there are many elements on the periodic table that are present in Elysium. +Elements such as calcium and potassium are known as alkaline minerals. Of course, there are also minerals such as magnesium and zinc. +You can also carry amalgam fillings, which contain a small amount of mercury. +Everything in the universe is made of tiny particles called atoms. Atoms are made of even smaller particles called electrons. +Atomic particles are so small that they can penetrate down to the last molecule of this substance. +Thus, when the penicillin became available, it became the best friend of many people. +There is anxiety that a new way of writing has been created, that punctuation and usage have become lax. +Today people write messages on the computer screen, they no longer need to go to the sharpener. +A human can only think of one thing at a time. +The explosive (fission bomb) works on the principle that the energy released by the splitting of a nucleus of uranium is greater than the energy required to hold the nuclei of its protons and neutrons together. +It's like climbing up a steep hill with a heavy rucksack on your back. That's partly because of the split in Newcastle's squad. +Some atoms have an unstable nucleus which means they can spontaneously decay or disintegrate. +The moon's surface is covered with craters and highlands. The moon's outer surface is covered with regolith. +The cross is about 70 km from Christchurch and 100 km from Dunedin. +It is located below the Mariana Trench and below the seafloor in the deeps of the oceans. +Nearby rocks can be hot and slippery because the ground is uneven. And it's easy to slip on the smooth surface of the lava. +Theories of disability are focused on what people need and prefer. +These theories suggest that people have specific needs and/or desires that are fulfilled when growing up. +These theories argue that there are factors that make individuals more likely to engage in behaviours that they would otherwise not do, and things in their environment that make them more or less likely to engage in certain behaviours. +Maslow's needs theory and Herzberg's two factor theory are two popular theories. +Managers can have up to two deputies at a time, and the picture suggests he is trying to become one of the "boys" or "girls" in the middle. +This type of manager has a hard time making unpopular decisions, delegating, assessing performance, holding people accountable, and making tough people decisions. +In another aspect of the image, a person is seen transforming himself into an unrecognisable character who is apparently tasked with changing the team's fortunes. +The final answer, of course, depends on the team's success and failure. +It is often the result of disagreements between roommates and the remaining members of the team. +Virtual teams are bound by standards that real teams are not, but there are also subtle differences between the two. +Members of the Worcester team often work with their local medical group. +They tend to be more selective than the traditional team members because their teams can meet at different times, which their local management may not understand. +The existence of a genuine "Innovative Team" (Larsen & Laffestu, 1989, p. 109) is also a unique part of a virtual team. +The invisible team is the team that every member reports to. The invisible team establishes standards for each individual member. +Why should an organization go through the time and expense of establishing a formal education program? The concept of formal education has a long history. +When a company's products are used in the most effective way throughout all areas of the business, efficiency and creativity are fostered. +The result could be a new innovative way of working that enables the organisation to fulfil its ambition to be a force for good on the world stage. +Before becoming a member of an organization, its leadership should also possess a culture of innovation that is cultivated through a shared sense of purpose and a commitment to continuous learning. +Angel (2006), explains the point of view that organizations can use a strategy as a way to reach the highest standards of performance. +Neuroscientists approach the study of consciousness from a number of different theoretical approaches. +Scientists are helped in their research by the difference between the brain's physiology and that of individual behaviour. +Long-term studies have shown that different types of injury, trauma, cuts and even the behaviour of wild animals can trigger changes in brain chemistry. +The new technology allows us to see and study the brain's structures and functions in ways that were never possible before. +It provides us with a lot of information and materials to help us understand the processes that go on in our brain. +Although AI is a powerful tool for science fiction, AI computers are an important branch of science in their own right. +AI research involves building machines that can perform tasks that require reasoning based on common sense. +Examples include the ability to control, plan, and schedule, as well as handwriting, voice, and facial recognition. +Such articles are becoming increasingly common, focusing as they do on solving real-life problems. +Nowadays, AI systems are often used in finance, medicine, engineering, and the military, such as multiple home computers and video game consoles. +A field trip is an extended part of a classroom. Most of the time, a state's students are taken to places where travel is not accessible by bus. +The Technology Valley Field Trip offers students the opportunity to visit the museum's native plants, take an aquarium tour, or enjoy a performance by a local artist. +Participating in a field trip is a great way to experience the world of virtual reality and interact with future classes. +Every year Benny's School pupils in Northern Ireland design a website for their state visit to Belfast City Hall. The site is launched every year, but the old one is kept online to be used as a learning tool. +Bloggers can improve their writing skills. Students correct grammar and spelling errors in their blog entries, receive feedback from other blog readers. +Since students are usually skeptical, the blog writer tries to improve his writing in order to avoid criticism. +Bloggers also "encourage students to be curious and interested in learning more about the world." (Tutolo, 2004) +Blogging is a tool that encourages collaboration, and allows students to have fun while learning in a more authentic way. +Blogs can also be used to help students develop critical and analytical thinking skills, as well as a sense of ownership over their own learning (Owens, 2002). +Utawa Konda is a two-language district government, and there are numerous art galleries and odd houses in Utawa Konda that are pictures of the past and present of Indonesia. +There are more fjords in the south, and in the north there are the Arctic tundra and the limited forests of the Kola Peninsula. +All of these things and more make Antigua stand out as one of the best destinations in the Caribbean for visitors from outside the region. +There is a large area to the north that is sparsely populated, and some of it is nearly uninhabited wilderness. +The population comparison that confuses many people: More African-Americans live in the U.S. than in Canada. +The Eastern African island lies off the coast of Kenya in the Indian Ocean, east of Somalia. +Mammoths were very large, and when fully grown they were about the size of an elephant. +Puerto Rico is an archipelago consisting of the main island of Puerto Rico and a number of smaller islands, including Vieques, Culebra, Mona, Desecheo, and Caja de Muertos. +The Arabs also brought Islam to the islands, and they worked on the large irrigation systems in Comoros and Mayotte. +European exploration and colonization began in the 15th century, when a Portuguese expedition under the command of Vasco da Gama sought a sea route from Europe to India. +The area to the north has a coastline on the Sea of Okhotsk, while the south and west are bounded by the Sea of Japan. +Women: The request comes as more and more women are choosing to go solo on their honeymoons. +Wearing angel wings is also a way to help (even if it doesn't cost a lot). +Women should understand that cultural differences can lead to this misconception that following a common saying, repeating a proverb, calling someone by their first name, etc. is not an informal way of addressing someone. +Be firm and stand your ground when it comes to preventing men from touching you in ways that make you uncomfortable (whether it's cultural or not, it's not okay!) +The modern city of Casablanca was founded in the 10th century by the Berbers, and used as a strategic port called Anfa by the Phoenicians, Romans, and Moroccans. +The Portuguese destroyed it and rebuilt it, giving it the name of Casabranca, after a town in Portugal, in 1755 after the earthquake. +The Sultan of Morocco rebuilt the city and gave it the name Casablanca, after the Spanish traders who established their trading post here. +Casa Blanca is one of the least preferred places to buy in Puerto Marques. +In the old city of Medina there are easy places to find where traditional handicrafts are made and sold, but all of these things are only for tourists. +Goma is a tourist city in the Democratic Republic of the Congo, located in the far east of the country. +In 2002, Nairobi was hit by a devastating fire, which destroyed much of the city's central business district. +Although Guam is relatively isolated, research should be conducted to determine the feasibility of hosting any type of rounds on the northern coast of Guam. +The city is also known for the Nairobi Fireworks Display, an annual event that lights up the sky over the city with some of the best pyrotechnics in Africa. +To get to Goma, you can take a motorcycle taxi (bodaboda) or a minibus (local) for 500 Congolese francs. +In contrast, the name "Tombo" was used as a derogatory term for a foreigner, especially one from a developing country. +Tambuco today is a poor area, though its location makes it an ideal base for visiting the surrounding tourist attractions, and it has an airport. +It was placed on the World Heritage in Danger List in 1990 due to desertification risks. +It was one of the important places to visit during the PBS African World's Greatest Natural Wonders special. +The city is completely different from the rest of the country, as it has a more Arab than African flavour. +The Kruger National Park (KNP) lies in the north-east of South Africa and borders on Mozambique in the east and Zimbabwe in the north. +The park covers an area of 19,500 km² and is divided into 14 distinct ecological regions, each with its own unique flora and fauna. +It is one of South Africa's most important nature reserves and is part of the South African National Parks (SANParks) system. +Similar to all Southern African National Parks, the park has a daily conservation and entrance fees. +It can also be beneficial to buy a wildcard, which allows you to visit any of the parks in Southern Africa or all of the national parks in Southern Africa. +The island is known as Hong Kong Island and is the part of Hong Kong that most tourists think of when they hear the name Hong Kong. +The skyscrapers that line Hong Kong's skyline are a testament to the city's status as one of the world's great financial centres. +Hong Kong's best view can be had by leaving the island and taking the cable car to the Peak. +Hong Kong Island is one of the most densely populated areas in the world, with over 7 million people living on just 1,104 km2. +It's the place the British made, and if you're looking to explore the area's colonial past, this is a good place to start. +The Bay of Bengal is the largest bay in the Indian Ocean, extending 800 km (500 mi) from the mouths of the Ganges, Brahmaputra, and Meghna rivers in Bangladesh and India. +Sundarbans has been designated as a World Heritage Site by UNESCO. The mangrove forests of the Sundarbans are protected by the Sundarbans National Park. +The jungle is not just a mangrove swamp - it contains the last remnants of some of the Great Barrier Reef's original habitat. +Sundarbans covers an area of 3,850 km² and is home to the world's largest mangrove forest. +Since 1966, the Sundarbans has been a wildlife sanctuary, and it is estimated that there are now 400 Bengal tigers and 30,000 spotted deer in the area. +Buses run regularly between the Bassein station (on the Western line) and the Chhatrapati Shivaji Terminus (on the Central line), although those going to the East and to/from Byculla/Bombay Central depart from 06:30 and 07:30 respectively. +Buses between the cities are often full, so it's best to buy tickets a few days in advance. +In most cases, small Japanese boats called kayaks are used, which are light and easy to carry. +Ferries to the nearby islands are faster and more comfortable, for example to Paro (No. 150) and Punakha (No. 200). +The Oyapok Bridge is a cable-stayed bridge over the Oyapok River. It connects the cities of São Jorge do Oyapó in Brazil and Ciudad del Este in Paraguay. +The two towers are 83 meters tall, and they are 378 meters long, and they are both 3.50 meters wide. +The vertical clearance below the bridge is 15 metres. The bridge was completed in August 2011, but did not open to traffic until March 2017. +Chalo has been postponed until September 2017, when the Brazilian cast is expected to complete filming. +The Guarani are the most important indigenous group in Paraguay, living mainly in the eastern part of the country, practicing subsistence farming as well as hunting and gathering. +The Choco region was home to other indigenous groups such as the Wayuu and the Páez, who lived by hunting, gathering, and fishing. +The 16th-century Protestant Prague, which was once called "the jewel in the crown of the Holy Roman Empire", found itself at the centre of a battle between the Spanish Habsburgs and local German-speaking populations. +The Spanish started a period of tolerance that lasted until the 19th century. +In 1537, Paraguay successfully defended its claim and maintained its independence. +Argentina is famous for having one of the best polo teams and players in the world. +The year's biggest tennis tournament takes place in December at the Palacio de los Deportes in Las Canteras. +During the rest of the year, smaller tournaments and matches can also be watched. +For the latest news and ticket information from the IAAF Diamond League visit www.diamondleague.com. +The official currency of Falkland is the Falkland pound (FKP), which is pegged to the British pound (GBP) at a rate of 1:1. +The number can be exchanged at the island's only bank, which is located in Stanley, on the Falkland Islands. +British pound sterling is also accepted in most of the islands and even in some parts of mainland Ecuador and American dollars are also often accepted. +Outlying islands' credit cards may not be accepted, although Britain, Europe and American Express may be accepted; obtain advance information from the owner about acceptable payment methods. +It's unlikely that Falkland Islands' currency can be exchanged outside of the islands, so exchange your money before disembarking. +Because Montenegro is on the Adriatic Sea, it has a Mediterranean climate in the south and a continental climate in the north. +Montauk is located in Suffolk County; in the summer months, more than 30 Degrees Celsius is considered extreme heat. +The season can be confusing: The degree of warmth can vary dramatically from the tropics to the poles, but the weather and temperatures at a given location can be more extreme in summer than in winter. +The "wet" and "dry" seasons are not clearly defined: Rainfall totals can vary greatly from year to year. +Many of the animals at the zoo are accustomed to being looked at by humans, but wild animals are still wild and should not be approached or fed. +According to park officials, at least 100 grizzly bears and 25 black bears live in the park! +While they may look harmless, the arrows of the poison dart frog, the sting of the scorpion, the bite of the rattlesnake, and even the sting of a bee can be fatal. +Hundreds of hikers get injured every year because they don't bring the appropriate gear. These animals are large, aggressive, and carry diseases, so stay on the trail. +Also consider that bad food can attract and even invite other wild animals. Avoid bringing or cooking bad food, and keep the camp clean. +Apeldoorn is the capital of the province of Gelderland. It is located in the municipality of Apeldoorn and has a population of approximately 140,400. +The city was founded in the 1850s and became the capital of Samoa in 1959. +Harbour (Pearl) was the site of a bloody naval battle in 1889 when seven German, American, and British ships refused to leave the harbor. +In addition to a British cruiser, all of the ships were sunk. About 200 American and German POWs died. +During the Indonesian independence struggle, the city was the scene of a bloody clash between pro-Dutch and pro-Japanese forces in May 1946. +Oakland is located on the east side of San Francisco Bay, so there are numerous beaches within easy reach. The three most popular are below. +The Northern Coast (North Harbour Province) is located on the Sea of Oceania and stretches along the north coast from Dampier Peninsula in the west to Cape York in the east. +They are all fjords surrounded by steep cliffs that rise from the sea, and more often than not a glacier flows into the fjord, calving icebergs into the sea. +Tamaki Drury is located in the Bay of Plenty region of New Zealand's North Island, and is situated between the cities of Hamilton and Tauranga. +Sometimes they are family beach barbecues and sometimes they are found in large numbers along the sea shore. Here they are safe. +The local beer in Namibia is called 'Number One', it is not a lager but a happy and refreshing one. The other local beer is called 'Mutata'. +There are many French restaurants to choose from, but the New Zealand and Australian wines can hold their own. +The local tap water is completely safe to drink, but if you prefer, bottled water is easily available. +The "flat white" is an Australian invention for coffee drinkers. The "flat white" is a double (or more) shot of espresso, poured into a cup of milk (no foam), and served without a handle. +The Hat Trick Blind is a premium product but worth every penny. +Raves are often held throughout the year, and the reasons for this are varied. +Also, seek advice and guidance from authorities, complete all signs, and pay attention to safety warnings. +Box jellyfish are found along the northern coast of Australia from October to April. They can sometimes be seen at other times of the year. +There are sharks present, though they rarely attack humans. Most of the sharks in the area are afraid of and avoid people. +Saltwater crocodiles do not live in the freshwater swamps, their main habitat is along the riverine forests to the north of Darwin. +Advance booking also gives the traveller peace of mind that a bed will be waiting upon arrival. +Traditional agents often have special deals or discounts with specific hotels, so you may be able to book a room through a travel agent and get a better deal than if you booked directly with the hotel. +Travel agents generally package together flights, ground transportation, and hotel or cruise ship accommodations. +If you waste time thinking about other documents (such as visas), they can also hold up your reservation. +Any renovations or special requests should be communicated to the travel agent, not directly to the hotel. +For some attendees, who made up a large number of the music festival's audience, the decision to play was a no-brainer and most attendees made it a big part of their festival experience. +If you want to get up close and personal with the action, you will find yourself right in the middle of the camping area. +Remember that the original stage show ended with the music, but in many parts of the festival the music will be going on until the early hours. +Some fast food restaurants even have play areas for families and small children. +If the Northern Lights are on show in the winter, then Copenhagen is the place to check out, as the city is known for having some of the best aurora viewing in the world. +St. Peter's is part of the cruise ship itinerary in the Caribbean. Cruise passengers are excused from visa requirements (check with your cruise line). +Casinos try to keep you in the casino as long as possible and get you to spend as much money as possible. Drinks and meals are usually not free, and getting out can be difficult. +They usually have a special menu, drinks and entertainment to attract customers and keep them coming back. +In some places, home-brewed drinks are offered. However, alcoholic beverages are hard to come by, and all good things come with a price. +Those traveling in higher altitudes or across deserts should consider possible frostbite, heatstroke, or hypothermia risks. +Buffalo and Olean have low crime rates and you shouldn't have any problems, even if you're on a Greyhound bus. +The snow that falls during a blizzard is so heavy that it takes a long time to accumulate. +Snowfall or freezing rain can also obscure visibility, as can fog or ice forming on windshields. +On the other hand, cold and snowy seasons are common in many countries, and often come with little warning in the spring. +Embassies are usually the best place to get tourist visas in most African countries, and are also a good place to start when planning a trip. +A safari generally refers to a journey to view African wildlife, in particular the big five game animals. +Some animals, such as bats and giraffes, come to the cars and can be fed reasonably well by hand. +The Shire, Chatham and Thanet are usually grouped together and are easier to get to than the rest of Kent from London. +Pilgrimage (also called "hajj", "hiking pilgrimage" or "walking pilgrimage") is a journey to a holy place. +The Paralympics will be held from August 24 to September 5, 2021. Some events will be held at various locations around Japan. +Tokyo will be the only Asian city to have hosted the Olympics twice, having also hosted the games in 1964. +If you've already booked your flights and accommodation for 2020, you may be in luck. +The cancellation policies vary, but the vast majority of coronavirus-based cancellations do not take effect until July 2020, when the Olympics were postponed. +The average price of a ticket for most programs is expected to be between 2,500 yen and 130,000 yen, with premium tickets costing up to 70,000 yen. +The stars can be learned from the constellations. If you don't have a telescope in your room, many hotels offer telescopes and binoculars for a fee. +If there's no sterile, and you don't have sterile gloves, try using a hair dryer, if available. +Remember that your hat should not be too warm (or else you will sweat or freeze). +There are various ways to purify water, some more effective against specific risks. +In some areas, a minute is enough to boil water, while in others several minutes are required. +Filters vary in performance, and you should expect to pay a premium for a bottle from a reputable company. +Travellers can face a range of bugs that they are unfamiliar with in their home countries. +Food poisoning can be caused by contaminated water, poor hygiene, or dangerous chemicals, can cause fever, vomiting, or diarrhea. +Rare diseases, or those that affect a small number of people, are generally not listed on WebMD. +Taxes and excise are levied on a wide range of goods and services, including tobacco and alcohol. +Visitors from other countries may be able to save a significant amount of money by avoiding the high taxes placed on alcoholic and non-alcoholic drinks. +It is difficult to drive through the Fiery Furnace due to the maze-like nature of the canyon between Points Marion and Fiery Furnace. +If you're not used to driving on the right-hand side of the road, stay away: the roads can be narrow, winding and turn suddenly. +The prescribed speed limit is relatively low - usually 35-40 miles per hour (56-64 km/h) - and enforcement is difficult and rare. +The interesting thing about this is that mobile phone coverage is much better in other parts of Rotorua than it is in the surrounding bush. +German pastries are very good and come in a wide variety, similar to the ones in Vienna, Austria. +Fruit pastries are common, often including seeds and berries during summer, and showing their faces during winter. +Germany's many baked goods also include popular cakes such as Stollen, a rich fruitcake often enjoyed with a cup of hot coffee. +If you want small but beautiful pastries, try the regional name Berliner, Financier or Rugelach. +Kari masala and coriander seeds make a delicious spice blend. +Any cell "dries out" or "dehydrates" when the amount of water in it decreases. +In northern India and Pakistan, milk is usually consumed in the form of curd; in southern India and other coastal regions, milk is usually consumed in the form of paneer. +Indonesian cuisine is part of the cuisine of the Indonesian archipelago, which comprises the foods of over 17,000 islands, many of which have their own unique customs. +However, if used without qualifiers, the term is meant to refer to the central and eastern regions of the island of Java. +Javanese food, now available throughout the island, is a varied cuisine with popular dishes including mangoes, peanuts, chicken (especially Javanese fried chicken), and various sweet desserts. +The wheels of a bicycle are assisted by the rider who pedals on both sides of the palanquin. +It provides more support for the rider but also poses the risk that the rider's foot may slip. +If a rider is thrown from a horse but the horse stands, the rider is at risk of being trampled. There are several safety precautions that can be taken to minimize the risk. +First of all, most riders wear boots that are long, wide, stiff, and have a high heel and toe. +Next, the saddle bars on some saddles, especially English saddles, can dig into the rider's thighs if the rider leans back. +The Wadi Qadisha - also known as the Grand Canyon of Lebanon - is the country's most important place of pilgrimage, located in the Chouf mountains, south of Beirut, and home to a variety of large green gorges and caves. +Towering above the fjords are some of the world's most spectacular peaks, carved out of the ice ages by a succession of glaciers that left U-shaped valleys separating the fjords. +Downhill snow sports, which include skiing and snowboarding, are the most popular sports in which players slide down snow-covered hills on skis or a snowboard. +Skiing is a big recreational activity, with many millions of participants, who are sometimes referred to as "ski bums", people who travel to a ski area with the intention of spending most of their time skiing. +Ice skating (the activity of skating on ice) is very old - ice skates have been found in burial mounds in Germany dating back 5000 years before Christ! +The sport of downhill skiing began in the late 17th century, and the first recreational ski club opened in Norway in 1861. +Strap on snowshoes: This activity is also known as back country skiing, ski touring or ski hiking. +This has to do with the Alpine style but generally the Alpine style does not include the ice axe or crampons, except in the most extreme of conditions and in which case the ice axe and crampons are essential. +Think of a skiing rope in the same way as a hiking or climbing rope. +In a good state of fitness you can get away with carrying less gear - but never without a lightweight backpacking tent in your fully-loaded trekking pack. +Europe is smaller than you might think, but there are a large number of independent countries within it. In general, traveling in multiple countries means you'll have to request visas and passport controls multiple times. +However, the region surrounding Shanghai acts more like a country than a province in this regard. +While you're in the country, you'll usually be able to cross the border without a passport control checkpoint. +Similarly, having a Schengen visa enables you to visit any Schengen country without having to apply separately for a visa, thus saving time, money and bureaucratic hassle. +There is no international recognition for items that are deemed priceless. Some auction houses have been auctioning off items that are more than 100 years old. +There are geographic changes in the tipping point, where the age limit may be lower than in places such as northern Europe. +Dust mites can be identified by their allergens, which are produced by the mites themselves. +Tourism is an important source of income for the Kingdom of Norway and is also important to many people living in other parts of the country. +Even though they were not native to the Arctic, polar bears evolved to live in the Arctic, becoming more like seals, sea lions, and other aquatic mammals in order to survive. +Today, many people from developing countries work in the tourism industry. Tourism is an important source of income for many developing countries. +Although it is used on a large scale, its negative connotations and association with the wrongdoings of the Roman Empire often cause non-Romans to view the word "Roman" as a derogatory term. +If you visit a country where travel insurance is required, your travel health insurance or your trip cancellation insurance may be affected. +You may also want to seek advice from other governments, but this advice should be tailored to your own citizens. +As an example, American citizens in the Middle East may find themselves in a different situation than Europeans and Arabs. +A declaration of independence is a formal proclamation by a country's legislature that it will no longer be subject to another state's sovereignty. +Predicted values are often simpler, more general, and more easily obtained than the detailed information available from other sources. +Extreme weather is a broad term encompassing any abnormal weather condition, whether natural or man-made, which causes loss of life or property. +Seasons happen because Earth is tilted. The tilt causes different amounts of sunlight to reach Earth at different times of the year. +Tropical cyclones, also known as hurricanes and typhoons, are intense tropical storms with maximum sustained winds of at least 119 km/h (74 mph). +Regional and seasonal precipitation patterns include the monsoon trough, the subtropical jet stream, the trade winds, and the doldrums. +Travelers are advised to stay up-to-date on severe weather threats that could impact their travel plans. +Anyone visiting a country that is considered to be a war zone should get vaccinated in advance. +An internet search for "opposition course" may provide the name of a local company. +All of the issues listed above will generally be covered in more detail, along with a description of the common symptoms associated with them. +A pilgrimage usually takes 2-5 days and will include a ride on the Rolling Prairie, many farmsteads and sometimes even a train ride. +There are books and articles about Verra's survival, but there are few publications about the battlefields themselves. +Travellers heading out of the country should ensure they have valid documentation to get back in. +Those who did not write (X) or the name and sex of the person to whom the document was addressed will be disqualified by the passport issuing authority. +The willingness of foreign governments to comply with such demands varies widely. +Since the attacks of September 11, 2001, security checkpoints have become a more frequent part of the travel experience. +Previously convicted individuals should not be expected to re-enter society with their pride and dignity intact. +Cherry blossoms bloom in the spring and return to the sea, where they often wash up on the shore, sometimes as driftwood. +Underwater topography can be very rugged, and deep water can have strong currents. +Most drownings occur in bodies of water familiar to the victim, due in part to a natural tendency to want to return to the scene of an escape attempt. +As such, it will not be easy to get out of the hole you've dug yourself into. +Try to mark where you turn, so that you don't get lost or, if you're lucky enough to get a note, to remind you to expect a turn. +Re-infection is more likely to occur with a viral infection than with a bacterial infection (where antibiotics are used), is longer lasting, and can be more severe. +Those who choose a new religion and culture often find it difficult to re-choose their religion. +When you come back to your home country after living abroad, you feel like you're missing out on the new culture and the values of your home country. +When you go to a foreign country for the first time, the people there will do their best to accommodate you because they know that visitors from a new country are rare. +It is possible that people do not expect this, so patience and understanding for the travellers returning home is also required. +The Promenade and Light Show is one of the things to do in the area for families. +You can see the eagles in the sanctuary and you can also see them in the wild before the show starts. +Generally, you will find tourists and shoppers alike. The sound and light shows are similar to those of the books. +Abu al-Hool is scheduled to appear as a witness and tell a long story. +The progress bars are shown on the progress bar and different progress bars are highlighted. +The South Shetland Islands, which were discovered in 1819, are claimed by several nations and have several bases, including the Chilean base Esperanza in 2020. +The archipelago is located 120 km north of Palu, the capital of Central Sulawesi province. The largest of the islands is called Pulau Konga Jailolo, which is home to the Wakatobi National Park. +Elsewhere, the volcanoes of Lanzarote and El Teide on Tenerife are well worth a visit, as is the spectacular Caldera de Taburiente National Park on La Palma. +Ellesmere Island is located in the north of Bellingshausen Sea, an arm of the South Atlantic Ocean. +The island is circled by a 360 km fence topped with razor wire, then encircled by a second fence, then a third, then a fourth, then a fifth, then a sixth, then a seventh, then an eighth, then a ninth, then a tenth, then an eleventh, then a twelfth, then a thirteenth, then a fourteenth, then a fifteenth, then a sixteenth, then a seventeenth, then an eighteenth, then a nineteenth, then a twentieth, then a twenty-first, then a twenty-second, then a twenty-third, then a twenty-fourth, then a twenty-fifth, then a twenty-sixth, then a twenty-seventh, then a twenty-eighth, then a twenty-ninth, then a thirtieth, then a thirty-first, then a thirty-second, then a thirty-third, then a thirty-fourth, then a thirty-fifth, then a thirty-sixth, then a thirty-seventh, then a thirty-eighth, then a thirty-ninth, then a fortieth, then a forty-first, then a forty-second, then a forty-third, then a forty-fourth, then a forty-fifth, then a forty-sixth, then a forty-seventh, then a forty-eighth, then a forty-ninth, then a fiftieth, then a fifty-first, then a fifty-second, then a fifty-third, then a fifty-fourth, then a fifty-fifth, then a fifty-sixth, then a fifty-seventh, then a fifty-eighth, then a fifty-ninth, then a sixtieth, then a sixty-first, then a sixty-second, then a sixty-third, then a sixty-fourth, then a sixty-fifth, then a sixty-sixth, then a sixty-seventh, then a sixty-eighth, then a sixty-ninth, then a seventieth, then a seventy-first, then a seventy-second, then a seventy-third, then a seventy-fourth, then a seventy-fifth, then a seventy- +The Sentinel Range or Northern Part of the Antarctic Peninsula is the highest part of the Antarctic Peninsula, with Vinson Massif at 4892 metres. +On isolated locations, a satellite phone may be your only way to communicate. +A satellite phone is not a substitute for a mobile phone as you need to be out in the open with a clear line-of-sight to a satellite to make a call. +The service is often used for recreational fishing, as well as for informational and navigational purposes. +Your local telephone service provider may also be able to provide more information about this service. +For those planning to spend a year travelling, overlanding is by far the most popular approach. +The school in particular is popular with out-of-area pupils, who choose it over their local schools. +In many cases, students return to their home countries after completing a gap year to enter into higher education. +Most of these educational programs require a TOEFL. +The Falkland Islands are a major breeding area for seabirds. The "thousand islands" of the archipelago include thousands of islands and islets, many of which are uninhabited. +You don't need a permit to camp on the island's sandy beaches. +While the coastal communities of Algeria and Morocco are large enough to offer a variety of experiences, even the smallest of boats can make a big difference. +Cattle ranching is a national pastime in Flynnland, where every seventh or eighth person has a cow. +Norway, Sweden and New Zealand compete in this, but it's really quite different from the others (for example, there are no numbers in Norwegian). +The Baltic Cruise is the most popular cruise to St. Petersburg, Russia. +It means you can take a day trip to the historical city and be back on the plane for a few drinks in the evening. +If you go directly to the islands using a cruise ship, you do not need a visa (until 2009). +Berlin is included in some fun beach reads. As you can see from the map above, Berlin is not on the Baltic Sea, and a visit to the city is not included in the cost of a Baltic Sea cruise. +Flying can be a terrifying experience for people of all ages and backgrounds, especially if they haven't flown before or have experienced a traumatic event. +There is nothing to be ashamed of: it is a natural fear and something that many people experience. +Some information about how airplanes work and what happens during a flight may help some people feel less afraid of something they don't know or understand. +Courier companies get paid well for delivering things quickly. In fact, time-sensitive express parcels can be more profitable for the courier company than regular business mail, money orders, or even dead bodies. +On some routes, the big carriers had their own schedules, but on other routes and to smaller destinations there was an issue. +If they send it by air, it will take a day or two to arrive, depending on the route. +The only way to get it immediately was to fly it in, which wasn't allowed by the airline rules without a passenger on board. +The easiest way to fly in the business or first class is to buy a one-way ticket to a city with the airport you want to fly out of. +However, it is not cheap: according to the Anglo-Saxon principles, you should expect to pay four times as much for business classes and eight times as much for first class! +In general, there is no need to book a flight class in advance for business or leisure travel. +Airlines know that travelers are often willing to pay extra for a more comfortable way to get to the airport, so they charge accordingly. +The capital of Moldova is Chisinau. The local language is Romanian, but Russian is also widely used. +Moldova is a small multi-ethnic nation that has struggled with ethnic tensions. +In 1994, the dispute escalated into a self-proclaimed Republic of Transnistria, with its own government and currency, but it has not been recognised by any UN member state. +Despite the failure of political negotiations, economic relations between Moldova and the EU have deepened further. +Moldova's main religion is Christianity. +Izmir is Turkey's third largest city, with a population of approximately 3.7 million, after Istanbul and Ankara, and the country's second largest port, after Istanbul. +The city of Asmara, which was once old, is now a modern, developed and popular tourist destination that sits at the edge of a large body of water and is surrounded by mountains. +Istanbul's labyrinthine streets, crammed with shisha bars, modern shopping centres and old mosques and churches, give the city a Middle Eastern, rather than a European, feel. +Haldorsvik watches over the nearby island of Storwerck, which has a seventh-century church. +Some of the tombs in the churchyard are of interest in their own right. +Audiences will have to paddle an hour out to see the fascinating fjords. +North of where it's easy to get to is the Roman and medieval city of Córdoba, once the capital of a caliphate that stretched across Spain, and famous for its Mezquita, a mosque converted into a cathedral. +The ScotRail 403 will continue to run between Cumbernauld and Stirling. +Visit the Great Mosque of Damascus, one of the oldest and largest mosques in the world. +Keep in mind, though, that you're visiting a site that is almost incalculably important to one of the most important parts of the world's population. +There are still many men alive today who fought in the war, and many people who worked willingly or unwillingly for the Nazis. +Please treat this place with the respect it deserves. Don't feed the holacost or the nazis. +Do not deface or graffiti the structures on this site. +The official languages of Barcelona are Catalan and Spanish. About half of the population prefers to speak Catalan, most understand it and every Spaniard knows at least the basics. +However, most of the signs are in Catalan, as it is the first official language of the region. +Until now, Spanish has been used widely in public transport and other services. +Most advertisements in Metro are in Catalan, but there are also advertisements in English, Spanish, Arabic, French and Japanese. +Parisians themselves are proud of the city's glamour, sophistication and decadence. +When it's often a misconception, the best way to get into Paris is to fly into Charles de Gaulle and then take a train or bus into the city. This will make your trip much easier to manage. +If you show even the slightest hint of bias, Perry's supporters will be all over you. +Luton lies within the green belt, an area of open countryside surrounding a built-up area, mainly of farmland, woodland and parkland. +Its wide range of climates, diverse soils and varying altitudes allow for a diversity of mushroom species to be present. +The area is home to an incredibly diverse array of wildlife and bird species. +Endangered animals such as the European honey bee, the bat, the pig, the lynx, the wild boar and the capybara can be seen alongside other common species. +Women are required to wear skirts below the knee and also cover their heads when visiting mosques. +Most temples allow women to enter without a sarong, but if you bring your own, especially if it's a colorful one, you'll get a warm welcome at the door. +In this outfit, men need to wear a turban called Zebaan. +They can also be stored in the freezer, but are not returned to the freezer after being thawed, so they may not be as soft as you'd like. A size fit for all men. +Majorcan cuisine is similar to the Mediterranean, with a focus on seafood, vegetables, and pork (particularly pork loin), and often uses olive oil. +A common popular dish, especially during summer, is Pa amb Oli: toasted bread rubbed with garlic, olive oil, and some available herbs like rosemary, thyme, etc. +All names, regardless of length, begin with a capital letter, even in the middle of a sentence. +This is an important way to differentiate between actions and verbs. +To discuss this, it is easy to read, but difficult to write, as it is hard to know what to call something that is used in a fundamental way. +The pronunciation of the Italian language is relatively easy because most words are pronounced exactly as they are written. +There are special characters that need to be held down, they are C and G, but their pronunciation changes depending on the tone of the syllable. +Also, be sure to pronounce the R's correctly: Caro means dear, while Carro means carrot. +Farsi is an easy and regular grammatical language. +So learning the basics of this language will help you better understand the Persian language and also help you better understand the context of conversations. +It is not necessary to say that if you know a Romanian language, learning Portuguese will be easy for you. +Despite this, those who know little about Spain can quickly come to the conclusion that Portugal is so close that it doesn't need to be treated separately. +Most of the ruins from before the Renaissance are long gone, and what remains today is often from the Baroque period, or from the importance of the city as an educational centre. +Low-investment oases were not a problem in their heyday. Their ease of access made them destinations in their own right, rather than places to be passed through on the way to somewhere else. +Most modern research telescopes are located in remote areas with excellent observing conditions. +The cherry blossom, also known as the sakura, has been a part of Japanese culture for over eight centuries. +The idea came from China, where plum blossom, the chosen flower, was in bloom. +The first cherry blossom parties in Japan were held solely for the amusement of the imperial family and the imperial court. +The powder is stored in a pressurized container, so be careful not to puncture or crush it. +If you go into a formal garden, you're going to be taken out of the conversation that's going on around the patio. +Singapore is generally a safe place to stay and it's easy to get in and out of, and you can buy just about anything once you get there. +However, to get to the "Highlands" you have to go through a lot of lowlands, which means you will encounter a lot of rain (always) and a lot of fog (when it's not sunny, which isn't often). +And some also go to Hebron, on the West Bank, where the Biblical patriarchs Abraham, Isaac, Jacob, and their wives are buried. +Check that the bus you are thinking of taking goes inside Hebron and is not just passing through. +Inland waterways can be a good way to get to remote areas of the country. +For example, visit castles in the Cairngorms or along the River Earn, or boat trips from Dundee along the River Tay to visit the seals. +They describe popular hiking and cycling trails. +Christmas is one of the most important holidays in Christianity, and is celebrated as the birth of Jesus Christ. +More than half of the population of Christian countries and a third of the world's non-Christians have also chosen. +There is a tradition that the Easter Bunny hops from house to house delivering baskets as the sun rises on Easter morning. +There are certainly Christian theological explanations for this tradition, but it predates Christianity by thousands of years. +Traditional church Easter services are often held on Saturday night, to celebrate Christ's resurrection on Easter Sunday. +The first people to arrive on these islands came either by canoe from the Asian mainland or by rafting or swimming across the sea. +Due to the remoteness of the island, they were unable to travel back to the mainland and became the founding fathers of the Galapagos Islands. +Since the arrival of humans in Galapagos, many endemic species have become extinct, including giant tortoises, goats, pigs, cats, and rats. +If you visit the Arctic or Antarctica during the winter, you will experience a polar night, which means the Sun never rises above the horizon. +It's a good opportunity to see the Aurora Borealis, as the sky will be dark most of the time. +Because the area is so sparsely populated, light pollution is not usually a problem, so you can also enjoy the stars. +Japanese culture is more formal and structured than most Western cultures, even though Westerners may be accustomed to it. +Southerners are business-minded, and often take their families or colleagues by the hand when it comes to doing business together. +Carrying is important both for group cohesion and for individual successes. +Employees often need to get permission from their bosses in order to bring in their own staff, and expect them to follow the rules set out by the employer. diff --git a/test-ur-en.bleu b/test-ur-en.bleu new file mode 100644 index 0000000000000000000000000000000000000000..83394ba022992962da303e20f0cb96220e7e738e --- /dev/null +++ b/test-ur-en.bleu @@ -0,0 +1 @@ +BLEU|nrefs:1|case:mixed|eff:no|tok:13a|smooth:exp|version:2.4.3 = 16.89 46.6/20.9/11.8/7.1 (BP = 1.000 ratio = 1.042 hyp_len = 25763 ref_len = 24721) diff --git a/test-ur-en.comet b/test-ur-en.comet new file mode 100644 index 0000000000000000000000000000000000000000..5f7c37b61790db25c0018224e8df666cd85032a0 --- /dev/null +++ b/test-ur-en.comet @@ -0,0 +1,1013 @@ +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 0 score: 0.6696 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1 score: 0.8324 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 2 score: 0.8330 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 3 score: 0.6558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 4 score: 0.8130 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 5 score: 0.8257 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 6 score: 0.7883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 7 score: 0.7494 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 8 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 9 score: 0.8683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 10 score: 0.8681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 11 score: 0.7964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 12 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 13 score: 0.6523 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 14 score: 0.8054 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 15 score: 0.5971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 16 score: 0.7332 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 17 score: 0.8900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 18 score: 0.7260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 19 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 20 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 21 score: 0.8707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 22 score: 0.8448 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 23 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 24 score: 0.8340 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 25 score: 0.9089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 26 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 27 score: 0.8367 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 28 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 29 score: 0.6118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 30 score: 0.5506 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 31 score: 0.5980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 32 score: 0.4804 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 33 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 34 score: 0.8951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 35 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 36 score: 0.7895 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 37 score: 0.8063 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 38 score: 0.6825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 39 score: 0.5928 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 40 score: 0.6960 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 41 score: 0.9390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 42 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 43 score: 0.9170 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 44 score: 0.7613 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 45 score: 0.6878 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 46 score: 0.7189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 47 score: 0.7790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 48 score: 0.6594 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 49 score: 0.7039 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 50 score: 0.8522 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 51 score: 0.8551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 52 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 53 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 54 score: 0.7184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 55 score: 0.8724 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 56 score: 0.6093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 57 score: 0.8032 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 58 score: 0.5825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 59 score: 0.9349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 60 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 61 score: 0.8624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 62 score: 0.7759 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 63 score: 0.6900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 64 score: 0.7438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 65 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 66 score: 0.8292 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 67 score: 0.8277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 68 score: 0.9232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 69 score: 0.8249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 70 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 71 score: 0.8089 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 72 score: 0.7746 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 73 score: 0.6597 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 74 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 75 score: 0.6694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 76 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 77 score: 0.6930 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 78 score: 0.9164 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 79 score: 0.8892 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 80 score: 0.6260 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 81 score: 0.8833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 82 score: 0.7774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 83 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 84 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 85 score: 0.7069 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 86 score: 0.8147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 87 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 88 score: 0.8383 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 89 score: 0.7271 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 90 score: 0.6727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 91 score: 0.8290 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 92 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 93 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 94 score: 0.8693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 95 score: 0.6326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 96 score: 0.7854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 97 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 98 score: 0.7768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 99 score: 0.7959 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 100 score: 0.8528 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 101 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 102 score: 0.6298 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 103 score: 0.7465 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 104 score: 0.8537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 105 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 106 score: 0.7942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 107 score: 0.8248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 108 score: 0.7163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 109 score: 0.7232 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 110 score: 0.6536 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 111 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 112 score: 0.9351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 113 score: 0.8858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 114 score: 0.6606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 115 score: 0.7832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 116 score: 0.7568 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 117 score: 0.7452 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 118 score: 0.7925 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 119 score: 0.7674 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 120 score: 0.5394 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 121 score: 0.8181 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 122 score: 0.8778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 123 score: 0.8885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 124 score: 0.6415 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 125 score: 0.8780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 126 score: 0.6253 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 127 score: 0.8782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 128 score: 0.9101 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 129 score: 0.4996 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 130 score: 0.8073 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 131 score: 0.6312 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 132 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 133 score: 0.8342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 134 score: 0.6591 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 135 score: 0.6393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 136 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 137 score: 0.7010 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 138 score: 0.6935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 139 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 140 score: 0.8141 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 141 score: 0.7936 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 142 score: 0.9071 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 143 score: 0.6900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 144 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 145 score: 0.8705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 146 score: 0.9245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 147 score: 0.8589 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 148 score: 0.7693 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 149 score: 0.8945 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 150 score: 0.8838 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 151 score: 0.8116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 152 score: 0.7376 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 153 score: 0.7195 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 154 score: 0.7406 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 155 score: 0.8517 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 156 score: 0.6281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 157 score: 0.7252 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 158 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 159 score: 0.7806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 160 score: 0.7338 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 161 score: 0.6848 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 162 score: 0.7606 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 163 score: 0.8474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 164 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 165 score: 0.8045 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 166 score: 0.6435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 167 score: 0.5656 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 168 score: 0.6085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 169 score: 0.7599 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 170 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 171 score: 0.7769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 172 score: 0.7077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 173 score: 0.6801 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 174 score: 0.4697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 175 score: 0.6060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 176 score: 0.7949 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 177 score: 0.8186 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 178 score: 0.7648 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 179 score: 0.9322 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 180 score: 0.8572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 181 score: 0.7730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 182 score: 0.8905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 183 score: 0.8428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 184 score: 0.8182 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 185 score: 0.8915 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 186 score: 0.8790 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 187 score: 0.8133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 188 score: 0.8172 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 189 score: 0.5975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 190 score: 0.6658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 191 score: 0.7736 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 192 score: 0.5168 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 193 score: 0.6492 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 194 score: 0.4554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 195 score: 0.9310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 196 score: 0.8159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 197 score: 0.7365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 198 score: 0.9157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 199 score: 0.8664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 200 score: 0.5603 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 201 score: 0.3884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 202 score: 0.7503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 203 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 204 score: 0.8431 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 205 score: 0.5659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 206 score: 0.5214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 207 score: 0.6891 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 208 score: 0.8281 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 209 score: 0.8956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 210 score: 0.8471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 211 score: 0.8673 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 212 score: 0.8313 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 213 score: 0.7952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 214 score: 0.8567 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 215 score: 0.7342 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 216 score: 0.7864 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 217 score: 0.7551 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 218 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 219 score: 0.8768 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 220 score: 0.9649 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 221 score: 0.8672 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 222 score: 0.8813 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 223 score: 0.8085 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 224 score: 0.8876 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 225 score: 0.8666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 226 score: 0.8337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 227 score: 0.6927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 228 score: 0.7333 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 229 score: 0.8251 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 230 score: 0.9316 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 231 score: 0.6884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 232 score: 0.6955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 233 score: 0.7458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 234 score: 0.4859 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 235 score: 0.6108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 236 score: 0.7729 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 237 score: 0.8626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 238 score: 0.8295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 239 score: 0.4477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 240 score: 0.6730 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 241 score: 0.6744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 242 score: 0.6818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 243 score: 0.8146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 244 score: 0.7877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 245 score: 0.8442 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 246 score: 0.5430 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 247 score: 0.8043 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 248 score: 0.6381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 249 score: 0.4670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 250 score: 0.5545 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 251 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 252 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 253 score: 0.6855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 254 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 255 score: 0.9190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 256 score: 0.4570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 257 score: 0.8247 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 258 score: 0.4935 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 259 score: 0.5052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 260 score: 0.8619 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 261 score: 0.5602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 262 score: 0.8549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 263 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 264 score: 0.9455 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 265 score: 0.8556 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 266 score: 0.8327 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 267 score: 0.5644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 268 score: 0.9121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 269 score: 0.8451 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 270 score: 0.5149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 271 score: 0.5880 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 272 score: 0.8825 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 273 score: 0.7012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 274 score: 0.4758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 275 score: 0.6691 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 276 score: 0.6109 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 277 score: 0.8978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 278 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 279 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 280 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 281 score: 0.8050 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 282 score: 0.8975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 283 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 284 score: 0.8931 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 285 score: 0.9258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 286 score: 0.8420 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 287 score: 0.6323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 288 score: 0.6787 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 289 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 290 score: 0.8511 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 291 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 292 score: 0.8245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 293 score: 0.8704 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 294 score: 0.6467 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 295 score: 0.5990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 296 score: 0.7307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 297 score: 0.7137 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 298 score: 0.9242 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 299 score: 0.8369 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 300 score: 0.6839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 301 score: 0.8236 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 302 score: 0.6607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 303 score: 0.8927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 304 score: 0.8761 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 305 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 306 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 307 score: 0.8794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 308 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 309 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 310 score: 0.9233 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 311 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 312 score: 0.7105 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 313 score: 0.5631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 314 score: 0.9264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 315 score: 0.7727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 316 score: 0.6390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 317 score: 0.6688 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 318 score: 0.8258 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 319 score: 0.6728 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 320 score: 0.6235 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 321 score: 0.6778 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 322 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 323 score: 0.8815 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 324 score: 0.5862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 325 score: 0.8820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 326 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 327 score: 0.8710 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 328 score: 0.9079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 329 score: 0.7273 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 330 score: 0.7310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 331 score: 0.4727 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 332 score: 0.9068 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 333 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 334 score: 0.9161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 335 score: 0.8229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 336 score: 0.8497 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 337 score: 0.8378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 338 score: 0.7557 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 339 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 340 score: 0.5428 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 341 score: 0.6756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 342 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 343 score: 0.7136 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 344 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 345 score: 0.5783 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 346 score: 0.7763 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 347 score: 0.4857 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 348 score: 0.7655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 349 score: 0.7133 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 350 score: 0.7434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 351 score: 0.7226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 352 score: 0.8677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 353 score: 0.9427 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 354 score: 0.7408 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 355 score: 0.7537 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 356 score: 0.6127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 357 score: 0.8196 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 358 score: 0.8269 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 359 score: 0.5059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 360 score: 0.4655 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 361 score: 0.7296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 362 score: 0.6403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 363 score: 0.6575 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 364 score: 0.7000 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 365 score: 0.6644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 366 score: 0.5449 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 367 score: 0.3596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 368 score: 0.4854 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 369 score: 0.6756 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 370 score: 0.6274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 371 score: 0.7702 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 372 score: 0.8188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 373 score: 0.6906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 374 score: 0.8348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 375 score: 0.8167 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 376 score: 0.6119 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 377 score: 0.7372 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 378 score: 0.8530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 379 score: 0.5875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 380 score: 0.8962 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 381 score: 0.6104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 382 score: 0.7680 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 383 score: 0.7707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 384 score: 0.7370 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 385 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 386 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 387 score: 0.8197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 388 score: 0.7887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 389 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 390 score: 0.8154 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 391 score: 0.8358 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 392 score: 0.8381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 393 score: 0.8422 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 394 score: 0.7653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 395 score: 0.5633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 396 score: 0.7781 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 397 score: 0.9624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 398 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 399 score: 0.5458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 400 score: 0.8753 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 401 score: 0.8183 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 402 score: 0.7439 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 403 score: 0.4631 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 404 score: 0.7283 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 405 score: 0.8282 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 406 score: 0.8986 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 407 score: 0.7658 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 408 score: 0.9339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 409 score: 0.8985 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 410 score: 0.6065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 411 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 412 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 413 score: 0.7128 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 414 score: 0.8315 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 415 score: 0.8694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 416 score: 0.9077 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 417 score: 0.7379 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 418 score: 0.8533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 419 score: 0.8869 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 420 score: 0.8908 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 421 score: 0.9031 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 422 score: 0.8770 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 423 score: 0.7956 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 424 score: 0.6740 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 425 score: 0.8969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 426 score: 0.8916 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 427 score: 0.8659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 428 score: 0.7684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 429 score: 0.8695 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 430 score: 0.8796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 431 score: 0.7143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 432 score: 0.4902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 433 score: 0.6266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 434 score: 0.5618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 435 score: 0.6248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 436 score: 0.8412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 437 score: 0.7644 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 438 score: 0.8190 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 439 score: 0.7570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 440 score: 0.8837 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 441 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 442 score: 0.8140 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 443 score: 0.6143 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 444 score: 0.7538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 445 score: 0.7833 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 446 score: 0.9072 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 447 score: 0.7638 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 448 score: 0.9034 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 449 score: 0.7620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 450 score: 0.6886 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 451 score: 0.5633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 452 score: 0.8237 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 453 score: 0.6694 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 454 score: 0.8684 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 455 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 456 score: 0.7371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 457 score: 0.8079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 458 score: 0.8368 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 459 score: 0.6053 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 460 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 461 score: 0.8035 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 462 score: 0.7335 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 463 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 464 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 465 score: 0.8059 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 466 score: 0.7666 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 467 score: 0.7514 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 468 score: 0.6339 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 469 score: 0.6371 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 470 score: 0.5732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 471 score: 0.7698 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 472 score: 0.7484 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 473 score: 0.6507 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 474 score: 0.5629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 475 score: 0.7742 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 476 score: 0.5184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 477 score: 0.6920 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 478 score: 0.7969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 479 score: 0.9262 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 480 score: 0.7955 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 481 score: 0.7464 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 482 score: 0.8596 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 483 score: 0.8217 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 484 score: 0.7818 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 485 score: 0.7248 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 486 score: 0.6642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 487 score: 0.7885 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 488 score: 0.8534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 489 score: 0.7214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 490 score: 0.6349 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 491 score: 0.8351 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 492 score: 0.9295 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 493 score: 0.7300 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 494 score: 0.7982 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 495 score: 0.8275 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 496 score: 0.6127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 497 score: 0.6106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 498 score: 0.8974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 499 score: 0.5990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 500 score: 0.8475 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 501 score: 0.9132 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 502 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 503 score: 0.7474 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 504 score: 0.5821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 505 score: 0.6671 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 506 score: 0.6769 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 507 score: 0.8323 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 508 score: 0.8060 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 509 score: 0.7796 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 510 score: 0.5065 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 511 score: 0.6470 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 512 score: 0.8952 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 513 score: 0.7699 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 514 score: 0.8278 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 515 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 516 score: 0.7630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 517 score: 0.7350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 518 score: 0.8163 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 519 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 520 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 521 score: 0.6587 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 522 score: 0.7685 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 523 score: 0.6363 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 524 score: 0.8352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 525 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 526 score: 0.6241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 527 score: 0.6560 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 528 score: 0.5987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 529 score: 0.8884 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 530 score: 0.7716 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 531 score: 0.8343 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 532 score: 0.7445 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 533 score: 0.7320 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 534 score: 0.5471 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 535 score: 0.6650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 536 score: 0.4630 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 537 score: 0.7440 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 538 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 539 score: 0.6972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 540 score: 0.6229 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 541 score: 0.4477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 542 score: 0.3513 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 543 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 544 score: 0.8500 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 545 score: 0.9305 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 546 score: 0.7705 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 547 score: 0.7979 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 548 score: 0.7530 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 549 score: 0.9113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 550 score: 0.7477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 551 score: 0.7026 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 552 score: 0.7999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 553 score: 0.6961 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 554 score: 0.7899 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 555 score: 0.5690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 556 score: 0.6549 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 557 score: 0.6572 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 558 score: 0.7393 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 559 score: 0.6991 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 560 score: 0.5524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 561 score: 0.8454 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 562 score: 0.5681 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 563 score: 0.7826 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 564 score: 0.7782 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 565 score: 0.7653 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 566 score: 0.8588 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 567 score: 0.8191 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 568 score: 0.8552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 569 score: 0.6352 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 570 score: 0.6771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 571 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 572 score: 0.6188 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 573 score: 0.7425 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 574 score: 0.5116 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 575 score: 0.5941 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 576 score: 0.7444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 577 score: 0.8106 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 578 score: 0.8124 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 579 score: 0.7502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 580 score: 0.4943 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 581 score: 0.6087 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 582 score: 0.8458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 583 score: 0.5197 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 584 score: 0.7488 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 585 score: 0.6461 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 586 score: 0.9022 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 587 score: 0.8971 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 588 score: 0.5889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 589 score: 0.9176 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 590 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 591 score: 0.8366 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 592 score: 0.8296 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 593 score: 0.7898 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 594 score: 0.8786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 595 score: 0.8177 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 596 score: 0.5018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 597 score: 0.6466 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 598 score: 0.7929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 599 score: 0.6410 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 600 score: 0.7356 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 601 score: 0.3741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 602 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 603 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 604 score: 0.7264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 605 score: 0.9231 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 606 score: 0.6732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 607 score: 0.7502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 608 score: 0.5093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 609 score: 0.8019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 610 score: 0.8902 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 611 score: 0.8123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 612 score: 0.7786 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 613 score: 0.8090 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 614 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 615 score: 0.6754 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 616 score: 0.6632 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 617 score: 0.7951 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 618 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 619 score: 0.4751 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 620 score: 0.8980 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 621 score: 0.6744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 622 score: 0.8747 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 623 score: 0.6189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 624 score: 0.7610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 625 score: 0.8622 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 626 score: 0.9012 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 627 score: 0.9123 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 628 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 629 score: 0.8279 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 630 score: 0.7977 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 631 score: 0.8627 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 632 score: 0.8887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 633 score: 0.9307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 634 score: 0.8127 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 635 score: 0.5541 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 636 score: 0.8675 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 637 score: 0.8096 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 638 score: 0.7490 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 639 score: 0.8450 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 640 score: 0.6794 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 641 score: 0.8867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 642 score: 0.6726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 643 score: 0.7303 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 644 score: 0.6585 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 645 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 646 score: 0.4938 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 647 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 648 score: 0.6373 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 649 score: 0.8310 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 650 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 651 score: 0.4828 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 652 score: 0.6331 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 653 score: 0.6378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 654 score: 0.5623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 655 score: 0.8875 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 656 score: 0.8299 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 657 score: 0.8385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 658 score: 0.6995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 659 score: 0.8403 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 660 score: 0.7482 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 661 score: 0.7948 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 662 score: 0.8113 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 663 score: 0.8395 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 664 score: 0.6618 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 665 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 666 score: 0.8103 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 667 score: 0.9135 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 668 score: 0.7703 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 669 score: 0.8581 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 670 score: 0.7607 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 671 score: 0.8155 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 672 score: 0.8774 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 673 score: 0.6806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 674 score: 0.8215 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 675 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 676 score: 0.9033 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 677 score: 0.8502 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 678 score: 0.8246 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 679 score: 0.8771 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 680 score: 0.8733 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 681 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 682 score: 0.8505 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 683 score: 0.8076 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 684 score: 0.7817 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 685 score: 0.8214 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 686 score: 0.8284 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 687 score: 0.8209 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 688 score: 0.8806 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 689 score: 0.8460 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 690 score: 0.8907 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 691 score: 0.8169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 692 score: 0.6571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 693 score: 0.6773 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 694 score: 0.7382 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 695 score: 0.8973 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 696 score: 0.8670 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 697 score: 0.8288 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 698 score: 0.5291 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 699 score: 0.5002 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 700 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 701 score: 0.8789 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 702 score: 0.8353 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 703 score: 0.6444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 704 score: 0.6499 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 705 score: 0.7019 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 706 score: 0.7946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 707 score: 0.8766 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 708 score: 0.8346 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 709 score: 0.8964 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 710 score: 0.6553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 711 score: 0.7639 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 712 score: 0.9138 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 713 score: 0.7531 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 714 score: 0.6555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 715 score: 0.5650 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 716 score: 0.8629 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 717 score: 0.6611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 718 score: 0.8526 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 719 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 720 score: 0.8384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 721 score: 0.8877 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 722 score: 0.8713 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 723 score: 0.9014 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 724 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 725 score: 0.9131 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 726 score: 0.8641 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 727 score: 0.8388 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 728 score: 0.7134 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 729 score: 0.8015 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 730 score: 0.6686 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 731 score: 0.8436 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 732 score: 0.7157 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 733 score: 0.8822 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 734 score: 0.8341 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 735 score: 0.8496 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 736 score: 0.9241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 737 score: 0.7690 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 738 score: 0.8862 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 739 score: 0.7621 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 740 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 741 score: 0.8207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 742 score: 0.8239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 743 score: 0.9277 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 744 score: 0.6480 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 745 score: 0.8311 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 746 score: 0.9004 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 747 score: 0.6274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 748 score: 0.7661 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 749 score: 0.6547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 750 score: 0.9547 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 751 score: 0.8489 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 752 score: 0.8832 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 753 score: 0.7051 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 754 score: 0.8852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 755 score: 0.8107 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 756 score: 0.8118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 757 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 758 score: 0.8758 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 759 score: 0.6347 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 760 score: 0.8276 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 761 score: 0.7515 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 762 score: 0.8722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 763 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 764 score: 0.5839 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 765 score: 0.5867 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 766 score: 0.8066 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 767 score: 0.8434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 768 score: 0.7057 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 769 score: 0.9199 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 770 score: 0.8583 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 771 score: 0.8811 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 772 score: 0.6016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 773 score: 0.7872 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 774 score: 0.8226 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 775 score: 0.5404 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 776 score: 0.6518 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 777 score: 0.6516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 778 score: 0.8457 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 779 score: 0.8029 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 780 score: 0.8995 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 781 score: 0.7159 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 782 score: 0.4553 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 783 score: 0.5993 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 784 score: 0.8590 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 785 score: 0.7947 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 786 score: 0.8807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 787 score: 0.8421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 788 score: 0.8432 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 789 score: 0.7990 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 790 score: 0.8374 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 791 score: 0.7144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 792 score: 0.8610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 793 score: 0.7386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 794 score: 0.8018 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 795 score: 0.8078 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 796 score: 0.8391 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 797 score: 0.5969 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 798 score: 0.8354 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 799 score: 0.7472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 800 score: 0.8662 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 801 score: 0.6842 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 802 score: 0.7989 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 803 score: 0.4533 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 804 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 805 score: 0.8386 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 806 score: 0.6855 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 807 score: 0.6161 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 808 score: 0.8023 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 809 score: 0.7121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 810 score: 0.3852 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 811 score: 0.6741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 812 score: 0.9111 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 813 score: 0.9206 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 814 score: 0.8027 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 815 score: 0.8652 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 816 score: 0.8438 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 817 score: 0.5378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 818 score: 0.6544 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 819 score: 0.7200 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 820 score: 0.9254 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 821 score: 0.9256 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 822 score: 0.7584 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 823 score: 0.8571 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 824 score: 0.7267 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 825 score: 0.5934 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 826 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 827 score: 0.7975 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 828 score: 0.6626 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 829 score: 0.7905 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 830 score: 0.8266 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 831 score: 0.7974 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 832 score: 0.8158 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 833 score: 0.7118 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 834 score: 0.7660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 835 score: 0.7385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 836 score: 0.5807 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 837 score: 0.6147 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 838 score: 0.7820 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 839 score: 0.7866 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 840 score: 0.8184 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 841 score: 0.7775 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 842 score: 0.5999 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 843 score: 0.8307 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 844 score: 0.8092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 845 score: 0.7881 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 846 score: 0.7472 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 847 score: 0.7435 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 848 score: 0.5981 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 849 score: 0.8944 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 850 score: 0.8614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 851 score: 0.7762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 852 score: 0.8940 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 853 score: 0.7384 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 854 score: 0.6458 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 855 score: 0.7580 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 856 score: 0.5900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 857 score: 0.8620 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 858 score: 0.7385 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 859 score: 0.8897 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 860 score: 0.8602 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 861 score: 0.7543 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 862 score: 0.8037 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 863 score: 0.4446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 864 score: 0.6749 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 865 score: 0.5957 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 866 score: 0.7555 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 867 score: 0.8114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 868 score: 0.8554 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 869 score: 0.8882 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 870 score: 0.9304 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 871 score: 0.5605 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 872 score: 0.7978 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 873 score: 0.8503 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 874 score: 0.6365 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 875 score: 0.7092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 876 score: 0.6732 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 877 score: 0.8477 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 878 score: 0.8744 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 879 score: 0.7808 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 880 score: 0.7546 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 881 score: 0.6241 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 882 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 883 score: 0.7297 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 884 score: 0.6726 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 885 score: 0.8757 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 886 score: 0.8601 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 887 score: 0.6664 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 888 score: 0.5169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 889 score: 0.7412 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 890 score: 0.6942 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 891 score: 0.6337 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 892 score: 0.6453 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 893 score: 0.6683 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 894 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 895 score: 0.8189 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 896 score: 0.7987 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 897 score: 0.8558 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 898 score: 0.7830 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 899 score: 0.6114 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 900 score: 0.7972 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 901 score: 0.5946 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 902 score: 0.5491 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 903 score: 0.8692 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 904 score: 0.7927 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 905 score: 0.6421 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 906 score: 0.7378 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 907 score: 0.3552 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 908 score: 0.8144 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 909 score: 0.8660 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 910 score: 0.8827 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 911 score: 0.6929 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 912 score: 0.9223 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 913 score: 0.7364 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 914 score: 0.6677 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 915 score: 0.7752 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 916 score: 0.6707 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 917 score: 0.7210 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 918 score: 0.6697 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 919 score: 0.7647 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 920 score: 0.7104 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 921 score: 0.7348 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 922 score: 0.7446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 923 score: 0.7611 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 924 score: 0.8577 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 925 score: 0.8115 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 926 score: 0.9145 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 927 score: 0.8389 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 928 score: 0.8538 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 929 score: 0.7623 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 930 score: 0.8516 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 931 score: 0.7780 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 932 score: 0.7534 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 933 score: 0.6614 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 934 score: 0.8016 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 935 score: 0.7633 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 936 score: 0.8052 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 937 score: 0.9416 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 938 score: 0.9169 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 939 score: 0.8883 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 940 score: 0.8520 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 941 score: 0.9092 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 942 score: 0.8708 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 943 score: 0.8336 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 944 score: 0.7610 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 945 score: 0.7476 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 946 score: 0.6722 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 947 score: 0.6350 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 948 score: 0.6249 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 949 score: 0.7125 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 950 score: 0.6456 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 951 score: 0.8108 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 952 score: 0.7741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 953 score: 0.6665 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 954 score: 0.8326 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 955 score: 0.9003 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 956 score: 0.8809 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 957 score: 0.8871 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 958 score: 0.7064 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 959 score: 0.6785 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 960 score: 0.5524 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 961 score: 0.5624 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 962 score: 0.6264 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 963 score: 0.8540 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 964 score: 0.9381 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 965 score: 0.8198 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 966 score: 0.8463 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 967 score: 0.8093 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 968 score: 0.5659 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 969 score: 0.6390 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 970 score: 0.8741 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 971 score: 0.7889 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 972 score: 0.7853 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 973 score: 0.9017 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 974 score: 0.6426 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 975 score: 0.9239 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 976 score: 0.6821 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 977 score: 0.7917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 978 score: 0.8841 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 979 score: 0.8098 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 980 score: 0.7906 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 981 score: 0.7856 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 982 score: 0.7146 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 983 score: 0.6711 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 984 score: 0.8917 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 985 score: 0.8355 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 986 score: 0.8512 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 987 score: 0.8225 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 988 score: 0.5259 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 989 score: 0.6434 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 990 score: 0.8831 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 991 score: 0.7245 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 992 score: 0.8570 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 993 score: 0.7900 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 994 score: 0.7737 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 995 score: 0.7079 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 996 score: 0.9171 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 997 score: 0.9419 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 998 score: 0.6444 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 999 score: 0.6274 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1000 score: 0.8121 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1001 score: 0.8061 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1002 score: 0.7797 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1003 score: 0.5887 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1004 score: 0.8112 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1005 score: 0.9149 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1006 score: 0.8642 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1007 score: 0.9207 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1008 score: 0.8446 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1009 score: 0.5762 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1010 score: 0.5858 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en Segment 1011 score: 0.7676 +/beacon-scratch/tongzh24/ALMA-checkpoint/exp_50_languages/alma-13b-sft-group-7-max-tokens-512//test-ur-en score: 0.7614 diff --git a/trainer_state.json b/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..a24b0bb4aab3fa935a666575e08684978dfe839e --- /dev/null +++ b/trainer_state.json @@ -0,0 +1,168 @@ +{ + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 0.9985869053226566, + "eval_steps": 14, + "global_step": 265, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.0527555346208196, + "grad_norm": 0.18791379034519196, + "learning_rate": 0.0013333333333333333, + "loss": 1.1165, + "step": 14 + }, + { + "epoch": 0.1055110692416392, + "grad_norm": 1.2923468351364136, + "learning_rate": 0.001044465935734187, + "loss": 1.5197, + "step": 28 + }, + { + "epoch": 0.15826660386245878, + "grad_norm": 0.27302563190460205, + "learning_rate": 0.0006928203230275508, + "loss": 0.9163, + "step": 42 + }, + { + "epoch": 0.2110221384832784, + "grad_norm": 0.252996027469635, + "learning_rate": 0.0005547001962252292, + "loss": 0.8046, + "step": 56 + }, + { + "epoch": 0.263777673104098, + "grad_norm": 0.25708699226379395, + "learning_rate": 0.00047583095143088644, + "loss": 0.7624, + "step": 70 + }, + { + "epoch": 0.31653320772491755, + "grad_norm": 0.2488645762205124, + "learning_rate": 0.000423207369515159, + "loss": 0.7358, + "step": 84 + }, + { + "epoch": 0.36928874234573716, + "grad_norm": 0.2357274889945984, + "learning_rate": 0.00038490017945975053, + "loss": 0.7009, + "step": 98 + }, + { + "epoch": 0.4220442769665568, + "grad_norm": 0.25910037755966187, + "learning_rate": 0.00035540932665545545, + "loss": 0.6576, + "step": 112 + }, + { + "epoch": 0.47479981158737633, + "grad_norm": 0.24194850027561188, + "learning_rate": 0.00033180075816559865, + "loss": 0.6456, + "step": 126 + }, + { + "epoch": 0.527555346208196, + "grad_norm": 0.31878945231437683, + "learning_rate": 0.0003123475237772121, + "loss": 0.6035, + "step": 140 + }, + { + "epoch": 0.5803108808290155, + "grad_norm": 0.23705270886421204, + "learning_rate": 0.00029595817420019407, + "loss": 0.6138, + "step": 154 + }, + { + "epoch": 0.6330664154498351, + "grad_norm": 0.32103270292282104, + "learning_rate": 0.0002819045914409638, + "loss": 0.5941, + "step": 168 + }, + { + "epoch": 0.6858219500706547, + "grad_norm": 0.2693799138069153, + "learning_rate": 0.00026967994498529687, + "loss": 0.5686, + "step": 182 + }, + { + "epoch": 0.7385774846914743, + "grad_norm": 0.2850986123085022, + "learning_rate": 0.0002589191112012619, + "loss": 0.5854, + "step": 196 + }, + { + "epoch": 0.7913330193122939, + "grad_norm": 0.2964475154876709, + "learning_rate": 0.00024935149047701483, + "loss": 0.5482, + "step": 210 + }, + { + "epoch": 0.8440885539331136, + "grad_norm": 0.27225586771965027, + "learning_rate": 0.0002407717061715384, + "loss": 0.5447, + "step": 224 + }, + { + "epoch": 0.8968440885539332, + "grad_norm": 0.24302007257938385, + "learning_rate": 0.00023302069121418522, + "loss": 0.5245, + "step": 238 + }, + { + "epoch": 0.9495996231747527, + "grad_norm": 0.3157835900783539, + "learning_rate": 0.00022597307314641284, + "loss": 0.5328, + "step": 252 + }, + { + "epoch": 0.9985869053226566, + "step": 265, + "total_flos": 2.691462902673572e+18, + "train_loss": 0.7096114104648806, + "train_runtime": 2062.5086, + "train_samples_per_second": 16.469, + "train_steps_per_second": 0.128 + } + ], + "logging_steps": 14, + "max_steps": 265, + "num_input_tokens_seen": 0, + "num_train_epochs": 1, + "save_steps": 14, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 2.691462902673572e+18, + "train_batch_size": 2, + "trial_name": null, + "trial_params": null +}